Skip to content

Commit

Permalink
drm: panel: simple-panel: add bus format information for foxlink panel
Browse files Browse the repository at this point in the history
Foxlink's fl500wvr00-a0t supports RGB888 format.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Boris Brezillon committed Jan 21, 2015
1 parent 795f7ab commit bb276cb
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 @@ -563,6 +563,7 @@ static const struct panel_desc foxlink_fl500wvr00_a0t = {
.width = 108,
.height = 65,
},
.bus_format = MEDIA_BUS_FMT_RGB888_1X24,
};

static const struct drm_display_mode hannstar_hsd070pww1_mode = {
Expand Down

0 comments on commit bb276cb

Please sign in to comment.