mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
Revert "tests/gem_ctx_param_basic: fix invalid params"
This reverts commit 0b45b0746f45deea11670a8b2c949776bbbef55c. 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:
parent
0b45b0746f
commit
db0f28aee8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user