All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Fix NOC fatal error if msm_drm_init() failed
@ 2022-06-03 21:28 ` Kuogee Hsieh
  0 siblings, 0 replies; 8+ messages in thread
From: Kuogee Hsieh @ 2022-06-03 21:28 UTC (permalink / raw)
  To: dri-devel, robdclark, sean, swboyd, dianders, vkoul, daniel,
	airlied, agross, dmitry.baryshkov, bjorn.andersson
  Cc: Kuogee Hsieh, quic_abhinavk, quic_aravindh, quic_sbillaka,
	freedreno, linux-arm-msm, linux-kernel

system crash due to NOC fatal error if any module initialization faield
during msm_drm_init()

Kuogee Hsieh (2):
  drm/msm: enable msm irq after all initializations are done
    successfully at msm_drm_init()
  drm/msm/dp: check core_initialized before disable interrupts at
    dp_display_unbind()

 drivers/gpu/drm/msm/dp/dp_display.c |  3 ++-
 drivers/gpu/drm/msm/msm_drv.c       | 29 ++++++-----------------------
 2 files changed, 8 insertions(+), 24 deletions(-)

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


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

end of thread, other threads:[~2022-06-06 17:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-03 21:28 [PATCH v1 0/2] Fix NOC fatal error if msm_drm_init() failed Kuogee Hsieh
2022-06-03 21:28 ` Kuogee Hsieh
2022-06-03 21:28 ` [PATCH v1 1/2] drm/msm: enable msm irq after all initializations are done successfully at msm_drm_init() Kuogee Hsieh
2022-06-03 21:28   ` Kuogee Hsieh
2022-06-06 17:40   ` Kuogee Hsieh
2022-06-06 17:40     ` Kuogee Hsieh
2022-06-03 21:28 ` [PATCH v1 2/2] drm/msm/dp: check core_initialized before disable interrupts at dp_display_unbind() Kuogee Hsieh
2022-06-03 21:28   ` Kuogee Hsieh

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.