tests: Add gem_exec_flush

A basic check that the execbuf flushes writes from the batch and that
they are coherent afterwards.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2016-04-29 20:00:25 +01:00
parent 1aebeeb440
commit ef3f61a6d3
2 changed files with 173 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ TESTS_progs_M = \
gem_exec_basic \
gem_exec_create \
gem_exec_faulting_reloc \
gem_exec_flush \
gem_exec_nop \
gem_exec_parallel \
gem_exec_params \