Re: [PATCH v3 13/19] drm/bridge: fsl-ldb: don't create a panel_bridge
From: Laurentiu Palcu
Date: Mon Sep 21 2026 - 11:35:07 EST
Hi Luca,
On Wed, Sep 16, 2026 at 03:45:37PM +0200, Luca Ceresoli wrote:
> Now a panel_bridge is automatically created for every drm_panel and the
> panel-bridge API is just a deprecated wrapper to access it.
>
> Update and simplify the code by just getting a reference to the
> already-existing bridge using of_drm_find_and_get_bridge().
>
> And since of_drm_find_and_get_bridge() returns a refcounted bridge, take
> care of putting the bridge reference by using bridge->next_bridge.
>
> Signed-off-by: Luca Ceresoli <luca.ceresoli@xxxxxxxxxxx>
Reviewed-by: Laurentiu Palcu <laurentiu.palcu@xxxxxxxxxxx>
--
Thanks,
Laurentiu