tests: Add basic gem_sync test

A very basic test of functionality, execute a nop and wait for it to
complete. It should be very effective at stimulating the "missed
interrupt syndrome" on all devices.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2016-01-17 16:21:01 +00:00
parent 136d6c7961
commit 51e965f299
2 changed files with 161 additions and 0 deletions
+1
View File
@@ -148,6 +148,7 @@ TESTS_progs = \
gem_set_tiling_vs_gtt \
gem_set_tiling_vs_pwrite \
gem_storedw_loop \
gem_sync \
gem_threaded_access_tiled \
gem_tiled_fence_blits \
gem_tiled_pread_basic \