[PATCH RFC 0/6] drm/msm: make use of the HDMI connector infrastructure

Dmitry Baryshkov dmitry.baryshkov at linaro.org
Thu Mar 7 23:56:59 UTC 2024


This patchset sits on top Maxime's HDMI connector patchset ([1]).

Currently this is an RFC exploring the interface between HDMI bridges
and HDMI connector code. This has been lightly verified on the Qualcomm
DB820c, which has native HDMI output. If this approach is considered to
be acceptable, I'll finish MSM HDMI bridge conversion (reworking the
Audio Infoframe code). Other bridges can follow the same approach (we
have lt9611 / lt9611uxc / adv7511 on Qualcomm hardware).

[1] https://patchwork.freedesktop.org/series/122421/

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
---
Dmitry Baryshkov (6):
      drm/bridge: add setup_connector callback
      drm/connector: hdmi: fix Infoframes generation
      drm/connector: hdmi: split setup code of the HDMI connector
      drm/connector: hdmi: add opaque data type
      drm/msm/hdmi: switch to atomic bridge callbacks
      drm/msm/hdmi: make use of the drm_connector_hdmi framework

 drivers/gpu/drm/drm_atomic_state_helper.c |  25 +++----
 drivers/gpu/drm/drm_bridge.c              |  38 ++++++++++
 drivers/gpu/drm/drm_bridge_connector.c    |   8 ++
 drivers/gpu/drm/drm_connector.c           |  67 ++++++++++++-----
 drivers/gpu/drm/msm/hdmi/hdmi_bridge.c    | 120 +++++++++++++++++++++++++-----
 include/drm/drm_bridge.h                  |  15 ++++
 include/drm/drm_connector.h               |  10 +++
 7 files changed, 230 insertions(+), 53 deletions(-)
---
base-commit: 47dc3e3d3051709acd01143e21d2de2b5322336c
change-id: 20240307-bridge-hdmi-connector-7e3754e661d0

Best regards,
-- 
Dmitry Baryshkov <dmitry.baryshkov at linaro.org>



More information about the dri-devel mailing list