From: Vikas Srivastava <vikas.srivastava@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] tests/i915/gem_render_copy: Skip the Y-tile test for MTL
Date: Tue, 7 Mar 2023 22:23:24 +0530 [thread overview]
Message-ID: <20230307165324.506526-1-vikas.srivastava@intel.com> (raw)
All the tests for y-tile or yf-tile , neither of these tiling formats
are supported on MTL so skipping these tests.
Signed-off-by: Vikas Srivastava <vikas.srivastava@intel.com>
Acked-by: Sinjan Kumar <sinjan.kumar@intel.com>
---
tests/i915/gem_render_copy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/i915/gem_render_copy.c b/tests/i915/gem_render_copy.c
index 70b96c8f4..2c150b2b0 100644
--- a/tests/i915/gem_render_copy.c
+++ b/tests/i915/gem_render_copy.c
@@ -852,7 +852,7 @@ igt_main_args("dac", NULL, help_str, opt_handler, NULL)
force_vebox_dst_copy ? "vebox-" : "",
dst_mode);
igt_subtest_with_dynamic(name) {
- igt_skip_on(IS_DG2(data.devid) &&
+ igt_skip_on((IS_DG2(data.devid) || IS_METEORLAKE(data.devid)) &&
((t->src_tiling == I915_TILING_Y) ||
(t->src_tiling == I915_TILING_Yf) ||
(t->dst_tiling == I915_TILING_Y) ||
--
2.25.1
next reply other threads:[~2023-03-07 16:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-07 16:53 Vikas Srivastava [this message]
2023-03-07 17:57 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/gem_render_copy: Skip the Y-tile test for MTL Patchwork
2023-03-08 20:44 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2023-03-09 13:43 ` [igt-dev] [PATCH i-g-t] " Karolina Stolarek
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=20230307165324.506526-1-vikas.srivastava@intel.com \
--to=vikas.srivastava@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