ntel-gpu-tools/.gitignore
Chris Wilson 8f3f862b96 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.
2009-09-01 11:53:47 +01:00

58 lines
870 B
Plaintext

.deps
.libs
Makefile
Makefile.in
*.la
*.lo
*.o
*~
aclocal.m4
autom4te.cache
compile
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
configure.lineno
depcomp
doltcompile
doltlibtool
install-sh
libtool
ltmain.sh
missing
shave
shave-libtool
stamp-h1
cscope.*
benchmarks/intel_upload_blit_large
benchmarks/intel_upload_blit_large_gtt
benchmarks/intel_upload_blit_large_map
benchmarks/intel_upload_blit_small
m4/libtool.m4
m4/lt*.m4
tests/getclient
tests/getstats
tests/getversion
tests/gem_basic
tests/gem_fence_thrash
tests/gem_flink
tests/gem_largeobject
tests/gem_mmap
tests/gem_pread_after_blit
tests/gem_readwrite
tests/gem_ringfill
tests/gem_tiled_blits
tests/gem_tiled_pread
tests/gem_bad_address
tests/gem_bad_batch
tests/gem_bad_blit
tests/gem_hang
tools/intel_gpu_dump
tools/intel_gpu_top
tools/intel_reg_write
tools/intel_stepping