* [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs
@ 2026-01-05 3:59 nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 01/11] drm-uapi/xe: Sync with madvise interface nishit.sharma
` (14 more replies)
0 siblings, 15 replies; 19+ messages in thread
From: nishit.sharma @ 2026-01-05 3:59 UTC (permalink / raw)
To: igt-dev, pravalika.gurram
From: Nishit Sharma <nishit.sharma@intel.com>
This patch series adds comprehensive SVM multi-GPU IGT test coverage for
madvise and prefetch functionality.
ver2:
- Test name changed in commits
- In patchwork v1 patch is missing due to last patch was not sent
ver3:
- In patch-7 tags were added and it was not sent on patchwork
ver4:
- In patch file was added which is not available in source which caused
CI build failure.
ver5:
- Added subtest function wrappers
- Subtests executing for all GPUs enumerated
ver7:
- Optimized function calling which are frequenctly called
- Incorporated review comments (Thomas Hellstrom)
ver8:
- Incorporated review comments (Thomas Hellstrom)
- Seperated madvise and lr_sync patches
- merged added 0 as instance parameter in xe_vm_madvise() call in
xe_exec_system_allocator with xe_vm_madvise lib changes
- Subtests declared in const struct section[] and optimized
- All subtests executed with and without prefetch
ver9:
- Incorporated review comments (Pravalika, Thomas)
- Optimized code. Multiple same function called put in single function
- Added READ_ONCE/WRITE_once instead dereferecing.
ver10:
- Incorporated review comments (Thomas)
ver11:
- Incorporated review comments (Thomas)
- For conflict madvise case instead assertion added conditon
ver12:
- Incorporated review comments (Thomas)
ver13:
- Created seprate commit for drm/xe/uapi aligned with KMD
Nishit Sharma (11):
drm-uapi/xe: Sync with madvise interface
lib/xe: Add instance parameter to xe_vm_madvise
lib/xe: Add synchronous helpers for VM bind/unbind operations
tests/intel/xe_multigpu_svm: Add SVM multi-GPU xGPU memory access test
tests/intel/xe_multigpu_svm: Add SVM multi-GPU atomic operations
tests/intel/xe_multigpu_svm: Add SVM multi-GPU coherency test
tests/intel/xe_multigpu_svm: Add SVM multi-GPU performance test
tests/intel/xe_multigpu_svm: Add SVM multi-GPU fault handling test
tests/intel/xe_multigpu_svm: Add SVM multi-GPU simultaneous access
test
tests/intel/xe_multigpu_svm: Add SVM multi-GPU conflicting madvise
test
tests/intel/xe_multigpu_svm: Add SVM multi-GPU migration test
include/drm-uapi/xe_drm.h | 26 +-
lib/xe/xe_ioctl.c | 52 +-
lib/xe/xe_ioctl.h | 9 +-
tests/intel/xe_exec_system_allocator.c | 8 +-
tests/intel/xe_multigpu_svm.c | 1550 ++++++++++++++++++++++++
tests/meson.build | 3 +-
6 files changed, 1630 insertions(+), 18 deletions(-)
create mode 100644 tests/intel/xe_multigpu_svm.c
--
2.48.1
^ permalink raw reply [flat|nested] 19+ messages in thread
* [PATCH i-g-t v13 01/11] drm-uapi/xe: Sync with madvise interface
2026-01-05 3:59 [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs nishit.sharma
@ 2026-01-05 3:59 ` nishit.sharma
2026-01-05 5:46 ` Gurram, Pravalika
2026-01-05 5:57 ` Ch, Sai Gowtham
2026-01-05 3:59 ` [PATCH i-g-t v13 02/11] lib/xe: Add instance parameter to xe_vm_madvise nishit.sharma
` (13 subsequent siblings)
14 siblings, 2 replies; 19+ messages in thread
From: nishit.sharma @ 2026-01-05 3:59 UTC (permalink / raw)
To: igt-dev, pravalika.gurram
From: Nishit Sharma <nishit.sharma@intel.com>
Align with kernel commit dff547e137be2 ("drm/xe/uapi: Extend the madvise
functionality"). This is to bring in madvise interface changes from KMD.
Signed-off-by: Nishit Sharma <nishit.sharma@intel.com>
---
include/drm-uapi/xe_drm.h | 26 +++++++++++++++++++-------
1 file changed, 19 insertions(+), 7 deletions(-)
diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h
index f8b228350..bb69f9b30 100644
--- a/include/drm-uapi/xe_drm.h
+++ b/include/drm-uapi/xe_drm.h
@@ -3,8 +3,8 @@
* Copyright © 2023 Intel Corporation
*/
-#ifndef _XE_DRM_H_
-#define _XE_DRM_H_
+#ifndef _UAPI_XE_DRM_H_
+#define _UAPI_XE_DRM_H_
#include "drm.h"
@@ -142,7 +142,7 @@ extern "C" {
* redefine the interface more easily than an ever growing struct of
* increasing complexity, and for large parts of that interface to be
* entirely optional. The downside is more pointer chasing; chasing across
- * the boundary with pointers encapsulated inside u64.
+ * the __user boundary with pointers encapsulated inside u64.
*
* Example chaining:
*
@@ -2123,7 +2123,13 @@ struct drm_xe_madvise {
struct {
#define DRM_XE_PREFERRED_LOC_DEFAULT_DEVICE 0
#define DRM_XE_PREFERRED_LOC_DEFAULT_SYSTEM -1
- /** @preferred_mem_loc.devmem_fd: fd for preferred loc */
+ /**
+ * @preferred_mem_loc.devmem_fd:
+ * Device file-descriptor of the device where the
+ * preferred memory is located, or one of the
+ * above special values. Please also see
+ * @preferred_mem_loc.region_instance below.
+ */
__u32 devmem_fd;
#define DRM_XE_MIGRATE_ALL_PAGES 0
@@ -2131,8 +2137,14 @@ struct drm_xe_madvise {
/** @preferred_mem_loc.migration_policy: Page migration policy */
__u16 migration_policy;
- /** @preferred_mem_loc.pad : MBZ */
- __u16 pad;
+ /**
+ * @preferred_mem_loc.region_instance : Region instance.
+ * MBZ if @devmem_fd <= &DRM_XE_PREFERRED_LOC_DEFAULT_DEVICE.
+ * Otherwise should point to the desired device
+ * VRAM instance of the device indicated by
+ * @preferred_mem_loc.devmem_fd.
+ */
+ __u16 region_instance;
/** @preferred_mem_loc.reserved : Reserved */
__u64 reserved;
@@ -2353,4 +2365,4 @@ struct drm_xe_exec_queue_set_property {
}
#endif
-#endif /* _XE_DRM_H_ */
+#endif /* _UAPI_XE_DRM_H_ */
--
2.48.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH i-g-t v13 02/11] lib/xe: Add instance parameter to xe_vm_madvise
2026-01-05 3:59 [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 01/11] drm-uapi/xe: Sync with madvise interface nishit.sharma
@ 2026-01-05 3:59 ` nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 03/11] lib/xe: Add synchronous helpers for VM bind/unbind operations nishit.sharma
` (12 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: nishit.sharma @ 2026-01-05 3:59 UTC (permalink / raw)
To: igt-dev, pravalika.gurram
From: Nishit Sharma <nishit.sharma@intel.com>
tests/intel/xe_exec_system_allocator: Add parameter in madvise call
Add an 'instance' parameter to __xe_vm_madvise() and xe_vm_madvise() to
specify which VRAM instance should be targeted for memory advise
operations.
Getting compilation issues in xe_exec_system_allocator test after adding
'instance' parameters in xe_vm_madvise(). As a fix 0 as instance parameter
passed in xe_vm_madvise() calls available in xe_exec_system_allocator test.
Signed-off-by: Nishit Sharma <nishit.sharma@intel.com>
Reviewed-by: Pravalika Gurram <pravalika.gurram@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
lib/xe/xe_ioctl.c | 13 +++++++++----
lib/xe/xe_ioctl.h | 9 +++++++--
tests/intel/xe_exec_system_allocator.c | 8 ++++----
3 files changed, 20 insertions(+), 10 deletions(-)
diff --git a/lib/xe/xe_ioctl.c b/lib/xe/xe_ioctl.c
index 319853da0..e3efe12ad 100644
--- a/lib/xe/xe_ioctl.c
+++ b/lib/xe/xe_ioctl.c
@@ -714,7 +714,8 @@ int64_t xe_wait_ufence(int fd, uint64_t *addr, uint64_t value,
}
int __xe_vm_madvise(int fd, uint32_t vm, uint64_t addr, uint64_t range,
- uint64_t ext, uint32_t type, uint32_t op_val, uint16_t policy)
+ uint64_t ext, uint32_t type, uint32_t op_val, uint16_t policy,
+ uint16_t instance)
{
struct drm_xe_madvise madvise = {
.type = type,
@@ -731,6 +732,7 @@ int __xe_vm_madvise(int fd, uint32_t vm, uint64_t addr, uint64_t range,
case DRM_XE_MEM_RANGE_ATTR_PREFERRED_LOC:
madvise.preferred_mem_loc.devmem_fd = op_val;
madvise.preferred_mem_loc.migration_policy = policy;
+ madvise.preferred_mem_loc.region_instance = instance;
igt_debug("madvise.preferred_mem_loc.devmem_fd = %d\n",
madvise.preferred_mem_loc.devmem_fd);
break;
@@ -758,14 +760,17 @@ int __xe_vm_madvise(int fd, uint32_t vm, uint64_t addr, uint64_t range,
* @type: type of attribute
* @op_val: fd/atomic value/pat index, depending upon type of operation
* @policy: Page migration policy
+ * @instance: vram instance
*
* Function initializes different members of struct drm_xe_madvise and calls
* MADVISE IOCTL .
*
- * Asserts in case of error returned by DRM_IOCTL_XE_MADVISE.
+ * Asserts in case of error returned by DRM_IOCTL_XE_MADVISE
*/
void xe_vm_madvise(int fd, uint32_t vm, uint64_t addr, uint64_t range,
- uint64_t ext, uint32_t type, uint32_t op_val, uint16_t policy)
+ uint64_t ext, uint32_t type, uint32_t op_val, uint16_t policy,
+ uint16_t instance)
{
- igt_assert_eq(__xe_vm_madvise(fd, vm, addr, range, ext, type, op_val, policy), 0);
+ igt_assert_eq(__xe_vm_madvise(fd, vm, addr, range, ext, type, op_val, policy,
+ instance), 0);
}
diff --git a/lib/xe/xe_ioctl.h b/lib/xe/xe_ioctl.h
index a7fd43c9e..3ea651063 100644
--- a/lib/xe/xe_ioctl.h
+++ b/lib/xe/xe_ioctl.h
@@ -104,13 +104,18 @@ int __xe_wait_ufence(int fd, uint64_t *addr, uint64_t value,
int64_t xe_wait_ufence(int fd, uint64_t *addr, uint64_t value,
uint32_t exec_queue, int64_t timeout);
int __xe_vm_madvise(int fd, uint32_t vm, uint64_t addr, uint64_t range, uint64_t ext,
- uint32_t type, uint32_t op_val, uint16_t policy);
+ uint32_t type, uint32_t op_val, uint16_t policy, uint16_t instance);
void xe_vm_madvise(int fd, uint32_t vm, uint64_t addr, uint64_t range, uint64_t ext,
- uint32_t type, uint32_t op_val, uint16_t policy);
+ uint32_t type, uint32_t op_val, uint16_t policy, uint16_t instance);
int xe_vm_number_vmas_in_range(int fd, struct drm_xe_vm_query_mem_range_attr *vmas_attr);
int xe_vm_vma_attrs(int fd, struct drm_xe_vm_query_mem_range_attr *vmas_attr,
struct drm_xe_mem_range_attr *mem_attr);
struct drm_xe_mem_range_attr
*xe_vm_get_mem_attr_values_in_range(int fd, uint32_t vm, uint64_t start,
uint64_t range, uint32_t *num_ranges);
+void xe_vm_bind_lr_sync(int fd, uint32_t vm, uint32_t bo,
+ uint64_t offset, uint64_t addr,
+ uint64_t size, uint32_t flags);
+void xe_vm_unbind_lr_sync(int fd, uint32_t vm, uint64_t offset,
+ uint64_t addr, uint64_t size);
#endif /* XE_IOCTL_H */
diff --git a/tests/intel/xe_exec_system_allocator.c b/tests/intel/xe_exec_system_allocator.c
index ffa4ec3f5..28958eccc 100644
--- a/tests/intel/xe_exec_system_allocator.c
+++ b/tests/intel/xe_exec_system_allocator.c
@@ -1164,7 +1164,7 @@ madvise_swizzle_op_exec(int fd, uint32_t vm, struct test_exec_data *data,
xe_vm_madvise(fd, vm, to_user_pointer(data), bo_size, 0,
DRM_XE_MEM_RANGE_ATTR_PREFERRED_LOC,
preferred_loc,
- 0);
+ 0, 0);
}
static void
@@ -1172,7 +1172,7 @@ xe_vm_madvixe_pat_attr(int fd, uint32_t vm, uint64_t addr, uint64_t range,
int pat_index)
{
xe_vm_madvise(fd, vm, addr, range, 0,
- DRM_XE_MEM_RANGE_ATTR_PAT, pat_index, 0);
+ DRM_XE_MEM_RANGE_ATTR_PAT, pat_index, 0, 0);
}
static void
@@ -1181,7 +1181,7 @@ xe_vm_madvise_atomic_attr(int fd, uint32_t vm, uint64_t addr, uint64_t range,
{
xe_vm_madvise(fd, vm, addr, range, 0,
DRM_XE_MEM_RANGE_ATTR_ATOMIC,
- mem_attr, 0);
+ mem_attr, 0, 0);
}
static void
@@ -1190,7 +1190,7 @@ xe_vm_madvise_migrate_pages(int fd, uint32_t vm, uint64_t addr, uint64_t range)
xe_vm_madvise(fd, vm, addr, range, 0,
DRM_XE_MEM_RANGE_ATTR_PREFERRED_LOC,
DRM_XE_PREFERRED_LOC_DEFAULT_SYSTEM,
- DRM_XE_MIGRATE_ALL_PAGES);
+ DRM_XE_MIGRATE_ALL_PAGES, 0);
}
static void
--
2.48.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH i-g-t v13 03/11] lib/xe: Add synchronous helpers for VM bind/unbind operations
2026-01-05 3:59 [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 01/11] drm-uapi/xe: Sync with madvise interface nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 02/11] lib/xe: Add instance parameter to xe_vm_madvise nishit.sharma
@ 2026-01-05 3:59 ` nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 04/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU xGPU memory access test nishit.sharma
` (11 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: nishit.sharma @ 2026-01-05 3:59 UTC (permalink / raw)
To: igt-dev, pravalika.gurram
From: Nishit Sharma <nishit.sharma@intel.com>
Introduce synchronous wrappers for VM bind/unbind operations that handle
user fence allocation, waiting, and cleanup internally. This simplifies
test code by eliminating repetitive synchronization boilerplate.
Signed-off-by: Nishit Sharma <nishit.sharma@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Pravalika Gurram <pravalika.gurram@intel.com>
---
lib/xe/xe_ioctl.c | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/lib/xe/xe_ioctl.c b/lib/xe/xe_ioctl.c
index e3efe12ad..16aae05c9 100644
--- a/lib/xe/xe_ioctl.c
+++ b/lib/xe/xe_ioctl.c
@@ -774,3 +774,42 @@ void xe_vm_madvise(int fd, uint32_t vm, uint64_t addr, uint64_t range,
igt_assert_eq(__xe_vm_madvise(fd, vm, addr, range, ext, type, op_val, policy,
instance), 0);
}
+
+#define BIND_SYNC_VAL 0x686868
+void xe_vm_bind_lr_sync(int fd, uint32_t vm, uint32_t bo, uint64_t offset,
+ uint64_t addr, uint64_t size, uint32_t flags)
+{
+ volatile uint64_t *sync_addr = malloc(sizeof(*sync_addr));
+ struct drm_xe_sync sync = {
+ .flags = DRM_XE_SYNC_FLAG_SIGNAL,
+ .type = DRM_XE_SYNC_TYPE_USER_FENCE,
+ .addr = to_user_pointer((uint64_t *)sync_addr),
+ .timeline_value = BIND_SYNC_VAL,
+ };
+
+ igt_assert(!!sync_addr);
+ xe_vm_bind_async_flags(fd, vm, 0, bo, 0, addr, size, &sync, 1, flags);
+ if (*sync_addr != BIND_SYNC_VAL)
+ xe_wait_ufence(fd, (uint64_t *)sync_addr, BIND_SYNC_VAL, 0, NSEC_PER_SEC * 10);
+ /* Only free if the wait succeeds */
+ free((void *)sync_addr);
+}
+
+void xe_vm_unbind_lr_sync(int fd, uint32_t vm, uint64_t offset,
+ uint64_t addr, uint64_t size)
+{
+ volatile uint64_t *sync_addr = malloc(sizeof(*sync_addr));
+ struct drm_xe_sync sync = {
+ .flags = DRM_XE_SYNC_FLAG_SIGNAL,
+ .type = DRM_XE_SYNC_TYPE_USER_FENCE,
+ .addr = to_user_pointer((uint64_t *)sync_addr),
+ .timeline_value = BIND_SYNC_VAL,
+ };
+
+ igt_assert(!!sync_addr);
+ *sync_addr = 0;
+ xe_vm_unbind_async(fd, vm, 0, 0, addr, size, &sync, 1);
+ if (*sync_addr != BIND_SYNC_VAL)
+ xe_wait_ufence(fd, (uint64_t *)sync_addr, BIND_SYNC_VAL, 0, NSEC_PER_SEC * 10);
+ free((void *)sync_addr);
+}
--
2.48.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH i-g-t v13 04/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU xGPU memory access test
2026-01-05 3:59 [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs nishit.sharma
` (2 preceding siblings ...)
2026-01-05 3:59 ` [PATCH i-g-t v13 03/11] lib/xe: Add synchronous helpers for VM bind/unbind operations nishit.sharma
@ 2026-01-05 3:59 ` nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 05/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU atomic operations nishit.sharma
` (10 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: nishit.sharma @ 2026-01-05 3:59 UTC (permalink / raw)
To: igt-dev, pravalika.gurram
From: Nishit Sharma <nishit.sharma@intel.com>
This test allocates a buffer in SVM, writes data to it from src GPU,
and reads/verifies the data from dst GPU. Optionally, the CPU also
reads or modifies the buffer and both GPUs verify the results,
ensuring correct cross-GPU and CPU memory access in a multi-GPU environment.
Signed-off-by: Nishit Sharma <nishit.sharma@intel.com>
Reviewed-by: Pravalika Gurram <pravalika.gurram@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
tests/intel/xe_multigpu_svm.c | 403 ++++++++++++++++++++++++++++++++++
tests/meson.build | 3 +-
2 files changed, 405 insertions(+), 1 deletion(-)
create mode 100644 tests/intel/xe_multigpu_svm.c
diff --git a/tests/intel/xe_multigpu_svm.c b/tests/intel/xe_multigpu_svm.c
new file mode 100644
index 000000000..e2b75144e
--- /dev/null
+++ b/tests/intel/xe_multigpu_svm.c
@@ -0,0 +1,403 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2025 Intel Corporation
+ */
+
+#include <unistd.h>
+
+#include "drmtest.h"
+#include "igt.h"
+#include "igt_multigpu.h"
+
+#include "intel_blt.h"
+#include "intel_mocs.h"
+#include "intel_reg.h"
+
+#include "xe/xe_ioctl.h"
+#include "xe/xe_query.h"
+#include "xe/xe_util.h"
+
+/**
+ * TEST: Multi-GPU SVM functional and performance tests
+ * Description: Validate multi-GPU Shared Virtual Memory (SVM) features,
+ * including cross-GPU access, atomic operations, coherency
+ *
+ * Category: Multi-GPU
+ * Mega feature: SVM, GPU virtualization
+ * Sub-category: SVM, memory management, performance
+ * Functionality: Multi-GPU SVM, migration, coherency, atomic ops
+ * Test category: functional, performance, stress
+ *
+ * SUBTEST: mgpu-xgpu-access-basic
+ * Description:
+ * Test basic cross-GPU memory access in multi-GPU SVM configuration
+ *
+ * SUBTEST: mgpu-xgpu-access-prefetch
+ * Description:
+ * Test cross-GPU memory access with prefetch in multi-GPU SVM configuration
+ *
+ */
+
+#define MAX_XE_REGIONS 8
+#define MAX_XE_GPUS 8
+#define NUM_LOOPS 1
+#define BATCH_SIZE(_fd) ALIGN(SZ_8K, xe_get_default_alignment(_fd))
+#define BIND_SYNC_VAL 0x686868
+#define EXEC_SYNC_VAL 0x676767
+#define COPY_SIZE SZ_64M
+
+#define MULTIGPU_PREFETCH BIT(1)
+#define MULTIGPU_XGPU_ACCESS BIT(2)
+
+struct xe_svm_gpu_info {
+ bool supports_faults;
+ int vram_regions[MAX_XE_REGIONS];
+ unsigned int num_regions;
+ unsigned int va_bits;
+ int fd;
+};
+
+typedef void (*gpu_pair_fn)(struct xe_svm_gpu_info *src,
+ struct xe_svm_gpu_info *dst,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags);
+
+static void for_each_gpu_pair(int num_gpus,
+ struct xe_svm_gpu_info *gpus,
+ struct drm_xe_engine_class_instance *eci,
+ gpu_pair_fn fn,
+ unsigned int flags);
+
+static void gpu_mem_access_wrapper(struct xe_svm_gpu_info *src,
+ struct xe_svm_gpu_info *dst,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags);
+
+static void open_pagemaps(int fd, struct xe_svm_gpu_info *info);
+
+static void
+create_vm_and_queue(struct xe_svm_gpu_info *gpu, struct drm_xe_engine_class_instance *eci,
+ uint32_t *vm, uint32_t *exec_queue)
+{
+ *vm = xe_vm_create(gpu->fd,
+ DRM_XE_VM_CREATE_FLAG_LR_MODE | DRM_XE_VM_CREATE_FLAG_FAULT_MODE, 0);
+ *exec_queue = xe_exec_queue_create(gpu->fd, *vm, eci, 0);
+ xe_vm_bind_lr_sync(gpu->fd, *vm, 0, 0, 0, 1ull << gpu->va_bits,
+ DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR);
+}
+
+static void
+setup_sync(struct drm_xe_sync *sync, uint64_t **sync_addr, uint64_t timeline_value)
+{
+ *sync_addr = malloc(sizeof(**sync_addr));
+ igt_assert(*sync_addr);
+ sync->flags = DRM_XE_SYNC_FLAG_SIGNAL;
+ sync->type = DRM_XE_SYNC_TYPE_USER_FENCE;
+ sync->addr = to_user_pointer((uint64_t *)*sync_addr);
+ sync->timeline_value = timeline_value;
+ **sync_addr = 0;
+}
+
+static void
+cleanup_vm_and_queue(struct xe_svm_gpu_info *gpu, uint32_t vm, uint32_t exec_queue)
+{
+ xe_vm_unbind_lr_sync(gpu->fd, vm, 0, 0, 1ull << gpu->va_bits);
+ xe_exec_queue_destroy(gpu->fd, exec_queue);
+ xe_vm_destroy(gpu->fd, vm);
+}
+
+static void xe_multigpu_madvise(int src_fd, uint32_t vm, uint64_t addr, uint64_t size,
+ uint64_t ext, uint32_t type, int dst_fd, uint16_t policy,
+ uint32_t instance, uint32_t exec_queue)
+{
+ int ret;
+
+ if (src_fd != dst_fd) {
+ ret = __xe_vm_madvise(src_fd, vm, addr, size, ext, type, dst_fd, policy, instance);
+ if (ret == -ENOLINK) {
+ igt_info("No fast interconnect between GPU0 and GPU1, falling back to local VRAM\n");
+ ret = __xe_vm_madvise(src_fd, vm, addr, size, ext, type,
+ DRM_XE_PREFERRED_LOC_DEFAULT_DEVICE,
+ policy, 0);
+ if (ret) {
+ igt_info("Local VRAM madvise failed, falling back to system memory\n");
+ xe_vm_madvise(src_fd, vm, addr, size, ext, type,
+ DRM_XE_PREFERRED_LOC_DEFAULT_SYSTEM, policy,
+ 0);
+ }
+ } else {
+ igt_assert_eq(ret, 0);
+ }
+ } else {
+ xe_vm_madvise(src_fd, vm, addr, size, ext, type, dst_fd, policy, instance);
+ }
+}
+
+static void xe_multigpu_prefetch(int src_fd, uint32_t vm, uint64_t addr, uint64_t size,
+ struct drm_xe_sync *sync, uint64_t *sync_addr,
+ uint32_t exec_queue, unsigned int flags)
+{
+ if (flags & MULTIGPU_PREFETCH) {
+ xe_vm_prefetch_async(src_fd, vm, 0, 0, addr, size, sync, 1,
+ DRM_XE_CONSULT_MEM_ADVISE_PREF_LOC);
+ if (*sync_addr != sync->timeline_value)
+ xe_wait_ufence(src_fd, (uint64_t *)sync_addr, sync->timeline_value,
+ exec_queue, NSEC_PER_SEC * 10);
+ }
+}
+
+static void for_each_gpu_pair(int num_gpus, struct xe_svm_gpu_info *gpus,
+ struct drm_xe_engine_class_instance *eci,
+ gpu_pair_fn fn, unsigned int flags)
+{
+ for (int src = 0; src < num_gpus; src++) {
+ if (!gpus[src].supports_faults)
+ continue;
+
+ for (int dst = 0; dst < num_gpus; dst++) {
+ if (src == dst)
+ continue;
+ fn(&gpus[src], &gpus[dst], eci, flags);
+ }
+ }
+}
+
+static void batch_init(int fd, uint32_t vm, uint64_t src_addr,
+ uint64_t dst_addr, uint64_t copy_size,
+ uint32_t *bo, uint64_t *addr)
+{
+ uint32_t width = copy_size / 256;
+ uint32_t height = 1;
+ uint32_t batch_bo_size = BATCH_SIZE(fd);
+ uint32_t batch_bo;
+ uint64_t batch_addr;
+ void *batch;
+ uint32_t *cmd;
+ uint16_t dev_id = intel_get_drm_devid(fd);
+ uint32_t mocs_index = intel_get_uc_mocs_index(fd);
+ int i = 0;
+
+ batch_bo = xe_bo_create(fd, vm, batch_bo_size, vram_if_possible(fd, 0), 0);
+ batch = xe_bo_map(fd, batch_bo, batch_bo_size);
+ cmd = (uint32_t *)batch;
+ cmd[i++] = MEM_COPY_CMD | (1 << 19);
+ cmd[i++] = width - 1;
+ cmd[i++] = height - 1;
+ cmd[i++] = width - 1;
+ cmd[i++] = width - 1;
+ cmd[i++] = src_addr & ((1UL << 32) - 1);
+ cmd[i++] = src_addr >> 32;
+ cmd[i++] = dst_addr & ((1UL << 32) - 1);
+ cmd[i++] = dst_addr >> 32;
+ if (intel_graphics_ver(dev_id) >= IP_VER(20, 0)) {
+ cmd[i++] = mocs_index << XE2_MEM_COPY_SRC_MOCS_SHIFT | mocs_index;
+ } else {
+ cmd[i++] = mocs_index << GEN12_MEM_COPY_MOCS_SHIFT | mocs_index;
+ }
+
+ cmd[i++] = MI_BATCH_BUFFER_END;
+ cmd[i++] = MI_BATCH_BUFFER_END;
+
+ batch_addr = to_user_pointer(batch);
+ /* Punch a gap in the SVM map where we map the batch_bo */
+ xe_vm_bind_lr_sync(fd, vm, batch_bo, 0, batch_addr, batch_bo_size, 0);
+ *bo = batch_bo;
+ *addr = batch_addr;
+}
+
+static void batch_fini(int fd, uint32_t vm, uint32_t bo, uint64_t addr)
+{
+ /* Unmap the batch bo by re-instating the SVM binding. */
+ xe_vm_bind_lr_sync(fd, vm, 0, 0, addr, BATCH_SIZE(fd),
+ DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR);
+ gem_close(fd, bo);
+}
+
+static void open_pagemaps(int fd, struct xe_svm_gpu_info *info)
+{
+ unsigned int count = 0;
+ uint64_t regions = all_memory_regions(fd);
+ uint32_t region;
+
+ xe_for_each_mem_region(fd, regions, region) {
+ if (XE_IS_VRAM_MEMORY_REGION(fd, region)) {
+ struct drm_xe_mem_region *mem_region =
+ xe_mem_region(fd, 1ull << (region - 1));
+ igt_assert(count < MAX_XE_REGIONS);
+ info->vram_regions[count++] = mem_region->instance;
+ }
+ }
+
+ info->num_regions = count;
+}
+
+static int get_device_info(struct xe_svm_gpu_info gpus[], int num_gpus)
+{
+ int cnt;
+ int xe;
+ int i;
+
+ for (i = 0, cnt = 0 && i < 128; cnt < num_gpus; i++) {
+ xe = __drm_open_driver_another(i, DRIVER_XE);
+ if (xe < 0)
+ break;
+
+ gpus[cnt].fd = xe;
+ cnt++;
+ }
+
+ return cnt;
+}
+
+static int
+mgpu_check_fault_support(struct xe_svm_gpu_info *gpu1,
+ struct xe_svm_gpu_info *gpu2)
+{
+ int ret = 0;
+
+ if (!gpu1->supports_faults || !gpu2->supports_faults) {
+ igt_debug("GPU does not support page faults, skipping execution\n");
+ ret = 1;
+ }
+ return ret;
+}
+
+static void
+copy_src_dst(struct xe_svm_gpu_info *gpu1,
+ struct xe_svm_gpu_info *gpu2,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags)
+{
+ uint32_t vm[1];
+ uint32_t exec_queue[2];
+ uint32_t batch_bo;
+ void *copy_src, *copy_dst;
+ uint64_t batch_addr;
+ struct drm_xe_sync sync = {};
+ uint64_t *sync_addr;
+
+ /* Checking if GPU support page faults */
+ if (mgpu_check_fault_support(gpu1, gpu2))
+ return;
+
+ create_vm_and_queue(gpu1, eci, &vm[0], &exec_queue[0]);
+
+ /* Allocate source and destination buffers */
+ copy_src = aligned_alloc(xe_get_default_alignment(gpu1->fd), SZ_64M);
+ igt_assert(copy_src);
+ copy_dst = aligned_alloc(xe_get_default_alignment(gpu2->fd), SZ_64M);
+ igt_assert(copy_dst);
+
+ batch_init(gpu1->fd, vm[0], to_user_pointer(copy_src), to_user_pointer(copy_dst),
+ COPY_SIZE, &batch_bo, &batch_addr);
+
+ /* Fill the source with a pattern, clear the destination. */
+ memset(copy_src, 0x67, COPY_SIZE);
+ memset(copy_dst, 0x0, COPY_SIZE);
+
+ xe_multigpu_madvise(gpu1->fd, vm[0], to_user_pointer(copy_dst), COPY_SIZE,
+ 0, DRM_XE_MEM_RANGE_ATTR_PREFERRED_LOC,
+ gpu2->fd, 0, gpu2->vram_regions[0], exec_queue[0]);
+
+ setup_sync(&sync, &sync_addr, BIND_SYNC_VAL);
+ xe_multigpu_prefetch(gpu1->fd, vm[0], to_user_pointer(copy_dst), COPY_SIZE, &sync,
+ sync_addr, exec_queue[0], flags);
+ free(sync_addr);
+
+ sync_addr = (void *)((char *)batch_addr + SZ_4K);
+ sync.addr = to_user_pointer((uint64_t *)sync_addr);
+ sync.timeline_value = EXEC_SYNC_VAL;
+ WRITE_ONCE(*sync_addr, 0);
+
+ /* Execute a GPU copy. */
+ xe_exec_sync(gpu1->fd, exec_queue[0], batch_addr, &sync, 1);
+ if (READ_ONCE(*sync_addr) != EXEC_SYNC_VAL)
+ xe_wait_ufence(gpu1->fd, (uint64_t *)sync_addr, EXEC_SYNC_VAL, exec_queue[0],
+ NSEC_PER_SEC * 10);
+
+ igt_assert(memcmp(copy_src, copy_dst, COPY_SIZE) == 0);
+
+ free(copy_dst);
+ free(copy_src);
+ munmap((void *)batch_addr, BATCH_SIZE(gpu1->fd));
+ batch_fini(gpu1->fd, vm[0], batch_bo, batch_addr);
+ cleanup_vm_and_queue(gpu1, vm[0], exec_queue[0]);
+}
+
+static void
+gpu_mem_access_wrapper(struct xe_svm_gpu_info *src,
+ struct xe_svm_gpu_info *dst,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags)
+{
+ igt_assert(src);
+ igt_assert(dst);
+
+ copy_src_dst(src, dst, eci, flags);
+}
+
+static void
+test_mgpu_exec(int gpu_cnt, struct xe_svm_gpu_info *gpus,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags)
+{
+ if (flags & MULTIGPU_XGPU_ACCESS)
+ for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_mem_access_wrapper, flags);
+}
+
+struct section {
+ const char *name;
+ unsigned int flags;
+};
+
+IGT_TEST_DESCRIPTION("Validate multi-GPU SVM features including xGPU, atomic-ops");
+
+int igt_main()
+{
+ struct xe_svm_gpu_info gpus[MAX_XE_GPUS];
+ struct xe_device *xe;
+ int gpu, gpu_cnt;
+
+ struct drm_xe_engine_class_instance eci = {
+ .engine_class = DRM_XE_ENGINE_CLASS_COPY,
+ };
+
+ const struct section msections[] = {
+ { "xgpu-access-basic", MULTIGPU_XGPU_ACCESS },
+ { "xgpu-access-prefetch", MULTIGPU_PREFETCH | MULTIGPU_XGPU_ACCESS },
+ { NULL },
+ };
+
+ igt_fixture() {
+ gpu_cnt = get_device_info(gpus, ARRAY_SIZE(gpus));
+ igt_skip_on(gpu_cnt < 2);
+
+ for (gpu = 0; gpu < gpu_cnt; ++gpu) {
+ igt_assert(gpu < MAX_XE_GPUS);
+
+ open_pagemaps(gpus[gpu].fd, &gpus[gpu]);
+ /* NOTE! inverted return value. */
+ gpus[gpu].supports_faults = !xe_supports_faults(gpus[gpu].fd);
+ fprintf(stderr, "GPU %u has %u VRAM regions%s, and %s SVM VMs.\n",
+ gpu, gpus[gpu].num_regions,
+ gpus[gpu].num_regions != 1 ? "s" : "",
+ gpus[gpu].supports_faults ? "supports" : "doesn't support");
+
+ xe = xe_device_get(gpus[gpu].fd);
+ gpus[gpu].va_bits = xe->va_bits;
+ }
+ }
+
+ igt_describe("gpu-gpu write-read");
+ for (const struct section *s = msections; s->name; s++) {
+ igt_subtest_f("mgpu-%s", s->name)
+ test_mgpu_exec(gpu_cnt, gpus, &eci, s->flags);
+ }
+
+ igt_fixture() {
+ int cnt;
+
+ for (cnt = 0; cnt < gpu_cnt; cnt++)
+ drm_close_driver(gpus[cnt].fd);
+ }
+}
diff --git a/tests/meson.build b/tests/meson.build
index 884707025..169340d7d 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -314,7 +314,8 @@ intel_xe_progs = [
'xe_live_ktest',
'xe_media_fill',
'xe_mmap',
- 'xe_module_load',
+ 'xe_module_load',
+ 'xe_multigpu_svm',
'xe_noexec_ping_pong',
'xe_oa',
'xe_pat',
--
2.48.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH i-g-t v13 05/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU atomic operations
2026-01-05 3:59 [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs nishit.sharma
` (3 preceding siblings ...)
2026-01-05 3:59 ` [PATCH i-g-t v13 04/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU xGPU memory access test nishit.sharma
@ 2026-01-05 3:59 ` nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 06/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU coherency test nishit.sharma
` (9 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: nishit.sharma @ 2026-01-05 3:59 UTC (permalink / raw)
To: igt-dev, pravalika.gurram
From: Nishit Sharma <nishit.sharma@intel.com>
This test performs atomic increment operation on a shared SVM buffer
from both GPUs and the CPU in a multi-GPU environment. It uses madvise
and prefetch to control buffer placement and verifies correctness and
ordering of atomic updates across agents.
Signed-off-by: Nishit Sharma <nishit.sharma@intel.com>
Reviewed-by: Pravalika Gurram <pravalika.gurram@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
tests/intel/xe_multigpu_svm.c | 206 +++++++++++++++++++++++++++++++++-
1 file changed, 204 insertions(+), 2 deletions(-)
diff --git a/tests/intel/xe_multigpu_svm.c b/tests/intel/xe_multigpu_svm.c
index e2b75144e..c0556809c 100644
--- a/tests/intel/xe_multigpu_svm.c
+++ b/tests/intel/xe_multigpu_svm.c
@@ -36,6 +36,17 @@
* Description:
* Test cross-GPU memory access with prefetch in multi-GPU SVM configuration
*
+ * SUBTEST: mgpu-atomic-op-basic
+ * Description:
+ * Test basic cross-GPU atomic increment operations in multi-GPU SVM configuration
+ * operation on GPU1 and then atomic operation on GPU2 using same
+ * address
+ *
+ * SUBTEST: mgpu-atomic-op-prefetch
+ * Description:
+ * Tests cross-GPU atomic increment operations with explicit memory prefetch
+ * to validate SVM atomic operations in multi-GPU config
+ *
*/
#define MAX_XE_REGIONS 8
@@ -45,9 +56,15 @@
#define BIND_SYNC_VAL 0x686868
#define EXEC_SYNC_VAL 0x676767
#define COPY_SIZE SZ_64M
+#define ATOMIC_OP_VAL 56
#define MULTIGPU_PREFETCH BIT(1)
#define MULTIGPU_XGPU_ACCESS BIT(2)
+#define MULTIGPU_ATOMIC_OP BIT(3)
+
+#define INIT 2
+#define STORE 3
+#define ATOMIC 4
struct xe_svm_gpu_info {
bool supports_faults;
@@ -62,6 +79,16 @@ typedef void (*gpu_pair_fn)(struct xe_svm_gpu_info *src,
struct drm_xe_engine_class_instance *eci,
unsigned int flags);
+struct test_exec_data {
+ uint32_t batch[32];
+ uint64_t pad;
+ uint64_t vm_sync;
+ uint64_t exec_sync;
+ uint32_t data;
+ uint32_t expected_data;
+ uint64_t batch_addr;
+};
+
static void for_each_gpu_pair(int num_gpus,
struct xe_svm_gpu_info *gpus,
struct drm_xe_engine_class_instance *eci,
@@ -73,7 +100,10 @@ static void gpu_mem_access_wrapper(struct xe_svm_gpu_info *src,
struct drm_xe_engine_class_instance *eci,
unsigned int flags);
-static void open_pagemaps(int fd, struct xe_svm_gpu_info *info);
+static void gpu_atomic_inc_wrapper(struct xe_svm_gpu_info *src,
+ struct xe_svm_gpu_info *dst,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags);
static void
create_vm_and_queue(struct xe_svm_gpu_info *gpu, struct drm_xe_engine_class_instance *eci,
@@ -162,6 +192,35 @@ static void for_each_gpu_pair(int num_gpus, struct xe_svm_gpu_info *gpus,
}
}
+static void open_pagemaps(int fd, struct xe_svm_gpu_info *info);
+
+static void
+atomic_batch_init(int fd, uint32_t vm, uint64_t src_addr,
+ uint32_t *bo, uint64_t *addr)
+{
+ uint32_t batch_bo_size = BATCH_SIZE(fd);
+ uint32_t batch_bo;
+ uint64_t batch_addr;
+ void *batch;
+ uint32_t *cmd;
+ int i = 0;
+
+ batch_bo = xe_bo_create(fd, vm, batch_bo_size, vram_if_possible(fd, 0), 0);
+ batch = xe_bo_map(fd, batch_bo, batch_bo_size);
+ cmd = (uint32_t *)batch;
+
+ cmd[i++] = MI_ATOMIC | MI_ATOMIC_INC;
+ cmd[i++] = src_addr;
+ cmd[i++] = src_addr >> 32;
+ cmd[i++] = MI_BATCH_BUFFER_END;
+
+ batch_addr = to_user_pointer(batch);
+ /* Punch a gap in the SVM map where we map the batch_bo */
+ xe_vm_bind_lr_sync(fd, vm, batch_bo, 0, batch_addr, batch_bo_size, 0);
+ *bo = batch_bo;
+ *addr = batch_addr;
+}
+
static void batch_init(int fd, uint32_t vm, uint64_t src_addr,
uint64_t dst_addr, uint64_t copy_size,
uint32_t *bo, uint64_t *addr)
@@ -262,6 +321,52 @@ mgpu_check_fault_support(struct xe_svm_gpu_info *gpu1,
return ret;
}
+static void
+gpu_madvise_exec_sync(struct xe_svm_gpu_info *gpu, uint32_t vm, uint32_t exec_queue,
+ uint64_t dst_addr, uint64_t *batch_addr, unsigned int flags,
+ void *perf)
+{
+ struct drm_xe_sync sync = {};
+ uint64_t *sync_addr;
+
+ xe_multigpu_madvise(gpu->fd, vm, dst_addr, SZ_4K, 0,
+ DRM_XE_MEM_RANGE_ATTR_PREFERRED_LOC,
+ gpu->fd, 0, gpu->vram_regions[0], exec_queue);
+
+ setup_sync(&sync, &sync_addr, BIND_SYNC_VAL);
+ xe_multigpu_prefetch(gpu->fd, vm, dst_addr, SZ_4K, &sync,
+ sync_addr, exec_queue, flags);
+ free(sync_addr);
+
+ sync_addr = (void *)((char *)*batch_addr + SZ_4K);
+ sync.addr = to_user_pointer((uint64_t *)sync_addr);
+ sync.timeline_value = EXEC_SYNC_VAL;
+ WRITE_ONCE(*sync_addr, 0);
+
+ xe_exec_sync(gpu->fd, exec_queue, *batch_addr, &sync, 1);
+ if (READ_ONCE(*sync_addr) != EXEC_SYNC_VAL)
+ xe_wait_ufence(gpu->fd, (uint64_t *)sync_addr, EXEC_SYNC_VAL, exec_queue,
+ NSEC_PER_SEC * 10);
+}
+
+static void
+gpu_batch_create(struct xe_svm_gpu_info *gpu, uint32_t vm, uint32_t exec_queue,
+ uint64_t src_addr, uint64_t dst_addr,
+ uint32_t *batch_bo, uint64_t *batch_addr,
+ unsigned int flags, int op_type)
+{
+ switch (op_type) {
+ case ATOMIC:
+ atomic_batch_init(gpu->fd, vm, src_addr, batch_bo, batch_addr);
+ break;
+ case INIT:
+ batch_init(gpu->fd, vm, src_addr, dst_addr, SZ_4K, batch_bo, batch_addr);
+ break;
+ default:
+ igt_assert(!"Unknown batch op_type");
+ }
+}
+
static void
copy_src_dst(struct xe_svm_gpu_info *gpu1,
struct xe_svm_gpu_info *gpu2,
@@ -324,6 +429,87 @@ copy_src_dst(struct xe_svm_gpu_info *gpu1,
cleanup_vm_and_queue(gpu1, vm[0], exec_queue[0]);
}
+static void
+atomic_inc_op(struct xe_svm_gpu_info *gpu1,
+ struct xe_svm_gpu_info *gpu2,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags)
+{
+ uint64_t addr;
+ uint32_t vm[2];
+ uint32_t exec_queue[2];
+ uint32_t batch_bo[2];
+ struct test_exec_data *data;
+ uint64_t batch_addr[2];
+ void *copy_dst;
+ uint32_t final_value;
+
+ /* Skip if either GPU doesn't support faults */
+ if (mgpu_check_fault_support(gpu1, gpu2))
+ return;
+
+ create_vm_and_queue(gpu1, eci, &vm[0], &exec_queue[0]);
+ create_vm_and_queue(gpu2, eci, &vm[1], &exec_queue[1]);
+
+ data = aligned_alloc(SZ_2M, SZ_4K);
+ igt_assert(data);
+ data[0].vm_sync = 0;
+ addr = to_user_pointer(data);
+
+ copy_dst = aligned_alloc(SZ_2M, SZ_4K);
+ igt_assert(copy_dst);
+
+ WRITE_ONCE(*(uint64_t *)addr, ATOMIC_OP_VAL - 1);
+
+ /* GPU1: Atomic Batch create */
+ gpu_batch_create(gpu1, vm[0], exec_queue[0], addr, 0,
+ &batch_bo[0], &batch_addr[0], flags, ATOMIC);
+
+ /*GPU1: Madvise and Prefetch Ops */
+ gpu_madvise_exec_sync(gpu1, vm[0], exec_queue[0], addr, &batch_addr[0], flags, NULL);
+
+ /* GPU2 --> copy from GPU1 */
+ gpu_batch_create(gpu2, vm[1], exec_queue[1], addr, to_user_pointer(copy_dst),
+ &batch_bo[1], &batch_addr[1], flags, INIT);
+
+ /*GPU2: Madvise and Prefetch Ops */
+ gpu_madvise_exec_sync(gpu2, vm[1], exec_queue[1], to_user_pointer(copy_dst),
+ &batch_addr[1], flags, NULL);
+
+ /* NOW CPU can read copy_dst (GPU2 ATOMIC op) */
+ final_value = *(uint32_t *)copy_dst;
+ igt_assert_eq(final_value, ATOMIC_OP_VAL);
+
+ /* GPU2: Atomic Batch create */
+ gpu_batch_create(gpu2, vm[1], exec_queue[1], to_user_pointer(copy_dst), 0,
+ &batch_bo[1], &batch_addr[1], flags, ATOMIC);
+
+ /*GPU2: Madvise and Prefetch Ops */
+ gpu_madvise_exec_sync(gpu2, vm[1], exec_queue[1], to_user_pointer(copy_dst),
+ &batch_addr[1], flags, NULL);
+
+ /* GPU1 --> copy from GPU2 */
+ gpu_batch_create(gpu1, vm[0], exec_queue[0], to_user_pointer(copy_dst), addr,
+ &batch_bo[0], &batch_addr[0], flags, INIT);
+
+ /*GPU1: Madvise and Prefetch Ops */
+ gpu_madvise_exec_sync(gpu1, vm[0], exec_queue[1], addr, &batch_addr[0], flags, NULL);
+
+ /* NOW CPU can read addr (GPU1 ATOMIC op) */
+ final_value = *(uint32_t *)addr;
+ igt_assert_eq(final_value, ATOMIC_OP_VAL + 1);
+
+ munmap((void *)batch_addr[0], BATCH_SIZE(gpu1->fd));
+ munmap((void *)batch_addr[1], BATCH_SIZE(gpu2->fd));
+ batch_fini(gpu1->fd, vm[0], batch_bo[0], batch_addr[0]);
+ batch_fini(gpu2->fd, vm[1], batch_bo[1], batch_addr[1]);
+ free(data);
+ free(copy_dst);
+
+ cleanup_vm_and_queue(gpu1, vm[0], exec_queue[0]);
+ cleanup_vm_and_queue(gpu2, vm[1], exec_queue[1]);
+}
+
static void
gpu_mem_access_wrapper(struct xe_svm_gpu_info *src,
struct xe_svm_gpu_info *dst,
@@ -336,6 +522,18 @@ gpu_mem_access_wrapper(struct xe_svm_gpu_info *src,
copy_src_dst(src, dst, eci, flags);
}
+static void
+gpu_atomic_inc_wrapper(struct xe_svm_gpu_info *src,
+ struct xe_svm_gpu_info *dst,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags)
+{
+ igt_assert(src);
+ igt_assert(dst);
+
+ atomic_inc_op(src, dst, eci, flags);
+}
+
static void
test_mgpu_exec(int gpu_cnt, struct xe_svm_gpu_info *gpus,
struct drm_xe_engine_class_instance *eci,
@@ -343,6 +541,8 @@ test_mgpu_exec(int gpu_cnt, struct xe_svm_gpu_info *gpus,
{
if (flags & MULTIGPU_XGPU_ACCESS)
for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_mem_access_wrapper, flags);
+ if (flags & MULTIGPU_ATOMIC_OP)
+ for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_atomic_inc_wrapper, flags);
}
struct section {
@@ -365,6 +565,8 @@ int igt_main()
const struct section msections[] = {
{ "xgpu-access-basic", MULTIGPU_XGPU_ACCESS },
{ "xgpu-access-prefetch", MULTIGPU_PREFETCH | MULTIGPU_XGPU_ACCESS },
+ { "atomic-op-basic", MULTIGPU_ATOMIC_OP },
+ { "atomic-op-prefetch", MULTIGPU_PREFETCH | MULTIGPU_ATOMIC_OP },
{ NULL },
};
@@ -388,7 +590,7 @@ int igt_main()
}
}
- igt_describe("gpu-gpu write-read");
+ igt_describe("multigpu svm operations");
for (const struct section *s = msections; s->name; s++) {
igt_subtest_f("mgpu-%s", s->name)
test_mgpu_exec(gpu_cnt, gpus, &eci, s->flags);
--
2.48.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH i-g-t v13 06/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU coherency test
2026-01-05 3:59 [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs nishit.sharma
` (4 preceding siblings ...)
2026-01-05 3:59 ` [PATCH i-g-t v13 05/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU atomic operations nishit.sharma
@ 2026-01-05 3:59 ` nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 07/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU performance test nishit.sharma
` (8 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: nishit.sharma @ 2026-01-05 3:59 UTC (permalink / raw)
To: igt-dev, pravalika.gurram
From: Nishit Sharma <nishit.sharma@intel.com>
This test verifies memory coherency in a multi-GPU environment using SVM.
GPU 1 writes to a shared buffer, GPU 2 reads and checks for correct data
without explicit synchronization, and the test is repeated with CPU and
both GPUs to ensure consistent memory visibility across agents.
Signed-off-by: Nishit Sharma <nishit.sharma@intel.com>
Reviewed-by: Pravalika Gurram <pravalika.gurram@intel.com>
Acked-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
tests/intel/xe_multigpu_svm.c | 217 ++++++++++++++++++++++++++++++++++
1 file changed, 217 insertions(+)
diff --git a/tests/intel/xe_multigpu_svm.c b/tests/intel/xe_multigpu_svm.c
index c0556809c..288d23c3b 100644
--- a/tests/intel/xe_multigpu_svm.c
+++ b/tests/intel/xe_multigpu_svm.c
@@ -47,6 +47,26 @@
* Tests cross-GPU atomic increment operations with explicit memory prefetch
* to validate SVM atomic operations in multi-GPU config
*
+ * SUBTEST: mgpu-coherency-basic
+ * Description:
+ * Test basic cross-GPU memory coherency where one GPU writes data
+ * and another GPU reads to verify coherent memory access without prefetch
+ *
+ * SUBTEST: mgpu-coherency-fail-basic
+ * Description:
+ * Test concurrent write race conditions between GPUs to verify coherency
+ * behavior when multiple GPUs write to the same memory location without prefetch
+ *
+ * SUBTEST: mgpu-coherency-prefetch
+ * Description:
+ * Test cross-GPU memory coherency with explicit prefetch to validate
+ * coherent memory access and migration across GPUs
+ *
+ * SUBTEST: mgpu-coherency-fail-prefetch
+ * Description:
+ * Test concurrent write race conditions with prefetch to verify coherency
+ * behavior and memory migration when multiple GPUs compete for same location
+ *
*/
#define MAX_XE_REGIONS 8
@@ -57,14 +77,18 @@
#define EXEC_SYNC_VAL 0x676767
#define COPY_SIZE SZ_64M
#define ATOMIC_OP_VAL 56
+#define BATCH_VALUE 60
#define MULTIGPU_PREFETCH BIT(1)
#define MULTIGPU_XGPU_ACCESS BIT(2)
#define MULTIGPU_ATOMIC_OP BIT(3)
+#define MULTIGPU_COH_OP BIT(4)
+#define MULTIGPU_COH_FAIL BIT(5)
#define INIT 2
#define STORE 3
#define ATOMIC 4
+#define DWORD 5
struct xe_svm_gpu_info {
bool supports_faults;
@@ -105,6 +129,11 @@ static void gpu_atomic_inc_wrapper(struct xe_svm_gpu_info *src,
struct drm_xe_engine_class_instance *eci,
unsigned int flags);
+static void gpu_coherecy_test_wrapper(struct xe_svm_gpu_info *src,
+ struct xe_svm_gpu_info *dst,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags);
+
static void
create_vm_and_queue(struct xe_svm_gpu_info *gpu, struct drm_xe_engine_class_instance *eci,
uint32_t *vm, uint32_t *exec_queue)
@@ -221,6 +250,35 @@ atomic_batch_init(int fd, uint32_t vm, uint64_t src_addr,
*addr = batch_addr;
}
+static void
+store_dword_batch_init(int fd, uint32_t vm, uint64_t src_addr,
+ uint32_t *bo, uint64_t *addr, int value)
+{
+ uint32_t batch_bo_size = BATCH_SIZE(fd);
+ uint32_t batch_bo;
+ uint64_t batch_addr;
+ void *batch;
+ uint32_t *cmd;
+ int i = 0;
+
+ batch_bo = xe_bo_create(fd, vm, batch_bo_size, vram_if_possible(fd, 0), 0);
+ batch = xe_bo_map(fd, batch_bo, batch_bo_size);
+ cmd = (uint32_t *) batch;
+
+ cmd[i++] = MI_STORE_DWORD_IMM_GEN4;
+ cmd[i++] = src_addr;
+ cmd[i++] = src_addr >> 32;
+ cmd[i++] = value;
+ cmd[i++] = MI_BATCH_BUFFER_END;
+
+ batch_addr = to_user_pointer(batch);
+
+ /* Punch a gap in the SVM map where we map the batch_bo */
+ xe_vm_bind_lr_sync(fd, vm, batch_bo, 0, batch_addr, batch_bo_size, 0);
+ *bo = batch_bo;
+ *addr = batch_addr;
+}
+
static void batch_init(int fd, uint32_t vm, uint64_t src_addr,
uint64_t dst_addr, uint64_t copy_size,
uint32_t *bo, uint64_t *addr)
@@ -362,6 +420,9 @@ gpu_batch_create(struct xe_svm_gpu_info *gpu, uint32_t vm, uint32_t exec_queue,
case INIT:
batch_init(gpu->fd, vm, src_addr, dst_addr, SZ_4K, batch_bo, batch_addr);
break;
+ case DWORD:
+ store_dword_batch_init(gpu->fd, vm, src_addr, batch_bo, batch_addr, BATCH_VALUE);
+ break;
default:
igt_assert(!"Unknown batch op_type");
}
@@ -510,6 +571,143 @@ atomic_inc_op(struct xe_svm_gpu_info *gpu1,
cleanup_vm_and_queue(gpu2, vm[1], exec_queue[1]);
}
+static void
+coherency_test_multigpu(struct xe_svm_gpu_info *gpu1,
+ struct xe_svm_gpu_info *gpu2,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags)
+{
+ uint64_t addr;
+ uint32_t vm[2];
+ uint32_t exec_queue[2];
+ uint32_t batch_bo[2], batch1_bo[2];
+ uint64_t batch_addr[2], batch1_addr[2];
+ uint64_t *data1;
+ void *copy_dst;
+ uint32_t final_value;
+
+ /* Skip if either GPU doesn't support faults */
+ if (mgpu_check_fault_support(gpu1, gpu2))
+ return;
+
+ create_vm_and_queue(gpu1, eci, &vm[0], &exec_queue[0]);
+ create_vm_and_queue(gpu2, eci, &vm[1], &exec_queue[1]);
+
+ data1 = aligned_alloc(SZ_2M, SZ_4K);
+ igt_assert(data1);
+ addr = to_user_pointer(data1);
+
+ copy_dst = aligned_alloc(SZ_2M, SZ_4K);
+ igt_assert(copy_dst);
+
+ /* GPU1: Creating batch with predefined value */
+ gpu_batch_create(gpu1, vm[0], exec_queue[0], addr, 0,
+ &batch_bo[0], &batch_addr[0], flags, DWORD);
+
+ /*GPU1: Madvise and Prefetch Ops */
+ gpu_madvise_exec_sync(gpu1, vm[0], exec_queue[0], addr, &batch_addr[0],
+ flags, NULL);
+
+ /* GPU2 --> copy from GPU1 */
+ gpu_batch_create(gpu2, vm[1], exec_queue[1], addr, to_user_pointer(copy_dst),
+ &batch_bo[1], &batch_addr[1], flags, INIT);
+
+ /*GPU2: Madvise and Prefetch Ops */
+ gpu_madvise_exec_sync(gpu2, vm[1], exec_queue[1], to_user_pointer(copy_dst),
+ &batch_addr[1], flags, NULL);
+
+ /* verifying copy_dst (GPU2 INIT op) have correct value */
+ final_value = READ_ONCE(*(uint32_t *)copy_dst);
+ igt_assert_eq(final_value, BATCH_VALUE);
+
+ if (flags & MULTIGPU_COH_FAIL) {
+ struct drm_xe_sync sync0 = {}, sync1 = {};
+ uint64_t *result;
+ uint64_t coh_result;
+ uint64_t *sync_addr0, *sync_addr1;
+
+ igt_info("verifying concurrent write race\n");
+
+ WRITE_ONCE(*(uint64_t *)addr, 0);
+
+ store_dword_batch_init(gpu1->fd, vm[0], addr, &batch1_bo[0],
+ &batch1_addr[0], BATCH_VALUE + 10);
+ store_dword_batch_init(gpu2->fd, vm[1], addr, &batch1_bo[1],
+ &batch1_addr[1], BATCH_VALUE + 20);
+
+ /* Setup sync for GPU1 */
+ sync_addr0 = (void *)((char *)batch1_addr[0] + SZ_4K);
+ sync0.flags = DRM_XE_SYNC_FLAG_SIGNAL;
+ sync0.type = DRM_XE_SYNC_TYPE_USER_FENCE;
+ sync0.addr = to_user_pointer((uint64_t *)sync_addr0);
+ sync0.timeline_value = EXEC_SYNC_VAL;
+ WRITE_ONCE(*sync_addr0, 0);
+
+ /* Setup sync for GPU2 */
+ sync_addr1 = (void *)((char *)batch1_addr[1] + SZ_4K);
+ sync1.flags = DRM_XE_SYNC_FLAG_SIGNAL;
+ sync1.type = DRM_XE_SYNC_TYPE_USER_FENCE;
+ sync1.addr = to_user_pointer((uint64_t *)sync_addr1);
+ sync1.timeline_value = EXEC_SYNC_VAL;
+ WRITE_ONCE(*sync_addr1, 0);
+
+ /* Launch both concurrently - no wait between them */
+ xe_exec_sync(gpu1->fd, exec_queue[0], batch1_addr[0], &sync0, 1);
+ xe_exec_sync(gpu2->fd, exec_queue[1], batch1_addr[1], &sync1, 1);
+
+ /* Wait for both ops to complete */
+ if (READ_ONCE(*sync_addr0) != EXEC_SYNC_VAL)
+ xe_wait_ufence(gpu1->fd, (uint64_t *)sync_addr0, EXEC_SYNC_VAL,
+ exec_queue[0], NSEC_PER_SEC * 10);
+ if (READ_ONCE(*sync_addr1) != EXEC_SYNC_VAL)
+ xe_wait_ufence(gpu2->fd, (uint64_t *)sync_addr1, EXEC_SYNC_VAL,
+ exec_queue[1], NSEC_PER_SEC * 10);
+
+ /* Create result buffer for GPU to copy the final value */
+ result = aligned_alloc(SZ_2M, SZ_4K);
+ igt_assert(result);
+ WRITE_ONCE(*result, 0xDEADBEEF); // Initialize with known pattern
+
+ /* GPU2 --> copy from addr */
+ gpu_batch_create(gpu2, vm[1], exec_queue[1], addr, to_user_pointer(result),
+ &batch_bo[1], &batch_addr[1], flags, INIT);
+
+ /*GPU2: Madvise and Prefetch Ops */
+ gpu_madvise_exec_sync(gpu2, vm[1], exec_queue[1], to_user_pointer(result),
+ &batch_addr[1], flags, NULL);
+
+ /* Check which write won (or if we got a mix) */
+ coh_result = READ_ONCE(*result);
+
+ if (coh_result == (BATCH_VALUE + 10))
+ igt_info("GPU1's write won the race\n");
+ else if (coh_result == (BATCH_VALUE + 20))
+ igt_info("GPU2's write won the race\n");
+ else if (coh_result == 0)
+ igt_warn("Both writes failed - coherency issue\n");
+ else
+ igt_warn("Unexpected value 0x%lx - possible coherency corruption\n",
+ coh_result);
+
+ munmap((void *)batch1_addr[0], BATCH_SIZE(gpu1->fd));
+ munmap((void *)batch1_addr[1], BATCH_SIZE(gpu2->fd));
+
+ batch_fini(gpu1->fd, vm[0], batch1_bo[0], batch1_addr[0]);
+ batch_fini(gpu2->fd, vm[1], batch1_bo[1], batch1_addr[1]);
+ free(result);
+ }
+
+ munmap((void *)batch_addr[0], BATCH_SIZE(gpu1->fd));
+ munmap((void *)batch_addr[1], BATCH_SIZE(gpu2->fd));
+ batch_fini(gpu1->fd, vm[0], batch_bo[0], batch_addr[0]);
+ batch_fini(gpu2->fd, vm[1], batch_bo[1], batch_addr[1]);
+ free(data1);
+ free(copy_dst);
+
+ cleanup_vm_and_queue(gpu1, vm[0], exec_queue[0]);
+ cleanup_vm_and_queue(gpu2, vm[1], exec_queue[1]);
+}
+
static void
gpu_mem_access_wrapper(struct xe_svm_gpu_info *src,
struct xe_svm_gpu_info *dst,
@@ -534,6 +732,18 @@ gpu_atomic_inc_wrapper(struct xe_svm_gpu_info *src,
atomic_inc_op(src, dst, eci, flags);
}
+static void
+gpu_coherecy_test_wrapper(struct xe_svm_gpu_info *src,
+ struct xe_svm_gpu_info *dst,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags)
+{
+ igt_assert(src);
+ igt_assert(dst);
+
+ coherency_test_multigpu(src, dst, eci, flags);
+}
+
static void
test_mgpu_exec(int gpu_cnt, struct xe_svm_gpu_info *gpus,
struct drm_xe_engine_class_instance *eci,
@@ -543,6 +753,8 @@ test_mgpu_exec(int gpu_cnt, struct xe_svm_gpu_info *gpus,
for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_mem_access_wrapper, flags);
if (flags & MULTIGPU_ATOMIC_OP)
for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_atomic_inc_wrapper, flags);
+ if (flags & MULTIGPU_COH_OP)
+ for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_coherecy_test_wrapper, flags);
}
struct section {
@@ -567,6 +779,11 @@ int igt_main()
{ "xgpu-access-prefetch", MULTIGPU_PREFETCH | MULTIGPU_XGPU_ACCESS },
{ "atomic-op-basic", MULTIGPU_ATOMIC_OP },
{ "atomic-op-prefetch", MULTIGPU_PREFETCH | MULTIGPU_ATOMIC_OP },
+ { "coherency-basic", MULTIGPU_COH_OP },
+ { "coherency-fail-basic", MULTIGPU_COH_OP | MULTIGPU_COH_FAIL },
+ { "coherency-prefetch", MULTIGPU_PREFETCH | MULTIGPU_COH_OP },
+ { "coherency-fail-prefetch",
+ MULTIGPU_PREFETCH | MULTIGPU_COH_OP | MULTIGPU_COH_FAIL},
{ NULL },
};
--
2.48.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH i-g-t v13 07/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU performance test
2026-01-05 3:59 [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs nishit.sharma
` (5 preceding siblings ...)
2026-01-05 3:59 ` [PATCH i-g-t v13 06/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU coherency test nishit.sharma
@ 2026-01-05 3:59 ` nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 08/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU fault handling test nishit.sharma
` (7 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: nishit.sharma @ 2026-01-05 3:59 UTC (permalink / raw)
To: igt-dev, pravalika.gurram
From: Nishit Sharma <nishit.sharma@intel.com>
This test measures latency and bandwidth for buffer access from each GPU
and the CPU in a multi-GPU SVM environment. It compares performance for
local versus remote access using madvise and prefetch to control buffer
placement
Signed-off-by: Nishit Sharma <nishit.sharma@intel.com>
Reviewed-by: Pravalika Gurram <pravalika.gurram@intel.com>
Acked-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
tests/intel/xe_multigpu_svm.c | 246 +++++++++++++++++++++++++++++++++-
1 file changed, 244 insertions(+), 2 deletions(-)
diff --git a/tests/intel/xe_multigpu_svm.c b/tests/intel/xe_multigpu_svm.c
index 288d23c3b..903ac636b 100644
--- a/tests/intel/xe_multigpu_svm.c
+++ b/tests/intel/xe_multigpu_svm.c
@@ -13,6 +13,8 @@
#include "intel_mocs.h"
#include "intel_reg.h"
+#include "time.h"
+
#include "xe/xe_ioctl.h"
#include "xe/xe_query.h"
#include "xe/xe_util.h"
@@ -67,6 +69,26 @@
* Test concurrent write race conditions with prefetch to verify coherency
* behavior and memory migration when multiple GPUs compete for same location
*
+ * SUBTEST: mgpu-latency-basic
+ * Description:
+ * Measure basic cross-GPU memory access latency where one GPU writes
+ * and another GPU reads without prefetch to evaluate remote access overhead
+ *
+ * SUBTEST: mgpu-latency-prefetch
+ * Description:
+ * Measure cross-GPU memory access latency with explicit prefetch to
+ * evaluate memory migration overhead and local access performance
+ *
+ * SUBTEST: mgpu-latency-copy-basic
+ * Description:
+ * Measure latency of cross-GPU memory copy operations where one GPU
+ * copies data from another GPU's memory without prefetch
+ *
+ * SUBTEST: mgpu-latency-copy-prefetch
+ * Description:
+ * Measure latency of cross-GPU memory copy operations with prefetch
+ * to evaluate copy performance with memory migration to local VRAM
+ *
*/
#define MAX_XE_REGIONS 8
@@ -84,6 +106,8 @@
#define MULTIGPU_ATOMIC_OP BIT(3)
#define MULTIGPU_COH_OP BIT(4)
#define MULTIGPU_COH_FAIL BIT(5)
+#define MULTIGPU_PERF_OP BIT(6)
+#define MULTIGPU_PERF_REM_COPY BIT(7)
#define INIT 2
#define STORE 3
@@ -134,6 +158,11 @@ static void gpu_coherecy_test_wrapper(struct xe_svm_gpu_info *src,
struct drm_xe_engine_class_instance *eci,
unsigned int flags);
+static void gpu_latency_test_wrapper(struct xe_svm_gpu_info *src,
+ struct xe_svm_gpu_info *dst,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags);
+
static void
create_vm_and_queue(struct xe_svm_gpu_info *gpu, struct drm_xe_engine_class_instance *eci,
uint32_t *vm, uint32_t *exec_queue)
@@ -223,6 +252,11 @@ static void for_each_gpu_pair(int num_gpus, struct xe_svm_gpu_info *gpus,
static void open_pagemaps(int fd, struct xe_svm_gpu_info *info);
+static double time_diff(struct timespec *start, struct timespec *end)
+{
+ return (end->tv_sec - start->tv_sec) + (end->tv_nsec - start->tv_nsec) / 1e9;
+}
+
static void
atomic_batch_init(int fd, uint32_t vm, uint64_t src_addr,
uint32_t *bo, uint64_t *addr)
@@ -379,12 +413,46 @@ mgpu_check_fault_support(struct xe_svm_gpu_info *gpu1,
return ret;
}
+static void
+store_dword_batch_init_1k(int fd, uint32_t vm, uint64_t src_addr,
+ uint32_t *bo, uint64_t *addr, int value)
+{
+ int max_cmds = (4096 - sizeof(uint32_t)) / 16;
+ uint32_t batch_bo_size = BATCH_SIZE(fd);
+ uint32_t batch_bo;
+ uint64_t batch_addr;
+ void *batch;
+ uint32_t *cmd;
+ int i = 0;
+
+ batch_bo = xe_bo_create(fd, vm, batch_bo_size, vram_if_possible(fd, 0), 0);
+ batch = xe_bo_map(fd, batch_bo, batch_bo_size);
+ cmd = (uint32_t *)batch;
+
+ for (int j = 0; j < max_cmds; j++) {
+ uint64_t offset = src_addr + j * 4;
+
+ cmd[i++] = MI_STORE_DWORD_IMM_GEN4;
+ cmd[i++] = offset;
+ cmd[i++] = offset >> 32;
+ cmd[i++] = value;
+ }
+ cmd[i++] = MI_BATCH_BUFFER_END;
+
+ batch_addr = to_user_pointer(batch);
+
+ xe_vm_bind_lr_sync(fd, vm, batch_bo, 0, batch_addr, batch_bo_size, 0);
+ *bo = batch_bo;
+ *addr = batch_addr;
+}
+
static void
gpu_madvise_exec_sync(struct xe_svm_gpu_info *gpu, uint32_t vm, uint32_t exec_queue,
uint64_t dst_addr, uint64_t *batch_addr, unsigned int flags,
- void *perf)
+ double *perf)
{
struct drm_xe_sync sync = {};
+ struct timespec t_start, t_end;
uint64_t *sync_addr;
xe_multigpu_madvise(gpu->fd, vm, dst_addr, SZ_4K, 0,
@@ -401,10 +469,19 @@ gpu_madvise_exec_sync(struct xe_svm_gpu_info *gpu, uint32_t vm, uint32_t exec_qu
sync.timeline_value = EXEC_SYNC_VAL;
WRITE_ONCE(*sync_addr, 0);
+ if (flags & MULTIGPU_PERF_OP)
+ clock_gettime(CLOCK_MONOTONIC, &t_start);
+
xe_exec_sync(gpu->fd, exec_queue, *batch_addr, &sync, 1);
if (READ_ONCE(*sync_addr) != EXEC_SYNC_VAL)
xe_wait_ufence(gpu->fd, (uint64_t *)sync_addr, EXEC_SYNC_VAL, exec_queue,
NSEC_PER_SEC * 10);
+
+ if (flags & MULTIGPU_PERF_OP) {
+ clock_gettime(CLOCK_MONOTONIC, &t_end);
+ if (perf)
+ *perf = time_diff(&t_start, &t_end);
+ }
}
static void
@@ -421,7 +498,12 @@ gpu_batch_create(struct xe_svm_gpu_info *gpu, uint32_t vm, uint32_t exec_queue,
batch_init(gpu->fd, vm, src_addr, dst_addr, SZ_4K, batch_bo, batch_addr);
break;
case DWORD:
- store_dword_batch_init(gpu->fd, vm, src_addr, batch_bo, batch_addr, BATCH_VALUE);
+ if (flags & MULTIGPU_PERF_OP) {
+ store_dword_batch_init_1k(gpu->fd, vm, src_addr, batch_bo,
+ batch_addr, BATCH_VALUE);
+ } else
+ store_dword_batch_init(gpu->fd, vm, src_addr, batch_bo,
+ batch_addr, BATCH_VALUE);
break;
default:
igt_assert(!"Unknown batch op_type");
@@ -708,6 +790,146 @@ coherency_test_multigpu(struct xe_svm_gpu_info *gpu1,
cleanup_vm_and_queue(gpu2, vm[1], exec_queue[1]);
}
+static void
+latency_test_multigpu(struct xe_svm_gpu_info *gpu1,
+ struct xe_svm_gpu_info *gpu2,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags)
+{
+ uint64_t addr;
+ uint32_t vm[2];
+ uint32_t exec_queue[2];
+ uint32_t batch_bo[2];
+ uint8_t *copy_dst;
+ uint64_t batch_addr[2];
+ struct test_exec_data *data;
+ double gpu1_latency, gpu2_latency;
+ double gpu1_bw, gpu2_bw;
+ uint32_t final_value;
+
+ /* Skip if either GPU doesn't support faults */
+ if (mgpu_check_fault_support(gpu1, gpu2))
+ return;
+
+ create_vm_and_queue(gpu1, eci, &vm[0], &exec_queue[0]);
+ create_vm_and_queue(gpu2, eci, &vm[1], &exec_queue[1]);
+
+ data = aligned_alloc(SZ_2M, SZ_4K);
+ igt_assert(data);
+ data[0].vm_sync = 0;
+ addr = to_user_pointer(data);
+
+ copy_dst = aligned_alloc(SZ_2M, SZ_4K);
+ igt_assert(copy_dst);
+
+ /* GPU1: Creating batch with predefined value */
+ gpu_batch_create(gpu1, vm[0], exec_queue[0], addr, 0,
+ &batch_bo[0], &batch_addr[0], flags, DWORD);
+
+ /*GPU1: Madvise and Prefetch Ops */
+ gpu_madvise_exec_sync(gpu1, vm[0], exec_queue[0], addr, &batch_addr[0],
+ flags, &gpu1_latency);
+
+ gpu1_bw = (SZ_1K / (gpu1_latency / 1e9)) / (1024.0 * 1024.0); //Written 1k
+
+ igt_info("GPU1 write with %s: Latency %.3f us, Bandwidth %.2f MB/s\n",
+ (flags & MULTIGPU_PREFETCH) ? "prefetch" : "noprefetch",
+ gpu1_latency / 1000.0, gpu1_bw);
+
+ /* Validate GPU1 performance */
+ if (flags & MULTIGPU_PREFETCH) {
+ if (gpu1_latency / 1000.0 > 5.0)
+ igt_warn("GPU1 write with prefetch slower than expected (%.3f us > 5us)\n",
+ gpu1_latency / 1000.0);
+ }
+
+ if (flags & MULTIGPU_PERF_REM_COPY) {
+ /*GPU2: Copy data from addr (written by GPU1) to its own buffer (copy_dst) */
+ gpu_batch_create(gpu2, vm[1], exec_queue[1], addr, to_user_pointer(copy_dst),
+ &batch_bo[1], &batch_addr[1], flags, INIT);
+
+ /*GPU2: Madvise and Prefetch Ops */
+ gpu_madvise_exec_sync(gpu2, vm[1], exec_queue[1], to_user_pointer(copy_dst),
+ &batch_addr[1], flags, &gpu2_latency);
+
+ gpu2_bw = (SZ_1K / (gpu2_latency / 1e9)) / (1024.0 * 1024.0);
+ final_value = *(uint32_t *)copy_dst;
+ igt_assert_eq(final_value, BATCH_VALUE);
+ } else {
+ /* GPU1 --> Creating batch with value and executing STORE op */
+ gpu_batch_create(gpu1, vm[0], exec_queue[0], addr, 0,
+ &batch_bo[0], &batch_addr[0], flags, DWORD);
+
+ /*GPU1: Madvise and Prefetch Ops */
+ gpu_madvise_exec_sync(gpu1, vm[0], exec_queue[0], addr, &batch_addr[0],
+ flags, &gpu1_latency);
+
+ /*GPU2: Copy data from addr (written by GPU1) to its own buffer (copy_dst) */
+ gpu_batch_create(gpu2, vm[1], exec_queue[1], addr, to_user_pointer(copy_dst),
+ &batch_bo[1], &batch_addr[1], flags, INIT);
+
+ /*GPU2: Madvise and Prefetch Ops */
+ gpu_madvise_exec_sync(gpu2, vm[1], exec_queue[1], to_user_pointer(copy_dst),
+ &batch_addr[1], flags, &gpu2_latency);
+
+ gpu2_latency += gpu1_latency;
+ gpu2_bw = (SZ_1K / (gpu2_latency / 1e9)) / (1024.0 * 1024.0);
+ final_value = READ_ONCE(*(uint32_t *)copy_dst);
+ igt_assert_eq(final_value, BATCH_VALUE);
+ }
+
+ igt_info("GPU2 %s copy: Latency %.3f us, Bandwidth %.2f MB/s\n",
+ (flags & MULTIGPU_PERF_REM_COPY) ? "remote" : "local",
+ gpu2_latency / 1000.0, gpu2_bw);
+
+ /* Validate GPU2 performance based on scenario */
+ if (flags & MULTIGPU_PERF_REM_COPY) {
+ if (flags & MULTIGPU_PREFETCH) {
+ /* Remote copy with prefetch: expect 0.2-1us */
+ if (gpu2_latency / 1000.0 > 1.0)
+ igt_warn("GPU2 remote copy with prefetch slower than expected (%.3f us > 1us)\n",
+ gpu2_latency / 1000.0);
+ } else {
+ /* Remote copy without prefetch: expect 1-4us */
+ if (gpu2_latency / 1000.0 > 10.0)
+ igt_warn("GPU2 P2P remote copy is very slow (%.3f us > 10us)\n",
+ gpu2_latency / 1000.0);
+ }
+ } else {
+ if (flags & MULTIGPU_PREFETCH) {
+ /* Local write with prefetch: expect 0.1-0.5us */
+ if (gpu2_latency / 1000.0 > 1.0)
+ igt_warn("GPU2 local write with prefetch slower than expected (%.3f us > 1us)\n",
+ gpu2_latency / 1000.0);
+ }
+ }
+
+ /* Bandwidth comparison */
+ if (gpu2_bw > gpu1_bw)
+ igt_info("GPU2 has %.2fx better bandwidth than GPU1\n", gpu2_bw / gpu1_bw);
+ else
+ igt_info("GPU1 has %.2fx better bandwidth than GPU2\n", gpu1_bw / gpu2_bw);
+
+ /* Overall prefetch effectiveness check */
+ if (flags & MULTIGPU_PREFETCH) {
+ if ((gpu1_latency / 1000.0) < 5.0 && (gpu2_latency / 1000.0) < 5.0)
+ igt_info("Prefetch providing expected performance benefit\n");
+ else
+ igt_warn("Prefetch not providing expected performance benefit\n");
+ }
+
+ munmap((void *)batch_addr[0], BATCH_SIZE(gpu1->fd));
+ munmap((void *)batch_addr[1], BATCH_SIZE(gpu2->fd));
+
+ batch_fini(gpu1->fd, vm[0], batch_bo[0], batch_addr[0]);
+ batch_fini(gpu2->fd, vm[1], batch_bo[1], batch_addr[1]);
+ free(data);
+ free(copy_dst);
+
+ cleanup_vm_and_queue(gpu1, vm[0], exec_queue[0]);
+ cleanup_vm_and_queue(gpu2, vm[1], exec_queue[1]);
+}
+
static void
gpu_mem_access_wrapper(struct xe_svm_gpu_info *src,
struct xe_svm_gpu_info *dst,
@@ -744,6 +966,18 @@ gpu_coherecy_test_wrapper(struct xe_svm_gpu_info *src,
coherency_test_multigpu(src, dst, eci, flags);
}
+static void
+gpu_latency_test_wrapper(struct xe_svm_gpu_info *src,
+ struct xe_svm_gpu_info *dst,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags)
+{
+ igt_assert(src);
+ igt_assert(dst);
+
+ latency_test_multigpu(src, dst, eci, flags);
+}
+
static void
test_mgpu_exec(int gpu_cnt, struct xe_svm_gpu_info *gpus,
struct drm_xe_engine_class_instance *eci,
@@ -755,6 +989,8 @@ test_mgpu_exec(int gpu_cnt, struct xe_svm_gpu_info *gpus,
for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_atomic_inc_wrapper, flags);
if (flags & MULTIGPU_COH_OP)
for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_coherecy_test_wrapper, flags);
+ if (flags & MULTIGPU_PERF_OP)
+ for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_latency_test_wrapper, flags);
}
struct section {
@@ -784,6 +1020,12 @@ int igt_main()
{ "coherency-prefetch", MULTIGPU_PREFETCH | MULTIGPU_COH_OP },
{ "coherency-fail-prefetch",
MULTIGPU_PREFETCH | MULTIGPU_COH_OP | MULTIGPU_COH_FAIL},
+ { "latency-basic", MULTIGPU_PERF_OP },
+ { "latency-copy-basic",
+ MULTIGPU_PERF_OP | MULTIGPU_PERF_REM_COPY },
+ { "latency-prefetch", MULTIGPU_PREFETCH | MULTIGPU_PERF_OP },
+ { "latency-copy-prefetch",
+ MULTIGPU_PREFETCH | MULTIGPU_PERF_OP | MULTIGPU_PERF_REM_COPY },
{ NULL },
};
--
2.48.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH i-g-t v13 08/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU fault handling test
2026-01-05 3:59 [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs nishit.sharma
` (6 preceding siblings ...)
2026-01-05 3:59 ` [PATCH i-g-t v13 07/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU performance test nishit.sharma
@ 2026-01-05 3:59 ` nishit.sharma
2026-01-05 8:36 ` Ch, Sai Gowtham
2026-01-05 3:59 ` [PATCH i-g-t v13 09/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU simultaneous access test nishit.sharma
` (6 subsequent siblings)
14 siblings, 1 reply; 19+ messages in thread
From: nishit.sharma @ 2026-01-05 3:59 UTC (permalink / raw)
To: igt-dev, pravalika.gurram
From: Nishit Sharma <nishit.sharma@intel.com>
This test intentionally triggers page faults by accessing regions without
prefetch for both GPUs in a multi-GPU environment.
Signed-off-by: Nishit Sharma <nishit.sharma@intel.com>
Reviewed-by: Pravalika Gurram <pravalika.gurram@intel.com>
Acked-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
tests/intel/xe_multigpu_svm.c | 143 ++++++++++++++++++++++++++++++++++
1 file changed, 143 insertions(+)
diff --git a/tests/intel/xe_multigpu_svm.c b/tests/intel/xe_multigpu_svm.c
index 903ac636b..f0a9a8f3c 100644
--- a/tests/intel/xe_multigpu_svm.c
+++ b/tests/intel/xe_multigpu_svm.c
@@ -15,6 +15,7 @@
#include "time.h"
+#include "xe/xe_gt.h"
#include "xe/xe_ioctl.h"
#include "xe/xe_query.h"
#include "xe/xe_util.h"
@@ -89,6 +90,17 @@
* Measure latency of cross-GPU memory copy operations with prefetch
* to evaluate copy performance with memory migration to local VRAM
*
+ * SUBTEST: mgpu-pagefault-basic
+ * Description:
+ * Test cross-GPU page fault handling where one GPU writes to memory
+ * and another GPU reads, triggering page faults without prefetch to
+ * validate on-demand page migration across GPUs
+ *
+ * SUBTEST: mgpu-pagefault-prefetch
+ * Description:
+ * Test cross-GPU memory access with prefetch to verify page fault
+ * suppression when memory is pre-migrated to target GPU's VRAM
+ *
*/
#define MAX_XE_REGIONS 8
@@ -108,6 +120,7 @@
#define MULTIGPU_COH_FAIL BIT(5)
#define MULTIGPU_PERF_OP BIT(6)
#define MULTIGPU_PERF_REM_COPY BIT(7)
+#define MULTIGPU_PFAULT_OP BIT(8)
#define INIT 2
#define STORE 3
@@ -163,6 +176,11 @@ static void gpu_latency_test_wrapper(struct xe_svm_gpu_info *src,
struct drm_xe_engine_class_instance *eci,
unsigned int flags);
+static void gpu_fault_test_wrapper(struct xe_svm_gpu_info *src,
+ struct xe_svm_gpu_info *dst,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags);
+
static void
create_vm_and_queue(struct xe_svm_gpu_info *gpu, struct drm_xe_engine_class_instance *eci,
uint32_t *vm, uint32_t *exec_queue)
@@ -930,6 +948,115 @@ latency_test_multigpu(struct xe_svm_gpu_info *gpu1,
cleanup_vm_and_queue(gpu2, vm[1], exec_queue[1]);
}
+static void
+pagefault_test_multigpu(struct xe_svm_gpu_info *gpu1,
+ struct xe_svm_gpu_info *gpu2,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags)
+{
+ uint64_t addr;
+ uint64_t addr1;
+ uint32_t vm[2];
+ uint32_t exec_queue[2];
+ uint32_t batch_bo[2];
+ uint64_t batch_addr[2];
+ struct drm_xe_sync sync = {};
+ uint64_t *sync_addr;
+ void *data, *verify_result;
+ const char *pf_count_stat = "svm_pagefault_count";
+ int pf_count_gpu1_before, pf_count_gpu1_after;
+ int pf_count_gpu2_before, pf_count_gpu2_after;
+ bool prefetch_req = flags & MULTIGPU_PREFETCH;
+
+ /* Skip if either GPU doesn't support faults */
+ if (mgpu_check_fault_support(gpu1, gpu2))
+ return;
+
+ create_vm_and_queue(gpu1, eci, &vm[0], &exec_queue[0]);
+ create_vm_and_queue(gpu2, eci, &vm[1], &exec_queue[1]);
+
+ data = aligned_alloc(SZ_2M, SZ_4K);
+ igt_assert(data);
+ memset(data, 0, SZ_4K);
+ addr = to_user_pointer(data);
+
+ /* Allocate verification buffer for GPU2 to copy into */
+ verify_result = aligned_alloc(SZ_2M, SZ_4K);
+ igt_assert(verify_result);
+ addr1 = to_user_pointer(verify_result);
+
+ /* === Phase 1: GPU1 writes to addr === */
+ pf_count_gpu1_before = xe_gt_stats_get_count(gpu1->fd, eci->gt_id, pf_count_stat);
+
+ /* GPU1 --> Creating batch with value and executing STORE op */
+ gpu_batch_create(gpu1, vm[0], exec_queue[0], addr, 0,
+ &batch_bo[0], &batch_addr[0], flags, DWORD);
+
+ /*GPU1: Madvise and Prefetch Ops */
+ gpu_madvise_exec_sync(gpu1, vm[0], exec_queue[0], addr, &batch_addr[0], flags, NULL);
+
+ pf_count_gpu1_after = xe_gt_stats_get_count(gpu1->fd, eci->gt_id, pf_count_stat);
+
+ if (prefetch_req) {
+ /* With prefetch: expect NO page faults */
+ igt_assert_eq(pf_count_gpu1_after, pf_count_gpu1_before);
+ igt_info("GPU1 write with prefetch: No page faults (as expected)\n");
+ } else {
+ /* Without prefetch: expect page faults */
+ igt_warn_on_f(pf_count_gpu1_after > pf_count_gpu1_before,
+ "%d page faults generated on GPU1\n",
+ pf_count_gpu1_after - pf_count_gpu1_before);
+ igt_info("GPU1 write without prefetch: %d page faults\n",
+ pf_count_gpu1_after - pf_count_gpu1_before);
+ }
+
+ /* === Phase 2: GPU2 reads from addr (cross-GPU access) === */
+ pf_count_gpu2_before = xe_gt_stats_get_count(gpu2->fd, eci->gt_id, pf_count_stat);
+
+ /* GPU2 --> Create batch for GPU2 to copy from addr (GPU1's memory) to verify_result */
+ gpu_batch_create(gpu2, vm[1], exec_queue[1], addr, addr1,
+ &batch_bo[1], &batch_addr[1], flags, INIT);
+
+ /* Prefetch src buffer (addr) to avoid page faults */
+ xe_multigpu_madvise(gpu2->fd, vm[1], addr, SZ_4K, 0,
+ DRM_XE_MEM_RANGE_ATTR_PREFERRED_LOC,
+ gpu2->fd, 0, gpu2->vram_regions[0], exec_queue[1]);
+
+ setup_sync(&sync, &sync_addr, BIND_SYNC_VAL);
+ xe_multigpu_prefetch(gpu2->fd, vm[1], addr, SZ_4K, &sync,
+ sync_addr, exec_queue[1], flags);
+
+ free(sync_addr);
+
+ /*GPU2: Madvise and Prefetch Ops */
+ gpu_madvise_exec_sync(gpu2, vm[1], exec_queue[1], addr1, &batch_addr[1], flags, NULL);
+
+ pf_count_gpu2_after = xe_gt_stats_get_count(gpu2->fd, eci->gt_id, pf_count_stat);
+
+ if (prefetch_req) {
+ /* With prefetch: expect NO page faults on GPU2 */
+ igt_assert_eq(pf_count_gpu2_after, pf_count_gpu2_before);
+ igt_info("GPU2 cross-GPU read with prefetch: No page faults (as expected)\n");
+ } else {
+ /* Without prefetch: expect cross-GPU page faults */
+ igt_warn_on_f(pf_count_gpu2_after > pf_count_gpu2_before,
+ "%d page faults generated on GPU2\n",
+ pf_count_gpu2_after - pf_count_gpu2_before);
+ igt_info("GPU2 cross-GPU read without prefetch: %d page faults\n",
+ pf_count_gpu2_after - pf_count_gpu2_before);
+ }
+
+ munmap((void *)batch_addr[0], BATCH_SIZE(gpu1->fd));
+ munmap((void *)batch_addr[1], BATCH_SIZE(gpu2->fd));
+ batch_fini(gpu1->fd, vm[0], batch_bo[0], batch_addr[0]);
+ batch_fini(gpu2->fd, vm[1], batch_bo[1], batch_addr[0]);
+ free(data);
+ free(verify_result);
+
+ cleanup_vm_and_queue(gpu1, vm[0], exec_queue[0]);
+ cleanup_vm_and_queue(gpu2, vm[1], exec_queue[1]);
+}
+
static void
gpu_mem_access_wrapper(struct xe_svm_gpu_info *src,
struct xe_svm_gpu_info *dst,
@@ -978,6 +1105,18 @@ gpu_latency_test_wrapper(struct xe_svm_gpu_info *src,
latency_test_multigpu(src, dst, eci, flags);
}
+static void
+gpu_fault_test_wrapper(struct xe_svm_gpu_info *src,
+ struct xe_svm_gpu_info *dst,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags)
+{
+ igt_assert(src);
+ igt_assert(dst);
+
+ pagefault_test_multigpu(src, dst, eci, flags);
+}
+
static void
test_mgpu_exec(int gpu_cnt, struct xe_svm_gpu_info *gpus,
struct drm_xe_engine_class_instance *eci,
@@ -991,6 +1130,8 @@ test_mgpu_exec(int gpu_cnt, struct xe_svm_gpu_info *gpus,
for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_coherecy_test_wrapper, flags);
if (flags & MULTIGPU_PERF_OP)
for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_latency_test_wrapper, flags);
+ if (flags & MULTIGPU_PFAULT_OP)
+ for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_fault_test_wrapper, flags);
}
struct section {
@@ -1026,6 +1167,8 @@ int igt_main()
{ "latency-prefetch", MULTIGPU_PREFETCH | MULTIGPU_PERF_OP },
{ "latency-copy-prefetch",
MULTIGPU_PREFETCH | MULTIGPU_PERF_OP | MULTIGPU_PERF_REM_COPY },
+ { "pagefault-basic", MULTIGPU_PFAULT_OP },
+ { "pagefault-prefetch", MULTIGPU_PREFETCH | MULTIGPU_PFAULT_OP },
{ NULL },
};
--
2.48.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH i-g-t v13 09/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU simultaneous access test
2026-01-05 3:59 [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs nishit.sharma
` (7 preceding siblings ...)
2026-01-05 3:59 ` [PATCH i-g-t v13 08/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU fault handling test nishit.sharma
@ 2026-01-05 3:59 ` nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 10/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU conflicting madvise test nishit.sharma
` (5 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: nishit.sharma @ 2026-01-05 3:59 UTC (permalink / raw)
To: igt-dev, pravalika.gurram
From: Nishit Sharma <nishit.sharma@intel.com>
This test launches atomic increment workloads on two GPUs in parallel,
both accessing the same SVM buffer. It verifies that concurrent atomic
operations from multiple GPUs produce the expected result, ensuring data
integrity and the absence of race conditions in a
multi-GPU SVM environment.
Signed-off-by: Nishit Sharma <nishit.sharma@intel.com>
Reviewed-by: Pravalika Gurram <pravalika.gurram@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
tests/intel/xe_multigpu_svm.c | 193 ++++++++++++++++++++++++++++++++++
1 file changed, 193 insertions(+)
diff --git a/tests/intel/xe_multigpu_svm.c b/tests/intel/xe_multigpu_svm.c
index f0a9a8f3c..08414ace5 100644
--- a/tests/intel/xe_multigpu_svm.c
+++ b/tests/intel/xe_multigpu_svm.c
@@ -13,6 +13,7 @@
#include "intel_mocs.h"
#include "intel_reg.h"
+#include "intel_gpu_commands.h"
#include "time.h"
#include "xe/xe_gt.h"
@@ -101,6 +102,17 @@
* Test cross-GPU memory access with prefetch to verify page fault
* suppression when memory is pre-migrated to target GPU's VRAM
*
+ * SUBTEST: mgpu-concurrent-access-basic
+ * Description:
+ * Test concurrent atomic memory operations where multiple GPUs
+ * simultaneously access and modify the same memory location without
+ * prefetch to validate cross-GPU coherency and synchronization
+ *
+ * SUBTEST: mgpu-concurrent-access-prefetch
+ * Description:
+ * Test concurrent atomic memory operations with prefetch where
+ * multiple GPUs simultaneously access shared memory to validate
+ * coherency with memory migration and local VRAM access
*/
#define MAX_XE_REGIONS 8
@@ -112,6 +124,7 @@
#define COPY_SIZE SZ_64M
#define ATOMIC_OP_VAL 56
#define BATCH_VALUE 60
+#define NUM_ITER 200
#define MULTIGPU_PREFETCH BIT(1)
#define MULTIGPU_XGPU_ACCESS BIT(2)
@@ -121,6 +134,7 @@
#define MULTIGPU_PERF_OP BIT(6)
#define MULTIGPU_PERF_REM_COPY BIT(7)
#define MULTIGPU_PFAULT_OP BIT(8)
+#define MULTIGPU_CONC_ACCESS BIT(9)
#define INIT 2
#define STORE 3
@@ -181,6 +195,11 @@ static void gpu_fault_test_wrapper(struct xe_svm_gpu_info *src,
struct drm_xe_engine_class_instance *eci,
unsigned int flags);
+static void gpu_simult_test_wrapper(struct xe_svm_gpu_info *src,
+ struct xe_svm_gpu_info *dst,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags);
+
static void
create_vm_and_queue(struct xe_svm_gpu_info *gpu, struct drm_xe_engine_class_instance *eci,
uint32_t *vm, uint32_t *exec_queue)
@@ -1057,6 +1076,164 @@ pagefault_test_multigpu(struct xe_svm_gpu_info *gpu1,
cleanup_vm_and_queue(gpu2, vm[1], exec_queue[1]);
}
+static void
+multigpu_access_test(struct xe_svm_gpu_info *gpu1,
+ struct xe_svm_gpu_info *gpu2,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags)
+{
+ uint64_t addr;
+ uint32_t vm[2];
+ uint32_t exec_queue[2];
+ uint32_t batch_bo[2];
+ struct test_exec_data *data;
+ uint64_t batch_addr[2];
+ struct drm_xe_sync sync[2] = {};
+ uint64_t *sync_addr[2];
+ uint32_t verify_batch_bo;
+ uint64_t verify_batch_addr;
+ uint64_t *verify_result;
+ uint32_t final_value;
+ uint64_t final_timeline;
+
+ /* Skip if either GPU doesn't support faults */
+ if (mgpu_check_fault_support(gpu1, gpu2))
+ return;
+
+ create_vm_and_queue(gpu1, eci, &vm[0], &exec_queue[0]);
+ create_vm_and_queue(gpu2, eci, &vm[1], &exec_queue[1]);
+
+ data = aligned_alloc(SZ_2M, SZ_4K);
+ igt_assert(data);
+ data[0].vm_sync = 0;
+ addr = to_user_pointer(data);
+
+ WRITE_ONCE(*(uint64_t *)addr, 0);
+
+ /* GPU1: Atomic Batch create */
+ gpu_batch_create(gpu1, vm[0], exec_queue[0], addr, 0,
+ &batch_bo[0], &batch_addr[0], flags, ATOMIC);
+ /* GPU2: Atomic Batch create */
+ gpu_batch_create(gpu2, vm[1], exec_queue[1], addr, 0,
+ &batch_bo[1], &batch_addr[1], flags, ATOMIC);
+
+ /* gpu_madvise_sync calls xe_exec() also, here intention is different */
+ xe_multigpu_madvise(gpu1->fd, vm[0], addr, SZ_4K, 0,
+ DRM_XE_MEM_RANGE_ATTR_ATOMIC,
+ DRM_XE_ATOMIC_GLOBAL, 0, 0, exec_queue[0]);
+
+ xe_multigpu_madvise(gpu1->fd, vm[0], addr, SZ_4K, 0,
+ DRM_XE_MEM_RANGE_ATTR_PREFERRED_LOC,
+ gpu1->fd, 0, gpu1->vram_regions[0], exec_queue[0]);
+
+ xe_multigpu_madvise(gpu2->fd, vm[1], addr, SZ_4K, 0,
+ DRM_XE_MEM_RANGE_ATTR_ATOMIC,
+ DRM_XE_ATOMIC_GLOBAL, 0, 0, exec_queue[1]);
+
+ xe_multigpu_madvise(gpu2->fd, vm[1], addr, SZ_4K, 0,
+ DRM_XE_MEM_RANGE_ATTR_PREFERRED_LOC,
+ gpu2->fd, 0, gpu2->vram_regions[0], exec_queue[1]);
+
+ setup_sync(&sync[0], &sync_addr[0], BIND_SYNC_VAL);
+ setup_sync(&sync[1], &sync_addr[1], BIND_SYNC_VAL);
+
+ xe_multigpu_prefetch(gpu1->fd, vm[0], addr, SZ_4K, &sync[0],
+ sync_addr[0], exec_queue[0], flags);
+
+ xe_multigpu_prefetch(gpu2->fd, vm[1], addr, SZ_4K, &sync[1],
+ sync_addr[1], exec_queue[1], flags);
+
+ free(sync_addr[0]);
+ free(sync_addr[1]);
+
+ igt_info("Starting %d concurrent atomic increment iterations\n", NUM_ITER);
+ for (int i = 0; i < NUM_ITER; i++) {
+ bool last = (i == NUM_ITER - 1);
+
+ if (last) {
+ sync_addr[0] = (void *)((char *)batch_addr[0] + SZ_4K);
+ sync[0].flags = DRM_XE_SYNC_FLAG_SIGNAL;
+ sync[0].type = DRM_XE_SYNC_TYPE_USER_FENCE;
+ sync[0].addr = to_user_pointer((uint64_t *)sync_addr[0]);
+ sync[0].timeline_value = EXEC_SYNC_VAL + i;
+ WRITE_ONCE(*sync_addr[0], 0);
+
+ sync_addr[1] = (void *)((char *)batch_addr[1] + SZ_4K);
+ sync[1].flags = DRM_XE_SYNC_FLAG_SIGNAL;
+ sync[1].type = DRM_XE_SYNC_TYPE_USER_FENCE;
+ sync[1].addr = to_user_pointer((uint64_t *)sync_addr[1]);
+ sync[1].timeline_value = EXEC_SYNC_VAL + i;
+ WRITE_ONCE(*sync_addr[1], 0);
+ }
+
+ /* === CONCURRENT EXECUTION: Launch both GPUs simultaneously === */
+ xe_exec_sync(gpu1->fd, exec_queue[0], batch_addr[0],
+ last ? &sync[0] : NULL, last ? 1 : 0);
+
+ xe_exec_sync(gpu2->fd, exec_queue[1], batch_addr[1],
+ last ? &sync[1] : NULL, last ? 1 : 0);
+ }
+
+ /* NOW wait only for the last operations to complete */
+ final_timeline = EXEC_SYNC_VAL + NUM_ITER - 1;
+ if (NUM_ITER > 0) {
+ if (READ_ONCE(*sync_addr[0]) != final_timeline)
+ xe_wait_ufence(gpu1->fd, (uint64_t *)sync_addr[0], final_timeline,
+ exec_queue[0], NSEC_PER_SEC * 30);
+
+ if (READ_ONCE(*sync_addr[1]) != final_timeline)
+ xe_wait_ufence(gpu2->fd, (uint64_t *)sync_addr[1], final_timeline,
+ exec_queue[1], NSEC_PER_SEC * 30);
+ }
+
+ igt_info("Both GPUs completed execution %u\n", READ_ONCE(*(uint32_t *)addr));
+
+ /* === Verification using GPU read (not CPU) === */
+ verify_result = aligned_alloc(SZ_2M, SZ_4K);
+ igt_assert(verify_result);
+ memset(verify_result, 0xDE, SZ_4K);
+
+ /* Use GPU1 to read final value */
+ gpu_batch_create(gpu1, vm[0], exec_queue[0], addr, to_user_pointer(verify_result),
+ &verify_batch_bo, &verify_batch_addr, flags, INIT);
+
+ sync_addr[0] = (void *)((char *)verify_batch_addr + SZ_4K);
+ sync[0].addr = to_user_pointer((uint64_t *)sync_addr[0]);
+ sync[0].timeline_value = EXEC_SYNC_VAL;
+ sync[0].flags = DRM_XE_SYNC_FLAG_SIGNAL;
+ sync[0].type = DRM_XE_SYNC_TYPE_USER_FENCE;
+ WRITE_ONCE(*sync_addr[0], 0);
+
+ xe_exec_sync(gpu1->fd, exec_queue[0], verify_batch_addr, &sync[0], 1);
+ if (READ_ONCE(*sync_addr[0]) != EXEC_SYNC_VAL)
+ xe_wait_ufence(gpu1->fd, (uint64_t *)sync_addr[0], EXEC_SYNC_VAL,
+ exec_queue[0], NSEC_PER_SEC * 10);
+
+ /* NOW CPU can read verify_result */
+ final_value = READ_ONCE(*(uint32_t *)verify_result);
+
+ igt_info("GPU verification batch copied value: %u\n", final_value);
+ igt_info("CPU direct read shows: %u\n", (unsigned int)*(uint64_t *)addr);
+
+ /* Expected: 0 + (NUM_ITER * 2 GPUs) = 400 */
+ igt_assert_f((final_value == 2 * NUM_ITER),
+ "Expected %u value, got %u\n",
+ 2 * NUM_ITER, final_value);
+
+ munmap((void *)verify_batch_addr, BATCH_SIZE(gpu1->fd));
+ batch_fini(gpu1->fd, vm[0], verify_batch_bo, verify_batch_addr);
+ free(verify_result);
+
+ munmap((void *)batch_addr[0], BATCH_SIZE(gpu1->fd));
+ munmap((void *)batch_addr[1], BATCH_SIZE(gpu2->fd));
+ batch_fini(gpu1->fd, vm[0], batch_bo[0], batch_addr[0]);
+ batch_fini(gpu2->fd, vm[1], batch_bo[1], batch_addr[1]);
+ free(data);
+
+ cleanup_vm_and_queue(gpu1, vm[0], exec_queue[0]);
+ cleanup_vm_and_queue(gpu2, vm[1], exec_queue[1]);
+}
+
static void
gpu_mem_access_wrapper(struct xe_svm_gpu_info *src,
struct xe_svm_gpu_info *dst,
@@ -1117,6 +1294,18 @@ gpu_fault_test_wrapper(struct xe_svm_gpu_info *src,
pagefault_test_multigpu(src, dst, eci, flags);
}
+static void
+gpu_simult_test_wrapper(struct xe_svm_gpu_info *src,
+ struct xe_svm_gpu_info *dst,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags)
+{
+ igt_assert(src);
+ igt_assert(dst);
+
+ multigpu_access_test(src, dst, eci, flags);
+}
+
static void
test_mgpu_exec(int gpu_cnt, struct xe_svm_gpu_info *gpus,
struct drm_xe_engine_class_instance *eci,
@@ -1132,6 +1321,8 @@ test_mgpu_exec(int gpu_cnt, struct xe_svm_gpu_info *gpus,
for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_latency_test_wrapper, flags);
if (flags & MULTIGPU_PFAULT_OP)
for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_fault_test_wrapper, flags);
+ if (flags & MULTIGPU_CONC_ACCESS)
+ for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_simult_test_wrapper, flags);
}
struct section {
@@ -1169,6 +1360,8 @@ int igt_main()
MULTIGPU_PREFETCH | MULTIGPU_PERF_OP | MULTIGPU_PERF_REM_COPY },
{ "pagefault-basic", MULTIGPU_PFAULT_OP },
{ "pagefault-prefetch", MULTIGPU_PREFETCH | MULTIGPU_PFAULT_OP },
+ { "concurrent-access-basic", MULTIGPU_CONC_ACCESS },
+ { "concurrent-access-prefetch", MULTIGPU_PREFETCH | MULTIGPU_CONC_ACCESS },
{ NULL },
};
--
2.48.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH i-g-t v13 10/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU conflicting madvise test
2026-01-05 3:59 [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs nishit.sharma
` (8 preceding siblings ...)
2026-01-05 3:59 ` [PATCH i-g-t v13 09/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU simultaneous access test nishit.sharma
@ 2026-01-05 3:59 ` nishit.sharma
2026-01-05 4:00 ` [PATCH i-g-t v13 11/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU migration test nishit.sharma
` (4 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: nishit.sharma @ 2026-01-05 3:59 UTC (permalink / raw)
To: igt-dev, pravalika.gurram
From: Nishit Sharma <nishit.sharma@intel.com>
This test calls madvise operations on GPU0 with the preferred location set
to GPU1 and vice versa. It reports conflicts when conflicting memory advice
is given for shared SVM buffers in a multi-GPU environment.
Signed-off-by: Nishit Sharma <nishit.sharma@intel.com>
Reviewed-by: Pravalika Gurram <pravalika.gurram@intel.com>
Acked-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
tests/intel/xe_multigpu_svm.c | 74 ++++++++++++++++++++++++-----------
1 file changed, 51 insertions(+), 23 deletions(-)
diff --git a/tests/intel/xe_multigpu_svm.c b/tests/intel/xe_multigpu_svm.c
index 08414ace5..588b8362c 100644
--- a/tests/intel/xe_multigpu_svm.c
+++ b/tests/intel/xe_multigpu_svm.c
@@ -113,6 +113,19 @@
* Test concurrent atomic memory operations with prefetch where
* multiple GPUs simultaneously access shared memory to validate
* coherency with memory migration and local VRAM access
+ *
+ * SUBTEST: mgpu-atomic-op-conflict
+ * Description:
+ * Multi-GPU atomic operation with conflicting madvise regions
+ *
+ * SUBTEST: mgpu-coherency-conflict
+ * Description:
+ * Multi-GPU coherency test with conflicting madvise regions
+ *
+ * SUBTEST: mgpu-pagefault-conflict
+ * Description:
+ * Multi-GPU page fault test with conflicting madvise regions
+ *
*/
#define MAX_XE_REGIONS 8
@@ -126,6 +139,9 @@
#define BATCH_VALUE 60
#define NUM_ITER 200
+#define USER_FENCE_VALUE 0xdeadbeefdeadbeefull
+#define FIVE_SEC (5LL * NSEC_PER_SEC)
+
#define MULTIGPU_PREFETCH BIT(1)
#define MULTIGPU_XGPU_ACCESS BIT(2)
#define MULTIGPU_ATOMIC_OP BIT(3)
@@ -135,6 +151,7 @@
#define MULTIGPU_PERF_REM_COPY BIT(7)
#define MULTIGPU_PFAULT_OP BIT(8)
#define MULTIGPU_CONC_ACCESS BIT(9)
+#define MULTIGPU_CONFLICT BIT(10)
#define INIT 2
#define STORE 3
@@ -484,7 +501,8 @@ store_dword_batch_init_1k(int fd, uint32_t vm, uint64_t src_addr,
}
static void
-gpu_madvise_exec_sync(struct xe_svm_gpu_info *gpu, uint32_t vm, uint32_t exec_queue,
+gpu_madvise_exec_sync(struct xe_svm_gpu_info *gpu, struct xe_svm_gpu_info *xgpu,
+ uint32_t vm, uint32_t exec_queue,
uint64_t dst_addr, uint64_t *batch_addr, unsigned int flags,
double *perf)
{
@@ -492,9 +510,15 @@ gpu_madvise_exec_sync(struct xe_svm_gpu_info *gpu, uint32_t vm, uint32_t exec_qu
struct timespec t_start, t_end;
uint64_t *sync_addr;
- xe_multigpu_madvise(gpu->fd, vm, dst_addr, SZ_4K, 0,
- DRM_XE_MEM_RANGE_ATTR_PREFERRED_LOC,
- gpu->fd, 0, gpu->vram_regions[0], exec_queue);
+ if (flags & MULTIGPU_CONFLICT) {
+ xe_multigpu_madvise(gpu->fd, vm, dst_addr, SZ_4K, 0,
+ DRM_XE_MEM_RANGE_ATTR_PREFERRED_LOC,
+ xgpu->fd, 0, xgpu->vram_regions[0], exec_queue);
+ } else {
+ xe_multigpu_madvise(gpu->fd, vm, dst_addr, SZ_4K, 0,
+ DRM_XE_MEM_RANGE_ATTR_PREFERRED_LOC,
+ gpu->fd, 0, gpu->vram_regions[0], exec_queue);
+ }
setup_sync(&sync, &sync_addr, BIND_SYNC_VAL);
xe_multigpu_prefetch(gpu->fd, vm, dst_addr, SZ_4K, &sync,
@@ -646,17 +670,14 @@ atomic_inc_op(struct xe_svm_gpu_info *gpu1,
&batch_bo[0], &batch_addr[0], flags, ATOMIC);
/*GPU1: Madvise and Prefetch Ops */
- gpu_madvise_exec_sync(gpu1, vm[0], exec_queue[0], addr, &batch_addr[0], flags, NULL);
+ gpu_madvise_exec_sync(gpu1, gpu2, vm[0], exec_queue[0], addr, &batch_addr[0], flags, NULL);
- /* GPU2 --> copy from GPU1 */
gpu_batch_create(gpu2, vm[1], exec_queue[1], addr, to_user_pointer(copy_dst),
&batch_bo[1], &batch_addr[1], flags, INIT);
- /*GPU2: Madvise and Prefetch Ops */
- gpu_madvise_exec_sync(gpu2, vm[1], exec_queue[1], to_user_pointer(copy_dst),
+ gpu_madvise_exec_sync(gpu2, gpu1, vm[1], exec_queue[1], to_user_pointer(copy_dst),
&batch_addr[1], flags, NULL);
- /* NOW CPU can read copy_dst (GPU2 ATOMIC op) */
final_value = *(uint32_t *)copy_dst;
igt_assert_eq(final_value, ATOMIC_OP_VAL);
@@ -665,7 +686,8 @@ atomic_inc_op(struct xe_svm_gpu_info *gpu1,
&batch_bo[1], &batch_addr[1], flags, ATOMIC);
/*GPU2: Madvise and Prefetch Ops */
- gpu_madvise_exec_sync(gpu2, vm[1], exec_queue[1], to_user_pointer(copy_dst),
+ gpu_madvise_exec_sync(gpu2, gpu1, vm[1], exec_queue[1],
+ to_user_pointer(copy_dst),
&batch_addr[1], flags, NULL);
/* GPU1 --> copy from GPU2 */
@@ -673,10 +695,11 @@ atomic_inc_op(struct xe_svm_gpu_info *gpu1,
&batch_bo[0], &batch_addr[0], flags, INIT);
/*GPU1: Madvise and Prefetch Ops */
- gpu_madvise_exec_sync(gpu1, vm[0], exec_queue[1], addr, &batch_addr[0], flags, NULL);
+ gpu_madvise_exec_sync(gpu1, gpu2, vm[0], exec_queue[0], addr,
+ &batch_addr[0], flags, NULL);
- /* NOW CPU can read addr (GPU1 ATOMIC op) */
final_value = *(uint32_t *)addr;
+ /* NOW CPU can read copy_dst (GPU1 ATOMIC op) */
igt_assert_eq(final_value, ATOMIC_OP_VAL + 1);
munmap((void *)batch_addr[0], BATCH_SIZE(gpu1->fd));
@@ -724,7 +747,7 @@ coherency_test_multigpu(struct xe_svm_gpu_info *gpu1,
&batch_bo[0], &batch_addr[0], flags, DWORD);
/*GPU1: Madvise and Prefetch Ops */
- gpu_madvise_exec_sync(gpu1, vm[0], exec_queue[0], addr, &batch_addr[0],
+ gpu_madvise_exec_sync(gpu1, gpu2, vm[0], exec_queue[0], addr, &batch_addr[0],
flags, NULL);
/* GPU2 --> copy from GPU1 */
@@ -732,11 +755,11 @@ coherency_test_multigpu(struct xe_svm_gpu_info *gpu1,
&batch_bo[1], &batch_addr[1], flags, INIT);
/*GPU2: Madvise and Prefetch Ops */
- gpu_madvise_exec_sync(gpu2, vm[1], exec_queue[1], to_user_pointer(copy_dst),
+ gpu_madvise_exec_sync(gpu2, gpu1, vm[1], exec_queue[1], to_user_pointer(copy_dst),
&batch_addr[1], flags, NULL);
- /* verifying copy_dst (GPU2 INIT op) have correct value */
final_value = READ_ONCE(*(uint32_t *)copy_dst);
+ /* verifying copy_dst (GPU2 INIT op) have correct value */
igt_assert_eq(final_value, BATCH_VALUE);
if (flags & MULTIGPU_COH_FAIL) {
@@ -792,7 +815,7 @@ coherency_test_multigpu(struct xe_svm_gpu_info *gpu1,
&batch_bo[1], &batch_addr[1], flags, INIT);
/*GPU2: Madvise and Prefetch Ops */
- gpu_madvise_exec_sync(gpu2, vm[1], exec_queue[1], to_user_pointer(result),
+ gpu_madvise_exec_sync(gpu2, gpu1, vm[1], exec_queue[1], to_user_pointer(result),
&batch_addr[1], flags, NULL);
/* Check which write won (or if we got a mix) */
@@ -864,7 +887,7 @@ latency_test_multigpu(struct xe_svm_gpu_info *gpu1,
&batch_bo[0], &batch_addr[0], flags, DWORD);
/*GPU1: Madvise and Prefetch Ops */
- gpu_madvise_exec_sync(gpu1, vm[0], exec_queue[0], addr, &batch_addr[0],
+ gpu_madvise_exec_sync(gpu1, gpu2, vm[0], exec_queue[0], addr, &batch_addr[0],
flags, &gpu1_latency);
gpu1_bw = (SZ_1K / (gpu1_latency / 1e9)) / (1024.0 * 1024.0); //Written 1k
@@ -886,7 +909,7 @@ latency_test_multigpu(struct xe_svm_gpu_info *gpu1,
&batch_bo[1], &batch_addr[1], flags, INIT);
/*GPU2: Madvise and Prefetch Ops */
- gpu_madvise_exec_sync(gpu2, vm[1], exec_queue[1], to_user_pointer(copy_dst),
+ gpu_madvise_exec_sync(gpu2, gpu1, vm[1], exec_queue[1], to_user_pointer(copy_dst),
&batch_addr[1], flags, &gpu2_latency);
gpu2_bw = (SZ_1K / (gpu2_latency / 1e9)) / (1024.0 * 1024.0);
@@ -898,15 +921,15 @@ latency_test_multigpu(struct xe_svm_gpu_info *gpu1,
&batch_bo[0], &batch_addr[0], flags, DWORD);
/*GPU1: Madvise and Prefetch Ops */
- gpu_madvise_exec_sync(gpu1, vm[0], exec_queue[0], addr, &batch_addr[0],
- flags, &gpu1_latency);
+ gpu_madvise_exec_sync(gpu1, gpu2, vm[0], exec_queue[0], addr,
+ &batch_addr[0], flags, &gpu1_latency);
/*GPU2: Copy data from addr (written by GPU1) to its own buffer (copy_dst) */
gpu_batch_create(gpu2, vm[1], exec_queue[1], addr, to_user_pointer(copy_dst),
&batch_bo[1], &batch_addr[1], flags, INIT);
/*GPU2: Madvise and Prefetch Ops */
- gpu_madvise_exec_sync(gpu2, vm[1], exec_queue[1], to_user_pointer(copy_dst),
+ gpu_madvise_exec_sync(gpu2, gpu1, vm[1], exec_queue[1], to_user_pointer(copy_dst),
&batch_addr[1], flags, &gpu2_latency);
gpu2_latency += gpu1_latency;
@@ -1012,7 +1035,8 @@ pagefault_test_multigpu(struct xe_svm_gpu_info *gpu1,
&batch_bo[0], &batch_addr[0], flags, DWORD);
/*GPU1: Madvise and Prefetch Ops */
- gpu_madvise_exec_sync(gpu1, vm[0], exec_queue[0], addr, &batch_addr[0], flags, NULL);
+ gpu_madvise_exec_sync(gpu1, gpu2, vm[0], exec_queue[0], addr, &batch_addr[0],
+ flags, NULL);
pf_count_gpu1_after = xe_gt_stats_get_count(gpu1->fd, eci->gt_id, pf_count_stat);
@@ -1048,7 +1072,8 @@ pagefault_test_multigpu(struct xe_svm_gpu_info *gpu1,
free(sync_addr);
/*GPU2: Madvise and Prefetch Ops */
- gpu_madvise_exec_sync(gpu2, vm[1], exec_queue[1], addr1, &batch_addr[1], flags, NULL);
+ gpu_madvise_exec_sync(gpu2, gpu1, vm[1], exec_queue[1], addr1, &batch_addr[1],
+ flags, NULL);
pf_count_gpu2_after = xe_gt_stats_get_count(gpu2->fd, eci->gt_id, pf_count_stat);
@@ -1347,9 +1372,11 @@ int igt_main()
{ "xgpu-access-prefetch", MULTIGPU_PREFETCH | MULTIGPU_XGPU_ACCESS },
{ "atomic-op-basic", MULTIGPU_ATOMIC_OP },
{ "atomic-op-prefetch", MULTIGPU_PREFETCH | MULTIGPU_ATOMIC_OP },
+ { "atomic-op-conflict", MULTIGPU_CONFLICT | MULTIGPU_ATOMIC_OP },
{ "coherency-basic", MULTIGPU_COH_OP },
{ "coherency-fail-basic", MULTIGPU_COH_OP | MULTIGPU_COH_FAIL },
{ "coherency-prefetch", MULTIGPU_PREFETCH | MULTIGPU_COH_OP },
+ { "coherency-conflict", MULTIGPU_CONFLICT | MULTIGPU_COH_OP },
{ "coherency-fail-prefetch",
MULTIGPU_PREFETCH | MULTIGPU_COH_OP | MULTIGPU_COH_FAIL},
{ "latency-basic", MULTIGPU_PERF_OP },
@@ -1360,6 +1387,7 @@ int igt_main()
MULTIGPU_PREFETCH | MULTIGPU_PERF_OP | MULTIGPU_PERF_REM_COPY },
{ "pagefault-basic", MULTIGPU_PFAULT_OP },
{ "pagefault-prefetch", MULTIGPU_PREFETCH | MULTIGPU_PFAULT_OP },
+ { "pagefault-conflict", MULTIGPU_CONFLICT | MULTIGPU_PFAULT_OP },
{ "concurrent-access-basic", MULTIGPU_CONC_ACCESS },
{ "concurrent-access-prefetch", MULTIGPU_PREFETCH | MULTIGPU_CONC_ACCESS },
{ NULL },
--
2.48.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH i-g-t v13 11/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU migration test
2026-01-05 3:59 [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs nishit.sharma
` (9 preceding siblings ...)
2026-01-05 3:59 ` [PATCH i-g-t v13 10/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU conflicting madvise test nishit.sharma
@ 2026-01-05 4:00 ` nishit.sharma
2026-01-05 5:25 ` ✗ Xe.CI.BAT: failure for Madvise feature in SVM for Multi-GPU configs Patchwork
` (3 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: nishit.sharma @ 2026-01-05 4:00 UTC (permalink / raw)
To: igt-dev, pravalika.gurram
From: Nishit Sharma <nishit.sharma@intel.com>
This test allocates a buffer in SVM, accesses it from GPU 1, then GPU 2
and then the CPU. It verifies that the buffer migrates correctly between
devices and remains accessible across all agents in a
multi-GPU environment.
Signed-off-by: Nishit Sharma <nishit.sharma@intel.com>
Reviewed-by: Pravalika Gurram <pravalika.gurram@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
tests/intel/xe_multigpu_svm.c | 122 ++++++++++++++++++++++++++++++++++
1 file changed, 122 insertions(+)
diff --git a/tests/intel/xe_multigpu_svm.c b/tests/intel/xe_multigpu_svm.c
index 588b8362c..fa55cf297 100644
--- a/tests/intel/xe_multigpu_svm.c
+++ b/tests/intel/xe_multigpu_svm.c
@@ -126,6 +126,18 @@
* Description:
* Multi-GPU page fault test with conflicting madvise regions
*
+ * SUBTEST: mgpu-migration-basic
+ * Description:
+ * Test buffer migration across multiple GPUs and memory domains
+ * Validates that a shared buffer can migrate between system memory,
+ * GPU1 VRAM, and GPU2 VRAM while maintaining data coherency.
+ *
+ * SUBTEST: mgpu-migration-prefetch
+ * Description:
+ * Test buffer migration across multiple GPUs with explicit prefetch operations
+ * Similar to mgpu-migration-basic but uses XE_VM_PREFETCH_ASYNC to explicitly
+ * trigger page migration before GPU access
+ *
*/
#define MAX_XE_REGIONS 8
@@ -152,6 +164,7 @@
#define MULTIGPU_PFAULT_OP BIT(8)
#define MULTIGPU_CONC_ACCESS BIT(9)
#define MULTIGPU_CONFLICT BIT(10)
+#define MULTIGPU_MIGRATE BIT(11)
#define INIT 2
#define STORE 3
@@ -217,6 +230,10 @@ static void gpu_simult_test_wrapper(struct xe_svm_gpu_info *src,
struct drm_xe_engine_class_instance *eci,
unsigned int flags);
+static void gpu_migration_test_wrapper(struct xe_svm_gpu_info *src,
+ struct xe_svm_gpu_info *dst,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags);
static void
create_vm_and_queue(struct xe_svm_gpu_info *gpu, struct drm_xe_engine_class_instance *eci,
uint32_t *vm, uint32_t *exec_queue)
@@ -1259,6 +1276,95 @@ multigpu_access_test(struct xe_svm_gpu_info *gpu1,
cleanup_vm_and_queue(gpu2, vm[1], exec_queue[1]);
}
+static void
+multigpu_migrate_test(struct xe_svm_gpu_info *gpu1,
+ struct xe_svm_gpu_info *gpu2,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags)
+{
+ uint64_t addr;
+ uint32_t vm[2], exec_queue[2], batch1_bo[2];
+ uint64_t batch1_addr[2];
+ uint64_t *data;
+ uint32_t test_pattern_sys, test_pattern_gpu1, test_pattern_gpu2;
+ void *copy_dst;
+ uint32_t final_value;
+
+ test_pattern_sys = 0x12345678;
+ test_pattern_gpu1 = 0xDEADBEEF;
+ test_pattern_gpu2 = 0xCAFEBABE;
+
+ /* Skip if either GPU doesn't support faults */
+ if (!gpu1->supports_faults || !gpu2->supports_faults) {
+ igt_debug("Both GPUs must support page faults for this test\n");
+ return;
+ }
+
+ create_vm_and_queue(gpu1, eci, &vm[0], &exec_queue[0]);
+ create_vm_and_queue(gpu2, eci, &vm[1], &exec_queue[1]);
+
+ data = aligned_alloc(SZ_2M, SZ_4K);
+ igt_assert(data);
+ memset(data, 0, SZ_4K);
+ addr = to_user_pointer(data);
+
+ copy_dst = aligned_alloc(SZ_2M, SZ_4K);
+ igt_assert(copy_dst);
+
+ igt_info("=== Phase 1: System Memory → GPU1 VRAM ===\n");
+
+ /* CPU writes initial pattern in system memory */
+ WRITE_ONCE(*(uint32_t *)data, test_pattern_sys);
+ igt_info("CPU wrote 0x%x to system memory\n", test_pattern_sys);
+
+ /* GPU1 writes new pattern - should happen in GPU1 VRAM */
+ store_dword_batch_init(gpu1->fd, vm[0], addr, &batch1_bo[0], &batch1_addr[0],
+ test_pattern_gpu1);
+
+ /*GPU1: Madvise and Prefetch Ops with preferred location GPU1 VRAM */
+ gpu_madvise_exec_sync(gpu1, gpu2, vm[0], exec_queue[0], addr, &batch1_addr[0],
+ flags, NULL);
+
+ igt_info("=== Phase 2: GPU1 VRAM → GPU2 VRAM ===\n");
+
+ /* GPU2: copy GPU1's value */
+ gpu_batch_create(gpu2, vm[1], exec_queue[1], addr, to_user_pointer(copy_dst),
+ &batch1_bo[1], &batch1_addr[1], flags, INIT);
+
+ /*GPU2: Madvise and Prefetch Ops with preferred location GPU2 VRAM */
+ gpu_madvise_exec_sync(gpu2, gpu1, vm[1], exec_queue[1], to_user_pointer(copy_dst),
+ &batch1_addr[1], flags, NULL);
+
+ /* Verify GPU1 wrote correctly */
+ final_value = *(uint32_t *)copy_dst;
+ igt_assert_eq_u32(final_value, test_pattern_gpu1);
+
+ igt_info("=== Phase 3: GPU2 VRAM → System Memory ===\n");
+
+ /* GPU2 writes new pattern - should happen in GPU2 VRAM */
+ store_dword_batch_init(gpu2->fd, vm[1], to_user_pointer(copy_dst),
+ &batch1_bo[1], &batch1_addr[1], test_pattern_gpu2);
+
+ /*GPU2: Madvise and Prefetch Ops with preferred location GPU2 VRAM */
+ gpu_madvise_exec_sync(gpu2, gpu1, vm[1], exec_queue[1], to_user_pointer(copy_dst),
+ &batch1_addr[1], flags, NULL);
+
+ /* CPU access should migrate back to system memory */
+ igt_assert_eq_u32(READ_ONCE(*(uint32_t *)copy_dst), test_pattern_gpu2);
+
+ igt_info("Migration test completed successfully\n");
+
+ munmap((void *)batch1_addr[0], BATCH_SIZE(gpu1->fd));
+ munmap((void *)batch1_addr[1], BATCH_SIZE(gpu2->fd));
+ batch_fini(gpu1->fd, vm[0], batch1_bo[0], batch1_addr[0]);
+ batch_fini(gpu2->fd, vm[1], batch1_bo[1], batch1_addr[1]);
+ free(data);
+ free(copy_dst);
+
+ cleanup_vm_and_queue(gpu1, vm[0], exec_queue[0]);
+ cleanup_vm_and_queue(gpu2, vm[1], exec_queue[1]);
+}
+
static void
gpu_mem_access_wrapper(struct xe_svm_gpu_info *src,
struct xe_svm_gpu_info *dst,
@@ -1331,6 +1437,18 @@ gpu_simult_test_wrapper(struct xe_svm_gpu_info *src,
multigpu_access_test(src, dst, eci, flags);
}
+static void
+gpu_migration_test_wrapper(struct xe_svm_gpu_info *src,
+ struct xe_svm_gpu_info *dst,
+ struct drm_xe_engine_class_instance *eci,
+ unsigned int flags)
+{
+ igt_assert(src);
+ igt_assert(dst);
+
+ multigpu_migrate_test(src, dst, eci, flags);
+}
+
static void
test_mgpu_exec(int gpu_cnt, struct xe_svm_gpu_info *gpus,
struct drm_xe_engine_class_instance *eci,
@@ -1348,6 +1466,8 @@ test_mgpu_exec(int gpu_cnt, struct xe_svm_gpu_info *gpus,
for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_fault_test_wrapper, flags);
if (flags & MULTIGPU_CONC_ACCESS)
for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_simult_test_wrapper, flags);
+ if (flags & MULTIGPU_MIGRATE)
+ for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_migration_test_wrapper, flags);
}
struct section {
@@ -1390,6 +1510,8 @@ int igt_main()
{ "pagefault-conflict", MULTIGPU_CONFLICT | MULTIGPU_PFAULT_OP },
{ "concurrent-access-basic", MULTIGPU_CONC_ACCESS },
{ "concurrent-access-prefetch", MULTIGPU_PREFETCH | MULTIGPU_CONC_ACCESS },
+ { "migration-basic", MULTIGPU_MIGRATE },
+ { "migration-prefetch", MULTIGPU_PREFETCH | MULTIGPU_MIGRATE },
{ NULL },
};
--
2.48.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* ✗ Xe.CI.BAT: failure for Madvise feature in SVM for Multi-GPU configs
2026-01-05 3:59 [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs nishit.sharma
` (10 preceding siblings ...)
2026-01-05 4:00 ` [PATCH i-g-t v13 11/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU migration test nishit.sharma
@ 2026-01-05 5:25 ` Patchwork
2026-01-05 5:32 ` ✓ i915.CI.BAT: success " Patchwork
` (2 subsequent siblings)
14 siblings, 0 replies; 19+ messages in thread
From: Patchwork @ 2026-01-05 5:25 UTC (permalink / raw)
To: nishit.sharma; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 4631 bytes --]
== Series Details ==
Series: Madvise feature in SVM for Multi-GPU configs
URL : https://patchwork.freedesktop.org/series/159617/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8681_BAT -> XEIGTPW_14282_BAT
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_14282_BAT absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_14282_BAT, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (12 -> 12)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_14282_BAT:
### IGT changes ###
#### Possible regressions ####
* igt@xe_multigpu_svm@mgpu-pagefault-conflict (NEW):
- bat-bmg-3: NOTRUN -> [WARN][1] +1 other test warn
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/bat-bmg-3/igt@xe_multigpu_svm@mgpu-pagefault-conflict.html
New tests
---------
New tests have been introduced between XEIGT_8681_BAT and XEIGTPW_14282_BAT:
### New IGT tests (21) ###
* igt@xe_multigpu_svm@mgpu-atomic-op-basic:
- Statuses : 1 pass(s)
- Exec time: [0.06] s
* igt@xe_multigpu_svm@mgpu-atomic-op-conflict:
- Statuses : 1 pass(s)
- Exec time: [0.05] s
* igt@xe_multigpu_svm@mgpu-atomic-op-prefetch:
- Statuses : 1 pass(s)
- Exec time: [0.04] s
* igt@xe_multigpu_svm@mgpu-coherency-basic:
- Statuses : 1 pass(s)
- Exec time: [0.03] s
* igt@xe_multigpu_svm@mgpu-coherency-conflict:
- Statuses : 1 pass(s)
- Exec time: [0.03] s
* igt@xe_multigpu_svm@mgpu-coherency-fail-basic:
- Statuses : 1 pass(s)
- Exec time: [0.05] s
* igt@xe_multigpu_svm@mgpu-coherency-fail-prefetch:
- Statuses : 1 pass(s)
- Exec time: [0.04] s
* igt@xe_multigpu_svm@mgpu-coherency-prefetch:
- Statuses : 1 pass(s)
- Exec time: [0.03] s
* igt@xe_multigpu_svm@mgpu-concurrent-access-basic:
- Statuses : 1 pass(s)
- Exec time: [0.36] s
* igt@xe_multigpu_svm@mgpu-concurrent-access-prefetch:
- Statuses : 1 pass(s)
- Exec time: [0.35] s
* igt@xe_multigpu_svm@mgpu-latency-basic:
- Statuses : 1 pass(s)
- Exec time: [0.03] s
* igt@xe_multigpu_svm@mgpu-latency-copy-basic:
- Statuses : 1 pass(s)
- Exec time: [0.03] s
* igt@xe_multigpu_svm@mgpu-latency-copy-prefetch:
- Statuses : 1 pass(s)
- Exec time: [0.03] s
* igt@xe_multigpu_svm@mgpu-latency-prefetch:
- Statuses : 1 pass(s)
- Exec time: [0.03] s
* igt@xe_multigpu_svm@mgpu-migration-basic:
- Statuses : 1 pass(s)
- Exec time: [0.03] s
* igt@xe_multigpu_svm@mgpu-migration-prefetch:
- Statuses : 1 pass(s)
- Exec time: [0.03] s
* igt@xe_multigpu_svm@mgpu-pagefault-basic:
- Statuses : 1 warn(s)
- Exec time: [0.03] s
* igt@xe_multigpu_svm@mgpu-pagefault-conflict:
- Statuses : 1 warn(s)
- Exec time: [0.02] s
* igt@xe_multigpu_svm@mgpu-pagefault-prefetch:
- Statuses : 1 pass(s)
- Exec time: [0.03] s
* igt@xe_multigpu_svm@mgpu-xgpu-access-basic:
- Statuses : 1 pass(s)
- Exec time: [0.85] s
* igt@xe_multigpu_svm@mgpu-xgpu-access-prefetch:
- Statuses : 1 pass(s)
- Exec time: [0.83] s
Known issues
------------
Here are the changes found in XEIGTPW_14282_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@xe_waitfence@engine:
- bat-dg2-oem2: [PASS][2] -> [FAIL][3] ([Intel XE#6519])
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/bat-dg2-oem2/igt@xe_waitfence@engine.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/bat-dg2-oem2/igt@xe_waitfence@engine.html
[Intel XE#6519]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6519
Build changes
-------------
* IGT: IGT_8681 -> IGTPW_14282
* Linux: xe-4315-633f3e5eab13c5bc2d760d1f3db65eb346d9babb -> xe-4326-5fc5192372599f11da8dee072fd8beb4414f8eca
IGTPW_14282: 14282
IGT_8681: c49f35440873244aa86e778007ed2dcbe5bf0ecb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4315-633f3e5eab13c5bc2d760d1f3db65eb346d9babb: 633f3e5eab13c5bc2d760d1f3db65eb346d9babb
xe-4326-5fc5192372599f11da8dee072fd8beb4414f8eca: 5fc5192372599f11da8dee072fd8beb4414f8eca
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/index.html
[-- Attachment #2: Type: text/html, Size: 5886 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* ✓ i915.CI.BAT: success for Madvise feature in SVM for Multi-GPU configs
2026-01-05 3:59 [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs nishit.sharma
` (11 preceding siblings ...)
2026-01-05 5:25 ` ✗ Xe.CI.BAT: failure for Madvise feature in SVM for Multi-GPU configs Patchwork
@ 2026-01-05 5:32 ` Patchwork
2026-01-05 7:32 ` ✗ Xe.CI.Full: failure " Patchwork
2026-01-05 8:05 ` ✗ i915.CI.Full: " Patchwork
14 siblings, 0 replies; 19+ messages in thread
From: Patchwork @ 2026-01-05 5:32 UTC (permalink / raw)
To: nishit.sharma; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2973 bytes --]
== Series Details ==
Series: Madvise feature in SVM for Multi-GPU configs
URL : https://patchwork.freedesktop.org/series/159617/
State : success
== Summary ==
CI Bug Log - changes from IGT_8681 -> IGTPW_14282
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/index.html
Participating hosts (44 -> 42)
------------------------------
Missing (2): bat-dg2-13 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_14282 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@dmabuf@all-tests@dma_fence_chain:
- fi-bsw-n3050: NOTRUN -> [SKIP][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/fi-bsw-n3050/igt@dmabuf@all-tests@dma_fence_chain.html
* igt@i915_selftest@live@workarounds:
- bat-mtlp-9: [PASS][2] -> [DMESG-FAIL][3] ([i915#12061]) +1 other test dmesg-fail
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8681/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
#### Possible fixes ####
* igt@i915_pm_rpm@module-reload:
- fi-bsw-n3050: [ABORT][4] ([i915#15502]) -> [PASS][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8681/fi-bsw-n3050/igt@i915_pm_rpm@module-reload.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/fi-bsw-n3050/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live@workarounds:
- bat-dg2-11: [DMESG-FAIL][6] ([i915#12061]) -> [PASS][7] +1 other test pass
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8681/bat-dg2-11/igt@i915_selftest@live@workarounds.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/bat-dg2-11/igt@i915_selftest@live@workarounds.html
- bat-arls-6: [DMESG-FAIL][8] ([i915#12061]) -> [PASS][9] +1 other test pass
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8681/bat-arls-6/igt@i915_selftest@live@workarounds.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/bat-arls-6/igt@i915_selftest@live@workarounds.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#15502]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15502
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8681 -> IGTPW_14282
* Linux: CI_DRM_17753 -> CI_DRM_17763
CI-20190529: 20190529
CI_DRM_17753: cbb25c38097a953da8605c68dd979be9a776ec83 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_17763: 5fc5192372599f11da8dee072fd8beb4414f8eca @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14282: 14282
IGT_8681: c49f35440873244aa86e778007ed2dcbe5bf0ecb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/index.html
[-- Attachment #2: Type: text/html, Size: 3835 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* RE: [PATCH i-g-t v13 01/11] drm-uapi/xe: Sync with madvise interface
2026-01-05 3:59 ` [PATCH i-g-t v13 01/11] drm-uapi/xe: Sync with madvise interface nishit.sharma
@ 2026-01-05 5:46 ` Gurram, Pravalika
2026-01-05 5:57 ` Ch, Sai Gowtham
1 sibling, 0 replies; 19+ messages in thread
From: Gurram, Pravalika @ 2026-01-05 5:46 UTC (permalink / raw)
To: Sharma, Nishit, igt-dev@lists.freedesktop.org
> -----Original Message-----
> From: Sharma, Nishit <nishit.sharma@intel.com>
> Sent: Monday, 5 January, 2026 09:30 AM
> To: igt-dev@lists.freedesktop.org; Gurram, Pravalika
> <pravalika.gurram@intel.com>
> Subject: [PATCH i-g-t v13 01/11] drm-uapi/xe: Sync with madvise interface
>
> From: Nishit Sharma <nishit.sharma@intel.com>
>
> Align with kernel commit dff547e137be2 ("drm/xe/uapi: Extend the madvise
> functionality"). This is to bring in madvise interface changes from KMD.
>
> Signed-off-by: Nishit Sharma <nishit.sharma@intel.com>
> ---
> include/drm-uapi/xe_drm.h | 26 +++++++++++++++++++-------
> 1 file changed, 19 insertions(+), 7 deletions(-)
>
> diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h index
> f8b228350..bb69f9b30 100644
> --- a/include/drm-uapi/xe_drm.h
> +++ b/include/drm-uapi/xe_drm.h
> @@ -3,8 +3,8 @@
> * Copyright © 2023 Intel Corporation
> */
>
> -#ifndef _XE_DRM_H_
> -#define _XE_DRM_H_
> +#ifndef _UAPI_XE_DRM_H_
> +#define _UAPI_XE_DRM_H_
>
> #include "drm.h"
>
> @@ -142,7 +142,7 @@ extern "C" {
> * redefine the interface more easily than an ever growing struct of
> * increasing complexity, and for large parts of that interface to be
> * entirely optional. The downside is more pointer chasing; chasing across
> - * the boundary with pointers encapsulated inside u64.
> + * the __user boundary with pointers encapsulated inside u64.
> *
> * Example chaining:
> *
> @@ -2123,7 +2123,13 @@ struct drm_xe_madvise {
> struct {
> #define DRM_XE_PREFERRED_LOC_DEFAULT_DEVICE 0
> #define DRM_XE_PREFERRED_LOC_DEFAULT_SYSTEM -1
> - /** @preferred_mem_loc.devmem_fd: fd for
> preferred loc */
> + /**
> + * @preferred_mem_loc.devmem_fd:
> + * Device file-descriptor of the device where the
> + * preferred memory is located, or one of the
> + * above special values. Please also see
> + * @preferred_mem_loc.region_instance below.
> + */
> __u32 devmem_fd;
>
> #define DRM_XE_MIGRATE_ALL_PAGES 0
> @@ -2131,8 +2137,14 @@ struct drm_xe_madvise {
> /** @preferred_mem_loc.migration_policy: Page
> migration policy */
> __u16 migration_policy;
>
> - /** @preferred_mem_loc.pad : MBZ */
> - __u16 pad;
> + /**
> + * @preferred_mem_loc.region_instance : Region
> instance.
> + * MBZ if @devmem_fd <=
> &DRM_XE_PREFERRED_LOC_DEFAULT_DEVICE.
> + * Otherwise should point to the desired device
> + * VRAM instance of the device indicated by
> + * @preferred_mem_loc.devmem_fd.
> + */
> + __u16 region_instance;
>
> /** @preferred_mem_loc.reserved : Reserved */
> __u64 reserved;
> @@ -2353,4 +2365,4 @@ struct drm_xe_exec_queue_set_property { }
> #endif
>
> -#endif /* _XE_DRM_H_ */
> +#endif /* _UAPI_XE_DRM_H_ */
Reviewed-by: Pravalika Gurram <pravalika.gurram@intel.com>
> --
> 2.48.1
^ permalink raw reply [flat|nested] 19+ messages in thread
* RE: [PATCH i-g-t v13 01/11] drm-uapi/xe: Sync with madvise interface
2026-01-05 3:59 ` [PATCH i-g-t v13 01/11] drm-uapi/xe: Sync with madvise interface nishit.sharma
2026-01-05 5:46 ` Gurram, Pravalika
@ 2026-01-05 5:57 ` Ch, Sai Gowtham
1 sibling, 0 replies; 19+ messages in thread
From: Ch, Sai Gowtham @ 2026-01-05 5:57 UTC (permalink / raw)
To: Sharma, Nishit, igt-dev@lists.freedesktop.org, Gurram, Pravalika
>-----Original Message-----
>From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of
>nishit.sharma@intel.com
>Sent: Monday, January 5, 2026 9:30 AM
>To: igt-dev@lists.freedesktop.org; Gurram, Pravalika
><pravalika.gurram@intel.com>
>Subject: [PATCH i-g-t v13 01/11] drm-uapi/xe: Sync with madvise interface
>
>From: Nishit Sharma <nishit.sharma@intel.com>
>
>Align with kernel commit dff547e137be2 ("drm/xe/uapi: Extend the madvise
>functionality"). This is to bring in madvise interface changes from KMD.
>
>Signed-off-by: Nishit Sharma <nishit.sharma@intel.com>
>---
> include/drm-uapi/xe_drm.h | 26 +++++++++++++++++++-------
> 1 file changed, 19 insertions(+), 7 deletions(-)
>
>diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h index
>f8b228350..bb69f9b30 100644
>--- a/include/drm-uapi/xe_drm.h
>+++ b/include/drm-uapi/xe_drm.h
>@@ -3,8 +3,8 @@
> * Copyright © 2023 Intel Corporation
> */
>
>-#ifndef _XE_DRM_H_
>-#define _XE_DRM_H_
>+#ifndef _UAPI_XE_DRM_H_
>+#define _UAPI_XE_DRM_H_
>
> #include "drm.h"
>
>@@ -142,7 +142,7 @@ extern "C" {
> * redefine the interface more easily than an ever growing struct of
> * increasing complexity, and for large parts of that interface to be
> * entirely optional. The downside is more pointer chasing; chasing across
>- * the boundary with pointers encapsulated inside u64.
>+ * the __user boundary with pointers encapsulated inside u64.
> *
> * Example chaining:
> *
>@@ -2123,7 +2123,13 @@ struct drm_xe_madvise {
> struct {
> #define DRM_XE_PREFERRED_LOC_DEFAULT_DEVICE 0
> #define DRM_XE_PREFERRED_LOC_DEFAULT_SYSTEM -1
>- /** @preferred_mem_loc.devmem_fd: fd for preferred
>loc */
>+ /**
>+ * @preferred_mem_loc.devmem_fd:
>+ * Device file-descriptor of the device where the
>+ * preferred memory is located, or one of the
>+ * above special values. Please also see
>+ * @preferred_mem_loc.region_instance below.
>+ */
> __u32 devmem_fd;
>
> #define DRM_XE_MIGRATE_ALL_PAGES 0
>@@ -2131,8 +2137,14 @@ struct drm_xe_madvise {
> /** @preferred_mem_loc.migration_policy: Page
>migration policy */
> __u16 migration_policy;
>
>- /** @preferred_mem_loc.pad : MBZ */
>- __u16 pad;
>+ /**
>+ * @preferred_mem_loc.region_instance : Region
>instance.
>+ * MBZ if @devmem_fd <=
>&DRM_XE_PREFERRED_LOC_DEFAULT_DEVICE.
>+ * Otherwise should point to the desired device
>+ * VRAM instance of the device indicated by
>+ * @preferred_mem_loc.devmem_fd.
>+ */
>+ __u16 region_instance;
>
> /** @preferred_mem_loc.reserved : Reserved */
> __u64 reserved;
>@@ -2353,4 +2365,4 @@ struct drm_xe_exec_queue_set_property { } #endif
>
>-#endif /* _XE_DRM_H_ */
>+#endif /* _UAPI_XE_DRM_H_ */
Reviewed-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
>--
>2.48.1
^ permalink raw reply [flat|nested] 19+ messages in thread
* ✗ Xe.CI.Full: failure for Madvise feature in SVM for Multi-GPU configs
2026-01-05 3:59 [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs nishit.sharma
` (12 preceding siblings ...)
2026-01-05 5:32 ` ✓ i915.CI.BAT: success " Patchwork
@ 2026-01-05 7:32 ` Patchwork
2026-01-05 8:05 ` ✗ i915.CI.Full: " Patchwork
14 siblings, 0 replies; 19+ messages in thread
From: Patchwork @ 2026-01-05 7:32 UTC (permalink / raw)
To: nishit.sharma; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 58377 bytes --]
== Series Details ==
Series: Madvise feature in SVM for Multi-GPU configs
URL : https://patchwork.freedesktop.org/series/159617/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8681_FULL -> XEIGTPW_14282_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_14282_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_14282_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_14282_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@xe_multigpu_svm@mgpu-atomic-op-conflict (NEW):
- shard-lnl: NOTRUN -> [SKIP][1] +19 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-7/igt@xe_multigpu_svm@mgpu-atomic-op-conflict.html
* igt@xe_multigpu_svm@mgpu-concurrent-access-prefetch (NEW):
- shard-bmg: NOTRUN -> [SKIP][2] +16 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@xe_multigpu_svm@mgpu-concurrent-access-prefetch.html
New tests
---------
New tests have been introduced between XEIGT_8681_FULL and XEIGTPW_14282_FULL:
### New IGT tests (21) ###
* igt@xe_multigpu_svm@mgpu-atomic-op-basic:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-atomic-op-conflict:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-atomic-op-prefetch:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-coherency-basic:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-coherency-conflict:
- Statuses :
- Exec time: [None] s
* igt@xe_multigpu_svm@mgpu-coherency-fail-basic:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-coherency-fail-prefetch:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-coherency-prefetch:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-concurrent-access-basic:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-concurrent-access-prefetch:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-latency-basic:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-latency-copy-basic:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-latency-copy-prefetch:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-latency-prefetch:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-migration-basic:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-migration-prefetch:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-pagefault-basic:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-pagefault-conflict:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-pagefault-prefetch:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-xgpu-access-basic:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_multigpu_svm@mgpu-xgpu-access-prefetch:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
Known issues
------------
Here are the changes found in XEIGTPW_14282_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-lnl: NOTRUN -> [SKIP][3] ([Intel XE#3157])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-7/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1:
- shard-lnl: [PASS][4] -> [FAIL][5] ([Intel XE#6054]) +3 other tests fail
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-7/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-3/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-bmg: NOTRUN -> [SKIP][6] ([Intel XE#2370])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-lnl: NOTRUN -> [SKIP][7] ([Intel XE#1407])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#2327]) +3 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-10/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#1124]) +17 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-1/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-lnl: NOTRUN -> [SKIP][10] ([Intel XE#1428])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-3/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#610])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-8/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#2328])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-7/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#2314] / [Intel XE#2894]) +3 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-10/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-2-displays-2560x1440p:
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#367]) +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#2887]) +20 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-3/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs:
- shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#2887]) +2 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-5/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs@pipe-c-dp-2:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2652] / [Intel XE#787]) +34 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-7/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs@pipe-c-dp-2.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#3432]) +3 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2325]) +1 other test skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-1/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_color@gamma:
- shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#306])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-4/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_edid@dp-edid-change-during-hibernate:
- shard-bmg: NOTRUN -> [SKIP][21] ([Intel XE#2252]) +16 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-3/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
* igt@kms_chamelium_frames@hdmi-frame-dump:
- shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#373])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-5/igt@kms_chamelium_frames@hdmi-frame-dump.html
* igt@kms_chamelium_sharpness_filter@filter-basic:
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#6507])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@kms_chamelium_sharpness_filter@filter-basic.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-lnl: NOTRUN -> [SKIP][24] ([Intel XE#307])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-7/igt@kms_content_protection@dp-mst-type-1.html
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#2390]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-7/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@mei-interface:
- shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#2341])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-7/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][27] ([Intel XE#1178]) +1 other test fail
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-2/igt@kms_content_protection@srm@pipe-a-dp-2.html
* igt@kms_content_protection@uevent:
- shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#3278])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-1/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#2320]) +4 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-3/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#2321])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-4/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#1424]) +1 other test skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-7/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#2321]) +4 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-8/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-toggle:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#309])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-1/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
* igt@kms_cursor_legacy@flip-vs-cursor-legacy:
- shard-bmg: [PASS][34] -> [FAIL][35] ([Intel XE#5299])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-3/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-10/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#2286])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#1508])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-10/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#4354])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-3/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#2244]) +3 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-10/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#4422])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html
* igt@kms_fbcon_fbt@fbc:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#4156])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-3/igt@kms_fbcon_fbt@fbc.html
* igt@kms_flip@2x-nonexisting-fb:
- shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#1421])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-3/igt@kms_flip@2x-nonexisting-fb.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2293]) +5 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#2293] / [Intel XE#2380]) +4 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#4141]) +20 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-plflip-blt:
- shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#656]) +2 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#2311]) +53 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
- shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#2352])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#2313]) +44 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#3374] / [Intel XE#3544])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-1/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@static-toggle@pipe-a-dp-2:
- shard-bmg: [PASS][51] -> [ABORT][52] ([Intel XE#6740]) +1 other test abort
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-8/igt@kms_hdr@static-toggle@pipe-a-dp-2.html
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@kms_hdr@static-toggle@pipe-a-dp-2.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#2501])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_pipe_stress@stress-xrgb8888-ytiled:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#4329] / [Intel XE#6912])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-10/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
* igt@kms_plane_lowres@tiling-y:
- shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#2393]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-8/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#5021]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-10/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#2938])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-1/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_backlight@fade:
- shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#870]) +1 other test skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-2/igt@kms_pm_backlight@fade.html
* igt@kms_pm_dc@dc5-psr:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#2392])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-8/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836]) +1 other test skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-1/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@package-g7:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#6814])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-10/igt@kms_pm_rpm@package-g7.html
* igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area:
- shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#1406] / [Intel XE#1489]) +9 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-1/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-bmg: NOTRUN -> [SKIP][63] ([Intel XE#1406] / [Intel XE#2387]) +1 other test skip
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-8/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-lnl: NOTRUN -> [SKIP][64] ([Intel XE#1128] / [Intel XE#1406])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-1/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr@fbc-pr-primary-page-flip:
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +22 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-8/igt@kms_psr@fbc-pr-primary-page-flip.html
* igt@kms_psr@fbc-pr-sprite-plane-onoff:
- shard-lnl: NOTRUN -> [SKIP][66] ([Intel XE#1406])
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-5/igt@kms_psr@fbc-pr-sprite-plane-onoff.html
* igt@kms_psr@psr2-primary-render:
- shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#1406] / [Intel XE#2234])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-10/igt@kms_psr@psr2-primary-render.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#1406] / [Intel XE#2414]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-10/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-lnl: [PASS][69] -> [SKIP][70] ([Intel XE#1406] / [Intel XE#4692])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-7/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-3/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-bmg: NOTRUN -> [SKIP][71] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-3/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#2330])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#2413])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-2/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-bmg: NOTRUN -> [SKIP][74] ([Intel XE#1435])
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-1/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_sharpness_filter@invalid-filter-with-scaling-mode:
- shard-bmg: NOTRUN -> [SKIP][75] ([Intel XE#6503]) +4 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-1/igt@kms_sharpness_filter@invalid-filter-with-scaling-mode.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: NOTRUN -> [SKIP][76] ([Intel XE#2509])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-10/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@max-min:
- shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#1499]) +3 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-1/igt@kms_vrr@max-min.html
* igt@xe_compute@ccs-mode-basic:
- shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#6599]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-2/igt@xe_compute@ccs-mode-basic.html
* igt@xe_compute_preempt@compute-preempt-many-vram:
- shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#5191])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-3/igt@xe_compute_preempt@compute-preempt-many-vram.html
* igt@xe_create@multigpu-create-massive-size:
- shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#2504])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-3/igt@xe_create@multigpu-create-massive-size.html
* igt@xe_eudebug@basic-vm-bind-metadata-discovery:
- shard-bmg: NOTRUN -> [SKIP][81] ([Intel XE#4837]) +13 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-10/igt@xe_eudebug@basic-vm-bind-metadata-discovery.html
* igt@xe_eudebug_online@pagefault-write-stress:
- shard-lnl: NOTRUN -> [SKIP][82] ([Intel XE#6665])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-8/igt@xe_eudebug_online@pagefault-write-stress.html
- shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#6665] / [Intel XE#6681])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@xe_eudebug_online@pagefault-write-stress.html
* igt@xe_eudebug_online@resume-dss:
- shard-lnl: NOTRUN -> [SKIP][84] ([Intel XE#4837] / [Intel XE#6665]) +1 other test skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-4/igt@xe_eudebug_online@resume-dss.html
* igt@xe_eudebug_online@set-breakpoint-faultable:
- shard-bmg: NOTRUN -> [SKIP][85] ([Intel XE#4837] / [Intel XE#6665]) +8 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-8/igt@xe_eudebug_online@set-breakpoint-faultable.html
* igt@xe_evict@evict-beng-small-external-cm:
- shard-lnl: NOTRUN -> [SKIP][86] ([Intel XE#688])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-8/igt@xe_evict@evict-beng-small-external-cm.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate-race:
- shard-bmg: NOTRUN -> [SKIP][87] ([Intel XE#2322]) +12 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-1/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate-race.html
* igt@xe_exec_basic@multigpu-once-null-defer-bind:
- shard-lnl: NOTRUN -> [SKIP][88] ([Intel XE#1392])
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-3/igt@xe_exec_basic@multigpu-once-null-defer-bind.html
* igt@xe_exec_multi_queue@one-queue-preempt-mode-fault-priority:
- shard-lnl: NOTRUN -> [SKIP][89] ([Intel XE#6874]) +2 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-2/igt@xe_exec_multi_queue@one-queue-preempt-mode-fault-priority.html
* igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-dyn-priority-smem:
- shard-bmg: NOTRUN -> [SKIP][90] ([Intel XE#6874]) +44 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-1/igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-dyn-priority-smem.html
* igt@xe_exec_system_allocator@many-64k-mmap-free-huge:
- shard-bmg: NOTRUN -> [SKIP][91] ([Intel XE#5007])
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-3/igt@xe_exec_system_allocator@many-64k-mmap-free-huge.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-huge-nomemset:
- shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#4943]) +3 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-8/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-huge-nomemset.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-new-huge:
- shard-bmg: NOTRUN -> [SKIP][93] ([Intel XE#4943]) +27 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-7/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-new-huge.html
* igt@xe_exec_system_allocator@twice-large-malloc-prefetch-madvise:
- shard-lnl: NOTRUN -> [WARN][94] ([Intel XE#5786])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-8/igt@xe_exec_system_allocator@twice-large-malloc-prefetch-madvise.html
* igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
- shard-bmg: NOTRUN -> [ABORT][95] ([Intel XE#5466])
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
* igt@xe_live_ktest@xe_eudebug:
- shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#2833])
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-1/igt@xe_live_ktest@xe_eudebug.html
* igt@xe_pat@pat-index-xelpg:
- shard-bmg: NOTRUN -> [SKIP][97] ([Intel XE#2236])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@xe_pat@pat-index-xelpg.html
* igt@xe_pm@s4-d3cold-basic-exec:
- shard-bmg: NOTRUN -> [SKIP][98] ([Intel XE#2284]) +1 other test skip
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-3/igt@xe_pm@s4-d3cold-basic-exec.html
* igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_video_decode0:
- shard-lnl: [PASS][99] -> [FAIL][100] ([Intel XE#6251])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-4/igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_video_decode0.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-3/igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_video_decode0.html
* igt@xe_pxp@display-pxp-fb:
- shard-bmg: NOTRUN -> [SKIP][101] ([Intel XE#4733]) +2 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-1/igt@xe_pxp@display-pxp-fb.html
* igt@xe_query@multigpu-query-invalid-extension:
- shard-bmg: NOTRUN -> [SKIP][102] ([Intel XE#944]) +4 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-8/igt@xe_query@multigpu-query-invalid-extension.html
* igt@xe_sriov_flr@flr-vf1-clear:
- shard-bmg: NOTRUN -> [FAIL][103] ([Intel XE#6569])
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@xe_sriov_flr@flr-vf1-clear.html
#### Possible fixes ####
* igt@kms_async_flips@async-flip-with-page-flip-events-linear:
- shard-lnl: [FAIL][104] ([Intel XE#5993]) -> [PASS][105] +3 other tests pass
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-2/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
* igt@kms_atomic_transition@plane-all-modeset-transition:
- shard-bmg: [INCOMPLETE][106] ([Intel XE#6819]) -> [PASS][107]
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-3/igt@kms_atomic_transition@plane-all-modeset-transition.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-7/igt@kms_atomic_transition@plane-all-modeset-transition.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-bmg: [DMESG-FAIL][108] ([Intel XE#5545]) -> [PASS][109] +1 other test pass
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-10/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-dp-2:
- shard-bmg: [INCOMPLETE][110] ([Intel XE#6891]) -> [PASS][111]
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-3/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-dp-2.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-7/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-dp-2.html
* igt@kms_flip@flip-vs-expired-vblank@a-edp1:
- shard-lnl: [FAIL][112] ([Intel XE#301]) -> [PASS][113]
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
* igt@kms_hdr@static-swap:
- shard-bmg: [ABORT][114] ([Intel XE#6740]) -> [PASS][115] +1 other test pass
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-9/igt@kms_hdr@static-swap.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-10/igt@kms_hdr@static-swap.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format:
- shard-bmg: [SKIP][116] ([Intel XE#6703]) -> [PASS][117] +66 other tests pass
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format.html
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format.html
* igt@kms_pm_dc@dc5-psr:
- shard-lnl: [FAIL][118] ([Intel XE#718]) -> [PASS][119] +1 other test pass
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-4/igt@kms_pm_dc@dc5-psr.html
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-3/igt@kms_pm_dc@dc5-psr.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-lnl: [FAIL][120] ([Intel XE#6361]) -> [PASS][121] +2 other tests pass
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-2/igt@kms_setmode@basic@pipe-b-edp-1.html
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-3/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@xe_exec_system_allocator@many-stride-mmap-prefetch:
- shard-bmg: [SKIP][122] ([Intel XE#6557] / [Intel XE#6703]) -> [PASS][123]
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@xe_exec_system_allocator@many-stride-mmap-prefetch.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-2/igt@xe_exec_system_allocator@many-stride-mmap-prefetch.html
* igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma:
- shard-lnl: [FAIL][124] ([Intel XE#5625]) -> [PASS][125]
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-3/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma.html
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-5/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma.html
* igt@xe_module_load@load:
- shard-lnl: ([PASS][126], [PASS][127], [PASS][128], [PASS][129], [PASS][130], [PASS][131], [PASS][132], [PASS][133], [PASS][134], [PASS][135], [PASS][136], [SKIP][137], [PASS][138], [PASS][139], [PASS][140], [PASS][141], [PASS][142], [PASS][143], [PASS][144], [PASS][145], [PASS][146], [PASS][147], [PASS][148], [PASS][149], [PASS][150], [PASS][151]) ([Intel XE#378]) -> ([PASS][152], [PASS][153], [PASS][154], [PASS][155], [PASS][156], [PASS][157], [PASS][158], [PASS][159], [PASS][160], [PASS][161], [PASS][162], [PASS][163], [PASS][164], [PASS][165], [PASS][166], [PASS][167], [PASS][168], [PASS][169], [PASS][170], [PASS][171], [PASS][172], [PASS][173], [PASS][174], [PASS][175], [PASS][176])
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-7/igt@xe_module_load@load.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-7/igt@xe_module_load@load.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-4/igt@xe_module_load@load.html
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-4/igt@xe_module_load@load.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-1/igt@xe_module_load@load.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-3/igt@xe_module_load@load.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-3/igt@xe_module_load@load.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-8/igt@xe_module_load@load.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-4/igt@xe_module_load@load.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-5/igt@xe_module_load@load.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-7/igt@xe_module_load@load.html
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-4/igt@xe_module_load@load.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-2/igt@xe_module_load@load.html
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-2/igt@xe_module_load@load.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-5/igt@xe_module_load@load.html
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-5/igt@xe_module_load@load.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-5/igt@xe_module_load@load.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-2/igt@xe_module_load@load.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-1/igt@xe_module_load@load.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-2/igt@xe_module_load@load.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-1/igt@xe_module_load@load.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-8/igt@xe_module_load@load.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-3/igt@xe_module_load@load.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-3/igt@xe_module_load@load.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-8/igt@xe_module_load@load.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-8/igt@xe_module_load@load.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-8/igt@xe_module_load@load.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-1/igt@xe_module_load@load.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-1/igt@xe_module_load@load.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-4/igt@xe_module_load@load.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-2/igt@xe_module_load@load.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-2/igt@xe_module_load@load.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-3/igt@xe_module_load@load.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-8/igt@xe_module_load@load.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-5/igt@xe_module_load@load.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-7/igt@xe_module_load@load.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-8/igt@xe_module_load@load.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-1/igt@xe_module_load@load.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-3/igt@xe_module_load@load.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-1/igt@xe_module_load@load.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-5/igt@xe_module_load@load.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-5/igt@xe_module_load@load.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-7/igt@xe_module_load@load.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-7/igt@xe_module_load@load.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-5/igt@xe_module_load@load.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-4/igt@xe_module_load@load.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-2/igt@xe_module_load@load.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-4/igt@xe_module_load@load.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-3/igt@xe_module_load@load.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-8/igt@xe_module_load@load.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-7/igt@xe_module_load@load.html
* igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_compute0:
- shard-lnl: [FAIL][177] ([Intel XE#6251]) -> [PASS][178] +1 other test pass
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-lnl-4/igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_compute0.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-lnl-3/igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_compute0.html
#### Warnings ####
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs:
- shard-bmg: [SKIP][179] ([Intel XE#6703]) -> [SKIP][180] ([Intel XE#2652] / [Intel XE#787])
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-7/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-bmg: [SKIP][181] ([Intel XE#6703]) -> [SKIP][182] ([Intel XE#2325]) +1 other test skip
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_chamelium_color@ctm-0-25.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-7/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_content_protection@content-type-change:
- shard-bmg: [SKIP][183] ([Intel XE#6703]) -> [SKIP][184] ([Intel XE#2341])
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_content_protection@content-type-change.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@kms_content_protection@content-type-change.html
* igt@kms_feature_discovery@psr2:
- shard-bmg: [SKIP][185] ([Intel XE#6703]) -> [SKIP][186] ([Intel XE#2374])
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_feature_discovery@psr2.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-2/igt@kms_feature_discovery@psr2.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-bmg: [SKIP][187] ([Intel XE#6703]) -> [SKIP][188] ([Intel XE#2293] / [Intel XE#2380])
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-7/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][189] ([Intel XE#6703]) -> [SKIP][190] ([Intel XE#2311]) +1 other test skip
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-draw-mmap-wc.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render:
- shard-bmg: [SKIP][191] ([Intel XE#6703]) -> [SKIP][192] ([Intel XE#2313]) +3 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-bmg: [SKIP][193] ([Intel XE#6703]) -> [SKIP][194] ([Intel XE#2350])
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: [ABORT][195] ([Intel XE#6740]) -> [SKIP][196] ([Intel XE#1503])
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-8/igt@kms_hdr@invalid-hdr.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-2/igt@kms_hdr@invalid-hdr.html
* igt@kms_pipe_stress@stress-xrgb8888-yftiled:
- shard-bmg: [SKIP][197] ([Intel XE#6703]) -> [SKIP][198] ([Intel XE#6912])
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-10/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-bmg: [SKIP][199] ([Intel XE#6693]) -> [SKIP][200] ([Intel XE#1439] / [Intel XE#836])
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-8/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
- shard-bmg: [SKIP][201] ([Intel XE#1406] / [Intel XE#6703]) -> [SKIP][202] ([Intel XE#1406] / [Intel XE#1489])
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-7/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr@fbc-psr-sprite-plane-onoff:
- shard-bmg: [SKIP][203] ([Intel XE#1406] / [Intel XE#6703]) -> [SKIP][204] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850])
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_psr@fbc-psr-sprite-plane-onoff.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@kms_psr@fbc-psr-sprite-plane-onoff.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-bmg: [SKIP][205] ([Intel XE#6703]) -> [SKIP][206] ([Intel XE#2330])
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_sharpness_filter@filter-toggle:
- shard-bmg: [SKIP][207] ([Intel XE#6703]) -> [SKIP][208] ([Intel XE#6503])
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_sharpness_filter@filter-toggle.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-8/igt@kms_sharpness_filter@filter-toggle.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [FAIL][209] ([Intel XE#1729]) -> [SKIP][210] ([Intel XE#2426])
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@kms_tiled_display@basic-test-pattern.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-3/igt@kms_tiled_display@basic-test-pattern.html
* igt@xe_eudebug@discovery-empty:
- shard-bmg: [SKIP][211] ([Intel XE#6703]) -> [SKIP][212] ([Intel XE#4837])
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@xe_eudebug@discovery-empty.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@xe_eudebug@discovery-empty.html
* igt@xe_eudebug_online@interrupt-all-set-breakpoint-faultable:
- shard-bmg: [SKIP][213] ([Intel XE#6703]) -> [SKIP][214] ([Intel XE#4837] / [Intel XE#6665])
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@xe_eudebug_online@interrupt-all-set-breakpoint-faultable.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-7/igt@xe_eudebug_online@interrupt-all-set-breakpoint-faultable.html
* igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-dyn-priority:
- shard-bmg: [SKIP][215] ([Intel XE#6703]) -> [SKIP][216] ([Intel XE#6874]) +1 other test skip
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-dyn-priority.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-2/igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-dyn-priority.html
* igt@xe_peer2peer@read:
- shard-bmg: [SKIP][217] ([Intel XE#2427]) -> [SKIP][218] ([Intel XE#2427] / [Intel XE#6953])
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-10/igt@xe_peer2peer@read.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-2/igt@xe_peer2peer@read.html
* igt@xe_peer2peer@write:
- shard-bmg: [SKIP][219] ([Intel XE#6953]) -> [SKIP][220] ([Intel XE#2427] / [Intel XE#6953])
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@xe_peer2peer@write.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-9/igt@xe_peer2peer@write.html
* igt@xe_pxp@display-black-pxp-fb:
- shard-bmg: [SKIP][221] ([Intel XE#6703]) -> [SKIP][222] ([Intel XE#4733])
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8681/shard-bmg-2/igt@xe_pxp@display-black-pxp-fb.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/shard-bmg-3/igt@xe_pxp@display-black-pxp-fb.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1428
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2350
[Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
[Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#2501]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2501
[Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504
[Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#3157]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3157
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
[Intel XE#4329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4329
[Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
[Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
[Intel XE#4692]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4692
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
[Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
[Intel XE#5007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5007
[Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
[Intel XE#5191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5191
[Intel XE#5299]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5299
[Intel XE#5466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5466
[Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
[Intel XE#5625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5625
[Intel XE#5786]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5786
[Intel XE#5993]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5993
[Intel XE#6054]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6054
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#6251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6251
[Intel XE#6361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6361
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#6507]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6507
[Intel XE#6557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6557
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
[Intel XE#6599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6599
[Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
[Intel XE#6681]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6681
[Intel XE#6693]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6693
[Intel XE#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703
[Intel XE#6740]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6740
[Intel XE#6814]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6814
[Intel XE#6819]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6819
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#6891]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6891
[Intel XE#6912]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6912
[Intel XE#6953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6953
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8681 -> IGTPW_14282
* Linux: xe-4315-633f3e5eab13c5bc2d760d1f3db65eb346d9babb -> xe-4326-5fc5192372599f11da8dee072fd8beb4414f8eca
IGTPW_14282: 14282
IGT_8681: c49f35440873244aa86e778007ed2dcbe5bf0ecb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4315-633f3e5eab13c5bc2d760d1f3db65eb346d9babb: 633f3e5eab13c5bc2d760d1f3db65eb346d9babb
xe-4326-5fc5192372599f11da8dee072fd8beb4414f8eca: 5fc5192372599f11da8dee072fd8beb4414f8eca
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14282/index.html
[-- Attachment #2: Type: text/html, Size: 67966 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* ✗ i915.CI.Full: failure for Madvise feature in SVM for Multi-GPU configs
2026-01-05 3:59 [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs nishit.sharma
` (13 preceding siblings ...)
2026-01-05 7:32 ` ✗ Xe.CI.Full: failure " Patchwork
@ 2026-01-05 8:05 ` Patchwork
14 siblings, 0 replies; 19+ messages in thread
From: Patchwork @ 2026-01-05 8:05 UTC (permalink / raw)
To: nishit.sharma; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 132840 bytes --]
== Series Details ==
Series: Madvise feature in SVM for Multi-GPU configs
URL : https://patchwork.freedesktop.org/series/159617/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_17763_full -> IGTPW_14282_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_14282_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_14282_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/index.html
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_14282_full:
### IGT changes ###
#### Possible regressions ####
* igt@perf_pmu@all-busy-idle-check-all:
- shard-dg1: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg1-17/igt@perf_pmu@all-busy-idle-check-all.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-13/igt@perf_pmu@all-busy-idle-check-all.html
Known issues
------------
Here are the changes found in IGTPW_14282_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-dg1: NOTRUN -> [SKIP][3] ([i915#8411])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-18/igt@api_intel_bb@blit-reloc-keep-cache.html
- shard-mtlp: NOTRUN -> [SKIP][4] ([i915#8411])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-6/igt@api_intel_bb@blit-reloc-keep-cache.html
- shard-dg2: NOTRUN -> [SKIP][5] ([i915#8411])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-5/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@api_intel_bb@crc32:
- shard-rkl: NOTRUN -> [SKIP][6] ([i915#6230])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-8/igt@api_intel_bb@crc32.html
* igt@device_reset@cold-reset-bound:
- shard-rkl: NOTRUN -> [SKIP][7] ([i915#11078])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-8/igt@device_reset@cold-reset-bound.html
* igt@device_reset@unbind-cold-reset-rebind:
- shard-tglu: NOTRUN -> [SKIP][8] ([i915#11078])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-8/igt@device_reset@unbind-cold-reset-rebind.html
* igt@gem_ccs@suspend-resume:
- shard-tglu: NOTRUN -> [SKIP][9] ([i915#9323])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-10/igt@gem_ccs@suspend-resume.html
* igt@gem_close_race@multigpu-basic-process:
- shard-rkl: NOTRUN -> [SKIP][10] ([i915#7697])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-tglu: NOTRUN -> [SKIP][11] ([i915#6335])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-2/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_ctx_persistence@hang:
- shard-mtlp: NOTRUN -> [SKIP][12] ([i915#8555])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-6/igt@gem_ctx_persistence@hang.html
- shard-dg1: NOTRUN -> [SKIP][13] ([i915#8555])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-18/igt@gem_ctx_persistence@hang.html
- shard-snb: NOTRUN -> [SKIP][14] ([i915#1099])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-snb6/igt@gem_ctx_persistence@hang.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg2: NOTRUN -> [SKIP][15] ([i915#8555]) +1 other test skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-7/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-tglu: NOTRUN -> [SKIP][16] ([i915#280])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-5/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_ctx_sseu@mmap-args:
- shard-tglu-1: NOTRUN -> [SKIP][17] ([i915#280])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@in-flight-suspend:
- shard-rkl: [PASS][18] -> [INCOMPLETE][19] ([i915#13390])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-3/igt@gem_eio@in-flight-suspend.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-3/igt@gem_eio@in-flight-suspend.html
- shard-glk: NOTRUN -> [INCOMPLETE][20] ([i915#13390])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk2/igt@gem_eio@in-flight-suspend.html
* igt@gem_exec_balancer@parallel-balancer:
- shard-tglu: NOTRUN -> [SKIP][21] ([i915#4525]) +1 other test skip
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-4/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_balancer@parallel-keep-in-fence:
- shard-rkl: NOTRUN -> [SKIP][22] ([i915#4525]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@gem_exec_balancer@parallel-keep-in-fence.html
* igt@gem_exec_capture@capture-invisible:
- shard-rkl: NOTRUN -> [SKIP][23] ([i915#6334]) +1 other test skip
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-3/igt@gem_exec_capture@capture-invisible.html
* igt@gem_exec_reloc@basic-cpu-read:
- shard-rkl: NOTRUN -> [SKIP][24] ([i915#14544] / [i915#3281])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@gem_exec_reloc@basic-cpu-read.html
* igt@gem_exec_reloc@basic-write-read-noreloc:
- shard-rkl: NOTRUN -> [SKIP][25] ([i915#3281]) +9 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@gem_exec_reloc@basic-write-read-noreloc.html
* igt@gem_exec_reloc@basic-write-wc-active:
- shard-dg2: NOTRUN -> [SKIP][26] ([i915#3281])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-8/igt@gem_exec_reloc@basic-write-wc-active.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-dg1: NOTRUN -> [SKIP][27] ([i915#4812])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-12/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_exec_suspend@basic-s3@smem:
- shard-glk: NOTRUN -> [INCOMPLETE][28] ([i915#13196] / [i915#13356]) +1 other test incomplete
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk5/igt@gem_exec_suspend@basic-s3@smem.html
* igt@gem_fence_thrash@bo-copy:
- shard-dg1: NOTRUN -> [SKIP][29] ([i915#4860]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-18/igt@gem_fence_thrash@bo-copy.html
- shard-mtlp: NOTRUN -> [SKIP][30] ([i915#4860])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-5/igt@gem_fence_thrash@bo-copy.html
* igt@gem_fence_thrash@bo-write-verify-y:
- shard-dg2: NOTRUN -> [SKIP][31] ([i915#4860]) +2 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-5/igt@gem_fence_thrash@bo-write-verify-y.html
* igt@gem_huc_copy@huc-copy:
- shard-rkl: NOTRUN -> [SKIP][32] ([i915#2190])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@gem_huc_copy@huc-copy.html
- shard-tglu: NOTRUN -> [SKIP][33] ([i915#2190])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-6/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-rkl: NOTRUN -> [SKIP][34] ([i915#4613] / [i915#7582])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@heavy-random:
- shard-glk: NOTRUN -> [SKIP][35] ([i915#4613]) +4 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk9/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-tglu: NOTRUN -> [SKIP][36] ([i915#4613]) +1 other test skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-6/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@massive:
- shard-tglu-1: NOTRUN -> [SKIP][37] ([i915#4613]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@gem_lmem_swapping@massive.html
* igt@gem_lmem_swapping@massive-random:
- shard-rkl: NOTRUN -> [SKIP][38] ([i915#14544] / [i915#4613]) +1 other test skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@gem_lmem_swapping@massive-random.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-rkl: NOTRUN -> [SKIP][39] ([i915#4613]) +3 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-5/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_madvise@dontneed-before-pwrite:
- shard-rkl: NOTRUN -> [SKIP][40] ([i915#14544] / [i915#3282]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@gem_madvise@dontneed-before-pwrite.html
* igt@gem_media_vme:
- shard-tglu: NOTRUN -> [SKIP][41] ([i915#284])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-9/igt@gem_media_vme.html
* igt@gem_mmap_gtt@zero-extend:
- shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4077])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-6/igt@gem_mmap_gtt@zero-extend.html
* igt@gem_mmap_offset@clear-via-pagefault:
- shard-mtlp: [PASS][43] -> [ABORT][44] ([i915#14809]) +1 other test abort
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-mtlp-5/igt@gem_mmap_offset@clear-via-pagefault.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-7/igt@gem_mmap_offset@clear-via-pagefault.html
* igt@gem_mmap_wc@bad-size:
- shard-dg2: NOTRUN -> [SKIP][45] ([i915#4083]) +2 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-4/igt@gem_mmap_wc@bad-size.html
* igt@gem_mmap_wc@write-cpu-read-wc:
- shard-dg1: NOTRUN -> [SKIP][46] ([i915#4083])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-14/igt@gem_mmap_wc@write-cpu-read-wc.html
- shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4083])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-8/igt@gem_mmap_wc@write-cpu-read-wc.html
* igt@gem_partial_pwrite_pread@write-uncached:
- shard-dg2: NOTRUN -> [SKIP][48] ([i915#3282]) +3 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-3/igt@gem_partial_pwrite_pread@write-uncached.html
* igt@gem_partial_pwrite_pread@writes-after-reads-snoop:
- shard-dg1: NOTRUN -> [SKIP][49] ([i915#3282]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-16/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
- shard-rkl: NOTRUN -> [SKIP][50] ([i915#3282]) +3 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
* igt@gem_pread@exhaustion:
- shard-tglu: NOTRUN -> [WARN][51] ([i915#2658])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-8/igt@gem_pread@exhaustion.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-dg2: NOTRUN -> [SKIP][52] ([i915#4270]) +2 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-4/igt@gem_pxp@fail-invalid-protected-context.html
- shard-dg1: NOTRUN -> [SKIP][53] ([i915#4270])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-16/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_pxp@protected-encrypted-src-copy-not-readible:
- shard-rkl: [PASS][54] -> [SKIP][55] ([i915#4270]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-7/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html
* igt@gem_readwrite@write-bad-handle:
- shard-mtlp: NOTRUN -> [SKIP][56] ([i915#3282])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-8/igt@gem_readwrite@write-bad-handle.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][57] ([i915#5190] / [i915#8428]) +3 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-7/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_render_copy@yf-tiled-to-vebox-linear:
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#8428]) +1 other test skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-4/igt@gem_render_copy@yf-tiled-to-vebox-linear.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#4079]) +2 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-1/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
- shard-rkl: NOTRUN -> [SKIP][60] ([i915#14544] / [i915#8411])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
- shard-dg1: NOTRUN -> [SKIP][61] ([i915#4079])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-14/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
- shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4079])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-8/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-dg2: NOTRUN -> [SKIP][63] ([i915#4885])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-8/igt@gem_softpin@evict-snoop-interruptible.html
- shard-dg1: NOTRUN -> [SKIP][64] ([i915#4885])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-13/igt@gem_softpin@evict-snoop-interruptible.html
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#4885])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-3/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-tglu: NOTRUN -> [SKIP][66] ([i915#3297])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-8/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-rkl: NOTRUN -> [SKIP][67] ([i915#3297] / [i915#3323])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@readonly-unsync:
- shard-tglu-1: NOTRUN -> [SKIP][68] ([i915#3297]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@gem_userptr_blits@readonly-unsync.html
* igt@gem_userptr_blits@unsync-unmap:
- shard-rkl: NOTRUN -> [SKIP][69] ([i915#14544] / [i915#3297])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@gem_userptr_blits@unsync-unmap.html
* igt@gen9_exec_parse@basic-rejected-ctx-param:
- shard-tglu: NOTRUN -> [SKIP][70] ([i915#2527] / [i915#2856]) +3 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-10/igt@gen9_exec_parse@basic-rejected-ctx-param.html
* igt@gen9_exec_parse@batch-without-end:
- shard-dg2: NOTRUN -> [SKIP][71] ([i915#2856]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-3/igt@gen9_exec_parse@batch-without-end.html
* igt@gen9_exec_parse@bb-chained:
- shard-rkl: NOTRUN -> [SKIP][72] ([i915#2527]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@gen9_exec_parse@bb-chained.html
* igt@gen9_exec_parse@bb-oversize:
- shard-rkl: NOTRUN -> [SKIP][73] ([i915#14544] / [i915#2527])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@unaligned-jump:
- shard-tglu-1: NOTRUN -> [SKIP][74] ([i915#2527] / [i915#2856]) +1 other test skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@gen9_exec_parse@unaligned-jump.html
* igt@i915_drm_fdinfo@busy-idle-check-all@vcs1:
- shard-dg1: NOTRUN -> [SKIP][75] ([i915#11527]) +5 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-12/igt@i915_drm_fdinfo@busy-idle-check-all@vcs1.html
* igt@i915_drm_fdinfo@most-busy-check-all@vecs0:
- shard-dg2: NOTRUN -> [SKIP][76] ([i915#14073]) +7 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-4/igt@i915_drm_fdinfo@most-busy-check-all@vecs0.html
* igt@i915_drm_fdinfo@virtual-busy-idle:
- shard-dg2: NOTRUN -> [SKIP][77] ([i915#14118])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-5/igt@i915_drm_fdinfo@virtual-busy-idle.html
- shard-dg1: NOTRUN -> [SKIP][78] ([i915#14118])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-12/igt@i915_drm_fdinfo@virtual-busy-idle.html
* igt@i915_module_load@reload-no-display:
- shard-dg2: [PASS][79] -> [DMESG-WARN][80] ([i915#13029] / [i915#14545])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-7/igt@i915_module_load@reload-no-display.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-3/igt@i915_module_load@reload-no-display.html
- shard-dg1: [PASS][81] -> [DMESG-WARN][82] ([i915#13029] / [i915#14545])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg1-18/igt@i915_module_load@reload-no-display.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-18/igt@i915_module_load@reload-no-display.html
- shard-tglu: [PASS][83] -> [DMESG-WARN][84] ([i915#13029] / [i915#14545])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-tglu-4/igt@i915_module_load@reload-no-display.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-3/igt@i915_module_load@reload-no-display.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-rkl: NOTRUN -> [SKIP][85] ([i915#8399])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-2/igt@i915_pm_freq_api@freq-suspend.html
* igt@i915_pm_freq_mult@media-freq@gt0:
- shard-rkl: NOTRUN -> [SKIP][86] ([i915#6590]) +1 other test skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@i915_pm_freq_mult@media-freq@gt0.html
* igt@i915_pm_rpm@system-suspend:
- shard-glk10: [PASS][87] -> [INCOMPLETE][88] ([i915#13356])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-glk10/igt@i915_pm_rpm@system-suspend.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk10/igt@i915_pm_rpm@system-suspend.html
* igt@i915_power@sanity:
- shard-rkl: NOTRUN -> [SKIP][89] ([i915#7984])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@i915_power@sanity.html
* igt@i915_query@hwconfig_table:
- shard-tglu: NOTRUN -> [SKIP][90] ([i915#6245])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-6/igt@i915_query@hwconfig_table.html
* igt@i915_selftest@live@workarounds:
- shard-dg2: NOTRUN -> [DMESG-FAIL][91] ([i915#12061]) +1 other test dmesg-fail
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-3/igt@i915_selftest@live@workarounds.html
* igt@i915_suspend@basic-s2idle-without-i915:
- shard-tglu-1: NOTRUN -> [INCOMPLETE][92] ([i915#4817])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@i915_suspend@basic-s2idle-without-i915.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-tglu: NOTRUN -> [INCOMPLETE][93] ([i915#4817] / [i915#7443])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-10/igt@i915_suspend@basic-s3-without-i915.html
* igt@intel_hwmon@hwmon-read:
- shard-rkl: NOTRUN -> [SKIP][94] ([i915#7707])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-5/igt@intel_hwmon@hwmon-read.html
* igt@kms_addfb_basic@clobberred-modifier:
- shard-dg2: NOTRUN -> [SKIP][95] ([i915#4212]) +3 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-11/igt@kms_addfb_basic@clobberred-modifier.html
* igt@kms_async_flips@async-flip-suspend-resume@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][96] ([i915#12761]) +1 other test incomplete
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-3/igt@kms_async_flips@async-flip-suspend-resume@pipe-b-hdmi-a-2.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg2: NOTRUN -> [SKIP][97] ([i915#9531])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-glk: NOTRUN -> [SKIP][98] ([i915#1769]) +1 other test skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-rkl: NOTRUN -> [SKIP][99] ([i915#1769] / [i915#3555])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-tglu-1: NOTRUN -> [SKIP][100] ([i915#1769] / [i915#3555])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][101] ([i915#5286]) +4 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-2/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][102] ([i915#14544] / [i915#5286])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-addfb-size-offset-overflow:
- shard-tglu: NOTRUN -> [SKIP][103] ([i915#5286]) +4 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-4/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-tglu-1: NOTRUN -> [SKIP][104] ([i915#5286])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
- shard-dg1: NOTRUN -> [SKIP][105] ([i915#4538] / [i915#5286])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-19/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
- shard-mtlp: NOTRUN -> [FAIL][106] ([i915#5138])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][107] ([i915#3638]) +2 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][108] ([i915#4538] / [i915#5190]) +5 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-8/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
- shard-mtlp: NOTRUN -> [SKIP][109] +3 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html
- shard-dg1: NOTRUN -> [SKIP][110] ([i915#4538])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-18/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_ccs@bad-pixel-format-4-tiled-dg2-mc-ccs:
- shard-snb: NOTRUN -> [SKIP][111] +45 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-snb4/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1:
- shard-dg1: NOTRUN -> [SKIP][112] ([i915#6095]) +206 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-14/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][113] ([i915#12313])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][114] ([i915#6095]) +69 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-7/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2:
- shard-glk: NOTRUN -> [SKIP][115] +371 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk6/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][116] ([i915#10307] / [i915#6095]) +150 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-4/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs:
- shard-glk10: NOTRUN -> [SKIP][117] +96 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk10/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][118] ([i915#14544] / [i915#6095]) +2 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-rkl: NOTRUN -> [SKIP][119] ([i915#12805])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-5/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][120] ([i915#6095]) +66 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][121] ([i915#14098] / [i915#14544] / [i915#6095]) +2 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-tglu: NOTRUN -> [SKIP][122] ([i915#12805])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-7/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][123] ([i915#12796])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk9/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][124] ([i915#6095]) +49 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-5/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1:
- shard-glk10: NOTRUN -> [INCOMPLETE][125] ([i915#12796]) +1 other test incomplete
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk10/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][126] ([i915#6095]) +14 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-6/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-a-edp-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][127] ([i915#14098] / [i915#6095]) +46 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-3/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
- shard-tglu-1: NOTRUN -> [SKIP][128] ([i915#6095]) +24 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_cdclk@mode-transition:
- shard-rkl: NOTRUN -> [SKIP][129] ([i915#14544] / [i915#3742])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][130] ([i915#13783]) +3 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-6/igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3.html
* igt@kms_chamelium_edid@dp-edid-read:
- shard-dg2: NOTRUN -> [SKIP][131] ([i915#11151] / [i915#7828]) +5 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-4/igt@kms_chamelium_edid@dp-edid-read.html
* igt@kms_chamelium_edid@hdmi-mode-timings:
- shard-dg1: NOTRUN -> [SKIP][132] ([i915#11151] / [i915#7828])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-13/igt@kms_chamelium_edid@hdmi-mode-timings.html
* igt@kms_chamelium_hpd@dp-hpd:
- shard-rkl: NOTRUN -> [SKIP][133] ([i915#11151] / [i915#7828]) +8 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_chamelium_hpd@dp-hpd.html
- shard-tglu-1: NOTRUN -> [SKIP][134] ([i915#11151] / [i915#7828]) +3 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_chamelium_hpd@dp-hpd.html
* igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode:
- shard-tglu: NOTRUN -> [SKIP][135] ([i915#11151] / [i915#7828]) +8 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-2/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html
- shard-mtlp: NOTRUN -> [SKIP][136] ([i915#11151] / [i915#7828]) +1 other test skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-5/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html
- shard-rkl: NOTRUN -> [SKIP][137] ([i915#11151] / [i915#14544] / [i915#7828])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html
* igt@kms_content_protection@atomic-dpms@pipe-a-dp-3:
- shard-dg2: NOTRUN -> [FAIL][138] ([i915#7173])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-11/igt@kms_content_protection@atomic-dpms@pipe-a-dp-3.html
* igt@kms_content_protection@content-type-change:
- shard-tglu: NOTRUN -> [SKIP][139] ([i915#6944] / [i915#9424])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-7/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-rkl: NOTRUN -> [SKIP][140] ([i915#3116])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-5/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@mei-interface:
- shard-mtlp: NOTRUN -> [SKIP][141] ([i915#8063] / [i915#9433])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-3/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-dg2: NOTRUN -> [SKIP][142] ([i915#6944] / [i915#7118])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-5/igt@kms_content_protection@srm.html
- shard-dg1: NOTRUN -> [SKIP][143] ([i915#6944] / [i915#7116])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-18/igt@kms_content_protection@srm.html
- shard-tglu: NOTRUN -> [SKIP][144] ([i915#6944] / [i915#7116] / [i915#7118])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-7/igt@kms_content_protection@srm.html
- shard-mtlp: NOTRUN -> [SKIP][145] ([i915#6944])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-6/igt@kms_content_protection@srm.html
* igt@kms_content_protection@suspend-resume:
- shard-rkl: NOTRUN -> [SKIP][146] ([i915#6944])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-8/igt@kms_content_protection@suspend-resume.html
* igt@kms_content_protection@uevent:
- shard-dg2: NOTRUN -> [SKIP][147] ([i915#6944] / [i915#7118] / [i915#9424])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-8/igt@kms_content_protection@uevent.html
- shard-rkl: NOTRUN -> [SKIP][148] ([i915#6944] / [i915#7118] / [i915#9424])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-2/igt@kms_content_protection@uevent.html
- shard-tglu: NOTRUN -> [SKIP][149] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-3/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-32x10:
- shard-tglu-1: NOTRUN -> [SKIP][150] ([i915#3555])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_cursor_crc@cursor-offscreen-32x10.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-tglu: [PASS][151] -> [FAIL][152] ([i915#13566]) +5 other tests fail
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-tglu-9/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-2/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-2:
- shard-rkl: [PASS][153] -> [FAIL][154] ([i915#13566]) +1 other test fail
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-2.html
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-2.html
* igt@kms_cursor_crc@cursor-onscreen-max-size:
- shard-mtlp: NOTRUN -> [SKIP][155] ([i915#3555] / [i915#8814])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-4/igt@kms_cursor_crc@cursor-onscreen-max-size.html
* igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][156] ([i915#13566])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-2.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-tglu: NOTRUN -> [SKIP][157] ([i915#13049])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-9/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-dg2: NOTRUN -> [SKIP][158] ([i915#3555]) +4 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-11/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-rkl: NOTRUN -> [SKIP][159] ([i915#13049] / [i915#14544])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-tglu-1: NOTRUN -> [SKIP][160] ([i915#13049])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
- shard-rkl: NOTRUN -> [SKIP][161] ([i915#3555]) +2 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-rkl: NOTRUN -> [SKIP][162] ([i915#13049]) +1 other test skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-rkl: NOTRUN -> [SKIP][163] ([i915#4103]) +1 other test skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@cursora-vs-flipb-toggle:
- shard-dg2: NOTRUN -> [SKIP][164] ([i915#13046] / [i915#5354]) +5 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-7/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html
- shard-rkl: NOTRUN -> [SKIP][165] ([i915#14544]) +2 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-mtlp: NOTRUN -> [SKIP][166] ([i915#9809]) +3 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-tglu-1: NOTRUN -> [SKIP][167] ([i915#9067])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-tglu: NOTRUN -> [SKIP][168] ([i915#4103]) +1 other test skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-10/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#9723])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-5/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-tglu: NOTRUN -> [SKIP][170] ([i915#13749])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-4/igt@kms_dp_link_training@non-uhbr-mst.html
- shard-dg2: NOTRUN -> [SKIP][171] ([i915#13749])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-11/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-rkl: NOTRUN -> [SKIP][172] ([i915#13749] / [i915#14544])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-rkl: NOTRUN -> [SKIP][173] ([i915#13748] / [i915#14544])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-rkl: NOTRUN -> [SKIP][174] ([i915#13707])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-5/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_dp_linktrain_fallback@dsc-fallback:
- shard-tglu-1: NOTRUN -> [SKIP][175] ([i915#13707])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_dp_linktrain_fallback@dsc-fallback.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-tglu: NOTRUN -> [SKIP][176] ([i915#3840])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-8/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-tglu-1: NOTRUN -> [SKIP][177] ([i915#3840] / [i915#9053])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fb_coherency@memset-crc@mmap-gtt:
- shard-rkl: NOTRUN -> [CRASH][178] ([i915#15351]) +1 other test crash
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_fb_coherency@memset-crc@mmap-gtt.html
* igt@kms_fb_coherency@memset-crc@mmap-offset-fixed:
- shard-dg1: NOTRUN -> [CRASH][179] ([i915#15351]) +1 other test crash
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-16/igt@kms_fb_coherency@memset-crc@mmap-offset-fixed.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][180] ([i915#3955])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-8/igt@kms_fbcon_fbt@psr-suspend.html
- shard-dg1: NOTRUN -> [SKIP][181] ([i915#3469])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-18/igt@kms_fbcon_fbt@psr-suspend.html
- shard-tglu: NOTRUN -> [SKIP][182] ([i915#3469])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-3/igt@kms_fbcon_fbt@psr-suspend.html
- shard-dg2: NOTRUN -> [SKIP][183] ([i915#3469])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-3/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-2x:
- shard-tglu: NOTRUN -> [SKIP][184] ([i915#1839])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-10/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-3x:
- shard-rkl: NOTRUN -> [SKIP][185] ([i915#14544] / [i915#1839])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_feature_discovery@display-3x.html
* igt@kms_flip@2x-flip-vs-dpms:
- shard-tglu-1: NOTRUN -> [SKIP][186] ([i915#3637] / [i915#9934]) +2 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_flip@2x-flip-vs-dpms.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-rkl: NOTRUN -> [SKIP][187] ([i915#9934]) +2 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
- shard-dg1: NOTRUN -> [SKIP][188] ([i915#9934]) +1 other test skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-12/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-modeset:
- shard-tglu: NOTRUN -> [SKIP][189] ([i915#3637] / [i915#9934]) +7 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-8/igt@kms_flip@2x-flip-vs-modeset.html
* igt@kms_flip@2x-plain-flip-ts-check:
- shard-mtlp: NOTRUN -> [SKIP][190] ([i915#3637] / [i915#9934])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-4/igt@kms_flip@2x-plain-flip-ts-check.html
* igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-dg2: NOTRUN -> [SKIP][191] ([i915#9934]) +2 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-7/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a1:
- shard-glk10: NOTRUN -> [FAIL][192] ([i915#13027]) +1 other test fail
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk10/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a1.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a2:
- shard-rkl: NOTRUN -> [INCOMPLETE][193] ([i915#6113]) +1 other test incomplete
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-3/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a2.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#8810] / [i915#8813]) +1 other test skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][195] ([i915#2672]) +2 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling:
- shard-dg2: NOTRUN -> [SKIP][196] ([i915#2672] / [i915#3555] / [i915#5190])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-4/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html
- shard-dg1: NOTRUN -> [SKIP][197] ([i915#2587] / [i915#2672] / [i915#3555])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][198] ([i915#2672] / [i915#8813])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][199] ([i915#2587] / [i915#2672]) +1 other test skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
- shard-tglu: NOTRUN -> [SKIP][200] ([i915#2672] / [i915#3555]) +6 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-10/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][201] ([i915#2672] / [i915#3555]) +5 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][202] ([i915#2587] / [i915#2672]) +6 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][203] ([i915#2672]) +5 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling:
- shard-dg1: NOTRUN -> [SKIP][204] ([i915#2672] / [i915#3555])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-18/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][205] ([i915#2672] / [i915#3555])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-tglu-1: NOTRUN -> [SKIP][206] ([i915#2587] / [i915#2672])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-mtlp: NOTRUN -> [SKIP][207] ([i915#2672] / [i915#3555] / [i915#8813]) +4 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
- shard-dg2: NOTRUN -> [SKIP][208] ([i915#2672] / [i915#3555]) +3 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][209] ([i915#15104]) +1 other test skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move:
- shard-dg2: [PASS][210] -> [FAIL][211] ([i915#15389] / [i915#6880])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][212] ([i915#14544] / [i915#1825]) +8 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][213] ([i915#8708]) +1 other test skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][214] +7 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-12/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][215] ([i915#8708]) +8 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-rkl: NOTRUN -> [SKIP][216] ([i915#5439]) +1 other test skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-8/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][217] ([i915#14544] / [i915#15102]) +1 other test skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
- shard-tglu-1: NOTRUN -> [SKIP][218] ([i915#15102]) +6 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
- shard-rkl: NOTRUN -> [SKIP][219] ([i915#14544] / [i915#15102] / [i915#3023]) +1 other test skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][220] +19 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][221] ([i915#8708]) +10 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-msflip-blt:
- shard-tglu: NOTRUN -> [SKIP][222] +58 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-tglu: NOTRUN -> [SKIP][223] ([i915#9766])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-6/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][224] ([i915#15102]) +1 other test skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-pwrite.html
- shard-rkl: NOTRUN -> [SKIP][225] ([i915#15102]) +1 other test skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff:
- shard-dg1: NOTRUN -> [SKIP][226] ([i915#15102] / [i915#3458])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@psr-1p-rte:
- shard-dg2: NOTRUN -> [SKIP][227] ([i915#15102] / [i915#3458]) +5 other tests skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-pgflip-blt:
- shard-mtlp: NOTRUN -> [SKIP][228] ([i915#1825]) +2 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-onoff:
- shard-dg2: NOTRUN -> [SKIP][229] ([i915#5354]) +11 other tests skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][230] ([i915#1825]) +36 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html
- shard-tglu-1: NOTRUN -> [SKIP][231] +16 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-modesetfrombusy:
- shard-rkl: NOTRUN -> [SKIP][232] ([i915#15102] / [i915#3023]) +22 other tests skip
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-blt:
- shard-tglu: NOTRUN -> [SKIP][233] ([i915#15102]) +28 other tests skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-8/igt@kms_frontbuffer_tracking@psr-rgb565-draw-blt.html
* igt@kms_hdmi_inject@inject-audio:
- shard-tglu: NOTRUN -> [SKIP][234] ([i915#13030])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-3/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-tglu: NOTRUN -> [SKIP][235] ([i915#3555] / [i915#8228]) +2 other tests skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-4/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@brightness-with-hdr:
- shard-rkl: NOTRUN -> [SKIP][236] ([i915#12713])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@static-toggle:
- shard-dg2: [PASS][237] -> [SKIP][238] ([i915#3555] / [i915#8228]) +1 other test skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-11/igt@kms_hdr@static-toggle.html
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-8/igt@kms_hdr@static-toggle.html
- shard-dg1: NOTRUN -> [SKIP][239] ([i915#3555] / [i915#8228])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-13/igt@kms_hdr@static-toggle.html
* igt@kms_hdr@static-toggle-suspend:
- shard-dg2: NOTRUN -> [SKIP][240] ([i915#3555] / [i915#8228])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-3/igt@kms_hdr@static-toggle-suspend.html
- shard-rkl: NOTRUN -> [SKIP][241] ([i915#3555] / [i915#8228]) +1 other test skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-8/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-tglu: NOTRUN -> [SKIP][242] ([i915#15459]) +1 other test skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-6/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][243] ([i915#15458])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-tglu: NOTRUN -> [SKIP][244] ([i915#15458]) +1 other test skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-3/igt@kms_joiner@invalid-modeset-ultra-joiner.html
- shard-dg2: NOTRUN -> [SKIP][245] ([i915#15458])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-4/igt@kms_joiner@invalid-modeset-ultra-joiner.html
- shard-rkl: NOTRUN -> [SKIP][246] ([i915#15458])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-tglu-1: NOTRUN -> [SKIP][247] ([i915#1839])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-rkl: NOTRUN -> [SKIP][248] ([i915#14544] / [i915#6301])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
- shard-dg2: NOTRUN -> [SKIP][249] +5 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-8/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-rkl: [PASS][250] -> [INCOMPLETE][251] ([i915#12756] / [i915#13476])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-4/igt@kms_pipe_crc_basic@suspend-read-crc.html
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1:
- shard-glk: [PASS][252] -> [INCOMPLETE][253] ([i915#12756] / [i915#13409] / [i915#13476])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-glk2/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk2/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2:
- shard-rkl: [PASS][254] -> [INCOMPLETE][255] ([i915#13476])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-4/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2.html
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2.html
* igt@kms_pipe_stress@stress-xrgb8888-4tiled:
- shard-rkl: NOTRUN -> [SKIP][256] ([i915#14712])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_pipe_stress@stress-xrgb8888-4tiled.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][257] ([i915#13026]) +1 other test incomplete
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk9/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_alpha_blend@constant-alpha-max:
- shard-glk: NOTRUN -> [FAIL][258] ([i915#10647] / [i915#12169])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk2/igt@kms_plane_alpha_blend@constant-alpha-max.html
* igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][259] ([i915#10647]) +1 other test fail
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk2/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html
* igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-1-size-128:
- shard-tglu-1: NOTRUN -> [FAIL][260] ([i915#15305]) +2 other tests fail
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-1-size-128.html
* igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-1-size-64:
- shard-tglu-1: NOTRUN -> [FAIL][261] ([i915#15385])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-1-size-64.html
* igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-2-size-256:
- shard-rkl: [PASS][262] -> [FAIL][263] ([i915#15305]) +2 other tests fail
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-3/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-2-size-256.html
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-2-size-256.html
* igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-2-size-64:
- shard-rkl: [PASS][264] -> [FAIL][265] ([i915#15385])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-3/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-2-size-64.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-2-size-64.html
* igt@kms_plane_multiple@2x-tiling-4:
- shard-dg2: NOTRUN -> [SKIP][266] ([i915#13958])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-7/igt@kms_plane_multiple@2x-tiling-4.html
- shard-rkl: NOTRUN -> [SKIP][267] ([i915#13958])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_plane_multiple@2x-tiling-4.html
- shard-tglu: NOTRUN -> [SKIP][268] ([i915#13958])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-9/igt@kms_plane_multiple@2x-tiling-4.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a:
- shard-dg1: NOTRUN -> [SKIP][269] ([i915#15329]) +9 other tests skip
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-18/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation:
- shard-rkl: NOTRUN -> [SKIP][270] ([i915#15329] / [i915#3555])
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-3/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][271] ([i915#15329]) +14 other tests skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-8/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-c:
- shard-tglu: NOTRUN -> [SKIP][272] ([i915#15329]) +9 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-3/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-c.html
* igt@kms_pm_backlight@basic-brightness:
- shard-tglu: NOTRUN -> [SKIP][273] ([i915#9812])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-2/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-rkl: NOTRUN -> [SKIP][274] ([i915#12343] / [i915#14544])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_pm_backlight@brightness-with-dpms.html
- shard-dg2: NOTRUN -> [SKIP][275] ([i915#12343])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-7/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_dc@dc5-psr:
- shard-tglu: NOTRUN -> [SKIP][276] ([i915#9685])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-6/igt@kms_pm_dc@dc5-psr.html
- shard-dg2: NOTRUN -> [SKIP][277] ([i915#9685])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-1/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2: NOTRUN -> [SKIP][278] ([i915#14104])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-3/igt@kms_pm_dc@dc6-dpms.html
- shard-rkl: NOTRUN -> [FAIL][279] ([i915#9295])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-8/igt@kms_pm_dc@dc6-dpms.html
- shard-dg1: NOTRUN -> [SKIP][280] ([i915#3361])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-13/igt@kms_pm_dc@dc6-dpms.html
- shard-tglu: NOTRUN -> [FAIL][281] ([i915#9295])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-7/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-tglu: NOTRUN -> [SKIP][282] ([i915#8430])
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-7/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@i2c:
- shard-dg1: [PASS][283] -> [DMESG-WARN][284] ([i915#4423]) +1 other test dmesg-warn
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg1-13/igt@kms_pm_rpm@i2c.html
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-16/igt@kms_pm_rpm@i2c.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-dg2: [PASS][285] -> [SKIP][286] ([i915#15073]) +1 other test skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp.html
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-1/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg1: [PASS][287] -> [SKIP][288] ([i915#15073])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-17/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-tglu: NOTRUN -> [SKIP][289] ([i915#15073]) +1 other test skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-10/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-rkl: [PASS][290] -> [SKIP][291] ([i915#15073]) +2 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-8/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@pm-tiling:
- shard-dg2: NOTRUN -> [SKIP][292] ([i915#4077]) +5 other tests skip
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-5/igt@kms_pm_rpm@pm-tiling.html
- shard-dg1: NOTRUN -> [SKIP][293] ([i915#4077])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-18/igt@kms_pm_rpm@pm-tiling.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-tglu: NOTRUN -> [SKIP][294] ([i915#6524])
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-2/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_prime@d3hot:
- shard-rkl: NOTRUN -> [SKIP][295] ([i915#6524])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-2/igt@kms_prime@d3hot.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf:
- shard-dg2: NOTRUN -> [SKIP][296] ([i915#11520]) +3 other tests skip
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-4/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
- shard-tglu-1: NOTRUN -> [SKIP][297] ([i915#11520]) +3 other tests skip
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf:
- shard-glk10: NOTRUN -> [SKIP][298] ([i915#11520]) +2 other tests skip
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk10/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
- shard-rkl: NOTRUN -> [SKIP][299] ([i915#11520] / [i915#14544])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
- shard-tglu: NOTRUN -> [SKIP][300] ([i915#11520]) +8 other tests skip
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-6/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf:
- shard-dg1: NOTRUN -> [SKIP][301] ([i915#11520])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-19/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@pr-plane-move-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][302] ([i915#11520]) +11 other tests skip
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk6/igt@kms_psr2_sf@pr-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][303] ([i915#11520]) +8 other tests skip
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-5/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-p010:
- shard-rkl: NOTRUN -> [SKIP][304] ([i915#9683])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-pr-basic:
- shard-mtlp: NOTRUN -> [SKIP][305] ([i915#9688]) +1 other test skip
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-5/igt@kms_psr@fbc-pr-basic.html
* igt@kms_psr@fbc-psr-primary-blt:
- shard-rkl: NOTRUN -> [SKIP][306] ([i915#1072] / [i915#14544] / [i915#9732]) +1 other test skip
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_psr@fbc-psr-primary-blt.html
* igt@kms_psr@fbc-psr-primary-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][307] ([i915#1072] / [i915#9732]) +12 other tests skip
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-11/igt@kms_psr@fbc-psr-primary-mmap-gtt.html
* igt@kms_psr@pr-suspend:
- shard-tglu-1: NOTRUN -> [SKIP][308] ([i915#9732]) +7 other tests skip
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_psr@pr-suspend.html
* igt@kms_psr@psr-cursor-plane-onoff:
- shard-dg1: NOTRUN -> [SKIP][309] ([i915#1072] / [i915#9732]) +4 other tests skip
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-12/igt@kms_psr@psr-cursor-plane-onoff.html
* igt@kms_psr@psr-sprite-plane-onoff:
- shard-rkl: NOTRUN -> [SKIP][310] ([i915#1072] / [i915#9732]) +19 other tests skip
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@kms_psr@psr2-cursor-plane-onoff:
- shard-tglu: NOTRUN -> [SKIP][311] ([i915#9732]) +22 other tests skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-3/igt@kms_psr@psr2-cursor-plane-onoff.html
* igt@kms_rotation_crc@multiplane-rotation-cropping-bottom:
- shard-glk: NOTRUN -> [INCOMPLETE][312] ([i915#15500])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk9/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-rkl: NOTRUN -> [SKIP][313] ([i915#5289]) +1 other test skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-dg1: NOTRUN -> [SKIP][314] ([i915#5289])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-13/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_rotation_crc@sprite-rotation-270:
- shard-dg2: NOTRUN -> [SKIP][315] ([i915#12755])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-5/igt@kms_rotation_crc@sprite-rotation-270.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-dg1: NOTRUN -> [SKIP][316] ([i915#3555]) +1 other test skip
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-14/igt@kms_scaling_modes@scaling-mode-center.html
- shard-rkl: NOTRUN -> [SKIP][317] ([i915#14544] / [i915#3555])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_scaling_modes@scaling-mode-full-aspect:
- shard-tglu: NOTRUN -> [SKIP][318] ([i915#3555]) +8 other tests skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-10/igt@kms_scaling_modes@scaling-mode-full-aspect.html
* igt@kms_selftest@drm_framebuffer:
- shard-rkl: NOTRUN -> [ABORT][319] ([i915#13179]) +1 other test abort
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@kms_selftest@drm_framebuffer.html
- shard-dg1: NOTRUN -> [ABORT][320] ([i915#13179]) +1 other test abort
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-19/igt@kms_selftest@drm_framebuffer.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-rkl: NOTRUN -> [SKIP][321] ([i915#8623])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
- shard-dg2: NOTRUN -> [SKIP][322] ([i915#8623])
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-8/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][323] ([i915#12276])
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk5/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-2.html
* igt@kms_vblank@ts-continuation-suspend@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][324] ([i915#12276])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_vblank@ts-continuation-suspend@pipe-c-hdmi-a-2.html
* igt@kms_vrr@max-min:
- shard-tglu: NOTRUN -> [SKIP][325] ([i915#9906])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-6/igt@kms_vrr@max-min.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-tglu-1: NOTRUN -> [SKIP][326] ([i915#9906])
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-rkl: NOTRUN -> [SKIP][327] ([i915#14544] / [i915#9906])
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@perf@polling@0-rcs0:
- shard-rkl: [PASS][328] -> [FAIL][329] ([i915#10538]) +1 other test fail
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-4/igt@perf@polling@0-rcs0.html
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-2/igt@perf@polling@0-rcs0.html
* igt@perf_pmu@all-busy-idle-check-all:
- shard-dg2: [PASS][330] -> [FAIL][331] ([i915#15453])
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-8/igt@perf_pmu@all-busy-idle-check-all.html
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-8/igt@perf_pmu@all-busy-idle-check-all.html
- shard-mtlp: [PASS][332] -> [FAIL][333] ([i915#15453])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-mtlp-6/igt@perf_pmu@all-busy-idle-check-all.html
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-3/igt@perf_pmu@all-busy-idle-check-all.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-tglu-1: NOTRUN -> [SKIP][334] ([i915#8516])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-1/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@prime_vgem@fence-read-hang:
- shard-dg2: NOTRUN -> [SKIP][335] ([i915#3708])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-1/igt@prime_vgem@fence-read-hang.html
- shard-rkl: NOTRUN -> [SKIP][336] ([i915#3708])
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@prime_vgem@fence-read-hang.html
* igt@sriov_basic@enable-vfs-bind-unbind-each:
- shard-dg1: NOTRUN -> [SKIP][337] ([i915#9917])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-13/igt@sriov_basic@enable-vfs-bind-unbind-each.html
- shard-dg2: NOTRUN -> [SKIP][338] ([i915#9917])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-3/igt@sriov_basic@enable-vfs-bind-unbind-each.html
- shard-rkl: NOTRUN -> [SKIP][339] ([i915#9917])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-8/igt@sriov_basic@enable-vfs-bind-unbind-each.html
* igt@sriov_basic@enable-vfs-bind-unbind-each@numvfs-4:
- shard-mtlp: NOTRUN -> [FAIL][340] ([i915#12910]) +8 other tests fail
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-8/igt@sriov_basic@enable-vfs-bind-unbind-each@numvfs-4.html
* igt@sriov_basic@enable-vfs-bind-unbind-each@numvfs-random:
- shard-tglu: NOTRUN -> [FAIL][341] ([i915#12910]) +8 other tests fail
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-7/igt@sriov_basic@enable-vfs-bind-unbind-each@numvfs-random.html
#### Possible fixes ####
* igt@gem_ccs@suspend-resume:
- shard-dg2: [INCOMPLETE][342] ([i915#13356]) -> [PASS][343] +1 other test pass
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-5/igt@gem_ccs@suspend-resume.html
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-11/igt@gem_ccs@suspend-resume.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: [FAIL][344] ([i915#15454]) -> [PASS][345]
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-6/igt@gem_create@create-ext-cpu-access-big.html
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-1/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_exec_suspend@basic-s3-devices:
- shard-rkl: [ABORT][346] ([i915#15131]) -> [PASS][347]
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-1/igt@gem_exec_suspend@basic-s3-devices.html
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-5/igt@gem_exec_suspend@basic-s3-devices.html
* igt@gem_exec_suspend@basic-s3-devices@smem:
- shard-rkl: [ABORT][348] -> [PASS][349]
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-1/igt@gem_exec_suspend@basic-s3-devices@smem.html
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-5/igt@gem_exec_suspend@basic-s3-devices@smem.html
* igt@gem_workarounds@suspend-resume-context:
- shard-rkl: [INCOMPLETE][350] ([i915#13356]) -> [PASS][351] +1 other test pass
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-4/igt@gem_workarounds@suspend-resume-context.html
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@gem_workarounds@suspend-resume-context.html
* igt@i915_suspend@basic-s2idle-without-i915:
- shard-dg2: [DMESG-WARN][352] ([i915#14545]) -> [PASS][353]
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-11/igt@i915_suspend@basic-s2idle-without-i915.html
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-4/igt@i915_suspend@basic-s2idle-without-i915.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1:
- shard-glk: [INCOMPLETE][354] ([i915#12796]) -> [PASS][355]
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-glk9/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1.html
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk9/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
- shard-dg1: [DMESG-WARN][356] ([i915#4423]) -> [PASS][357]
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg1-14/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-18/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_color@deep-color:
- shard-rkl: [SKIP][358] ([i915#12655] / [i915#3555]) -> [PASS][359]
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-5/igt@kms_color@deep-color.html
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-1/igt@kms_color@deep-color.html
* igt@kms_cursor_crc@cursor-random-256x85:
- shard-rkl: [FAIL][360] ([i915#13566]) -> [PASS][361] +1 other test pass
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-4/igt@kms_cursor_crc@cursor-random-256x85.html
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-2/igt@kms_cursor_crc@cursor-random-256x85.html
* igt@kms_cursor_crc@cursor-sliding-64x21:
- shard-tglu: [FAIL][362] ([i915#13566]) -> [PASS][363] +1 other test pass
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-tglu-4/igt@kms_cursor_crc@cursor-sliding-64x21.html
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-6/igt@kms_cursor_crc@cursor-sliding-64x21.html
* igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1:
- shard-snb: [TIMEOUT][364] ([i915#14033]) -> [PASS][365] +1 other test pass
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-snb5/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-snb7/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-dg2: [FAIL][366] ([i915#13027]) -> [PASS][367]
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-7/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-6/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a3:
- shard-dg2: [FAIL][368] -> [PASS][369]
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-7/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a3.html
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-6/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a3.html
* igt@kms_hdr@bpc-switch:
- shard-rkl: [SKIP][370] ([i915#3555] / [i915#8228]) -> [PASS][371]
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-7/igt@kms_hdr@bpc-switch.html
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-dg2: [SKIP][372] ([i915#3555] / [i915#8228]) -> [PASS][373] +1 other test pass
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-4/igt@kms_hdr@invalid-metadata-sizes.html
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-11/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b:
- shard-rkl: [INCOMPLETE][374] ([i915#14412]) -> [PASS][375] +1 other test pass
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-3/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-dg2: [SKIP][376] ([i915#6953] / [i915#9423]) -> [PASS][377]
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-7/igt@kms_plane_scaling@intel-max-src-size.html
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-11/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-dg1: [SKIP][378] ([i915#15073]) -> [PASS][379] +3 other tests pass
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg1-16/igt@kms_pm_rpm@modeset-lpsp.html
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-rkl: [SKIP][380] ([i915#15073]) -> [PASS][381] +2 other tests pass
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-8/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_setmode@basic:
- shard-snb: [FAIL][382] ([i915#15106]) -> [PASS][383] +2 other tests pass
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-snb5/igt@kms_setmode@basic.html
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-snb1/igt@kms_setmode@basic.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1:
- shard-glk: [INCOMPLETE][384] ([i915#12276]) -> [PASS][385]
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-glk9/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-glk5/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html
* igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2:
- shard-rkl: [INCOMPLETE][386] ([i915#12276]) -> [PASS][387]
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2.html
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: [FAIL][388] ([i915#4349]) -> [PASS][389] +4 other tests pass
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-1/igt@perf_pmu@busy-double-start@vecs1.html
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-11/igt@perf_pmu@busy-double-start@vecs1.html
* igt@perf_pmu@rc6-suspend:
- shard-rkl: [INCOMPLETE][390] ([i915#13520]) -> [PASS][391]
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@perf_pmu@rc6-suspend.html
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-5/igt@perf_pmu@rc6-suspend.html
* igt@perf_pmu@semaphore-busy@bcs0:
- shard-mtlp: [FAIL][392] ([i915#4349]) -> [PASS][393] +2 other tests pass
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-mtlp-7/igt@perf_pmu@semaphore-busy@bcs0.html
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-mtlp-2/igt@perf_pmu@semaphore-busy@bcs0.html
#### Warnings ####
* igt@gem_basic@multigpu-create-close:
- shard-rkl: [SKIP][394] ([i915#14544] / [i915#7697]) -> [SKIP][395] ([i915#7697])
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@gem_basic@multigpu-create-close.html
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@gem_basic@multigpu-create-close.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-rkl: [SKIP][396] ([i915#6335]) -> [SKIP][397] ([i915#14544] / [i915#6335])
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-3/igt@gem_create@create-ext-cpu-access-sanity-check.html
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_exec_reloc@basic-wc-read-noreloc:
- shard-rkl: [SKIP][398] ([i915#3281]) -> [SKIP][399] ([i915#14544] / [i915#3281]) +5 other tests skip
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-2/igt@gem_exec_reloc@basic-wc-read-noreloc.html
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@gem_exec_reloc@basic-wc-read-noreloc.html
* igt@gem_exec_suspend@basic-s0@smem:
- shard-rkl: [INCOMPLETE][400] ([i915#13356]) -> [ABORT][401] ([i915#15131]) +1 other test abort
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@gem_exec_suspend@basic-s0@smem.html
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-1/igt@gem_exec_suspend@basic-s0@smem.html
* igt@gem_lmem_swapping@heavy-verify-multi:
- shard-rkl: [SKIP][402] ([i915#4613]) -> [SKIP][403] ([i915#14544] / [i915#4613])
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-7/igt@gem_lmem_swapping@heavy-verify-multi.html
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-multi.html
* igt@gem_set_tiling_vs_pwrite:
- shard-rkl: [SKIP][404] ([i915#14544] / [i915#3282]) -> [SKIP][405] ([i915#3282]) +3 other tests skip
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@gem_set_tiling_vs_pwrite.html
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@gem_set_tiling_vs_pwrite.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-rkl: [SKIP][406] ([i915#3297]) -> [SKIP][407] ([i915#14544] / [i915#3297]) +1 other test skip
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-8/igt@gem_userptr_blits@dmabuf-unsync.html
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gen9_exec_parse@secure-batches:
- shard-rkl: [SKIP][408] ([i915#2527]) -> [SKIP][409] ([i915#14544] / [i915#2527]) +1 other test skip
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-4/igt@gen9_exec_parse@secure-batches.html
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@gen9_exec_parse@secure-batches.html
* igt@i915_module_load@fault-injection@intel_gt_init-enodev:
- shard-rkl: [SKIP][410] ([i915#15479]) -> [SKIP][411] ([i915#14544] / [i915#15479]) +4 other tests skip
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-5/igt@i915_module_load@fault-injection@intel_gt_init-enodev.html
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@i915_module_load@fault-injection@intel_gt_init-enodev.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-rkl: [SKIP][412] ([i915#8399]) -> [SKIP][413] ([i915#14544] / [i915#8399])
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-4/igt@i915_pm_freq_api@freq-basic-api.html
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_freq_api@freq-reset-multiple:
- shard-rkl: [SKIP][414] ([i915#14544] / [i915#8399]) -> [SKIP][415] ([i915#8399])
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@i915_pm_freq_api@freq-reset-multiple.html
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-3/igt@i915_pm_freq_api@freq-reset-multiple.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-rkl: [SKIP][416] ([i915#14544] / [i915#9531]) -> [SKIP][417] ([i915#9531])
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-3/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-0:
- shard-rkl: [SKIP][418] ([i915#5286]) -> [SKIP][419] ([i915#14544] / [i915#5286]) +2 other tests skip
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-4/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
- shard-rkl: [SKIP][420] ([i915#14544] / [i915#5286]) -> [SKIP][421] ([i915#5286]) +2 other tests skip
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-rkl: [SKIP][422] ([i915#3638]) -> [SKIP][423] ([i915#14544] / [i915#3638])
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-4/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-rkl: [SKIP][424] -> [SKIP][425] ([i915#14544])
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc:
- shard-rkl: [SKIP][426] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][427] ([i915#14098] / [i915#6095]) +5 other tests skip
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-8/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][428] ([i915#6095]) -> [SKIP][429] ([i915#14544] / [i915#6095]) +7 other tests skip
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-3/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-2.html
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2:
- shard-rkl: [SKIP][430] ([i915#14098] / [i915#6095]) -> [SKIP][431] ([i915#14098] / [i915#14544] / [i915#6095]) +8 other tests skip
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-7/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][432] ([i915#14544] / [i915#6095]) -> [SKIP][433] ([i915#6095]) +1 other test skip
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-2.html
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-3/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-rkl: [SKIP][434] ([i915#12313]) -> [SKIP][435] ([i915#12313] / [i915#14544]) +2 other tests skip
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- shard-rkl: [SKIP][436] ([i915#11151] / [i915#7828]) -> [SKIP][437] ([i915#11151] / [i915#14544] / [i915#7828]) +2 other tests skip
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-2/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-rkl: [SKIP][438] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][439] ([i915#11151] / [i915#7828]) +2 other tests skip
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_content_protection@atomic:
- shard-dg2: [FAIL][440] ([i915#7173]) -> [SKIP][441] ([i915#6944] / [i915#7118] / [i915#9424])
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-11/igt@kms_content_protection@atomic.html
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-3/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@atomic-dpms:
- shard-dg2: [SKIP][442] ([i915#6944] / [i915#7118] / [i915#9424]) -> [FAIL][443] ([i915#7173])
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-4/igt@kms_content_protection@atomic-dpms.html
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-11/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@lic-type-0:
- shard-rkl: [SKIP][444] ([i915#14544] / [i915#6944] / [i915#9424]) -> [SKIP][445] ([i915#6944] / [i915#9424])
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_content_protection@lic-type-0.html
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@kms_content_protection@lic-type-0.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-rkl: [SKIP][446] ([i915#13049]) -> [SKIP][447] ([i915#13049] / [i915#14544])
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-8/igt@kms_cursor_crc@cursor-offscreen-512x170.html
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-rkl: [SKIP][448] ([i915#14544] / [i915#3555]) -> [SKIP][449] ([i915#3555]) +1 other test skip
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_cursor_crc@cursor-sliding-32x10.html
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-rkl: [SKIP][450] ([i915#4103]) -> [SKIP][451] ([i915#14544] / [i915#4103])
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dp_link_training@uhbr-sst:
- shard-rkl: [SKIP][452] ([i915#13748] / [i915#14544]) -> [SKIP][453] ([i915#13748])
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_dp_link_training@uhbr-sst.html
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-8/igt@kms_dp_link_training@uhbr-sst.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-rkl: [SKIP][454] ([i915#3840]) -> [SKIP][455] ([i915#14544] / [i915#3840])
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-2/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_flip@2x-flip-vs-panning-interruptible:
- shard-rkl: [SKIP][456] ([i915#9934]) -> [SKIP][457] ([i915#14544] / [i915#9934]) +6 other tests skip
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-7/igt@kms_flip@2x-flip-vs-panning-interruptible.html
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_flip@2x-flip-vs-panning-interruptible.html
* igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-rkl: [SKIP][458] ([i915#14544] / [i915#9934]) -> [SKIP][459] ([i915#9934]) +1 other test skip
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-8/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
- shard-rkl: [SKIP][460] ([i915#2672] / [i915#3555]) -> [SKIP][461] ([i915#14544] / [i915#2672] / [i915#3555]) +2 other tests skip
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode:
- shard-rkl: [SKIP][462] ([i915#2672]) -> [SKIP][463] ([i915#14544] / [i915#2672]) +2 other tests skip
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode.html
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-rkl: [SKIP][464] ([i915#14544] / [i915#2672] / [i915#3555]) -> [SKIP][465] ([i915#2672] / [i915#3555])
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode:
- shard-rkl: [SKIP][466] ([i915#14544] / [i915#2672]) -> [SKIP][467] ([i915#2672])
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-pwrite:
- shard-rkl: [SKIP][468] ([i915#14544] / [i915#15102]) -> [SKIP][469] ([i915#15102])
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-pwrite.html
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt:
- shard-rkl: [SKIP][470] ([i915#15102]) -> [SKIP][471] ([i915#14544] / [i915#15102])
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt:
- shard-rkl: [SKIP][472] ([i915#14544] / [i915#1825]) -> [SKIP][473] ([i915#1825]) +7 other tests skip
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt.html
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-cpu:
- shard-rkl: [SKIP][474] ([i915#1825]) -> [SKIP][475] ([i915#14544] / [i915#1825]) +18 other tests skip
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt:
- shard-rkl: [SKIP][476] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][477] ([i915#15102] / [i915#3023]) +3 other tests skip
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt.html
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render:
- shard-dg1: [SKIP][478] ([i915#15102] / [i915#3458]) -> [SKIP][479] ([i915#15102] / [i915#3458] / [i915#4423])
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary:
- shard-dg2: [SKIP][480] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][481] ([i915#15102] / [i915#3458]) +3 other tests skip
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary.html
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
- shard-dg2: [SKIP][482] ([i915#15102] / [i915#3458]) -> [SKIP][483] ([i915#10433] / [i915#15102] / [i915#3458]) +3 other tests skip
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite:
- shard-rkl: [SKIP][484] ([i915#15102] / [i915#3023]) -> [SKIP][485] ([i915#14544] / [i915#15102] / [i915#3023]) +9 other tests skip
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_hdr@invalid-hdr:
- shard-rkl: [SKIP][486] ([i915#3555] / [i915#8228]) -> [SKIP][487] ([i915#14544] / [i915#3555] / [i915#8228])
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-8/igt@kms_hdr@invalid-hdr.html
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_hdr@invalid-hdr.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-rkl: [SKIP][488] ([i915#15458]) -> [SKIP][489] ([i915#14544] / [i915#15458])
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-3/igt@kms_joiner@basic-force-ultra-joiner.html
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-rkl: [SKIP][490] ([i915#15459]) -> [SKIP][491] ([i915#14544] / [i915#15459])
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-2/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_plane_multiple@2x-tiling-none:
- shard-rkl: [SKIP][492] ([i915#13958] / [i915#14544]) -> [SKIP][493] ([i915#13958])
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-none.html
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-4/igt@kms_plane_multiple@2x-tiling-none.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-rkl: [SKIP][494] ([i915#13958]) -> [SKIP][495] ([i915#13958] / [i915#14544])
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-5/igt@kms_plane_multiple@2x-tiling-yf.html
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_plane_multiple@tiling-4:
- shard-rkl: [SKIP][496] ([i915#14259]) -> [SKIP][497] ([i915#14259] / [i915#14544])
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-4/igt@kms_plane_multiple@tiling-4.html
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_plane_multiple@tiling-4.html
* igt@kms_pm_backlight@basic-brightness:
- shard-rkl: [SKIP][498] ([i915#5354]) -> [SKIP][499] ([i915#14544] / [i915#5354])
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-2/igt@kms_pm_backlight@basic-brightness.html
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: [SKIP][500] ([i915#15128]) -> [SKIP][501] ([i915#4281])
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-tglu-6/igt@kms_pm_dc@dc9-dpms.html
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-tglu-8/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-rkl: [SKIP][502] ([i915#15073]) -> [SKIP][503] ([i915#14544] / [i915#15073])
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-7/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_prime@basic-crc-hybrid:
- shard-rkl: [SKIP][504] ([i915#14544] / [i915#6524]) -> [SKIP][505] ([i915#6524])
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_prime@basic-crc-hybrid.html
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-3/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
- shard-rkl: [SKIP][506] ([i915#11520]) -> [SKIP][507] ([i915#11520] / [i915#14544]) +4 other tests skip
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-8/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-rkl: [SKIP][508] ([i915#9683]) -> [SKIP][509] ([i915#14544] / [i915#9683]) +1 other test skip
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-7/igt@kms_psr2_su@page_flip-xrgb8888.html
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-psr2-sprite-render:
- shard-rkl: [SKIP][510] ([i915#1072] / [i915#9732]) -> [SKIP][511] ([i915#1072] / [i915#14544] / [i915#9732]) +8 other tests skip
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-5/igt@kms_psr@fbc-psr2-sprite-render.html
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_psr@fbc-psr2-sprite-render.html
* igt@kms_psr@psr2-suspend:
- shard-rkl: [SKIP][512] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][513] ([i915#1072] / [i915#9732]) +7 other tests skip
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@kms_psr@psr2-suspend.html
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-2/igt@kms_psr@psr2-suspend.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-rkl: [SKIP][514] ([i915#3555]) -> [SKIP][515] ([i915#14544] / [i915#3555])
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-5/igt@kms_setmode@clone-exclusive-crtc.html
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_vrr@flip-suspend:
- shard-rkl: [SKIP][516] ([i915#15243] / [i915#3555]) -> [SKIP][517] ([i915#14544] / [i915#15243] / [i915#3555])
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-3/igt@kms_vrr@flip-suspend.html
[517]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@kms_vrr@flip-suspend.html
* igt@prime_vgem@basic-fence-read:
- shard-rkl: [SKIP][518] ([i915#3291] / [i915#3708]) -> [SKIP][519] ([i915#14544] / [i915#3291] / [i915#3708])
[518]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-4/igt@prime_vgem@basic-fence-read.html
[519]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-6/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-write:
- shard-rkl: [SKIP][520] ([i915#14544] / [i915#3291] / [i915#3708]) -> [SKIP][521] ([i915#3291] / [i915#3708])
[520]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@prime_vgem@basic-write.html
[521]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-8/igt@prime_vgem@basic-write.html
* igt@tools_test@sysfs_l3_parity:
- shard-rkl: [SKIP][522] ([i915#14544]) -> [SKIP][523] +3 other tests skip
[522]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17763/shard-rkl-6/igt@tools_test@sysfs_l3_parity.html
[523]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/shard-rkl-7/igt@tools_test@sysfs_l3_parity.html
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10538
[i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099
[i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078
[i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11527
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169
[i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343
[i915#12655]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12655
[i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
[i915#12756]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12756
[i915#12761]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12761
[i915#12796]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12796
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
[i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026
[i915#13027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13027
[i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029
[i915#13030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13030
[i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046
[i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
[i915#13179]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179
[i915#13196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13196
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13390]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13390
[i915#13409]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13409
[i915#13476]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13476
[i915#13520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13520
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707
[i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748
[i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
[i915#13783]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14033]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14033
[i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14104]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14104
[i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118
[i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
[i915#14412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14412
[i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
[i915#14545]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14545
[i915#14712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14712
[i915#14809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14809
[i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073
[i915#15102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15102
[i915#15104]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15104
[i915#15106]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15106
[i915#15128]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15128
[i915#15131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15131
[i915#15243]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15243
[i915#15305]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15305
[i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329
[i915#15351]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15351
[i915#15385]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15385
[i915#15389]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15389
[i915#15453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15453
[i915#15454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15454
[i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
[i915#15459]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15459
[i915#15479]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15479
[i915#15500]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15500
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587
[i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323
[i915#3361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281
[i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
[i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885
[i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6113]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113
[i915#6230]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230
[i915#6245]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334
[i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#6590]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6590
[i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880
[i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
[i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173
[i915#7443]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7443
[i915#7582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984
[i915#8063]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8063
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430
[i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
[i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
[i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810
[i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053
[i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
[i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9433
[i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766
[i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8681 -> IGTPW_14282
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_17763: 5fc5192372599f11da8dee072fd8beb4414f8eca @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14282: 14282
IGT_8681: c49f35440873244aa86e778007ed2dcbe5bf0ecb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14282/index.html
[-- Attachment #2: Type: text/html, Size: 178368 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* RE: [PATCH i-g-t v13 08/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU fault handling test
2026-01-05 3:59 ` [PATCH i-g-t v13 08/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU fault handling test nishit.sharma
@ 2026-01-05 8:36 ` Ch, Sai Gowtham
0 siblings, 0 replies; 19+ messages in thread
From: Ch, Sai Gowtham @ 2026-01-05 8:36 UTC (permalink / raw)
To: Sharma, Nishit, igt-dev@lists.freedesktop.org, Gurram, Pravalika
>-----Original Message-----
>From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of
>nishit.sharma@intel.com
>Sent: Monday, January 5, 2026 9:30 AM
>To: igt-dev@lists.freedesktop.org; Gurram, Pravalika
><pravalika.gurram@intel.com>
>Subject: [PATCH i-g-t v13 08/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU
>fault handling test
>
>From: Nishit Sharma <nishit.sharma@intel.com>
>
>This test intentionally triggers page faults by accessing regions without prefetch for
>both GPUs in a multi-GPU environment.
>
>Signed-off-by: Nishit Sharma <nishit.sharma@intel.com>
>Reviewed-by: Pravalika Gurram <pravalika.gurram@intel.com>
>Acked-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
>---
> tests/intel/xe_multigpu_svm.c | 143 ++++++++++++++++++++++++++++++++++
> 1 file changed, 143 insertions(+)
>
>diff --git a/tests/intel/xe_multigpu_svm.c b/tests/intel/xe_multigpu_svm.c index
>903ac636b..f0a9a8f3c 100644
>--- a/tests/intel/xe_multigpu_svm.c
>+++ b/tests/intel/xe_multigpu_svm.c
>@@ -15,6 +15,7 @@
>
> #include "time.h"
>
>+#include "xe/xe_gt.h"
> #include "xe/xe_ioctl.h"
> #include "xe/xe_query.h"
> #include "xe/xe_util.h"
>@@ -89,6 +90,17 @@
> * Measure latency of cross-GPU memory copy operations with prefetch
> * to evaluate copy performance with memory migration to local VRAM
> *
>+ * SUBTEST: mgpu-pagefault-basic
>+ * Description:
>+ * Test cross-GPU page fault handling where one GPU writes to memory
>+ * and another GPU reads, triggering page faults without prefetch to
>+ * validate on-demand page migration across GPUs
>+ *
>+ * SUBTEST: mgpu-pagefault-prefetch
>+ * Description:
>+ * Test cross-GPU memory access with prefetch to verify page fault
>+ * suppression when memory is pre-migrated to target GPU's VRAM
>+ *
> */
>
> #define MAX_XE_REGIONS 8
>@@ -108,6 +120,7 @@
> #define MULTIGPU_COH_FAIL BIT(5)
> #define MULTIGPU_PERF_OP BIT(6)
> #define MULTIGPU_PERF_REM_COPY BIT(7)
>+#define MULTIGPU_PFAULT_OP BIT(8)
>
> #define INIT 2
> #define STORE 3
>@@ -163,6 +176,11 @@ static void gpu_latency_test_wrapper(struct
>xe_svm_gpu_info *src,
> struct drm_xe_engine_class_instance *eci,
> unsigned int flags);
>
>+static void gpu_fault_test_wrapper(struct xe_svm_gpu_info *src,
>+ struct xe_svm_gpu_info *dst,
>+ struct drm_xe_engine_class_instance *eci,
>+ unsigned int flags);
>+
> static void
> create_vm_and_queue(struct xe_svm_gpu_info *gpu, struct
>drm_xe_engine_class_instance *eci,
> uint32_t *vm, uint32_t *exec_queue) @@ -930,6 +948,115
>@@ latency_test_multigpu(struct xe_svm_gpu_info *gpu1,
> cleanup_vm_and_queue(gpu2, vm[1], exec_queue[1]); }
>
>+static void
>+pagefault_test_multigpu(struct xe_svm_gpu_info *gpu1,
>+ struct xe_svm_gpu_info *gpu2,
>+ struct drm_xe_engine_class_instance *eci,
>+ unsigned int flags)
>+{
>+ uint64_t addr;
>+ uint64_t addr1;
>+ uint32_t vm[2];
>+ uint32_t exec_queue[2];
>+ uint32_t batch_bo[2];
>+ uint64_t batch_addr[2];
>+ struct drm_xe_sync sync = {};
>+ uint64_t *sync_addr;
>+ void *data, *verify_result;
>+ const char *pf_count_stat = "svm_pagefault_count";
>+ int pf_count_gpu1_before, pf_count_gpu1_after;
>+ int pf_count_gpu2_before, pf_count_gpu2_after;
>+ bool prefetch_req = flags & MULTIGPU_PREFETCH;
>+
>+ /* Skip if either GPU doesn't support faults */
>+ if (mgpu_check_fault_support(gpu1, gpu2))
>+ return;
>+
>+ create_vm_and_queue(gpu1, eci, &vm[0], &exec_queue[0]);
>+ create_vm_and_queue(gpu2, eci, &vm[1], &exec_queue[1]);
>+
>+ data = aligned_alloc(SZ_2M, SZ_4K);
>+ igt_assert(data);
>+ memset(data, 0, SZ_4K);
>+ addr = to_user_pointer(data);
>+
>+ /* Allocate verification buffer for GPU2 to copy into */
>+ verify_result = aligned_alloc(SZ_2M, SZ_4K);
>+ igt_assert(verify_result);
>+ addr1 = to_user_pointer(verify_result);
>+
>+ /* === Phase 1: GPU1 writes to addr === */
>+ pf_count_gpu1_before = xe_gt_stats_get_count(gpu1->fd, eci->gt_id,
>+pf_count_stat);
>+
>+ /* GPU1 --> Creating batch with value and executing STORE op */
>+ gpu_batch_create(gpu1, vm[0], exec_queue[0], addr, 0,
>+ &batch_bo[0], &batch_addr[0], flags, DWORD);
>+
>+ /*GPU1: Madvise and Prefetch Ops */
>+ gpu_madvise_exec_sync(gpu1, vm[0], exec_queue[0], addr,
>+&batch_addr[0], flags, NULL);
>+
>+ pf_count_gpu1_after = xe_gt_stats_get_count(gpu1->fd, eci->gt_id,
>+pf_count_stat);
>+
>+ if (prefetch_req) {
>+ /* With prefetch: expect NO page faults */
>+ igt_assert_eq(pf_count_gpu1_after, pf_count_gpu1_before);
>+ igt_info("GPU1 write with prefetch: No page faults (as
>expected)\n");
>+ } else {
>+ /* Without prefetch: expect page faults */
>+ igt_warn_on_f(pf_count_gpu1_after > pf_count_gpu1_before,
>+ "%d page faults generated on GPU1\n",
>+ pf_count_gpu1_after - pf_count_gpu1_before);
Replacing igt_warn_on_f with igt_debug would be better to avoid unnecessary warnings in CI runs.
>+ igt_info("GPU1 write without prefetch: %d page faults\n",
>+ pf_count_gpu1_after - pf_count_gpu1_before);
>+ }
>+
>+ /* === Phase 2: GPU2 reads from addr (cross-GPU access) === */
>+ pf_count_gpu2_before = xe_gt_stats_get_count(gpu2->fd, eci->gt_id,
>+pf_count_stat);
>+
>+ /* GPU2 --> Create batch for GPU2 to copy from addr (GPU1's memory) to
>verify_result */
>+ gpu_batch_create(gpu2, vm[1], exec_queue[1], addr, addr1,
>+ &batch_bo[1], &batch_addr[1], flags, INIT);
>+
>+ /* Prefetch src buffer (addr) to avoid page faults */
>+ xe_multigpu_madvise(gpu2->fd, vm[1], addr, SZ_4K, 0,
>+ DRM_XE_MEM_RANGE_ATTR_PREFERRED_LOC,
>+ gpu2->fd, 0, gpu2->vram_regions[0], exec_queue[1]);
>+
>+ setup_sync(&sync, &sync_addr, BIND_SYNC_VAL);
>+ xe_multigpu_prefetch(gpu2->fd, vm[1], addr, SZ_4K, &sync,
>+ sync_addr, exec_queue[1], flags);
>+
>+ free(sync_addr);
>+
>+ /*GPU2: Madvise and Prefetch Ops */
>+ gpu_madvise_exec_sync(gpu2, vm[1], exec_queue[1], addr1,
>+&batch_addr[1], flags, NULL);
>+
>+ pf_count_gpu2_after = xe_gt_stats_get_count(gpu2->fd, eci->gt_id,
>+pf_count_stat);
>+
>+ if (prefetch_req) {
>+ /* With prefetch: expect NO page faults on GPU2 */
>+ igt_assert_eq(pf_count_gpu2_after, pf_count_gpu2_before);
>+ igt_info("GPU2 cross-GPU read with prefetch: No page faults (as
>expected)\n");
>+ } else {
>+ /* Without prefetch: expect cross-GPU page faults */
>+ igt_warn_on_f(pf_count_gpu2_after > pf_count_gpu2_before,
>+ "%d page faults generated on GPU2\n",
>+ pf_count_gpu2_after - pf_count_gpu2_before);
Same here.
Rest looks good to me.
--
Gowtham
>+ igt_info("GPU2 cross-GPU read without prefetch: %d page
>faults\n",
>+ pf_count_gpu2_after - pf_count_gpu2_before);
>+ }
>+
>+ munmap((void *)batch_addr[0], BATCH_SIZE(gpu1->fd));
>+ munmap((void *)batch_addr[1], BATCH_SIZE(gpu2->fd));
>+ batch_fini(gpu1->fd, vm[0], batch_bo[0], batch_addr[0]);
>+ batch_fini(gpu2->fd, vm[1], batch_bo[1], batch_addr[0]);
>+ free(data);
>+ free(verify_result);
>+
>+ cleanup_vm_and_queue(gpu1, vm[0], exec_queue[0]);
>+ cleanup_vm_and_queue(gpu2, vm[1], exec_queue[1]); }
>+
> static void
> gpu_mem_access_wrapper(struct xe_svm_gpu_info *src,
> struct xe_svm_gpu_info *dst,
>@@ -978,6 +1105,18 @@ gpu_latency_test_wrapper(struct xe_svm_gpu_info
>*src,
> latency_test_multigpu(src, dst, eci, flags); }
>
>+static void
>+gpu_fault_test_wrapper(struct xe_svm_gpu_info *src,
>+ struct xe_svm_gpu_info *dst,
>+ struct drm_xe_engine_class_instance *eci,
>+ unsigned int flags)
>+{
>+ igt_assert(src);
>+ igt_assert(dst);
>+
>+ pagefault_test_multigpu(src, dst, eci, flags); }
>+
> static void
> test_mgpu_exec(int gpu_cnt, struct xe_svm_gpu_info *gpus,
> struct drm_xe_engine_class_instance *eci, @@ -991,6 +1130,8 @@
>test_mgpu_exec(int gpu_cnt, struct xe_svm_gpu_info *gpus,
> for_each_gpu_pair(gpu_cnt, gpus, eci,
>gpu_coherecy_test_wrapper, flags);
> if (flags & MULTIGPU_PERF_OP)
> for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_latency_test_wrapper,
>flags);
>+ if (flags & MULTIGPU_PFAULT_OP)
>+ for_each_gpu_pair(gpu_cnt, gpus, eci, gpu_fault_test_wrapper,
>flags);
> }
>
> struct section {
>@@ -1026,6 +1167,8 @@ int igt_main()
> { "latency-prefetch", MULTIGPU_PREFETCH |
>MULTIGPU_PERF_OP },
> { "latency-copy-prefetch",
> MULTIGPU_PREFETCH | MULTIGPU_PERF_OP |
>MULTIGPU_PERF_REM_COPY },
>+ { "pagefault-basic", MULTIGPU_PFAULT_OP },
>+ { "pagefault-prefetch", MULTIGPU_PREFETCH |
>MULTIGPU_PFAULT_OP },
> { NULL },
> };
>
>--
>2.48.1
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2026-01-05 8:36 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-05 3:59 [PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 01/11] drm-uapi/xe: Sync with madvise interface nishit.sharma
2026-01-05 5:46 ` Gurram, Pravalika
2026-01-05 5:57 ` Ch, Sai Gowtham
2026-01-05 3:59 ` [PATCH i-g-t v13 02/11] lib/xe: Add instance parameter to xe_vm_madvise nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 03/11] lib/xe: Add synchronous helpers for VM bind/unbind operations nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 04/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU xGPU memory access test nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 05/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU atomic operations nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 06/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU coherency test nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 07/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU performance test nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 08/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU fault handling test nishit.sharma
2026-01-05 8:36 ` Ch, Sai Gowtham
2026-01-05 3:59 ` [PATCH i-g-t v13 09/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU simultaneous access test nishit.sharma
2026-01-05 3:59 ` [PATCH i-g-t v13 10/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU conflicting madvise test nishit.sharma
2026-01-05 4:00 ` [PATCH i-g-t v13 11/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU migration test nishit.sharma
2026-01-05 5:25 ` ✗ Xe.CI.BAT: failure for Madvise feature in SVM for Multi-GPU configs Patchwork
2026-01-05 5:32 ` ✓ i915.CI.BAT: success " Patchwork
2026-01-05 7:32 ` ✗ Xe.CI.Full: failure " Patchwork
2026-01-05 8:05 ` ✗ i915.CI.Full: " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox