On Thu, Sep 3, 2026 at 10:14 AM Luca Ceresoli <[email protected]> wrote:
> Now a panel_bridge is automatically created for every drm_panel, so this > code (similar to an open-coded variant of drm_of_find_panel_or_bridge()) > would lead to creating a second bridge for the same panel. > > Update and simplify the code by just getting a reference to the > already-existing bridge. > > And since of_drm_find_and_get_bridge() returns a refcounted bridge, take > care of putting the bridge reference. > > Signed-off-by: Luca Ceresoli <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij
