Re: [PATCH v8 1/3] drm/tests: bridge: convert to devm_drm_bridge_alloc() API

2025-05-28 Thread Anusha Srivatsa
On Fri, May 16, 2025 at 12:48 PM Luca Ceresoli wrote: > Use the new DRM bridge allocation API, which is the only supported now, for > the kunit tests. > > This change is more massive than for the typical DRM bridge driver because > struct drm_bridge_init_priv currently embeds a struct drm_bridge,

Re: [PATCH v8 1/3] drm/tests: bridge: convert to devm_drm_bridge_alloc() API

2025-05-27 Thread Maxime Ripard
On Fri, May 16, 2025 at 06:48:37PM +0200, Luca Ceresoli wrote: > Use the new DRM bridge allocation API, which is the only supported now, for > the kunit tests. > > This change is more massive than for the typical DRM bridge driver because > struct drm_bridge_init_priv currently embeds a struct drm

[PATCH v8 1/3] drm/tests: bridge: convert to devm_drm_bridge_alloc() API

2025-05-16 Thread Luca Ceresoli
Use the new DRM bridge allocation API, which is the only supported now, for the kunit tests. This change is more massive than for the typical DRM bridge driver because struct drm_bridge_init_priv currently embeds a struct drm_bridge, which is not supported anymore. We new have to use devm_drm_brid