tests: add gem_exec_bad_domains

To check whether the kernel properly rejects non-gpu domains in
relocs.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2011-12-02 18:41:34 +01:00
parent 783f16e328
commit ab3f4bdafe
4 changed files with 149 additions and 3 deletions
+1 -1
View File
@@ -20,6 +20,7 @@ TESTS_progs = \
gem_basic \
gem_exec_nop \
gem_exec_blt \
gem_exec_bad_domains \
gem_flink \
gem_readwrite \
gem_ringfill \
@@ -51,7 +52,6 @@ TESTS_progs = \
gem_double_irq_loop \
gem_ring_sync_loop \
gem_pipe_control_store_loop \
gem_hangcheck_forcewake \
gem_unref_active_buffers \
$(NULL)