[Intel-gfx] [PATCH igt] intel-ci: Exercise all basic relocation targets

Chris Wilson chris at chris-wilson.co.uk
Sat Feb 4 16:20:27 UTC 2017


There are several possible relocation methods the kernel uses depending
upon the placement and caching of the buffers. Lots of different code
paths not being covered by BAT - expand the testing to cover them. Even
though there are quite a few paths, individually they are each very
fast.

Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
Cc: Petri Latvala <petri.latvala at intel.com>
---
 tests/intel-ci/fast-feedback.testlist | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index a0c3f848..667d77d7 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -70,6 +70,31 @@ igt at gem_exec_parse@basic-allowed
 igt at gem_exec_parse@basic-rejected
 igt at gem_exec_reloc@basic-cpu
 igt at gem_exec_reloc@basic-gtt
+igt at gem_exec_reloc@basic-cpu-gtt
+igt at gem_exec_reloc@basic-gtt-cpu
+igt at gem_exec_reloc@basic-cpu-read
+igt at gem_exec_reloc@basic-gtt-read
+igt at gem_exec_reloc@basic-write-cpu
+igt at gem_exec_reloc@basic-write-gtt
+igt at gem_exec_reloc@basic-write-read
+igt at gem_exec_reloc@basic-cpu-noreloc
+igt at gem_exec_reloc@basic-gtt-noreloc
+igt at gem_exec_reloc@basic-cpu-gtt-noreloc
+igt at gem_exec_reloc@basic-gtt-cpu-noreloc
+igt at gem_exec_reloc@basic-cpu-read-noreloc
+igt at gem_exec_reloc@basic-gtt-read-noreloc
+igt at gem_exec_reloc@basic-write-cpu-noreloc
+igt at gem_exec_reloc@basic-write-gtt-noreloc
+igt at gem_exec_reloc@basic-write-read-noreloc
+igt at gem_exec_reloc@basic-cpu-active
+igt at gem_exec_reloc@basic-gtt-active
+igt at gem_exec_reloc@basic-cpu-gtt-active
+igt at gem_exec_reloc@basic-gtt-cpu-active
+igt at gem_exec_reloc@basic-cpu-read-active
+igt at gem_exec_reloc@basic-gtt-read-active
+igt at gem_exec_reloc@basic-write-cpu-active
+igt at gem_exec_reloc@basic-write-gtt-active
+igt at gem_exec_reloc@basic-write-read-active
 igt at gem_exec_reloc@basic-softpin
 igt at gem_exec_store@basic-all
 igt at gem_exec_store@basic-blt
-- 
2.11.0



More information about the Intel-gfx mailing list