From: Philipp Zabel
Date: Wed, 20 May 2015 09:34:08 +0000 (+0200)
Subject: drm/panel: simple: Add bus format for HannStar HSD100PXN1
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4946b0430c6933383d33adf101529b7085a4a682;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git
drm/panel: simple: Add bus format for HannStar HSD100PXN1
This patch adds the bus_format field to the HSD100PXN1 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 97b66b86ad8e..f94201b6e882 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -752,6 +752,7 @@ static const struct panel_desc hannstar_hsd100pxn1 = {
.width = 203,
.height = 152,
},
+ .bus_format = MEDIA_BUS_FMT_RGB666_1X7X3_SPWG,
};
static const struct drm_display_mode hitachi_tx23d38vm0caa_mode = {