From 21ab4e746d4d455fef66e2bef8c0442eb369a1d4 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 9 Sep 2014 11:16:08 +0100 Subject: [PATCH] drm/i915: Objects on the unbound list may still have an active reference Due to the lazy retirement semantics, even though we have unbound an object, it may still hold onto an active reference. So in the debug code, play safe. v2: Export i915_gem_shrink() rather than opencoding it. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-format-patch failed