From: Keith Packard Date: Wed, 19 Nov 2008 22:03:05 +0000 (-0800) Subject: drm/i915: Always read pipestat in irq_handler X-Git-Tag: v2.6.28-rc7~46^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05eff845a28499762075d3a72e238a31f4d2407c;p=pandora-kernel.git drm/i915: Always read pipestat in irq_handler Because we write pipestat before iir, it's possible that a pipestat interrupt will occur between the pipestat write and the iir write. This leaves pipestat with an interrupt status not visible in iir. This may cause an interrupt flood as we never clear the pipestat event. Signed-off-by: Keith Packard Signed-off-by: Eric Anholt Signed-off-by: Dave Airlie --- Reading git-diff-tree failed