diff mbox series

drm/panel: panel-simple: add bus-format and connector-type to Innolux n116bge

Message ID 20210109130951.3448435-1-heiko@sntech.de (mailing list archive)
State New, archived
Headers show
Series drm/panel: panel-simple: add bus-format and connector-type to Innolux n116bge | expand

Commit Message

Heiko Stübner Jan. 9, 2021, 1:09 p.m. UTC
From: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>

The Innolux n116bge panel has an eDP connector and 3*6 bits bus format.

Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
---
 drivers/gpu/drm/panel/panel-simple.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Doug Anderson Jan. 11, 2021, 4:18 p.m. UTC | #1
Hi,

On Sat, Jan 9, 2021 at 5:10 AM Heiko Stuebner <heiko@sntech.de> wrote:
>
> From: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
>
> The Innolux n116bge panel has an eDP connector and 3*6 bits bus format.
>
> Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
> ---
>  drivers/gpu/drm/panel/panel-simple.c | 2 ++
>  1 file changed, 2 insertions(+)

This looks right to me.

Reviewed-by: Douglas Anderson <dianders@chromium.org>
Heiko Stübner Jan. 18, 2021, 12:19 p.m. UTC | #2
On Sat, 9 Jan 2021 14:09:51 +0100, Heiko Stuebner wrote:
> The Innolux n116bge panel has an eDP connector and 3*6 bits bus format.

Applied, thanks!

[1/1] drm/panel: panel-simple: add bus-format and connector-type to Innolux n116bge
      commit: 87969bcd49480508568070fd93d7367f03316aa9

Best regards,
diff mbox series

Patch

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 41bbec72b2da..a0b65d263dce 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -2265,6 +2265,8 @@  static const struct panel_desc innolux_n116bge = {
 		.width = 256,
 		.height = 144,
 	},
+	.bus_format = MEDIA_BUS_FMT_RGB666_1X18,
+	.connector_type = DRM_MODE_CONNECTOR_eDP,
 };
 
 static const struct drm_display_mode innolux_n125hce_gn1_mode = {