Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/kms_scaling_modes: use pipe_name followed by output_name
@ 2023-10-11  9:37 Swati Sharma
  2023-10-11 19:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Swati Sharma @ 2023-10-11  9:37 UTC (permalink / raw)
  To: igt-dev

Use pipe_name followed by output_name.

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

diff --git a/tests/kms_scaling_modes.c b/tests/kms_scaling_modes.c
index bd7ed7e56..c1a8f5c60 100644
--- a/tests/kms_scaling_modes.c
+++ b/tests/kms_scaling_modes.c
@@ -121,7 +121,7 @@ static void test_scaling_mode(data_t *data, uint32_t flags)
 		if (!i915_pipe_output_combo_valid(display))
 			continue;
 
-		igt_dynamic_f("%s-pipe-%s", output->name, kmstest_pipe_name(pipe))
+		igt_dynamic_f("pipe-%s-%s", kmstest_pipe_name(pipe), igt_output_name(output))
 			test_scaling_mode_on_output(display, pipe, output, flags);
 	}
 }
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-10-13  5:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-11  9:37 [igt-dev] [PATCH i-g-t] tests/kms_scaling_modes: use pipe_name followed by output_name Swati Sharma
2023-10-11 19:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-10-11 19:47 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-10-12 10:58 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-10-13  5:06 ` [igt-dev] [PATCH i-g-t] " Karthik B S

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox