Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 0/3] fix dp link training failed at irq_hpd request
@ 2020-11-03 20:48 Kuogee Hsieh
  2020-11-03 20:49 ` [PATCH 1/3] drm/msm/dp: deinitialize mainlink if link training failed Kuogee Hsieh
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Kuogee Hsieh @ 2020-11-03 20:48 UTC (permalink / raw)
  To: dri-devel, robdclark, sean, swboyd
  Cc: Kuogee Hsieh, tanmay, abhinavk, aravindh, airlied, daniel,
	linux-arm-msm, freedreno, linux-kernel

Some dongle require link training be done at irq_hpd request. This serial
patches address the issues so that DP/HDMI display can be lit up properlly.
This serial Patch also fixes clock stuck at "off" state error caused by
previous link training failed.

Kuogee Hsieh (3):
  drm/msm/dp: deinitialize mainlink if link training failed
  drm/msm/dp: skip checking LINK_STATUS_UPDATED bit
  drm/msm/dp: promote irq_hpd handle to handle link training correctly

 drivers/gpu/drm/msm/dp/dp_catalog.c |  2 +-
 drivers/gpu/drm/msm/dp/dp_catalog.h |  2 +-
 drivers/gpu/drm/msm/dp/dp_ctrl.c    | 60 +++++++++++++++++++++--------
 drivers/gpu/drm/msm/dp/dp_display.c | 40 ++++++++++++++++---
 drivers/gpu/drm/msm/dp/dp_link.c    | 29 +++++++-------
 drivers/gpu/drm/msm/dp/dp_panel.c   |  2 +-
 6 files changed, 96 insertions(+), 39 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

end of thread, other threads:[~2020-11-05  3:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-03 20:48 [PATCH 0/3] fix dp link training failed at irq_hpd request Kuogee Hsieh
2020-11-03 20:49 ` [PATCH 1/3] drm/msm/dp: deinitialize mainlink if link training failed Kuogee Hsieh
2020-11-03 20:49 ` [PATCH 2/3] drm/msm/dp: skip checking LINK_STATUS_UPDATED bit Kuogee Hsieh
2020-11-03 20:49 ` [PATCH 3/3] drm/msm/dp: promote irq_hpd handle to handle link training correctly Kuogee Hsieh
2020-11-05  3:06   ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox