summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2019-10-21 15:42:00 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2020-02-25 19:19:32 +0000
commit68f01edfa6279230b4730babc4463c9b7058b767 (patch)
tree79c21d45e27e8f3ce66d5fb4323a96c330cf78f7 /tests/meson.build
parent412b54f3f2c6fe2f560d7506cf8b8817741786c8 (diff)
i915: Exercise I915_CONTEXT_PARAM_RINGSIZE
I915_CONTEXT_PARAM_RINGSIZE specifies how large to create the command ringbuffer for logical ring contects. This directly affects the number of batches userspace can submit before blocking waiting for space. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 8e7eea13..dcc5e7b6 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -123,6 +123,7 @@ i915_progs = [
'gem_ctx_isolation',
'gem_ctx_param',
'gem_ctx_persistence',
+ 'gem_ctx_ringsize',
'gem_ctx_shared',
'gem_ctx_switch',
'gem_ctx_thrash',