mbox series

[0/2] usb: typec: qcom-pmic-typec: enable DP support

Message ID 20230709034808.4049383-1-dmitry.baryshkov@linaro.org
Headers show
Series usb: typec: qcom-pmic-typec: enable DP support | expand

Message

Dmitry Baryshkov July 9, 2023, 3:48 a.m. UTC
To enable DisplayPort on the platforms supported by qcom-pmic-typec
driver, we need to register a corresponding drm_bridge for this device
and also be able to send the OOB hotplug event to the corresponding DRM
connector. All this is implemented by [1], but there is no direct
dependency on that patchset.

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

Dmitry Baryshkov (2):
  usb: typec: altmodes/displayport: add support for embedded DP cases
  usb: typec: qcom-pmic-typec: register drm_bridge

 drivers/usb/typec/altmodes/displayport.c      |  5 +++-
 drivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c | 25 +++++++++++++++++++
 2 files changed, 29 insertions(+), 1 deletion(-)