drm/i915: Do the fallback non-IRQ wait in ring throttle, too.
authorEric Anholt <eric@anholt.net>
Thu, 22 Dec 2011 22:54:59 +0000 (14:54 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 3 Jan 2012 17:31:14 +0000 (09:31 -0800)
As a workaround for IRQ synchronization issues in the gen7 BLT ring,
we want to turn the two wait functions into polling loops.

Signed-off-by: Eric Anholt <eric@anholt.net>
Tested-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found