summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-09-01 10:09:55 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-09-01 11:53:47 +0100
commit8f3f862b961c5b28ccdb42faff7b279aafcec652 (patch)
tree7740a26b710eb9cd188ce65491818f5da3b65573 /.gitignore
parent4839ee97875d07a27c28f39021178d2cf4b5d4b8 (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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6b3a4520..86d054d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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