All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] fix dp link training failed at irq_hpd request
@ 2020-11-13 22:08 ` Kuogee Hsieh
  0 siblings, 0 replies; 9+ messages in thread
From: Kuogee Hsieh @ 2020-11-13 22:08 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] 9+ messages in thread

end of thread, other threads:[~2020-12-29 20:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13 22:08 [PATCH v2 0/3] fix dp link training failed at irq_hpd request Kuogee Hsieh
2020-11-13 22:08 ` Kuogee Hsieh
2020-11-13 22:08 ` [PATCH v2 1/3] drm/msm/dp: deinitialize mainlink if link training failed Kuogee Hsieh
2020-11-13 22:08   ` Kuogee Hsieh
2020-11-13 22:08 ` [PATCH v2 2/3] drm/msm/dp: skip checking LINK_STATUS_UPDATED bit Kuogee Hsieh
2020-11-13 22:08   ` Kuogee Hsieh
2020-11-13 22:08 ` [PATCH v2 3/3] drm/msm/dp: promote irq_hpd handle to handle link training correctly Kuogee Hsieh
2020-11-13 22:08   ` Kuogee Hsieh
2020-12-29 20:15 ` [PATCH v2 0/3] fix dp link training failed at irq_hpd request patchwork-bot+linux-arm-msm

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.