projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a531bc3
)
drm/panel: Add bus format for Giantplus GPG482739QS5 panel
author
Philipp Zabel
<philipp.zabel@gmail.com>
Wed, 11 Feb 2015 17:50:07 +0000
(18:50 +0100)
committer
Thierry Reding
<treding@nvidia.com>
Thu, 2 Apr 2015 17:04:11 +0000
(19:04 +0200)
This patch adds the bus_format field to the GPG482739QS5 panel structure.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
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 bcb276cb74066780fda535f7dba9774d5e6b025d..c2aeb89cb8515e1724220eedd60c4c6ea5027748 100644
(file)
--- 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 = {