commit | 21ab4e746d4d455fef66e2bef8c0442eb369a1d4 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Sep 09 11:16:08 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Sep 19 14:41:14 2014 +0200 |
tree | 57d7d64809609c142e8fed7ff31be1615ab10d22 | |
parent | 344c5bbcb7a282cc59e2f111c8801106c4fe315c [diff] |
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 <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>