From 8f3f862b961c5b28ccdb42faff7b279aafcec652 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 1 Sep 2009 10:09:55 +0100 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3