Re: [PATCH v7 1/2] drm/bridge: documentat bridge allocation and lifecycle

2025-04-15 Thread Maxime Ripard
Hi, On Wed, Apr 09, 2025 at 04:50:34PM +0200, Luca Ceresoli wrote: > Document in detail the DRM bridge allocation and refcounting process based > on the recently introduced devm_drm_bridge_alloc(). > > Signed-off-by: Luca Ceresoli There's a typo in your commit title. > --- > > Changes in v7:

Re: [PATCH v7 1/2] drm/bridge: documentat bridge allocation and lifecycle

2025-04-15 Thread Luca Ceresoli
On Mon, 14 Apr 2025 17:40:46 +0200 Maxime Ripard wrote: > Hi, > > On Wed, Apr 09, 2025 at 04:50:34PM +0200, Luca Ceresoli wrote: > > Document in detail the DRM bridge allocation and refcounting process based > > on the recently introduced devm_drm_bridge_alloc(). > > > > Signed-off-by: Luca Cer

[PATCH v7 1/2] drm/bridge: documentat bridge allocation and lifecycle

2025-04-09 Thread Luca Ceresoli
Document in detail the DRM bridge allocation and refcounting process based on the recently introduced devm_drm_bridge_alloc(). Signed-off-by: Luca Ceresoli --- Changes in v7: - remove mention of "legacy mode", we now support only refcounted bridges - rename patch title from "drm/bridge: ad