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
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