From: Swati Sharma <swati2.sharma@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] tests/intel/kms_flip_tiling: pipe_name followed by output_name
Date: Wed, 11 Oct 2023 14:32:31 +0530 [thread overview]
Message-ID: <20231011090231.65619-1-swati2.sharma@intel.com> (raw)
Use pipe_name followed by output_name.
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
tests/intel/kms_flip_tiling.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/intel/kms_flip_tiling.c b/tests/intel/kms_flip_tiling.c
index 44121d7cf..295f097ec 100644
--- a/tests/intel/kms_flip_tiling.c
+++ b/tests/intel/kms_flip_tiling.c
@@ -229,9 +229,9 @@ igt_main
if (plane->formats[j] != data.testformat)
continue;
- igt_dynamic_f("%s-pipe-%s-%s-to-%s",
- igt_output_name(output),
+ igt_dynamic_f("pipe-%s-%s-%s-to-%s",
kmstest_pipe_name(pipe),
+ igt_output_name(output),
igt_fb_modifier_name(modifier[0]),
igt_fb_modifier_name(modifier[1]))
test_flip_tiling(&data, pipe, output, modifier);
--
2.25.1
next reply other threads:[~2023-10-11 9:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-11 9:02 Swati Sharma [this message]
2023-10-11 16:38 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/kms_flip_tiling: pipe_name followed by output_name Patchwork
2023-10-11 17:48 ` [igt-dev] ✗ CI.xeBAT: failure " Patchwork
2023-10-12 7:31 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
2023-10-13 5:18 ` [igt-dev] [PATCH i-g-t] " Karthik B S
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231011090231.65619-1-swati2.sharma@intel.com \
--to=swati2.sharma@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox