tests: Add a fenced execbuffer thrash test

Exercise a nasty corner-case in the reservation logic for the fence
accounting.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2011-06-04 21:41:11 +01:00
parent 91f609741d
commit 3ca054c225
3 changed files with 186 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ TESTS = getversion \
gem_bad_address \
gem_bad_blit \
gem_fence_thrash \
gem_fenced_exec_thrash \
gem_gtt_speed \
$(NULL)