projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0d607e
)
drm/panel: simple: Add bus format for HannStar HSD100PXN1
author
Philipp Zabel
<p.zabel@pengutronix.de>
Wed, 20 May 2015 09:34:08 +0000
(11:34 +0200)
committer
Thierry Reding
<treding@nvidia.com>
Fri, 12 Jun 2015 14:40:42 +0000
(16:40 +0200)
This patch adds the bus_format field to the HSD100PXN1 panel structure.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/panel/panel-simple.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/panel/panel-simple.c
b/drivers/gpu/drm/panel/panel-simple.c
index 97b66b86ad8e1f3c8a720ae96ee257e6f5b327d2..f94201b6e8821bd06fb53a0d437823e9f7ecc8b8 100644
(file)
--- 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 = {