commit | bed50aea61df4e62395620795079f0e7a3876723 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 01 17:23:10 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 01 20:42:27 2016 +0100 |
tree | ef35fb97c5c6a95152b5d0b5107025ac22edddba | |
parent | c73930266d3b060d0ff0832b71caad95ac09b4a6 [diff] |
drm/i915/shrinker: Flush active on objects before counting As we inspect obj->active to decide how many objects we can shrink (we only shrink idle objects), it helps to flush the active lists first in order to have a more accurate count of available objects. 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/1467390209-3576-1-git-send-email-chris@chris-wilson.co.uk