Re: [PATCH v2 04/10] drm/bridge: fsl-ldb: Get the next non-panel bridge

2025-07-16 Thread Frank Li
On Wed, Jul 16, 2025 at 11:15:08AM +0300, Laurentiu Palcu wrote: > From: Liu Ying > > The next bridge in bridge chain could be a panel bridge or a non-panel > bridge. Use devm_drm_of_get_bridge() to replace the combination > function calls of of_drm_find_panel() and devm_drm_panel_bridge_add() >

[PATCH v2 04/10] drm/bridge: fsl-ldb: Get the next non-panel bridge

2025-07-16 Thread Laurentiu Palcu
From: Liu Ying The next bridge in bridge chain could be a panel bridge or a non-panel bridge. Use devm_drm_of_get_bridge() to replace the combination function calls of of_drm_find_panel() and devm_drm_panel_bridge_add() to get either a panel bridge or a non-panel bridge, instead of getting a pan