summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2021-03-19 13:29:25 -0500
committerJason Ekstrand <jason@jlekstrand.net>2021-06-09 10:11:01 -0500
commit9f53cda33585812f15eacfc76766971f391be2f1 (patch)
treeeaad7c666ecaf9efe66a2bab3d155600facf338f /tests/meson.build
parent3aa79e55e73d4a49a5222e5dfde486b800a29fe7 (diff)
tests/i915: Drop gem_ctx_ringsize
I915_CONTEXT_PARAM_RINGSIZE is being removed from upstream i915 because it's never been used by any userspace other than IGT. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 19cc4ebe..8c783982 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -132,7 +132,6 @@ i915_progs = [
'gem_ctx_isolation',
'gem_ctx_param',
'gem_ctx_persistence',
- 'gem_ctx_ringsize',
'gem_ctx_shared',
'gem_ctx_switch',
'gem_evict_alignment',