Re: [PATCH v3 4/4] drm: rcar-du: Use drm_bridge_connector_init() helper

2021-06-22 Thread Kieran Bingham
Hi Laurent, On 20/05/2021 07:50, Laurent Pinchart wrote: > Use the drm_bridge_connector_init() helper to create a drm_connector for > each output, instead of relying on the bridge drivers doing so. Attach > the bridges with the DRM_BRIDGE_ATTACH_NO_CONNECTOR flag to instruct > them not to create

[PATCH v3 4/4] drm: rcar-du: Use drm_bridge_connector_init() helper

2021-05-19 Thread Laurent Pinchart
Use the drm_bridge_connector_init() helper to create a drm_connector for each output, instead of relying on the bridge drivers doing so. Attach the bridges with the DRM_BRIDGE_ATTACH_NO_CONNECTOR flag to instruct them not to create a connector. Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo