[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1423995314-5125-1-git-send-email-anthony.harivel@emtrion.de>
Date: Sun, 15 Feb 2015 11:15:14 +0100
From: Anthony Harivel <anthony.harivel@...il.com>
To: thierry.reding@...il.com, airlied@...ux.ie
Cc: dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
Anthony Harivel <anthony.harivel@...rion.de>
Subject: [PATCH] drm: panel: simple-panel add bus format information to edt_etm0700g0dh6 panel
EDT's edt_etm0700g0dh6 supports RGB888 format.
Signed-off-by: Anthony Harivel <anthony.harivel@...rion.de>
---
drivers/gpu/drm/panel/panel-simple.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 39806c3..cf902d6 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -568,6 +568,7 @@ static const struct panel_desc edt_etm0700g0dh6 = {
.width = 152,
.height = 91,
},
+ .bus_format = MEDIA_BUS_FMT_RGB888_1X24,
};
static const struct drm_display_mode foxlink_fl500wvr00_a0t_mode = {
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists