Re: [PATCH v3 17/22] drm: zynqmp_dp: convert to devm_drm_bridge_alloc() API

2025-05-10 Thread Maxime Ripard
On Fri, 9 May 2025 15:53:43 +0200, Luca Ceresoli wrote: > This is the new API for allocating DRM bridges. > > This driver has a peculiar structure. zynqmp_dpsub.c is the actual driver, > which delegates to a submodule (zynqmp_dp.c) the allocation of a > sub-structure embedding the drm_bridge and i

[PATCH v3 17/22] drm: zynqmp_dp: convert to devm_drm_bridge_alloc() API

2025-05-09 Thread Luca Ceresoli
This is the new API for allocating DRM bridges. This driver has a peculiar structure. zynqmp_dpsub.c is the actual driver, which delegates to a submodule (zynqmp_dp.c) the allocation of a sub-structure embedding the drm_bridge and its initialization, however it does not delegate the drm_bridge_add