Skip to content

Commit a7c48a0

Browse files
hsdenxMarek Vasut
authored andcommitted
drm/panel: simple: Fix innolux_g121i1_l01 bus_format
innolux_g121i1_l01 sets bpc to 6, so use the corresponding bus format: MEDIA_BUS_FMT_RGB666_1X7X3_SPWG. Fixes: 4ae13e4 ("drm/panel: simple: Add more properties to Innolux G121I1-L01") Signed-off-by: Heiko Schocher <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Marek Vasut <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent b0b9408 commit a7c48a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2257,7 +2257,7 @@ static const struct panel_desc innolux_g121i1_l01 = {
22572257
.enable = 200,
22582258
.disable = 20,
22592259
},
2260-
.bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG,
2260+
.bus_format = MEDIA_BUS_FMT_RGB666_1X7X3_SPWG,
22612261
.connector_type = DRM_MODE_CONNECTOR_LVDS,
22622262
};
22632263

0 commit comments

Comments
 (0)