Re: [PATCH v5 08/16] drm/bridge: Add helper to reset bridge pipeline

2025-03-15 Thread Herve Codina
Hi Maxime, On Tue, 04 Mar 2025 12:10:51 +0100 Maxime Ripard wrote: > Let's provide an helper to make it easier for bridge drivers to > power-cycle their bridge. > > In order to avoid a circular dependency between that new helper and > drm_atomic_helper_reset_crtc(), this new helper will be in a

Re: [PATCH v5 08/16] drm/bridge: Add helper to reset bridge pipeline

2025-03-06 Thread Simona Vetter
On Tue, Mar 04, 2025 at 12:10:51PM +0100, Maxime Ripard wrote: > Let's provide an helper to make it easier for bridge drivers to > power-cycle their bridge. > > In order to avoid a circular dependency between that new helper and > drm_atomic_helper_reset_crtc(), this new helper will be in a > drm_

[PATCH v5 08/16] drm/bridge: Add helper to reset bridge pipeline

2025-03-04 Thread Maxime Ripard
Let's provide an helper to make it easier for bridge drivers to power-cycle their bridge. In order to avoid a circular dependency between that new helper and drm_atomic_helper_reset_crtc(), this new helper will be in a drm_bridge_helper.c file to follow the pattern we have for other objects. Co-d