Re: [PATCH v2 31/34] drm/bridge: imx8*-ldb: convert to devm_drm_bridge_alloc() API

2025-04-28 Thread Liu Ying
On 04/25/2025, Luca Ceresoli wrote: > This is the new API for allocating DRM bridges. > > These two drivers are tangled together by the ldb_add_bridge_helper(), so > they are converted at once. > > They also have a similar design, each embedding an array of channels in > their main struct, and ea

[PATCH v2 31/34] drm/bridge: imx8*-ldb: convert to devm_drm_bridge_alloc() API

2025-04-24 Thread Luca Ceresoli
This is the new API for allocating DRM bridges. These two drivers are tangled together by the ldb_add_bridge_helper(), so they are converted at once. They also have a similar design, each embedding an array of channels in their main struct, and each channel embeds a drm_bridge. This prevents dyna