mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-19 22:06:13 +00:00
tests/pm_pc8: add modeset-lpsp-stress
It's the only one we were missing form the possible combinations. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
This commit is contained in:
parent
1bcae02e5c
commit
0fbb834646
@ -809,6 +809,8 @@ int main(int argc, char *argv[])
|
||||
i2c_subtest();
|
||||
igt_subtest("stress-test")
|
||||
stress_test();
|
||||
igt_subtest("modeset-lpsp-stress")
|
||||
modeset_subtest(SCREEN_TYPE_LPSP, 50, WAIT);
|
||||
igt_subtest("modeset-non-lpsp-stress")
|
||||
modeset_subtest(SCREEN_TYPE_NON_LPSP, 50, WAIT);
|
||||
igt_subtest("modeset-lpsp-stress-no-wait")
|
||||
|
Loading…
x
Reference in New Issue
Block a user