From: Daniel Vetter Date: Thu, 27 Jun 2013 15:52:11 +0000 (+0200) Subject: drm/i915: s/hotplug_irq_storm_detect/intel_hpd_irq_handler/ X-Git-Tag: v3.11-rc1~65^2~16^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22062dbacf7ccc325c8b0ccc3fb90bf487be5c5c;p=pandora-kernel.git drm/i915: s/hotplug_irq_storm_detect/intel_hpd_irq_handler/ 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). v2: Rebase on top of the i965g/gm sdvo hpd fix. Cc: Egbert Eich Reviewed-by: Egbert Eich Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed