summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2015-07-23 15:18:22 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2015-07-23 15:52:53 +0100
commitd88981f62bdcaafeb393bac22db6719d43de88c7 (patch)
tree9e47cdf42f84368166dd05118b4b19e26d86f96a /benchmarks/Makefile.sources
parentaf510c249d6d374267a2052da202ea7c3a6b20cf (diff)
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>
Diffstat (limited to 'benchmarks/Makefile.sources')
-rw-r--r--benchmarks/Makefile.sources4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/Makefile.sources b/benchmarks/Makefile.sources
index 58edd8c2..7ad95a50 100644
--- a/benchmarks/Makefile.sources
+++ b/benchmarks/Makefile.sources
@@ -6,4 +6,6 @@ bin_PROGRAMS = \
gem_exec_nop \
gem_mmap \
gem_prw \
- gem_userptr_benchmark
+ gem_userptr_benchmark \
+ kms_vblank \
+ $(NULL)