[PATCH i-g-t 6/6] tests/kms_async_flips: Restrict the execution of the subtest to single pipe

Nidhi Gupta nidhi1.gupta at intel.com
Thu Jan 5 04:35:20 UTC 2023


To reduce the overall execution time of the test, now
all the subtests will be executed on single pipe instead
of all the pipes.

Signed-off-by: Nidhi Gupta <nidhi1.gupta at intel.com>
---
 tests/kms_async_flips.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/kms_async_flips.c b/tests/kms_async_flips.c
index 7cb71f6b..80ddc8e5 100644
--- a/tests/kms_async_flips.c
+++ b/tests/kms_async_flips.c
@@ -554,6 +554,8 @@ static void run_test(data_t *data, void (*test)(data_t *))
 			if (!data->extended)
 				break;
 		}
+		/*Restrict the execution of the subtest to single pipe*/
+		break;
 	}
 }
 
-- 
2.25.1



More information about the Intel-gfx-trybot mailing list