Skip to content

Commit 06fc41b

Browse files
author
Marek Vasut
committed
drm/panel: simple: Fix Innolux G101ICE-L01 bus flags
Add missing .bus_flags = DRM_BUS_FLAG_DE_HIGH to this panel description, ones which match both the datasheet and the panel display_timing flags . Fixes: 1e29b84 ("drm/panel: simple: Add Innolux G101ICE-L01 panel") Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 6965809 commit 06fc41b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2402,6 +2402,7 @@ static const struct panel_desc innolux_g101ice_l01 = {
24022402
.disable = 200,
24032403
},
24042404
.bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG,
2405+
.bus_flags = DRM_BUS_FLAG_DE_HIGH,
24052406
.connector_type = DRM_MODE_CONNECTOR_LVDS,
24062407
};
24072408

0 commit comments

Comments
 (0)