Skip to content

Commit 7d294fb

Browse files
drm: bridge: panel: Connector to allow interlaced modes
When initialized from panel_bridge_attach(), connector should allow interlaced modes rather than invariably rejecting them, so that other components can validate them. Signed-off-by: Nick Hollinghurst <[email protected]>
1 parent 574ea34 commit 7d294fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/bridge/panel.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ static int panel_bridge_attach(struct drm_bridge *bridge,
8282
return ret;
8383
}
8484

85+
connector->interlace_allowed = true;
86+
8587
drm_panel_bridge_set_orientation(connector, bridge);
8688

8789
drm_connector_attach_encoder(&panel_bridge->connector,

0 commit comments

Comments
 (0)