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

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


Remove the tiling restrictions in Xe specific tests

V2: - Update XE blocklist

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

diff --git a/tests/i915/kms_draw_crc.c b/tests/i915/kms_draw_crc.c
index 01ecb7bb9..d361e7176 100644
--- a/tests/i915/kms_draw_crc.c
+++ b/tests/i915/kms_draw_crc.c
@@ -295,10 +295,6 @@ igt_main
 			for (modifier_idx = 0; modifier_idx < ARRAY_SIZE(modifiers); modifier_idx++) {
 				modifier = modifiers[modifier_idx];
 
-				/* No tiling support in XE. */
-				if (is_xe_device(drm_fd) && modifier != DRM_FORMAT_MOD_LINEAR)
-					continue;
-
 				for (format_idx = 0; format_idx < ARRAY_SIZE(formats); format_idx++) {
 					if (!igt_display_has_format_mod(&display, formats[format_idx], modifier))
 						continue;
diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index dc6984c44..20a6c976b 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -54,7 +54,6 @@ igt at .*@.*pipe-(e|f|g|h).*
 igt at kms_bw@.*-(5|6|7|8)-displays-.*
 ##################################################################
 igt at kms_draw_crc@draw-method-(mmap-cpu|mmap-gtt|pwrite)
-igt at kms_draw_crc@fill-fb
 igt at kms_pipe_b_c_ivb@.*
 igt at kms_pwrite_crc
 igt at kms_ccs@.*
-- 
2.40.0



More information about the igt-dev mailing list