From: Chris Wilson Date: Tue, 9 Sep 2014 10:16:08 +0000 (+0100) Subject: drm/i915: Objects on the unbound list may still have an active reference X-Git-Tag: fixes-against-v3.18-rc2~73^2~4^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21ab4e746d4d455fef66e2bef8c0442eb369a1d4;p=pandora-kernel.git 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-diff-tree failed