Re: [PATCH v4 04/15] drm/atomic: Introduce helper to lookup connector by encoder

2025-02-25 Thread Dmitry Baryshkov
On Tue, Feb 25, 2025 at 05:43:52PM +0100, Maxime Ripard wrote: > With the bridges switching over to drm_bridge_connector, the direct > association between a bridge driver and its connector was lost. > > This is mitigated for atomic bridge drivers by the fact you can access > the encoder, and then

Re: [PATCH v4 04/15] drm/atomic: Introduce helper to lookup connector by encoder

2025-02-25 Thread Dmitry Baryshkov
On Tue, Feb 25, 2025 at 05:43:52PM +0100, Maxime Ripard wrote: > With the bridges switching over to drm_bridge_connector, the direct > association between a bridge driver and its connector was lost. > > This is mitigated for atomic bridge drivers by the fact you can access > the encoder, and then

[PATCH v4 04/15] drm/atomic: Introduce helper to lookup connector by encoder

2025-02-25 Thread Maxime Ripard
With the bridges switching over to drm_bridge_connector, the direct association between a bridge driver and its connector was lost. This is mitigated for atomic bridge drivers by the fact you can access the encoder, and then call drm_atomic_get_old_connector_for_encoder() or drm_atomic_get_new_con