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:
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
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