From: Karolina Stolarek <karolina.stolarek@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t v2] tests/gem_ccs: Remove block-copy-inplace subtest
Date: Fri, 3 Mar 2023 10:24:28 +0100 [thread overview]
Message-ID: <20230303092428.1175360-1-karolina.stolarek@intel.com> (raw)
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
next reply other threads:[~2023-03-03 9:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-03 9:24 Karolina Stolarek [this message]
2023-03-03 11:19 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/gem_ccs: Remove block-copy-inplace subtest 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
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=20230303092428.1175360-1-karolina.stolarek@intel.com \
--to=karolina.stolarek@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