Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/i915/gem_render_copy: Skip the Y-tile test for MTL
@ 2023-03-07 16:53 Vikas Srivastava
  2023-03-07 17:57 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vikas Srivastava @ 2023-03-07 16:53 UTC (permalink / raw)
  To: igt-dev

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

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

end of thread, other threads:[~2023-03-09 13:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-07 16:53 [igt-dev] [PATCH i-g-t] tests/i915/gem_render_copy: Skip the Y-tile test for MTL Vikas Srivastava
2023-03-07 17:57 ` [igt-dev] ✓ Fi.CI.BAT: success for " 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

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