Re: [PATCH v2 15/34] drm/mcde: convert to devm_drm_bridge_alloc() API
On Thu, Apr 24, 2025 at 9:00 PM Luca Ceresoli wrote: > This is the new API for allocating DRM bridges. > > Signed-off-by: Luca Ceresoli Reviewed-by: Linus Walleij Yours, Linus Walleij
[PATCH v2 15/34] drm/mcde: convert to devm_drm_bridge_alloc() API
This is the new API for allocating DRM bridges. Signed-off-by: Luca Ceresoli --- Cc: Linus Walleij --- drivers/gpu/drm/mcde/mcde_dsi.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/mcde/mcde_dsi.c b/drivers/gpu/drm/mcde/mcde_dsi.c index b302d8ec3a