linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] "no-hpd" support in CDNS DP bridge driver
@ 2023-03-16 14:08 Jayesh Choudhary
  2023-03-16 14:08 ` [PATCH 1/2] dt-bindings: drm/bridge: Add no-hpd property Jayesh Choudhary
  2023-03-16 14:08 ` [PATCH 2/2] drm: bridge: cdns-mhdp8546: Add support for no-hpd Jayesh Choudhary
  0 siblings, 2 replies; 9+ messages in thread
From: Jayesh Choudhary @ 2023-03-16 14:08 UTC (permalink / raw)
  To: dri-devel, devicetree, linux-kernel
  Cc: andrzej.hajda, neil.armstrong, rfoss, Laurent.pinchart, jonas,
	jernej.skrabec, airlied, daniel, robh+dt, krzysztof.kozlowski+dt,
	sam, jani.nikula, tzimmermann, javierm, ville.syrjala,
	r-ravikumar, lyude, alexander.deucher, sjakhade, yamonkar,
	j-choudhary

In J721s2 EVM, DP0 HPD is not connected to correct HPD pin on SOC
which results in HPD detect as always connnected, so when display
is not connected driver continuously retries to read EDID and DPCD
registers.

To handle such cases add support for no hpd configuration in
cdns-mhdp driver.

DT changes for display in j721s2 will be posted once we have no-hpd
support and multilink DP support[1] merged.

[1]:
<https://lore.kernel.org/all/20230227133104.29788-1-sjakhade@cadence.com/>

Rahul T R (2):
  dt-bindings: drm/bridge: Add no-hpd property
  drm: bridge: cdns-mhdp8546: Add support for no-hpd

 .../display/bridge/cdns,mhdp8546.yaml         |  6 +++
 .../drm/bridge/cadence/cdns-mhdp8546-core.c   | 37 ++++++++++++++++---
 .../drm/bridge/cadence/cdns-mhdp8546-core.h   |  1 +
 3 files changed, 39 insertions(+), 5 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-03-23 12:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-16 14:08 [PATCH 0/2] "no-hpd" support in CDNS DP bridge driver Jayesh Choudhary
2023-03-16 14:08 ` [PATCH 1/2] dt-bindings: drm/bridge: Add no-hpd property Jayesh Choudhary
2023-03-17 12:38   ` Krzysztof Kozlowski
2023-03-21 12:02     ` Jayesh Choudhary
2023-03-21 12:38       ` Krzysztof Kozlowski
2023-03-21 14:28         ` Jayesh Choudhary
2023-03-21 15:17           ` Krzysztof Kozlowski
2023-03-23 12:26             ` Jayesh Choudhary
2023-03-16 14:08 ` [PATCH 2/2] drm: bridge: cdns-mhdp8546: Add support for no-hpd Jayesh Choudhary

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).