All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2]  fix missing unplug interrupt problem
@ 2021-01-13 18:59 ` Kuogee Hsieh
  0 siblings, 0 replies; 12+ messages in thread
From: Kuogee Hsieh @ 2021-01-13 18:59 UTC (permalink / raw)
  To: dri-devel, robdclark, sean, swboyd
  Cc: Kuogee Hsieh, tanmay, abhinavk, aravindh, airlied, daniel,
	linux-arm-msm, freedreno, linux-kernel

Both AUX_SW_RESET and DP_SW_RESET clear pending HPD interrupts.
Therefore irq_hpd handler should not issues either aux or sw reset
to avoid following unplug interrupt be cleared accidentally.

Kuogee Hsieh (2):
  drm/msm/dp: return fail when both link lane and rate are 0 at dpcd
    read
  drm/msm/dp: unplug interrupt missed after irq_hpd handler

 drivers/gpu/drm/msm/dp/dp_aux.c     |  7 -------
 drivers/gpu/drm/msm/dp/dp_catalog.c | 24 ++++++++++++++++++++++++
 drivers/gpu/drm/msm/dp/dp_ctrl.c    | 15 ++++++++++-----
 drivers/gpu/drm/msm/dp/dp_display.c |  7 +++++++
 drivers/gpu/drm/msm/dp/dp_panel.c   | 12 +++++++++---
 5 files changed, 50 insertions(+), 15 deletions(-)

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


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

end of thread, other threads:[~2021-01-14  9:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-13 18:59 [PATCH v2 0/2] fix missing unplug interrupt problem Kuogee Hsieh
2021-01-13 18:59 ` Kuogee Hsieh
2021-01-13 18:59 ` [PATCH v2 1/2] drm/msm/dp: return fail when both link lane and rate are 0 at dpcd read Kuogee Hsieh
2021-01-13 18:59   ` Kuogee Hsieh
2021-01-13 19:00 ` [PATCH v2 2/2] drm/msm/dp: unplug interrupt missed after irq_hpd handler Kuogee Hsieh
2021-01-13 19:00   ` Kuogee Hsieh
2021-01-13 20:25 ` [PATCH v2 0/2] fix missing unplug interrupt problem Stephen Boyd
2021-01-13 20:25   ` Stephen Boyd
2021-01-13 23:52   ` khsieh
2021-01-13 23:52     ` khsieh
2021-01-14  0:01     ` Stephen Boyd
2021-01-14  0:01       ` Stephen Boyd

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.