drm/i915: Don't double-unpin buffers if we take a signal in evict_everything().
authorEric Anholt <eric@anholt.net>
Wed, 10 Dec 2008 18:09:41 +0000 (10:09 -0800)
committerDave Airlie <airlied@linux.ie>
Mon, 29 Dec 2008 07:47:25 +0000 (17:47 +1000)
We haven't seen this in practice, but it was visible when looking at a bug
report from when i915_gem_evict_everything() was broken and would always
return error.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@linux.ie>

No differences found