mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-24 14:45:46 +00:00
tests/gem_evict_*: Add interruptible modes
Also I've stumbled over igt_fixture again. Somehow gcc loves to wreak havoc with stack variables set up in igt_fixtures ... Duct-tape in the form of moving fd out to global scope applied. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
+2
-2
@@ -22,6 +22,8 @@ TESTS_progs_M = \
|
||||
gem_cs_tlb \
|
||||
gem_ctx_bad_exec \
|
||||
gem_dummy_reloc_loop \
|
||||
gem_evict_alignment \
|
||||
gem_evict_everything \
|
||||
gem_exec_bad_domains \
|
||||
gem_exec_nop \
|
||||
gem_fence_thrash \
|
||||
@@ -63,8 +65,6 @@ TESTS_progs = \
|
||||
gem_ctx_create \
|
||||
gem_ctx_exec \
|
||||
gem_double_irq_loop \
|
||||
gem_evict_alignment \
|
||||
gem_evict_everything \
|
||||
gem_exec_big \
|
||||
gem_exec_blt \
|
||||
gem_exec_faulting_reloc \
|
||||
|
||||
Reference in New Issue
Block a user