• Chris Wilson's avatar
    drm/i915: Kill the active list spinlock · de227ef0
    Chris Wilson authored
    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: default avatarChris Wilson <chris@chris-wilson.co.uk>
    de227ef0
i915_debugfs.c 26 KB