ntel-gpu-tools/benchmarks/Makefile.sources
Chris Wilson 38b3bd6b7c benchmarks: Add a microbenchmark for relocation overhead
Allow specification of the many different busyness modes and relocation
interfaces, along with the number of buffers to use and relocations.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2015-08-11 15:31:02 +01:00

18 lines
386 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_create \
gem_exec_ctx \
gem_exec_nop \
gem_exec_reloc \
gem_exec_trace \
gem_mmap \
gem_prw \
gem_userptr_benchmark \
kms_vblank \
$(NULL)