• C
    drm/i915: Kill the active list spinlock · de227ef0
    Chris Wilson 提交于
    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: NChris Wilson <chris@chris-wilson.co.uk>
    de227ef0
i915_drv.h 38.3 KB