ntel-gpu-tools/benchmarks/Makefile.sources
Chris Wilson b68a6428db benchmarks: Add a set-domain benchmark
Benchmark the overhead of changing from GTT to CPU domains and vice
versa. Effectively this measures the cost of a clflush, and how well the
driver can avoid them.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2015-11-22 20:54:04 +00:00

21 lines
435 B
Makefile

benchmarksdir=$(libexecdir)/intel-gpu-tools/benchmarks
benchmarks_PROGRAMS = \
intel_upload_blit_large \
intel_upload_blit_large_gtt \
intel_upload_blit_large_map \
intel_upload_blit_small \
gem_blt \
gem_create \
gem_exec_ctx \
gem_exec_nop \
gem_exec_reloc \
gem_exec_trace \
gem_mmap \
gem_prw \
gem_set_domain \
gem_userptr_benchmark \
gem_wait \
kms_vblank \
$(NULL)