[igt-dev] [PATCH i-g-t] tests/kms_sequence: use pipe_name followed by output_name

Swati Sharma swati2.sharma at intel.com
Wed Oct 11 09:21:32 UTC 2023


Use pipe_name followed by output_name.

Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
---
 tests/kms_sequence.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kms_sequence.c b/tests/kms_sequence.c
index c6d6dea00..6716d3860 100644
--- a/tests/kms_sequence.c
+++ b/tests/kms_sequence.c
@@ -320,7 +320,7 @@ igt_main
 					if (!i915_pipe_output_combo_valid(&data.display))
 						continue;
 
-					igt_dynamic_f("%s-pipe-%s", igt_output_name(output), kmstest_pipe_name(p)) {
+					igt_dynamic_f("pipe-%s-%s", kmstest_pipe_name(p), igt_output_name(output)) {
 						data.pipe = p;
 						data.output = output;
 						data.flags = m->flags;
-- 
2.25.1



More information about the igt-dev mailing list