mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
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>
This commit is contained in:
committed by
Dom Cobley
parent
b8890034c7
commit
0b7b9d05ba
@@ -81,6 +81,8 @@ static int panel_bridge_attach(struct drm_bridge *bridge,
|
||||
return ret;
|
||||
}
|
||||
|
||||
connector->interlace_allowed = true;
|
||||
|
||||
drm_panel_bridge_set_orientation(connector, bridge);
|
||||
|
||||
drm_connector_attach_encoder(&panel_bridge->connector,
|
||||
|
||||
Reference in New Issue
Block a user