[PATCH i-g-t v2 2/4] tests/kms_flip: Increase test duration for flip-vs-wf_vblank

Naladala Ramanaidu ramanaidu.naladala at intel.com
Fri May 9 07:52:30 UTC 2025


Boost testing and coverage for lower refresh rate panels.

Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala at intel.com>
---
 tests/kms_flip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kms_flip.c b/tests/kms_flip.c
index 4d40ed26a..91e9da690 100755
--- a/tests/kms_flip.c
+++ b/tests/kms_flip.c
@@ -2016,7 +2016,7 @@ igt_main_args("e", NULL, help_str, opt_handler, NULL)
 
 		{ 30, TEST_FLIP | TEST_VBLANK | TEST_VBLANK_ABSOLUTE |
 		      TEST_CHECK_TS, "flip-vs-absolute-wf_vblank" },
-		{ 2, TEST_FLIP | TEST_VBLANK | TEST_CHECK_TS | TEST_BASIC,
+		{ 30, TEST_FLIP | TEST_VBLANK | TEST_CHECK_TS | TEST_BASIC,
 					"flip-vs-wf_vblank" },
 		{ 30, TEST_FLIP | TEST_VBLANK | TEST_VBLANK_BLOCK |
 			TEST_CHECK_TS, "flip-vs-blocking-wf-vblank" },
-- 
2.43.0



More information about the igt-dev mailing list