Skip to content

Commit 179aa8a

Browse files
njhollinghurstpelwell
authored andcommitted
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 <nick.hollinghurst@raspberrypi.com>
1 parent c7d8764 commit 179aa8a

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
@@ -79,6 +79,8 @@ static int panel_bridge_attach(struct drm_bridge *bridge,
7979
return ret;
8080
}
8181

82+
connector->interlace_allowed = true;
83+
8284
drm_panel_bridge_set_orientation(connector, bridge);
8385

8486
drm_connector_attach_encoder(&panel_bridge->connector,

0 commit comments

Comments
 (0)