[i-g-t] tests/intel-ci/xe: Block kms_rmfb at close-fd test
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Wed Jul 31 06:15:12 UTC 2024
Upon reopening the driver, the 'kms_rmfb at close-fd' test expects
that 'getcrtc' should return an FB ID of 0. However, due to the
default modeset, 'getcrtc' always returns a non-zero FB ID, which
is expected behavior.
In the case of the i915 driver, the 'i915_gem_drop_caches' clears
the cache and sets the FB ID to 0. Currently, there is no equivalent
mechanism in the XE driver.
Therefore, we should block this test from XE execution until an
alternative solution is implemented.
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/294
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
tests/intel-ci/xe.blocklist.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index f9ef612c4..4ee8fb0d4 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -78,6 +78,10 @@ igt at kms_frontbuffer_tracking@(fbcpsrdrrs|psrdrrs).*
# KMS: Yet to add/missing XE support
##################################################################
igt at kms_prime@.*
+
+# Expected failure on XE:
+# https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/294
+igt at kms_rmfb@close-fd
##################################################################
# KMS: Non-Intel tests
##################################################################
--
2.43.2
More information about the igt-dev
mailing list