tests/gem_fenced_exec_thrash: New subtests that uses all fences

igt runs under the assumption that nothing else (besides maybe fbcon)
is using the gpu. So we should be able to use all fences.

Keep the conservative testcase around though in case someone has a
broken setup.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2013-09-12 14:38:13 +02:00
parent 14e12b8008
commit 7b3634364a
2 changed files with 22 additions and 13 deletions
+1 -1
View File
@@ -27,6 +27,7 @@ TESTS_progs_M = \
gem_evict_everything \
gem_exec_bad_domains \
gem_exec_nop \
gem_fenced_exec_thrash \
gem_fence_thrash \
gem_flink \
gem_flink_race \
@@ -74,7 +75,6 @@ TESTS_progs = \
gem_exec_blt \
gem_exec_faulting_reloc \
gem_exec_lut_handle \
gem_fenced_exec_thrash \
gem_gtt_cpu_tlb \
gem_gtt_speed \
gem_hangcheck_forcewake \