Re: [PATCH v3 29/37] drm/bridge: Introduce drm_bridge_is_atomic() helper

2025-02-13 Thread Dmitry Baryshkov
On Thu, Feb 13, 2025 at 03:43:48PM +0100, Maxime Ripard wrote: > We test for whether the bridge is atomic in several places in the source > code, so let's consolidate them. > > Suggested-by: Dmitry Baryshkov > Signed-off-by: Maxime Ripard > --- > drivers/gpu/drm/drm_bridge.c | 9 +++-- > 1

[PATCH v3 29/37] drm/bridge: Introduce drm_bridge_is_atomic() helper

2025-02-13 Thread Maxime Ripard
We test for whether the bridge is atomic in several places in the source code, so let's consolidate them. Suggested-by: Dmitry Baryshkov Signed-off-by: Maxime Ripard --- drivers/gpu/drm/drm_bridge.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm