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

Use pipe_name followed by output_name.

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

diff --git a/tests/kms_invalid_mode.c b/tests/kms_invalid_mode.c
index 017c2c195..db7b703c0 100644
--- a/tests/kms_invalid_mode.c
+++ b/tests/kms_invalid_mode.c
@@ -317,7 +317,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(pipe)) {
+				igt_dynamic_f("pipe-%s-%s", kmstest_pipe_name(pipe), igt_output_name(output)) {
 					data.output = output;
 					data.pipe = pipe;
 					data.adjust_mode = subtests[i].adjust_mode;
-- 
2.25.1

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

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

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

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