Re: [PATCH v3 02/37] drm/bridge: Pass full state to atomic_pre_enable

2025-02-14 Thread Doug Anderson
Hi, On Thu, Feb 13, 2025 at 6:44 AM Maxime Ripard wrote: > > It's pretty inconvenient to access the full atomic state from > drm_bridges, so let's change the atomic_pre_enable hook prototype to > pass it directly. > > Reviewed-by: Dmitry Baryshkov > Signed-off-by: Maxime Ripard >From the point

[PATCH v3 02/37] drm/bridge: Pass full state to atomic_pre_enable

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