Re: [PATCH v6 13/26] drm/encoder: add drm_encoder_cleanup_from()

2025-02-07 Thread Luca Ceresoli
On Fri, 7 Feb 2025 05:03:13 +0200 Dmitry Baryshkov wrote: > On Thu, Feb 06, 2025 at 07:14:28PM +0100, Luca Ceresoli wrote: > > Supporting hardware whose final part of the DRM pipeline can be physically > > removed requires the ability to detach all bridges from a given point to > > the end of the

Re: [PATCH v6 13/26] drm/encoder: add drm_encoder_cleanup_from()

2025-02-06 Thread Dmitry Baryshkov
On Thu, Feb 06, 2025 at 07:14:28PM +0100, Luca Ceresoli wrote: > Supporting hardware whose final part of the DRM pipeline can be physically > removed requires the ability to detach all bridges from a given point to > the end of the pipeline. > > Introduce a variant of drm_encoder_cleanup() for thi

[PATCH v6 13/26] drm/encoder: add drm_encoder_cleanup_from()

2025-02-06 Thread Luca Ceresoli
Supporting hardware whose final part of the DRM pipeline can be physically removed requires the ability to detach all bridges from a given point to the end of the pipeline. Introduce a variant of drm_encoder_cleanup() for this. Signed-off-by: Luca Ceresoli --- Changes in v6: none Changes in v5