summaryrefslogtreecommitdiff
path: root/tests/i915
diff options
context:
space:
mode:
Diffstat (limited to 'tests/i915')
-rw-r--r--tests/i915/gem_ctx_param.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/i915/gem_ctx_param.c b/tests/i915/gem_ctx_param.c
index acc1e629..b6f57236 100644
--- a/tests/i915/gem_ctx_param.c
+++ b/tests/i915/gem_ctx_param.c
@@ -296,11 +296,7 @@ igt_main
/* I915_CONTEXT_PARAM_SSEU tests are located in gem_ctx_sseu.c */
- /* NOTE: This testcase intentionally tests for the next free parameter
- * to catch ABI extensions. Don't "fix" this testcase without adding all
- * the tests for the new param first.
- */
- arg.param = I915_CONTEXT_PARAM_SSEU + 1;
+ arg.param = -1; /* Should be safely unused for a while */
igt_subtest("invalid-param-get") {
arg.ctx_id = ctx;