Skip to content
Snippets Groups Projects
Commit b25ca07c authored by Karolina Stolarek's avatar Karolina Stolarek
Browse files

tests/gem_ccs: Remove block-copy-inplace subtest


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: default avatarKarolina Stolarek <karolina.stolarek@intel.com>
Reviewed-by: default avatarZbigniew Kempczyński <zbigniew.kempczynski@intel.com>
parent f44a24fe
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment