[PATCH i-g-t v3 3/5] tests/kms_flip: Increase test duration for flip-vs-wf_vblank

Naladala Ramanaidu ramanaidu.naladala at intel.com
Mon Jun 16 06:38:29 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 2328259ba..5873591fa 100755
--- a/tests/kms_flip.c
+++ b/tests/kms_flip.c
@@ -2026,7 +2026,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