diff mbox series

[RESEND,1/3] drm/panel: Add connector_type and bus_format for AUO G104SN02 V2 panel

Message ID 20210621150930.86617-1-s.riedmueller@phytec.de (mailing list archive)
State New, archived
Headers show
Series [RESEND,1/3] drm/panel: Add connector_type and bus_format for AUO G104SN02 V2 panel | expand

Commit Message

Stefan Riedmüller June 21, 2021, 3:09 p.m. UTC
The AUO G104SN02 V2 is an LVDS display which supports 6 and 8 bpc PSWG.
Add the corresponding connector type and 8 bpc as default bus_format.

Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
Hi,
I added the reviewed-by tag from Laurent Pinchart for the RESEND, hope
that is ok.
https://lore.kernel.org/dri-devel/YNChySKddg%2FJsMZv@pendragon.ideasonboard.com/

 drivers/gpu/drm/panel/panel-simple.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Sam Ravnborg June 21, 2021, 6:28 p.m. UTC | #1
Hi Stefan.

On Mon, Jun 21, 2021 at 05:09:28PM +0200, Stefan Riedmueller wrote:
> The AUO G104SN02 V2 is an LVDS display which supports 6 and 8 bpc PSWG.
> Add the corresponding connector type and 8 bpc as default bus_format.
> 
> Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de>
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> Hi,
> I added the reviewed-by tag from Laurent Pinchart for the RESEND, hope
> that is ok.
> https://lore.kernel.org/dri-devel/YNChySKddg%2FJsMZv@pendragon.ideasonboard.com/
Thanks, thats a help so I did not have to add it.
All three patches applied to drm-misc-next now.

	Sam
diff mbox series

Patch

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index be312b5c04dd..99edd640d700 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -1137,6 +1137,8 @@  static const struct panel_desc auo_g104sn02 = {
 		.width = 211,
 		.height = 158,
 	},
+	.bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG,
+	.connector_type = DRM_MODE_CONNECTOR_LVDS,
 };
 
 static const struct drm_display_mode auo_g121ean01_mode = {