Re: [PATCH v3 15/22] drm/bridge: stm_lvds: convert to devm_drm_bridge_alloc() API

2025-05-20 Thread Raphael Gallais-Pou
Hi Luca, On 5/9/25 15:53, Luca Ceresoli wrote: > This is the new API for allocating DRM bridges. > > Signed-off-by: Luca Ceresoli > > --- > > Cc: Alexandre Torgue > Cc: Maxime Coquelin > Cc: Philippe Cornu > Cc: Raphael Gallais-Pou > Cc: Yannick Fertre > --- I went away from keyboard for so

Re: [PATCH v3 15/22] drm/bridge: stm_lvds: convert to devm_drm_bridge_alloc() API

2025-05-10 Thread Maxime Ripard
On Fri, 9 May 2025 15:53:41 +0200, Luca Ceresoli wrote: > This is the new API for allocating DRM bridges. > > Signed-off-by: Luca Ceresoli > Acked-by: Maxime Ripard Thanks! Maxime

Re: [PATCH v3 15/22] drm/bridge: stm_lvds: convert to devm_drm_bridge_alloc() API

2025-05-09 Thread Anusha Srivatsa
On Fri, May 9, 2025 at 9:57 AM Luca Ceresoli wrote: > This is the new API for allocating DRM bridges. > > Signed-off-by: Luca Ceresoli > > --- > > Cc: Alexandre Torgue > Cc: Maxime Coquelin > Cc: Philippe Cornu > Cc: Raphael Gallais-Pou > Cc: Yannick Fertre > --- > drivers/gpu/drm/stm/lvds

[PATCH v3 15/22] drm/bridge: stm_lvds: convert to devm_drm_bridge_alloc() API

2025-05-09 Thread Luca Ceresoli
This is the new API for allocating DRM bridges. Signed-off-by: Luca Ceresoli --- Cc: Alexandre Torgue Cc: Maxime Coquelin Cc: Philippe Cornu Cc: Raphael Gallais-Pou Cc: Yannick Fertre --- drivers/gpu/drm/stm/lvds.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a