intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [CI] drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC
@ 2025-08-26 20:57 Julia Filipchuk
  2025-08-26 21:04 ` ✓ CI.KUnit: success for " Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Julia Filipchuk @ 2025-08-26 20:57 UTC (permalink / raw)
  To: intel-xe; +Cc: Julia Filipchuk

UAPI compatibility version 1.24.4

This patch is for testing only. If testing is successful the binary
blobs will replace the major versioned '*_guc_70.bin' files for given
platforms.

Signed-off-by: Julia Filipchuk <julia.filipchuk@intel.com>
---
 drivers/gpu/drm/xe/xe_uc_fw.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
index a236f1d37248..3d8f68d49741 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -115,11 +115,11 @@ struct fw_blobs_by_type {
 #define XE_GT_TYPE_ANY XE_GT_TYPE_UNINITIALIZED
 
 #define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver)					\
-	fw_def(PANTHERLAKE,	GT_TYPE_ANY,	major_ver(xe,	guc,	ptl,	70, 47, 0))	\
-	fw_def(BATTLEMAGE,	GT_TYPE_ANY,	major_ver(xe,	guc,	bmg,	70, 45, 2))	\
-	fw_def(LUNARLAKE,	GT_TYPE_ANY,	major_ver(xe,	guc,	lnl,	70, 45, 2))	\
+	fw_def(PANTHERLAKE,	GT_TYPE_ANY,	mmp_ver(xe,	guc,	ptl,	70, 49, 3))	\
+	fw_def(BATTLEMAGE,	GT_TYPE_ANY,	mmp_ver(xe,	guc,	bmg,	70, 49, 3))	\
+	fw_def(LUNARLAKE,	GT_TYPE_ANY,	mmp_ver(xe,	guc,	lnl,	70, 49, 3))	\
 	fw_def(METEORLAKE,	GT_TYPE_ANY,	major_ver(i915,	guc,	mtl,	70, 44, 1))	\
-	fw_def(PVC,		GT_TYPE_ANY,	mmp_ver(xe,	guc,	pvc,	70, 44, 1))	\
+	fw_def(PVC,		GT_TYPE_ANY,	mmp_ver(xe,	guc,	pvc,	70, 49, 3))	\
 	fw_def(DG2,		GT_TYPE_ANY,	major_ver(i915,	guc,	dg2,	70, 45, 2))	\
 	fw_def(DG1,		GT_TYPE_ANY,	major_ver(i915,	guc,	dg1,	70, 44, 1))	\
 	fw_def(ALDERLAKE_N,	GT_TYPE_ANY,	major_ver(i915,	guc,	tgl,	70, 44, 1))	\
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC
  2025-08-26 20:57 [CI] drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC Julia Filipchuk
@ 2025-08-26 21:04 ` Patchwork
  2025-08-26 21:59 ` ✓ Xe.CI.BAT: " Patchwork
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-08-26 21:04 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

== Series Details ==

Series: drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC
URL   : https://patchwork.freedesktop.org/series/153535/
State : success

== Summary ==

+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[21:02:54] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[21:02:58] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[21:03:27] Starting KUnit Kernel (1/1)...
[21:03:27] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[21:03:27] ================== guc_buf (11 subtests) ===================
[21:03:27] [PASSED] test_smallest
[21:03:27] [PASSED] test_largest
[21:03:27] [PASSED] test_granular
[21:03:27] [PASSED] test_unique
[21:03:27] [PASSED] test_overlap
[21:03:27] [PASSED] test_reusable
[21:03:27] [PASSED] test_too_big
[21:03:27] [PASSED] test_flush
[21:03:27] [PASSED] test_lookup
[21:03:27] [PASSED] test_data
[21:03:27] [PASSED] test_class
[21:03:27] ===================== [PASSED] guc_buf =====================
[21:03:27] =================== guc_dbm (7 subtests) ===================
[21:03:27] [PASSED] test_empty
[21:03:27] [PASSED] test_default
[21:03:27] ======================== test_size  ========================
[21:03:27] [PASSED] 4
[21:03:27] [PASSED] 8
[21:03:27] [PASSED] 32
[21:03:27] [PASSED] 256
[21:03:27] ==================== [PASSED] test_size ====================
[21:03:27] ======================= test_reuse  ========================
[21:03:27] [PASSED] 4
[21:03:27] [PASSED] 8
[21:03:27] [PASSED] 32
[21:03:27] [PASSED] 256
[21:03:27] =================== [PASSED] test_reuse ====================
[21:03:27] =================== test_range_overlap  ====================
[21:03:27] [PASSED] 4
[21:03:27] [PASSED] 8
[21:03:27] [PASSED] 32
[21:03:27] [PASSED] 256
[21:03:27] =============== [PASSED] test_range_overlap ================
[21:03:27] =================== test_range_compact  ====================
[21:03:27] [PASSED] 4
[21:03:27] [PASSED] 8
[21:03:27] [PASSED] 32
[21:03:27] [PASSED] 256
[21:03:27] =============== [PASSED] test_range_compact ================
[21:03:27] ==================== test_range_spare  =====================
[21:03:27] [PASSED] 4
[21:03:27] [PASSED] 8
[21:03:27] [PASSED] 32
[21:03:27] [PASSED] 256
[21:03:27] ================ [PASSED] test_range_spare =================
[21:03:27] ===================== [PASSED] guc_dbm =====================
[21:03:27] =================== guc_idm (6 subtests) ===================
[21:03:27] [PASSED] bad_init
[21:03:27] [PASSED] no_init
[21:03:27] [PASSED] init_fini
[21:03:27] [PASSED] check_used
[21:03:27] [PASSED] check_quota
[21:03:27] [PASSED] check_all
[21:03:27] ===================== [PASSED] guc_idm =====================
[21:03:27] ================== no_relay (3 subtests) ===================
[21:03:27] [PASSED] xe_drops_guc2pf_if_not_ready
[21:03:27] [PASSED] xe_drops_guc2vf_if_not_ready
[21:03:27] [PASSED] xe_rejects_send_if_not_ready
[21:03:27] ==================== [PASSED] no_relay =====================
[21:03:27] ================== pf_relay (14 subtests) ==================
[21:03:27] [PASSED] pf_rejects_guc2pf_too_short
[21:03:27] [PASSED] pf_rejects_guc2pf_too_long
[21:03:27] [PASSED] pf_rejects_guc2pf_no_payload
[21:03:27] [PASSED] pf_fails_no_payload
[21:03:27] [PASSED] pf_fails_bad_origin
[21:03:27] [PASSED] pf_fails_bad_type
[21:03:27] [PASSED] pf_txn_reports_error
[21:03:27] [PASSED] pf_txn_sends_pf2guc
[21:03:27] [PASSED] pf_sends_pf2guc
[21:03:27] [SKIPPED] pf_loopback_nop
[21:03:27] [SKIPPED] pf_loopback_echo
[21:03:27] [SKIPPED] pf_loopback_fail
[21:03:27] [SKIPPED] pf_loopback_busy
[21:03:27] [SKIPPED] pf_loopback_retry
[21:03:27] ==================== [PASSED] pf_relay =====================
[21:03:27] ================== vf_relay (3 subtests) ===================
[21:03:27] [PASSED] vf_rejects_guc2vf_too_short
[21:03:27] [PASSED] vf_rejects_guc2vf_too_long
[21:03:27] [PASSED] vf_rejects_guc2vf_no_payload
[21:03:27] ==================== [PASSED] vf_relay =====================
[21:03:27] ===================== lmtt (1 subtest) =====================
[21:03:27] ======================== test_ops  =========================
[21:03:27] [PASSED] 2-level
[21:03:27] [PASSED] multi-level
[21:03:27] ==================== [PASSED] test_ops =====================
[21:03:27] ====================== [PASSED] lmtt =======================
[21:03:27] ================= pf_service (11 subtests) =================
[21:03:27] [PASSED] pf_negotiate_any
[21:03:27] [PASSED] pf_negotiate_base_match
[21:03:27] [PASSED] pf_negotiate_base_newer
[21:03:27] [PASSED] pf_negotiate_base_next
[21:03:27] [SKIPPED] pf_negotiate_base_older
[21:03:27] [PASSED] pf_negotiate_base_prev
[21:03:27] [PASSED] pf_negotiate_latest_match
[21:03:27] [PASSED] pf_negotiate_latest_newer
[21:03:27] [PASSED] pf_negotiate_latest_next
[21:03:27] [SKIPPED] pf_negotiate_latest_older
[21:03:27] [SKIPPED] pf_negotiate_latest_prev
[21:03:27] =================== [PASSED] pf_service ====================
[21:03:27] =================== xe_mocs (2 subtests) ===================
[21:03:27] ================ xe_live_mocs_kernel_kunit  ================
[21:03:27] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[21:03:27] ================ xe_live_mocs_reset_kunit  =================
[21:03:27] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[21:03:27] ==================== [SKIPPED] xe_mocs =====================
[21:03:27] ================= xe_migrate (2 subtests) ==================
[21:03:27] ================= xe_migrate_sanity_kunit  =================
[21:03:27] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[21:03:27] ================== xe_validate_ccs_kunit  ==================
[21:03:27] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[21:03:27] =================== [SKIPPED] xe_migrate ===================
[21:03:27] ================== xe_dma_buf (1 subtest) ==================
[21:03:27] ==================== xe_dma_buf_kunit  =====================
[21:03:27] ================ [SKIPPED] xe_dma_buf_kunit ================
[21:03:27] =================== [SKIPPED] xe_dma_buf ===================
[21:03:27] ================= xe_bo_shrink (1 subtest) =================
[21:03:27] =================== xe_bo_shrink_kunit  ====================
[21:03:27] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[21:03:27] ================== [SKIPPED] xe_bo_shrink ==================
[21:03:27] ==================== xe_bo (2 subtests) ====================
[21:03:27] ================== xe_ccs_migrate_kunit  ===================
[21:03:27] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[21:03:27] ==================== xe_bo_evict_kunit  ====================
[21:03:27] =============== [SKIPPED] xe_bo_evict_kunit ================
[21:03:27] ===================== [SKIPPED] xe_bo ======================
[21:03:27] ==================== args (11 subtests) ====================
[21:03:27] [PASSED] count_args_test
[21:03:27] [PASSED] call_args_example
[21:03:27] [PASSED] call_args_test
[21:03:27] [PASSED] drop_first_arg_example
[21:03:27] [PASSED] drop_first_arg_test
[21:03:27] [PASSED] first_arg_example
[21:03:27] [PASSED] first_arg_test
[21:03:27] [PASSED] last_arg_example
[21:03:27] [PASSED] last_arg_test
[21:03:27] [PASSED] pick_arg_example
[21:03:27] [PASSED] sep_comma_example
[21:03:27] ====================== [PASSED] args =======================
[21:03:27] =================== xe_pci (3 subtests) ====================
[21:03:27] ==================== check_graphics_ip  ====================
[21:03:27] [PASSED] 12.70 Xe_LPG
[21:03:27] [PASSED] 12.71 Xe_LPG
[21:03:27] [PASSED] 12.74 Xe_LPG+
[21:03:27] [PASSED] 20.01 Xe2_HPG
[21:03:27] [PASSED] 20.02 Xe2_HPG
[21:03:27] [PASSED] 20.04 Xe2_LPG
[21:03:27] [PASSED] 30.00 Xe3_LPG
[21:03:27] [PASSED] 30.01 Xe3_LPG
[21:03:27] [PASSED] 30.03 Xe3_LPG
[21:03:27] ================ [PASSED] check_graphics_ip ================
[21:03:27] ===================== check_media_ip  ======================
[21:03:27] [PASSED] 13.00 Xe_LPM+
[21:03:27] [PASSED] 13.01 Xe2_HPM
[21:03:27] [PASSED] 20.00 Xe2_LPM
[21:03:27] [PASSED] 30.00 Xe3_LPM
[21:03:27] [PASSED] 30.02 Xe3_LPM
[21:03:27] ================= [PASSED] check_media_ip ==================
[21:03:27] ================= check_platform_gt_count  =================
[21:03:27] [PASSED] 0x9A60 (TIGERLAKE)
[21:03:27] [PASSED] 0x9A68 (TIGERLAKE)
[21:03:27] [PASSED] 0x9A70 (TIGERLAKE)
[21:03:27] [PASSED] 0x9A40 (TIGERLAKE)
[21:03:27] [PASSED] 0x9A49 (TIGERLAKE)
[21:03:27] [PASSED] 0x9A59 (TIGERLAKE)
[21:03:27] [PASSED] 0x9A78 (TIGERLAKE)
[21:03:27] [PASSED] 0x9AC0 (TIGERLAKE)
[21:03:27] [PASSED] 0x9AC9 (TIGERLAKE)
[21:03:27] [PASSED] 0x9AD9 (TIGERLAKE)
[21:03:27] [PASSED] 0x9AF8 (TIGERLAKE)
[21:03:27] [PASSED] 0x4C80 (ROCKETLAKE)
[21:03:27] [PASSED] 0x4C8A (ROCKETLAKE)
[21:03:27] [PASSED] 0x4C8B (ROCKETLAKE)
[21:03:27] [PASSED] 0x4C8C (ROCKETLAKE)
[21:03:27] [PASSED] 0x4C90 (ROCKETLAKE)
[21:03:27] [PASSED] 0x4C9A (ROCKETLAKE)
[21:03:27] [PASSED] 0x4680 (ALDERLAKE_S)
[21:03:27] [PASSED] 0x4682 (ALDERLAKE_S)
[21:03:27] [PASSED] 0x4688 (ALDERLAKE_S)
[21:03:27] [PASSED] 0x468A (ALDERLAKE_S)
[21:03:27] [PASSED] 0x468B (ALDERLAKE_S)
[21:03:27] [PASSED] 0x4690 (ALDERLAKE_S)
[21:03:27] [PASSED] 0x4692 (ALDERLAKE_S)
[21:03:27] [PASSED] 0x4693 (ALDERLAKE_S)
[21:03:27] [PASSED] 0x46A0 (ALDERLAKE_P)
[21:03:27] [PASSED] 0x46A1 (ALDERLAKE_P)
[21:03:27] [PASSED] 0x46A2 (ALDERLAKE_P)
[21:03:27] [PASSED] 0x46A3 (ALDERLAKE_P)
[21:03:27] [PASSED] 0x46A6 (ALDERLAKE_P)
[21:03:27] [PASSED] 0x46A8 (ALDERLAKE_P)
[21:03:27] [PASSED] 0x46AA (ALDERLAKE_P)
[21:03:27] [PASSED] 0x462A (ALDERLAKE_P)
[21:03:27] [PASSED] 0x4626 (ALDERLAKE_P)
[21:03:27] [PASSED] 0x4628 (ALDERLAKE_P)
[21:03:27] [PASSED] 0x46B0 (ALDERLAKE_P)
[21:03:27] [PASSED] 0x46B1 (ALDERLAKE_P)
[21:03:27] [PASSED] 0x46B2 (ALDERLAKE_P)
[21:03:27] [PASSED] 0x46B3 (ALDERLAKE_P)
[21:03:27] [PASSED] 0x46C0 (ALDERLAKE_P)
[21:03:27] [PASSED] 0x46C1 (ALDERLAKE_P)
[21:03:27] [PASSED] 0x46C2 (ALDERLAKE_P)
[21:03:27] [PASSED] 0x46C3 (ALDERLAKE_P)
[21:03:27] [PASSED] 0x46D0 (ALDERLAKE_N)
[21:03:27] [PASSED] 0x46D1 (ALDERLAKE_N)
[21:03:27] [PASSED] 0x46D2 (ALDERLAKE_N)
[21:03:27] [PASSED] 0x46D3 (ALDERLAKE_N)
[21:03:27] [PASSED] 0x46D4 (ALDERLAKE_N)
[21:03:27] [PASSED] 0xA721 (ALDERLAKE_P)
[21:03:27] [PASSED] 0xA7A1 (ALDERLAKE_P)
[21:03:27] [PASSED] 0xA7A9 (ALDERLAKE_P)
[21:03:27] [PASSED] 0xA7AC (ALDERLAKE_P)
[21:03:27] [PASSED] 0xA7AD (ALDERLAKE_P)
[21:03:27] [PASSED] 0xA720 (ALDERLAKE_P)
[21:03:27] [PASSED] 0xA7A0 (ALDERLAKE_P)
[21:03:27] [PASSED] 0xA7A8 (ALDERLAKE_P)
[21:03:27] [PASSED] 0xA7AA (ALDERLAKE_P)
[21:03:27] [PASSED] 0xA7AB (ALDERLAKE_P)
[21:03:27] [PASSED] 0xA780 (ALDERLAKE_S)
[21:03:27] [PASSED] 0xA781 (ALDERLAKE_S)
[21:03:27] [PASSED] 0xA782 (ALDERLAKE_S)
[21:03:27] [PASSED] 0xA783 (ALDERLAKE_S)
[21:03:27] [PASSED] 0xA788 (ALDERLAKE_S)
[21:03:27] [PASSED] 0xA789 (ALDERLAKE_S)
[21:03:27] [PASSED] 0xA78A (ALDERLAKE_S)
[21:03:27] [PASSED] 0xA78B (ALDERLAKE_S)
[21:03:27] [PASSED] 0x4905 (DG1)
[21:03:27] [PASSED] 0x4906 (DG1)
[21:03:27] [PASSED] 0x4907 (DG1)
[21:03:27] [PASSED] 0x4908 (DG1)
[21:03:27] [PASSED] 0x4909 (DG1)
[21:03:27] [PASSED] 0x56C0 (DG2)
[21:03:27] [PASSED] 0x56C2 (DG2)
[21:03:27] [PASSED] 0x56C1 (DG2)
[21:03:27] [PASSED] 0x7D51 (METEORLAKE)
[21:03:27] [PASSED] 0x7DD1 (METEORLAKE)
[21:03:27] [PASSED] 0x7D41 (METEORLAKE)
[21:03:27] [PASSED] 0x7D67 (METEORLAKE)
[21:03:27] [PASSED] 0xB640 (METEORLAKE)
[21:03:27] [PASSED] 0x56A0 (DG2)
[21:03:27] [PASSED] 0x56A1 (DG2)
[21:03:27] [PASSED] 0x56A2 (DG2)
[21:03:27] [PASSED] 0x56BE (DG2)
[21:03:27] [PASSED] 0x56BF (DG2)
[21:03:27] [PASSED] 0x5690 (DG2)
[21:03:27] [PASSED] 0x5691 (DG2)
[21:03:27] [PASSED] 0x5692 (DG2)
[21:03:27] [PASSED] 0x56A5 (DG2)
[21:03:27] [PASSED] 0x56A6 (DG2)
[21:03:27] [PASSED] 0x56B0 (DG2)
[21:03:27] [PASSED] 0x56B1 (DG2)
[21:03:27] [PASSED] 0x56BA (DG2)
[21:03:27] [PASSED] 0x56BB (DG2)
[21:03:27] [PASSED] 0x56BC (DG2)
[21:03:27] [PASSED] 0x56BD (DG2)
[21:03:27] [PASSED] 0x5693 (DG2)
[21:03:27] [PASSED] 0x5694 (DG2)
[21:03:27] [PASSED] 0x5695 (DG2)
[21:03:27] [PASSED] 0x56A3 (DG2)
[21:03:27] [PASSED] 0x56A4 (DG2)
[21:03:27] [PASSED] 0x56B2 (DG2)
[21:03:27] [PASSED] 0x56B3 (DG2)
[21:03:27] [PASSED] 0x5696 (DG2)
[21:03:27] [PASSED] 0x5697 (DG2)
[21:03:27] [PASSED] 0xB69 (PVC)
[21:03:27] [PASSED] 0xB6E (PVC)
[21:03:27] [PASSED] 0xBD4 (PVC)
[21:03:27] [PASSED] 0xBD5 (PVC)
[21:03:27] [PASSED] 0xBD6 (PVC)
[21:03:27] [PASSED] 0xBD7 (PVC)
[21:03:27] [PASSED] 0xBD8 (PVC)
[21:03:27] [PASSED] 0xBD9 (PVC)
[21:03:27] [PASSED] 0xBDA (PVC)
[21:03:27] [PASSED] 0xBDB (PVC)
[21:03:27] [PASSED] 0xBE0 (PVC)
[21:03:27] [PASSED] 0xBE1 (PVC)
[21:03:27] [PASSED] 0xBE5 (PVC)
[21:03:27] [PASSED] 0x7D40 (METEORLAKE)
[21:03:27] [PASSED] 0x7D45 (METEORLAKE)
[21:03:27] [PASSED] 0x7D55 (METEORLAKE)
[21:03:27] [PASSED] 0x7D60 (METEORLAKE)
[21:03:27] [PASSED] 0x7DD5 (METEORLAKE)
[21:03:27] [PASSED] 0x6420 (LUNARLAKE)
[21:03:27] [PASSED] 0x64A0 (LUNARLAKE)
[21:03:27] [PASSED] 0x64B0 (LUNARLAKE)
[21:03:27] [PASSED] 0xE202 (BATTLEMAGE)
[21:03:27] [PASSED] 0xE209 (BATTLEMAGE)
[21:03:27] [PASSED] 0xE20B (BATTLEMAGE)
[21:03:27] [PASSED] 0xE20C (BATTLEMAGE)
[21:03:27] [PASSED] 0xE20D (BATTLEMAGE)
[21:03:27] [PASSED] 0xE210 (BATTLEMAGE)
[21:03:27] [PASSED] 0xE211 (BATTLEMAGE)
[21:03:27] [PASSED] 0xE212 (BATTLEMAGE)
[21:03:27] [PASSED] 0xE216 (BATTLEMAGE)
[21:03:27] [PASSED] 0xE220 (BATTLEMAGE)
[21:03:27] [PASSED] 0xE221 (BATTLEMAGE)
[21:03:27] [PASSED] 0xE222 (BATTLEMAGE)
[21:03:27] [PASSED] 0xE223 (BATTLEMAGE)
[21:03:27] [PASSED] 0xB080 (PANTHERLAKE)
[21:03:27] [PASSED] 0xB081 (PANTHERLAKE)
[21:03:27] [PASSED] 0xB082 (PANTHERLAKE)
[21:03:27] [PASSED] 0xB083 (PANTHERLAKE)
[21:03:27] [PASSED] 0xB084 (PANTHERLAKE)
[21:03:27] [PASSED] 0xB085 (PANTHERLAKE)
[21:03:27] [PASSED] 0xB086 (PANTHERLAKE)
[21:03:27] [PASSED] 0xB087 (PANTHERLAKE)
[21:03:27] [PASSED] 0xB08F (PANTHERLAKE)
[21:03:27] [PASSED] 0xB090 (PANTHERLAKE)
[21:03:27] [PASSED] 0xB0A0 (PANTHERLAKE)
[21:03:27] [PASSED] 0xB0B0 (PANTHERLAKE)
[21:03:27] [PASSED] 0xFD80 (PANTHERLAKE)
[21:03:27] [PASSED] 0xFD81 (PANTHERLAKE)
[21:03:27] ============= [PASSED] check_platform_gt_count =============
[21:03:27] ===================== [PASSED] xe_pci ======================
[21:03:27] =================== xe_rtp (2 subtests) ====================
[21:03:27] =============== xe_rtp_process_to_sr_tests  ================
[21:03:27] [PASSED] coalesce-same-reg
[21:03:27] [PASSED] no-match-no-add
[21:03:27] [PASSED] match-or
[21:03:27] [PASSED] match-or-xfail
[21:03:27] [PASSED] no-match-no-add-multiple-rules
[21:03:27] [PASSED] two-regs-two-entries
[21:03:27] [PASSED] clr-one-set-other
[21:03:27] [PASSED] set-field
[21:03:27] [PASSED] conflict-duplicate
[21:03:27] [PASSED] conflict-not-disjoint
[21:03:27] [PASSED] conflict-reg-type
[21:03:27] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[21:03:27] ================== xe_rtp_process_tests  ===================
[21:03:27] [PASSED] active1
[21:03:27] [PASSED] active2
[21:03:27] [PASSED] active-inactive
[21:03:27] [PASSED] inactive-active
[21:03:27] [PASSED] inactive-1st_or_active-inactive
[21:03:27] [PASSED] inactive-2nd_or_active-inactive
[21:03:27] [PASSED] inactive-last_or_active-inactive
[21:03:27] [PASSED] inactive-no_or_active-inactive
[21:03:27] ============== [PASSED] xe_rtp_process_tests ===============
[21:03:27] ===================== [PASSED] xe_rtp ======================
[21:03:27] ==================== xe_wa (1 subtest) =====================
[21:03:27] ======================== xe_wa_gt  =========================
[21:03:27] [PASSED] TIGERLAKE (B0)
[21:03:27] [PASSED] DG1 (A0)
[21:03:27] [PASSED] DG1 (B0)
[21:03:27] [PASSED] ALDERLAKE_S (A0)
[21:03:27] [PASSED] ALDERLAKE_S (B0)
[21:03:27] [PASSED] ALDERLAKE_S (C0)
[21:03:27] [PASSED] ALDERLAKE_S (D0)
[21:03:27] [PASSED] ALDERLAKE_P (A0)
[21:03:27] [PASSED] ALDERLAKE_P (B0)
[21:03:27] [PASSED] ALDERLAKE_P (C0)
[21:03:27] [PASSED] ALDERLAKE_S_RPLS (D0)
[21:03:27] [PASSED] ALDERLAKE_P_RPLU (E0)
[21:03:27] [PASSED] DG2_G10 (C0)
[21:03:27] [PASSED] DG2_G11 (B1)
[21:03:27] [PASSED] DG2_G12 (A1)
[21:03:27] [PASSED] METEORLAKE (g:A0, m:A0)
[21:03:27] [PASSED] METEORLAKE (g:A0, m:A0)
[21:03:27] [PASSED] METEORLAKE (g:A0, m:A0)
[21:03:27] [PASSED] LUNARLAKE (g:A0, m:A0)
[21:03:27] [PASSED] LUNARLAKE (g:B0, m:A0)
stty: 'standard input': Inappropriate ioctl for device
[21:03:27] [PASSED] BATTLEMAGE (g:A0, m:A1)
[21:03:27] [PASSED] PANTHERLAKE (g:A0, m:A0)
[21:03:27] ==================== [PASSED] xe_wa_gt =====================
[21:03:27] ====================== [PASSED] xe_wa ======================
[21:03:27] ============================================================
[21:03:27] Testing complete. Ran 298 tests: passed: 282, skipped: 16
[21:03:27] Elapsed time: 33.377s total, 4.250s configuring, 28.761s building, 0.320s running

+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[21:03:27] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[21:03:29] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[21:03:52] Starting KUnit Kernel (1/1)...
[21:03:52] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[21:03:52] == drm_test_atomic_get_connector_for_encoder (1 subtest) ===
[21:03:52] [PASSED] drm_test_drm_atomic_get_connector_for_encoder
[21:03:52] ==== [PASSED] drm_test_atomic_get_connector_for_encoder ====
[21:03:52] =========== drm_validate_clone_mode (2 subtests) ===========
[21:03:52] ============== drm_test_check_in_clone_mode  ===============
[21:03:52] [PASSED] in_clone_mode
[21:03:52] [PASSED] not_in_clone_mode
[21:03:52] ========== [PASSED] drm_test_check_in_clone_mode ===========
[21:03:52] =============== drm_test_check_valid_clones  ===============
[21:03:52] [PASSED] not_in_clone_mode
[21:03:52] [PASSED] valid_clone
[21:03:52] [PASSED] invalid_clone
[21:03:52] =========== [PASSED] drm_test_check_valid_clones ===========
[21:03:52] ============= [PASSED] drm_validate_clone_mode =============
[21:03:52] ============= drm_validate_modeset (1 subtest) =============
[21:03:52] [PASSED] drm_test_check_connector_changed_modeset
[21:03:52] ============== [PASSED] drm_validate_modeset ===============
[21:03:52] ====== drm_test_bridge_get_current_state (2 subtests) ======
[21:03:52] [PASSED] drm_test_drm_bridge_get_current_state_atomic
[21:03:52] [PASSED] drm_test_drm_bridge_get_current_state_legacy
[21:03:52] ======== [PASSED] drm_test_bridge_get_current_state ========
[21:03:52] ====== drm_test_bridge_helper_reset_crtc (3 subtests) ======
[21:03:52] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic
[21:03:52] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic_disabled
[21:03:52] [PASSED] drm_test_drm_bridge_helper_reset_crtc_legacy
[21:03:52] ======== [PASSED] drm_test_bridge_helper_reset_crtc ========
[21:03:52] ============== drm_bridge_alloc (2 subtests) ===============
[21:03:52] [PASSED] drm_test_drm_bridge_alloc_basic
[21:03:52] [PASSED] drm_test_drm_bridge_alloc_get_put
[21:03:52] ================ [PASSED] drm_bridge_alloc =================
[21:03:52] ================== drm_buddy (7 subtests) ==================
[21:03:52] [PASSED] drm_test_buddy_alloc_limit
[21:03:52] [PASSED] drm_test_buddy_alloc_optimistic
[21:03:52] [PASSED] drm_test_buddy_alloc_pessimistic
[21:03:52] [PASSED] drm_test_buddy_alloc_pathological
[21:03:52] [PASSED] drm_test_buddy_alloc_contiguous
[21:03:52] [PASSED] drm_test_buddy_alloc_clear
[21:03:52] [PASSED] drm_test_buddy_alloc_range_bias
[21:03:52] ==================== [PASSED] drm_buddy ====================
[21:03:52] ============= drm_cmdline_parser (40 subtests) =============
[21:03:52] [PASSED] drm_test_cmdline_force_d_only
[21:03:52] [PASSED] drm_test_cmdline_force_D_only_dvi
[21:03:52] [PASSED] drm_test_cmdline_force_D_only_hdmi
[21:03:52] [PASSED] drm_test_cmdline_force_D_only_not_digital
[21:03:52] [PASSED] drm_test_cmdline_force_e_only
[21:03:52] [PASSED] drm_test_cmdline_res
[21:03:52] [PASSED] drm_test_cmdline_res_vesa
[21:03:52] [PASSED] drm_test_cmdline_res_vesa_rblank
[21:03:52] [PASSED] drm_test_cmdline_res_rblank
[21:03:52] [PASSED] drm_test_cmdline_res_bpp
[21:03:52] [PASSED] drm_test_cmdline_res_refresh
[21:03:52] [PASSED] drm_test_cmdline_res_bpp_refresh
[21:03:52] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[21:03:52] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[21:03:52] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[21:03:52] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[21:03:52] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[21:03:52] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[21:03:52] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[21:03:52] [PASSED] drm_test_cmdline_res_margins_force_on
[21:03:52] [PASSED] drm_test_cmdline_res_vesa_margins
[21:03:52] [PASSED] drm_test_cmdline_name
[21:03:52] [PASSED] drm_test_cmdline_name_bpp
[21:03:52] [PASSED] drm_test_cmdline_name_option
[21:03:52] [PASSED] drm_test_cmdline_name_bpp_option
[21:03:52] [PASSED] drm_test_cmdline_rotate_0
[21:03:52] [PASSED] drm_test_cmdline_rotate_90
[21:03:52] [PASSED] drm_test_cmdline_rotate_180
[21:03:52] [PASSED] drm_test_cmdline_rotate_270
[21:03:52] [PASSED] drm_test_cmdline_hmirror
[21:03:52] [PASSED] drm_test_cmdline_vmirror
[21:03:52] [PASSED] drm_test_cmdline_margin_options
[21:03:52] [PASSED] drm_test_cmdline_multiple_options
[21:03:52] [PASSED] drm_test_cmdline_bpp_extra_and_option
[21:03:52] [PASSED] drm_test_cmdline_extra_and_option
[21:03:52] [PASSED] drm_test_cmdline_freestanding_options
[21:03:52] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[21:03:52] [PASSED] drm_test_cmdline_panel_orientation
[21:03:52] ================ drm_test_cmdline_invalid  =================
[21:03:52] [PASSED] margin_only
[21:03:52] [PASSED] interlace_only
[21:03:52] [PASSED] res_missing_x
[21:03:52] [PASSED] res_missing_y
[21:03:52] [PASSED] res_bad_y
[21:03:52] [PASSED] res_missing_y_bpp
[21:03:52] [PASSED] res_bad_bpp
[21:03:52] [PASSED] res_bad_refresh
[21:03:52] [PASSED] res_bpp_refresh_force_on_off
[21:03:52] [PASSED] res_invalid_mode
[21:03:52] [PASSED] res_bpp_wrong_place_mode
[21:03:52] [PASSED] name_bpp_refresh
[21:03:52] [PASSED] name_refresh
[21:03:52] [PASSED] name_refresh_wrong_mode
[21:03:52] [PASSED] name_refresh_invalid_mode
[21:03:52] [PASSED] rotate_multiple
[21:03:52] [PASSED] rotate_invalid_val
[21:03:52] [PASSED] rotate_truncated
[21:03:52] [PASSED] invalid_option
[21:03:52] [PASSED] invalid_tv_option
[21:03:52] [PASSED] truncated_tv_option
[21:03:52] ============ [PASSED] drm_test_cmdline_invalid =============
[21:03:52] =============== drm_test_cmdline_tv_options  ===============
[21:03:52] [PASSED] NTSC
[21:03:52] [PASSED] NTSC_443
[21:03:52] [PASSED] NTSC_J
[21:03:52] [PASSED] PAL
[21:03:52] [PASSED] PAL_M
[21:03:52] [PASSED] PAL_N
[21:03:52] [PASSED] SECAM
[21:03:52] [PASSED] MONO_525
[21:03:52] [PASSED] MONO_625
[21:03:52] =========== [PASSED] drm_test_cmdline_tv_options ===========
[21:03:52] =============== [PASSED] drm_cmdline_parser ================
[21:03:52] ========== drmm_connector_hdmi_init (20 subtests) ==========
[21:03:52] [PASSED] drm_test_connector_hdmi_init_valid
[21:03:52] [PASSED] drm_test_connector_hdmi_init_bpc_8
[21:03:52] [PASSED] drm_test_connector_hdmi_init_bpc_10
[21:03:52] [PASSED] drm_test_connector_hdmi_init_bpc_12
[21:03:52] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[21:03:52] [PASSED] drm_test_connector_hdmi_init_bpc_null
[21:03:52] [PASSED] drm_test_connector_hdmi_init_formats_empty
[21:03:52] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[21:03:52] === drm_test_connector_hdmi_init_formats_yuv420_allowed  ===
[21:03:52] [PASSED] supported_formats=0x9 yuv420_allowed=1
[21:03:52] [PASSED] supported_formats=0x9 yuv420_allowed=0
[21:03:52] [PASSED] supported_formats=0x3 yuv420_allowed=1
[21:03:52] [PASSED] supported_formats=0x3 yuv420_allowed=0
[21:03:52] === [PASSED] drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[21:03:52] [PASSED] drm_test_connector_hdmi_init_null_ddc
[21:03:52] [PASSED] drm_test_connector_hdmi_init_null_product
[21:03:52] [PASSED] drm_test_connector_hdmi_init_null_vendor
[21:03:52] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[21:03:52] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[21:03:52] [PASSED] drm_test_connector_hdmi_init_product_valid
[21:03:52] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[21:03:52] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[21:03:52] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[21:03:52] ========= drm_test_connector_hdmi_init_type_valid  =========
[21:03:52] [PASSED] HDMI-A
[21:03:52] [PASSED] HDMI-B
[21:03:52] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[21:03:52] ======== drm_test_connector_hdmi_init_type_invalid  ========
[21:03:52] [PASSED] Unknown
[21:03:52] [PASSED] VGA
[21:03:52] [PASSED] DVI-I
[21:03:52] [PASSED] DVI-D
[21:03:52] [PASSED] DVI-A
[21:03:52] [PASSED] Composite
[21:03:52] [PASSED] SVIDEO
[21:03:52] [PASSED] LVDS
[21:03:52] [PASSED] Component
[21:03:52] [PASSED] DIN
[21:03:52] [PASSED] DP
[21:03:52] [PASSED] TV
[21:03:52] [PASSED] eDP
[21:03:52] [PASSED] Virtual
[21:03:52] [PASSED] DSI
[21:03:52] [PASSED] DPI
[21:03:52] [PASSED] Writeback
[21:03:52] [PASSED] SPI
[21:03:52] [PASSED] USB
[21:03:52] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[21:03:52] ============ [PASSED] drmm_connector_hdmi_init =============
[21:03:52] ============= drmm_connector_init (3 subtests) =============
[21:03:52] [PASSED] drm_test_drmm_connector_init
[21:03:52] [PASSED] drm_test_drmm_connector_init_null_ddc
[21:03:52] ========= drm_test_drmm_connector_init_type_valid  =========
[21:03:52] [PASSED] Unknown
[21:03:52] [PASSED] VGA
[21:03:52] [PASSED] DVI-I
[21:03:52] [PASSED] DVI-D
[21:03:52] [PASSED] DVI-A
[21:03:52] [PASSED] Composite
[21:03:52] [PASSED] SVIDEO
[21:03:52] [PASSED] LVDS
[21:03:52] [PASSED] Component
[21:03:52] [PASSED] DIN
[21:03:52] [PASSED] DP
[21:03:52] [PASSED] HDMI-A
[21:03:52] [PASSED] HDMI-B
[21:03:52] [PASSED] TV
[21:03:52] [PASSED] eDP
[21:03:52] [PASSED] Virtual
[21:03:52] [PASSED] DSI
[21:03:52] [PASSED] DPI
[21:03:52] [PASSED] Writeback
[21:03:52] [PASSED] SPI
[21:03:52] [PASSED] USB
[21:03:52] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[21:03:52] =============== [PASSED] drmm_connector_init ===============
[21:03:52] ========= drm_connector_dynamic_init (6 subtests) ==========
[21:03:52] [PASSED] drm_test_drm_connector_dynamic_init
[21:03:52] [PASSED] drm_test_drm_connector_dynamic_init_null_ddc
[21:03:52] [PASSED] drm_test_drm_connector_dynamic_init_not_added
[21:03:52] [PASSED] drm_test_drm_connector_dynamic_init_properties
[21:03:52] ===== drm_test_drm_connector_dynamic_init_type_valid  ======
[21:03:52] [PASSED] Unknown
[21:03:52] [PASSED] VGA
[21:03:52] [PASSED] DVI-I
[21:03:52] [PASSED] DVI-D
[21:03:52] [PASSED] DVI-A
[21:03:52] [PASSED] Composite
[21:03:52] [PASSED] SVIDEO
[21:03:52] [PASSED] LVDS
[21:03:52] [PASSED] Component
[21:03:52] [PASSED] DIN
[21:03:52] [PASSED] DP
[21:03:52] [PASSED] HDMI-A
[21:03:52] [PASSED] HDMI-B
[21:03:52] [PASSED] TV
[21:03:52] [PASSED] eDP
[21:03:52] [PASSED] Virtual
[21:03:52] [PASSED] DSI
[21:03:52] [PASSED] DPI
[21:03:52] [PASSED] Writeback
[21:03:52] [PASSED] SPI
[21:03:52] [PASSED] USB
[21:03:52] = [PASSED] drm_test_drm_connector_dynamic_init_type_valid ==
[21:03:52] ======== drm_test_drm_connector_dynamic_init_name  =========
[21:03:52] [PASSED] Unknown
[21:03:52] [PASSED] VGA
[21:03:52] [PASSED] DVI-I
[21:03:52] [PASSED] DVI-D
[21:03:52] [PASSED] DVI-A
[21:03:52] [PASSED] Composite
[21:03:52] [PASSED] SVIDEO
[21:03:52] [PASSED] LVDS
[21:03:52] [PASSED] Component
[21:03:52] [PASSED] DIN
[21:03:52] [PASSED] DP
[21:03:52] [PASSED] HDMI-A
[21:03:52] [PASSED] HDMI-B
[21:03:52] [PASSED] TV
[21:03:52] [PASSED] eDP
[21:03:52] [PASSED] Virtual
[21:03:52] [PASSED] DSI
[21:03:52] [PASSED] DPI
[21:03:52] [PASSED] Writeback
[21:03:52] [PASSED] SPI
[21:03:52] [PASSED] USB
[21:03:52] ==== [PASSED] drm_test_drm_connector_dynamic_init_name =====
[21:03:52] =========== [PASSED] drm_connector_dynamic_init ============
[21:03:52] ==== drm_connector_dynamic_register_early (4 subtests) =====
[21:03:52] [PASSED] drm_test_drm_connector_dynamic_register_early_on_list
[21:03:52] [PASSED] drm_test_drm_connector_dynamic_register_early_defer
[21:03:52] [PASSED] drm_test_drm_connector_dynamic_register_early_no_init
[21:03:52] [PASSED] drm_test_drm_connector_dynamic_register_early_no_mode_object
[21:03:52] ====== [PASSED] drm_connector_dynamic_register_early =======
[21:03:52] ======= drm_connector_dynamic_register (7 subtests) ========
[21:03:52] [PASSED] drm_test_drm_connector_dynamic_register_on_list
[21:03:52] [PASSED] drm_test_drm_connector_dynamic_register_no_defer
[21:03:52] [PASSED] drm_test_drm_connector_dynamic_register_no_init
[21:03:52] [PASSED] drm_test_drm_connector_dynamic_register_mode_object
[21:03:52] [PASSED] drm_test_drm_connector_dynamic_register_sysfs
[21:03:52] [PASSED] drm_test_drm_connector_dynamic_register_sysfs_name
[21:03:52] [PASSED] drm_test_drm_connector_dynamic_register_debugfs
[21:03:52] ========= [PASSED] drm_connector_dynamic_register ==========
[21:03:52] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[21:03:52] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[21:03:52] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[21:03:52] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[21:03:52] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[21:03:52] ========== drm_test_get_tv_mode_from_name_valid  ===========
[21:03:52] [PASSED] NTSC
[21:03:52] [PASSED] NTSC-443
[21:03:52] [PASSED] NTSC-J
[21:03:52] [PASSED] PAL
[21:03:52] [PASSED] PAL-M
[21:03:52] [PASSED] PAL-N
[21:03:52] [PASSED] SECAM
[21:03:52] [PASSED] Mono
[21:03:52] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[21:03:52] [PASSED] drm_test_get_tv_mode_from_name_truncated
[21:03:52] ============ [PASSED] drm_get_tv_mode_from_name ============
[21:03:52] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[21:03:52] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[21:03:52] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[21:03:52] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[21:03:52] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[21:03:52] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[21:03:52] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[21:03:52] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid  =
[21:03:52] [PASSED] VIC 96
[21:03:52] [PASSED] VIC 97
[21:03:52] [PASSED] VIC 101
[21:03:52] [PASSED] VIC 102
[21:03:52] [PASSED] VIC 106
[21:03:52] [PASSED] VIC 107
[21:03:52] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[21:03:52] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[21:03:52] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[21:03:52] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[21:03:52] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[21:03:52] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[21:03:52] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[21:03:52] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[21:03:52] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name  ====
[21:03:52] [PASSED] Automatic
[21:03:52] [PASSED] Full
[21:03:52] [PASSED] Limited 16:235
[21:03:52] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[21:03:52] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[21:03:52] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[21:03:52] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[21:03:52] === drm_test_drm_hdmi_connector_get_output_format_name  ====
[21:03:52] [PASSED] RGB
[21:03:52] [PASSED] YUV 4:2:0
[21:03:52] [PASSED] YUV 4:2:2
[21:03:52] [PASSED] YUV 4:4:4
[21:03:52] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[21:03:52] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[21:03:52] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[21:03:52] ============= drm_damage_helper (21 subtests) ==============
[21:03:52] [PASSED] drm_test_damage_iter_no_damage
[21:03:52] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[21:03:52] [PASSED] drm_test_damage_iter_no_damage_src_moved
[21:03:52] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[21:03:52] [PASSED] drm_test_damage_iter_no_damage_not_visible
[21:03:52] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[21:03:52] [PASSED] drm_test_damage_iter_no_damage_no_fb
[21:03:52] [PASSED] drm_test_damage_iter_simple_damage
[21:03:52] [PASSED] drm_test_damage_iter_single_damage
[21:03:52] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[21:03:52] [PASSED] drm_test_damage_iter_single_damage_outside_src
[21:03:52] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[21:03:52] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[21:03:52] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[21:03:52] [PASSED] drm_test_damage_iter_single_damage_src_moved
[21:03:52] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[21:03:52] [PASSED] drm_test_damage_iter_damage
[21:03:52] [PASSED] drm_test_damage_iter_damage_one_intersect
[21:03:52] [PASSED] drm_test_damage_iter_damage_one_outside
[21:03:52] [PASSED] drm_test_damage_iter_damage_src_moved
[21:03:52] [PASSED] drm_test_damage_iter_damage_not_visible
[21:03:52] ================ [PASSED] drm_damage_helper ================
[21:03:52] ============== drm_dp_mst_helper (3 subtests) ==============
[21:03:52] ============== drm_test_dp_mst_calc_pbn_mode  ==============
[21:03:52] [PASSED] Clock 154000 BPP 30 DSC disabled
[21:03:52] [PASSED] Clock 234000 BPP 30 DSC disabled
[21:03:52] [PASSED] Clock 297000 BPP 24 DSC disabled
[21:03:52] [PASSED] Clock 332880 BPP 24 DSC enabled
[21:03:52] [PASSED] Clock 324540 BPP 24 DSC enabled
[21:03:52] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[21:03:52] ============== drm_test_dp_mst_calc_pbn_div  ===============
[21:03:52] [PASSED] Link rate 2000000 lane count 4
[21:03:52] [PASSED] Link rate 2000000 lane count 2
[21:03:52] [PASSED] Link rate 2000000 lane count 1
[21:03:52] [PASSED] Link rate 1350000 lane count 4
[21:03:52] [PASSED] Link rate 1350000 lane count 2
[21:03:52] [PASSED] Link rate 1350000 lane count 1
[21:03:52] [PASSED] Link rate 1000000 lane count 4
[21:03:52] [PASSED] Link rate 1000000 lane count 2
[21:03:52] [PASSED] Link rate 1000000 lane count 1
[21:03:52] [PASSED] Link rate 810000 lane count 4
[21:03:52] [PASSED] Link rate 810000 lane count 2
[21:03:52] [PASSED] Link rate 810000 lane count 1
[21:03:52] [PASSED] Link rate 540000 lane count 4
[21:03:52] [PASSED] Link rate 540000 lane count 2
[21:03:52] [PASSED] Link rate 540000 lane count 1
[21:03:52] [PASSED] Link rate 270000 lane count 4
[21:03:52] [PASSED] Link rate 270000 lane count 2
[21:03:52] [PASSED] Link rate 270000 lane count 1
[21:03:52] [PASSED] Link rate 162000 lane count 4
[21:03:52] [PASSED] Link rate 162000 lane count 2
[21:03:52] [PASSED] Link rate 162000 lane count 1
[21:03:52] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[21:03:52] ========= drm_test_dp_mst_sideband_msg_req_decode  =========
[21:03:52] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[21:03:52] [PASSED] DP_POWER_UP_PHY with port number
[21:03:52] [PASSED] DP_POWER_DOWN_PHY with port number
[21:03:52] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[21:03:52] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[21:03:52] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[21:03:52] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[21:03:52] [PASSED] DP_QUERY_PAYLOAD with port number
[21:03:52] [PASSED] DP_QUERY_PAYLOAD with VCPI
[21:03:52] [PASSED] DP_REMOTE_DPCD_READ with port number
[21:03:52] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[21:03:52] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[21:03:52] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[21:03:52] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[21:03:52] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[21:03:52] [PASSED] DP_REMOTE_I2C_READ with port number
[21:03:52] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[21:03:52] [PASSED] DP_REMOTE_I2C_READ with transactions array
[21:03:52] [PASSED] DP_REMOTE_I2C_WRITE with port number
[21:03:52] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[21:03:52] [PASSED] DP_REMOTE_I2C_WRITE with data array
[21:03:52] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[21:03:52] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[21:03:52] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[21:03:52] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[21:03:52] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[21:03:52] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[21:03:52] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[21:03:52] ================ [PASSED] drm_dp_mst_helper ================
[21:03:52] ================== drm_exec (7 subtests) ===================
[21:03:52] [PASSED] sanitycheck
[21:03:52] [PASSED] test_lock
[21:03:52] [PASSED] test_lock_unlock
[21:03:52] [PASSED] test_duplicates
[21:03:52] [PASSED] test_prepare
[21:03:52] [PASSED] test_prepare_array
[21:03:52] [PASSED] test_multiple_loops
[21:03:52] ==================== [PASSED] drm_exec =====================
[21:03:52] =========== drm_format_helper_test (17 subtests) ===========
[21:03:52] ============== drm_test_fb_xrgb8888_to_gray8  ==============
[21:03:52] [PASSED] single_pixel_source_buffer
[21:03:52] [PASSED] single_pixel_clip_rectangle
[21:03:52] [PASSED] well_known_colors
[21:03:52] [PASSED] destination_pitch
[21:03:52] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[21:03:52] ============= drm_test_fb_xrgb8888_to_rgb332  ==============
[21:03:52] [PASSED] single_pixel_source_buffer
[21:03:52] [PASSED] single_pixel_clip_rectangle
[21:03:52] [PASSED] well_known_colors
[21:03:52] [PASSED] destination_pitch
[21:03:52] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[21:03:52] ============= drm_test_fb_xrgb8888_to_rgb565  ==============
[21:03:52] [PASSED] single_pixel_source_buffer
[21:03:52] [PASSED] single_pixel_clip_rectangle
[21:03:52] [PASSED] well_known_colors
[21:03:52] [PASSED] destination_pitch
[21:03:52] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[21:03:52] ============ drm_test_fb_xrgb8888_to_xrgb1555  =============
[21:03:52] [PASSED] single_pixel_source_buffer
[21:03:52] [PASSED] single_pixel_clip_rectangle
[21:03:52] [PASSED] well_known_colors
[21:03:52] [PASSED] destination_pitch
[21:03:52] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[21:03:52] ============ drm_test_fb_xrgb8888_to_argb1555  =============
[21:03:52] [PASSED] single_pixel_source_buffer
[21:03:52] [PASSED] single_pixel_clip_rectangle
[21:03:52] [PASSED] well_known_colors
[21:03:52] [PASSED] destination_pitch
[21:03:52] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[21:03:52] ============ drm_test_fb_xrgb8888_to_rgba5551  =============
[21:03:52] [PASSED] single_pixel_source_buffer
[21:03:52] [PASSED] single_pixel_clip_rectangle
[21:03:52] [PASSED] well_known_colors
[21:03:52] [PASSED] destination_pitch
[21:03:52] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[21:03:52] ============= drm_test_fb_xrgb8888_to_rgb888  ==============
[21:03:52] [PASSED] single_pixel_source_buffer
[21:03:52] [PASSED] single_pixel_clip_rectangle
[21:03:52] [PASSED] well_known_colors
[21:03:52] [PASSED] destination_pitch
[21:03:52] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[21:03:52] ============= drm_test_fb_xrgb8888_to_bgr888  ==============
[21:03:52] [PASSED] single_pixel_source_buffer
[21:03:52] [PASSED] single_pixel_clip_rectangle
[21:03:52] [PASSED] well_known_colors
[21:03:52] [PASSED] destination_pitch
[21:03:52] ========= [PASSED] drm_test_fb_xrgb8888_to_bgr888 ==========
[21:03:52] ============ drm_test_fb_xrgb8888_to_argb8888  =============
[21:03:52] [PASSED] single_pixel_source_buffer
[21:03:52] [PASSED] single_pixel_clip_rectangle
[21:03:52] [PASSED] well_known_colors
[21:03:52] [PASSED] destination_pitch
[21:03:52] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[21:03:52] =========== drm_test_fb_xrgb8888_to_xrgb2101010  ===========
[21:03:52] [PASSED] single_pixel_source_buffer
[21:03:52] [PASSED] single_pixel_clip_rectangle
[21:03:52] [PASSED] well_known_colors
[21:03:52] [PASSED] destination_pitch
[21:03:52] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[21:03:52] =========== drm_test_fb_xrgb8888_to_argb2101010  ===========
[21:03:52] [PASSED] single_pixel_source_buffer
[21:03:52] [PASSED] single_pixel_clip_rectangle
[21:03:52] [PASSED] well_known_colors
[21:03:52] [PASSED] destination_pitch
[21:03:52] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[21:03:52] ============== drm_test_fb_xrgb8888_to_mono  ===============
[21:03:52] [PASSED] single_pixel_source_buffer
[21:03:52] [PASSED] single_pixel_clip_rectangle
[21:03:52] [PASSED] well_known_colors
[21:03:52] [PASSED] destination_pitch
[21:03:52] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[21:03:52] ==================== drm_test_fb_swab  =====================
[21:03:52] [PASSED] single_pixel_source_buffer
[21:03:52] [PASSED] single_pixel_clip_rectangle
[21:03:52] [PASSED] well_known_colors
[21:03:52] [PASSED] destination_pitch
[21:03:52] ================ [PASSED] drm_test_fb_swab =================
[21:03:52] ============ drm_test_fb_xrgb8888_to_xbgr8888  =============
[21:03:52] [PASSED] single_pixel_source_buffer
[21:03:52] [PASSED] single_pixel_clip_rectangle
[21:03:52] [PASSED] well_known_colors
[21:03:52] [PASSED] destination_pitch
[21:03:52] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[21:03:52] ============ drm_test_fb_xrgb8888_to_abgr8888  =============
[21:03:52] [PASSED] single_pixel_source_buffer
[21:03:52] [PASSED] single_pixel_clip_rectangle
[21:03:52] [PASSED] well_known_colors
[21:03:52] [PASSED] destination_pitch
[21:03:52] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[21:03:52] ================= drm_test_fb_clip_offset  =================
[21:03:52] [PASSED] pass through
[21:03:52] [PASSED] horizontal offset
[21:03:52] [PASSED] vertical offset
[21:03:52] [PASSED] horizontal and vertical offset
[21:03:52] [PASSED] horizontal offset (custom pitch)
[21:03:52] [PASSED] vertical offset (custom pitch)
[21:03:52] [PASSED] horizontal and vertical offset (custom pitch)
[21:03:52] ============= [PASSED] drm_test_fb_clip_offset =============
[21:03:52] =================== drm_test_fb_memcpy  ====================
[21:03:52] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[21:03:52] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[21:03:52] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[21:03:52] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[21:03:52] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[21:03:52] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[21:03:52] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[21:03:52] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[21:03:52] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[21:03:52] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[21:03:52] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[21:03:52] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[21:03:52] =============== [PASSED] drm_test_fb_memcpy ================
[21:03:52] ============= [PASSED] drm_format_helper_test ==============
[21:03:52] ================= drm_format (18 subtests) =================
[21:03:52] [PASSED] drm_test_format_block_width_invalid
[21:03:52] [PASSED] drm_test_format_block_width_one_plane
[21:03:52] [PASSED] drm_test_format_block_width_two_plane
[21:03:52] [PASSED] drm_test_format_block_width_three_plane
[21:03:52] [PASSED] drm_test_format_block_width_tiled
[21:03:52] [PASSED] drm_test_format_block_height_invalid
[21:03:52] [PASSED] drm_test_format_block_height_one_plane
[21:03:52] [PASSED] drm_test_format_block_height_two_plane
[21:03:52] [PASSED] drm_test_format_block_height_three_plane
[21:03:52] [PASSED] drm_test_format_block_height_tiled
[21:03:52] [PASSED] drm_test_format_min_pitch_invalid
[21:03:52] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[21:03:52] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[21:03:52] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[21:03:52] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[21:03:52] [PASSED] drm_test_format_min_pitch_two_plane
[21:03:52] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[21:03:52] [PASSED] drm_test_format_min_pitch_tiled
[21:03:52] =================== [PASSED] drm_format ====================
[21:03:52] ============== drm_framebuffer (10 subtests) ===============
[21:03:52] ========== drm_test_framebuffer_check_src_coords  ==========
[21:03:52] [PASSED] Success: source fits into fb
[21:03:52] [PASSED] Fail: overflowing fb with x-axis coordinate
[21:03:52] [PASSED] Fail: overflowing fb with y-axis coordinate
[21:03:52] [PASSED] Fail: overflowing fb with source width
[21:03:52] [PASSED] Fail: overflowing fb with source height
[21:03:52] ====== [PASSED] drm_test_framebuffer_check_src_coords ======
[21:03:52] [PASSED] drm_test_framebuffer_cleanup
[21:03:52] =============== drm_test_framebuffer_create  ===============
[21:03:52] [PASSED] ABGR8888 normal sizes
[21:03:52] [PASSED] ABGR8888 max sizes
[21:03:52] [PASSED] ABGR8888 pitch greater than min required
[21:03:52] [PASSED] ABGR8888 pitch less than min required
[21:03:52] [PASSED] ABGR8888 Invalid width
[21:03:52] [PASSED] ABGR8888 Invalid buffer handle
[21:03:52] [PASSED] No pixel format
[21:03:52] [PASSED] ABGR8888 Width 0
[21:03:52] [PASSED] ABGR8888 Height 0
[21:03:52] [PASSED] ABGR8888 Out of bound height * pitch combination
[21:03:52] [PASSED] ABGR8888 Large buffer offset
[21:03:52] [PASSED] ABGR8888 Buffer offset for inexistent plane
[21:03:52] [PASSED] ABGR8888 Invalid flag
[21:03:52] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[21:03:52] [PASSED] ABGR8888 Valid buffer modifier
[21:03:52] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[21:03:52] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[21:03:52] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[21:03:52] [PASSED] NV12 Normal sizes
[21:03:52] [PASSED] NV12 Max sizes
[21:03:52] [PASSED] NV12 Invalid pitch
[21:03:52] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[21:03:52] [PASSED] NV12 different  modifier per-plane
[21:03:52] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[21:03:52] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[21:03:52] [PASSED] NV12 Modifier for inexistent plane
[21:03:52] [PASSED] NV12 Handle for inexistent plane
[21:03:52] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[21:03:52] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[21:03:52] [PASSED] YVU420 Normal sizes
[21:03:52] [PASSED] YVU420 Max sizes
[21:03:52] [PASSED] YVU420 Invalid pitch
[21:03:52] [PASSED] YVU420 Different pitches
[21:03:52] [PASSED] YVU420 Different buffer offsets/pitches
[21:03:52] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[21:03:52] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[21:03:52] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[21:03:52] [PASSED] YVU420 Valid modifier
[21:03:52] [PASSED] YVU420 Different modifiers per plane
[21:03:52] [PASSED] YVU420 Modifier for inexistent plane
[21:03:52] [PASSED] YUV420_10BIT Invalid modifier(DRM_FORMAT_MOD_LINEAR)
[21:03:52] [PASSED] X0L2 Normal sizes
[21:03:52] [PASSED] X0L2 Max sizes
[21:03:52] [PASSED] X0L2 Invalid pitch
[21:03:52] [PASSED] X0L2 Pitch greater than minimum required
[21:03:52] [PASSED] X0L2 Handle for inexistent plane
[21:03:52] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[21:03:52] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[21:03:52] [PASSED] X0L2 Valid modifier
[21:03:52] [PASSED] X0L2 Modifier for inexistent plane
[21:03:52] =========== [PASSED] drm_test_framebuffer_create ===========
[21:03:52] [PASSED] drm_test_framebuffer_free
[21:03:52] [PASSED] drm_test_framebuffer_init
[21:03:52] [PASSED] drm_test_framebuffer_init_bad_format
[21:03:52] [PASSED] drm_test_framebuffer_init_dev_mismatch
[21:03:52] [PASSED] drm_test_framebuffer_lookup
[21:03:52] [PASSED] drm_test_framebuffer_lookup_inexistent
[21:03:52] [PASSED] drm_test_framebuffer_modifiers_not_supported
[21:03:52] ================= [PASSED] drm_framebuffer =================
[21:03:52] ================ drm_gem_shmem (8 subtests) ================
[21:03:52] [PASSED] drm_gem_shmem_test_obj_create
[21:03:52] [PASSED] drm_gem_shmem_test_obj_create_private
[21:03:52] [PASSED] drm_gem_shmem_test_pin_pages
[21:03:52] [PASSED] drm_gem_shmem_test_vmap
[21:03:52] [PASSED] drm_gem_shmem_test_get_pages_sgt
[21:03:52] [PASSED] drm_gem_shmem_test_get_sg_table
[21:03:52] [PASSED] drm_gem_shmem_test_madvise
[21:03:52] [PASSED] drm_gem_shmem_test_purge
[21:03:52] ================== [PASSED] drm_gem_shmem ==================
[21:03:52] === drm_atomic_helper_connector_hdmi_check (27 subtests) ===
[21:03:52] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[21:03:52] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[21:03:52] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[21:03:52] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[21:03:52] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[21:03:52] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[21:03:52] ====== drm_test_check_broadcast_rgb_cea_mode_yuv420  =======
[21:03:52] [PASSED] Automatic
[21:03:52] [PASSED] Full
[21:03:52] [PASSED] Limited 16:235
[21:03:52] == [PASSED] drm_test_check_broadcast_rgb_cea_mode_yuv420 ===
[21:03:52] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[21:03:52] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[21:03:52] [PASSED] drm_test_check_disable_connector
[21:03:52] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[21:03:52] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_rgb
[21:03:52] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_yuv420
[21:03:52] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv422
[21:03:52] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv420
[21:03:52] [PASSED] drm_test_check_driver_unsupported_fallback_yuv420
[21:03:52] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[21:03:52] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[21:03:52] [PASSED] drm_test_check_output_bpc_dvi
[21:03:52] [PASSED] drm_test_check_output_bpc_format_vic_1
[21:03:52] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[21:03:52] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[21:03:52] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[21:03:52] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[21:03:52] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[21:03:52] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[21:03:52] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[21:03:52] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[21:03:52] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[21:03:52] [PASSED] drm_test_check_broadcast_rgb_value
[21:03:52] [PASSED] drm_test_check_bpc_8_value
[21:03:52] [PASSED] drm_test_check_bpc_10_value
[21:03:52] [PASSED] drm_test_check_bpc_12_value
[21:03:52] [PASSED] drm_test_check_format_value
[21:03:52] [PASSED] drm_test_check_tmds_char_value
[21:03:52] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[21:03:52] = drm_atomic_helper_connector_hdmi_mode_valid (4 subtests) =
[21:03:52] [PASSED] drm_test_check_mode_valid
[21:03:52] [PASSED] drm_test_check_mode_valid_reject
[21:03:52] [PASSED] drm_test_check_mode_valid_reject_rate
[21:03:52] [PASSED] drm_test_check_mode_valid_reject_max_clock
[21:03:52] === [PASSED] drm_atomic_helper_connector_hdmi_mode_valid ===
[21:03:52] ================= drm_managed (2 subtests) =================
[21:03:52] [PASSED] drm_test_managed_release_action
[21:03:52] [PASSED] drm_test_managed_run_action
[21:03:52] =================== [PASSED] drm_managed ===================
[21:03:52] =================== drm_mm (6 subtests) ====================
[21:03:52] [PASSED] drm_test_mm_init
[21:03:52] [PASSED] drm_test_mm_debug
[21:03:52] [PASSED] drm_test_mm_align32
[21:03:52] [PASSED] drm_test_mm_align64
[21:03:52] [PASSED] drm_test_mm_lowest
[21:03:52] [PASSED] drm_test_mm_highest
[21:03:52] ===================== [PASSED] drm_mm ======================
[21:03:52] ============= drm_modes_analog_tv (5 subtests) =============
[21:03:52] [PASSED] drm_test_modes_analog_tv_mono_576i
[21:03:52] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[21:03:52] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[21:03:52] [PASSED] drm_test_modes_analog_tv_pal_576i
[21:03:52] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[21:03:52] =============== [PASSED] drm_modes_analog_tv ===============
[21:03:52] ============== drm_plane_helper (2 subtests) ===============
[21:03:52] =============== drm_test_check_plane_state  ================
[21:03:52] [PASSED] clipping_simple
[21:03:52] [PASSED] clipping_rotate_reflect
[21:03:52] [PASSED] positioning_simple
[21:03:52] [PASSED] upscaling
[21:03:52] [PASSED] downscaling
[21:03:52] [PASSED] rounding1
[21:03:52] [PASSED] rounding2
[21:03:52] [PASSED] rounding3
[21:03:52] [PASSED] rounding4
[21:03:52] =========== [PASSED] drm_test_check_plane_state ============
[21:03:52] =========== drm_test_check_invalid_plane_state  ============
[21:03:52] [PASSED] positioning_invalid
[21:03:52] [PASSED] upscaling_invalid
[21:03:52] [PASSED] downscaling_invalid
[21:03:52] ======= [PASSED] drm_test_check_invalid_plane_state ========
[21:03:52] ================ [PASSED] drm_plane_helper =================
[21:03:52] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[21:03:52] ====== drm_test_connector_helper_tv_get_modes_check  =======
[21:03:52] [PASSED] None
[21:03:52] [PASSED] PAL
[21:03:52] [PASSED] NTSC
[21:03:52] [PASSED] Both, NTSC Default
[21:03:52] [PASSED] Both, PAL Default
[21:03:52] [PASSED] Both, NTSC Default, with PAL on command-line
[21:03:52] [PASSED] Both, PAL Default, with NTSC on command-line
[21:03:52] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[21:03:52] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[21:03:52] ================== drm_rect (9 subtests) ===================
[21:03:52] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[21:03:52] [PASSED] drm_test_rect_clip_scaled_not_clipped
[21:03:52] [PASSED] drm_test_rect_clip_scaled_clipped
[21:03:52] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[21:03:52] ================= drm_test_rect_intersect  =================
[21:03:52] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[21:03:52] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[21:03:52] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[21:03:52] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[21:03:52] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[21:03:52] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[21:03:52] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[21:03:52] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[21:03:52] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[21:03:52] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[21:03:52] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[21:03:52] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[21:03:52] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[21:03:52] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[21:03:52] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
[21:03:52] ============= [PASSED] drm_test_rect_intersect =============
[21:03:52] ================ drm_test_rect_calc_hscale  ================
[21:03:52] [PASSED] normal use
[21:03:52] [PASSED] out of max range
[21:03:52] [PASSED] out of min range
[21:03:52] [PASSED] zero dst
[21:03:52] [PASSED] negative src
[21:03:52] [PASSED] negative dst
[21:03:52] ============ [PASSED] drm_test_rect_calc_hscale ============
[21:03:52] ================ drm_test_rect_calc_vscale  ================
[21:03:52] [PASSED] normal use
[21:03:52] [PASSED] out of max range
[21:03:52] [PASSED] out of min range
[21:03:52] [PASSED] zero dst
[21:03:52] [PASSED] negative src
[21:03:52] [PASSED] negative dst
[21:03:52] ============ [PASSED] drm_test_rect_calc_vscale ============
[21:03:52] ================== drm_test_rect_rotate  ===================
[21:03:52] [PASSED] reflect-x
[21:03:52] [PASSED] reflect-y
[21:03:52] [PASSED] rotate-0
[21:03:52] [PASSED] rotate-90
[21:03:52] [PASSED] rotate-180
[21:03:52] [PASSED] rotate-270
stty: 'standard input': Inappropriate ioctl for device
[21:03:52] ============== [PASSED] drm_test_rect_rotate ===============
[21:03:52] ================ drm_test_rect_rotate_inv  =================
[21:03:52] [PASSED] reflect-x
[21:03:52] [PASSED] reflect-y
[21:03:52] [PASSED] rotate-0
[21:03:52] [PASSED] rotate-90
[21:03:52] [PASSED] rotate-180
[21:03:52] [PASSED] rotate-270
[21:03:52] ============ [PASSED] drm_test_rect_rotate_inv =============
[21:03:52] ==================== [PASSED] drm_rect =====================
[21:03:52] ============ drm_sysfb_modeset_test (1 subtest) ============
[21:03:52] ============ drm_test_sysfb_build_fourcc_list  =============
[21:03:52] [PASSED] no native formats
[21:03:52] [PASSED] XRGB8888 as native format
[21:03:52] [PASSED] remove duplicates
[21:03:52] [PASSED] convert alpha formats
[21:03:52] [PASSED] random formats
[21:03:52] ======== [PASSED] drm_test_sysfb_build_fourcc_list =========
[21:03:52] ============= [PASSED] drm_sysfb_modeset_test ==============
[21:03:52] ============================================================
[21:03:52] Testing complete. Ran 616 tests: passed: 616
[21:03:52] Elapsed time: 24.947s total, 1.647s configuring, 23.080s building, 0.188s running

+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig
[21:03:53] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[21:03:54] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[21:04:02] Starting KUnit Kernel (1/1)...
[21:04:02] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[21:04:02] ================= ttm_device (5 subtests) ==================
[21:04:02] [PASSED] ttm_device_init_basic
[21:04:02] [PASSED] ttm_device_init_multiple
[21:04:02] [PASSED] ttm_device_fini_basic
[21:04:02] [PASSED] ttm_device_init_no_vma_man
[21:04:02] ================== ttm_device_init_pools  ==================
[21:04:02] [PASSED] No DMA allocations, no DMA32 required
[21:04:02] [PASSED] DMA allocations, DMA32 required
[21:04:02] [PASSED] No DMA allocations, DMA32 required
[21:04:02] [PASSED] DMA allocations, no DMA32 required
[21:04:02] ============== [PASSED] ttm_device_init_pools ==============
[21:04:02] =================== [PASSED] ttm_device ====================
[21:04:02] ================== ttm_pool (8 subtests) ===================
[21:04:02] ================== ttm_pool_alloc_basic  ===================
[21:04:02] [PASSED] One page
[21:04:02] [PASSED] More than one page
[21:04:02] [PASSED] Above the allocation limit
[21:04:02] [PASSED] One page, with coherent DMA mappings enabled
[21:04:02] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[21:04:02] ============== [PASSED] ttm_pool_alloc_basic ===============
[21:04:02] ============== ttm_pool_alloc_basic_dma_addr  ==============
[21:04:02] [PASSED] One page
[21:04:02] [PASSED] More than one page
[21:04:02] [PASSED] Above the allocation limit
[21:04:02] [PASSED] One page, with coherent DMA mappings enabled
[21:04:02] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[21:04:02] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ==========
[21:04:02] [PASSED] ttm_pool_alloc_order_caching_match
[21:04:02] [PASSED] ttm_pool_alloc_caching_mismatch
[21:04:02] [PASSED] ttm_pool_alloc_order_mismatch
[21:04:02] [PASSED] ttm_pool_free_dma_alloc
[21:04:02] [PASSED] ttm_pool_free_no_dma_alloc
[21:04:02] [PASSED] ttm_pool_fini_basic
[21:04:02] ==================== [PASSED] ttm_pool =====================
[21:04:02] ================ ttm_resource (8 subtests) =================
[21:04:02] ================= ttm_resource_init_basic  =================
[21:04:02] [PASSED] Init resource in TTM_PL_SYSTEM
[21:04:02] [PASSED] Init resource in TTM_PL_VRAM
[21:04:02] [PASSED] Init resource in a private placement
[21:04:02] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags
[21:04:02] ============= [PASSED] ttm_resource_init_basic =============
[21:04:02] [PASSED] ttm_resource_init_pinned
[21:04:02] [PASSED] ttm_resource_fini_basic
[21:04:02] [PASSED] ttm_resource_manager_init_basic
[21:04:02] [PASSED] ttm_resource_manager_usage_basic
[21:04:02] [PASSED] ttm_resource_manager_set_used_basic
[21:04:02] [PASSED] ttm_sys_man_alloc_basic
[21:04:02] [PASSED] ttm_sys_man_free_basic
[21:04:02] ================== [PASSED] ttm_resource ===================
[21:04:02] =================== ttm_tt (15 subtests) ===================
[21:04:02] ==================== ttm_tt_init_basic  ====================
[21:04:02] [PASSED] Page-aligned size
[21:04:02] [PASSED] Extra pages requested
[21:04:02] ================ [PASSED] ttm_tt_init_basic ================
[21:04:02] [PASSED] ttm_tt_init_misaligned
[21:04:02] [PASSED] ttm_tt_fini_basic
[21:04:02] [PASSED] ttm_tt_fini_sg
[21:04:02] [PASSED] ttm_tt_fini_shmem
[21:04:02] [PASSED] ttm_tt_create_basic
[21:04:02] [PASSED] ttm_tt_create_invalid_bo_type
[21:04:02] [PASSED] ttm_tt_create_ttm_exists
[21:04:02] [PASSED] ttm_tt_create_failed
[21:04:02] [PASSED] ttm_tt_destroy_basic
[21:04:02] [PASSED] ttm_tt_populate_null_ttm
[21:04:02] [PASSED] ttm_tt_populate_populated_ttm
[21:04:02] [PASSED] ttm_tt_unpopulate_basic
[21:04:02] [PASSED] ttm_tt_unpopulate_empty_ttm
[21:04:02] [PASSED] ttm_tt_swapin_basic
[21:04:02] ===================== [PASSED] ttm_tt ======================
[21:04:02] =================== ttm_bo (14 subtests) ===================
[21:04:02] =========== ttm_bo_reserve_optimistic_no_ticket  ===========
[21:04:02] [PASSED] Cannot be interrupted and sleeps
[21:04:02] [PASSED] Cannot be interrupted, locks straight away
[21:04:02] [PASSED] Can be interrupted, sleeps
[21:04:02] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket =======
[21:04:02] [PASSED] ttm_bo_reserve_locked_no_sleep
[21:04:02] [PASSED] ttm_bo_reserve_no_wait_ticket
[21:04:02] [PASSED] ttm_bo_reserve_double_resv
[21:04:02] [PASSED] ttm_bo_reserve_interrupted
[21:04:02] [PASSED] ttm_bo_reserve_deadlock
[21:04:02] [PASSED] ttm_bo_unreserve_basic
[21:04:02] [PASSED] ttm_bo_unreserve_pinned
[21:04:02] [PASSED] ttm_bo_unreserve_bulk
[21:04:02] [PASSED] ttm_bo_put_basic
[21:04:02] [PASSED] ttm_bo_put_shared_resv
[21:04:02] [PASSED] ttm_bo_pin_basic
[21:04:02] [PASSED] ttm_bo_pin_unpin_resource
[21:04:02] [PASSED] ttm_bo_multiple_pin_one_unpin
[21:04:02] ===================== [PASSED] ttm_bo ======================
[21:04:02] ============== ttm_bo_validate (21 subtests) ===============
[21:04:02] ============== ttm_bo_init_reserved_sys_man  ===============
[21:04:02] [PASSED] Buffer object for userspace
[21:04:02] [PASSED] Kernel buffer object
[21:04:02] [PASSED] Shared buffer object
[21:04:02] ========== [PASSED] ttm_bo_init_reserved_sys_man ===========
[21:04:02] ============== ttm_bo_init_reserved_mock_man  ==============
[21:04:02] [PASSED] Buffer object for userspace
[21:04:02] [PASSED] Kernel buffer object
[21:04:02] [PASSED] Shared buffer object
[21:04:02] ========== [PASSED] ttm_bo_init_reserved_mock_man ==========
[21:04:02] [PASSED] ttm_bo_init_reserved_resv
[21:04:02] ================== ttm_bo_validate_basic  ==================
[21:04:02] [PASSED] Buffer object for userspace
[21:04:02] [PASSED] Kernel buffer object
[21:04:02] [PASSED] Shared buffer object
[21:04:02] ============== [PASSED] ttm_bo_validate_basic ==============
[21:04:02] [PASSED] ttm_bo_validate_invalid_placement
[21:04:02] ============= ttm_bo_validate_same_placement  ==============
[21:04:02] [PASSED] System manager
[21:04:02] [PASSED] VRAM manager
[21:04:02] ========= [PASSED] ttm_bo_validate_same_placement ==========
[21:04:02] [PASSED] ttm_bo_validate_failed_alloc
[21:04:02] [PASSED] ttm_bo_validate_pinned
[21:04:02] [PASSED] ttm_bo_validate_busy_placement
[21:04:02] ================ ttm_bo_validate_multihop  =================
[21:04:02] [PASSED] Buffer object for userspace
[21:04:02] [PASSED] Kernel buffer object
[21:04:02] [PASSED] Shared buffer object
[21:04:02] ============ [PASSED] ttm_bo_validate_multihop =============
[21:04:02] ========== ttm_bo_validate_no_placement_signaled  ==========
[21:04:02] [PASSED] Buffer object in system domain, no page vector
[21:04:02] [PASSED] Buffer object in system domain with an existing page vector
[21:04:02] ====== [PASSED] ttm_bo_validate_no_placement_signaled ======
[21:04:02] ======== ttm_bo_validate_no_placement_not_signaled  ========
[21:04:02] [PASSED] Buffer object for userspace
[21:04:02] [PASSED] Kernel buffer object
[21:04:02] [PASSED] Shared buffer object
[21:04:02] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ====
[21:04:02] [PASSED] ttm_bo_validate_move_fence_signaled
[21:04:02] ========= ttm_bo_validate_move_fence_not_signaled  =========
[21:04:02] [PASSED] Waits for GPU
[21:04:02] [PASSED] Tries to lock straight away
[21:04:02] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled =====
[21:04:02] [PASSED] ttm_bo_validate_happy_evict
[21:04:02] [PASSED] ttm_bo_validate_all_pinned_evict
[21:04:02] [PASSED] ttm_bo_validate_allowed_only_evict
[21:04:02] [PASSED] ttm_bo_validate_deleted_evict
[21:04:02] [PASSED] ttm_bo_validate_busy_domain_evict
[21:04:02] [PASSED] ttm_bo_validate_evict_gutting
[21:04:02] [PASSED] ttm_bo_validate_recrusive_evict
stty: 'standard input': Inappropriate ioctl for device
[21:04:02] ================= [PASSED] ttm_bo_validate =================
[21:04:02] ============================================================
[21:04:02] Testing complete. Ran 101 tests: passed: 101
[21:04:02] Elapsed time: 9.831s total, 1.705s configuring, 7.910s building, 0.176s running

+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel



^ permalink raw reply	[flat|nested] 8+ messages in thread

* ✓ Xe.CI.BAT: success for drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC
  2025-08-26 20:57 [CI] drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC Julia Filipchuk
  2025-08-26 21:04 ` ✓ CI.KUnit: success for " Patchwork
@ 2025-08-26 21:59 ` Patchwork
  2025-08-27  8:48 ` ✗ Xe.CI.Full: failure " Patchwork
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-08-26 21:59 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

[-- Attachment #1: Type: text/plain, Size: 2630 bytes --]

== Series Details ==

Series: drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC
URL   : https://patchwork.freedesktop.org/series/153535/
State : success

== Summary ==

CI Bug Log - changes from xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578_BAT -> xe-pw-153535v1_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (11 -> 11)
------------------------------

  No changes in participating hosts

Known issues
------------

  Here are the changes found in xe-pw-153535v1_BAT that come from known issues:

### IGT changes ###

#### Possible fixes ####

  * igt@kms_flip@basic-flip-vs-wf_vblank:
    - bat-adlp-7:         [DMESG-WARN][1] ([Intel XE#4543]) -> [PASS][2] +1 other test pass
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank.html

  * igt@sriov_basic@enable-vfs-autoprobe-on:
    - {bat-ptl-1}:        [DMESG-WARN][3] ([Intel XE#5772]) -> [PASS][4] +1 other test pass
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/bat-ptl-1/igt@sriov_basic@enable-vfs-autoprobe-on.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/bat-ptl-1/igt@sriov_basic@enable-vfs-autoprobe-on.html

  * igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-1:
    - {bat-ptl-2}:        [DMESG-WARN][5] ([Intel XE#5772]) -> [PASS][6] +1 other test pass
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/bat-ptl-2/igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-1.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/bat-ptl-2/igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-1.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [Intel XE#4543]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4543
  [Intel XE#5772]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5772
  [Intel XE#5783]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5783


Build changes
-------------

  * Linux: xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578 -> xe-pw-153535v1

  IGT_8511: 8511
  xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578: 3a2760f3080e5188b19cdb4640cec5eb0926d578
  xe-pw-153535v1: 153535v1

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/index.html

[-- Attachment #2: Type: text/html, Size: 3264 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* ✗ Xe.CI.Full: failure for drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC
  2025-08-26 20:57 [CI] drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC Julia Filipchuk
  2025-08-26 21:04 ` ✓ CI.KUnit: success for " Patchwork
  2025-08-26 21:59 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-08-27  8:48 ` Patchwork
  2025-08-27 21:34   ` Julia Filipchuk
  2025-08-28  1:05 ` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC (rev2) Patchwork
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 8+ messages in thread
From: Patchwork @ 2025-08-27  8:48 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

[-- Attachment #1: Type: text/plain, Size: 118603 bytes --]

== Series Details ==

Series: drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC
URL   : https://patchwork.freedesktop.org/series/153535/
State : failure

== Summary ==

CI Bug Log - changes from xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578_FULL -> xe-pw-153535v1_FULL
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with xe-pw-153535v1_FULL absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in xe-pw-153535v1_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 (4 -> 4)
------------------------------

  No changes in participating hosts

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in xe-pw-153535v1_FULL:

### IGT changes ###

#### Possible regressions ####

  * igt@xe_exec_threads@threads-cm-fd-rebind:
    - shard-bmg:          [PASS][1] -> [FAIL][2]
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-4/igt@xe_exec_threads@threads-cm-fd-rebind.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-5/igt@xe_exec_threads@threads-cm-fd-rebind.html

  
#### Warnings ####

  * igt@xe_module_load@load:
    - shard-lnl:          ([SKIP][3], [PASS][4], [PASS][5], [PASS][6], [PASS][7], [PASS][8], [PASS][9], [PASS][10], [PASS][11], [PASS][12], [ABORT][13], [ABORT][14], [ABORT][15], [PASS][16], [PASS][17], [PASS][18], [PASS][19], [PASS][20], [PASS][21], [PASS][22], [PASS][23], [PASS][24], [PASS][25], [PASS][26], [PASS][27]) ([Intel XE#378]) -> ([PASS][28], [PASS][29], [PASS][30], [PASS][31], [PASS][32], [PASS][33], [PASS][34], [PASS][35], [PASS][36], [PASS][37], [PASS][38], [PASS][39], [PASS][40], [PASS][41], [PASS][42], [PASS][43], [PASS][44], [ABORT][45], [ABORT][46], [ABORT][47], [ABORT][48], [PASS][49], [PASS][50], [PASS][51])
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-7/igt@xe_module_load@load.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-3/igt@xe_module_load@load.html
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-7/igt@xe_module_load@load.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-7/igt@xe_module_load@load.html
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-1/igt@xe_module_load@load.html
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-4/igt@xe_module_load@load.html
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-1/igt@xe_module_load@load.html
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-1/igt@xe_module_load@load.html
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-3/igt@xe_module_load@load.html
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-3/igt@xe_module_load@load.html
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-2/igt@xe_module_load@load.html
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-2/igt@xe_module_load@load.html
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-2/igt@xe_module_load@load.html
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-4/igt@xe_module_load@load.html
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-7/igt@xe_module_load@load.html
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-7/igt@xe_module_load@load.html
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-5/igt@xe_module_load@load.html
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-5/igt@xe_module_load@load.html
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-4/igt@xe_module_load@load.html
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-4/igt@xe_module_load@load.html
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-5/igt@xe_module_load@load.html
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-5/igt@xe_module_load@load.html
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-8/igt@xe_module_load@load.html
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-8/igt@xe_module_load@load.html
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-8/igt@xe_module_load@load.html
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-5/igt@xe_module_load@load.html
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-5/igt@xe_module_load@load.html
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-4/igt@xe_module_load@load.html
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-5/igt@xe_module_load@load.html
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-1/igt@xe_module_load@load.html
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-4/igt@xe_module_load@load.html
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-4/igt@xe_module_load@load.html
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-8/igt@xe_module_load@load.html
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-8/igt@xe_module_load@load.html
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@xe_module_load@load.html
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@xe_module_load@load.html
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-8/igt@xe_module_load@load.html
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@xe_module_load@load.html
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@xe_module_load@load.html
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@xe_module_load@load.html
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-1/igt@xe_module_load@load.html
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@xe_module_load@load.html
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-2/igt@xe_module_load@load.html
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-2/igt@xe_module_load@load.html
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-2/igt@xe_module_load@load.html
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-2/igt@xe_module_load@load.html
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@xe_module_load@load.html
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-1/igt@xe_module_load@load.html
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-1/igt@xe_module_load@load.html

  
Known issues
------------

  Here are the changes found in xe-pw-153535v1_FULL that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@core_setmaster@master-drop-set-root:
    - shard-dg2-set2:     [PASS][52] -> [FAIL][53] ([Intel XE#4208])
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@core_setmaster@master-drop-set-root.html
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@core_setmaster@master-drop-set-root.html

  * igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-a-edp-1:
    - shard-lnl:          NOTRUN -> [INCOMPLETE][54] ([Intel XE#4912]) +1 other test incomplete
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-a-edp-1.html

  * igt@kms_atomic_transition@plane-all-modeset-transition:
    - shard-lnl:          NOTRUN -> [SKIP][55] ([Intel XE#3279])
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@kms_atomic_transition@plane-all-modeset-transition.html

  * igt@kms_big_fb@4-tiled-8bpp-rotate-270:
    - shard-dg2-set2:     NOTRUN -> [SKIP][56] ([Intel XE#316]) +2 other tests skip
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-433/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
    - shard-lnl:          NOTRUN -> [SKIP][57] ([Intel XE#1407]) +1 other test skip
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
    - shard-adlp:         NOTRUN -> [SKIP][58] ([Intel XE#1124]) +7 other tests skip
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180:
    - shard-dg2-set2:     [PASS][59] -> [SKIP][60] ([Intel XE#2351] / [Intel XE#4208]) +7 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html

  * igt@kms_big_fb@x-tiled-64bpp-rotate-0:
    - shard-adlp:         NOTRUN -> [DMESG-FAIL][61] ([Intel XE#4543]) +1 other test dmesg-fail
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-4/igt@kms_big_fb@x-tiled-64bpp-rotate-0.html

  * igt@kms_big_fb@y-tiled-64bpp-rotate-270:
    - shard-adlp:         NOTRUN -> [SKIP][62] ([Intel XE#316]) +3 other tests skip
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-1/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-addfb-size-overflow:
    - shard-dg2-set2:     NOTRUN -> [SKIP][63] ([Intel XE#610])
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-433/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
    - shard-lnl:          NOTRUN -> [SKIP][64] ([Intel XE#1428])
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@kms_big_fb@y-tiled-addfb-size-overflow.html

  * igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
    - shard-dg2-set2:     NOTRUN -> [SKIP][65] ([Intel XE#1124]) +2 other tests skip
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-lnl:          NOTRUN -> [SKIP][66] ([Intel XE#1124]) +2 other tests skip
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p:
    - shard-lnl:          NOTRUN -> [SKIP][67] ([Intel XE#2191])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html

  * igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:
    - shard-adlp:         NOTRUN -> [SKIP][68] ([Intel XE#2191]) +1 other test skip
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-4/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html

  * igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p:
    - shard-dg2-set2:     NOTRUN -> [SKIP][69] ([Intel XE#2191])
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-433/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html

  * igt@kms_bw@linear-tiling-1-displays-3840x2160p:
    - shard-adlp:         NOTRUN -> [SKIP][70] ([Intel XE#367]) +1 other test skip
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html

  * igt@kms_bw@linear-tiling-2-displays-2560x1440p:
    - shard-dg2-set2:     NOTRUN -> [SKIP][71] ([Intel XE#367]) +1 other test skip
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html

  * igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc:
    - shard-bmg:          NOTRUN -> [SKIP][72] ([Intel XE#2887])
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-3/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc:
    - shard-lnl:          NOTRUN -> [SKIP][73] ([Intel XE#2887]) +5 other tests skip
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-1:
    - shard-adlp:         NOTRUN -> [SKIP][74] ([Intel XE#787]) +29 other tests skip
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-1.html

  * igt@kms_ccs@crc-primary-basic-y-tiled-ccs:
    - shard-adlp:         NOTRUN -> [SKIP][75] ([Intel XE#455] / [Intel XE#787]) +19 other tests skip
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@kms_ccs@crc-primary-basic-y-tiled-ccs.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
    - shard-dg2-set2:     NOTRUN -> [SKIP][76] ([Intel XE#2907]) +1 other test skip
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
    - shard-adlp:         NOTRUN -> [SKIP][77] ([Intel XE#3442])
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-1/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
    - shard-bmg:          [PASS][78] -> [INCOMPLETE][79] ([Intel XE#3862]) +1 other test incomplete
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs:
    - shard-lnl:          NOTRUN -> [SKIP][80] ([Intel XE#3432])
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][81] ([Intel XE#3432])
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-a-dp-2:
    - shard-bmg:          [PASS][82] -> [FAIL][83] ([Intel XE#5376]) +1 other test fail
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-a-dp-2.html
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-a-dp-2.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
    - shard-adlp:         NOTRUN -> [SKIP][84] ([Intel XE#2907]) +2 other tests skip
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6:
    - shard-dg2-set2:     NOTRUN -> [SKIP][85] ([Intel XE#787]) +132 other tests skip
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4:
    - shard-dg2-set2:     [PASS][86] -> [INCOMPLETE][87] ([Intel XE#2705] / [Intel XE#4212])
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html

  * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-c-dp-2:
    - shard-bmg:          NOTRUN -> [SKIP][88] ([Intel XE#2652] / [Intel XE#787]) +3 other tests skip
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-1/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-c-dp-2.html

  * igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-dp-2:
    - shard-dg2-set2:     NOTRUN -> [SKIP][89] ([Intel XE#455] / [Intel XE#787]) +25 other tests skip
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-dp-2.html

  * igt@kms_cdclk@mode-transition:
    - shard-adlp:         NOTRUN -> [SKIP][90] ([Intel XE#4417] / [Intel XE#455])
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-4/igt@kms_cdclk@mode-transition.html

  * igt@kms_cdclk@mode-transition@pipe-a-hdmi-a-1:
    - shard-adlp:         NOTRUN -> [SKIP][91] ([Intel XE#4417]) +2 other tests skip
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-4/igt@kms_cdclk@mode-transition@pipe-a-hdmi-a-1.html

  * igt@kms_chamelium_audio@dp-audio:
    - shard-dg2-set2:     NOTRUN -> [SKIP][92] ([Intel XE#373]) +5 other tests skip
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@kms_chamelium_audio@dp-audio.html

  * igt@kms_chamelium_color@ctm-0-75:
    - shard-adlp:         NOTRUN -> [SKIP][93] ([Intel XE#306])
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-1/igt@kms_chamelium_color@ctm-0-75.html

  * igt@kms_chamelium_color@ctm-max:
    - shard-lnl:          NOTRUN -> [SKIP][94] ([Intel XE#306])
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@kms_chamelium_color@ctm-max.html

  * igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate:
    - shard-lnl:          NOTRUN -> [SKIP][95] ([Intel XE#373]) +1 other test skip
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html

  * igt@kms_chamelium_hpd@dp-hpd-storm-disable:
    - shard-adlp:         NOTRUN -> [SKIP][96] ([Intel XE#373]) +5 other tests skip
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-4/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html

  * igt@kms_content_protection@dp-mst-type-1:
    - shard-adlp:         NOTRUN -> [SKIP][97] ([Intel XE#307]) +1 other test skip
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@kms_content_protection@dp-mst-type-1.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][98] ([Intel XE#307])
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-433/igt@kms_content_protection@dp-mst-type-1.html

  * igt@kms_content_protection@lic-type-0@pipe-a-dp-2:
    - shard-bmg:          NOTRUN -> [FAIL][99] ([Intel XE#1178])
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-7/igt@kms_content_protection@lic-type-0@pipe-a-dp-2.html

  * igt@kms_content_protection@uevent:
    - shard-dg2-set2:     NOTRUN -> [FAIL][100] ([Intel XE#1188]) +1 other test fail
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@kms_content_protection@uevent.html

  * igt@kms_cursor_crc@cursor-onscreen-512x170:
    - shard-dg2-set2:     NOTRUN -> [SKIP][101] ([Intel XE#308])
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-433/igt@kms_cursor_crc@cursor-onscreen-512x170.html
    - shard-lnl:          NOTRUN -> [SKIP][102] ([Intel XE#2321])
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@kms_cursor_crc@cursor-onscreen-512x170.html
    - shard-adlp:         NOTRUN -> [SKIP][103] ([Intel XE#308]) +1 other test skip
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@kms_cursor_crc@cursor-onscreen-512x170.html

  * igt@kms_cursor_crc@cursor-onscreen-64x64:
    - shard-dg2-set2:     [PASS][104] -> [SKIP][105] ([Intel XE#4208] / [i915#2575]) +67 other tests skip
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_cursor_crc@cursor-onscreen-64x64.html
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_cursor_crc@cursor-onscreen-64x64.html

  * igt@kms_cursor_crc@cursor-rapid-movement-64x21:
    - shard-bmg:          NOTRUN -> [SKIP][106] ([Intel XE#2320])
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html

  * igt@kms_cursor_crc@cursor-sliding-64x21:
    - shard-lnl:          NOTRUN -> [SKIP][107] ([Intel XE#1424])
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@kms_cursor_crc@cursor-sliding-64x21.html

  * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
    - shard-bmg:          [PASS][108] -> [SKIP][109] ([Intel XE#2291]) +3 other tests skip
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-4/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
    - shard-lnl:          NOTRUN -> [SKIP][110] ([Intel XE#309]) +3 other tests skip
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions:
    - shard-bmg:          NOTRUN -> [SKIP][111] ([Intel XE#2291])
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
    - shard-adlp:         NOTRUN -> [SKIP][112] ([Intel XE#309]) +5 other tests skip
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-4/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html

  * igt@kms_dp_linktrain_fallback@dp-fallback:
    - shard-adlp:         NOTRUN -> [SKIP][113] ([Intel XE#4331])
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@kms_dp_linktrain_fallback@dp-fallback.html
    - shard-bmg:          [PASS][114] -> [SKIP][115] ([Intel XE#4294])
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-4/igt@kms_dp_linktrain_fallback@dp-fallback.html
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_dp_linktrain_fallback@dp-fallback.html
    - shard-lnl:          NOTRUN -> [SKIP][116] ([Intel XE#4294])
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@kms_dp_linktrain_fallback@dp-fallback.html

  * igt@kms_dp_linktrain_fallback@dsc-fallback:
    - shard-lnl:          NOTRUN -> [SKIP][117] ([Intel XE#4331])
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@kms_dp_linktrain_fallback@dsc-fallback.html

  * igt@kms_feature_discovery@chamelium:
    - shard-adlp:         NOTRUN -> [SKIP][118] ([Intel XE#701])
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-4/igt@kms_feature_discovery@chamelium.html

  * igt@kms_feature_discovery@display-4x:
    - shard-lnl:          NOTRUN -> [SKIP][119] ([Intel XE#1138])
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@kms_feature_discovery@display-4x.html

  * igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
    - shard-bmg:          [PASS][120] -> [SKIP][121] ([Intel XE#2316]) +2 other tests skip
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-3/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html

  * igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible:
    - shard-adlp:         NOTRUN -> [SKIP][122] ([Intel XE#310]) +3 other tests skip
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html

  * igt@kms_flip@2x-flip-vs-suspend@bc-dp2-hdmi-a3:
    - shard-bmg:          [PASS][123] -> [INCOMPLETE][124] ([Intel XE#2049] / [Intel XE#2597])
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-1/igt@kms_flip@2x-flip-vs-suspend@bc-dp2-hdmi-a3.html
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-5/igt@kms_flip@2x-flip-vs-suspend@bc-dp2-hdmi-a3.html

  * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible:
    - shard-lnl:          NOTRUN -> [SKIP][125] ([Intel XE#1421])
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank@c-edp1:
    - shard-lnl:          [PASS][126] -> [FAIL][127] ([Intel XE#301] / [Intel XE#3149])
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html

  * igt@kms_flip@plain-flip-interruptible@b-hdmi-a1:
    - shard-adlp:         [PASS][128] -> [DMESG-WARN][129] ([Intel XE#4543])
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-2/igt@kms_flip@plain-flip-interruptible@b-hdmi-a1.html
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-6/igt@kms_flip@plain-flip-interruptible@b-hdmi-a1.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling:
    - shard-dg2-set2:     NOTRUN -> [SKIP][130] ([Intel XE#4208]) +144 other tests skip
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling:
    - shard-lnl:          NOTRUN -> [SKIP][131] ([Intel XE#1401] / [Intel XE#1745]) +1 other test skip
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> [SKIP][132] ([Intel XE#1401]) +1 other test skip
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode.html

  * igt@kms_flip_tiling@flip-change-tiling@pipe-c-hdmi-a-1-y-to-x:
    - shard-adlp:         [PASS][133] -> [DMESG-FAIL][134] ([Intel XE#4543]) +4 other tests dmesg-fail
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-8/igt@kms_flip_tiling@flip-change-tiling@pipe-c-hdmi-a-1-y-to-x.html
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-8/igt@kms_flip_tiling@flip-change-tiling@pipe-c-hdmi-a-1-y-to-x.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][135] ([Intel XE#656]) +12 other tests skip
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt:
    - shard-dg2-set2:     NOTRUN -> [SKIP][136] ([Intel XE#651]) +14 other tests skip
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt:
    - shard-dg2-set2:     NOTRUN -> [SKIP][137] ([Intel XE#2351] / [Intel XE#4208]) +5 other tests skip
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][138] ([Intel XE#651]) +1 other test skip
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-shrfb-scaledprimary:
    - shard-adlp:         NOTRUN -> [SKIP][139] ([Intel XE#651]) +10 other tests skip
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-1/igt@kms_frontbuffer_tracking@fbcdrrs-shrfb-scaledprimary.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt:
    - shard-dg2-set2:     NOTRUN -> [SKIP][140] ([Intel XE#653]) +14 other tests skip
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-msflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][141] ([Intel XE#2313])
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt:
    - shard-adlp:         NOTRUN -> [SKIP][142] ([Intel XE#656]) +27 other tests skip
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-plflip-blt:
    - shard-adlp:         NOTRUN -> [SKIP][143] ([Intel XE#653]) +10 other tests skip
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][144] ([Intel XE#2312]) +2 other tests skip
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_hdr@static-toggle:
    - shard-bmg:          [PASS][145] -> [SKIP][146] ([Intel XE#1503])
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-3/igt@kms_hdr@static-toggle.html
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_hdr@static-toggle.html

  * igt@kms_joiner@invalid-modeset-big-joiner:
    - shard-adlp:         NOTRUN -> [SKIP][147] ([Intel XE#346])
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@kms_joiner@invalid-modeset-big-joiner.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][148] ([Intel XE#346])
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-433/igt@kms_joiner@invalid-modeset-big-joiner.html

  * igt@kms_panel_fitting@legacy:
    - shard-adlp:         NOTRUN -> [SKIP][149] ([Intel XE#455]) +17 other tests skip
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-1/igt@kms_panel_fitting@legacy.html

  * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12:
    - shard-dg2-set2:     NOTRUN -> [SKIP][150] ([Intel XE#4208] / [i915#2575]) +28 other tests skip
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html

  * igt@kms_plane_lowres@tiling-none@pipe-b-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][151] ([Intel XE#599]) +3 other tests skip
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@kms_plane_lowres@tiling-none@pipe-b-edp-1.html

  * igt@kms_plane_multiple@tiling-y:
    - shard-dg2-set2:     NOTRUN -> [SKIP][152] ([Intel XE#5020])
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@kms_plane_multiple@tiling-y.html

  * igt@kms_pm_dc@dc5-retention-flops:
    - shard-dg2-set2:     NOTRUN -> [SKIP][153] ([Intel XE#3309])
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-433/igt@kms_pm_dc@dc5-retention-flops.html
    - shard-lnl:          NOTRUN -> [SKIP][154] ([Intel XE#3309])
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@kms_pm_dc@dc5-retention-flops.html
    - shard-adlp:         NOTRUN -> [SKIP][155] ([Intel XE#3309])
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@kms_pm_dc@dc5-retention-flops.html

  * igt@kms_pm_dc@dc6-psr:
    - shard-dg2-set2:     NOTRUN -> [SKIP][156] ([Intel XE#1129])
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@kms_pm_dc@dc6-psr.html

  * igt@kms_pm_dc@dc9-dpms:
    - shard-adlp:         NOTRUN -> [SKIP][157] ([Intel XE#734])
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-4/igt@kms_pm_dc@dc9-dpms.html

  * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
    - shard-dg2-set2:     NOTRUN -> [SKIP][158] ([Intel XE#1406] / [Intel XE#1489]) +3 other tests skip
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-433/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
    - shard-lnl:          NOTRUN -> [SKIP][159] ([Intel XE#1406] / [Intel XE#2893]) +1 other test skip
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf:
    - shard-adlp:         NOTRUN -> [SKIP][160] ([Intel XE#1406] / [Intel XE#1489]) +5 other tests skip
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-1/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr@fbc-pr-dpms:
    - shard-dg2-set2:     NOTRUN -> [SKIP][161] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +5 other tests skip
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@kms_psr@fbc-pr-dpms.html

  * igt@kms_psr@fbc-psr2-cursor-plane-onoff:
    - shard-dg2-set2:     NOTRUN -> [SKIP][162] ([Intel XE#1406] / [Intel XE#4208]) +3 other tests skip
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html

  * igt@kms_psr@fbc-psr2-no-drrs:
    - shard-bmg:          NOTRUN -> [SKIP][163] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850])
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_psr@fbc-psr2-no-drrs.html

  * igt@kms_psr@fbc-psr2-sprite-plane-onoff:
    - shard-lnl:          NOTRUN -> [SKIP][164] ([Intel XE#1406]) +2 other tests skip
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html

  * igt@kms_psr@fbc-psr2-sprite-plane-onoff@edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][165] ([Intel XE#1406] / [Intel XE#4609])
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@kms_psr@fbc-psr2-sprite-plane-onoff@edp-1.html

  * igt@kms_psr@pr-primary-page-flip:
    - shard-adlp:         NOTRUN -> [SKIP][166] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +10 other tests skip
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@kms_psr@pr-primary-page-flip.html

  * igt@kms_psr@psr-sprite-plane-onoff:
    - shard-dg2-set2:     NOTRUN -> [SKIP][167] ([Intel XE#1406] / [Intel XE#2351] / [Intel XE#4208])
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_psr@psr-sprite-plane-onoff.html

  * igt@kms_rotation_crc@primary-rotation-270:
    - shard-lnl:          NOTRUN -> [SKIP][168] ([Intel XE#3414] / [Intel XE#3904])
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@kms_rotation_crc@primary-rotation-270.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
    - shard-lnl:          NOTRUN -> [SKIP][169] ([Intel XE#1127])
   [169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html

  * igt@kms_scaling_modes@scaling-mode-full:
    - shard-dg2-set2:     NOTRUN -> [SKIP][170] ([Intel XE#455]) +10 other tests skip
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-433/igt@kms_scaling_modes@scaling-mode-full.html

  * igt@kms_setmode@clone-exclusive-crtc:
    - shard-bmg:          [PASS][171] -> [SKIP][172] ([Intel XE#1435])
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-2/igt@kms_setmode@clone-exclusive-crtc.html
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_setmode@clone-exclusive-crtc.html

  * igt@kms_vblank@ts-continuation-suspend:
    - shard-adlp:         [PASS][173] -> [DMESG-WARN][174] ([Intel XE#2953] / [Intel XE#4173]) +1 other test dmesg-warn
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-8/igt@kms_vblank@ts-continuation-suspend.html
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-8/igt@kms_vblank@ts-continuation-suspend.html

  * igt@kms_vrr@negative-basic:
    - shard-bmg:          [PASS][175] -> [SKIP][176] ([Intel XE#1499])
   [175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-2/igt@kms_vrr@negative-basic.html
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_vrr@negative-basic.html

  * igt@xe_ccs@block-copy-compressed-inc-dimension:
    - shard-adlp:         NOTRUN -> [SKIP][177] ([Intel XE#455] / [Intel XE#488] / [Intel XE#5607])
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-1/igt@xe_ccs@block-copy-compressed-inc-dimension.html

  * igt@xe_copy_basic@mem-set-linear-0xfd:
    - shard-adlp:         NOTRUN -> [SKIP][178] ([Intel XE#1126])
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-1/igt@xe_copy_basic@mem-set-linear-0xfd.html

  * igt@xe_create@create-invalid-size:
    - shard-dg2-set2:     [PASS][179] -> [SKIP][180] ([Intel XE#4208]) +124 other tests skip
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@xe_create@create-invalid-size.html
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@xe_create@create-invalid-size.html

  * igt@xe_eu_stall@non-blocking-re-enable:
    - shard-adlp:         NOTRUN -> [SKIP][181] ([Intel XE#5626])
   [181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@xe_eu_stall@non-blocking-re-enable.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][182] ([Intel XE#5626])
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-433/igt@xe_eu_stall@non-blocking-re-enable.html

  * igt@xe_eudebug_online@basic-breakpoint:
    - shard-bmg:          NOTRUN -> [SKIP][183] ([Intel XE#4837])
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-3/igt@xe_eudebug_online@basic-breakpoint.html

  * igt@xe_eudebug_online@resume-dss:
    - shard-dg2-set2:     NOTRUN -> [SKIP][184] ([Intel XE#4837]) +3 other tests skip
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-433/igt@xe_eudebug_online@resume-dss.html

  * igt@xe_eudebug_online@resume-one:
    - shard-lnl:          NOTRUN -> [SKIP][185] ([Intel XE#4837]) +2 other tests skip
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@xe_eudebug_online@resume-one.html

  * igt@xe_eudebug_online@single-step-one:
    - shard-adlp:         NOTRUN -> [SKIP][186] ([Intel XE#4837] / [Intel XE#5565]) +8 other tests skip
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-4/igt@xe_eudebug_online@single-step-one.html

  * igt@xe_evict@evict-beng-large-cm:
    - shard-lnl:          NOTRUN -> [SKIP][187] ([Intel XE#688]) +1 other test skip
   [187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@xe_evict@evict-beng-large-cm.html

  * igt@xe_evict@evict-large-external:
    - shard-adlp:         NOTRUN -> [SKIP][188] ([Intel XE#261] / [Intel XE#5564])
   [188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-1/igt@xe_evict@evict-large-external.html

  * igt@xe_evict@evict-small-external-cm:
    - shard-adlp:         NOTRUN -> [SKIP][189] ([Intel XE#261] / [Intel XE#5564] / [Intel XE#688]) +1 other test skip
   [189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-4/igt@xe_evict@evict-small-external-cm.html

  * igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen:
    - shard-adlp:         NOTRUN -> [SKIP][190] ([Intel XE#5563] / [Intel XE#688])
   [190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-4/igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate:
    - shard-lnl:          NOTRUN -> [SKIP][191] ([Intel XE#1392])
   [191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate.html

  * igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate-race:
    - shard-dg2-set2:     [PASS][192] -> [SKIP][193] ([Intel XE#1392]) +1 other test skip
   [192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate-race.html
   [193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate-race.html

  * igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate:
    - shard-adlp:         NOTRUN -> [SKIP][194] ([Intel XE#1392] / [Intel XE#5575]) +5 other tests skip
   [194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate.html

  * igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-imm:
    - shard-adlp:         NOTRUN -> [SKIP][195] ([Intel XE#288] / [Intel XE#5561]) +18 other tests skip
   [195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-imm.html

  * igt@xe_exec_fault_mode@twice-userptr-rebind-imm:
    - shard-dg2-set2:     NOTRUN -> [SKIP][196] ([Intel XE#288]) +12 other tests skip
   [196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html

  * igt@xe_exec_reset@parallel-gt-reset:
    - shard-bmg:          [PASS][197] -> [DMESG-WARN][198] ([Intel XE#3876])
   [197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-4/igt@xe_exec_reset@parallel-gt-reset.html
   [198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-5/igt@xe_exec_reset@parallel-gt-reset.html

  * igt@xe_exec_system_allocator@fault-threads-same-page-benchmark:
    - shard-dg2-set2:     NOTRUN -> [SKIP][199] ([Intel XE#4915]) +121 other tests skip
   [199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@xe_exec_system_allocator@fault-threads-same-page-benchmark.html

  * igt@xe_exec_system_allocator@many-large-execqueues-mmap-huge:
    - shard-bmg:          NOTRUN -> [SKIP][200] ([Intel XE#4943]) +1 other test skip
   [200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-3/igt@xe_exec_system_allocator@many-large-execqueues-mmap-huge.html

  * igt@xe_exec_system_allocator@process-many-execqueues-free:
    - shard-adlp:         NOTRUN -> [SKIP][201] ([Intel XE#4915]) +176 other tests skip
   [201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-1/igt@xe_exec_system_allocator@process-many-execqueues-free.html

  * igt@xe_exec_system_allocator@process-many-stride-mmap-huge:
    - shard-lnl:          NOTRUN -> [SKIP][202] ([Intel XE#4943]) +6 other tests skip
   [202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@xe_exec_system_allocator@process-many-stride-mmap-huge.html

  * igt@xe_exec_threads@threads-hang-fd-rebind:
    - shard-dg2-set2:     [PASS][203] -> [DMESG-WARN][204] ([Intel XE#3876])
   [203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@xe_exec_threads@threads-hang-fd-rebind.html
   [204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-432/igt@xe_exec_threads@threads-hang-fd-rebind.html

  * igt@xe_fault_injection@probe-fail-guc-xe_guc_mmio_send_recv:
    - shard-lnl:          NOTRUN -> [ABORT][205] ([Intel XE#4757])
   [205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@xe_fault_injection@probe-fail-guc-xe_guc_mmio_send_recv.html

  * igt@xe_live_ktest@xe_bo:
    - shard-adlp:         NOTRUN -> [SKIP][206] ([Intel XE#2229] / [Intel XE#455]) +1 other test skip
   [206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@xe_live_ktest@xe_bo.html

  * igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
    - shard-lnl:          NOTRUN -> [SKIP][207] ([Intel XE#2229])
   [207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html

  * igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
    - shard-adlp:         NOTRUN -> [SKIP][208] ([Intel XE#2229])
   [208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html

  * igt@xe_mmap@pci-membarrier-bad-object:
    - shard-lnl:          NOTRUN -> [SKIP][209] ([Intel XE#5100])
   [209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@xe_mmap@pci-membarrier-bad-object.html

  * igt@xe_mmap@pci-membarrier-bad-pagesize:
    - shard-adlp:         NOTRUN -> [SKIP][210] ([Intel XE#5100])
   [210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-1/igt@xe_mmap@pci-membarrier-bad-pagesize.html

  * igt@xe_oa@buffer-size:
    - shard-adlp:         NOTRUN -> [SKIP][211] ([Intel XE#5103])
   [211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-4/igt@xe_oa@buffer-size.html

  * igt@xe_oa@create-destroy-userspace-config:
    - shard-dg2-set2:     NOTRUN -> [SKIP][212] ([Intel XE#3573]) +2 other tests skip
   [212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@xe_oa@create-destroy-userspace-config.html

  * igt@xe_oa@non-system-wide-paranoid:
    - shard-adlp:         NOTRUN -> [SKIP][213] ([Intel XE#3573]) +3 other tests skip
   [213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@xe_oa@non-system-wide-paranoid.html

  * igt@xe_pat@pat-index-xe2:
    - shard-adlp:         NOTRUN -> [SKIP][214] ([Intel XE#977])
   [214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-4/igt@xe_pat@pat-index-xe2.html

  * igt@xe_pat@pat-index-xelpg:
    - shard-lnl:          NOTRUN -> [SKIP][215] ([Intel XE#979])
   [215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@xe_pat@pat-index-xelpg.html

  * igt@xe_pm@d3cold-i2c:
    - shard-adlp:         NOTRUN -> [SKIP][216] ([Intel XE#5694])
   [216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-1/igt@xe_pm@d3cold-i2c.html

  * igt@xe_pm@d3hot-i2c:
    - shard-dg2-set2:     NOTRUN -> [SKIP][217] ([Intel XE#5742])
   [217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-433/igt@xe_pm@d3hot-i2c.html
    - shard-lnl:          NOTRUN -> [SKIP][218] ([Intel XE#5742])
   [218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@xe_pm@d3hot-i2c.html
    - shard-adlp:         NOTRUN -> [SKIP][219] ([Intel XE#5742])
   [219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@xe_pm@d3hot-i2c.html

  * igt@xe_pm@s3-exec-after:
    - shard-lnl:          NOTRUN -> [SKIP][220] ([Intel XE#584])
   [220]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@xe_pm@s3-exec-after.html

  * igt@xe_pm@s4-d3cold-basic-exec:
    - shard-lnl:          NOTRUN -> [SKIP][221] ([Intel XE#2284] / [Intel XE#366])
   [221]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@xe_pm@s4-d3cold-basic-exec.html

  * igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq:
    - shard-dg2-set2:     NOTRUN -> [SKIP][222] ([Intel XE#4733]) +1 other test skip
   [222]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq.html

  * igt@xe_pxp@regular-src-to-pxp-dest-rendercopy:
    - shard-adlp:         NOTRUN -> [SKIP][223] ([Intel XE#4733] / [Intel XE#5594])
   [223]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-2/igt@xe_pxp@regular-src-to-pxp-dest-rendercopy.html

  * igt@xe_query@multigpu-query-invalid-size:
    - shard-adlp:         NOTRUN -> [SKIP][224] ([Intel XE#944]) +3 other tests skip
   [224]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-1/igt@xe_query@multigpu-query-invalid-size.html

  * igt@xe_query@multigpu-query-topology:
    - shard-dg2-set2:     NOTRUN -> [SKIP][225] ([Intel XE#944])
   [225]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-433/igt@xe_query@multigpu-query-topology.html
    - shard-lnl:          NOTRUN -> [SKIP][226] ([Intel XE#944]) +1 other test skip
   [226]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-3/igt@xe_query@multigpu-query-topology.html

  * igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling:
    - shard-lnl:          NOTRUN -> [SKIP][227] ([Intel XE#4130]) +1 other test skip
   [227]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-7/igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling.html

  * igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs:
    - shard-dg2-set2:     NOTRUN -> [SKIP][228] ([Intel XE#4130])
   [228]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-433/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs.html

  
#### Possible fixes ####

  * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
    - shard-bmg:          [SKIP][229] ([Intel XE#2314] / [Intel XE#2894]) -> [PASS][230]
   [229]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
   [230]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-1/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
    - shard-bmg:          [SKIP][231] ([Intel XE#2291]) -> [PASS][232] +3 other tests pass
   [231]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
   [232]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html

  * igt@kms_display_modes@extended-mode-basic:
    - shard-bmg:          [SKIP][233] ([Intel XE#4302]) -> [PASS][234]
   [233]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_display_modes@extended-mode-basic.html
   [234]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-7/igt@kms_display_modes@extended-mode-basic.html

  * igt@kms_flip@2x-nonexisting-fb:
    - shard-bmg:          [SKIP][235] ([Intel XE#2316]) -> [PASS][236] +8 other tests pass
   [235]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_flip@2x-nonexisting-fb.html
   [236]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-1/igt@kms_flip@2x-nonexisting-fb.html

  * igt@kms_flip@flip-vs-expired-vblank@a-edp1:
    - shard-lnl:          [FAIL][237] ([Intel XE#301]) -> [PASS][238] +1 other test pass
   [237]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
   [238]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html

  * igt@kms_flip@flip-vs-suspend:
    - shard-bmg:          [INCOMPLETE][239] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][240] +1 other test pass
   [239]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-2/igt@kms_flip@flip-vs-suspend.html
   [240]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_flip@flip-vs-suspend.html

  * igt@kms_flip@flip-vs-suspend@b-hdmi-a1:
    - shard-adlp:         [DMESG-WARN][241] ([Intel XE#2953] / [Intel XE#4173]) -> [PASS][242] +1 other test pass
   [241]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-1/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
   [242]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-3/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html

  * igt@kms_flip@plain-flip-interruptible@c-hdmi-a1:
    - shard-adlp:         [DMESG-WARN][243] ([Intel XE#4543]) -> [PASS][244]
   [243]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-2/igt@kms_flip@plain-flip-interruptible@c-hdmi-a1.html
   [244]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-adlp-6/igt@kms_flip@plain-flip-interruptible@c-hdmi-a1.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
    - shard-dg2-set2:     [SKIP][245] ([Intel XE#2351] / [Intel XE#4208]) -> [PASS][246] +5 other tests pass
   [245]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
   [246]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html

  * igt@kms_hdr@static-toggle-suspend:
    - shard-bmg:          [SKIP][247] ([Intel XE#1503]) -> [PASS][248]
   [247]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_hdr@static-toggle-suspend.html
   [248]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-1/igt@kms_hdr@static-toggle-suspend.html

  * igt@kms_joiner@invalid-modeset-force-big-joiner:
    - shard-bmg:          [SKIP][249] ([Intel XE#3012]) -> [PASS][250]
   [249]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html
   [250]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-2/igt@kms_joiner@invalid-modeset-force-big-joiner.html

  * igt@kms_lease@invalid-create-leases:
    - shard-dg2-set2:     [SKIP][251] ([Intel XE#4208] / [i915#2575]) -> [PASS][252] +53 other tests pass
   [251]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_lease@invalid-create-leases.html
   [252]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_lease@invalid-create-leases.html

  * igt@kms_plane_multiple@2x-tiling-4:
    - shard-bmg:          [SKIP][253] ([Intel XE#4596]) -> [PASS][254]
   [253]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_plane_multiple@2x-tiling-4.html
   [254]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-7/igt@kms_plane_multiple@2x-tiling-4.html

  * igt@kms_setmode@invalid-clone-single-crtc:
    - shard-bmg:          [SKIP][255] ([Intel XE#1435]) -> [PASS][256]
   [255]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_setmode@invalid-clone-single-crtc.html
   [256]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-7/igt@kms_setmode@invalid-clone-single-crtc.html

  * igt@kms_vrr@cmrr@pipe-a-edp-1:
    - shard-lnl:          [FAIL][257] ([Intel XE#4459]) -> [PASS][258] +1 other test pass
   [257]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-5/igt@kms_vrr@cmrr@pipe-a-edp-1.html
   [258]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-4/igt@kms_vrr@cmrr@pipe-a-edp-1.html

  * igt@xe_exec_balancer@once-parallel-rebind:
    - shard-dg2-set2:     [SKIP][259] ([Intel XE#4208]) -> [PASS][260] +123 other tests pass
   [259]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_exec_balancer@once-parallel-rebind.html
   [260]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@xe_exec_balancer@once-parallel-rebind.html

  * igt@xe_exec_system_allocator@evict-malloc:
    - shard-bmg:          [ABORT][261] ([Intel XE#3970]) -> [PASS][262]
   [261]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-5/igt@xe_exec_system_allocator@evict-malloc.html
   [262]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-3/igt@xe_exec_system_allocator@evict-malloc.html

  * igt@xe_vm@bind-array-enobufs:
    - shard-dg2-set2:     [DMESG-FAIL][263] ([Intel XE#3876]) -> [PASS][264]
   [263]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_vm@bind-array-enobufs.html
   [264]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-433/igt@xe_vm@bind-array-enobufs.html

  
#### Warnings ####

  * igt@kms_big_fb@4-tiled-8bpp-rotate-90:
    - shard-dg2-set2:     [SKIP][265] ([Intel XE#316]) -> [SKIP][266] ([Intel XE#2351] / [Intel XE#4208])
   [265]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
   [266]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html

  * igt@kms_big_fb@linear-64bpp-rotate-270:
    - shard-dg2-set2:     [SKIP][267] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][268] ([Intel XE#316])
   [267]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_big_fb@linear-64bpp-rotate-270.html
   [268]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_big_fb@linear-64bpp-rotate-270.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-90:
    - shard-dg2-set2:     [SKIP][269] ([Intel XE#316]) -> [SKIP][270] ([Intel XE#4208])
   [269]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
   [270]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html

  * igt@kms_big_fb@x-tiled-64bpp-rotate-90:
    - shard-dg2-set2:     [SKIP][271] ([Intel XE#4208]) -> [SKIP][272] ([Intel XE#316])
   [271]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html
   [272]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-16bpp-rotate-180:
    - shard-dg2-set2:     [SKIP][273] ([Intel XE#1124]) -> [SKIP][274] ([Intel XE#4208]) +5 other tests skip
   [273]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_big_fb@y-tiled-16bpp-rotate-180.html
   [274]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_big_fb@y-tiled-16bpp-rotate-180.html

  * igt@kms_big_fb@y-tiled-addfb:
    - shard-dg2-set2:     [SKIP][275] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][276] ([Intel XE#619])
   [275]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_big_fb@y-tiled-addfb.html
   [276]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_big_fb@y-tiled-addfb.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
    - shard-dg2-set2:     [SKIP][277] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][278] ([Intel XE#1124])
   [277]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
   [278]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html

  * igt@kms_big_fb@yf-tiled-addfb-size-overflow:
    - shard-dg2-set2:     [SKIP][279] ([Intel XE#4208]) -> [SKIP][280] ([Intel XE#610])
   [279]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
   [280]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip:
    - shard-dg2-set2:     [SKIP][281] ([Intel XE#1124]) -> [SKIP][282] ([Intel XE#2351] / [Intel XE#4208]) +1 other test skip
   [281]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
   [282]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
    - shard-dg2-set2:     [SKIP][283] ([Intel XE#4208]) -> [SKIP][284] ([Intel XE#1124]) +5 other tests skip
   [283]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
   [284]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html

  * igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p:
    - shard-dg2-set2:     [SKIP][285] ([Intel XE#2191]) -> [SKIP][286] ([Intel XE#4208] / [i915#2575])
   [285]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html
   [286]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html

  * igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p:
    - shard-dg2-set2:     [SKIP][287] ([Intel XE#4208] / [i915#2575]) -> [SKIP][288] ([Intel XE#2191])
   [287]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html
   [288]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html

  * igt@kms_bw@linear-tiling-2-displays-3840x2160p:
    - shard-dg2-set2:     [SKIP][289] ([Intel XE#4208] / [i915#2575]) -> [SKIP][290] ([Intel XE#367]) +1 other test skip
   [289]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
   [290]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html

  * igt@kms_bw@linear-tiling-3-displays-3840x2160p:
    - shard-dg2-set2:     [SKIP][291] ([Intel XE#367]) -> [SKIP][292] ([Intel XE#4208] / [i915#2575]) +1 other test skip
   [291]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
   [292]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html

  * igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs:
    - shard-dg2-set2:     [SKIP][293] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][294] ([Intel XE#4208]) +5 other tests skip
   [293]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs.html
   [294]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc:
    - shard-dg2-set2:     [SKIP][295] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][296] ([Intel XE#2351] / [Intel XE#4208]) +2 other tests skip
   [295]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc.html
   [296]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
    - shard-dg2-set2:     [SKIP][297] ([Intel XE#2907]) -> [SKIP][298] ([Intel XE#4208]) +2 other tests skip
   [297]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
   [298]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs:
    - shard-dg2-set2:     [SKIP][299] ([Intel XE#4208]) -> [SKIP][300] ([Intel XE#455] / [Intel XE#787]) +5 other tests skip
   [299]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs.html
   [300]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs.html

  * igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs:
    - shard-dg2-set2:     [SKIP][301] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][302] ([Intel XE#455] / [Intel XE#787])
   [301]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs.html
   [302]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
    - shard-dg2-set2:     [INCOMPLETE][303] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4345] / [Intel XE#4522]) -> [INCOMPLETE][304] ([Intel XE#2705] / [Intel XE#4212] / [Intel XE#4345])
   [303]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
   [304]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html

  * igt@kms_cdclk@mode-transition-all-outputs:
    - shard-dg2-set2:     [SKIP][305] ([Intel XE#4418]) -> [SKIP][306] ([Intel XE#2351] / [Intel XE#4208])
   [305]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_cdclk@mode-transition-all-outputs.html
   [306]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_cdclk@mode-transition-all-outputs.html

  * igt@kms_chamelium_color@degamma:
    - shard-dg2-set2:     [SKIP][307] ([Intel XE#306]) -> [SKIP][308] ([Intel XE#4208] / [i915#2575])
   [307]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_chamelium_color@degamma.html
   [308]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_chamelium_color@degamma.html

  * igt@kms_chamelium_color@gamma:
    - shard-dg2-set2:     [SKIP][309] ([Intel XE#4208] / [i915#2575]) -> [SKIP][310] ([Intel XE#306]) +1 other test skip
   [309]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_chamelium_color@gamma.html
   [310]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_chamelium_color@gamma.html

  * igt@kms_chamelium_edid@dp-edid-change-during-suspend:
    - shard-dg2-set2:     [SKIP][311] ([Intel XE#4208] / [i915#2575]) -> [SKIP][312] ([Intel XE#373]) +4 other tests skip
   [311]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
   [312]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html

  * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
    - shard-dg2-set2:     [SKIP][313] ([Intel XE#373]) -> [SKIP][314] ([Intel XE#4208] / [i915#2575]) +6 other tests skip
   [313]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
   [314]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html

  * igt@kms_content_protection@legacy:
    - shard-bmg:          [FAIL][315] ([Intel XE#1178]) -> [SKIP][316] ([Intel XE#2341])
   [315]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-3/igt@kms_content_protection@legacy.html
   [316]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_content_protection@legacy.html

  * igt@kms_content_protection@lic-type-0:
    - shard-bmg:          [SKIP][317] ([Intel XE#2341]) -> [FAIL][318] ([Intel XE#1178])
   [317]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_content_protection@lic-type-0.html
   [318]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-7/igt@kms_content_protection@lic-type-0.html

  * igt@kms_cursor_crc@cursor-sliding-32x32:
    - shard-dg2-set2:     [SKIP][319] ([Intel XE#4208] / [i915#2575]) -> [SKIP][320] ([Intel XE#455]) +2 other tests skip
   [319]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_cursor_crc@cursor-sliding-32x32.html
   [320]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_cursor_crc@cursor-sliding-32x32.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
    - shard-dg2-set2:     [SKIP][321] ([Intel XE#4208] / [i915#2575]) -> [SKIP][322] ([Intel XE#323])
   [321]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
   [322]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html

  * igt@kms_dp_link_training@non-uhbr-mst:
    - shard-dg2-set2:     [SKIP][323] ([Intel XE#4208]) -> [SKIP][324] ([Intel XE#4354])
   [323]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_dp_link_training@non-uhbr-mst.html
   [324]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_dp_link_training@non-uhbr-mst.html

  * igt@kms_dsc@dsc-with-bpc-formats:
    - shard-dg2-set2:     [SKIP][325] ([Intel XE#455]) -> [SKIP][326] ([Intel XE#2351] / [Intel XE#4208]) +1 other test skip
   [325]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_dsc@dsc-with-bpc-formats.html
   [326]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@kms_dsc@dsc-with-bpc-formats.html

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area:
    - shard-dg2-set2:     [SKIP][327] ([Intel XE#4422]) -> [SKIP][328] ([Intel XE#4208])
   [327]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area.html
   [328]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area.html

  * igt@kms_feature_discovery@psr1:
    - shard-dg2-set2:     [SKIP][329] ([Intel XE#4208] / [i915#2575]) -> [SKIP][330] ([Intel XE#1135])
   [329]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_feature_discovery@psr1.html
   [330]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_feature_discovery@psr1.html

  * igt@kms_feature_discovery@psr2:
    - shard-dg2-set2:     [SKIP][331] ([Intel XE#1135]) -> [SKIP][332] ([Intel XE#4208] / [i915#2575])
   [331]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_feature_discovery@psr2.html
   [332]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_feature_discovery@psr2.html

  * igt@kms_flip@flip-vs-expired-vblank:
    - shard-lnl:          [FAIL][333] ([Intel XE#301]) -> [FAIL][334] ([Intel XE#301] / [Intel XE#3149])
   [333]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank.html
   [334]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
    - shard-dg2-set2:     [SKIP][335] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][336] ([Intel XE#455])
   [335]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
   [336]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling:
    - shard-dg2-set2:     [SKIP][337] ([Intel XE#455]) -> [SKIP][338] ([Intel XE#4208]) +2 other tests skip
   [337]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
   [338]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
    - shard-dg2-set2:     [SKIP][339] ([Intel XE#4208]) -> [SKIP][340] ([Intel XE#455])
   [339]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
   [340]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt:
    - shard-bmg:          [SKIP][341] ([Intel XE#2311]) -> [SKIP][342] ([Intel XE#2312]) +9 other tests skip
   [341]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt.html
   [342]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][343] ([Intel XE#2312]) -> [SKIP][344] ([Intel XE#2311]) +13 other tests skip
   [343]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
   [344]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt:
    - shard-bmg:          [SKIP][345] ([Intel XE#5390]) -> [SKIP][346] ([Intel XE#2312]) +3 other tests skip
   [345]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html
   [346]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
    - shard-bmg:          [SKIP][347] ([Intel XE#2312]) -> [SKIP][348] ([Intel XE#5390]) +5 other tests skip
   [347]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
   [348]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte:
    - shard-dg2-set2:     [SKIP][349] ([Intel XE#651]) -> [SKIP][350] ([Intel XE#4208]) +18 other tests skip
   [349]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte.html
   [350]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc:
    - shard-dg2-set2:     [SKIP][351] ([Intel XE#651]) -> [SKIP][352] ([Intel XE#2351] / [Intel XE#4208]) +2 other tests skip
   [351]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html
   [352]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-indfb-plflip-blt:
    - shard-dg2-set2:     [SKIP][353] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][354] ([Intel XE#651]) +9 other tests skip
   [353]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-indfb-plflip-blt.html
   [354]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-indfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc:
    - shard-dg2-set2:     [SKIP][355] ([Intel XE#4208]) -> [SKIP][356] ([Intel XE#651]) +10 other tests skip
   [355]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
   [356]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt:
    - shard-bmg:          [SKIP][357] ([Intel XE#2312]) -> [SKIP][358] ([Intel XE#2313]) +19 other tests skip
   [357]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt.html
   [358]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt.html
    - shard-dg2-set2:     [SKIP][359] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][360] ([Intel XE#653]) +5 other tests skip
   [359]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt.html
   [360]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-render:
    - shard-bmg:          [SKIP][361] ([Intel XE#2313]) -> [SKIP][362] ([Intel XE#2312]) +5 other tests skip
   [361]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-render.html
   [362]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcpsr-slowdraw:
    - shard-dg2-set2:     [SKIP][363] ([Intel XE#653]) -> [SKIP][364] ([Intel XE#2351] / [Intel XE#4208]) +5 other tests skip
   [363]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html
   [364]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html

  * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
    - shard-dg2-set2:     [SKIP][365] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][366] ([Intel XE#658])
   [365]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
   [366]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc:
    - shard-dg2-set2:     [SKIP][367] ([Intel XE#4208]) -> [SKIP][368] ([Intel XE#653]) +12 other tests skip
   [367]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
   [368]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move:
    - shard-dg2-set2:     [SKIP][369] ([Intel XE#653]) -> [SKIP][370] ([Intel XE#4208]) +16 other tests skip
   [369]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move.html
   [370]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move.html

  * igt@kms_joiner@basic-big-joiner:
    - shard-dg2-set2:     [SKIP][371] ([Intel XE#346]) -> [SKIP][372] ([Intel XE#4208])
   [371]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_joiner@basic-big-joiner.html
   [372]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_joiner@basic-big-joiner.html

  * igt@kms_joiner@basic-max-non-joiner:
    - shard-dg2-set2:     [SKIP][373] ([Intel XE#4208]) -> [SKIP][374] ([Intel XE#4298])
   [373]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_joiner@basic-max-non-joiner.html
   [374]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_joiner@basic-max-non-joiner.html

  * igt@kms_joiner@basic-ultra-joiner:
    - shard-dg2-set2:     [SKIP][375] ([Intel XE#2927]) -> [SKIP][376] ([Intel XE#4208])
   [375]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_joiner@basic-ultra-joiner.html
   [376]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_joiner@basic-ultra-joiner.html

  * igt@kms_joiner@invalid-modeset-ultra-joiner:
    - shard-dg2-set2:     [SKIP][377] ([Intel XE#4208]) -> [SKIP][378] ([Intel XE#2927])
   [377]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_joiner@invalid-modeset-ultra-joiner.html
   [378]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_joiner@invalid-modeset-ultra-joiner.html

  * igt@kms_plane_multiple@2x-tiling-y:
    - shard-dg2-set2:     [SKIP][379] ([Intel XE#4208] / [i915#2575]) -> [SKIP][380] ([Intel XE#5021])
   [379]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_plane_multiple@2x-tiling-y.html
   [380]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_plane_multiple@2x-tiling-y.html

  * igt@kms_plane_multiple@2x-tiling-yf:
    - shard-dg2-set2:     [SKIP][381] ([Intel XE#5021]) -> [SKIP][382] ([Intel XE#4208] / [i915#2575])
   [381]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_plane_multiple@2x-tiling-yf.html
   [382]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@kms_plane_multiple@2x-tiling-yf.html

  * igt@kms_plane_multiple@tiling-yf:
    - shard-dg2-set2:     [SKIP][383] ([Intel XE#4208] / [i915#2575]) -> [SKIP][384] ([Intel XE#5020])
   [383]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_plane_multiple@tiling-yf.html
   [384]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_plane_multiple@tiling-yf.html

  * igt@kms_pm_backlight@fade:
    - shard-dg2-set2:     [SKIP][385] ([Intel XE#870]) -> [SKIP][386] ([Intel XE#4208])
   [385]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_pm_backlight@fade.html
   [386]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_pm_backlight@fade.html

  * igt@kms_pm_backlight@fade-with-suspend:
    - shard-dg2-set2:     [SKIP][387] ([Intel XE#4208]) -> [SKIP][388] ([Intel XE#870]) +1 other test skip
   [387]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_pm_backlight@fade-with-suspend.html
   [388]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_pm_backlight@fade-with-suspend.html

  * igt@kms_pm_dc@dc3co-vpb-simulation:
    - shard-dg2-set2:     [SKIP][389] ([Intel XE#1122]) -> [SKIP][390] ([Intel XE#2351] / [Intel XE#4208])
   [389]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_pm_dc@dc3co-vpb-simulation.html
   [390]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@kms_pm_dc@dc3co-vpb-simulation.html

  * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf:
    - shard-dg2-set2:     [SKIP][391] ([Intel XE#1406] / [Intel XE#1489]) -> [SKIP][392] ([Intel XE#1406] / [Intel XE#4208]) +6 other tests skip
   [391]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html
   [392]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html

  * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
    - shard-dg2-set2:     [SKIP][393] ([Intel XE#1406] / [Intel XE#4208]) -> [SKIP][394] ([Intel XE#1406] / [Intel XE#1489]) +4 other tests skip
   [393]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
   [394]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html

  * igt@kms_psr@fbc-pr-sprite-plane-onoff:
    - shard-dg2-set2:     [SKIP][395] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) -> [SKIP][396] ([Intel XE#1406] / [Intel XE#2351] / [Intel XE#4208]) +2 other tests skip
   [395]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_psr@fbc-pr-sprite-plane-onoff.html
   [396]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_psr@fbc-pr-sprite-plane-onoff.html

  * igt@kms_psr@fbc-psr-sprite-render:
    - shard-dg2-set2:     [SKIP][397] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) -> [SKIP][398] ([Intel XE#1406] / [Intel XE#4208]) +5 other tests skip
   [397]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_psr@fbc-psr-sprite-render.html
   [398]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_psr@fbc-psr-sprite-render.html

  * igt@kms_psr@fbc-psr2-dpms:
    - shard-dg2-set2:     [SKIP][399] ([Intel XE#1406] / [Intel XE#4208]) -> [SKIP][400] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +2 other tests skip
   [399]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_psr@fbc-psr2-dpms.html
   [400]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_psr@fbc-psr2-dpms.html

  * igt@kms_psr@pr-dpms:
    - shard-dg2-set2:     [SKIP][401] ([Intel XE#1406] / [Intel XE#2351] / [Intel XE#4208]) -> [SKIP][402] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +1 other test skip
   [401]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_psr@pr-dpms.html
   [402]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_psr@pr-dpms.html

  * igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
    - shard-dg2-set2:     [SKIP][403] ([Intel XE#1406] / [Intel XE#2939]) -> [SKIP][404] ([Intel XE#1406] / [Intel XE#2351] / [Intel XE#4208])
   [403]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
   [404]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html

  * igt@kms_rotation_crc@bad-tiling:
    - shard-dg2-set2:     [SKIP][405] ([Intel XE#3414]) -> [SKIP][406] ([Intel XE#4208] / [i915#2575]) +2 other tests skip
   [405]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_rotation_crc@bad-tiling.html
   [406]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@kms_rotation_crc@bad-tiling.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
    - shard-dg2-set2:     [SKIP][407] ([Intel XE#1127]) -> [SKIP][408] ([Intel XE#4208] / [i915#2575])
   [407]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
   [408]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html

  * igt@kms_tv_load_detect@load-detect:
    - shard-dg2-set2:     [SKIP][409] ([Intel XE#4208] / [i915#2575]) -> [SKIP][410] ([Intel XE#330])
   [409]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_tv_load_detect@load-detect.html
   [410]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@kms_tv_load_detect@load-detect.html

  * igt@kms_vrr@flipline:
    - shard-dg2-set2:     [SKIP][411] ([Intel XE#455]) -> [SKIP][412] ([Intel XE#4208] / [i915#2575]) +2 other tests skip
   [411]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_vrr@flipline.html
   [412]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@kms_vrr@flipline.html

  * igt@xe_compute_preempt@compute-preempt:
    - shard-dg2-set2:     [SKIP][413] ([Intel XE#1280] / [Intel XE#455]) -> [SKIP][414] ([Intel XE#4208])
   [413]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@xe_compute_preempt@compute-preempt.html
   [414]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@xe_compute_preempt@compute-preempt.html

  * igt@xe_configfs@survivability-mode:
    - shard-dg2-set2:     [SKIP][415] -> [SKIP][416] ([Intel XE#4208])
   [415]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@xe_configfs@survivability-mode.html
   [416]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@xe_configfs@survivability-mode.html

  * igt@xe_copy_basic@mem-copy-linear-0x369:
    - shard-dg2-set2:     [SKIP][417] ([Intel XE#4208]) -> [SKIP][418] ([Intel XE#1123])
   [417]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_copy_basic@mem-copy-linear-0x369.html
   [418]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@xe_copy_basic@mem-copy-linear-0x369.html

  * igt@xe_copy_basic@mem-set-linear-0x3fff:
    - shard-dg2-set2:     [SKIP][419] ([Intel XE#1126]) -> [SKIP][420] ([Intel XE#4208]) +1 other test skip
   [419]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_copy_basic@mem-set-linear-0x3fff.html
   [420]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@xe_copy_basic@mem-set-linear-0x3fff.html

  * igt@xe_eudebug@vm-bind-clear-faultable:
    - shard-dg2-set2:     [SKIP][421] ([Intel XE#4837]) -> [SKIP][422] ([Intel XE#4208]) +8 other tests skip
   [421]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@xe_eudebug@vm-bind-clear-faultable.html
   [422]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@xe_eudebug@vm-bind-clear-faultable.html

  * igt@xe_eudebug_online@debugger-reopen:
    - shard-dg2-set2:     [SKIP][423] ([Intel XE#4208]) -> [SKIP][424] ([Intel XE#4837]) +8 other tests skip
   [423]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_eudebug_online@debugger-reopen.html
   [424]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@xe_eudebug_online@debugger-reopen.html

  * igt@xe_eudebug_sriov@deny-eudebug:
    - shard-dg2-set2:     [SKIP][425] ([Intel XE#4208]) -> [SKIP][426] ([Intel XE#4518])
   [425]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_eudebug_sriov@deny-eudebug.html
   [426]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@xe_eudebug_sriov@deny-eudebug.html

  * igt@xe_exec_basic@multigpu-once-null:
    - shard-dg2-set2:     [SKIP][427] ([Intel XE#1392]) -> [SKIP][428] ([Intel XE#4208]) +1 other test skip
   [427]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@xe_exec_basic@multigpu-once-null.html
   [428]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@xe_exec_basic@multigpu-once-null.html

  * igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-rebind-imm:
    - shard-dg2-set2:     [SKIP][429] ([Intel XE#4208]) -> [SKIP][430] ([Intel XE#288]) +16 other tests skip
   [429]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-rebind-imm.html
   [430]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-rebind-imm.html

  * igt@xe_exec_fault_mode@twice-userptr-invalidate-race:
    - shard-dg2-set2:     [SKIP][431] ([Intel XE#288]) -> [SKIP][432] ([Intel XE#4208]) +16 other tests skip
   [431]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html
   [432]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html

  * igt@xe_exec_mix_modes@exec-simple-batch-store-lr:
    - shard-dg2-set2:     [SKIP][433] ([Intel XE#2360]) -> [SKIP][434] ([Intel XE#4208])
   [433]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html
   [434]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html

  * igt@xe_exec_system_allocator@many-large-malloc-nomemset:
    - shard-dg2-set2:     [SKIP][435] ([Intel XE#4208]) -> [SKIP][436] ([Intel XE#4915]) +154 other tests skip
   [435]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_exec_system_allocator@many-large-malloc-nomemset.html
   [436]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@xe_exec_system_allocator@many-large-malloc-nomemset.html

  * igt@xe_exec_system_allocator@threads-many-large-mmap-shared-remap-dontunmap-eocheck:
    - shard-dg2-set2:     [SKIP][437] ([Intel XE#4915]) -> [SKIP][438] ([Intel XE#4208]) +185 other tests skip
   [437]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_exec_system_allocator@threads-many-large-mmap-shared-remap-dontunmap-eocheck.html
   [438]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@xe_exec_system_allocator@threads-many-large-mmap-shared-remap-dontunmap-eocheck.html

  * igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
    - shard-dg2-set2:     [SKIP][439] ([Intel XE#4208]) -> [ABORT][440] ([Intel XE#4917])
   [439]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
   [440]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html

  * igt@xe_oa@closed-fd-and-unmapped-access:
    - shard-dg2-set2:     [SKIP][441] ([Intel XE#4208]) -> [SKIP][442] ([Intel XE#3573]) +2 other tests skip
   [441]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_oa@closed-fd-and-unmapped-access.html
   [442]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@xe_oa@closed-fd-and-unmapped-access.html

  * igt@xe_oa@invalid-create-userspace-config:
    - shard-dg2-set2:     [SKIP][443] ([Intel XE#3573]) -> [SKIP][444] ([Intel XE#4208]) +5 other tests skip
   [443]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@xe_oa@invalid-create-userspace-config.html
   [444]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@xe_oa@invalid-create-userspace-config.html

  * igt@xe_pat@pat-index-xehpc:
    - shard-dg2-set2:     [SKIP][445] ([Intel XE#2838] / [Intel XE#979]) -> [SKIP][446] ([Intel XE#4208])
   [445]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@xe_pat@pat-index-xehpc.html
   [446]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@xe_pat@pat-index-xehpc.html

  * igt@xe_pm@d3cold-mmap-system:
    - shard-dg2-set2:     [SKIP][447] ([Intel XE#2284] / [Intel XE#366]) -> [SKIP][448] ([Intel XE#4208]) +1 other test skip
   [447]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_pm@d3cold-mmap-system.html
   [448]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@xe_pm@d3cold-mmap-system.html

  * igt@xe_pm@d3cold-mocs:
    - shard-dg2-set2:     [SKIP][449] ([Intel XE#4208]) -> [SKIP][450] ([Intel XE#2284])
   [449]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_pm@d3cold-mocs.html
   [450]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@xe_pm@d3cold-mocs.html

  * igt@xe_pm@s2idle-d3cold-basic-exec:
    - shard-dg2-set2:     [SKIP][451] ([Intel XE#4208]) -> [SKIP][452] ([Intel XE#2284] / [Intel XE#366]) +1 other test skip
   [451]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_pm@s2idle-d3cold-basic-exec.html
   [452]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@xe_pm@s2idle-d3cold-basic-exec.html

  * igt@xe_pmu@fn-engine-activity-load:
    - shard-dg2-set2:     [SKIP][453] ([Intel XE#4650]) -> [SKIP][454] ([Intel XE#4208])
   [453]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@xe_pmu@fn-engine-activity-load.html
   [454]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@xe_pmu@fn-engine-activity-load.html

  * igt@xe_pxp@display-black-pxp-fb:
    - shard-dg2-set2:     [SKIP][455] ([Intel XE#4733]) -> [SKIP][456] ([Intel XE#4208])
   [455]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_pxp@display-black-pxp-fb.html
   [456]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@xe_pxp@display-black-pxp-fb.html

  * igt@xe_pxp@pxp-termination-key-update-post-rpm:
    - shard-dg2-set2:     [SKIP][457] ([Intel XE#4208]) -> [SKIP][458] ([Intel XE#4733]) +1 other test skip
   [457]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_pxp@pxp-termination-key-update-post-rpm.html
   [458]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-466/igt@xe_pxp@pxp-termination-key-update-post-rpm.html

  * igt@xe_query@multigpu-query-uc-fw-version-guc:
    - shard-dg2-set2:     [SKIP][459] ([Intel XE#944]) -> [SKIP][460] ([Intel XE#4208]) +4 other tests skip
   [459]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_query@multigpu-query-uc-fw-version-guc.html
   [460]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@xe_query@multigpu-query-uc-fw-version-guc.html

  * igt@xe_render_copy@render-stress-2-copies:
    - shard-dg2-set2:     [SKIP][461] ([Intel XE#4814]) -> [SKIP][462] ([Intel XE#4208]) +1 other test skip
   [461]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@xe_render_copy@render-stress-2-copies.html
   [462]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@xe_render_copy@render-stress-2-copies.html

  * igt@xe_sriov_auto_provisioning@exclusive-ranges:
    - shard-dg2-set2:     [SKIP][463] ([Intel XE#4130]) -> [SKIP][464] ([Intel XE#4208])
   [463]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_sriov_auto_provisioning@exclusive-ranges.html
   [464]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-434/igt@xe_sriov_auto_provisioning@exclusive-ranges.html

  * igt@xe_sriov_flr@flr-each-isolation:
    - shard-dg2-set2:     [SKIP][465] ([Intel XE#4208]) -> [SKIP][466] ([Intel XE#3342])
   [465]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_sriov_flr@flr-each-isolation.html
   [466]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-464/igt@xe_sriov_flr@flr-each-isolation.html

  * igt@xe_sriov_flr@flr-vfs-parallel:
    - shard-dg2-set2:     [SKIP][467] ([Intel XE#4273]) -> [SKIP][468] ([Intel XE#4208])
   [467]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@xe_sriov_flr@flr-vfs-parallel.html
   [468]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-dg2-435/igt@xe_sriov_flr@flr-vfs-parallel.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
  [Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
  [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
  [Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
  [Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135
  [Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
  [Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
  [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
  [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
  [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#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#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
  [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
  [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
  [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
  [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
  [Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
  [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
  [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#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
  [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#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351
  [Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
  [Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
  [Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261
  [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
  [Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
  [Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
  [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
  [Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907
  [Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927
  [Intel XE#2939]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2939
  [Intel XE#2953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2953
  [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#3012]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012
  [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#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
  [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
  [Intel XE#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310
  [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
  [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
  [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
  [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
  [Intel XE#3279]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279
  [Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330
  [Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309
  [Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
  [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#3442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3442
  [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
  [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
  [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
  [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#3862]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862
  [Intel XE#3876]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3876
  [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
  [Intel XE#3970]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3970
  [Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
  [Intel XE#4173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4173
  [Intel XE#4208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208
  [Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
  [Intel XE#4273]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4273
  [Intel XE#4294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4294
  [Intel XE#4298]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298
  [Intel XE#4302]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4302
  [Intel XE#4331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4331
  [Intel XE#4345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345
  [Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
  [Intel XE#4417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4417
  [Intel XE#4418]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4418
  [Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
  [Intel XE#4459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459
  [Intel XE#4518]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4518
  [Intel XE#4522]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4522
  [Intel XE#4543]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4543
  [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
  [Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
  [Intel XE#4609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4609
  [Intel XE#4650]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4650
  [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#4757]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4757
  [Intel XE#4814]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4814
  [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
  [Intel XE#488]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/488
  [Intel XE#4912]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4912
  [Intel XE#4915]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4915
  [Intel XE#4917]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4917
  [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#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
  [Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
  [Intel XE#5100]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5100
  [Intel XE#5103]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5103
  [Intel XE#5191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5191
  [Intel XE#5300]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5300
  [Intel XE#5376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5376
  [Intel XE#5390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5390
  [Intel XE#5561]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5561
  [Intel XE#5563]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5563
  [Intel XE#5564]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5564
  [Intel XE#5565]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5565
  [Intel XE#5575]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5575
  [Intel XE#5594]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5594
  [Intel XE#5607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5607
  [Intel XE#5626]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5626
  [Intel XE#5694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5694
  [Intel XE#5742]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5742
  [Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
  [Intel XE#5890]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5890
  [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
  [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
  [Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619
  [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
  [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
  [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
  [Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658
  [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
  [Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701
  [Intel XE#734]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/734
  [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
  [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977
  [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
  [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575


Build changes
-------------

  * Linux: xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578 -> xe-pw-153535v1

  IGT_8511: 8511
  xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578: 3a2760f3080e5188b19cdb4640cec5eb0926d578
  xe-pw-153535v1: 153535v1

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/index.html

[-- Attachment #2: Type: text/html, Size: 150195 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ✗ Xe.CI.Full: failure for drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC
  2025-08-27  8:48 ` ✗ Xe.CI.Full: failure " Patchwork
@ 2025-08-27 21:34   ` Julia Filipchuk
  0 siblings, 0 replies; 8+ messages in thread
From: Julia Filipchuk @ 2025-08-27 21:34 UTC (permalink / raw)
  To: intel-xe

On 8/27/2025 1:48 AM, Patchwork wrote:
> #### Possible regressions ####
> 
>   * igt@xe_exec_threads@threads-cm-fd-rebind:
>     - shard-bmg:          [PASS][1] -> [FAIL][2]
>    [1]: https://intel-gfx-ci.01.org/tree/intel-xe/
> xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-4/
> igt@xe_exec_threads@threads-cm-fd-rebind.html
>    [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v1/shard-bmg-5/
> igt@xe_exec_threads@threads-cm-fd-rebind.html

Failure unrelated to change. Repeated rare failure.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC (rev2)
  2025-08-26 20:57 [CI] drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC Julia Filipchuk
                   ` (2 preceding siblings ...)
  2025-08-27  8:48 ` ✗ Xe.CI.Full: failure " Patchwork
@ 2025-08-28  1:05 ` Patchwork
  2025-08-28  1:44 ` ✓ Xe.CI.BAT: " Patchwork
  2025-08-28  2:46 ` ✗ Xe.CI.Full: failure " Patchwork
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-08-28  1:05 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

== Series Details ==

Series: drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC (rev2)
URL   : https://patchwork.freedesktop.org/series/153535/
State : success

== Summary ==

+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[01:04:18] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[01:04:22] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[01:04:51] Starting KUnit Kernel (1/1)...
[01:04:51] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[01:04:51] ================== guc_buf (11 subtests) ===================
[01:04:51] [PASSED] test_smallest
[01:04:51] [PASSED] test_largest
[01:04:51] [PASSED] test_granular
[01:04:51] [PASSED] test_unique
[01:04:51] [PASSED] test_overlap
[01:04:51] [PASSED] test_reusable
[01:04:51] [PASSED] test_too_big
[01:04:51] [PASSED] test_flush
[01:04:51] [PASSED] test_lookup
[01:04:51] [PASSED] test_data
[01:04:51] [PASSED] test_class
[01:04:51] ===================== [PASSED] guc_buf =====================
[01:04:51] =================== guc_dbm (7 subtests) ===================
[01:04:51] [PASSED] test_empty
[01:04:51] [PASSED] test_default
[01:04:51] ======================== test_size  ========================
[01:04:51] [PASSED] 4
[01:04:51] [PASSED] 8
[01:04:51] [PASSED] 32
[01:04:51] [PASSED] 256
[01:04:51] ==================== [PASSED] test_size ====================
[01:04:51] ======================= test_reuse  ========================
[01:04:51] [PASSED] 4
[01:04:51] [PASSED] 8
[01:04:51] [PASSED] 32
[01:04:51] [PASSED] 256
[01:04:51] =================== [PASSED] test_reuse ====================
[01:04:51] =================== test_range_overlap  ====================
[01:04:51] [PASSED] 4
[01:04:51] [PASSED] 8
[01:04:51] [PASSED] 32
[01:04:51] [PASSED] 256
[01:04:51] =============== [PASSED] test_range_overlap ================
[01:04:51] =================== test_range_compact  ====================
[01:04:51] [PASSED] 4
[01:04:51] [PASSED] 8
[01:04:51] [PASSED] 32
[01:04:51] [PASSED] 256
[01:04:51] =============== [PASSED] test_range_compact ================
[01:04:51] ==================== test_range_spare  =====================
[01:04:51] [PASSED] 4
[01:04:51] [PASSED] 8
[01:04:51] [PASSED] 32
[01:04:51] [PASSED] 256
[01:04:51] ================ [PASSED] test_range_spare =================
[01:04:51] ===================== [PASSED] guc_dbm =====================
[01:04:51] =================== guc_idm (6 subtests) ===================
[01:04:51] [PASSED] bad_init
[01:04:51] [PASSED] no_init
[01:04:51] [PASSED] init_fini
[01:04:51] [PASSED] check_used
[01:04:51] [PASSED] check_quota
[01:04:51] [PASSED] check_all
[01:04:51] ===================== [PASSED] guc_idm =====================
[01:04:51] ================== no_relay (3 subtests) ===================
[01:04:51] [PASSED] xe_drops_guc2pf_if_not_ready
[01:04:51] [PASSED] xe_drops_guc2vf_if_not_ready
[01:04:51] [PASSED] xe_rejects_send_if_not_ready
[01:04:51] ==================== [PASSED] no_relay =====================
[01:04:51] ================== pf_relay (14 subtests) ==================
[01:04:51] [PASSED] pf_rejects_guc2pf_too_short
[01:04:51] [PASSED] pf_rejects_guc2pf_too_long
[01:04:51] [PASSED] pf_rejects_guc2pf_no_payload
[01:04:51] [PASSED] pf_fails_no_payload
[01:04:51] [PASSED] pf_fails_bad_origin
[01:04:51] [PASSED] pf_fails_bad_type
[01:04:51] [PASSED] pf_txn_reports_error
[01:04:51] [PASSED] pf_txn_sends_pf2guc
[01:04:51] [PASSED] pf_sends_pf2guc
[01:04:51] [SKIPPED] pf_loopback_nop
[01:04:51] [SKIPPED] pf_loopback_echo
[01:04:51] [SKIPPED] pf_loopback_fail
[01:04:51] [SKIPPED] pf_loopback_busy
[01:04:51] [SKIPPED] pf_loopback_retry
[01:04:51] ==================== [PASSED] pf_relay =====================
[01:04:51] ================== vf_relay (3 subtests) ===================
[01:04:51] [PASSED] vf_rejects_guc2vf_too_short
[01:04:51] [PASSED] vf_rejects_guc2vf_too_long
[01:04:51] [PASSED] vf_rejects_guc2vf_no_payload
[01:04:51] ==================== [PASSED] vf_relay =====================
[01:04:51] ===================== lmtt (1 subtest) =====================
[01:04:51] ======================== test_ops  =========================
[01:04:51] [PASSED] 2-level
[01:04:51] [PASSED] multi-level
[01:04:51] ==================== [PASSED] test_ops =====================
[01:04:51] ====================== [PASSED] lmtt =======================
[01:04:51] ================= pf_service (11 subtests) =================
[01:04:51] [PASSED] pf_negotiate_any
[01:04:51] [PASSED] pf_negotiate_base_match
[01:04:51] [PASSED] pf_negotiate_base_newer
[01:04:51] [PASSED] pf_negotiate_base_next
[01:04:51] [SKIPPED] pf_negotiate_base_older
[01:04:51] [PASSED] pf_negotiate_base_prev
[01:04:51] [PASSED] pf_negotiate_latest_match
[01:04:51] [PASSED] pf_negotiate_latest_newer
[01:04:51] [PASSED] pf_negotiate_latest_next
[01:04:51] [SKIPPED] pf_negotiate_latest_older
[01:04:51] [SKIPPED] pf_negotiate_latest_prev
[01:04:51] =================== [PASSED] pf_service ====================
[01:04:51] =================== xe_mocs (2 subtests) ===================
[01:04:51] ================ xe_live_mocs_kernel_kunit  ================
[01:04:51] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[01:04:51] ================ xe_live_mocs_reset_kunit  =================
[01:04:51] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[01:04:51] ==================== [SKIPPED] xe_mocs =====================
[01:04:51] ================= xe_migrate (2 subtests) ==================
[01:04:51] ================= xe_migrate_sanity_kunit  =================
[01:04:51] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[01:04:51] ================== xe_validate_ccs_kunit  ==================
[01:04:51] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[01:04:51] =================== [SKIPPED] xe_migrate ===================
[01:04:51] ================== xe_dma_buf (1 subtest) ==================
[01:04:51] ==================== xe_dma_buf_kunit  =====================
[01:04:51] ================ [SKIPPED] xe_dma_buf_kunit ================
[01:04:51] =================== [SKIPPED] xe_dma_buf ===================
[01:04:51] ================= xe_bo_shrink (1 subtest) =================
[01:04:51] =================== xe_bo_shrink_kunit  ====================
[01:04:51] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[01:04:51] ================== [SKIPPED] xe_bo_shrink ==================
[01:04:51] ==================== xe_bo (2 subtests) ====================
[01:04:51] ================== xe_ccs_migrate_kunit  ===================
[01:04:51] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[01:04:51] ==================== xe_bo_evict_kunit  ====================
[01:04:51] =============== [SKIPPED] xe_bo_evict_kunit ================
[01:04:51] ===================== [SKIPPED] xe_bo ======================
[01:04:51] ==================== args (11 subtests) ====================
[01:04:51] [PASSED] count_args_test
[01:04:51] [PASSED] call_args_example
[01:04:51] [PASSED] call_args_test
[01:04:51] [PASSED] drop_first_arg_example
[01:04:51] [PASSED] drop_first_arg_test
[01:04:51] [PASSED] first_arg_example
[01:04:51] [PASSED] first_arg_test
[01:04:51] [PASSED] last_arg_example
[01:04:51] [PASSED] last_arg_test
[01:04:51] [PASSED] pick_arg_example
[01:04:51] [PASSED] sep_comma_example
[01:04:51] ====================== [PASSED] args =======================
[01:04:51] =================== xe_pci (3 subtests) ====================
[01:04:51] ==================== check_graphics_ip  ====================
[01:04:51] [PASSED] 12.70 Xe_LPG
[01:04:51] [PASSED] 12.71 Xe_LPG
[01:04:51] [PASSED] 12.74 Xe_LPG+
[01:04:51] [PASSED] 20.01 Xe2_HPG
[01:04:51] [PASSED] 20.02 Xe2_HPG
[01:04:51] [PASSED] 20.04 Xe2_LPG
[01:04:51] [PASSED] 30.00 Xe3_LPG
[01:04:51] [PASSED] 30.01 Xe3_LPG
[01:04:51] [PASSED] 30.03 Xe3_LPG
[01:04:51] ================ [PASSED] check_graphics_ip ================
[01:04:51] ===================== check_media_ip  ======================
[01:04:51] [PASSED] 13.00 Xe_LPM+
[01:04:51] [PASSED] 13.01 Xe2_HPM
[01:04:51] [PASSED] 20.00 Xe2_LPM
[01:04:51] [PASSED] 30.00 Xe3_LPM
[01:04:51] [PASSED] 30.02 Xe3_LPM
[01:04:51] ================= [PASSED] check_media_ip ==================
[01:04:51] ================= check_platform_gt_count  =================
[01:04:51] [PASSED] 0x9A60 (TIGERLAKE)
[01:04:51] [PASSED] 0x9A68 (TIGERLAKE)
[01:04:51] [PASSED] 0x9A70 (TIGERLAKE)
[01:04:51] [PASSED] 0x9A40 (TIGERLAKE)
[01:04:51] [PASSED] 0x9A49 (TIGERLAKE)
[01:04:51] [PASSED] 0x9A59 (TIGERLAKE)
[01:04:51] [PASSED] 0x9A78 (TIGERLAKE)
[01:04:51] [PASSED] 0x9AC0 (TIGERLAKE)
[01:04:51] [PASSED] 0x9AC9 (TIGERLAKE)
[01:04:51] [PASSED] 0x9AD9 (TIGERLAKE)
[01:04:51] [PASSED] 0x9AF8 (TIGERLAKE)
[01:04:51] [PASSED] 0x4C80 (ROCKETLAKE)
[01:04:51] [PASSED] 0x4C8A (ROCKETLAKE)
[01:04:51] [PASSED] 0x4C8B (ROCKETLAKE)
[01:04:51] [PASSED] 0x4C8C (ROCKETLAKE)
[01:04:51] [PASSED] 0x4C90 (ROCKETLAKE)
[01:04:51] [PASSED] 0x4C9A (ROCKETLAKE)
[01:04:51] [PASSED] 0x4680 (ALDERLAKE_S)
[01:04:51] [PASSED] 0x4682 (ALDERLAKE_S)
[01:04:51] [PASSED] 0x4688 (ALDERLAKE_S)
[01:04:51] [PASSED] 0x468A (ALDERLAKE_S)
[01:04:51] [PASSED] 0x468B (ALDERLAKE_S)
[01:04:51] [PASSED] 0x4690 (ALDERLAKE_S)
[01:04:51] [PASSED] 0x4692 (ALDERLAKE_S)
[01:04:51] [PASSED] 0x4693 (ALDERLAKE_S)
[01:04:51] [PASSED] 0x46A0 (ALDERLAKE_P)
[01:04:51] [PASSED] 0x46A1 (ALDERLAKE_P)
[01:04:51] [PASSED] 0x46A2 (ALDERLAKE_P)
[01:04:51] [PASSED] 0x46A3 (ALDERLAKE_P)
[01:04:51] [PASSED] 0x46A6 (ALDERLAKE_P)
[01:04:51] [PASSED] 0x46A8 (ALDERLAKE_P)
[01:04:51] [PASSED] 0x46AA (ALDERLAKE_P)
[01:04:51] [PASSED] 0x462A (ALDERLAKE_P)
[01:04:51] [PASSED] 0x4626 (ALDERLAKE_P)
[01:04:51] [PASSED] 0x4628 (ALDERLAKE_P)
[01:04:51] [PASSED] 0x46B0 (ALDERLAKE_P)
[01:04:51] [PASSED] 0x46B1 (ALDERLAKE_P)
[01:04:51] [PASSED] 0x46B2 (ALDERLAKE_P)
[01:04:51] [PASSED] 0x46B3 (ALDERLAKE_P)
[01:04:51] [PASSED] 0x46C0 (ALDERLAKE_P)
[01:04:51] [PASSED] 0x46C1 (ALDERLAKE_P)
[01:04:51] [PASSED] 0x46C2 (ALDERLAKE_P)
[01:04:51] [PASSED] 0x46C3 (ALDERLAKE_P)
[01:04:51] [PASSED] 0x46D0 (ALDERLAKE_N)
[01:04:51] [PASSED] 0x46D1 (ALDERLAKE_N)
[01:04:51] [PASSED] 0x46D2 (ALDERLAKE_N)
[01:04:51] [PASSED] 0x46D3 (ALDERLAKE_N)
[01:04:51] [PASSED] 0x46D4 (ALDERLAKE_N)
[01:04:51] [PASSED] 0xA721 (ALDERLAKE_P)
[01:04:51] [PASSED] 0xA7A1 (ALDERLAKE_P)
[01:04:51] [PASSED] 0xA7A9 (ALDERLAKE_P)
[01:04:51] [PASSED] 0xA7AC (ALDERLAKE_P)
[01:04:51] [PASSED] 0xA7AD (ALDERLAKE_P)
[01:04:51] [PASSED] 0xA720 (ALDERLAKE_P)
[01:04:51] [PASSED] 0xA7A0 (ALDERLAKE_P)
[01:04:51] [PASSED] 0xA7A8 (ALDERLAKE_P)
[01:04:51] [PASSED] 0xA7AA (ALDERLAKE_P)
[01:04:51] [PASSED] 0xA7AB (ALDERLAKE_P)
[01:04:51] [PASSED] 0xA780 (ALDERLAKE_S)
[01:04:51] [PASSED] 0xA781 (ALDERLAKE_S)
[01:04:51] [PASSED] 0xA782 (ALDERLAKE_S)
[01:04:51] [PASSED] 0xA783 (ALDERLAKE_S)
[01:04:51] [PASSED] 0xA788 (ALDERLAKE_S)
[01:04:51] [PASSED] 0xA789 (ALDERLAKE_S)
[01:04:51] [PASSED] 0xA78A (ALDERLAKE_S)
[01:04:51] [PASSED] 0xA78B (ALDERLAKE_S)
[01:04:51] [PASSED] 0x4905 (DG1)
[01:04:51] [PASSED] 0x4906 (DG1)
[01:04:51] [PASSED] 0x4907 (DG1)
[01:04:51] [PASSED] 0x4908 (DG1)
[01:04:51] [PASSED] 0x4909 (DG1)
[01:04:51] [PASSED] 0x56C0 (DG2)
[01:04:51] [PASSED] 0x56C2 (DG2)
[01:04:51] [PASSED] 0x56C1 (DG2)
[01:04:51] [PASSED] 0x7D51 (METEORLAKE)
[01:04:51] [PASSED] 0x7DD1 (METEORLAKE)
[01:04:51] [PASSED] 0x7D41 (METEORLAKE)
[01:04:51] [PASSED] 0x7D67 (METEORLAKE)
[01:04:51] [PASSED] 0xB640 (METEORLAKE)
[01:04:51] [PASSED] 0x56A0 (DG2)
[01:04:51] [PASSED] 0x56A1 (DG2)
[01:04:51] [PASSED] 0x56A2 (DG2)
[01:04:51] [PASSED] 0x56BE (DG2)
[01:04:51] [PASSED] 0x56BF (DG2)
[01:04:51] [PASSED] 0x5690 (DG2)
[01:04:51] [PASSED] 0x5691 (DG2)
[01:04:51] [PASSED] 0x5692 (DG2)
[01:04:51] [PASSED] 0x56A5 (DG2)
[01:04:51] [PASSED] 0x56A6 (DG2)
[01:04:51] [PASSED] 0x56B0 (DG2)
[01:04:51] [PASSED] 0x56B1 (DG2)
[01:04:51] [PASSED] 0x56BA (DG2)
[01:04:51] [PASSED] 0x56BB (DG2)
[01:04:51] [PASSED] 0x56BC (DG2)
[01:04:51] [PASSED] 0x56BD (DG2)
[01:04:51] [PASSED] 0x5693 (DG2)
[01:04:51] [PASSED] 0x5694 (DG2)
[01:04:51] [PASSED] 0x5695 (DG2)
[01:04:51] [PASSED] 0x56A3 (DG2)
[01:04:51] [PASSED] 0x56A4 (DG2)
[01:04:51] [PASSED] 0x56B2 (DG2)
[01:04:51] [PASSED] 0x56B3 (DG2)
[01:04:51] [PASSED] 0x5696 (DG2)
[01:04:51] [PASSED] 0x5697 (DG2)
[01:04:51] [PASSED] 0xB69 (PVC)
[01:04:51] [PASSED] 0xB6E (PVC)
[01:04:51] [PASSED] 0xBD4 (PVC)
[01:04:51] [PASSED] 0xBD5 (PVC)
[01:04:51] [PASSED] 0xBD6 (PVC)
[01:04:51] [PASSED] 0xBD7 (PVC)
[01:04:51] [PASSED] 0xBD8 (PVC)
[01:04:51] [PASSED] 0xBD9 (PVC)
[01:04:51] [PASSED] 0xBDA (PVC)
[01:04:51] [PASSED] 0xBDB (PVC)
[01:04:51] [PASSED] 0xBE0 (PVC)
[01:04:51] [PASSED] 0xBE1 (PVC)
[01:04:51] [PASSED] 0xBE5 (PVC)
[01:04:51] [PASSED] 0x7D40 (METEORLAKE)
[01:04:51] [PASSED] 0x7D45 (METEORLAKE)
[01:04:51] [PASSED] 0x7D55 (METEORLAKE)
[01:04:51] [PASSED] 0x7D60 (METEORLAKE)
[01:04:51] [PASSED] 0x7DD5 (METEORLAKE)
[01:04:51] [PASSED] 0x6420 (LUNARLAKE)
[01:04:51] [PASSED] 0x64A0 (LUNARLAKE)
[01:04:51] [PASSED] 0x64B0 (LUNARLAKE)
[01:04:51] [PASSED] 0xE202 (BATTLEMAGE)
[01:04:51] [PASSED] 0xE209 (BATTLEMAGE)
[01:04:51] [PASSED] 0xE20B (BATTLEMAGE)
[01:04:51] [PASSED] 0xE20C (BATTLEMAGE)
[01:04:51] [PASSED] 0xE20D (BATTLEMAGE)
[01:04:51] [PASSED] 0xE210 (BATTLEMAGE)
[01:04:51] [PASSED] 0xE211 (BATTLEMAGE)
[01:04:51] [PASSED] 0xE212 (BATTLEMAGE)
[01:04:51] [PASSED] 0xE216 (BATTLEMAGE)
[01:04:51] [PASSED] 0xE220 (BATTLEMAGE)
[01:04:51] [PASSED] 0xE221 (BATTLEMAGE)
[01:04:51] [PASSED] 0xE222 (BATTLEMAGE)
[01:04:51] [PASSED] 0xE223 (BATTLEMAGE)
[01:04:51] [PASSED] 0xB080 (PANTHERLAKE)
[01:04:51] [PASSED] 0xB081 (PANTHERLAKE)
[01:04:51] [PASSED] 0xB082 (PANTHERLAKE)
[01:04:51] [PASSED] 0xB083 (PANTHERLAKE)
[01:04:51] [PASSED] 0xB084 (PANTHERLAKE)
[01:04:51] [PASSED] 0xB085 (PANTHERLAKE)
[01:04:51] [PASSED] 0xB086 (PANTHERLAKE)
[01:04:51] [PASSED] 0xB087 (PANTHERLAKE)
[01:04:51] [PASSED] 0xB08F (PANTHERLAKE)
[01:04:51] [PASSED] 0xB090 (PANTHERLAKE)
[01:04:51] [PASSED] 0xB0A0 (PANTHERLAKE)
[01:04:51] [PASSED] 0xB0B0 (PANTHERLAKE)
[01:04:51] [PASSED] 0xFD80 (PANTHERLAKE)
[01:04:51] [PASSED] 0xFD81 (PANTHERLAKE)
[01:04:51] ============= [PASSED] check_platform_gt_count =============
[01:04:51] ===================== [PASSED] xe_pci ======================
[01:04:51] =================== xe_rtp (2 subtests) ====================
[01:04:51] =============== xe_rtp_process_to_sr_tests  ================
[01:04:51] [PASSED] coalesce-same-reg
[01:04:51] [PASSED] no-match-no-add
[01:04:51] [PASSED] match-or
[01:04:51] [PASSED] match-or-xfail
[01:04:51] [PASSED] no-match-no-add-multiple-rules
[01:04:51] [PASSED] two-regs-two-entries
[01:04:51] [PASSED] clr-one-set-other
[01:04:51] [PASSED] set-field
[01:04:51] [PASSED] conflict-duplicate
[01:04:51] [PASSED] conflict-not-disjoint
[01:04:51] [PASSED] conflict-reg-type
[01:04:51] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[01:04:51] ================== xe_rtp_process_tests  ===================
[01:04:51] [PASSED] active1
[01:04:51] [PASSED] active2
[01:04:51] [PASSED] active-inactive
[01:04:51] [PASSED] inactive-active
[01:04:51] [PASSED] inactive-1st_or_active-inactive
[01:04:51] [PASSED] inactive-2nd_or_active-inactive
[01:04:51] [PASSED] inactive-last_or_active-inactive
[01:04:51] [PASSED] inactive-no_or_active-inactive
[01:04:51] ============== [PASSED] xe_rtp_process_tests ===============
[01:04:51] ===================== [PASSED] xe_rtp ======================
[01:04:51] ==================== xe_wa (1 subtest) =====================
[01:04:51] ======================== xe_wa_gt  =========================
[01:04:51] [PASSED] TIGERLAKE (B0)
[01:04:51] [PASSED] DG1 (A0)
[01:04:51] [PASSED] DG1 (B0)
[01:04:51] [PASSED] ALDERLAKE_S (A0)
[01:04:51] [PASSED] ALDERLAKE_S (B0)
[01:04:51] [PASSED] ALDERLAKE_S (C0)
[01:04:51] [PASSED] ALDERLAKE_S (D0)
[01:04:51] [PASSED] ALDERLAKE_P (A0)
[01:04:51] [PASSED] ALDERLAKE_P (B0)
[01:04:51] [PASSED] ALDERLAKE_P (C0)
[01:04:51] [PASSED] ALDERLAKE_S_RPLS (D0)
[01:04:51] [PASSED] ALDERLAKE_P_RPLU (E0)
[01:04:51] [PASSED] DG2_G10 (C0)
[01:04:51] [PASSED] DG2_G11 (B1)
[01:04:51] [PASSED] DG2_G12 (A1)
[01:04:51] [PASSED] METEORLAKE (g:A0, m:A0)
[01:04:51] [PASSED] METEORLAKE (g:A0, m:A0)
[01:04:51] [PASSED] METEORLAKE (g:A0, m:A0)
[01:04:51] [PASSED] LUNARLAKE (g:A0, m:A0)
[01:04:51] [PASSED] LUNARLAKE (g:B0, m:A0)
stty: 'standard input': Inappropriate ioctl for device
[01:04:51] [PASSED] BATTLEMAGE (g:A0, m:A1)
[01:04:51] [PASSED] PANTHERLAKE (g:A0, m:A0)
[01:04:51] ==================== [PASSED] xe_wa_gt =====================
[01:04:51] ====================== [PASSED] xe_wa ======================
[01:04:51] ============================================================
[01:04:51] Testing complete. Ran 298 tests: passed: 282, skipped: 16
[01:04:51] Elapsed time: 33.522s total, 4.343s configuring, 28.812s building, 0.330s running

+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[01:04:51] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[01:04:53] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[01:05:16] Starting KUnit Kernel (1/1)...
[01:05:16] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[01:05:16] == drm_test_atomic_get_connector_for_encoder (1 subtest) ===
[01:05:16] [PASSED] drm_test_drm_atomic_get_connector_for_encoder
[01:05:16] ==== [PASSED] drm_test_atomic_get_connector_for_encoder ====
[01:05:16] =========== drm_validate_clone_mode (2 subtests) ===========
[01:05:16] ============== drm_test_check_in_clone_mode  ===============
[01:05:16] [PASSED] in_clone_mode
[01:05:16] [PASSED] not_in_clone_mode
[01:05:16] ========== [PASSED] drm_test_check_in_clone_mode ===========
[01:05:16] =============== drm_test_check_valid_clones  ===============
[01:05:16] [PASSED] not_in_clone_mode
[01:05:16] [PASSED] valid_clone
[01:05:16] [PASSED] invalid_clone
[01:05:16] =========== [PASSED] drm_test_check_valid_clones ===========
[01:05:16] ============= [PASSED] drm_validate_clone_mode =============
[01:05:16] ============= drm_validate_modeset (1 subtest) =============
[01:05:16] [PASSED] drm_test_check_connector_changed_modeset
[01:05:16] ============== [PASSED] drm_validate_modeset ===============
[01:05:16] ====== drm_test_bridge_get_current_state (2 subtests) ======
[01:05:16] [PASSED] drm_test_drm_bridge_get_current_state_atomic
[01:05:16] [PASSED] drm_test_drm_bridge_get_current_state_legacy
[01:05:16] ======== [PASSED] drm_test_bridge_get_current_state ========
[01:05:16] ====== drm_test_bridge_helper_reset_crtc (3 subtests) ======
[01:05:16] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic
[01:05:16] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic_disabled
[01:05:16] [PASSED] drm_test_drm_bridge_helper_reset_crtc_legacy
[01:05:16] ======== [PASSED] drm_test_bridge_helper_reset_crtc ========
[01:05:16] ============== drm_bridge_alloc (2 subtests) ===============
[01:05:16] [PASSED] drm_test_drm_bridge_alloc_basic
[01:05:16] [PASSED] drm_test_drm_bridge_alloc_get_put
[01:05:16] ================ [PASSED] drm_bridge_alloc =================
[01:05:16] ================== drm_buddy (7 subtests) ==================
[01:05:16] [PASSED] drm_test_buddy_alloc_limit
[01:05:16] [PASSED] drm_test_buddy_alloc_optimistic
[01:05:16] [PASSED] drm_test_buddy_alloc_pessimistic
[01:05:16] [PASSED] drm_test_buddy_alloc_pathological
[01:05:16] [PASSED] drm_test_buddy_alloc_contiguous
[01:05:16] [PASSED] drm_test_buddy_alloc_clear
[01:05:16] [PASSED] drm_test_buddy_alloc_range_bias
[01:05:16] ==================== [PASSED] drm_buddy ====================
[01:05:16] ============= drm_cmdline_parser (40 subtests) =============
[01:05:16] [PASSED] drm_test_cmdline_force_d_only
[01:05:16] [PASSED] drm_test_cmdline_force_D_only_dvi
[01:05:16] [PASSED] drm_test_cmdline_force_D_only_hdmi
[01:05:16] [PASSED] drm_test_cmdline_force_D_only_not_digital
[01:05:16] [PASSED] drm_test_cmdline_force_e_only
[01:05:16] [PASSED] drm_test_cmdline_res
[01:05:16] [PASSED] drm_test_cmdline_res_vesa
[01:05:16] [PASSED] drm_test_cmdline_res_vesa_rblank
[01:05:16] [PASSED] drm_test_cmdline_res_rblank
[01:05:16] [PASSED] drm_test_cmdline_res_bpp
[01:05:16] [PASSED] drm_test_cmdline_res_refresh
[01:05:16] [PASSED] drm_test_cmdline_res_bpp_refresh
[01:05:16] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[01:05:16] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[01:05:16] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[01:05:16] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[01:05:16] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[01:05:16] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[01:05:16] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[01:05:16] [PASSED] drm_test_cmdline_res_margins_force_on
[01:05:16] [PASSED] drm_test_cmdline_res_vesa_margins
[01:05:16] [PASSED] drm_test_cmdline_name
[01:05:16] [PASSED] drm_test_cmdline_name_bpp
[01:05:16] [PASSED] drm_test_cmdline_name_option
[01:05:16] [PASSED] drm_test_cmdline_name_bpp_option
[01:05:16] [PASSED] drm_test_cmdline_rotate_0
[01:05:16] [PASSED] drm_test_cmdline_rotate_90
[01:05:16] [PASSED] drm_test_cmdline_rotate_180
[01:05:16] [PASSED] drm_test_cmdline_rotate_270
[01:05:16] [PASSED] drm_test_cmdline_hmirror
[01:05:16] [PASSED] drm_test_cmdline_vmirror
[01:05:16] [PASSED] drm_test_cmdline_margin_options
[01:05:16] [PASSED] drm_test_cmdline_multiple_options
[01:05:16] [PASSED] drm_test_cmdline_bpp_extra_and_option
[01:05:16] [PASSED] drm_test_cmdline_extra_and_option
[01:05:16] [PASSED] drm_test_cmdline_freestanding_options
[01:05:16] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[01:05:16] [PASSED] drm_test_cmdline_panel_orientation
[01:05:16] ================ drm_test_cmdline_invalid  =================
[01:05:16] [PASSED] margin_only
[01:05:16] [PASSED] interlace_only
[01:05:16] [PASSED] res_missing_x
[01:05:16] [PASSED] res_missing_y
[01:05:16] [PASSED] res_bad_y
[01:05:16] [PASSED] res_missing_y_bpp
[01:05:16] [PASSED] res_bad_bpp
[01:05:16] [PASSED] res_bad_refresh
[01:05:16] [PASSED] res_bpp_refresh_force_on_off
[01:05:16] [PASSED] res_invalid_mode
[01:05:16] [PASSED] res_bpp_wrong_place_mode
[01:05:16] [PASSED] name_bpp_refresh
[01:05:16] [PASSED] name_refresh
[01:05:16] [PASSED] name_refresh_wrong_mode
[01:05:16] [PASSED] name_refresh_invalid_mode
[01:05:16] [PASSED] rotate_multiple
[01:05:16] [PASSED] rotate_invalid_val
[01:05:16] [PASSED] rotate_truncated
[01:05:16] [PASSED] invalid_option
[01:05:16] [PASSED] invalid_tv_option
[01:05:16] [PASSED] truncated_tv_option
[01:05:16] ============ [PASSED] drm_test_cmdline_invalid =============
[01:05:16] =============== drm_test_cmdline_tv_options  ===============
[01:05:16] [PASSED] NTSC
[01:05:16] [PASSED] NTSC_443
[01:05:16] [PASSED] NTSC_J
[01:05:16] [PASSED] PAL
[01:05:16] [PASSED] PAL_M
[01:05:16] [PASSED] PAL_N
[01:05:16] [PASSED] SECAM
[01:05:16] [PASSED] MONO_525
[01:05:16] [PASSED] MONO_625
[01:05:16] =========== [PASSED] drm_test_cmdline_tv_options ===========
[01:05:16] =============== [PASSED] drm_cmdline_parser ================
[01:05:16] ========== drmm_connector_hdmi_init (20 subtests) ==========
[01:05:16] [PASSED] drm_test_connector_hdmi_init_valid
[01:05:16] [PASSED] drm_test_connector_hdmi_init_bpc_8
[01:05:16] [PASSED] drm_test_connector_hdmi_init_bpc_10
[01:05:16] [PASSED] drm_test_connector_hdmi_init_bpc_12
[01:05:16] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[01:05:16] [PASSED] drm_test_connector_hdmi_init_bpc_null
[01:05:16] [PASSED] drm_test_connector_hdmi_init_formats_empty
[01:05:16] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[01:05:16] === drm_test_connector_hdmi_init_formats_yuv420_allowed  ===
[01:05:16] [PASSED] supported_formats=0x9 yuv420_allowed=1
[01:05:16] [PASSED] supported_formats=0x9 yuv420_allowed=0
[01:05:16] [PASSED] supported_formats=0x3 yuv420_allowed=1
[01:05:16] [PASSED] supported_formats=0x3 yuv420_allowed=0
[01:05:16] === [PASSED] drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[01:05:16] [PASSED] drm_test_connector_hdmi_init_null_ddc
[01:05:16] [PASSED] drm_test_connector_hdmi_init_null_product
[01:05:16] [PASSED] drm_test_connector_hdmi_init_null_vendor
[01:05:16] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[01:05:16] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[01:05:16] [PASSED] drm_test_connector_hdmi_init_product_valid
[01:05:16] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[01:05:16] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[01:05:16] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[01:05:16] ========= drm_test_connector_hdmi_init_type_valid  =========
[01:05:16] [PASSED] HDMI-A
[01:05:16] [PASSED] HDMI-B
[01:05:16] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[01:05:16] ======== drm_test_connector_hdmi_init_type_invalid  ========
[01:05:16] [PASSED] Unknown
[01:05:16] [PASSED] VGA
[01:05:16] [PASSED] DVI-I
[01:05:16] [PASSED] DVI-D
[01:05:16] [PASSED] DVI-A
[01:05:16] [PASSED] Composite
[01:05:16] [PASSED] SVIDEO
[01:05:16] [PASSED] LVDS
[01:05:16] [PASSED] Component
[01:05:16] [PASSED] DIN
[01:05:16] [PASSED] DP
[01:05:16] [PASSED] TV
[01:05:16] [PASSED] eDP
[01:05:16] [PASSED] Virtual
[01:05:16] [PASSED] DSI
[01:05:16] [PASSED] DPI
[01:05:16] [PASSED] Writeback
[01:05:16] [PASSED] SPI
[01:05:16] [PASSED] USB
[01:05:16] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[01:05:16] ============ [PASSED] drmm_connector_hdmi_init =============
[01:05:16] ============= drmm_connector_init (3 subtests) =============
[01:05:16] [PASSED] drm_test_drmm_connector_init
[01:05:16] [PASSED] drm_test_drmm_connector_init_null_ddc
[01:05:16] ========= drm_test_drmm_connector_init_type_valid  =========
[01:05:16] [PASSED] Unknown
[01:05:16] [PASSED] VGA
[01:05:16] [PASSED] DVI-I
[01:05:16] [PASSED] DVI-D
[01:05:16] [PASSED] DVI-A
[01:05:16] [PASSED] Composite
[01:05:16] [PASSED] SVIDEO
[01:05:16] [PASSED] LVDS
[01:05:16] [PASSED] Component
[01:05:16] [PASSED] DIN
[01:05:16] [PASSED] DP
[01:05:16] [PASSED] HDMI-A
[01:05:16] [PASSED] HDMI-B
[01:05:16] [PASSED] TV
[01:05:16] [PASSED] eDP
[01:05:16] [PASSED] Virtual
[01:05:16] [PASSED] DSI
[01:05:16] [PASSED] DPI
[01:05:16] [PASSED] Writeback
[01:05:16] [PASSED] SPI
[01:05:16] [PASSED] USB
[01:05:16] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[01:05:16] =============== [PASSED] drmm_connector_init ===============
[01:05:16] ========= drm_connector_dynamic_init (6 subtests) ==========
[01:05:16] [PASSED] drm_test_drm_connector_dynamic_init
[01:05:16] [PASSED] drm_test_drm_connector_dynamic_init_null_ddc
[01:05:16] [PASSED] drm_test_drm_connector_dynamic_init_not_added
[01:05:16] [PASSED] drm_test_drm_connector_dynamic_init_properties
[01:05:16] ===== drm_test_drm_connector_dynamic_init_type_valid  ======
[01:05:16] [PASSED] Unknown
[01:05:16] [PASSED] VGA
[01:05:16] [PASSED] DVI-I
[01:05:16] [PASSED] DVI-D
[01:05:16] [PASSED] DVI-A
[01:05:16] [PASSED] Composite
[01:05:16] [PASSED] SVIDEO
[01:05:16] [PASSED] LVDS
[01:05:16] [PASSED] Component
[01:05:16] [PASSED] DIN
[01:05:16] [PASSED] DP
[01:05:16] [PASSED] HDMI-A
[01:05:16] [PASSED] HDMI-B
[01:05:16] [PASSED] TV
[01:05:16] [PASSED] eDP
[01:05:16] [PASSED] Virtual
[01:05:16] [PASSED] DSI
[01:05:16] [PASSED] DPI
[01:05:16] [PASSED] Writeback
[01:05:16] [PASSED] SPI
[01:05:16] [PASSED] USB
[01:05:16] = [PASSED] drm_test_drm_connector_dynamic_init_type_valid ==
[01:05:16] ======== drm_test_drm_connector_dynamic_init_name  =========
[01:05:16] [PASSED] Unknown
[01:05:16] [PASSED] VGA
[01:05:16] [PASSED] DVI-I
[01:05:16] [PASSED] DVI-D
[01:05:16] [PASSED] DVI-A
[01:05:16] [PASSED] Composite
[01:05:16] [PASSED] SVIDEO
[01:05:16] [PASSED] LVDS
[01:05:16] [PASSED] Component
[01:05:16] [PASSED] DIN
[01:05:16] [PASSED] DP
[01:05:16] [PASSED] HDMI-A
[01:05:16] [PASSED] HDMI-B
[01:05:16] [PASSED] TV
[01:05:16] [PASSED] eDP
[01:05:16] [PASSED] Virtual
[01:05:16] [PASSED] DSI
[01:05:16] [PASSED] DPI
[01:05:16] [PASSED] Writeback
[01:05:16] [PASSED] SPI
[01:05:16] [PASSED] USB
[01:05:16] ==== [PASSED] drm_test_drm_connector_dynamic_init_name =====
[01:05:16] =========== [PASSED] drm_connector_dynamic_init ============
[01:05:16] ==== drm_connector_dynamic_register_early (4 subtests) =====
[01:05:16] [PASSED] drm_test_drm_connector_dynamic_register_early_on_list
[01:05:16] [PASSED] drm_test_drm_connector_dynamic_register_early_defer
[01:05:16] [PASSED] drm_test_drm_connector_dynamic_register_early_no_init
[01:05:16] [PASSED] drm_test_drm_connector_dynamic_register_early_no_mode_object
[01:05:16] ====== [PASSED] drm_connector_dynamic_register_early =======
[01:05:16] ======= drm_connector_dynamic_register (7 subtests) ========
[01:05:16] [PASSED] drm_test_drm_connector_dynamic_register_on_list
[01:05:16] [PASSED] drm_test_drm_connector_dynamic_register_no_defer
[01:05:16] [PASSED] drm_test_drm_connector_dynamic_register_no_init
[01:05:16] [PASSED] drm_test_drm_connector_dynamic_register_mode_object
[01:05:16] [PASSED] drm_test_drm_connector_dynamic_register_sysfs
[01:05:16] [PASSED] drm_test_drm_connector_dynamic_register_sysfs_name
[01:05:16] [PASSED] drm_test_drm_connector_dynamic_register_debugfs
[01:05:16] ========= [PASSED] drm_connector_dynamic_register ==========
[01:05:16] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[01:05:16] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[01:05:16] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[01:05:16] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[01:05:16] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[01:05:16] ========== drm_test_get_tv_mode_from_name_valid  ===========
[01:05:16] [PASSED] NTSC
[01:05:16] [PASSED] NTSC-443
[01:05:16] [PASSED] NTSC-J
[01:05:16] [PASSED] PAL
[01:05:16] [PASSED] PAL-M
[01:05:16] [PASSED] PAL-N
[01:05:16] [PASSED] SECAM
[01:05:16] [PASSED] Mono
[01:05:16] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[01:05:16] [PASSED] drm_test_get_tv_mode_from_name_truncated
[01:05:16] ============ [PASSED] drm_get_tv_mode_from_name ============
[01:05:16] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[01:05:16] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[01:05:16] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[01:05:16] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[01:05:16] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[01:05:16] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[01:05:16] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[01:05:16] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid  =
[01:05:16] [PASSED] VIC 96
[01:05:16] [PASSED] VIC 97
[01:05:16] [PASSED] VIC 101
[01:05:16] [PASSED] VIC 102
[01:05:16] [PASSED] VIC 106
[01:05:16] [PASSED] VIC 107
[01:05:16] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[01:05:16] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[01:05:16] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[01:05:16] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[01:05:16] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[01:05:16] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[01:05:16] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[01:05:16] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[01:05:16] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name  ====
[01:05:16] [PASSED] Automatic
[01:05:16] [PASSED] Full
[01:05:16] [PASSED] Limited 16:235
[01:05:16] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[01:05:16] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[01:05:16] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[01:05:16] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[01:05:16] === drm_test_drm_hdmi_connector_get_output_format_name  ====
[01:05:16] [PASSED] RGB
[01:05:16] [PASSED] YUV 4:2:0
[01:05:16] [PASSED] YUV 4:2:2
[01:05:16] [PASSED] YUV 4:4:4
[01:05:16] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[01:05:16] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[01:05:16] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[01:05:16] ============= drm_damage_helper (21 subtests) ==============
[01:05:16] [PASSED] drm_test_damage_iter_no_damage
[01:05:16] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[01:05:16] [PASSED] drm_test_damage_iter_no_damage_src_moved
[01:05:16] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[01:05:16] [PASSED] drm_test_damage_iter_no_damage_not_visible
[01:05:16] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[01:05:16] [PASSED] drm_test_damage_iter_no_damage_no_fb
[01:05:16] [PASSED] drm_test_damage_iter_simple_damage
[01:05:16] [PASSED] drm_test_damage_iter_single_damage
[01:05:16] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[01:05:16] [PASSED] drm_test_damage_iter_single_damage_outside_src
[01:05:16] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[01:05:16] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[01:05:16] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[01:05:16] [PASSED] drm_test_damage_iter_single_damage_src_moved
[01:05:16] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[01:05:16] [PASSED] drm_test_damage_iter_damage
[01:05:16] [PASSED] drm_test_damage_iter_damage_one_intersect
[01:05:16] [PASSED] drm_test_damage_iter_damage_one_outside
[01:05:16] [PASSED] drm_test_damage_iter_damage_src_moved
[01:05:16] [PASSED] drm_test_damage_iter_damage_not_visible
[01:05:16] ================ [PASSED] drm_damage_helper ================
[01:05:16] ============== drm_dp_mst_helper (3 subtests) ==============
[01:05:16] ============== drm_test_dp_mst_calc_pbn_mode  ==============
[01:05:16] [PASSED] Clock 154000 BPP 30 DSC disabled
[01:05:16] [PASSED] Clock 234000 BPP 30 DSC disabled
[01:05:16] [PASSED] Clock 297000 BPP 24 DSC disabled
[01:05:16] [PASSED] Clock 332880 BPP 24 DSC enabled
[01:05:16] [PASSED] Clock 324540 BPP 24 DSC enabled
[01:05:16] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[01:05:16] ============== drm_test_dp_mst_calc_pbn_div  ===============
[01:05:16] [PASSED] Link rate 2000000 lane count 4
[01:05:16] [PASSED] Link rate 2000000 lane count 2
[01:05:16] [PASSED] Link rate 2000000 lane count 1
[01:05:16] [PASSED] Link rate 1350000 lane count 4
[01:05:16] [PASSED] Link rate 1350000 lane count 2
[01:05:16] [PASSED] Link rate 1350000 lane count 1
[01:05:16] [PASSED] Link rate 1000000 lane count 4
[01:05:16] [PASSED] Link rate 1000000 lane count 2
[01:05:16] [PASSED] Link rate 1000000 lane count 1
[01:05:16] [PASSED] Link rate 810000 lane count 4
[01:05:16] [PASSED] Link rate 810000 lane count 2
[01:05:16] [PASSED] Link rate 810000 lane count 1
[01:05:16] [PASSED] Link rate 540000 lane count 4
[01:05:16] [PASSED] Link rate 540000 lane count 2
[01:05:16] [PASSED] Link rate 540000 lane count 1
[01:05:16] [PASSED] Link rate 270000 lane count 4
[01:05:16] [PASSED] Link rate 270000 lane count 2
[01:05:16] [PASSED] Link rate 270000 lane count 1
[01:05:16] [PASSED] Link rate 162000 lane count 4
[01:05:16] [PASSED] Link rate 162000 lane count 2
[01:05:16] [PASSED] Link rate 162000 lane count 1
[01:05:16] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[01:05:16] ========= drm_test_dp_mst_sideband_msg_req_decode  =========
[01:05:16] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[01:05:16] [PASSED] DP_POWER_UP_PHY with port number
[01:05:16] [PASSED] DP_POWER_DOWN_PHY with port number
[01:05:16] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[01:05:16] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[01:05:16] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[01:05:16] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[01:05:16] [PASSED] DP_QUERY_PAYLOAD with port number
[01:05:16] [PASSED] DP_QUERY_PAYLOAD with VCPI
[01:05:16] [PASSED] DP_REMOTE_DPCD_READ with port number
[01:05:16] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[01:05:16] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[01:05:16] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[01:05:16] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[01:05:16] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[01:05:16] [PASSED] DP_REMOTE_I2C_READ with port number
[01:05:16] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[01:05:16] [PASSED] DP_REMOTE_I2C_READ with transactions array
[01:05:16] [PASSED] DP_REMOTE_I2C_WRITE with port number
[01:05:16] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[01:05:16] [PASSED] DP_REMOTE_I2C_WRITE with data array
[01:05:16] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[01:05:16] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[01:05:16] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[01:05:16] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[01:05:16] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[01:05:16] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[01:05:16] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[01:05:16] ================ [PASSED] drm_dp_mst_helper ================
[01:05:16] ================== drm_exec (7 subtests) ===================
[01:05:16] [PASSED] sanitycheck
[01:05:16] [PASSED] test_lock
[01:05:16] [PASSED] test_lock_unlock
[01:05:16] [PASSED] test_duplicates
[01:05:16] [PASSED] test_prepare
[01:05:16] [PASSED] test_prepare_array
[01:05:16] [PASSED] test_multiple_loops
[01:05:16] ==================== [PASSED] drm_exec =====================
[01:05:16] =========== drm_format_helper_test (17 subtests) ===========
[01:05:16] ============== drm_test_fb_xrgb8888_to_gray8  ==============
[01:05:16] [PASSED] single_pixel_source_buffer
[01:05:16] [PASSED] single_pixel_clip_rectangle
[01:05:16] [PASSED] well_known_colors
[01:05:16] [PASSED] destination_pitch
[01:05:16] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[01:05:16] ============= drm_test_fb_xrgb8888_to_rgb332  ==============
[01:05:16] [PASSED] single_pixel_source_buffer
[01:05:16] [PASSED] single_pixel_clip_rectangle
[01:05:16] [PASSED] well_known_colors
[01:05:16] [PASSED] destination_pitch
[01:05:16] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[01:05:16] ============= drm_test_fb_xrgb8888_to_rgb565  ==============
[01:05:16] [PASSED] single_pixel_source_buffer
[01:05:16] [PASSED] single_pixel_clip_rectangle
[01:05:16] [PASSED] well_known_colors
[01:05:16] [PASSED] destination_pitch
[01:05:16] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[01:05:16] ============ drm_test_fb_xrgb8888_to_xrgb1555  =============
[01:05:16] [PASSED] single_pixel_source_buffer
[01:05:16] [PASSED] single_pixel_clip_rectangle
[01:05:16] [PASSED] well_known_colors
[01:05:16] [PASSED] destination_pitch
[01:05:16] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[01:05:16] ============ drm_test_fb_xrgb8888_to_argb1555  =============
[01:05:16] [PASSED] single_pixel_source_buffer
[01:05:16] [PASSED] single_pixel_clip_rectangle
[01:05:16] [PASSED] well_known_colors
[01:05:16] [PASSED] destination_pitch
[01:05:16] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[01:05:16] ============ drm_test_fb_xrgb8888_to_rgba5551  =============
[01:05:16] [PASSED] single_pixel_source_buffer
[01:05:16] [PASSED] single_pixel_clip_rectangle
[01:05:16] [PASSED] well_known_colors
[01:05:16] [PASSED] destination_pitch
[01:05:16] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[01:05:16] ============= drm_test_fb_xrgb8888_to_rgb888  ==============
[01:05:16] [PASSED] single_pixel_source_buffer
[01:05:16] [PASSED] single_pixel_clip_rectangle
[01:05:16] [PASSED] well_known_colors
[01:05:16] [PASSED] destination_pitch
[01:05:16] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[01:05:16] ============= drm_test_fb_xrgb8888_to_bgr888  ==============
[01:05:16] [PASSED] single_pixel_source_buffer
[01:05:16] [PASSED] single_pixel_clip_rectangle
[01:05:16] [PASSED] well_known_colors
[01:05:16] [PASSED] destination_pitch
[01:05:16] ========= [PASSED] drm_test_fb_xrgb8888_to_bgr888 ==========
[01:05:16] ============ drm_test_fb_xrgb8888_to_argb8888  =============
[01:05:16] [PASSED] single_pixel_source_buffer
[01:05:16] [PASSED] single_pixel_clip_rectangle
[01:05:16] [PASSED] well_known_colors
[01:05:16] [PASSED] destination_pitch
[01:05:16] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[01:05:16] =========== drm_test_fb_xrgb8888_to_xrgb2101010  ===========
[01:05:16] [PASSED] single_pixel_source_buffer
[01:05:16] [PASSED] single_pixel_clip_rectangle
[01:05:16] [PASSED] well_known_colors
[01:05:16] [PASSED] destination_pitch
[01:05:16] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[01:05:16] =========== drm_test_fb_xrgb8888_to_argb2101010  ===========
[01:05:16] [PASSED] single_pixel_source_buffer
[01:05:16] [PASSED] single_pixel_clip_rectangle
[01:05:16] [PASSED] well_known_colors
[01:05:16] [PASSED] destination_pitch
[01:05:16] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[01:05:16] ============== drm_test_fb_xrgb8888_to_mono  ===============
[01:05:16] [PASSED] single_pixel_source_buffer
[01:05:16] [PASSED] single_pixel_clip_rectangle
[01:05:16] [PASSED] well_known_colors
[01:05:16] [PASSED] destination_pitch
[01:05:16] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[01:05:16] ==================== drm_test_fb_swab  =====================
[01:05:16] [PASSED] single_pixel_source_buffer
[01:05:16] [PASSED] single_pixel_clip_rectangle
[01:05:16] [PASSED] well_known_colors
[01:05:16] [PASSED] destination_pitch
[01:05:16] ================ [PASSED] drm_test_fb_swab =================
[01:05:16] ============ drm_test_fb_xrgb8888_to_xbgr8888  =============
[01:05:16] [PASSED] single_pixel_source_buffer
[01:05:16] [PASSED] single_pixel_clip_rectangle
[01:05:16] [PASSED] well_known_colors
[01:05:16] [PASSED] destination_pitch
[01:05:16] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[01:05:16] ============ drm_test_fb_xrgb8888_to_abgr8888  =============
[01:05:16] [PASSED] single_pixel_source_buffer
[01:05:16] [PASSED] single_pixel_clip_rectangle
[01:05:16] [PASSED] well_known_colors
[01:05:16] [PASSED] destination_pitch
[01:05:16] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[01:05:16] ================= drm_test_fb_clip_offset  =================
[01:05:16] [PASSED] pass through
[01:05:16] [PASSED] horizontal offset
[01:05:16] [PASSED] vertical offset
[01:05:16] [PASSED] horizontal and vertical offset
[01:05:16] [PASSED] horizontal offset (custom pitch)
[01:05:16] [PASSED] vertical offset (custom pitch)
[01:05:16] [PASSED] horizontal and vertical offset (custom pitch)
[01:05:16] ============= [PASSED] drm_test_fb_clip_offset =============
[01:05:16] =================== drm_test_fb_memcpy  ====================
[01:05:16] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[01:05:16] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[01:05:16] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[01:05:16] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[01:05:16] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[01:05:16] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[01:05:16] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[01:05:16] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[01:05:16] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[01:05:16] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[01:05:16] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[01:05:16] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[01:05:16] =============== [PASSED] drm_test_fb_memcpy ================
[01:05:16] ============= [PASSED] drm_format_helper_test ==============
[01:05:16] ================= drm_format (18 subtests) =================
[01:05:16] [PASSED] drm_test_format_block_width_invalid
[01:05:16] [PASSED] drm_test_format_block_width_one_plane
[01:05:16] [PASSED] drm_test_format_block_width_two_plane
[01:05:16] [PASSED] drm_test_format_block_width_three_plane
[01:05:16] [PASSED] drm_test_format_block_width_tiled
[01:05:16] [PASSED] drm_test_format_block_height_invalid
[01:05:16] [PASSED] drm_test_format_block_height_one_plane
[01:05:16] [PASSED] drm_test_format_block_height_two_plane
[01:05:16] [PASSED] drm_test_format_block_height_three_plane
[01:05:16] [PASSED] drm_test_format_block_height_tiled
[01:05:16] [PASSED] drm_test_format_min_pitch_invalid
[01:05:16] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[01:05:16] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[01:05:16] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[01:05:16] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[01:05:16] [PASSED] drm_test_format_min_pitch_two_plane
[01:05:16] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[01:05:16] [PASSED] drm_test_format_min_pitch_tiled
[01:05:16] =================== [PASSED] drm_format ====================
[01:05:16] ============== drm_framebuffer (10 subtests) ===============
[01:05:16] ========== drm_test_framebuffer_check_src_coords  ==========
[01:05:16] [PASSED] Success: source fits into fb
[01:05:16] [PASSED] Fail: overflowing fb with x-axis coordinate
[01:05:16] [PASSED] Fail: overflowing fb with y-axis coordinate
[01:05:16] [PASSED] Fail: overflowing fb with source width
[01:05:16] [PASSED] Fail: overflowing fb with source height
[01:05:16] ====== [PASSED] drm_test_framebuffer_check_src_coords ======
[01:05:16] [PASSED] drm_test_framebuffer_cleanup
[01:05:16] =============== drm_test_framebuffer_create  ===============
[01:05:16] [PASSED] ABGR8888 normal sizes
[01:05:16] [PASSED] ABGR8888 max sizes
[01:05:16] [PASSED] ABGR8888 pitch greater than min required
[01:05:16] [PASSED] ABGR8888 pitch less than min required
[01:05:16] [PASSED] ABGR8888 Invalid width
[01:05:16] [PASSED] ABGR8888 Invalid buffer handle
[01:05:16] [PASSED] No pixel format
[01:05:16] [PASSED] ABGR8888 Width 0
[01:05:16] [PASSED] ABGR8888 Height 0
[01:05:16] [PASSED] ABGR8888 Out of bound height * pitch combination
[01:05:16] [PASSED] ABGR8888 Large buffer offset
[01:05:16] [PASSED] ABGR8888 Buffer offset for inexistent plane
[01:05:16] [PASSED] ABGR8888 Invalid flag
[01:05:16] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[01:05:16] [PASSED] ABGR8888 Valid buffer modifier
[01:05:16] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[01:05:16] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[01:05:16] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[01:05:16] [PASSED] NV12 Normal sizes
[01:05:16] [PASSED] NV12 Max sizes
[01:05:16] [PASSED] NV12 Invalid pitch
[01:05:16] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[01:05:16] [PASSED] NV12 different  modifier per-plane
[01:05:16] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[01:05:16] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[01:05:16] [PASSED] NV12 Modifier for inexistent plane
[01:05:16] [PASSED] NV12 Handle for inexistent plane
[01:05:16] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[01:05:16] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[01:05:16] [PASSED] YVU420 Normal sizes
[01:05:16] [PASSED] YVU420 Max sizes
[01:05:16] [PASSED] YVU420 Invalid pitch
[01:05:16] [PASSED] YVU420 Different pitches
[01:05:16] [PASSED] YVU420 Different buffer offsets/pitches
[01:05:16] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[01:05:16] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[01:05:16] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[01:05:16] [PASSED] YVU420 Valid modifier
[01:05:16] [PASSED] YVU420 Different modifiers per plane
[01:05:16] [PASSED] YVU420 Modifier for inexistent plane
[01:05:16] [PASSED] YUV420_10BIT Invalid modifier(DRM_FORMAT_MOD_LINEAR)
[01:05:16] [PASSED] X0L2 Normal sizes
[01:05:16] [PASSED] X0L2 Max sizes
[01:05:16] [PASSED] X0L2 Invalid pitch
[01:05:16] [PASSED] X0L2 Pitch greater than minimum required
[01:05:16] [PASSED] X0L2 Handle for inexistent plane
[01:05:16] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[01:05:16] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[01:05:16] [PASSED] X0L2 Valid modifier
[01:05:16] [PASSED] X0L2 Modifier for inexistent plane
[01:05:16] =========== [PASSED] drm_test_framebuffer_create ===========
[01:05:16] [PASSED] drm_test_framebuffer_free
[01:05:16] [PASSED] drm_test_framebuffer_init
[01:05:16] [PASSED] drm_test_framebuffer_init_bad_format
[01:05:16] [PASSED] drm_test_framebuffer_init_dev_mismatch
[01:05:16] [PASSED] drm_test_framebuffer_lookup
[01:05:16] [PASSED] drm_test_framebuffer_lookup_inexistent
[01:05:16] [PASSED] drm_test_framebuffer_modifiers_not_supported
[01:05:16] ================= [PASSED] drm_framebuffer =================
[01:05:16] ================ drm_gem_shmem (8 subtests) ================
[01:05:16] [PASSED] drm_gem_shmem_test_obj_create
[01:05:16] [PASSED] drm_gem_shmem_test_obj_create_private
[01:05:16] [PASSED] drm_gem_shmem_test_pin_pages
[01:05:16] [PASSED] drm_gem_shmem_test_vmap
[01:05:16] [PASSED] drm_gem_shmem_test_get_pages_sgt
[01:05:16] [PASSED] drm_gem_shmem_test_get_sg_table
[01:05:16] [PASSED] drm_gem_shmem_test_madvise
[01:05:16] [PASSED] drm_gem_shmem_test_purge
[01:05:16] ================== [PASSED] drm_gem_shmem ==================
[01:05:16] === drm_atomic_helper_connector_hdmi_check (27 subtests) ===
[01:05:16] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[01:05:16] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[01:05:16] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[01:05:16] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[01:05:16] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[01:05:16] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[01:05:16] ====== drm_test_check_broadcast_rgb_cea_mode_yuv420  =======
[01:05:16] [PASSED] Automatic
[01:05:16] [PASSED] Full
[01:05:16] [PASSED] Limited 16:235
[01:05:16] == [PASSED] drm_test_check_broadcast_rgb_cea_mode_yuv420 ===
[01:05:16] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[01:05:16] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[01:05:16] [PASSED] drm_test_check_disable_connector
[01:05:16] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[01:05:16] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_rgb
[01:05:16] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_yuv420
[01:05:16] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv422
[01:05:16] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv420
[01:05:16] [PASSED] drm_test_check_driver_unsupported_fallback_yuv420
[01:05:16] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[01:05:16] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[01:05:16] [PASSED] drm_test_check_output_bpc_dvi
[01:05:16] [PASSED] drm_test_check_output_bpc_format_vic_1
[01:05:16] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[01:05:16] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[01:05:16] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[01:05:16] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[01:05:16] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[01:05:16] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[01:05:16] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[01:05:16] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[01:05:16] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[01:05:16] [PASSED] drm_test_check_broadcast_rgb_value
[01:05:16] [PASSED] drm_test_check_bpc_8_value
[01:05:16] [PASSED] drm_test_check_bpc_10_value
[01:05:16] [PASSED] drm_test_check_bpc_12_value
[01:05:16] [PASSED] drm_test_check_format_value
[01:05:16] [PASSED] drm_test_check_tmds_char_value
[01:05:16] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[01:05:16] = drm_atomic_helper_connector_hdmi_mode_valid (4 subtests) =
[01:05:16] [PASSED] drm_test_check_mode_valid
[01:05:16] [PASSED] drm_test_check_mode_valid_reject
[01:05:16] [PASSED] drm_test_check_mode_valid_reject_rate
[01:05:16] [PASSED] drm_test_check_mode_valid_reject_max_clock
[01:05:16] === [PASSED] drm_atomic_helper_connector_hdmi_mode_valid ===
[01:05:16] ================= drm_managed (2 subtests) =================
[01:05:16] [PASSED] drm_test_managed_release_action
[01:05:16] [PASSED] drm_test_managed_run_action
[01:05:16] =================== [PASSED] drm_managed ===================
[01:05:16] =================== drm_mm (6 subtests) ====================
[01:05:16] [PASSED] drm_test_mm_init
[01:05:16] [PASSED] drm_test_mm_debug
[01:05:16] [PASSED] drm_test_mm_align32
[01:05:16] [PASSED] drm_test_mm_align64
[01:05:16] [PASSED] drm_test_mm_lowest
[01:05:16] [PASSED] drm_test_mm_highest
[01:05:16] ===================== [PASSED] drm_mm ======================
[01:05:16] ============= drm_modes_analog_tv (5 subtests) =============
[01:05:16] [PASSED] drm_test_modes_analog_tv_mono_576i
[01:05:16] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[01:05:16] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[01:05:16] [PASSED] drm_test_modes_analog_tv_pal_576i
[01:05:16] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[01:05:16] =============== [PASSED] drm_modes_analog_tv ===============
[01:05:16] ============== drm_plane_helper (2 subtests) ===============
[01:05:16] =============== drm_test_check_plane_state  ================
[01:05:16] [PASSED] clipping_simple
[01:05:16] [PASSED] clipping_rotate_reflect
[01:05:16] [PASSED] positioning_simple
[01:05:16] [PASSED] upscaling
[01:05:16] [PASSED] downscaling
[01:05:16] [PASSED] rounding1
[01:05:16] [PASSED] rounding2
[01:05:16] [PASSED] rounding3
[01:05:16] [PASSED] rounding4
[01:05:16] =========== [PASSED] drm_test_check_plane_state ============
[01:05:16] =========== drm_test_check_invalid_plane_state  ============
[01:05:16] [PASSED] positioning_invalid
[01:05:16] [PASSED] upscaling_invalid
[01:05:16] [PASSED] downscaling_invalid
[01:05:16] ======= [PASSED] drm_test_check_invalid_plane_state ========
[01:05:16] ================ [PASSED] drm_plane_helper =================
[01:05:16] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[01:05:16] ====== drm_test_connector_helper_tv_get_modes_check  =======
[01:05:16] [PASSED] None
[01:05:16] [PASSED] PAL
[01:05:16] [PASSED] NTSC
[01:05:16] [PASSED] Both, NTSC Default
[01:05:16] [PASSED] Both, PAL Default
[01:05:16] [PASSED] Both, NTSC Default, with PAL on command-line
[01:05:16] [PASSED] Both, PAL Default, with NTSC on command-line
[01:05:16] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[01:05:16] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[01:05:16] ================== drm_rect (9 subtests) ===================
[01:05:16] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[01:05:16] [PASSED] drm_test_rect_clip_scaled_not_clipped
[01:05:16] [PASSED] drm_test_rect_clip_scaled_clipped
[01:05:16] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[01:05:16] ================= drm_test_rect_intersect  =================
[01:05:16] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[01:05:16] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[01:05:16] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[01:05:16] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[01:05:16] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[01:05:16] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[01:05:16] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[01:05:16] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[01:05:16] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[01:05:16] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[01:05:16] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[01:05:16] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[01:05:16] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[01:05:16] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[01:05:16] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
[01:05:16] ============= [PASSED] drm_test_rect_intersect =============
[01:05:16] ================ drm_test_rect_calc_hscale  ================
[01:05:16] [PASSED] normal use
[01:05:16] [PASSED] out of max range
[01:05:16] [PASSED] out of min range
[01:05:16] [PASSED] zero dst
[01:05:16] [PASSED] negative src
[01:05:16] [PASSED] negative dst
[01:05:16] ============ [PASSED] drm_test_rect_calc_hscale ============
[01:05:16] ================ drm_test_rect_calc_vscale  ================
[01:05:16] [PASSED] normal use
[01:05:16] [PASSED] out of max range
[01:05:16] [PASSED] out of min range
[01:05:16] [PASSED] zero dst
[01:05:16] [PASSED] negative src
[01:05:16] [PASSED] negative dst
[01:05:16] ============ [PASSED] drm_test_rect_calc_vscale ============
[01:05:16] ================== drm_test_rect_rotate  ===================
[01:05:16] [PASSED] reflect-x
[01:05:16] [PASSED] reflect-y
[01:05:16] [PASSED] rotate-0
[01:05:16] [PASSED] rotate-90
[01:05:16] [PASSED] rotate-180
[01:05:16] [PASSED] rotate-270
stty: 'standard input': Inappropriate ioctl for device
[01:05:16] ============== [PASSED] drm_test_rect_rotate ===============
[01:05:16] ================ drm_test_rect_rotate_inv  =================
[01:05:16] [PASSED] reflect-x
[01:05:16] [PASSED] reflect-y
[01:05:16] [PASSED] rotate-0
[01:05:16] [PASSED] rotate-90
[01:05:16] [PASSED] rotate-180
[01:05:16] [PASSED] rotate-270
[01:05:16] ============ [PASSED] drm_test_rect_rotate_inv =============
[01:05:16] ==================== [PASSED] drm_rect =====================
[01:05:16] ============ drm_sysfb_modeset_test (1 subtest) ============
[01:05:16] ============ drm_test_sysfb_build_fourcc_list  =============
[01:05:16] [PASSED] no native formats
[01:05:16] [PASSED] XRGB8888 as native format
[01:05:16] [PASSED] remove duplicates
[01:05:16] [PASSED] convert alpha formats
[01:05:16] [PASSED] random formats
[01:05:16] ======== [PASSED] drm_test_sysfb_build_fourcc_list =========
[01:05:16] ============= [PASSED] drm_sysfb_modeset_test ==============
[01:05:16] ============================================================
[01:05:16] Testing complete. Ran 616 tests: passed: 616
[01:05:16] Elapsed time: 24.790s total, 1.743s configuring, 22.829s building, 0.187s running

+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig
[01:05:16] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[01:05:18] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[01:05:26] Starting KUnit Kernel (1/1)...
[01:05:26] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[01:05:26] ================= ttm_device (5 subtests) ==================
[01:05:26] [PASSED] ttm_device_init_basic
[01:05:26] [PASSED] ttm_device_init_multiple
[01:05:26] [PASSED] ttm_device_fini_basic
[01:05:26] [PASSED] ttm_device_init_no_vma_man
[01:05:26] ================== ttm_device_init_pools  ==================
[01:05:26] [PASSED] No DMA allocations, no DMA32 required
[01:05:26] [PASSED] DMA allocations, DMA32 required
[01:05:26] [PASSED] No DMA allocations, DMA32 required
[01:05:26] [PASSED] DMA allocations, no DMA32 required
[01:05:26] ============== [PASSED] ttm_device_init_pools ==============
[01:05:26] =================== [PASSED] ttm_device ====================
[01:05:26] ================== ttm_pool (8 subtests) ===================
[01:05:26] ================== ttm_pool_alloc_basic  ===================
[01:05:26] [PASSED] One page
[01:05:26] [PASSED] More than one page
[01:05:26] [PASSED] Above the allocation limit
[01:05:26] [PASSED] One page, with coherent DMA mappings enabled
[01:05:26] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[01:05:26] ============== [PASSED] ttm_pool_alloc_basic ===============
[01:05:26] ============== ttm_pool_alloc_basic_dma_addr  ==============
[01:05:26] [PASSED] One page
[01:05:26] [PASSED] More than one page
[01:05:26] [PASSED] Above the allocation limit
[01:05:26] [PASSED] One page, with coherent DMA mappings enabled
[01:05:26] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[01:05:26] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ==========
[01:05:26] [PASSED] ttm_pool_alloc_order_caching_match
[01:05:26] [PASSED] ttm_pool_alloc_caching_mismatch
[01:05:26] [PASSED] ttm_pool_alloc_order_mismatch
[01:05:26] [PASSED] ttm_pool_free_dma_alloc
[01:05:26] [PASSED] ttm_pool_free_no_dma_alloc
[01:05:26] [PASSED] ttm_pool_fini_basic
[01:05:26] ==================== [PASSED] ttm_pool =====================
[01:05:26] ================ ttm_resource (8 subtests) =================
[01:05:26] ================= ttm_resource_init_basic  =================
[01:05:26] [PASSED] Init resource in TTM_PL_SYSTEM
[01:05:26] [PASSED] Init resource in TTM_PL_VRAM
[01:05:26] [PASSED] Init resource in a private placement
[01:05:26] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags
[01:05:26] ============= [PASSED] ttm_resource_init_basic =============
[01:05:26] [PASSED] ttm_resource_init_pinned
[01:05:26] [PASSED] ttm_resource_fini_basic
[01:05:26] [PASSED] ttm_resource_manager_init_basic
[01:05:26] [PASSED] ttm_resource_manager_usage_basic
[01:05:26] [PASSED] ttm_resource_manager_set_used_basic
[01:05:26] [PASSED] ttm_sys_man_alloc_basic
[01:05:26] [PASSED] ttm_sys_man_free_basic
[01:05:26] ================== [PASSED] ttm_resource ===================
[01:05:26] =================== ttm_tt (15 subtests) ===================
[01:05:26] ==================== ttm_tt_init_basic  ====================
[01:05:26] [PASSED] Page-aligned size
[01:05:26] [PASSED] Extra pages requested
[01:05:26] ================ [PASSED] ttm_tt_init_basic ================
[01:05:26] [PASSED] ttm_tt_init_misaligned
[01:05:26] [PASSED] ttm_tt_fini_basic
[01:05:26] [PASSED] ttm_tt_fini_sg
[01:05:26] [PASSED] ttm_tt_fini_shmem
[01:05:26] [PASSED] ttm_tt_create_basic
[01:05:26] [PASSED] ttm_tt_create_invalid_bo_type
[01:05:26] [PASSED] ttm_tt_create_ttm_exists
[01:05:26] [PASSED] ttm_tt_create_failed
[01:05:26] [PASSED] ttm_tt_destroy_basic
[01:05:26] [PASSED] ttm_tt_populate_null_ttm
[01:05:26] [PASSED] ttm_tt_populate_populated_ttm
[01:05:26] [PASSED] ttm_tt_unpopulate_basic
[01:05:26] [PASSED] ttm_tt_unpopulate_empty_ttm
[01:05:26] [PASSED] ttm_tt_swapin_basic
[01:05:26] ===================== [PASSED] ttm_tt ======================
[01:05:26] =================== ttm_bo (14 subtests) ===================
[01:05:26] =========== ttm_bo_reserve_optimistic_no_ticket  ===========
[01:05:26] [PASSED] Cannot be interrupted and sleeps
[01:05:26] [PASSED] Cannot be interrupted, locks straight away
[01:05:26] [PASSED] Can be interrupted, sleeps
[01:05:26] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket =======
[01:05:26] [PASSED] ttm_bo_reserve_locked_no_sleep
[01:05:26] [PASSED] ttm_bo_reserve_no_wait_ticket
[01:05:26] [PASSED] ttm_bo_reserve_double_resv
[01:05:26] [PASSED] ttm_bo_reserve_interrupted
[01:05:26] [PASSED] ttm_bo_reserve_deadlock
[01:05:26] [PASSED] ttm_bo_unreserve_basic
[01:05:26] [PASSED] ttm_bo_unreserve_pinned
[01:05:26] [PASSED] ttm_bo_unreserve_bulk
[01:05:26] [PASSED] ttm_bo_put_basic
[01:05:26] [PASSED] ttm_bo_put_shared_resv
[01:05:26] [PASSED] ttm_bo_pin_basic
[01:05:26] [PASSED] ttm_bo_pin_unpin_resource
[01:05:26] [PASSED] ttm_bo_multiple_pin_one_unpin
[01:05:26] ===================== [PASSED] ttm_bo ======================
[01:05:26] ============== ttm_bo_validate (21 subtests) ===============
[01:05:26] ============== ttm_bo_init_reserved_sys_man  ===============
[01:05:26] [PASSED] Buffer object for userspace
[01:05:26] [PASSED] Kernel buffer object
[01:05:26] [PASSED] Shared buffer object
[01:05:26] ========== [PASSED] ttm_bo_init_reserved_sys_man ===========
[01:05:26] ============== ttm_bo_init_reserved_mock_man  ==============
[01:05:26] [PASSED] Buffer object for userspace
[01:05:26] [PASSED] Kernel buffer object
[01:05:26] [PASSED] Shared buffer object
[01:05:26] ========== [PASSED] ttm_bo_init_reserved_mock_man ==========
[01:05:26] [PASSED] ttm_bo_init_reserved_resv
[01:05:26] ================== ttm_bo_validate_basic  ==================
[01:05:26] [PASSED] Buffer object for userspace
[01:05:26] [PASSED] Kernel buffer object
[01:05:26] [PASSED] Shared buffer object
[01:05:26] ============== [PASSED] ttm_bo_validate_basic ==============
[01:05:26] [PASSED] ttm_bo_validate_invalid_placement
[01:05:26] ============= ttm_bo_validate_same_placement  ==============
[01:05:26] [PASSED] System manager
[01:05:26] [PASSED] VRAM manager
[01:05:26] ========= [PASSED] ttm_bo_validate_same_placement ==========
[01:05:26] [PASSED] ttm_bo_validate_failed_alloc
[01:05:26] [PASSED] ttm_bo_validate_pinned
[01:05:26] [PASSED] ttm_bo_validate_busy_placement
[01:05:26] ================ ttm_bo_validate_multihop  =================
[01:05:26] [PASSED] Buffer object for userspace
[01:05:26] [PASSED] Kernel buffer object
[01:05:26] [PASSED] Shared buffer object
[01:05:26] ============ [PASSED] ttm_bo_validate_multihop =============
[01:05:26] ========== ttm_bo_validate_no_placement_signaled  ==========
[01:05:26] [PASSED] Buffer object in system domain, no page vector
[01:05:26] [PASSED] Buffer object in system domain with an existing page vector
[01:05:26] ====== [PASSED] ttm_bo_validate_no_placement_signaled ======
[01:05:26] ======== ttm_bo_validate_no_placement_not_signaled  ========
[01:05:26] [PASSED] Buffer object for userspace
[01:05:26] [PASSED] Kernel buffer object
[01:05:26] [PASSED] Shared buffer object
[01:05:26] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ====
[01:05:26] [PASSED] ttm_bo_validate_move_fence_signaled
[01:05:26] ========= ttm_bo_validate_move_fence_not_signaled  =========
[01:05:26] [PASSED] Waits for GPU
[01:05:26] [PASSED] Tries to lock straight away
[01:05:26] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled =====
[01:05:26] [PASSED] ttm_bo_validate_happy_evict
[01:05:26] [PASSED] ttm_bo_validate_all_pinned_evict
[01:05:26] [PASSED] ttm_bo_validate_allowed_only_evict
[01:05:26] [PASSED] ttm_bo_validate_deleted_evict
[01:05:26] [PASSED] ttm_bo_validate_busy_domain_evict
[01:05:26] [PASSED] ttm_bo_validate_evict_gutting
[01:05:26] [PASSED] ttm_bo_validate_recrusive_evict
stty: 'standard input': Inappropriate ioctl for device
[01:05:26] ================= [PASSED] ttm_bo_validate =================
[01:05:26] ============================================================
[01:05:26] Testing complete. Ran 101 tests: passed: 101
[01:05:26] Elapsed time: 9.930s total, 1.676s configuring, 8.038s building, 0.185s running

+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel



^ permalink raw reply	[flat|nested] 8+ messages in thread

* ✓ Xe.CI.BAT: success for drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC (rev2)
  2025-08-26 20:57 [CI] drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC Julia Filipchuk
                   ` (3 preceding siblings ...)
  2025-08-28  1:05 ` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC (rev2) Patchwork
@ 2025-08-28  1:44 ` Patchwork
  2025-08-28  2:46 ` ✗ Xe.CI.Full: failure " Patchwork
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-08-28  1:44 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

[-- Attachment #1: Type: text/plain, Size: 2684 bytes --]

== Series Details ==

Series: drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC (rev2)
URL   : https://patchwork.freedesktop.org/series/153535/
State : success

== Summary ==

CI Bug Log - changes from xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578_BAT -> xe-pw-153535v2_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (11 -> 11)
------------------------------

  No changes in participating hosts

Known issues
------------

  Here are the changes found in xe-pw-153535v2_BAT that come from known issues:

### IGT changes ###

#### Possible fixes ####

  * igt@kms_flip@basic-flip-vs-wf_vblank:
    - bat-adlp-7:         [DMESG-WARN][1] ([Intel XE#4543]) -> [PASS][2] +1 other test pass
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank.html

  * igt@sriov_basic@enable-vfs-autoprobe-on:
    - {bat-ptl-1}:        [DMESG-WARN][3] ([Intel XE#5772]) -> [PASS][4] +1 other test pass
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/bat-ptl-1/igt@sriov_basic@enable-vfs-autoprobe-on.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/bat-ptl-1/igt@sriov_basic@enable-vfs-autoprobe-on.html

  * igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-1:
    - {bat-ptl-2}:        [DMESG-WARN][5] ([Intel XE#5772]) -> [PASS][6] +1 other test pass
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/bat-ptl-2/igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-1.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/bat-ptl-2/igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-1.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [Intel XE#4543]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4543
  [Intel XE#5772]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5772
  [Intel XE#5783]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5783


Build changes
-------------

  * IGT: IGT_8511 -> IGT_8512
  * Linux: xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578 -> xe-pw-153535v2

  IGT_8511: 8511
  IGT_8512: 8512
  xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578: 3a2760f3080e5188b19cdb4640cec5eb0926d578
  xe-pw-153535v2: 153535v2

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/index.html

[-- Attachment #2: Type: text/html, Size: 3332 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* ✗ Xe.CI.Full: failure for drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC (rev2)
  2025-08-26 20:57 [CI] drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC Julia Filipchuk
                   ` (4 preceding siblings ...)
  2025-08-28  1:44 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-08-28  2:46 ` Patchwork
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-08-28  2:46 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

[-- Attachment #1: Type: text/plain, Size: 170845 bytes --]

== Series Details ==

Series: drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC (rev2)
URL   : https://patchwork.freedesktop.org/series/153535/
State : failure

== Summary ==

CI Bug Log - changes from xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578_FULL -> xe-pw-153535v2_FULL
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with xe-pw-153535v2_FULL absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in xe-pw-153535v2_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 (4 -> 4)
------------------------------

  No changes in participating hosts

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in xe-pw-153535v2_FULL:

### IGT changes ###

#### Possible regressions ####

  * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers@pipe-b:
    - shard-lnl:          [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-1/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers@pipe-b.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-5/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers@pipe-b.html

  * igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs@vf-random:
    - shard-bmg:          [PASS][3] -> [FAIL][4] +1 other test fail
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-4/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs@vf-random.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-4/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs@vf-random.html

  
Known issues
------------

  Here are the changes found in xe-pw-153535v2_FULL that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1:
    - shard-lnl:          NOTRUN -> [FAIL][5] ([Intel XE#911]) +3 other tests fail
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-1/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html

  * igt@kms_async_flips@async-flip-with-page-flip-events-tiled@pipe-b-hdmi-a-1-y:
    - shard-adlp:         NOTRUN -> [DMESG-WARN][6] ([Intel XE#4543]) +7 other tests dmesg-warn
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-1/igt@kms_async_flips@async-flip-with-page-flip-events-tiled@pipe-b-hdmi-a-1-y.html

  * igt@kms_async_flips@crc-atomic@pipe-d-hdmi-a-1:
    - shard-adlp:         [PASS][7] -> [FAIL][8] ([Intel XE#3884]) +1 other test fail
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-1/igt@kms_async_flips@crc-atomic@pipe-d-hdmi-a-1.html
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-9/igt@kms_async_flips@crc-atomic@pipe-d-hdmi-a-1.html

  * igt@kms_async_flips@test-cursor:
    - shard-lnl:          NOTRUN -> [SKIP][9] ([Intel XE#664])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-8/igt@kms_async_flips@test-cursor.html

  * igt@kms_atomic_transition@plane-all-modeset-transition:
    - shard-lnl:          NOTRUN -> [SKIP][10] ([Intel XE#3279])
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-4/igt@kms_atomic_transition@plane-all-modeset-transition.html

  * igt@kms_big_fb@4-tiled-8bpp-rotate-270:
    - shard-dg2-set2:     NOTRUN -> [SKIP][11] ([Intel XE#316]) +3 other tests skip
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
    - shard-lnl:          NOTRUN -> [SKIP][12] ([Intel XE#1407]) +3 other tests skip
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-1/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
    - shard-adlp:         NOTRUN -> [SKIP][13] ([Intel XE#1124]) +14 other tests skip
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
    - shard-lnl:          NOTRUN -> [SKIP][14] ([Intel XE#3658])
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-270:
    - shard-bmg:          NOTRUN -> [SKIP][15] ([Intel XE#2327])
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-3/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html

  * igt@kms_big_fb@x-tiled-64bpp-rotate-0:
    - shard-adlp:         NOTRUN -> [DMESG-FAIL][16] ([Intel XE#4543]) +1 other test dmesg-fail
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-9/igt@kms_big_fb@x-tiled-64bpp-rotate-0.html

  * igt@kms_big_fb@x-tiled-8bpp-rotate-90:
    - shard-adlp:         NOTRUN -> [SKIP][17] ([Intel XE#316]) +5 other tests skip
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-16bpp-rotate-270:
    - shard-bmg:          NOTRUN -> [SKIP][18] ([Intel XE#1124]) +1 other test skip
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-7/igt@kms_big_fb@y-tiled-16bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-64bpp-rotate-90:
    - shard-dg2-set2:     NOTRUN -> [SKIP][19] ([Intel XE#1124]) +3 other tests skip
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
    - shard-dg2-set2:     NOTRUN -> [SKIP][20] ([Intel XE#607])
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html

  * igt@kms_big_fb@y-tiled-addfb-size-overflow:
    - shard-dg2-set2:     NOTRUN -> [SKIP][21] ([Intel XE#610])
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
    - shard-lnl:          NOTRUN -> [SKIP][22] ([Intel XE#1428])
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-4/igt@kms_big_fb@y-tiled-addfb-size-overflow.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
    - shard-adlp:         [PASS][23] -> [DMESG-FAIL][24] ([Intel XE#4543]) +10 other tests dmesg-fail
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-9/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html

  * igt@kms_big_fb@yf-tiled-addfb:
    - shard-dg2-set2:     NOTRUN -> [SKIP][25] ([Intel XE#619])
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-lnl:          NOTRUN -> [SKIP][26] ([Intel XE#1124]) +8 other tests skip
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-7/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p:
    - shard-lnl:          NOTRUN -> [SKIP][27] ([Intel XE#2191]) +2 other tests skip
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-4/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html

  * igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:
    - shard-adlp:         NOTRUN -> [SKIP][28] ([Intel XE#2191]) +2 other tests skip
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
    - shard-bmg:          [PASS][29] -> [SKIP][30] ([Intel XE#2314] / [Intel XE#2894])
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-8/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html

  * igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p:
    - shard-bmg:          NOTRUN -> [SKIP][31] ([Intel XE#2314] / [Intel XE#2894])
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-3/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html

  * igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p:
    - shard-dg2-set2:     NOTRUN -> [SKIP][32] ([Intel XE#2191]) +2 other tests skip
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html

  * igt@kms_bw@linear-tiling-1-displays-3840x2160p:
    - shard-bmg:          NOTRUN -> [SKIP][33] ([Intel XE#367])
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-1/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][34] ([Intel XE#367]) +1 other test skip
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html

  * igt@kms_bw@linear-tiling-4-displays-2160x1440p:
    - shard-adlp:         NOTRUN -> [SKIP][35] ([Intel XE#367]) +2 other tests skip
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-2/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html
    - shard-lnl:          NOTRUN -> [SKIP][36] ([Intel XE#1512])
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-3/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc:
    - shard-lnl:          NOTRUN -> [SKIP][37] ([Intel XE#2887]) +13 other tests skip
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-7/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-1:
    - shard-adlp:         NOTRUN -> [SKIP][38] ([Intel XE#787]) +53 other tests skip
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-8/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-1.html

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][39] ([Intel XE#2887]) +4 other tests skip
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs.html

  * igt@kms_ccs@crc-primary-basic-yf-tiled-ccs@pipe-d-dp-2:
    - shard-dg2-set2:     NOTRUN -> [SKIP][40] ([Intel XE#455] / [Intel XE#787]) +39 other tests skip
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_ccs@crc-primary-basic-yf-tiled-ccs@pipe-d-dp-2.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
    - shard-dg2-set2:     NOTRUN -> [SKIP][41] ([Intel XE#2907])
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-466/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
    - shard-adlp:         NOTRUN -> [SKIP][42] ([Intel XE#3442])
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-4/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs:
    - shard-adlp:         NOTRUN -> [SKIP][43] ([Intel XE#455] / [Intel XE#787]) +35 other tests skip
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-2/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc:
    - shard-lnl:          NOTRUN -> [SKIP][44] ([Intel XE#3432]) +1 other test skip
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-8/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][45] ([Intel XE#3432]) +1 other test skip
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
    - shard-adlp:         NOTRUN -> [SKIP][46] ([Intel XE#2907]) +2 other tests skip
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-9/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6:
    - shard-dg2-set2:     NOTRUN -> [SKIP][47] ([Intel XE#787]) +223 other tests skip
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6:
    - shard-dg2-set2:     NOTRUN -> [INCOMPLETE][48] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#3124] / [Intel XE#4345])
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-dp-4:
    - shard-dg2-set2:     NOTRUN -> [INCOMPLETE][49] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4522])
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-dp-4.html

  * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-c-dp-2:
    - shard-bmg:          NOTRUN -> [SKIP][50] ([Intel XE#2652] / [Intel XE#787]) +12 other tests skip
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-1/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-c-dp-2.html

  * igt@kms_cdclk@mode-transition:
    - shard-adlp:         NOTRUN -> [SKIP][51] ([Intel XE#4417] / [Intel XE#455])
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@kms_cdclk@mode-transition.html

  * igt@kms_cdclk@mode-transition@pipe-a-hdmi-a-1:
    - shard-adlp:         NOTRUN -> [SKIP][52] ([Intel XE#4417]) +2 other tests skip
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@kms_cdclk@mode-transition@pipe-a-hdmi-a-1.html

  * igt@kms_chamelium_audio@hdmi-audio-edid:
    - shard-adlp:         NOTRUN -> [SKIP][53] ([Intel XE#373]) +10 other tests skip
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-2/igt@kms_chamelium_audio@hdmi-audio-edid.html

  * igt@kms_chamelium_color@ctm-blue-to-red:
    - shard-dg2-set2:     NOTRUN -> [SKIP][54] ([Intel XE#306])
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_chamelium_color@ctm-blue-to-red.html

  * igt@kms_chamelium_color@ctm-max:
    - shard-lnl:          NOTRUN -> [SKIP][55] ([Intel XE#306])
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-3/igt@kms_chamelium_color@ctm-max.html
    - shard-adlp:         NOTRUN -> [SKIP][56] ([Intel XE#306]) +1 other test skip
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-4/igt@kms_chamelium_color@ctm-max.html

  * igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k:
    - shard-dg2-set2:     NOTRUN -> [SKIP][57] ([Intel XE#373]) +5 other tests skip
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k.html

  * igt@kms_chamelium_frames@hdmi-aspect-ratio:
    - shard-bmg:          NOTRUN -> [SKIP][58] ([Intel XE#2252]) +3 other tests skip
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-5/igt@kms_chamelium_frames@hdmi-aspect-ratio.html

  * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats:
    - shard-lnl:          NOTRUN -> [SKIP][59] ([Intel XE#373]) +7 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-7/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html

  * igt@kms_content_protection@content-type-change:
    - shard-bmg:          NOTRUN -> [SKIP][60] ([Intel XE#2341])
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-3/igt@kms_content_protection@content-type-change.html
    - shard-lnl:          NOTRUN -> [SKIP][61] ([Intel XE#3278])
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-3/igt@kms_content_protection@content-type-change.html

  * igt@kms_content_protection@dp-mst-lic-type-0:
    - shard-dg2-set2:     NOTRUN -> [SKIP][62] ([Intel XE#307]) +1 other test skip
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@kms_content_protection@dp-mst-lic-type-0.html

  * igt@kms_content_protection@dp-mst-type-1:
    - shard-bmg:          NOTRUN -> [SKIP][63] ([Intel XE#2390])
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-5/igt@kms_content_protection@dp-mst-type-1.html
    - shard-adlp:         NOTRUN -> [SKIP][64] ([Intel XE#307])
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-2/igt@kms_content_protection@dp-mst-type-1.html
    - shard-lnl:          NOTRUN -> [SKIP][65] ([Intel XE#307])
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-2/igt@kms_content_protection@dp-mst-type-1.html

  * igt@kms_content_protection@lic-type-0@pipe-a-dp-2:
    - shard-bmg:          NOTRUN -> [FAIL][66] ([Intel XE#1178])
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-7/igt@kms_content_protection@lic-type-0@pipe-a-dp-2.html

  * igt@kms_content_protection@lic-type-0@pipe-a-dp-4:
    - shard-dg2-set2:     NOTRUN -> [FAIL][67] ([Intel XE#3304])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@kms_content_protection@lic-type-0@pipe-a-dp-4.html

  * igt@kms_content_protection@srm@pipe-a-dp-4:
    - shard-dg2-set2:     NOTRUN -> [FAIL][68] ([Intel XE#1178])
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@kms_content_protection@srm@pipe-a-dp-4.html

  * igt@kms_content_protection@uevent:
    - shard-dg2-set2:     NOTRUN -> [FAIL][69] ([Intel XE#1188]) +1 other test fail
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_content_protection@uevent.html

  * igt@kms_cursor_crc@cursor-onscreen-512x170:
    - shard-lnl:          NOTRUN -> [SKIP][70] ([Intel XE#2321]) +1 other test skip
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-4/igt@kms_cursor_crc@cursor-onscreen-512x170.html
    - shard-adlp:         NOTRUN -> [SKIP][71] ([Intel XE#308]) +1 other test skip
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-1/igt@kms_cursor_crc@cursor-onscreen-512x170.html

  * igt@kms_cursor_crc@cursor-onscreen-64x64:
    - shard-dg2-set2:     [PASS][72] -> [SKIP][73] ([Intel XE#4208] / [i915#2575]) +81 other tests skip
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_cursor_crc@cursor-onscreen-64x64.html
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_cursor_crc@cursor-onscreen-64x64.html

  * igt@kms_cursor_crc@cursor-random-128x42:
    - shard-lnl:          NOTRUN -> [SKIP][74] ([Intel XE#1424]) +2 other tests skip
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-5/igt@kms_cursor_crc@cursor-random-128x42.html

  * igt@kms_cursor_crc@cursor-rapid-movement-64x21:
    - shard-bmg:          NOTRUN -> [SKIP][75] ([Intel XE#2320])
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html

  * igt@kms_cursor_crc@cursor-sliding-512x512:
    - shard-dg2-set2:     NOTRUN -> [SKIP][76] ([Intel XE#308]) +1 other test skip
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_cursor_crc@cursor-sliding-512x512.html

  * igt@kms_cursor_edge_walk@128x128-right-edge:
    - shard-dg2-set2:     NOTRUN -> [SKIP][77] ([Intel XE#4208] / [i915#2575]) +60 other tests skip
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_cursor_edge_walk@128x128-right-edge.html

  * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
    - shard-lnl:          NOTRUN -> [SKIP][78] ([Intel XE#309]) +5 other tests skip
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-3/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
    - shard-adlp:         NOTRUN -> [SKIP][79] ([Intel XE#309]) +7 other tests skip
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle:
    - shard-bmg:          [PASS][80] -> [SKIP][81] ([Intel XE#2291])
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html

  * igt@kms_dirtyfb@psr-dirtyfb-ioctl:
    - shard-bmg:          NOTRUN -> [SKIP][82] ([Intel XE#1508])
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-4/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html

  * igt@kms_dp_linktrain_fallback@dp-fallback:
    - shard-adlp:         NOTRUN -> [SKIP][83] ([Intel XE#4331]) +1 other test skip
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-9/igt@kms_dp_linktrain_fallback@dp-fallback.html
    - shard-bmg:          [PASS][84] -> [SKIP][85] ([Intel XE#4294])
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-4/igt@kms_dp_linktrain_fallback@dp-fallback.html
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@kms_dp_linktrain_fallback@dp-fallback.html
    - shard-lnl:          NOTRUN -> [SKIP][86] ([Intel XE#4294])
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-8/igt@kms_dp_linktrain_fallback@dp-fallback.html

  * igt@kms_dp_linktrain_fallback@dsc-fallback:
    - shard-lnl:          NOTRUN -> [SKIP][87] ([Intel XE#4331])
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-5/igt@kms_dp_linktrain_fallback@dsc-fallback.html

  * igt@kms_draw_crc@fill-fb:
    - shard-dg2-set2:     [PASS][88] -> [SKIP][89] ([Intel XE#2351] / [Intel XE#4208]) +9 other tests skip
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_draw_crc@fill-fb.html
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_draw_crc@fill-fb.html

  * igt@kms_feature_discovery@chamelium:
    - shard-adlp:         NOTRUN -> [SKIP][90] ([Intel XE#701])
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-8/igt@kms_feature_discovery@chamelium.html

  * igt@kms_feature_discovery@display-4x:
    - shard-adlp:         NOTRUN -> [SKIP][91] ([Intel XE#1138])
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-9/igt@kms_feature_discovery@display-4x.html
    - shard-lnl:          NOTRUN -> [SKIP][92] ([Intel XE#1138])
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-8/igt@kms_feature_discovery@display-4x.html

  * igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible:
    - shard-adlp:         NOTRUN -> [SKIP][93] ([Intel XE#310]) +6 other tests skip
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-6/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html

  * igt@kms_flip@2x-flip-vs-suspend-interruptible:
    - shard-lnl:          NOTRUN -> [SKIP][94] ([Intel XE#1421]) +4 other tests skip
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-4/igt@kms_flip@2x-flip-vs-suspend-interruptible.html

  * igt@kms_flip@2x-modeset-vs-vblank-race:
    - shard-bmg:          [PASS][95] -> [SKIP][96] ([Intel XE#2316]) +2 other tests skip
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-8/igt@kms_flip@2x-modeset-vs-vblank-race.html
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@kms_flip@2x-modeset-vs-vblank-race.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1:
    - shard-lnl:          NOTRUN -> [FAIL][97] ([Intel XE#301]) +1 other test fail
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html

  * igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1:
    - shard-adlp:         [PASS][98] -> [DMESG-WARN][99] ([Intel XE#4543]) +11 other tests dmesg-warn
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-2/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1.html
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-4/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1.html

  * igt@kms_flip@flip-vs-suspend-interruptible:
    - shard-adlp:         [PASS][100] -> [DMESG-WARN][101] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#4543]) +1 other test dmesg-warn
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-8/igt@kms_flip@flip-vs-suspend-interruptible.html
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-1/igt@kms_flip@flip-vs-suspend-interruptible.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> [SKIP][102] ([Intel XE#1401]) +2 other tests skip
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
    - shard-bmg:          NOTRUN -> [SKIP][103] ([Intel XE#2293] / [Intel XE#2380])
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:
    - shard-bmg:          NOTRUN -> [SKIP][104] ([Intel XE#2293])
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
    - shard-lnl:          NOTRUN -> [SKIP][105] ([Intel XE#1401] / [Intel XE#1745]) +2 other tests skip
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-1/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling:
    - shard-lnl:          NOTRUN -> [SKIP][106] ([Intel XE#1397] / [Intel XE#1745])
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> [SKIP][107] ([Intel XE#1397])
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
    - shard-dg2-set2:     NOTRUN -> [SKIP][108] ([Intel XE#455]) +13 other tests skip
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-466/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html

  * igt@kms_flip_tiling@flip-change-tiling@pipe-b-hdmi-a-1-x-to-x:
    - shard-adlp:         [PASS][109] -> [FAIL][110] ([Intel XE#1874])
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-8/igt@kms_flip_tiling@flip-change-tiling@pipe-b-hdmi-a-1-x-to-x.html
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-4/igt@kms_flip_tiling@flip-change-tiling@pipe-b-hdmi-a-1-x-to-x.html

  * igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-shrfb-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][111] ([Intel XE#2311]) +5 other tests skip
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-shrfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff:
    - shard-dg2-set2:     NOTRUN -> [SKIP][112] ([Intel XE#2351] / [Intel XE#4208]) +9 other tests skip
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][113] ([Intel XE#656]) +38 other tests skip
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-modesetfrombusy:
    - shard-bmg:          NOTRUN -> [SKIP][114] ([Intel XE#5390]) +4 other tests skip
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-modesetfrombusy.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt:
    - shard-dg2-set2:     NOTRUN -> [SKIP][115] ([Intel XE#651]) +16 other tests skip
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][116] ([Intel XE#651]) +13 other tests skip
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-2/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-shrfb-scaledprimary:
    - shard-adlp:         NOTRUN -> [SKIP][117] ([Intel XE#651]) +16 other tests skip
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-8/igt@kms_frontbuffer_tracking@fbcdrrs-shrfb-scaledprimary.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt:
    - shard-dg2-set2:     NOTRUN -> [SKIP][118] ([Intel XE#653]) +14 other tests skip
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt:
    - shard-bmg:          NOTRUN -> [SKIP][119] ([Intel XE#2313]) +7 other tests skip
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt:
    - shard-adlp:         NOTRUN -> [SKIP][120] ([Intel XE#656]) +46 other tests skip
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-plflip-blt:
    - shard-adlp:         NOTRUN -> [SKIP][121] ([Intel XE#653]) +13 other tests skip
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][122] ([Intel XE#2312]) +1 other test skip
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_hdr@static-swap:
    - shard-bmg:          NOTRUN -> [SKIP][123] ([Intel XE#1503])
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@kms_hdr@static-swap.html

  * igt@kms_invalid_mode@bad-vsync-start:
    - shard-adlp:         [PASS][124] -> [DMESG-WARN][125] ([Intel XE#2953] / [Intel XE#4173]) +11 other tests dmesg-warn
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-1/igt@kms_invalid_mode@bad-vsync-start.html
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-4/igt@kms_invalid_mode@bad-vsync-start.html

  * igt@kms_joiner@basic-force-ultra-joiner:
    - shard-lnl:          NOTRUN -> [SKIP][126] ([Intel XE#2925])
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-8/igt@kms_joiner@basic-force-ultra-joiner.html

  * igt@kms_joiner@invalid-modeset-big-joiner:
    - shard-adlp:         NOTRUN -> [SKIP][127] ([Intel XE#346])
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-2/igt@kms_joiner@invalid-modeset-big-joiner.html
    - shard-bmg:          NOTRUN -> [SKIP][128] ([Intel XE#346])
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-5/igt@kms_joiner@invalid-modeset-big-joiner.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][129] ([Intel XE#346])
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_joiner@invalid-modeset-big-joiner.html
    - shard-lnl:          NOTRUN -> [SKIP][130] ([Intel XE#346])
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-2/igt@kms_joiner@invalid-modeset-big-joiner.html

  * igt@kms_joiner@invalid-modeset-force-big-joiner:
    - shard-adlp:         NOTRUN -> [SKIP][131] ([Intel XE#3012])
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-4/igt@kms_joiner@invalid-modeset-force-big-joiner.html

  * igt@kms_lease@lease-unleased-connector:
    - shard-adlp:         [PASS][132] -> [ABORT][133] ([Intel XE#2953]) +1 other test abort
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-4/igt@kms_lease@lease-unleased-connector.html
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-9/igt@kms_lease@lease-unleased-connector.html

  * igt@kms_panel_fitting@legacy:
    - shard-adlp:         NOTRUN -> [SKIP][134] ([Intel XE#455]) +26 other tests skip
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@kms_panel_fitting@legacy.html

  * igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256:
    - shard-dg2-set2:     NOTRUN -> [FAIL][135] ([Intel XE#616]) +2 other tests fail
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256.html

  * igt@kms_plane_lowres@tiling-none:
    - shard-adlp:         NOTRUN -> [DMESG-WARN][136] ([Intel XE#2953] / [Intel XE#4173]) +1 other test dmesg-warn
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@kms_plane_lowres@tiling-none.html

  * igt@kms_plane_lowres@tiling-x@pipe-b-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][137] ([Intel XE#599]) +7 other tests skip
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-8/igt@kms_plane_lowres@tiling-x@pipe-b-edp-1.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c:
    - shard-lnl:          NOTRUN -> [SKIP][138] ([Intel XE#2763]) +7 other tests skip
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-7/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c.html

  * igt@kms_pm_backlight@basic-brightness:
    - shard-dg2-set2:     NOTRUN -> [SKIP][139] ([Intel XE#870])
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_pm_backlight@basic-brightness.html

  * igt@kms_pm_backlight@brightness-with-dpms:
    - shard-bmg:          NOTRUN -> [SKIP][140] ([Intel XE#2938])
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-8/igt@kms_pm_backlight@brightness-with-dpms.html

  * igt@kms_pm_backlight@fade-with-dpms:
    - shard-adlp:         NOTRUN -> [SKIP][141] ([Intel XE#870]) +1 other test skip
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-2/igt@kms_pm_backlight@fade-with-dpms.html

  * igt@kms_pm_dc@dc5-retention-flops:
    - shard-dg2-set2:     NOTRUN -> [SKIP][142] ([Intel XE#3309])
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@kms_pm_dc@dc5-retention-flops.html
    - shard-lnl:          NOTRUN -> [SKIP][143] ([Intel XE#3309])
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-1/igt@kms_pm_dc@dc5-retention-flops.html
    - shard-adlp:         NOTRUN -> [SKIP][144] ([Intel XE#3309])
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-6/igt@kms_pm_dc@dc5-retention-flops.html

  * igt@kms_pm_dc@dc6-psr:
    - shard-lnl:          [PASS][145] -> [FAIL][146] ([Intel XE#718])
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-8/igt@kms_pm_dc@dc6-psr.html
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-1/igt@kms_pm_dc@dc6-psr.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][147] ([Intel XE#1129])
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@kms_pm_dc@dc6-psr.html

  * igt@kms_pm_dc@dc9-dpms:
    - shard-adlp:         NOTRUN -> [FAIL][148] ([Intel XE#3325])
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-8/igt@kms_pm_dc@dc9-dpms.html

  * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf:
    - shard-bmg:          NOTRUN -> [SKIP][149] ([Intel XE#1406] / [Intel XE#1489]) +4 other tests skip
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf:
    - shard-lnl:          NOTRUN -> [SKIP][150] ([Intel XE#1406] / [Intel XE#2893] / [Intel XE#4608])
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-5/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][151] ([Intel XE#1406] / [Intel XE#4608])
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-5/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1.html

  * igt@kms_psr2_sf@pr-cursor-plane-update-sf:
    - shard-dg2-set2:     NOTRUN -> [SKIP][152] ([Intel XE#1406] / [Intel XE#1489]) +3 other tests skip
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-466/igt@kms_psr2_sf@pr-cursor-plane-update-sf.html

  * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf:
    - shard-adlp:         NOTRUN -> [SKIP][153] ([Intel XE#1406] / [Intel XE#1489]) +8 other tests skip
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr2_sf@pr-plane-move-sf-dmg-area:
    - shard-lnl:          NOTRUN -> [SKIP][154] ([Intel XE#1406] / [Intel XE#2893]) +3 other tests skip
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-4/igt@kms_psr2_sf@pr-plane-move-sf-dmg-area.html

  * igt@kms_psr2_su@page_flip-xrgb8888:
    - shard-dg2-set2:     NOTRUN -> [SKIP][155] ([Intel XE#1122] / [Intel XE#1406])
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_psr2_su@page_flip-xrgb8888.html

  * igt@kms_psr@fbc-pr-dpms:
    - shard-dg2-set2:     NOTRUN -> [SKIP][156] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +4 other tests skip
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_psr@fbc-pr-dpms.html

  * igt@kms_psr@fbc-psr2-cursor-plane-onoff:
    - shard-dg2-set2:     NOTRUN -> [SKIP][157] ([Intel XE#1406] / [Intel XE#4208]) +4 other tests skip
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html

  * igt@kms_psr@fbc-psr2-sprite-plane-onoff:
    - shard-lnl:          NOTRUN -> [SKIP][158] ([Intel XE#1406]) +5 other tests skip
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-2/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html

  * igt@kms_psr@fbc-psr2-sprite-plane-onoff@edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][159] ([Intel XE#1406] / [Intel XE#4609])
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-2/igt@kms_psr@fbc-psr2-sprite-plane-onoff@edp-1.html

  * igt@kms_psr@pr-primary-page-flip:
    - shard-adlp:         NOTRUN -> [SKIP][160] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +16 other tests skip
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-9/igt@kms_psr@pr-primary-page-flip.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][161] ([Intel XE#1406] / [Intel XE#2351] / [Intel XE#4208]) +2 other tests skip
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_psr@pr-primary-page-flip.html

  * igt@kms_psr@pr-primary-render:
    - shard-bmg:          NOTRUN -> [SKIP][162] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +3 other tests skip
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@kms_psr@pr-primary-render.html

  * igt@kms_rotation_crc@primary-rotation-270:
    - shard-adlp:         NOTRUN -> [SKIP][163] ([Intel XE#3414])
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-6/igt@kms_rotation_crc@primary-rotation-270.html
    - shard-lnl:          NOTRUN -> [SKIP][164] ([Intel XE#3414] / [Intel XE#3904])
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-1/igt@kms_rotation_crc@primary-rotation-270.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
    - shard-dg2-set2:     NOTRUN -> [SKIP][165] ([Intel XE#3414])
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
    - shard-adlp:         NOTRUN -> [SKIP][166] ([Intel XE#1127])
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
    - shard-lnl:          NOTRUN -> [SKIP][167] ([Intel XE#1127])
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html

  * igt@xe_ccs@block-copy-compressed-inc-dimension:
    - shard-adlp:         NOTRUN -> [SKIP][168] ([Intel XE#455] / [Intel XE#488] / [Intel XE#5607]) +1 other test skip
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-6/igt@xe_ccs@block-copy-compressed-inc-dimension.html

  * igt@xe_compute_preempt@compute-preempt-many-all-ram@engine-drm_xe_engine_class_compute:
    - shard-dg2-set2:     NOTRUN -> [FAIL][169] ([Intel XE#5890])
   [169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@xe_compute_preempt@compute-preempt-many-all-ram@engine-drm_xe_engine_class_compute.html

  * igt@xe_copy_basic@mem-set-linear-0xfd:
    - shard-adlp:         NOTRUN -> [SKIP][170] ([Intel XE#1126])
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@xe_copy_basic@mem-set-linear-0xfd.html

  * igt@xe_eu_stall@non-blocking-re-enable:
    - shard-adlp:         NOTRUN -> [SKIP][171] ([Intel XE#5626])
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-8/igt@xe_eu_stall@non-blocking-re-enable.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][172] ([Intel XE#5626]) +1 other test skip
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-466/igt@xe_eu_stall@non-blocking-re-enable.html

  * igt@xe_eudebug_online@basic-breakpoint:
    - shard-bmg:          NOTRUN -> [SKIP][173] ([Intel XE#4837]) +4 other tests skip
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-1/igt@xe_eudebug_online@basic-breakpoint.html

  * igt@xe_eudebug_online@single-step-one:
    - shard-adlp:         NOTRUN -> [SKIP][174] ([Intel XE#4837] / [Intel XE#5565]) +13 other tests skip
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@xe_eudebug_online@single-step-one.html

  * igt@xe_eudebug_sriov@deny-eudebug:
    - shard-adlp:         NOTRUN -> [SKIP][175] ([Intel XE#4519])
   [175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-4/igt@xe_eudebug_sriov@deny-eudebug.html

  * igt@xe_evict@evict-beng-large-cm:
    - shard-lnl:          NOTRUN -> [SKIP][176] ([Intel XE#688]) +2 other tests skip
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-2/igt@xe_evict@evict-beng-large-cm.html
    - shard-adlp:         NOTRUN -> [SKIP][177] ([Intel XE#261] / [Intel XE#5564]) +1 other test skip
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-2/igt@xe_evict@evict-beng-large-cm.html

  * igt@xe_evict@evict-small-external-cm:
    - shard-adlp:         NOTRUN -> [SKIP][178] ([Intel XE#261] / [Intel XE#5564] / [Intel XE#688]) +1 other test skip
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-8/igt@xe_evict@evict-small-external-cm.html

  * igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen:
    - shard-adlp:         NOTRUN -> [SKIP][179] ([Intel XE#5563] / [Intel XE#688])
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-6/igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen.html

  * igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate:
    - shard-dg2-set2:     [PASS][180] -> [SKIP][181] ([Intel XE#1392]) +2 other tests skip
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-466/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate.html
   [181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate.html

  * igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate-race:
    - shard-lnl:          NOTRUN -> [SKIP][182] ([Intel XE#1392]) +7 other tests skip
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-2/igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate-race.html

  * igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate:
    - shard-adlp:         NOTRUN -> [SKIP][183] ([Intel XE#1392] / [Intel XE#5575]) +9 other tests skip
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-2/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate.html
    - shard-bmg:          NOTRUN -> [SKIP][184] ([Intel XE#2322]) +3 other tests skip
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-2/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate.html

  * igt@xe_exec_fault_mode@once-userptr-invalidate:
    - shard-adlp:         NOTRUN -> [SKIP][185] ([Intel XE#288] / [Intel XE#5561]) +30 other tests skip
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@xe_exec_fault_mode@once-userptr-invalidate.html

  * igt@xe_exec_fault_mode@twice-userptr-prefetch:
    - shard-dg2-set2:     NOTRUN -> [SKIP][186] ([Intel XE#288]) +11 other tests skip
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@xe_exec_fault_mode@twice-userptr-prefetch.html

  * igt@xe_exec_fault_mode@twice-userptr-rebind-imm:
    - shard-dg2-set2:     NOTRUN -> [SKIP][187] ([Intel XE#4208]) +289 other tests skip
   [187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html

  * igt@xe_exec_reset@parallel-gt-reset:
    - shard-bmg:          [PASS][188] -> [DMESG-WARN][189] ([Intel XE#3876] / [Intel XE#5213])
   [188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-4/igt@xe_exec_reset@parallel-gt-reset.html
   [189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-5/igt@xe_exec_reset@parallel-gt-reset.html

  * igt@xe_exec_sip_eudebug@breakpoint-waitsip:
    - shard-dg2-set2:     NOTRUN -> [SKIP][190] ([Intel XE#4837]) +3 other tests skip
   [190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@xe_exec_sip_eudebug@breakpoint-waitsip.html

  * igt@xe_exec_sip_eudebug@breakpoint-writesip:
    - shard-lnl:          NOTRUN -> [SKIP][191] ([Intel XE#4837]) +11 other tests skip
   [191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-2/igt@xe_exec_sip_eudebug@breakpoint-writesip.html

  * igt@xe_exec_system_allocator@once-mmap-nomemset:
    - shard-dg2-set2:     NOTRUN -> [SKIP][192] ([Intel XE#4915]) +112 other tests skip
   [192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@xe_exec_system_allocator@once-mmap-nomemset.html

  * igt@xe_exec_system_allocator@process-many-execqueues-free:
    - shard-adlp:         NOTRUN -> [SKIP][193] ([Intel XE#4915]) +280 other tests skip
   [193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-4/igt@xe_exec_system_allocator@process-many-execqueues-free.html

  * igt@xe_exec_system_allocator@process-many-stride-mmap-huge:
    - shard-lnl:          NOTRUN -> [SKIP][194] ([Intel XE#4943]) +14 other tests skip
   [194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-7/igt@xe_exec_system_allocator@process-many-stride-mmap-huge.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-large-execqueues-mmap-huge:
    - shard-bmg:          NOTRUN -> [SKIP][195] ([Intel XE#4943]) +2 other tests skip
   [195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-4/igt@xe_exec_system_allocator@threads-shared-vm-many-large-execqueues-mmap-huge.html

  * igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
    - shard-lnl:          NOTRUN -> [ABORT][196] ([Intel XE#5466])
   [196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-2/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
    - shard-adlp:         NOTRUN -> [ABORT][197] ([Intel XE#4917] / [Intel XE#5530])
   [197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-2/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html

  * igt@xe_fault_injection@probe-fail-guc-xe_guc_mmio_send_recv:
    - shard-lnl:          NOTRUN -> [ABORT][198] ([Intel XE#4757])
   [198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-7/igt@xe_fault_injection@probe-fail-guc-xe_guc_mmio_send_recv.html

  * igt@xe_live_ktest@xe_bo:
    - shard-dg2-set2:     NOTRUN -> [SKIP][199] ([Intel XE#2229] / [Intel XE#455]) +1 other test skip
   [199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@xe_live_ktest@xe_bo.html
    - shard-adlp:         NOTRUN -> [SKIP][200] ([Intel XE#2229] / [Intel XE#455]) +1 other test skip
   [200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-1/igt@xe_live_ktest@xe_bo.html

  * igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
    - shard-lnl:          NOTRUN -> [SKIP][201] ([Intel XE#2229]) +1 other test skip
   [201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-4/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html

  * igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
    - shard-dg2-set2:     NOTRUN -> [SKIP][202] ([Intel XE#2229])
   [202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
    - shard-adlp:         NOTRUN -> [SKIP][203] ([Intel XE#2229])
   [203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-1/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html

  * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
    - shard-adlp:         NOTRUN -> [SKIP][204] ([Intel XE#2229] / [Intel XE#5488])
   [204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html

  * igt@xe_mmap@pci-membarrier-bad-object:
    - shard-adlp:         NOTRUN -> [SKIP][205] ([Intel XE#5100]) +1 other test skip
   [205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-8/igt@xe_mmap@pci-membarrier-bad-object.html
    - shard-lnl:          NOTRUN -> [SKIP][206] ([Intel XE#5100])
   [206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-5/igt@xe_mmap@pci-membarrier-bad-object.html

  * igt@xe_module_load@reload:
    - shard-dg2-set2:     [PASS][207] -> [FAIL][208] ([Intel XE#4208]) +1 other test fail
   [207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@xe_module_load@reload.html
   [208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_module_load@reload.html

  * igt@xe_noexec_ping_pong:
    - shard-adlp:         NOTRUN -> [SKIP][209] ([Intel XE#379] / [Intel XE#5613])
   [209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-6/igt@xe_noexec_ping_pong.html
    - shard-lnl:          NOTRUN -> [SKIP][210] ([Intel XE#379])
   [210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-1/igt@xe_noexec_ping_pong.html

  * igt@xe_oa@buffer-size:
    - shard-adlp:         NOTRUN -> [SKIP][211] ([Intel XE#5103])
   [211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@xe_oa@buffer-size.html

  * igt@xe_oa@non-zero-reason:
    - shard-dg2-set2:     NOTRUN -> [SKIP][212] ([Intel XE#3573]) +1 other test skip
   [212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@xe_oa@non-zero-reason.html

  * igt@xe_oa@syncs-syncobj-cfg:
    - shard-adlp:         NOTRUN -> [SKIP][213] ([Intel XE#3573]) +5 other tests skip
   [213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-2/igt@xe_oa@syncs-syncobj-cfg.html

  * igt@xe_pat@pat-index-xe2:
    - shard-adlp:         NOTRUN -> [SKIP][214] ([Intel XE#977])
   [214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-8/igt@xe_pat@pat-index-xe2.html

  * igt@xe_pat@pat-index-xelpg:
    - shard-adlp:         NOTRUN -> [SKIP][215] ([Intel XE#979])
   [215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-4/igt@xe_pat@pat-index-xelpg.html
    - shard-lnl:          NOTRUN -> [SKIP][216] ([Intel XE#979])
   [216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-7/igt@xe_pat@pat-index-xelpg.html

  * igt@xe_pm@d3cold-i2c:
    - shard-adlp:         NOTRUN -> [SKIP][217] ([Intel XE#5694])
   [217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@xe_pm@d3cold-i2c.html

  * igt@xe_pm@d3hot-i2c:
    - shard-dg2-set2:     NOTRUN -> [SKIP][218] ([Intel XE#5742])
   [218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@xe_pm@d3hot-i2c.html
    - shard-lnl:          NOTRUN -> [SKIP][219] ([Intel XE#5742])
   [219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-8/igt@xe_pm@d3hot-i2c.html

  * igt@xe_pm@s2idle-exec-after:
    - shard-adlp:         [PASS][220] -> [DMESG-WARN][221] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#4504])
   [220]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-3/igt@xe_pm@s2idle-exec-after.html
   [221]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-4/igt@xe_pm@s2idle-exec-after.html

  * igt@xe_pm@s3-exec-after:
    - shard-lnl:          NOTRUN -> [SKIP][222] ([Intel XE#584])
   [222]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-5/igt@xe_pm@s3-exec-after.html

  * igt@xe_pm@s4-d3cold-basic-exec:
    - shard-lnl:          NOTRUN -> [SKIP][223] ([Intel XE#2284] / [Intel XE#366])
   [223]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-2/igt@xe_pm@s4-d3cold-basic-exec.html
    - shard-adlp:         NOTRUN -> [SKIP][224] ([Intel XE#2284] / [Intel XE#366])
   [224]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-2/igt@xe_pm@s4-d3cold-basic-exec.html

  * igt@xe_pm@vram-d3cold-threshold:
    - shard-dg2-set2:     NOTRUN -> [SKIP][225] ([Intel XE#579])
   [225]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-466/igt@xe_pm@vram-d3cold-threshold.html

  * igt@xe_pmu@fn-engine-activity-sched-if-idle:
    - shard-bmg:          [PASS][226] -> [ABORT][227] ([Intel XE#3970])
   [226]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@xe_pmu@fn-engine-activity-sched-if-idle.html
   [227]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@xe_pmu@fn-engine-activity-sched-if-idle.html

  * igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq:
    - shard-dg2-set2:     NOTRUN -> [SKIP][228] ([Intel XE#4733]) +1 other test skip
   [228]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq.html

  * igt@xe_pxp@regular-src-to-pxp-dest-rendercopy:
    - shard-adlp:         NOTRUN -> [SKIP][229] ([Intel XE#4733] / [Intel XE#5594]) +1 other test skip
   [229]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-4/igt@xe_pxp@regular-src-to-pxp-dest-rendercopy.html

  * igt@xe_query@multigpu-query-pxp-status:
    - shard-lnl:          NOTRUN -> [SKIP][230] ([Intel XE#944]) +4 other tests skip
   [230]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-2/igt@xe_query@multigpu-query-pxp-status.html

  * igt@xe_query@multigpu-query-uc-fw-version-huc:
    - shard-adlp:         NOTRUN -> [SKIP][231] ([Intel XE#944]) +5 other tests skip
   [231]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-1/igt@xe_query@multigpu-query-uc-fw-version-huc.html
    - shard-bmg:          NOTRUN -> [SKIP][232] ([Intel XE#944])
   [232]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-7/igt@xe_query@multigpu-query-uc-fw-version-huc.html

  * igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling:
    - shard-lnl:          NOTRUN -> [SKIP][233] ([Intel XE#4130]) +1 other test skip
   [233]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-5/igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling.html

  * igt@xe_sriov_flr@flr-vf1-clear:
    - shard-dg2-set2:     NOTRUN -> [SKIP][234] ([Intel XE#3342])
   [234]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@xe_sriov_flr@flr-vf1-clear.html

  * igt@xe_vm@munmap-style-unbind-many-either-side-partial:
    - shard-dg2-set2:     [PASS][235] -> [SKIP][236] ([Intel XE#4208]) +179 other tests skip
   [235]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_vm@munmap-style-unbind-many-either-side-partial.html
   [236]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@xe_vm@munmap-style-unbind-many-either-side-partial.html

  * igt@xe_wedged@basic-wedged-read:
    - shard-bmg:          [PASS][237] -> [DMESG-WARN][238] ([Intel XE#3428] / [Intel XE#5215])
   [237]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-1/igt@xe_wedged@basic-wedged-read.html
   [238]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@xe_wedged@basic-wedged-read.html

  
#### Possible fixes ####

  * igt@core_getversion@all-cards:
    - shard-dg2-set2:     [FAIL][239] ([Intel XE#4208]) -> [PASS][240] +2 other tests pass
   [239]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@core_getversion@all-cards.html
   [240]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@core_getversion@all-cards.html

  * igt@kms_atomic_transition@modeset-transition-nonblocking-fencing:
    - shard-dg2-set2:     [SKIP][241] ([Intel XE#4208] / [i915#2575]) -> [PASS][242] +117 other tests pass
   [241]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html
   [242]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
    - shard-adlp:         [DMESG-FAIL][243] ([Intel XE#4543]) -> [PASS][244] +4 other tests pass
   [243]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
   [244]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-4/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
    - shard-dg2-set2:     [INCOMPLETE][245] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4345] / [Intel XE#4522]) -> [PASS][246]
   [245]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
   [246]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-dp-4:
    - shard-dg2-set2:     [INCOMPLETE][247] ([Intel XE#3124]) -> [PASS][248]
   [247]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-dp-4.html
   [248]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-dp-4.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6:
    - shard-dg2-set2:     [DMESG-WARN][249] ([Intel XE#1727] / [Intel XE#3113]) -> [PASS][250]
   [249]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6.html
   [250]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6:
    - shard-dg2-set2:     [INCOMPLETE][251] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4522]) -> [PASS][252]
   [251]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6.html
   [252]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
    - shard-bmg:          [SKIP][253] ([Intel XE#2291]) -> [PASS][254] +1 other test pass
   [253]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
   [254]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html

  * igt@kms_flip@2x-nonexisting-fb:
    - shard-bmg:          [SKIP][255] ([Intel XE#2316]) -> [PASS][256] +7 other tests pass
   [255]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_flip@2x-nonexisting-fb.html
   [256]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-1/igt@kms_flip@2x-nonexisting-fb.html

  * igt@kms_flip@flip-vs-dpms-on-nop-interruptible:
    - shard-adlp:         [DMESG-WARN][257] ([Intel XE#4543]) -> [PASS][258] +7 other tests pass
   [257]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-6/igt@kms_flip@flip-vs-dpms-on-nop-interruptible.html
   [258]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-2/igt@kms_flip@flip-vs-dpms-on-nop-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank@a-edp1:
    - shard-lnl:          [FAIL][259] ([Intel XE#301]) -> [PASS][260] +2 other tests pass
   [259]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
   [260]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html

  * igt@kms_flip@flip-vs-suspend@b-hdmi-a1:
    - shard-adlp:         [DMESG-WARN][261] ([Intel XE#2953] / [Intel XE#4173]) -> [PASS][262] +4 other tests pass
   [261]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-1/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
   [262]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
    - shard-adlp:         [DMESG-FAIL][263] ([Intel XE#4543] / [Intel XE#4921]) -> [PASS][264] +1 other test pass
   [263]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
   [264]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-9/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move:
    - shard-dg2-set2:     [SKIP][265] ([Intel XE#2351] / [Intel XE#4208]) -> [PASS][266] +11 other tests pass
   [265]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html
   [266]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html

  * igt@kms_hdr@static-toggle-suspend:
    - shard-bmg:          [SKIP][267] ([Intel XE#1503]) -> [PASS][268]
   [267]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_hdr@static-toggle-suspend.html
   [268]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-1/igt@kms_hdr@static-toggle-suspend.html

  * igt@kms_joiner@invalid-modeset-force-big-joiner:
    - shard-bmg:          [SKIP][269] ([Intel XE#3012]) -> [PASS][270]
   [269]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html
   [270]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-3/igt@kms_joiner@invalid-modeset-force-big-joiner.html

  * igt@kms_plane_multiple@2x-tiling-4:
    - shard-bmg:          [SKIP][271] ([Intel XE#4596]) -> [PASS][272]
   [271]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_plane_multiple@2x-tiling-4.html
   [272]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-2/igt@kms_plane_multiple@2x-tiling-4.html

  * igt@kms_pm_dc@dc5-dpms:
    - shard-lnl:          [FAIL][273] ([Intel XE#718]) -> [PASS][274]
   [273]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-4/igt@kms_pm_dc@dc5-dpms.html
   [274]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-4/igt@kms_pm_dc@dc5-dpms.html

  * igt@kms_vrr@cmrr@pipe-a-edp-1:
    - shard-lnl:          [FAIL][275] ([Intel XE#4459]) -> [PASS][276] +1 other test pass
   [275]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-5/igt@kms_vrr@cmrr@pipe-a-edp-1.html
   [276]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-8/igt@kms_vrr@cmrr@pipe-a-edp-1.html

  * igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
    - shard-lnl:          [FAIL][277] ([Intel XE#2142]) -> [PASS][278] +1 other test pass
   [277]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-5/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
   [278]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-5/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html

  * igt@xe_exec_balancer@once-parallel-rebind:
    - shard-dg2-set2:     [SKIP][279] ([Intel XE#4208]) -> [PASS][280] +257 other tests pass
   [279]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_exec_balancer@once-parallel-rebind.html
   [280]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@xe_exec_balancer@once-parallel-rebind.html

  * igt@xe_exec_reset@parallel-gt-reset:
    - shard-dg2-set2:     [DMESG-WARN][281] ([Intel XE#3876]) -> [PASS][282]
   [281]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-433/igt@xe_exec_reset@parallel-gt-reset.html
   [282]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@xe_exec_reset@parallel-gt-reset.html

  * igt@xe_module_load@load:
    - shard-lnl:          ([SKIP][283], [PASS][284], [PASS][285], [PASS][286], [PASS][287], [PASS][288], [PASS][289], [PASS][290], [PASS][291], [PASS][292], [ABORT][293], [ABORT][294], [ABORT][295], [PASS][296], [PASS][297], [PASS][298], [PASS][299], [PASS][300], [PASS][301], [PASS][302], [PASS][303], [PASS][304], [PASS][305], [PASS][306], [PASS][307]) ([Intel XE#378]) -> ([PASS][308], [PASS][309], [PASS][310], [PASS][311], [PASS][312], [PASS][313], [PASS][314], [PASS][315], [PASS][316], [PASS][317], [PASS][318], [PASS][319], [PASS][320], [PASS][321], [PASS][322], [PASS][323], [PASS][324], [PASS][325], [PASS][326], [PASS][327], [PASS][328], [PASS][329], [PASS][330], [PASS][331], [PASS][332])
   [283]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-7/igt@xe_module_load@load.html
   [284]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-3/igt@xe_module_load@load.html
   [285]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-7/igt@xe_module_load@load.html
   [286]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-7/igt@xe_module_load@load.html
   [287]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-1/igt@xe_module_load@load.html
   [288]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-4/igt@xe_module_load@load.html
   [289]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-1/igt@xe_module_load@load.html
   [290]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-1/igt@xe_module_load@load.html
   [291]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-3/igt@xe_module_load@load.html
   [292]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-3/igt@xe_module_load@load.html
   [293]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-2/igt@xe_module_load@load.html
   [294]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-2/igt@xe_module_load@load.html
   [295]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-2/igt@xe_module_load@load.html
   [296]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-4/igt@xe_module_load@load.html
   [297]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-7/igt@xe_module_load@load.html
   [298]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-7/igt@xe_module_load@load.html
   [299]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-5/igt@xe_module_load@load.html
   [300]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-5/igt@xe_module_load@load.html
   [301]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-4/igt@xe_module_load@load.html
   [302]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-4/igt@xe_module_load@load.html
   [303]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-5/igt@xe_module_load@load.html
   [304]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-5/igt@xe_module_load@load.html
   [305]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-8/igt@xe_module_load@load.html
   [306]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-8/igt@xe_module_load@load.html
   [307]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-lnl-8/igt@xe_module_load@load.html
   [308]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-8/igt@xe_module_load@load.html
   [309]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-4/igt@xe_module_load@load.html
   [310]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-2/igt@xe_module_load@load.html
   [311]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-2/igt@xe_module_load@load.html
   [312]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-2/igt@xe_module_load@load.html
   [313]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-5/igt@xe_module_load@load.html
   [314]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-2/igt@xe_module_load@load.html
   [315]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-4/igt@xe_module_load@load.html
   [316]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-7/igt@xe_module_load@load.html
   [317]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-1/igt@xe_module_load@load.html
   [318]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-5/igt@xe_module_load@load.html
   [319]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-8/igt@xe_module_load@load.html
   [320]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-8/igt@xe_module_load@load.html
   [321]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-7/igt@xe_module_load@load.html
   [322]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-7/igt@xe_module_load@load.html
   [323]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-8/igt@xe_module_load@load.html
   [324]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-1/igt@xe_module_load@load.html
   [325]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-3/igt@xe_module_load@load.html
   [326]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-3/igt@xe_module_load@load.html
   [327]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-1/igt@xe_module_load@load.html
   [328]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-5/igt@xe_module_load@load.html
   [329]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-5/igt@xe_module_load@load.html
   [330]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-4/igt@xe_module_load@load.html
   [331]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-7/igt@xe_module_load@load.html
   [332]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-lnl-3/igt@xe_module_load@load.html
    - shard-bmg:          ([PASS][333], [PASS][334], [PASS][335], [PASS][336], [PASS][337], [PASS][338], [PASS][339], [PASS][340], [PASS][341], [PASS][342], [PASS][343], [SKIP][344], [PASS][345], [PASS][346], [PASS][347], [PASS][348], [PASS][349], [PASS][350], [PASS][351], [PASS][352], [PASS][353], [PASS][354], [PASS][355], [PASS][356], [PASS][357], [PASS][358]) ([Intel XE#2457]) -> ([PASS][359], [PASS][360], [PASS][361], [PASS][362], [PASS][363], [PASS][364], [PASS][365], [PASS][366], [PASS][367], [PASS][368], [PASS][369], [PASS][370], [PASS][371], [PASS][372], [PASS][373], [PASS][374], [PASS][375], [PASS][376], [PASS][377], [PASS][378], [PASS][379], [PASS][380], [PASS][381], [PASS][382], [PASS][383])
   [333]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-2/igt@xe_module_load@load.html
   [334]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@xe_module_load@load.html
   [335]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-4/igt@xe_module_load@load.html
   [336]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-5/igt@xe_module_load@load.html
   [337]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-5/igt@xe_module_load@load.html
   [338]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@xe_module_load@load.html
   [339]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@xe_module_load@load.html
   [340]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@xe_module_load@load.html
   [341]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-3/igt@xe_module_load@load.html
   [342]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-3/igt@xe_module_load@load.html
   [343]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-3/igt@xe_module_load@load.html
   [344]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@xe_module_load@load.html
   [345]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-4/igt@xe_module_load@load.html
   [346]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-4/igt@xe_module_load@load.html
   [347]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-8/igt@xe_module_load@load.html
   [348]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-8/igt@xe_module_load@load.html
   [349]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-7/igt@xe_module_load@load.html
   [350]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-7/igt@xe_module_load@load.html
   [351]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-8/igt@xe_module_load@load.html
   [352]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-5/igt@xe_module_load@load.html
   [353]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-5/igt@xe_module_load@load.html
   [354]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-1/igt@xe_module_load@load.html
   [355]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-2/igt@xe_module_load@load.html
   [356]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-2/igt@xe_module_load@load.html
   [357]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-1/igt@xe_module_load@load.html
   [358]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-1/igt@xe_module_load@load.html
   [359]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@xe_module_load@load.html
   [360]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-4/igt@xe_module_load@load.html
   [361]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-2/igt@xe_module_load@load.html
   [362]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-2/igt@xe_module_load@load.html
   [363]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@xe_module_load@load.html
   [364]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@xe_module_load@load.html
   [365]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-8/igt@xe_module_load@load.html
   [366]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-3/igt@xe_module_load@load.html
   [367]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-3/igt@xe_module_load@load.html
   [368]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-1/igt@xe_module_load@load.html
   [369]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-1/igt@xe_module_load@load.html
   [370]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-5/igt@xe_module_load@load.html
   [371]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-5/igt@xe_module_load@load.html
   [372]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-7/igt@xe_module_load@load.html
   [373]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-1/igt@xe_module_load@load.html
   [374]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-3/igt@xe_module_load@load.html
   [375]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-7/igt@xe_module_load@load.html
   [376]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-7/igt@xe_module_load@load.html
   [377]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@xe_module_load@load.html
   [378]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-2/igt@xe_module_load@load.html
   [379]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-4/igt@xe_module_load@load.html
   [380]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-4/igt@xe_module_load@load.html
   [381]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-8/igt@xe_module_load@load.html
   [382]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-8/igt@xe_module_load@load.html
   [383]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-5/igt@xe_module_load@load.html
    - shard-dg2-set2:     ([PASS][384], [PASS][385], [PASS][386], [PASS][387], [PASS][388], [PASS][389], [PASS][390], [PASS][391], [PASS][392], [PASS][393], [PASS][394], [PASS][395], [PASS][396], [PASS][397], [PASS][398], [PASS][399], [PASS][400], [PASS][401], [PASS][402], [SKIP][403], [PASS][404], [PASS][405], [PASS][406]) ([Intel XE#378]) -> ([PASS][407], [PASS][408], [PASS][409], [PASS][410], [PASS][411], [PASS][412], [PASS][413], [PASS][414], [PASS][415], [PASS][416], [PASS][417], [PASS][418], [PASS][419], [PASS][420], [PASS][421], [PASS][422], [PASS][423], [PASS][424], [PASS][425], [PASS][426], [PASS][427], [PASS][428], [PASS][429], [PASS][430], [PASS][431])
   [384]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_module_load@load.html
   [385]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_module_load@load.html
   [386]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-466/igt@xe_module_load@load.html
   [387]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-433/igt@xe_module_load@load.html
   [388]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_module_load@load.html
   [389]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_module_load@load.html
   [390]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_module_load@load.html
   [391]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_module_load@load.html
   [392]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-433/igt@xe_module_load@load.html
   [393]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_module_load@load.html
   [394]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_module_load@load.html
   [395]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-466/igt@xe_module_load@load.html
   [396]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_module_load@load.html
   [397]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_module_load@load.html
   [398]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_module_load@load.html
   [399]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_module_load@load.html
   [400]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_module_load@load.html
   [401]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@xe_module_load@load.html
   [402]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@xe_module_load@load.html
   [403]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_module_load@load.html
   [404]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_module_load@load.html
   [405]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@xe_module_load@load.html
   [406]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@xe_module_load@load.html
   [407]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-436/igt@xe_module_load@load.html
   [408]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_module_load@load.html
   [409]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-466/igt@xe_module_load@load.html
   [410]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-466/igt@xe_module_load@load.html
   [411]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@xe_module_load@load.html
   [412]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@xe_module_load@load.html
   [413]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@xe_module_load@load.html
   [414]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@xe_module_load@load.html
   [415]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_module_load@load.html
   [416]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@xe_module_load@load.html
   [417]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@xe_module_load@load.html
   [418]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@xe_module_load@load.html
   [419]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@xe_module_load@load.html
   [420]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@xe_module_load@load.html
   [421]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_module_load@load.html
   [422]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_module_load@load.html
   [423]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@xe_module_load@load.html
   [424]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@xe_module_load@load.html
   [425]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@xe_module_load@load.html
   [426]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@xe_module_load@load.html
   [427]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_module_load@load.html
   [428]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@xe_module_load@load.html
   [429]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@xe_module_load@load.html
   [430]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_module_load@load.html
   [431]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@xe_module_load@load.html

  * igt@xe_vm@bind-array-enobufs:
    - shard-dg2-set2:     [DMESG-FAIL][432] ([Intel XE#3876]) -> [PASS][433]
   [432]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_vm@bind-array-enobufs.html
   [433]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@xe_vm@bind-array-enobufs.html

  
#### Warnings ####

  * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
    - shard-dg2-set2:     [SKIP][434] ([Intel XE#4208] / [i915#2575]) -> [SKIP][435] ([Intel XE#623])
   [434]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
   [435]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html

  * igt@kms_big_fb@linear-16bpp-rotate-90:
    - shard-dg2-set2:     [SKIP][436] ([Intel XE#316]) -> [SKIP][437] ([Intel XE#2351] / [Intel XE#4208])
   [436]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_big_fb@linear-16bpp-rotate-90.html
   [437]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_big_fb@linear-16bpp-rotate-90.html

  * igt@kms_big_fb@linear-64bpp-rotate-270:
    - shard-dg2-set2:     [SKIP][438] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][439] ([Intel XE#316]) +1 other test skip
   [438]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_big_fb@linear-64bpp-rotate-270.html
   [439]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_big_fb@linear-64bpp-rotate-270.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-90:
    - shard-dg2-set2:     [SKIP][440] ([Intel XE#316]) -> [SKIP][441] ([Intel XE#4208])
   [440]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
   [441]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html

  * igt@kms_big_fb@x-tiled-8bpp-rotate-270:
    - shard-dg2-set2:     [SKIP][442] ([Intel XE#4208]) -> [SKIP][443] ([Intel XE#316]) +1 other test skip
   [442]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
   [443]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-64bpp-rotate-270:
    - shard-dg2-set2:     [SKIP][444] ([Intel XE#1124]) -> [SKIP][445] ([Intel XE#2351] / [Intel XE#4208]) +3 other tests skip
   [444]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-433/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
   [445]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
    - shard-dg2-set2:     [SKIP][446] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][447] ([Intel XE#1124]) +5 other tests skip
   [446]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
   [447]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-466/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
    - shard-dg2-set2:     [SKIP][448] ([Intel XE#4208]) -> [SKIP][449] ([Intel XE#1124]) +8 other tests skip
   [448]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
   [449]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
    - shard-dg2-set2:     [SKIP][450] ([Intel XE#1124]) -> [SKIP][451] ([Intel XE#4208]) +10 other tests skip
   [450]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
   [451]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html

  * igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p:
    - shard-dg2-set2:     [SKIP][452] ([Intel XE#2191]) -> [SKIP][453] ([Intel XE#4208] / [i915#2575])
   [452]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html
   [453]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html

  * igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p:
    - shard-dg2-set2:     [SKIP][454] ([Intel XE#4208] / [i915#2575]) -> [SKIP][455] ([Intel XE#2191])
   [454]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html
   [455]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html

  * igt@kms_bw@linear-tiling-1-displays-1920x1080p:
    - shard-dg2-set2:     [SKIP][456] ([Intel XE#4208] / [i915#2575]) -> [SKIP][457] ([Intel XE#367]) +3 other tests skip
   [456]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html
   [457]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html

  * igt@kms_bw@linear-tiling-3-displays-3840x2160p:
    - shard-dg2-set2:     [SKIP][458] ([Intel XE#367]) -> [SKIP][459] ([Intel XE#4208] / [i915#2575]) +1 other test skip
   [458]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
   [459]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html

  * igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs:
    - shard-dg2-set2:     [SKIP][460] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][461] ([Intel XE#2351] / [Intel XE#4208]) +2 other tests skip
   [460]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs.html
   [461]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs.html

  * igt@kms_ccs@bad-pixel-format-yf-tiled-ccs:
    - shard-dg2-set2:     [SKIP][462] ([Intel XE#4208]) -> [SKIP][463] ([Intel XE#455] / [Intel XE#787]) +15 other tests skip
   [462]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html
   [463]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
    - shard-dg2-set2:     [SKIP][464] ([Intel XE#2907]) -> [SKIP][465] ([Intel XE#4208]) +3 other tests skip
   [464]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-433/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
   [465]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html

  * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs:
    - shard-dg2-set2:     [SKIP][466] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][467] ([Intel XE#455] / [Intel XE#787]) +2 other tests skip
   [466]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs.html
   [467]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
    - shard-dg2-set2:     [SKIP][468] ([Intel XE#3442]) -> [SKIP][469] ([Intel XE#4208])
   [468]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-433/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
   [469]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
    - shard-dg2-set2:     [SKIP][470] ([Intel XE#4208]) -> [SKIP][471] ([Intel XE#3442])
   [470]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
   [471]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
    - shard-dg2-set2:     [SKIP][472] ([Intel XE#4208]) -> [SKIP][473] ([Intel XE#2907])
   [472]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
   [473]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
    - shard-dg2-set2:     [SKIP][474] ([Intel XE#2351] / [Intel XE#4208]) -> [INCOMPLETE][475] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#3124] / [Intel XE#4345])
   [474]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
   [475]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
    - shard-dg2-set2:     [INCOMPLETE][476] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#3124]) -> [INCOMPLETE][477] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4522])
   [476]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
   [477]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs:
    - shard-dg2-set2:     [SKIP][478] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][479] ([Intel XE#4208]) +10 other tests skip
   [478]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs.html
   [479]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs.html

  * igt@kms_cdclk@mode-transition-all-outputs:
    - shard-dg2-set2:     [SKIP][480] ([Intel XE#4418]) -> [SKIP][481] ([Intel XE#2351] / [Intel XE#4208])
   [480]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_cdclk@mode-transition-all-outputs.html
   [481]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_cdclk@mode-transition-all-outputs.html

  * igt@kms_chamelium_color@ctm-0-75:
    - shard-dg2-set2:     [SKIP][482] ([Intel XE#306]) -> [SKIP][483] ([Intel XE#4208] / [i915#2575]) +1 other test skip
   [482]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-433/igt@kms_chamelium_color@ctm-0-75.html
   [483]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_chamelium_color@ctm-0-75.html

  * igt@kms_chamelium_color@gamma:
    - shard-dg2-set2:     [SKIP][484] ([Intel XE#4208] / [i915#2575]) -> [SKIP][485] ([Intel XE#306]) +2 other tests skip
   [484]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_chamelium_color@gamma.html
   [485]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@kms_chamelium_color@gamma.html

  * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats:
    - shard-dg2-set2:     [SKIP][486] ([Intel XE#373]) -> [SKIP][487] ([Intel XE#4208] / [i915#2575]) +8 other tests skip
   [486]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
   [487]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html

  * igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode:
    - shard-dg2-set2:     [SKIP][488] ([Intel XE#4208] / [i915#2575]) -> [SKIP][489] ([Intel XE#373]) +11 other tests skip
   [488]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html
   [489]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html

  * igt@kms_content_protection@atomic:
    - shard-dg2-set2:     [FAIL][490] ([Intel XE#1178]) -> [SKIP][491] ([Intel XE#4208] / [i915#2575])
   [490]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_content_protection@atomic.html
   [491]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_content_protection@atomic.html

  * igt@kms_content_protection@dp-mst-type-0:
    - shard-dg2-set2:     [SKIP][492] ([Intel XE#307]) -> [SKIP][493] ([Intel XE#4208] / [i915#2575])
   [492]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_content_protection@dp-mst-type-0.html
   [493]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_content_protection@dp-mst-type-0.html

  * igt@kms_content_protection@lic-type-0:
    - shard-dg2-set2:     [SKIP][494] ([Intel XE#4208] / [i915#2575]) -> [FAIL][495] ([Intel XE#1178]) +1 other test fail
   [494]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_content_protection@lic-type-0.html
   [495]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@kms_content_protection@lic-type-0.html
    - shard-bmg:          [SKIP][496] ([Intel XE#2341]) -> [FAIL][497] ([Intel XE#1178])
   [496]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_content_protection@lic-type-0.html
   [497]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-7/igt@kms_content_protection@lic-type-0.html

  * igt@kms_cursor_crc@cursor-offscreen-512x170:
    - shard-dg2-set2:     [SKIP][498] ([Intel XE#308]) -> [SKIP][499] ([Intel XE#4208] / [i915#2575])
   [498]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-466/igt@kms_cursor_crc@cursor-offscreen-512x170.html
   [499]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_cursor_crc@cursor-offscreen-512x170.html

  * igt@kms_cursor_crc@cursor-sliding-512x170:
    - shard-dg2-set2:     [SKIP][500] ([Intel XE#4208] / [i915#2575]) -> [SKIP][501] ([Intel XE#308]) +2 other tests skip
   [500]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_cursor_crc@cursor-sliding-512x170.html
   [501]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_cursor_crc@cursor-sliding-512x170.html

  * igt@kms_dp_link_training@uhbr-sst:
    - shard-dg2-set2:     [SKIP][502] ([Intel XE#4356]) -> [SKIP][503] ([Intel XE#4208])
   [502]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-466/igt@kms_dp_link_training@uhbr-sst.html
   [503]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_dp_link_training@uhbr-sst.html

  * igt@kms_dsc@dsc-with-bpc-formats:
    - shard-dg2-set2:     [SKIP][504] ([Intel XE#455]) -> [SKIP][505] ([Intel XE#2351] / [Intel XE#4208])
   [504]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_dsc@dsc-with-bpc-formats.html
   [505]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_dsc@dsc-with-bpc-formats.html

  * igt@kms_dsc@dsc-with-output-formats-with-bpc:
    - shard-dg2-set2:     [SKIP][506] ([Intel XE#4208]) -> [SKIP][507] ([Intel XE#455]) +3 other tests skip
   [506]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
   [507]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_dsc@dsc-with-output-formats-with-bpc.html

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats:
    - shard-dg2-set2:     [SKIP][508] ([Intel XE#4422]) -> [SKIP][509] ([Intel XE#4208]) +1 other test skip
   [508]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats.html
   [509]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats.html

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests:
    - shard-dg2-set2:     [SKIP][510] ([Intel XE#4208]) -> [SKIP][511] ([Intel XE#4422])
   [510]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html
   [511]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html

  * igt@kms_fbcon_fbt@psr-suspend:
    - shard-dg2-set2:     [SKIP][512] ([Intel XE#776]) -> [SKIP][513] ([Intel XE#4208])
   [512]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-466/igt@kms_fbcon_fbt@psr-suspend.html
   [513]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_fbcon_fbt@psr-suspend.html

  * igt@kms_feature_discovery@chamelium:
    - shard-dg2-set2:     [SKIP][514] ([Intel XE#4208] / [i915#2575]) -> [SKIP][515] ([Intel XE#701])
   [514]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_feature_discovery@chamelium.html
   [515]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-466/igt@kms_feature_discovery@chamelium.html

  * igt@kms_feature_discovery@dp-mst:
    - shard-dg2-set2:     [SKIP][516] ([Intel XE#1137]) -> [SKIP][517] ([Intel XE#4208] / [i915#2575])
   [516]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_feature_discovery@dp-mst.html
   [517]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_feature_discovery@dp-mst.html

  * igt@kms_feature_discovery@psr2:
    - shard-dg2-set2:     [SKIP][518] ([Intel XE#1135]) -> [SKIP][519] ([Intel XE#4208] / [i915#2575])
   [518]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_feature_discovery@psr2.html
   [519]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_feature_discovery@psr2.html

  * igt@kms_flip@2x-flip-vs-suspend:
    - shard-bmg:          [INCOMPLETE][520] ([Intel XE#2049] / [Intel XE#2597]) -> [SKIP][521] ([Intel XE#2316])
   [520]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-1/igt@kms_flip@2x-flip-vs-suspend.html
   [521]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@kms_flip@2x-flip-vs-suspend.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
    - shard-dg2-set2:     [SKIP][522] ([Intel XE#455]) -> [SKIP][523] ([Intel XE#4208]) +2 other tests skip
   [522]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-433/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
   [523]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling:
    - shard-dg2-set2:     [SKIP][524] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][525] ([Intel XE#455]) +2 other tests skip
   [524]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
   [525]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html

  * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff:
    - shard-dg2-set2:     [SKIP][526] ([Intel XE#4208]) -> [SKIP][527] ([Intel XE#651]) +19 other tests skip
   [526]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html
   [527]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][528] ([Intel XE#2312]) -> [SKIP][529] ([Intel XE#2311]) +12 other tests skip
   [528]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
   [529]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][530] ([Intel XE#2311]) -> [SKIP][531] ([Intel XE#2312]) +7 other tests skip
   [530]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
   [531]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
    - shard-bmg:          [SKIP][532] ([Intel XE#5390]) -> [SKIP][533] ([Intel XE#2312]) +5 other tests skip
   [532]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
   [533]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
    - shard-bmg:          [SKIP][534] ([Intel XE#2312]) -> [SKIP][535] ([Intel XE#5390]) +3 other tests skip
   [534]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
   [535]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff:
    - shard-dg2-set2:     [SKIP][536] ([Intel XE#651]) -> [SKIP][537] ([Intel XE#2351] / [Intel XE#4208]) +6 other tests skip
   [536]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff.html
   [537]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte:
    - shard-dg2-set2:     [SKIP][538] ([Intel XE#651]) -> [SKIP][539] ([Intel XE#4208]) +21 other tests skip
   [538]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte.html
   [539]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc:
    - shard-dg2-set2:     [SKIP][540] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][541] ([Intel XE#651]) +16 other tests skip
   [540]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc.html
   [541]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
    - shard-dg2-set2:     [SKIP][542] ([Intel XE#4208]) -> [SKIP][543] ([Intel XE#653]) +26 other tests skip
   [542]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
   [543]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt:
    - shard-bmg:          [SKIP][544] ([Intel XE#2312]) -> [SKIP][545] ([Intel XE#2313]) +16 other tests skip
   [544]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt.html
   [545]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff:
    - shard-dg2-set2:     [SKIP][546] ([Intel XE#653]) -> [SKIP][547] ([Intel XE#4208]) +25 other tests skip
   [546]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff.html
   [547]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff:
    - shard-bmg:          [SKIP][548] ([Intel XE#2313]) -> [SKIP][549] ([Intel XE#2312]) +7 other tests skip
   [548]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff.html
   [549]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbcpsr-slowdraw:
    - shard-dg2-set2:     [SKIP][550] ([Intel XE#653]) -> [SKIP][551] ([Intel XE#2351] / [Intel XE#4208]) +6 other tests skip
   [550]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html
   [551]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt:
    - shard-dg2-set2:     [SKIP][552] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][553] ([Intel XE#653]) +11 other tests skip
   [552]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
   [553]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html

  * igt@kms_hdr@invalid-hdr:
    - shard-dg2-set2:     [SKIP][554] ([Intel XE#4208] / [i915#2575]) -> [SKIP][555] ([Intel XE#455]) +11 other tests skip
   [554]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_hdr@invalid-hdr.html
   [555]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@kms_hdr@invalid-hdr.html

  * igt@kms_joiner@basic-force-ultra-joiner:
    - shard-dg2-set2:     [SKIP][556] ([Intel XE#2925]) -> [SKIP][557] ([Intel XE#4208])
   [556]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_joiner@basic-force-ultra-joiner.html
   [557]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_joiner@basic-force-ultra-joiner.html

  * igt@kms_joiner@basic-max-non-joiner:
    - shard-dg2-set2:     [SKIP][558] ([Intel XE#4208]) -> [SKIP][559] ([Intel XE#4298])
   [558]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_joiner@basic-max-non-joiner.html
   [559]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@kms_joiner@basic-max-non-joiner.html

  * igt@kms_joiner@invalid-modeset-ultra-joiner:
    - shard-dg2-set2:     [SKIP][560] ([Intel XE#4208]) -> [SKIP][561] ([Intel XE#2927])
   [560]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_joiner@invalid-modeset-ultra-joiner.html
   [561]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@kms_joiner@invalid-modeset-ultra-joiner.html

  * igt@kms_plane_cursor@primary:
    - shard-dg2-set2:     [SKIP][562] ([Intel XE#4208] / [i915#2575]) -> [FAIL][563] ([Intel XE#616])
   [562]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_plane_cursor@primary.html
   [563]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@kms_plane_cursor@primary.html

  * igt@kms_plane_multiple@2x-tiling-y:
    - shard-bmg:          [SKIP][564] ([Intel XE#5021]) -> [SKIP][565] ([Intel XE#4596])
   [564]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-5/igt@kms_plane_multiple@2x-tiling-y.html
   [565]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-6/igt@kms_plane_multiple@2x-tiling-y.html
    - shard-dg2-set2:     [SKIP][566] ([Intel XE#4208] / [i915#2575]) -> [SKIP][567] ([Intel XE#5021])
   [566]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_plane_multiple@2x-tiling-y.html
   [567]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_plane_multiple@2x-tiling-y.html

  * igt@kms_pm_backlight@bad-brightness:
    - shard-dg2-set2:     [SKIP][568] ([Intel XE#4208]) -> [SKIP][569] ([Intel XE#870])
   [568]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_pm_backlight@bad-brightness.html
   [569]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_pm_backlight@bad-brightness.html

  * igt@kms_pm_backlight@brightness-with-dpms:
    - shard-dg2-set2:     [SKIP][570] ([Intel XE#4208]) -> [SKIP][571] ([Intel XE#2938])
   [570]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_pm_backlight@brightness-with-dpms.html
   [571]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-466/igt@kms_pm_backlight@brightness-with-dpms.html

  * igt@kms_pm_backlight@fade:
    - shard-dg2-set2:     [SKIP][572] ([Intel XE#870]) -> [SKIP][573] ([Intel XE#4208])
   [572]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_pm_backlight@fade.html
   [573]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_pm_backlight@fade.html

  * igt@kms_pm_dc@dc3co-vpb-simulation:
    - shard-dg2-set2:     [SKIP][574] ([Intel XE#1122]) -> [SKIP][575] ([Intel XE#2351] / [Intel XE#4208])
   [574]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_pm_dc@dc3co-vpb-simulation.html
   [575]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_pm_dc@dc3co-vpb-simulation.html

  * igt@kms_pm_dc@dc5-psr:
    - shard-dg2-set2:     [SKIP][576] ([Intel XE#1129]) -> [SKIP][577] ([Intel XE#4208])
   [576]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-466/igt@kms_pm_dc@dc5-psr.html
   [577]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_pm_dc@dc5-psr.html

  * igt@kms_pm_dc@deep-pkgc:
    - shard-dg2-set2:     [SKIP][578] ([Intel XE#4208]) -> [SKIP][579] ([Intel XE#908])
   [578]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_pm_dc@deep-pkgc.html
   [579]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-436/igt@kms_pm_dc@deep-pkgc.html

  * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area:
    - shard-dg2-set2:     [SKIP][580] ([Intel XE#1406] / [Intel XE#4208]) -> [SKIP][581] ([Intel XE#1406] / [Intel XE#1489]) +10 other tests skip
   [580]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html
   [581]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-466/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html

  * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf:
    - shard-dg2-set2:     [SKIP][582] ([Intel XE#1406] / [Intel XE#1489]) -> [SKIP][583] ([Intel XE#1406] / [Intel XE#4208]) +10 other tests skip
   [582]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html
   [583]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr2_su@page_flip-nv12:
    - shard-dg2-set2:     [SKIP][584] ([Intel XE#1406] / [Intel XE#4208]) -> [SKIP][585] ([Intel XE#1122] / [Intel XE#1406])
   [584]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_psr2_su@page_flip-nv12.html
   [585]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@kms_psr2_su@page_flip-nv12.html

  * igt@kms_psr@fbc-pr-cursor-plane-move:
    - shard-dg2-set2:     [SKIP][586] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) -> [SKIP][587] ([Intel XE#1406] / [Intel XE#4208]) +5 other tests skip
   [586]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@kms_psr@fbc-pr-cursor-plane-move.html
   [587]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_psr@fbc-pr-cursor-plane-move.html

  * igt@kms_psr@fbc-pr-sprite-render:
    - shard-dg2-set2:     [SKIP][588] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) -> [SKIP][589] ([Intel XE#1406] / [Intel XE#2351] / [Intel XE#4208]) +4 other tests skip
   [588]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-433/igt@kms_psr@fbc-pr-sprite-render.html
   [589]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_psr@fbc-pr-sprite-render.html

  * igt@kms_psr@fbc-psr2-no-drrs:
    - shard-dg2-set2:     [SKIP][590] ([Intel XE#1406] / [Intel XE#4208]) -> [SKIP][591] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +7 other tests skip
   [590]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_psr@fbc-psr2-no-drrs.html
   [591]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_psr@fbc-psr2-no-drrs.html

  * igt@kms_psr@psr-dpms:
    - shard-dg2-set2:     [SKIP][592] ([Intel XE#1406] / [Intel XE#2351] / [Intel XE#4208]) -> [SKIP][593] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +7 other tests skip
   [592]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_psr@psr-dpms.html
   [593]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_psr@psr-dpms.html

  * igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
    - shard-dg2-set2:     [SKIP][594] ([Intel XE#1406] / [Intel XE#4208]) -> [SKIP][595] ([Intel XE#1406] / [Intel XE#2939])
   [594]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
   [595]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
    - shard-dg2-set2:     [SKIP][596] ([Intel XE#1127]) -> [SKIP][597] ([Intel XE#4208] / [i915#2575])
   [596]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
   [597]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
    - shard-dg2-set2:     [SKIP][598] ([Intel XE#3414]) -> [SKIP][599] ([Intel XE#4208] / [i915#2575]) +3 other tests skip
   [598]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
   [599]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
    - shard-dg2-set2:     [SKIP][600] ([Intel XE#4208] / [i915#2575]) -> [SKIP][601] ([Intel XE#1127])
   [600]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
   [601]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html

  * igt@kms_rotation_crc@sprite-rotation-270:
    - shard-dg2-set2:     [SKIP][602] ([Intel XE#4208] / [i915#2575]) -> [SKIP][603] ([Intel XE#3414])
   [602]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_rotation_crc@sprite-rotation-270.html
   [603]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_rotation_crc@sprite-rotation-270.html

  * igt@kms_tiled_display@basic-test-pattern:
    - shard-dg2-set2:     [FAIL][604] ([Intel XE#1729]) -> [SKIP][605] ([Intel XE#4208] / [i915#2575])
   [604]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern.html
   [605]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_tiled_display@basic-test-pattern.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-bmg:          [SKIP][606] ([Intel XE#2426]) -> [SKIP][607] ([Intel XE#2509])
   [606]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-bmg-7/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
   [607]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
    - shard-dg2-set2:     [SKIP][608] ([Intel XE#1500]) -> [SKIP][609] ([Intel XE#4208] / [i915#2575])
   [608]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
   [609]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@kms_tv_load_detect@load-detect:
    - shard-dg2-set2:     [SKIP][610] ([Intel XE#4208] / [i915#2575]) -> [SKIP][611] ([Intel XE#330])
   [610]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@kms_tv_load_detect@load-detect.html
   [611]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@kms_tv_load_detect@load-detect.html

  * igt@kms_vrr@flip-dpms:
    - shard-dg2-set2:     [SKIP][612] ([Intel XE#455]) -> [SKIP][613] ([Intel XE#4208] / [i915#2575]) +5 other tests skip
   [612]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-466/igt@kms_vrr@flip-dpms.html
   [613]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@kms_vrr@flip-dpms.html

  * igt@kms_vrr@lobf:
    - shard-dg2-set2:     [SKIP][614] ([Intel XE#4208] / [i915#2575]) -> [SKIP][615] ([Intel XE#2168])
   [614]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@kms_vrr@lobf.html
   [615]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@kms_vrr@lobf.html

  * igt@xe_compute_preempt@compute-preempt-many:
    - shard-dg2-set2:     [FAIL][616] ([Intel XE#5890]) -> [SKIP][617] ([Intel XE#4208])
   [616]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-466/igt@xe_compute_preempt@compute-preempt-many.html
   [617]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_compute_preempt@compute-preempt-many.html

  * igt@xe_compute_preempt@compute-preempt-many-all-ram:
    - shard-dg2-set2:     [SKIP][618] ([Intel XE#4208]) -> [FAIL][619] ([Intel XE#5890])
   [618]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_compute_preempt@compute-preempt-many-all-ram.html
   [619]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@xe_compute_preempt@compute-preempt-many-all-ram.html

  * igt@xe_compute_preempt@compute-threadgroup-preempt:
    - shard-dg2-set2:     [SKIP][620] ([Intel XE#1280] / [Intel XE#455]) -> [SKIP][621] ([Intel XE#4208])
   [620]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@xe_compute_preempt@compute-threadgroup-preempt.html
   [621]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_compute_preempt@compute-threadgroup-preempt.html

  * igt@xe_configfs@survivability-mode:
    - shard-dg2-set2:     [SKIP][622] -> [SKIP][623] ([Intel XE#4208])
   [622]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@xe_configfs@survivability-mode.html
   [623]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@xe_configfs@survivability-mode.html

  * igt@xe_copy_basic@mem-set-linear-0x369:
    - shard-dg2-set2:     [SKIP][624] ([Intel XE#1126]) -> [SKIP][625] ([Intel XE#4208])
   [624]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0x369.html
   [625]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_copy_basic@mem-set-linear-0x369.html

  * igt@xe_copy_basic@mem-set-linear-0xfffe:
    - shard-dg2-set2:     [SKIP][626] ([Intel XE#4208]) -> [SKIP][627] ([Intel XE#1126])
   [626]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_copy_basic@mem-set-linear-0xfffe.html
   [627]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-433/igt@xe_copy_basic@mem-set-linear-0xfffe.html

  * igt@xe_eu_stall@invalid-event-report-count:
    - shard-dg2-set2:     [SKIP][628] ([Intel XE#4208]) -> [SKIP][629] ([Intel XE#5626]) +1 other test skip
   [628]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_eu_stall@invalid-event-report-count.html
   [629]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@xe_eu_stall@invalid-event-report-count.html

  * igt@xe_eudebug@vm-bind-clear-faultable:
    - shard-dg2-set2:     [SKIP][630] ([Intel XE#4837]) -> [SKIP][631] ([Intel XE#4208]) +12 other tests skip
   [630]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@xe_eudebug@vm-bind-clear-faultable.html
   [631]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_eudebug@vm-bind-clear-faultable.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-bind:
    - shard-dg2-set2:     [SKIP][632] ([Intel XE#1392]) -> [SKIP][633] ([Intel XE#4208]) +1 other test skip
   [632]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-bind.html
   [633]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-bind.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind:
    - shard-dg2-set2:     [SKIP][634] ([Intel XE#4208]) -> [SKIP][635] ([Intel XE#1392])
   [634]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html
   [635]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html

  * igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-prefetch:
    - shard-dg2-set2:     [SKIP][636] ([Intel XE#4208]) -> [SKIP][637] ([Intel XE#288]) +33 other tests skip
   [636]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-prefetch.html
   [637]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-prefetch.html

  * igt@xe_exec_fault_mode@twice-userptr-invalidate-race:
    - shard-dg2-set2:     [SKIP][638] ([Intel XE#288]) -> [SKIP][639] ([Intel XE#4208]) +29 other tests skip
   [638]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html
   [639]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html

  * igt@xe_exec_sip_eudebug@wait-writesip-nodebug:
    - shard-dg2-set2:     [SKIP][640] ([Intel XE#4208]) -> [SKIP][641] ([Intel XE#4837]) +16 other tests skip
   [640]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_exec_sip_eudebug@wait-writesip-nodebug.html
   [641]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-436/igt@xe_exec_sip_eudebug@wait-writesip-nodebug.html

  * igt@xe_exec_system_allocator@threads-many-large-execqueues-malloc-mlock-nomemset:
    - shard-dg2-set2:     [SKIP][642] ([Intel XE#4208]) -> [SKIP][643] ([Intel XE#4915]) +337 other tests skip
   [642]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_exec_system_allocator@threads-many-large-execqueues-malloc-mlock-nomemset.html
   [643]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@xe_exec_system_allocator@threads-many-large-execqueues-malloc-mlock-nomemset.html

  * igt@xe_exec_system_allocator@threads-many-large-mmap-shared-remap-dontunmap-eocheck:
    - shard-dg2-set2:     [SKIP][644] ([Intel XE#4915]) -> [SKIP][645] ([Intel XE#4208]) +263 other tests skip
   [644]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_exec_system_allocator@threads-many-large-mmap-shared-remap-dontunmap-eocheck.html
   [645]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_exec_system_allocator@threads-many-large-mmap-shared-remap-dontunmap-eocheck.html

  * igt@xe_huc_copy@huc_copy:
    - shard-dg2-set2:     [SKIP][646] ([Intel XE#4208]) -> [SKIP][647] ([Intel XE#255])
   [646]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_huc_copy@huc_copy.html
   [647]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-436/igt@xe_huc_copy@huc_copy.html

  * igt@xe_module_load@load:
    - shard-adlp:         ([PASS][648], [PASS][649], [SKIP][650], [PASS][651], [PASS][652], [PASS][653], [PASS][654], [PASS][655], [ABORT][656], [ABORT][657], [ABORT][658], [ABORT][659], [ABORT][660], [PASS][661], [PASS][662], [PASS][663], [PASS][664], [PASS][665], [PASS][666], [PASS][667], [PASS][668], [PASS][669], [PASS][670], [PASS][671], [PASS][672], [PASS][673]) ([Intel XE#378] / [Intel XE#5612]) -> ([PASS][674], [PASS][675], [PASS][676], [PASS][677], [PASS][678], [PASS][679], [PASS][680], [PASS][681], [PASS][682], [PASS][683], [PASS][684], [PASS][685], [SKIP][686], [PASS][687], [PASS][688], [PASS][689], [PASS][690], [PASS][691], [PASS][692], [PASS][693], [PASS][694], [PASS][695], [PASS][696], [PASS][697], [PASS][698], [PASS][699]) ([Intel XE#378] / [Intel XE#5612])
   [648]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-3/igt@xe_module_load@load.html
   [649]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-8/igt@xe_module_load@load.html
   [650]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-3/igt@xe_module_load@load.html
   [651]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-1/igt@xe_module_load@load.html
   [652]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-3/igt@xe_module_load@load.html
   [653]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-3/igt@xe_module_load@load.html
   [654]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-8/igt@xe_module_load@load.html
   [655]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-8/igt@xe_module_load@load.html
   [656]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-9/igt@xe_module_load@load.html
   [657]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-9/igt@xe_module_load@load.html
   [658]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-9/igt@xe_module_load@load.html
   [659]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-9/igt@xe_module_load@load.html
   [660]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-9/igt@xe_module_load@load.html
   [661]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-1/igt@xe_module_load@load.html
   [662]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-1/igt@xe_module_load@load.html
   [663]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-3/igt@xe_module_load@load.html
   [664]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-6/igt@xe_module_load@load.html
   [665]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-4/igt@xe_module_load@load.html
   [666]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-2/igt@xe_module_load@load.html
   [667]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-2/igt@xe_module_load@load.html
   [668]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-6/igt@xe_module_load@load.html
   [669]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-6/igt@xe_module_load@load.html
   [670]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-2/igt@xe_module_load@load.html
   [671]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-4/igt@xe_module_load@load.html
   [672]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-4/igt@xe_module_load@load.html
   [673]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-adlp-2/igt@xe_module_load@load.html
   [674]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-2/igt@xe_module_load@load.html
   [675]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-2/igt@xe_module_load@load.html
   [676]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-9/igt@xe_module_load@load.html
   [677]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-9/igt@xe_module_load@load.html
   [678]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@xe_module_load@load.html
   [679]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-4/igt@xe_module_load@load.html
   [680]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-4/igt@xe_module_load@load.html
   [681]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-9/igt@xe_module_load@load.html
   [682]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-1/igt@xe_module_load@load.html
   [683]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@xe_module_load@load.html
   [684]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-8/igt@xe_module_load@load.html
   [685]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-8/igt@xe_module_load@load.html
   [686]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-4/igt@xe_module_load@load.html
   [687]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-4/igt@xe_module_load@load.html
   [688]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-8/igt@xe_module_load@load.html
   [689]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-9/igt@xe_module_load@load.html
   [690]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-2/igt@xe_module_load@load.html
   [691]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-1/igt@xe_module_load@load.html
   [692]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-8/igt@xe_module_load@load.html
   [693]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@xe_module_load@load.html
   [694]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-3/igt@xe_module_load@load.html
   [695]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-6/igt@xe_module_load@load.html
   [696]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-6/igt@xe_module_load@load.html
   [697]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-6/igt@xe_module_load@load.html
   [698]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-1/igt@xe_module_load@load.html
   [699]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-adlp-2/igt@xe_module_load@load.html

  * igt@xe_oa@buffer-size:
    - shard-dg2-set2:     [SKIP][700] ([Intel XE#4208]) -> [SKIP][701] ([Intel XE#5103]) +1 other test skip
   [700]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_oa@buffer-size.html
   [701]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@xe_oa@buffer-size.html

  * igt@xe_oa@closed-fd-and-unmapped-access:
    - shard-dg2-set2:     [SKIP][702] ([Intel XE#4208]) -> [SKIP][703] ([Intel XE#3573]) +10 other tests skip
   [702]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_oa@closed-fd-and-unmapped-access.html
   [703]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-466/igt@xe_oa@closed-fd-and-unmapped-access.html

  * igt@xe_oa@polling-small-buf:
    - shard-dg2-set2:     [SKIP][704] ([Intel XE#3573]) -> [SKIP][705] ([Intel XE#4208]) +9 other tests skip
   [704]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@xe_oa@polling-small-buf.html
   [705]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@xe_oa@polling-small-buf.html

  * igt@xe_pat@pat-index-xe2:
    - shard-dg2-set2:     [SKIP][706] ([Intel XE#4208]) -> [SKIP][707] ([Intel XE#977])
   [706]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_pat@pat-index-xe2.html
   [707]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@xe_pat@pat-index-xe2.html

  * igt@xe_pat@pat-index-xelpg:
    - shard-dg2-set2:     [SKIP][708] ([Intel XE#979]) -> [SKIP][709] ([Intel XE#4208])
   [708]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_pat@pat-index-xelpg.html
   [709]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_pat@pat-index-xelpg.html

  * igt@xe_pm@d3cold-mmap-system:
    - shard-dg2-set2:     [SKIP][710] ([Intel XE#2284] / [Intel XE#366]) -> [SKIP][711] ([Intel XE#4208])
   [710]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_pm@d3cold-mmap-system.html
   [711]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_pm@d3cold-mmap-system.html

  * igt@xe_pm@d3cold-multiple-execs:
    - shard-dg2-set2:     [SKIP][712] ([Intel XE#4208]) -> [SKIP][713] ([Intel XE#2284] / [Intel XE#366])
   [712]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_pm@d3cold-multiple-execs.html
   [713]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-463/igt@xe_pm@d3cold-multiple-execs.html

  * igt@xe_pmu@fn-engine-activity-load:
    - shard-dg2-set2:     [SKIP][714] ([Intel XE#4650]) -> [SKIP][715] ([Intel XE#4208])
   [714]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@xe_pmu@fn-engine-activity-load.html
   [715]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@xe_pmu@fn-engine-activity-load.html

  * igt@xe_pmu@fn-engine-activity-sched-if-idle:
    - shard-dg2-set2:     [SKIP][716] ([Intel XE#4208]) -> [SKIP][717] ([Intel XE#4650])
   [716]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_pmu@fn-engine-activity-sched-if-idle.html
   [717]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@xe_pmu@fn-engine-activity-sched-if-idle.html

  * igt@xe_pxp@display-pxp-fb:
    - shard-dg2-set2:     [SKIP][718] ([Intel XE#4733]) -> [SKIP][719] ([Intel XE#4208]) +1 other test skip
   [718]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@xe_pxp@display-pxp-fb.html
   [719]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-434/igt@xe_pxp@display-pxp-fb.html

  * igt@xe_pxp@pxp-stale-bo-bind-post-rpm:
    - shard-dg2-set2:     [SKIP][720] ([Intel XE#4208]) -> [SKIP][721] ([Intel XE#4733]) +4 other tests skip
   [720]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-435/igt@xe_pxp@pxp-stale-bo-bind-post-rpm.html
   [721]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@xe_pxp@pxp-stale-bo-bind-post-rpm.html

  * igt@xe_query@multigpu-query-invalid-cs-cycles:
    - shard-dg2-set2:     [SKIP][722] ([Intel XE#4208]) -> [SKIP][723] ([Intel XE#944]) +2 other tests skip
   [722]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_query@multigpu-query-invalid-cs-cycles.html
   [723]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-464/igt@xe_query@multigpu-query-invalid-cs-cycles.html

  * igt@xe_query@multigpu-query-uc-fw-version-guc:
    - shard-dg2-set2:     [SKIP][724] ([Intel XE#944]) -> [SKIP][725] ([Intel XE#4208]) +4 other tests skip
   [724]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_query@multigpu-query-uc-fw-version-guc.html
   [725]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_query@multigpu-query-uc-fw-version-guc.html

  * igt@xe_spin_batch@spin-mem-copy:
    - shard-dg2-set2:     [SKIP][726] ([Intel XE#4821]) -> [SKIP][727] ([Intel XE#4208])
   [726]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-436/igt@xe_spin_batch@spin-mem-copy.html
   [727]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_spin_batch@spin-mem-copy.html

  * igt@xe_sriov_auto_provisioning@fair-allocation:
    - shard-dg2-set2:     [SKIP][728] ([Intel XE#4208]) -> [SKIP][729] ([Intel XE#4130])
   [728]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_sriov_auto_provisioning@fair-allocation.html
   [729]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-436/igt@xe_sriov_auto_provisioning@fair-allocation.html

  * igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling:
    - shard-dg2-set2:     [SKIP][730] ([Intel XE#4130]) -> [SKIP][731] ([Intel XE#4208]) +1 other test skip
   [730]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-464/igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling.html
   [731]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling.html

  * igt@xe_sriov_flr@flr-vfs-parallel:
    - shard-dg2-set2:     [SKIP][732] ([Intel XE#4273]) -> [SKIP][733] ([Intel XE#4208])
   [732]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-432/igt@xe_sriov_flr@flr-vfs-parallel.html
   [733]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-435/igt@xe_sriov_flr@flr-vfs-parallel.html

  * igt@xe_sriov_scheduling@nonpreempt-engine-resets:
    - shard-dg2-set2:     [SKIP][734] ([Intel XE#4208]) -> [SKIP][735] ([Intel XE#4351])
   [734]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578/shard-dg2-434/igt@xe_sriov_scheduling@nonpreempt-engine-resets.html
   [735]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/shard-dg2-432/igt@xe_sriov_scheduling@nonpreempt-engine-resets.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
  [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
  [Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
  [Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135
  [Intel XE#1137]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137
  [Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
  [Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
  [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
  [Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
  [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
  [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#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500
  [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#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
  [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
  [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
  [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
  [Intel XE#1874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1874
  [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
  [Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142
  [Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
  [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
  [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [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#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
  [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#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
  [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#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
  [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#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351
  [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
  [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
  [Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
  [Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255
  [Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
  [Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261
  [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
  [Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
  [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
  [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
  [Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907
  [Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925
  [Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927
  [Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938
  [Intel XE#2939]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2939
  [Intel XE#2953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2953
  [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#3012]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012
  [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#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
  [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
  [Intel XE#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310
  [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
  [Intel XE#3124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124
  [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
  [Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
  [Intel XE#3279]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279
  [Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330
  [Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
  [Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309
  [Intel XE#3325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3325
  [Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
  [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
  [Intel XE#3428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3428
  [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
  [Intel XE#3442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3442
  [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
  [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
  [Intel XE#3658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3658
  [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
  [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#379]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/379
  [Intel XE#3876]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3876
  [Intel XE#3884]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3884
  [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
  [Intel XE#3970]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3970
  [Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
  [Intel XE#4173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4173
  [Intel XE#4208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208
  [Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
  [Intel XE#4273]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4273
  [Intel XE#4294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4294
  [Intel XE#4298]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298
  [Intel XE#4331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4331
  [Intel XE#4345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345
  [Intel XE#4351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4351
  [Intel XE#4356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4356
  [Intel XE#4417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4417
  [Intel XE#4418]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4418
  [Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
  [Intel XE#4459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459
  [Intel XE#4504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4504
  [Intel XE#4519]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4519
  [Intel XE#4522]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4522
  [Intel XE#4543]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4543
  [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
  [Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
  [Intel XE#4608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608
  [Intel XE#4609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4609
  [Intel XE#4650]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4650
  [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#4757]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4757
  [Intel XE#4821]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4821
  [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
  [Intel XE#488]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/488
  [Intel XE#4915]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4915
  [Intel XE#4917]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4917
  [Intel XE#4921]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4921
  [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#5100]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5100
  [Intel XE#5103]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5103
  [Intel XE#5191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5191
  [Intel XE#5213]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5213
  [Intel XE#5215]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5215
  [Intel XE#5300]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5300
  [Intel XE#5390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5390
  [Intel XE#5466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5466
  [Intel XE#5488]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5488
  [Intel XE#5503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5503
  [Intel XE#5530]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5530
  [Intel XE#5561]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5561
  [Intel XE#5563]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5563
  [Intel XE#5564]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5564
  [Intel XE#5565]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5565
  [Intel XE#5575]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5575
  [Intel XE#5594]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5594
  [Intel XE#5607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5607
  [Intel XE#5612]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5612
  [Intel XE#5613]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5613
  [Intel XE#5624]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5624
  [Intel XE#5626]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5626
  [Intel XE#5694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5694
  [Intel XE#5742]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5742
  [Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
  [Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
  [Intel XE#5890]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5890
  [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
  [Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
  [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
  [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
  [Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619
  [Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623
  [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
  [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
  [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
  [Intel XE#664]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/664
  [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
  [Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701
  [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
  [Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
  [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908
  [Intel XE#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911
  [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
  [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977
  [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
  [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575


Build changes
-------------

  * IGT: IGT_8511 -> IGT_8512
  * Linux: xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578 -> xe-pw-153535v2

  IGT_8511: 8511
  IGT_8512: 8512
  xe-3623-3a2760f3080e5188b19cdb4640cec5eb0926d578: 3a2760f3080e5188b19cdb4640cec5eb0926d578
  xe-pw-153535v2: 153535v2

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-153535v2/index.html

[-- Attachment #2: Type: text/html, Size: 212235 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-08-28  2:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-26 20:57 [CI] drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC Julia Filipchuk
2025-08-26 21:04 ` ✓ CI.KUnit: success for " Patchwork
2025-08-26 21:59 ` ✓ Xe.CI.BAT: " Patchwork
2025-08-27  8:48 ` ✗ Xe.CI.Full: failure " Patchwork
2025-08-27 21:34   ` Julia Filipchuk
2025-08-28  1:05 ` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC (rev2) Patchwork
2025-08-28  1:44 ` ✓ Xe.CI.BAT: " Patchwork
2025-08-28  2:46 ` ✗ Xe.CI.Full: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).