mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
Revert "tests/gem_ctx_param_basic: fix invalid params"
This reverts commit 0b45b0746f.
We want to check against our local copy of the params so we can at least
potentially catch new flag additions.
Requested-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
@@ -98,7 +98,7 @@ igt_main
|
||||
ctx_param.size = 0;
|
||||
}
|
||||
|
||||
ctx_param.param = -1;
|
||||
ctx_param.param = LOCAL_CONTEXT_PARAM_BAN_PERIOD + 1;
|
||||
|
||||
igt_subtest("invalid-param-get") {
|
||||
ctx_param.context = ctx;
|
||||
|
||||
Reference in New Issue
Block a user