All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/vc4: hdmi: Interrupt fixes
@ 2021-07-07  9:51 ` Maxime Ripard
  0 siblings, 0 replies; 12+ messages in thread
From: Maxime Ripard @ 2021-07-07  9:51 UTC (permalink / raw)
  To: dri-devel, Daniel Vetter, David Airlie, Maarten Lankhorst,
	Thomas Zimmermann, Maxime Ripard
  Cc: Emma Anholt, Hans Verkuil, Daniel Vetter, linux-kernel,
	linux-rpi-kernel, bcm-kernel-feedback-list, Dave Stevenson,
	Phil Elwell, Tim Gover, Dom Cobley, Maxime Ripard,
	Nicolas Saenz Julienne

Hi,

Those are three fixes for race conditions we currently have in the vc4 HDMI
driver with regard to the interrupts handling.

The first two are fixing an issue where the handler will be removed by devm
after the resources it uses have been free'd already.

The last one is there to deal with an interrupt coming in the window between
the end of the driver's bind and the  DRM device registration.

Let me know what you think,
Maxime

Maxime Ripard (3):
  drm/vc4: hdmi: Drop devm interrupt handler for CEC interrupts
  drm/vc4: hdmi: Drop devm interrupt handler for hotplug interrupts
  drm/vc4: hdmi: Only call into DRM framework if registered

 drivers/gpu/drm/vc4/vc4_hdmi.c | 92 +++++++++++++++++++++++-----------
 1 file changed, 62 insertions(+), 30 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-07-15  8:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07  9:51 [PATCH 0/3] drm/vc4: hdmi: Interrupt fixes Maxime Ripard
2021-07-07  9:51 ` Maxime Ripard
2021-07-07  9:51 ` [PATCH 1/3] drm/vc4: hdmi: Drop devm interrupt handler for CEC interrupts Maxime Ripard
2021-07-07  9:51   ` Maxime Ripard
2021-07-07  9:51 ` [PATCH 2/3] drm/vc4: hdmi: Drop devm interrupt handler for hotplug interrupts Maxime Ripard
2021-07-07  9:51   ` Maxime Ripard
2021-07-07  9:51 ` [PATCH 3/3] drm/vc4: hdmi: Only call into DRM framework if registered Maxime Ripard
2021-07-07  9:51   ` Maxime Ripard
2021-07-07 10:05 ` [PATCH 0/3] drm/vc4: hdmi: Interrupt fixes Dave Stevenson
2021-07-07 10:05   ` Dave Stevenson
2021-07-15  8:50   ` Maxime Ripard
2021-07-15  8:50     ` Maxime Ripard

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.