Skip to content

Commit

Permalink
drm/panel: simple: Add bus format for HannStar HSD100PXN1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Philipp Zabel authored and Thierry Reding committed Jun 12, 2015
1 parent c0d607e commit 4946b04
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 @@ -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 = {
Expand Down

0 comments on commit 4946b04

Please sign in to comment.