Re: [PATCH v8 01/13] drm/bridge: cdns-dsi: Fix connecting to next bridge

2025-01-26 Thread Dmitry Baryshkov
On Mon, Jan 27, 2025 at 12:45:39AM +0530, Aradhya Bhatia wrote: > From: Aradhya Bhatia > > Fix the OF node pointer passed to the of_drm_find_bridge() call to find > the next bridge in the display chain. > > The code to find the next panel (and create its panel-bridge) works > fine, but to find t

[PATCH v8 01/13] drm/bridge: cdns-dsi: Fix connecting to next bridge

2025-01-26 Thread Aradhya Bhatia
From: Aradhya Bhatia Fix the OF node pointer passed to the of_drm_find_bridge() call to find the next bridge in the display chain. The code to find the next panel (and create its panel-bridge) works fine, but to find the next (non-panel) bridge does not. To find the next bridge in the pipeline,