summaryrefslogtreecommitdiff
path: root/benchmarks/meson.build
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2020-02-04 16:26:18 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2020-02-04 21:45:39 +0000
commit7fa1ab8a34dc7dd1ddd31c88a2f9cc7f87cf5b26 (patch)
tree249e8e0ac07bdb6338c5493f4209d0aa5fa8656c /benchmarks/meson.build
parentc6560f44258943cd8bf104a970d4e9fd1cf9b678 (diff)
benchmarks: Drop gem_mmap
Read/write access speed is covered by i915_selftests/perf_memory_regions. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Ashutosh Dixit <ashutosh.dixit@intel.com> Cc: Matthew Auld <matthew.auld@intel.com> Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Diffstat (limited to 'benchmarks/meson.build')
-rw-r--r--benchmarks/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmarks/meson.build b/benchmarks/meson.build
index 397f3b8d..ef93193b 100644
--- a/benchmarks/meson.build
+++ b/benchmarks/meson.build
@@ -8,7 +8,6 @@ benchmark_progs = [
'gem_exec_reloc',
'gem_exec_trace',
'gem_latency',
- 'gem_mmap',
'gem_prw',
'gem_set_domain',
'gem_syslatency',