Re: [PATCH v2 03/35] drm/bridge: Pass full state to atomic_enable

2025-02-04 Thread Dmitry Baryshkov
On Tue, Feb 04, 2025 at 03:57:31PM +0100, Maxime Ripard wrote: > It's pretty inconvenient to access the full atomic state from > drm_bridges, so let's change the atomic_enable hook prototype to pass it > directly. > > Signed-off-by: Maxime Ripard > --- > drivers/gpu/drm/bridge/analogix/analogix_

[PATCH v2 03/35] drm/bridge: Pass full state to atomic_enable

2025-02-04 Thread Maxime Ripard
It's pretty inconvenient to access the full atomic state from drm_bridges, so let's change the atomic_enable hook prototype to pass it directly. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 6 ++ drivers/gpu/drm/bridge/analogix/anx7625.c |