drm/i915: Discard objects from mm global_list after being shrunk
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 1 Nov 2016 08:48:42 +0000 (08:48 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 1 Nov 2016 09:30:09 +0000 (09:30 +0000)
commit415981623f80a08ae36e9757cd4fa25da140b877
treeff151ecdf6033a592ff1897fab0081793b1ac2bb
parent7d5d59e527b43d4efb00467234efbd2a0d5e5a86
drm/i915: Discard objects from mm global_list after being shrunk

In the shrinker, we can safely remove an empty object (obj->mm.pages ==
NULL) after having discarded the pages because we are holding the
struct_mutex.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20161101084843.3961-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem_shrinker.c