ntel-gpu-tools/benchmarks/Makefile.sources
Chris Wilson 6cd15fb930 benchmarks: Add gem_syslatency
Instead of measuring the wakeup latency of a GEM client, we turn the
tables here and ask what is the wakeup latency of a normal process
competing with GEM. In particular, a realtime process that expects
deterministic latency.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2016-03-09 23:40:21 +00:00

22 lines
457 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_latency \
gem_mmap \
gem_prw \
gem_set_domain \
gem_syslatency \
gem_userptr_benchmark \
kms_vblank \
$(NULL)