mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
tests/gem_exec_params: Fix rel-constants-invalid subtest
Reported by Ville and Zhao Yakui. Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Cc: Zhao Yakui <yakui.zhao@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
5a8c06464e
commit
1639022aa8
@ -134,7 +134,7 @@ igt_main
|
|||||||
}
|
}
|
||||||
|
|
||||||
igt_subtest("rel-constants-invalid") {
|
igt_subtest("rel-constants-invalid") {
|
||||||
execbuf.flags = I915_EXEC_RENDER | (I915_EXEC_CONSTANTS_REL_SURFACE+1);
|
execbuf.flags = I915_EXEC_RENDER | (I915_EXEC_CONSTANTS_REL_SURFACE+(1<<6));
|
||||||
RUN_FAIL(EINVAL);
|
RUN_FAIL(EINVAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user