From 0fbb8346466d1a5cf692dc7a20687fee2b92cd57 Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Fri, 8 Nov 2013 17:09:43 -0200 Subject: [PATCH] tests/pm_pc8: add modeset-lpsp-stress It's the only one we were missing form the possible combinations. Signed-off-by: Paulo Zanoni --- tests/pm_pc8.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/pm_pc8.c b/tests/pm_pc8.c index 43564b7d..dc69dfbc 100644 --- a/tests/pm_pc8.c +++ b/tests/pm_pc8.c @@ -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")