From: Philipp Zabel Date: Wed, 11 Feb 2015 17:50:07 +0000 (+0100) Subject: drm/panel: Add bus format for Giantplus GPG482739QS5 panel X-Git-Tag: v4.1-rc1~69^2~13^2~7 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=33536a09f02e4b179a4594fdb986dda1415339ee;p=uclinux-h8%2Flinux.git drm/panel: Add bus format for Giantplus GPG482739QS5 panel This patch adds the bus_format field to the GPG482739QS5 panel structure. Signed-off-by: Philipp Zabel Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index bcb276cb7406..c2aeb89cb851 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c @@ -638,6 +638,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 = {