igt/gem_exec_store: The simplest batch that does something!

A very simple, the simplest!, batch that can execution on any known
engine that just writes a value into memory.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2016-03-09 11:35:50 +00:00
parent 93824f0cd0
commit c684065be0
2 changed files with 106 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ TESTS_progs_M = \
gem_exec_nop \
gem_exec_params \
gem_exec_parse \
gem_exec_store \
gem_exec_suspend \
gem_exec_reloc \
gem_fenced_exec_thrash \