[igt-dev] [i-g-t V4 06/20] tests/kms_plane_lowres: Add tiling support for XE
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Wed Aug 16 16:31:52 UTC 2023
Remove the tiling restrictions in Xe specific tests
V2: - Update XE blocklist
Fixes: 129983d07 (tests/kms_plane_lowers: Add XE support)
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
tests/intel-ci/xe.blocklist.txt | 1 -
tests/kms_plane_lowres.c | 3 ---
2 files changed, 4 deletions(-)
diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index 358f44e6a..01495c7c9 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -76,6 +76,5 @@ igt at kms_cursor_legacy@flip-vs-cursor-busy-crc-(atomic|legacy)
igt at kms_rotation_crc@primary-(4|x|y|yf)-tiled-.*
igt at kms_rotation_crc@exhaust-fences
igt at kms_force_connector_basic@force-load-detect
-igt at kms_plane_lowres@tiling-(4|x|y|yf)
igt at kms_.*@.*hang.*
##################################################################
diff --git a/tests/kms_plane_lowres.c b/tests/kms_plane_lowres.c
index 5ff06c417..ea6c08200 100644
--- a/tests/kms_plane_lowres.c
+++ b/tests/kms_plane_lowres.c
@@ -301,9 +301,6 @@ static void run_test(data_t *data, uint64_t modifier)
if(!igt_display_has_format_mod(&data->display, DRM_FORMAT_XRGB8888, modifier))
return;
- if (is_xe_device(data->drm_fd) && modifier != DRM_FORMAT_MOD_LINEAR)
- return;
-
for_each_pipe(&data->display, pipe) {
for_each_valid_output_on_pipe(&data->display, pipe, output) {
data->pipe = pipe;
--
2.40.0
More information about the igt-dev
mailing list