diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-01 10:09:55 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-01 11:53:47 +0100 |
commit | 8f3f862b961c5b28ccdb42faff7b279aafcec652 (patch) | |
tree | 7740a26b710eb9cd188ce65491818f5da3b65573 /.gitignore | |
parent | 4839ee97875d07a27c28f39021178d2cf4b5d4b8 (diff) |
Add gem_fence_thrash test
This is a test case that overcommits fence registers between threads, which
are copying from one fenced bo to another. In earlier versions of the driver
this would cause excessive spinning as the first inactive (i.e. not in use
by the GPU) would be used to service the next page. After all the fence
registers had been allocated, in effect only the very first fence would then
be used for all subsequent faults.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ tests/getclient tests/getstats tests/getversion tests/gem_basic +tests/gem_fence_thrash tests/gem_flink tests/gem_largeobject tests/gem_mmap |