Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v2] tests/gem_ccs: Remove block-copy-inplace subtest
@ 2023-03-03  9:24 Karolina Stolarek
  2023-03-03 11:19 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Karolina Stolarek @ 2023-03-03  9:24 UTC (permalink / raw)
  To: igt-dev

In full resolve mode of operation, source and destination have
to use the same tiling format. block-copy-inplace attempts to
decompress and detile in the same step, which is not possible.
Remove the subtest that tries to change the tiling format in-flight.

Signed-off-by: Karolina Stolarek <karolina.stolarek@intel.com>
---
v2:
  - Leave the multicopy subtest in, mid and dst surfaces use the same
    tiling format after all

 tests/i915/gem_ccs.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/tests/i915/gem_ccs.c b/tests/i915/gem_ccs.c
index b7e8bda7..fcac1912 100644
--- a/tests/i915/gem_ccs.c
+++ b/tests/i915/gem_ccs.c
@@ -694,14 +694,6 @@ igt_main_args("bf:pst:W:H:", NULL, help_str, opt_handler, NULL)
 		block_copy_test(i915, &config, ctx, set, BLOCK_MULTICOPY);
 	}
 
-	igt_describe("Check block-copy flatccs inplace decompression blit");
-	igt_subtest_with_dynamic("block-copy-inplace") {
-		struct test_config config = { .compression = true,
-					      .inplace = true };
-
-		block_copy_test(i915, &config, ctx, set, BLOCK_COPY);
-	}
-
 	igt_describe("Check block-multicopy flatccs inplace decompression blit");
 	igt_subtest_with_dynamic("block-multicopy-inplace") {
 		struct test_config config = { .compression = true,
-- 
2.25.1

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

end of thread, other threads:[~2023-03-07 11:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-03  9:24 [igt-dev] [PATCH i-g-t v2] tests/gem_ccs: Remove block-copy-inplace subtest Karolina Stolarek
2023-03-03 11:19 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-03-06  5:46 ` [igt-dev] [PATCH i-g-t v2] " Zbigniew Kempczyński
2023-03-06 18:41 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork
2023-03-07  7:53   ` Karolina Stolarek
2023-03-07 11:14     ` Yedireswarapu, SaiX Nandan
2023-03-07  8:06 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork

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