On Tue, Apr 29, 2025 at 11:27:51AM +0200, Louis Chauvet wrote: > > On Thu, 24 Apr 2025 20:59:07 +0200, Luca Ceresoli wrote: > > devm_drm_bridge_alloc() [0] is the new API to allocate and initialize a DRM > > bridge, and the only one supported from now on. It is also necessary for > > implementing reference counting and thus needed to support removal of > > bridges from a still existing DRM pipeline without use-after-free. > > > > This series converts all DRM bridges to the new API. > > > > [...] > > Applied, thanks! >
[...] > [16/34] drm/msm/dp: convert to devm_drm_bridge_alloc() API > commit: b2aabe5c6b65516d88214aba4b12ce2ca78bac6c > [17/34] drm/msm/dsi: convert to devm_drm_bridge_alloc() API > commit: fffc8847743e45604c4478f554d628481b985556 > [18/34] drm/msm/hdmi: convert to devm_drm_bridge_alloc() API > commit: e11532be87e437648521a8ed5358c56df11933b4 Why? These drivers are explicitly handled outside of drm-misc. Please be more careful next time. -- With best wishes Dmitry