mbox series

[0/3] drm/msm/dsi: rework drm_connector instantiation

Message ID 20240309-fd-dsi-cleanup-bridges-v1-0-962ebdba82ed@linaro.org
Headers show
Series drm/msm/dsi: rework drm_connector instantiation | expand

Message

Dmitry Baryshkov March 9, 2024, 3:09 p.m. UTC
- Drop attempts to call drm_bridge_attach with 0 flags, require that
  downstream bridges support DRM_BRIDGE_ATTACH_NO_CONNECTOR

- Acquire next bridge during dsi_bind, making sure that it doesn't cause
  -EPROBE_DEFER later during modeset_init.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
Dmitry Baryshkov (3):
      drm/msm/dsi: remove the drm_bridge_attach fallback
      drm/msm/dsi: move next bridge acquisition to dsi_bind
      drm/msm/dsi: simplify connector creation

 drivers/gpu/drm/msm/dsi/dsi.c         | 26 ++++++++----
 drivers/gpu/drm/msm/dsi/dsi.h         |  7 ++--
 drivers/gpu/drm/msm/dsi/dsi_manager.c | 79 ++++++++++++-----------------------
 3 files changed, 48 insertions(+), 64 deletions(-)
---
base-commit: 1843e16d2df9d98427ef8045589571749d627cf7
change-id: 20240309-fd-dsi-cleanup-bridges-22d5dc1c1341

Best regards,