tests: Add gem_evict_everything

Exercise the eviction logic. This is just a naive test to ensure that we
can evict old buffers to accommodate new batches, and in the process
trigger the evict everything logic.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2013-08-20 11:53:22 +01:00
parent c6482b7814
commit c615b58289
2 changed files with 187 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@ TESTS_progs = \
gem_ctx_create \
gem_ctx_exec \
gem_double_irq_loop \
gem_evict_everything \
gem_exec_big \
gem_exec_blt \
gem_exec_faulting_reloc \