Daniel Vetter writes: > The combination of Paulo's fifo underrun detection code and Egbert's > hpd storm handling code unfortunately made the hpd storm handling code > racy. > > To avoid duplicating tricky interrupt locking code over all platforms > start with a bit of refactoring. This patch is the very first step > since in the end the irq storm handling code will handle all hotplug > logic (and so also encapsulate the locking nicely). > > Cc: Egbert Eich <eich at suse.de> > Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch> > --- > drivers/gpu/drm/i915/i915_irq.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > [reviewed code deleted] Reviewed-by: Egbert Eich <eich at suse.de>