Re: [PATCH v2 00/34] drm: convert all bridges to devm_drm_bridge_alloc()

2025-04-28 Thread Maxime Ripard
On Mon, Apr 28, 2025 at 05:24:57PM +0200, Luca Ceresoli wrote: > Hi Maxime, other DRM maintainers, > > On Thu, 24 Apr 2025 20:59:07 +0200 > Luca Ceresoli wrote: > > > devm_drm_bridge_alloc() [0] is the new API to allocate and initialize a DRM > > bridge, and the only one supported from now on. I

Re: [PATCH v2 00/34] drm: convert all bridges to devm_drm_bridge_alloc()

2025-04-28 Thread Luca Ceresoli
Hi Maxime, other DRM maintainers, On Thu, 24 Apr 2025 20:59:07 +0200 Luca Ceresoli wrote: > devm_drm_bridge_alloc() [0] is the new API to allocate and initialize a DRM > bridge, and the only one supported from now on. It is also necessary for > implementing reference counting and thus needed to

Re: [PATCH v2 00/34] drm: convert all bridges to devm_drm_bridge_alloc()

2025-04-28 Thread Luca Ceresoli
Hi Maxime, On Mon, 28 Apr 2025 17:42:46 +0200 Maxime Ripard wrote: > On Mon, Apr 28, 2025 at 05:24:57PM +0200, Luca Ceresoli wrote: > > Hi Maxime, other DRM maintainers, > > > > On Thu, 24 Apr 2025 20:59:07 +0200 > > Luca Ceresoli wrote: > > > > > devm_drm_bridge_alloc() [0] is the new API