[igt-dev] [i-g-t V3 11/20] tests/i915/kms_flip_scaled_crc: Add tiling support for XE

Bhanuprakash Modem bhanuprakash.modem at intel.com
Mon Aug 7 19:54:51 UTC 2023


Remove the tiling restrictions in Xe specific tests

V2: - Update XE blocklist

Fixes: 113fc78d0 (tests/i915/kms_flip_scaled_crc: Add XE support)
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
 tests/i915/kms_flip_scaled_crc.c | 6 ------
 tests/intel-ci/xe.blocklist.txt  | 1 -
 2 files changed, 7 deletions(-)

diff --git a/tests/i915/kms_flip_scaled_crc.c b/tests/i915/kms_flip_scaled_crc.c
index 30da1fcf3..ba59576e2 100644
--- a/tests/i915/kms_flip_scaled_crc.c
+++ b/tests/i915/kms_flip_scaled_crc.c
@@ -644,12 +644,6 @@ igt_main
 	for (int index = 0; index < ARRAY_SIZE(flip_scenario_test); index++) {
 		igt_describe(flip_scenario_test[index].describe);
 		igt_subtest_with_dynamic(flip_scenario_test[index].name) {
-			/* No tiling support in XE. */
-			if (is_xe_device(data.drm_fd) &&
-			    (flip_scenario_test[index].firstmodifier != DRM_FORMAT_MOD_LINEAR ||
-			     flip_scenario_test[index].secondmodifier != DRM_FORMAT_MOD_LINEAR))
-				continue;
-
 			free_fbs(&data);
 			for_each_pipe(&data.display, pipe) {
 				bool found = false;
diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index 20a6c976b..ffba73e02 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -64,7 +64,6 @@ igt at kms_busy@.*
 igt at kms_psr@.*_mmap_(cpu|gtt)
 igt at kms_legacy_colorkey@basic
 igt at kms_legacy_colorkey@invalid-plane
-igt at kms_flip_scaled_crc@flip-(32|64)bpp-(4|x|y|yf|tileccs)tile-.*
 igt at kms_flip@2x-flip-vs-fences
 igt at kms_flip@flip-vs-fences(-interruptible)
 igt at kms_addfb_basic@clobberred-modifier
-- 
2.40.0



More information about the igt-dev mailing list