Re: [PATCH v5 0/3] SII902X HDMI Bridge fixups

2024-06-13 Thread Maxime Ripard
On Thu, 13 Jun 2024 14:08:02 +0530, Jayesh Choudhary wrote: > - Move the mode_valid hook to drm_bridge_funcs structure to take care > of the case when the encoder attaches the bridge chain with the > DRM_BRIDGE_ATTACH_NO_CONNECTOR flag in which case, the connector is > not initialized in the

[PATCH v5 0/3] SII902X HDMI Bridge fixups

2024-06-13 Thread Jayesh Choudhary
- Move the mode_valid hook to drm_bridge_funcs structure to take care of the case when the encoder attaches the bridge chain with the DRM_BRIDGE_ATTACH_NO_CONNECTOR flag in which case, the connector is not initialized in the bridge's attach call and mode_valid is not called. - Also add thi