tests: add gem_seqno_wrap

This test uses debugfs entry to set next_seqno close
to a wrapping point and then creates a load with dependant
buffer objects or with specified command to induce the wrap.

v2: Use new get_rendercpy_func as suggested by Daniel Vetter.

Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Mika Kuoppala
2012-12-04 19:43:13 +02:00
committed by Daniel Vetter
parent d0f3a0d77a
commit 796fd58a17
2 changed files with 568 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ TESTS_progs = \
gem_linear_blits \
gem_vmap_blits \
gem_threaded_access_tiled \
gem_seqno_wrap \
gem_tiled_blits \
gem_tiled_fence_blits \
gem_largeobject \