mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 08:56:11 +00:00
tests/pm_pc8: rename some subtests
Due to copy/paste error, we had 3 subtests called gem-execbuf-stress. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
This commit is contained in:
parent
6de398888e
commit
e9363973b1
@ -1348,9 +1348,9 @@ int main(int argc, char *argv[])
|
|||||||
/* GEM stress */
|
/* GEM stress */
|
||||||
igt_subtest("gem-execbuf-stress")
|
igt_subtest("gem-execbuf-stress")
|
||||||
gem_execbuf_stress_subtest(rounds, WAIT_STATUS);
|
gem_execbuf_stress_subtest(rounds, WAIT_STATUS);
|
||||||
igt_subtest("gem-execbuf-stress")
|
igt_subtest("gem-execbuf-stress-pc8")
|
||||||
gem_execbuf_stress_subtest(rounds, WAIT_PC8_RES);
|
gem_execbuf_stress_subtest(rounds, WAIT_PC8_RES);
|
||||||
igt_subtest("gem-execbuf-stress")
|
igt_subtest("gem-execbuf-stress-extra-wait")
|
||||||
gem_execbuf_stress_subtest(rounds, WAIT_STATUS | WAIT_EXTRA);
|
gem_execbuf_stress_subtest(rounds, WAIT_STATUS | WAIT_EXTRA);
|
||||||
|
|
||||||
igt_fixture
|
igt_fixture
|
||||||
|
Loading…
x
Reference in New Issue
Block a user