From: Eric Anholt Date: Thu, 22 Dec 2011 22:55:01 +0000 (-0800) Subject: drm/i915: Make the fallback IRQ wait not sleep. X-Git-Tag: v3.3-rc1~121^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e959b5db4aacc27bcf92889e658445326ebc4bfb;p=pandora-kernel.git drm/i915: Make the fallback IRQ wait not sleep. The waits we do here are generally so short that sleeping is a bad idea unless we have an IRQ to wake us up. Improves regression test performance from 18 minutes to 3.5 minutes on gen7, which is now consistent with the previous generation. Signed-off-by: Eric Anholt Tested-by: Eugeni Dodonov Reviewed-by: Eugeni Dodonov Acked-by: Kenneth Graunke Signed-off-by: Keith Packard --- Reading git-diff-tree failed