On Sun, 22 Dec 2024 at 00:26, Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > > On Fri, Dec 20, 2024 at 1:11 AM Dmitry Baryshkov > <dmitry.baryshkov@xxxxxxxxxx> wrote: > > > Could you please convert it to use DRM_BRIDGE_ATTACH_NO_CONNECTOR? > > Likewise pl111_display_enable() should use the bus flags and input > > formats of the next bridge rather than the ones of the connector. > > I can surely look into it. > Is there some example committ of this type of conversion in the > tree? I probably can not point to a single commit. There are a lot of drivers that use DRM_BRIDGE_ATTACH_NO_CONNECTOR and then create and attach drm_bridge_connector manually. I think one of the last conversions was done for the imx/ipuv3 drivers (dw_hdmi isn't converted yet) For the bus formats it seems we are not there yet. At least panel.c doesn't propagate panel's flags and formats, so you can ignore that comment. -- With best wishes Dmitry