mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
tests: Add gem_shrink
This test exercise purely to exercise the shrinker under some common stress (i.e. paths leading to i915_gem_object_get_pages()). We try to fill the entirely of memory split amongst many processes so that each individual process only consumes a small fraction of RAM (less than the mappable aperture) and a single process should not be individually blamed. Based on an idea to have a seperate set of memory stress tests by Piotr Luc. Cc: Piotr Luc <piotr.luc@intel.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -69,6 +69,7 @@ TESTS_progs_M = \
|
||||
gem_reset_stats \
|
||||
gem_ringfill \
|
||||
gem_set_tiling_vs_blt \
|
||||
gem_shrink \
|
||||
gem_softpin \
|
||||
gem_stolen \
|
||||
gem_storedw_batches_loop \
|
||||
|
||||
Reference in New Issue
Block a user