Skip to content

Commit

Permalink
drm/panel: Add bus format for Giantplus GPG482739QS5 panel
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Philipp Zabel authored and Thierry Reding committed Apr 2, 2015
1 parent a531bc3 commit 33536a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/panel/panel-simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 33536a0

Please sign in to comment.