[PATCH i-g-t v2] tests/intel-ci/xe: Block kms_display_modes at mst-extended-mode-negative test
Mohammed Thasleem
mohammed.thasleem at intel.com
Thu Mar 13 11:48:32 UTC 2025
This negative test was designed to validate ENOSPC errors with 2k-4k or
4k-4k monitors connected via MST, addressing bandwidth issues in MST
configurations.
However, it is not applicable to current bandwidths, as DP 1.4 supports
4 × 8.1 Gbps, and DP 2.1 has increased this to 4 × 20 Gbps, offering
significantly greater display capabilities.
v2: Add blacklist for i915.
Signed-off-by: Mohammed Thasleem <mohammed.thasleem at intel.com>
---
tests/intel-ci/blacklist.txt | 4 ++++
tests/intel-ci/xe.blocklist.txt | 1 +
2 files changed, 5 insertions(+)
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index 9917bf46a..507c14d58 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -83,6 +83,10 @@ igt at gem_exec_alignment@pi-shared
###############################################
igt at kms_frontbuffer_tracking@.*drrs.*
###############################################
+#Test is removed, so block it on CI
+###############################################
+igt at kms_display_modes@mst-extended-mode-negative
+###############################################
# Tends to generate invalid configurations
# using CCS planes or configurations that
# exceed HW capabilities resulting in sporadic
diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index 80ceba9a5..06506f590 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -92,6 +92,7 @@ igt at kms_sysfs_edid_timing
# KMS: Non-Intel tests
##################################################################
igt at kms_cursor_legacy@modeset-atomic-cursor-hotspot
+igt at kms_display_modes@mst-extended-mode-negative
##################################################################
# SR-IOV tests too stressful or time-consuming
# to execute all dynamic subtests at once.
--
2.43.0
More information about the igt-dev
mailing list