ntel-gpu-tools/benchmarks/Makefile.sources
Chris Wilson 8253e7dc84 benchmarks: Measure BLT performance
Execute N blits and time how long they complete to measure both GPU
limited bandwidth and submission overhead.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2015-10-06 10:24:07 +01:00

19 lines
400 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_userptr_benchmark \
kms_vblank \
$(NULL)