Re: [PATCH v3 16/22] drm/sti: dvo: convert to devm_drm_bridge_alloc() API
From: Maxime Ripard
Date: Sat May 10 2025 - 04:57:23 EST
On Fri, 9 May 2025 15:53:42 +0200, Luca Ceresoli wrote:
> This is the new API for allocating DRM bridges.
>
> This driver allocates the DRM bridge separately from the main driver
> private struct, which prevents using the new devm_drm_bridge_alloc()
> API. Simplify the code by replacing the struct drm_bridge pointer with an
>
> [ ... ]
Acked-by: Maxime Ripard <mripard@xxxxxxxxxx>
Thanks!
Maxime