aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panel
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2015-02-11 12:50:07 -0500
committerThierry Reding <treding@nvidia.com>2015-04-02 13:04:11 -0400
commit33536a09f02e4b179a4594fdb986dda1415339ee (patch)
tree52d9d303978ce2f6248a3a0602aaf3a505c30343 /drivers/gpu/drm/panel
parenta531bc3d952ffd6ebe6452bd39cb3c64cfa5ceb3 (diff)
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 <philipp.zabel@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/panel')
-rw-r--r--drivers/gpu/drm/panel/panel-simple.c1
1 files changed, 1 insertions, 0 deletions
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 = {
638 .width = 95, 638 .width = 95,
639 .height = 54, 639 .height = 54,
640 }, 640 },
641 .bus_format = MEDIA_BUS_FMT_RGB888_1X24,
641}; 642};
642 643
643static const struct drm_display_mode hannstar_hsd070pww1_mode = { 644static const struct drm_display_mode hannstar_hsd070pww1_mode = {