From: Egbert Eich Date: Tue, 16 Apr 2013 11:36:57 +0000 (+0200) Subject: drm/i915: Disable HPD interrupt on pin when irq storm is detected (v3) X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~40^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd569aed17b35b7be4567d0b277d23014ad34631;p=pandora-kernel.git drm/i915: Disable HPD interrupt on pin when irq storm is detected (v3) This patch disables hotplug interrupts if an 'interrupt storm' has been detected. Noise on the interrupt line renders the hotplug interrupt useless: each hotplug event causes the devices to be rescanned which will will only increase the system load. Thus disable the hotplug interrupts and fall back to periodic device polling. v2: Fixed cleanup typo. v3: Fixed format issues, clarified a variable name, changed pr_warn() to DRM_INFO() as suggested by Jani Nikula . Signed-off-by: Egbert Eich Reviewed-by: Jani Nikula Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed