mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-25 16:56:35 +00:00
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>
12 lines
272 B
Makefile
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)
|