Skip to content

Commit 44379b9

Browse files
openedevsravnborg
authored andcommitted
drm/panel: panel-simple: Fix proper bpc for ytc700tlag_05_201c
ytc700tlag_05_201c panel support 8 bpc not 6 bpc as per recent testing in i.MX8MM platform. Fix it. Fixes: 7a1f4fa ("drm/panel: simple: Add YTC700TLAG-05-201C") Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20210725174737.891106-1-jagan@amarulasolutions.com
1 parent 69de442 commit 44379b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/panel/panel-simple.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4166,7 +4166,7 @@ static const struct drm_display_mode yes_optoelectronics_ytc700tlag_05_201c_mode
41664166
static const struct panel_desc yes_optoelectronics_ytc700tlag_05_201c = {
41674167
.modes = &yes_optoelectronics_ytc700tlag_05_201c_mode,
41684168
.num_modes = 1,
4169-
.bpc = 6,
4169+
.bpc = 8,
41704170
.size = {
41714171
.width = 154,
41724172
.height = 90,

0 commit comments

Comments
 (0)