public inbox for linux-arm-msm@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] drm/msm/dp: several fixes for the IRQ handling
@ 2022-09-01  9:15 Dmitry Baryshkov
  2022-09-01  9:15 ` [RFC PATCH 1/3] drm/msm/dp: fold disable_irq into devm_request_irq Dmitry Baryshkov
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Dmitry Baryshkov @ 2022-09-01  9:15 UTC (permalink / raw)
  To: Rob Clark, Sean Paul, Abhinav Kumar
  Cc: Stephen Boyd, David Airlie, Daniel Vetter, Bjorn Andersson,
	linux-arm-msm, dri-devel, freedreno, Johan Hovold

Johan Hovold has reported that returning a probe deferral from the
msm_dp_modeset_init() can cause issues because the IRQ is not freed
properly. This (compile-tested only) series tries to fix the issue by
moving devm_request_irq() to the probe callback.

Dmitry Baryshkov (3):
  drm/msm/dp: fold disable_irq into devm_request_irq
  drm/msm/dp: switch to using platform_get_irq()
  drm/msm/dp: move dp_request_irq() call to dp_display_probe()

 drivers/gpu/drm/msm/dp/dp_display.c | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-09-13  9:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-01  9:15 [RFC PATCH 0/3] drm/msm/dp: several fixes for the IRQ handling Dmitry Baryshkov
2022-09-01  9:15 ` [RFC PATCH 1/3] drm/msm/dp: fold disable_irq into devm_request_irq Dmitry Baryshkov
2022-09-08  0:33   ` Stephen Boyd
2022-09-01  9:15 ` [RFC PATCH 2/3] drm/msm/dp: switch to using platform_get_irq() Dmitry Baryshkov
2022-09-08  0:40   ` Stephen Boyd
2022-09-01  9:15 ` [RFC PATCH 3/3] drm/msm/dp: move dp_request_irq() call to dp_display_probe() Dmitry Baryshkov
2022-09-08  0:42   ` Stephen Boyd
2022-09-01  9:20 ` [RFC PATCH 0/3] drm/msm/dp: several fixes for the IRQ handling Johan Hovold
2022-09-01  9:21   ` Dmitry Baryshkov
2022-09-01  9:28     ` Johan Hovold
2022-09-07 17:32 ` Manivannan Sadhasivam
2022-09-13  9:44 ` Johan Hovold

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