]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove self-harming shrink_all on get_pages_gtt fail
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 11 Oct 2016 08:20:20 +0000 (09:20 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 11 Oct 2016 09:15:01 +0000 (10:15 +0100)
commitae382c021da925eb0733189a63a4371ad7c38b4c
treebd825ce5354a3628d78ba6f75146ce401ef782da
parent9918ac4db2de6ef46951570e326bc306480faf4e
drm/i915: Remove self-harming shrink_all on get_pages_gtt fail

When we notice the system under memory pressure, we try to evict some
driver pages before asking the VM to shrink all caches. As a final step
in that process, we tried to evict everything, including active buffers.
This is harming ourselves, and we can mix shrinking all caches as well
as our residual buffers (after the first pass of trying to shrink just
our own buffers).

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: MichaƂ Winiarski <michal.winiarski@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20161011082021.14606-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem.c