[PATCH i-g-t] tests/intel/xe_mmap: Skip pci-membarrier-parallel test on PVC
Kolanupaka Naveena
kolanupaka.naveena at intel.com
Mon May 12 07:36:25 UTC 2025
On xe, PVC RC6WAs are not there, hence the device is going to bad/sleep
state. We are not going bring those WAs on xe as they are PVC specific.
So, decided to skip this test for PVC platform to avoid the error during
the read.
Signed-off-by: Kolanupaka Naveena <kolanupaka.naveena at intel.com>
---
tests/intel/xe_mmap.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/intel/xe_mmap.c b/tests/intel/xe_mmap.c
index 5fd641075..a4915b37d 100644
--- a/tests/intel/xe_mmap.c
+++ b/tests/intel/xe_mmap.c
@@ -429,6 +429,9 @@ igt_main
unsigned int i;
uint32_t *ptr;
+ if (IS_PONTEVECCHIO(intel_get_drm_devid(fd)))
+ igt_skip("Test is not supported on this platform.\n");
+
igt_require(is_pci_membarrier_supported(fd));
xe = drm_open_driver(DRIVER_XE);
srand(time(0));
--
2.34.1
More information about the igt-dev
mailing list