From: Zou Nan hai Date: Fri, 15 Jan 2010 02:29:06 +0000 (+0800) Subject: drm/i915: remove loop in Ironlake interrupt handler X-Git-Tag: v2.6.33-rc5~62^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7c85101afd0cb8ce497456d12ee1cad4aad152f;p=pandora-kernel.git drm/i915: remove loop in Ironlake interrupt handler On Ironlake, there is an interrupt master control bit. With the bit disabled before clearing IIR, we do not need to handle extra interrupt in a loop. This patch removes the loop in Ironlake interrupt handler. It fixed irq lost issue on some Ironlake platforms. Cc: Stable Team Signed-off-by: Zou Nan hai Signed-off-by: Zhenyu Wang Signed-off-by: Eric Anholt --- Reading git-diff-tree failed