summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2015-11-22 20:50:31 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2015-11-22 20:54:04 +0000
commitb68a6428db3d1a31d7662c03eb86a7b4cd4e37be (patch)
tree85ab1942f6cdc24458da707b5dd189b993e69e6f /benchmarks/Makefile.sources
parent59f076a0898ce4c226bcc116d429f685009b268c (diff)
benchmarks: Add a set-domain benchmark
Benchmark the overhead of changing from GTT to CPU domains and vice versa. Effectively this measures the cost of a clflush, and how well the driver can avoid them. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'benchmarks/Makefile.sources')
-rw-r--r--benchmarks/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile.sources b/benchmarks/Makefile.sources
index 453f2234..fd811955 100644
--- a/benchmarks/Makefile.sources
+++ b/benchmarks/Makefile.sources
@@ -13,6 +13,7 @@ benchmarks_PROGRAMS = \
gem_exec_trace \
gem_mmap \
gem_prw \
+ gem_set_domain \
gem_userptr_benchmark \
gem_wait \
kms_vblank \