[PATCH 1/5] drm/panel: Add bus format for Giantplus GPG482739QS5 panel

Philipp Zabel p.zabel at pengutronix.de
Wed Feb 11 09:50:07 PST 2015


From: Philipp Zabel <philipp.zabel at gmail.com>

This patch adds the bus_format field to the GPG482739QS5 panel structure.

Signed-off-by: Philipp Zabel <philipp.zabel at gmail.com>
---
 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..1d9cb6f 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -615,6 +615,7 @@ static const struct panel_desc giantplus_gpg482739qs5 = {
 		.width = 95,
 		.height = 54,
 	},
+	.bus_format = MEDIA_BUS_FMT_RGB888_1X24,
 };
 
 static const struct drm_display_mode hannstar_hsd070pww1_mode = {
-- 
2.1.4



More information about the dri-devel mailing list