ntel-gpu-tools/benchmarks/Makefile.sources
Chris Wilson d88981f62b benchmarks: Measure round-trip time for an immediate vblanks
By measuring both the query and the event round trip time, we can make a
reasonable estimate of how long it takes for the query to send the
vblank following an interrupt.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2015-07-23 15:52:53 +01:00

12 lines
272 B
Makefile

bin_PROGRAMS = \
intel_upload_blit_large \
intel_upload_blit_large_gtt \
intel_upload_blit_large_map \
intel_upload_blit_small \
gem_exec_nop \
gem_mmap \
gem_prw \
gem_userptr_benchmark \
kms_vblank \
$(NULL)