All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] drm/msm/dp: Support for external displays
@ 2022-09-16 20:00 ` Bjorn Andersson
  0 siblings, 0 replies; 34+ messages in thread
From: Bjorn Andersson @ 2022-09-16 20:00 UTC (permalink / raw)
  To: Rob Clark, Abhinav Kumar, Dmitry Baryshkov
  Cc: Rob Herring, Krzysztof Kozlowski, Stephen Boyd, Kuogee Hsieh,
	Sankeerth Billakanti, linux-arm-msm, dri-devel, freedreno,
	devicetree, linux-kernel

Introduce support for DisplayPort on SDM845 and SC8280XP, followed by
introduction of drm_bridge based HPD handling.

The version of these patches are restarted, as the previous
drm_connector_oob_hotplug_event()-based approach was abandoned and this
only barely resembles that effort.

In this effort the HPD handling is based on the reliance of the
hpd_notify() being invoked by a downstream (next_bridge) drm_bridge
implementation, such as the standard display-connector, or a something
like an USB Type-C controller implementation.

Bjorn Andersson (7):
  dt-bindings: msm/dp: Add SDM845 and SC8280XP compatibles
  drm/msm/dp: Stop using DP id as index in desc
  drm/msm/dp: Add DP and EDP compatibles for SC8280XP
  drm/msm/dp: Add SDM845 DisplayPort instance
  drm/msm/dp: Implement hpd_notify()
  drm/msm/dp: Don't enable HPD interrupts for edp
  drm/msm/dp: HPD handling relates to next_bridge

 .../bindings/display/msm/dp-controller.yaml   |   3 +
 drivers/gpu/drm/msm/dp/dp_display.c           | 135 +++++++++++-------
 drivers/gpu/drm/msm/dp/dp_drm.c               |   1 +
 drivers/gpu/drm/msm/dp/dp_drm.h               |   2 +
 drivers/gpu/drm/msm/msm_drv.h                 |   1 +
 5 files changed, 88 insertions(+), 54 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2022-09-26 16:32 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16 20:00 [PATCH v2 0/7] drm/msm/dp: Support for external displays Bjorn Andersson
2022-09-16 20:00 ` Bjorn Andersson
2022-09-16 20:00 ` [PATCH v2 1/7] dt-bindings: msm/dp: Add SDM845 and SC8280XP compatibles Bjorn Andersson
2022-09-16 20:00   ` Bjorn Andersson
2022-09-17 17:03   ` Krzysztof Kozlowski
2022-09-17 17:03     ` Krzysztof Kozlowski
2022-09-19 21:18     ` Bjorn Andersson
2022-09-19 21:18       ` Bjorn Andersson
2022-09-20  7:09       ` Krzysztof Kozlowski
2022-09-20  7:09         ` Krzysztof Kozlowski
2022-09-22  0:14         ` Bjorn Andersson
2022-09-22  0:14           ` Bjorn Andersson
2022-09-22 15:37           ` Krzysztof Kozlowski
2022-09-22 15:37             ` Krzysztof Kozlowski
2022-09-26 15:13             ` Rob Herring
2022-09-26 15:13               ` Rob Herring
2022-09-26 15:20               ` Krzysztof Kozlowski
2022-09-26 15:20                 ` Krzysztof Kozlowski
2022-09-16 20:00 ` [PATCH v2 2/7] drm/msm/dp: Stop using DP id as index in desc Bjorn Andersson
2022-09-16 20:00   ` Bjorn Andersson
2022-09-16 20:00 ` [PATCH v2 3/7] drm/msm/dp: Add DP and EDP compatibles for SC8280XP Bjorn Andersson
2022-09-16 20:00   ` Bjorn Andersson
2022-09-16 20:00 ` [PATCH v2 4/7] drm/msm/dp: Add SDM845 DisplayPort instance Bjorn Andersson
2022-09-16 20:00   ` Bjorn Andersson
2022-09-16 20:00 ` [PATCH v2 5/7] drm/msm/dp: Implement hpd_notify() Bjorn Andersson
2022-09-16 20:00   ` Bjorn Andersson
2022-09-16 21:17   ` Jeff Johnson
2022-09-16 21:17     ` Jeff Johnson
2022-09-19 21:22     ` Bjorn Andersson
2022-09-19 21:22       ` Bjorn Andersson
2022-09-16 20:00 ` [PATCH v2 6/7] drm/msm/dp: Don't enable HPD interrupts for edp Bjorn Andersson
2022-09-16 20:00   ` Bjorn Andersson
2022-09-16 20:00 ` [PATCH v2 7/7] drm/msm/dp: HPD handling relates to next_bridge Bjorn Andersson
2022-09-16 20:00   ` Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.