drm/i915: Kill the active list spinlock
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 3 Jul 2010 06:58:38 +0000 (07:58 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 8 Sep 2010 09:23:56 +0000 (10:23 +0100)
commitde227ef0907258359d53e3e1530c1f3678eb2bb9
tree86610be283f35dd2913fb94aeaca021720e99b71
parent015b9c8ce50e5bfb7ea78613dcad4b30d1a0d9da
drm/i915: Kill the active list spinlock

This spinlock only served debugging purposes in a time when we could not
be sure of the mutex ever being released upon a GPU hang. As we now
should be able rely on hangcheck to do the job for us (and that error
reporting should not itself require the struct mutex) we can kill the
incomplete attempt at protection.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_gem_evict.c