On Thu, Jul 24, 2025 at 04:02:59PM +0800, Damon Ding wrote:
Since the panel/bridge should logically be positioned behind the
Analogix bridge in the display pipeline, it makes sense to handle
the panel/bridge parsing on the Analogix side.
Signed-off-by: Damon Ding <damon.ding@xxxxxxxxxxxxxx>
---
.../drm/bridge/analogix/analogix_dp_core.c | 48 +++++++++++++++++++
include/drm/bridge/analogix_dp.h | 2 +
2 files changed, 50 insertions(+)
+int analogix_dp_find_panel_or_bridge(struct analogix_dp_device *dp)
Nit: the API does more than just finding the panel or bridge. Also the
drivers use it in a more of 'analogix_dp_finish_probe()' manner.