summaryrefslogtreecommitdiff
path: root/benchmarks/meson.build
diff options
context:
space:
mode:
authorZbigniew Kempczyński <zbigniew.kempczynski@intel.com>2021-05-21 18:42:35 +0200
committerZbigniew Kempczyński <zbigniew.kempczynski@intel.com>2021-05-26 11:10:16 +0200
commitf62d8953c0bc5ed68ea978662e62f9dbb46cf101 (patch)
treebccdb14032fbda38e8172a4cbc4e5a7e2d4c8e26 /benchmarks/meson.build
parent50523f74bcd60d9bf0c4d2bb1486157a6b15e5b2 (diff)
benchmarks/gem_userptr_benchmark: Remove tests with unsynchronized flag
As flag I915_USERPTR_UNSYNCHRONIZED is not supported by the i915 anymore remove tests which tries to use it in the benchmark. Remove benchmark from meson libdrm depending code as it is a little bit confusing. Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Cc: Petri Latvala <petri.latvala@intel.com> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin.com>
Diffstat (limited to 'benchmarks/meson.build')
-rw-r--r--benchmarks/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/meson.build b/benchmarks/meson.build
index bede51dc..98a08e25 100644
--- a/benchmarks/meson.build
+++ b/benchmarks/meson.build
@@ -11,6 +11,7 @@ benchmark_progs = [
'gem_prw',
'gem_set_domain',
'gem_syslatency',
+ 'gem_userptr_benchmark',
'gem_wsim',
'kms_vblank',
'prime_lookup',
@@ -23,7 +24,6 @@ if libdrm_intel.found()
'intel_upload_blit_large_gtt',
'intel_upload_blit_large_map',
'intel_upload_blit_small',
- 'gem_userptr_benchmark',
]
endif