Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [core-for-CI] KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs
@ 2025-10-13  5:55 Chaitanya Kumar Borah
  2025-10-13  6:30 ` ✓ CI.KUnit: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Chaitanya Kumar Borah @ 2025-10-13  5:55 UTC (permalink / raw)
  To: intel-xe, intel-gfx

From: Dapeng Mi <dapeng1.mi@linux.intel.com>

Explicitly zero kvm_host_pmu instead of attempting to get the perf PMU
capabilities when running on a hybrid CPU to avoid running afoul of perf's
sanity check.

  ------------[ cut here ]------------
  WARNING: arch/x86/events/core.c:3089 at perf_get_x86_pmu_capability+0xd/0xc0,
  Call Trace:
   <TASK>
   kvm_x86_vendor_init+0x1b0/0x1a40 [kvm]
   vmx_init+0xdb/0x260 [kvm_intel]
   vt_init+0x12/0x9d0 [kvm_intel]
   do_one_initcall+0x60/0x3f0
   do_init_module+0x97/0x2b0
   load_module+0x2d08/0x2e30
   init_module_from_file+0x96/0xe0
   idempotent_init_module+0x117/0x330
   __x64_sys_finit_module+0x73/0xe0

Always read the capabilities for non-hybrid CPUs, i.e. don't entirely
revert to reading capabilities if and only if KVM wants to use a PMU, as
it may be useful to have the host PMU capabilities available, e.g. if only
or debug.

Reported-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Closes: https://lore.kernel.org/all/70b64347-2aca-4511-af78-a767d5fa8226@intel.com/
Fixes: 51f34b1e650f ("KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities")
Suggested-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Dapeng Mi <dapeng1.mi@linux.intel.com>
Link: https://lore.kernel.org/r/20251010005239.146953-1-dapeng1.mi@linux.intel.com
[sean: rework changelog, call out hybrid CPUs in shortlog]
References: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15122
Signed-off-by: Sean Christopherson <seanjc@google.com>
---
 arch/x86/kvm/pmu.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/arch/x86/kvm/pmu.c b/arch/x86/kvm/pmu.c
index 40ac4cb44ed2..487ad19a236e 100644
--- a/arch/x86/kvm/pmu.c
+++ b/arch/x86/kvm/pmu.c
@@ -108,16 +108,18 @@ void kvm_init_pmu_capability(const struct kvm_pmu_ops *pmu_ops)
 	bool is_intel = boot_cpu_data.x86_vendor == X86_VENDOR_INTEL;
 	int min_nr_gp_ctrs = pmu_ops->MIN_NR_GP_COUNTERS;
 
-	perf_get_x86_pmu_capability(&kvm_host_pmu);
-
 	/*
 	 * Hybrid PMUs don't play nice with virtualization without careful
 	 * configuration by userspace, and KVM's APIs for reporting supported
 	 * vPMU features do not account for hybrid PMUs.  Disable vPMU support
 	 * for hybrid PMUs until KVM gains a way to let userspace opt-in.
 	 */
-	if (cpu_feature_enabled(X86_FEATURE_HYBRID_CPU))
+	if (cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) {
 		enable_pmu = false;
+		memset(&kvm_host_pmu, 0, sizeof(kvm_host_pmu));
+	} else {
+		perf_get_x86_pmu_capability(&kvm_host_pmu);
+	}
 
 	if (enable_pmu) {
 		/*
-- 
2.25.1


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

* ✓ CI.KUnit: success for KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs
  2025-10-13  5:55 [core-for-CI] KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs Chaitanya Kumar Borah
@ 2025-10-13  6:30 ` Patchwork
  2025-10-13  7:05 ` ✓ Xe.CI.BAT: " Patchwork
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2025-10-13  6:30 UTC (permalink / raw)
  To: Chaitanya Kumar Borah; +Cc: intel-xe

== Series Details ==

Series: KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs
URL   : https://patchwork.freedesktop.org/series/155803/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs
  2025-10-13  5:55 [core-for-CI] KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs Chaitanya Kumar Borah
  2025-10-13  6:30 ` ✓ CI.KUnit: success for " Patchwork
@ 2025-10-13  7:05 ` Patchwork
  2025-10-13  8:28 ` ✗ Xe.CI.Full: failure " Patchwork
  2025-10-13 10:37 ` [core-for-CI] " Jani Nikula
  3 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2025-10-13  7:05 UTC (permalink / raw)
  To: Chaitanya Kumar Borah; +Cc: intel-xe

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

== Series Details ==

Series: KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs
URL   : https://patchwork.freedesktop.org/series/155803/
State : success

== Summary ==

CI Bug Log - changes from xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7_BAT -> xe-pw-155803v1_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-155803v1_BAT that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@fbdev@nullptr:
    - bat-bmg-2:          NOTRUN -> [SKIP][1] ([Intel XE#2134]) +4 other tests skip
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-2/igt@fbdev@nullptr.html
    - bat-lnl-2:          NOTRUN -> [SKIP][2] ([Intel XE#2134]) +4 other tests skip
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-2/igt@fbdev@nullptr.html

  * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
    - bat-lnl-1:          NOTRUN -> [SKIP][3] ([Intel XE#1466])
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
    - bat-bmg-2:          NOTRUN -> [SKIP][4] ([Intel XE#2233])
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
    - bat-bmg-1:          NOTRUN -> [SKIP][5] ([Intel XE#2233])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
    - bat-lnl-2:          NOTRUN -> [SKIP][6] ([Intel XE#1466] / [Intel XE#2235])
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
    - bat-dg2-oem2:       NOTRUN -> [SKIP][7] ([Intel XE#623])
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html

  * igt@kms_cursor_legacy@basic-flip-after-cursor-legacy:
    - bat-bmg-2:          NOTRUN -> [SKIP][8] ([Intel XE#2489] / [Intel XE#3419]) +13 other tests skip
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-2/igt@kms_cursor_legacy@basic-flip-after-cursor-legacy.html

  * igt@kms_dsc@dsc-basic:
    - bat-lnl-1:          NOTRUN -> [SKIP][9] ([Intel XE#2244])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-1/igt@kms_dsc@dsc-basic.html
    - bat-adlp-7:         NOTRUN -> [SKIP][10] ([Intel XE#455])
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-adlp-7/igt@kms_dsc@dsc-basic.html
    - bat-bmg-1:          NOTRUN -> [SKIP][11] ([Intel XE#2244])
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-1/igt@kms_dsc@dsc-basic.html
    - bat-dg2-oem2:       NOTRUN -> [SKIP][12] ([Intel XE#455])
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html

  * igt@kms_flip@basic-flip-vs-dpms:
    - bat-lnl-2:          NOTRUN -> [SKIP][13] ([Intel XE#2235] / [Intel XE#2482]) +3 other tests skip
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-2/igt@kms_flip@basic-flip-vs-dpms.html

  * igt@kms_flip@basic-flip-vs-modeset:
    - bat-bmg-2:          NOTRUN -> [SKIP][14] ([Intel XE#2482]) +3 other tests skip
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-2/igt@kms_flip@basic-flip-vs-modeset.html

  * igt@kms_force_connector_basic@force-connector-state:
    - bat-lnl-1:          NOTRUN -> [SKIP][15] ([Intel XE#352]) +2 other tests skip
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-1/igt@kms_force_connector_basic@force-connector-state.html
    - bat-lnl-2:          NOTRUN -> [SKIP][16] ([Intel XE#2235] / [Intel XE#352]) +2 other tests skip
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-2/igt@kms_force_connector_basic@force-connector-state.html

  * igt@kms_frontbuffer_tracking@basic:
    - bat-bmg-2:          NOTRUN -> [SKIP][17] ([Intel XE#2434] / [Intel XE#2548])
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-2/igt@kms_frontbuffer_tracking@basic.html
    - bat-lnl-2:          NOTRUN -> [SKIP][18] ([Intel XE#2235] / [Intel XE#2548])
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-2/igt@kms_frontbuffer_tracking@basic.html

  * igt@kms_hdmi_inject@inject-audio:
    - bat-lnl-1:          NOTRUN -> [SKIP][19] ([Intel XE#1470] / [Intel XE#2853])
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-1/igt@kms_hdmi_inject@inject-audio.html
    - bat-lnl-2:          NOTRUN -> [SKIP][20] ([Intel XE#1470] / [Intel XE#2235] / [Intel XE#2853])
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-2/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24:
    - bat-lnl-2:          NOTRUN -> [SKIP][21] ([Intel XE#2235]) +13 other tests skip
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24.html

  * igt@kms_psr@psr-cursor-plane-move:
    - bat-lnl-2:          NOTRUN -> [SKIP][22] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +2 other tests skip
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-2/igt@kms_psr@psr-cursor-plane-move.html
    - bat-dg2-oem2:       NOTRUN -> [SKIP][23] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +2 other tests skip
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-dg2-oem2/igt@kms_psr@psr-cursor-plane-move.html

  * igt@kms_psr@psr-sprite-plane-onoff:
    - bat-bmg-2:          NOTRUN -> [SKIP][24] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-2/igt@kms_psr@psr-sprite-plane-onoff.html
    - bat-bmg-1:          NOTRUN -> [SKIP][25] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-1/igt@kms_psr@psr-sprite-plane-onoff.html

  * igt@sriov_basic@enable-vfs-autoprobe-off:
    - bat-lnl-1:          NOTRUN -> [SKIP][26] ([Intel XE#1091] / [Intel XE#2849]) +1 other test skip
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-1/igt@sriov_basic@enable-vfs-autoprobe-off.html
    - bat-lnl-2:          NOTRUN -> [SKIP][27] ([Intel XE#1091] / [Intel XE#2849]) +1 other test skip
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-2/igt@sriov_basic@enable-vfs-autoprobe-off.html
    - bat-dg2-oem2:       NOTRUN -> [SKIP][28] ([Intel XE#1091] / [Intel XE#2849]) +1 other test skip
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-dg2-oem2/igt@sriov_basic@enable-vfs-autoprobe-off.html

  * igt@xe_evict@evict-beng-small:
    - bat-adlp-7:         NOTRUN -> [SKIP][29] ([Intel XE#261] / [Intel XE#5564] / [Intel XE#688]) +9 other tests skip
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-adlp-7/igt@xe_evict@evict-beng-small.html
    - bat-lnl-2:          NOTRUN -> [SKIP][30] ([Intel XE#688]) +11 other tests skip
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-2/igt@xe_evict@evict-beng-small.html

  * igt@xe_evict@evict-beng-small-cm:
    - bat-lnl-1:          NOTRUN -> [SKIP][31] ([Intel XE#688]) +11 other tests skip
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-1/igt@xe_evict@evict-beng-small-cm.html

  * igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd:
    - bat-adlp-7:         NOTRUN -> [SKIP][32] ([Intel XE#688]) +1 other test skip
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-adlp-7/igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd.html

  * igt@xe_exec_fault_mode@twice-bindexecqueue-userptr:
    - bat-dg2-oem2:       NOTRUN -> [SKIP][33] ([Intel XE#288]) +32 other tests skip
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-dg2-oem2/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr.html

  * igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch:
    - bat-adlp-7:         NOTRUN -> [SKIP][34] ([Intel XE#288] / [Intel XE#5561]) +32 other tests skip
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-adlp-7/igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch.html

  * igt@xe_huc_copy@huc_copy:
    - bat-dg2-oem2:       NOTRUN -> [SKIP][35] ([Intel XE#255])
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-dg2-oem2/igt@xe_huc_copy@huc_copy.html

  * igt@xe_live_ktest@xe_bo:
    - bat-lnl-1:          NOTRUN -> [SKIP][36] ([Intel XE#2229]) +2 other tests skip
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-1/igt@xe_live_ktest@xe_bo.html

  * igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
    - bat-adlp-7:         NOTRUN -> [SKIP][37] ([Intel XE#2229] / [Intel XE#455]) +2 other tests skip
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
    - bat-lnl-2:          NOTRUN -> [SKIP][38] ([Intel XE#2229]) +2 other tests skip
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-2/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html

  * igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
    - bat-bmg-2:          NOTRUN -> [SKIP][39] ([Intel XE#2229])
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
    - bat-bmg-1:          NOTRUN -> [SKIP][40] ([Intel XE#2229])
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-1/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html

  * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
    - bat-dg2-oem2:       NOTRUN -> [SKIP][41] ([Intel XE#2229])
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-dg2-oem2/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
    - bat-adlp-7:         NOTRUN -> [SKIP][42] ([Intel XE#2229] / [Intel XE#5488])
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-adlp-7/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html

  * igt@xe_mmap@vram:
    - bat-lnl-1:          NOTRUN -> [SKIP][43] ([Intel XE#1416])
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-1/igt@xe_mmap@vram.html
    - bat-adlp-7:         NOTRUN -> [SKIP][44] ([Intel XE#1008] / [Intel XE#5591])
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-adlp-7/igt@xe_mmap@vram.html
    - bat-lnl-2:          NOTRUN -> [SKIP][45] ([Intel XE#1416])
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-2/igt@xe_mmap@vram.html

  * igt@xe_pat@pat-index-xe2:
    - bat-adlp-7:         NOTRUN -> [SKIP][46] ([Intel XE#977])
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-adlp-7/igt@xe_pat@pat-index-xe2.html
    - bat-dg2-oem2:       NOTRUN -> [SKIP][47] ([Intel XE#977])
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-dg2-oem2/igt@xe_pat@pat-index-xe2.html

  * igt@xe_pat@pat-index-xehpc:
    - bat-lnl-1:          NOTRUN -> [SKIP][48] ([Intel XE#1420] / [Intel XE#2838])
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-1/igt@xe_pat@pat-index-xehpc.html
    - bat-bmg-2:          NOTRUN -> [SKIP][49] ([Intel XE#1420])
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-2/igt@xe_pat@pat-index-xehpc.html
    - bat-bmg-1:          NOTRUN -> [SKIP][50] ([Intel XE#1420])
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-1/igt@xe_pat@pat-index-xehpc.html
    - bat-adlp-7:         NOTRUN -> [SKIP][51] ([Intel XE#2838] / [Intel XE#979])
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-adlp-7/igt@xe_pat@pat-index-xehpc.html
    - bat-lnl-2:          NOTRUN -> [SKIP][52] ([Intel XE#1420] / [Intel XE#2838])
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-2/igt@xe_pat@pat-index-xehpc.html
    - bat-dg2-oem2:       NOTRUN -> [SKIP][53] ([Intel XE#2838] / [Intel XE#979])
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-dg2-oem2/igt@xe_pat@pat-index-xehpc.html

  * igt@xe_pat@pat-index-xelp:
    - bat-bmg-2:          NOTRUN -> [SKIP][54] ([Intel XE#2245])
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-2/igt@xe_pat@pat-index-xelp.html
    - bat-bmg-1:          NOTRUN -> [SKIP][55] ([Intel XE#2245])
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-1/igt@xe_pat@pat-index-xelp.html
    - bat-lnl-2:          NOTRUN -> [SKIP][56] ([Intel XE#977])
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-2/igt@xe_pat@pat-index-xelp.html
    - bat-lnl-1:          NOTRUN -> [SKIP][57] ([Intel XE#977])
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-1/igt@xe_pat@pat-index-xelp.html

  * igt@xe_pat@pat-index-xelpg:
    - bat-lnl-1:          NOTRUN -> [SKIP][58] ([Intel XE#979])
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-1/igt@xe_pat@pat-index-xelpg.html
    - bat-bmg-2:          NOTRUN -> [SKIP][59] ([Intel XE#2236])
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-2/igt@xe_pat@pat-index-xelpg.html
    - bat-bmg-1:          NOTRUN -> [SKIP][60] ([Intel XE#2236])
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-bmg-1/igt@xe_pat@pat-index-xelpg.html
    - bat-adlp-7:         NOTRUN -> [SKIP][61] ([Intel XE#979])
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-adlp-7/igt@xe_pat@pat-index-xelpg.html
    - bat-lnl-2:          NOTRUN -> [SKIP][62] ([Intel XE#2236] / [Intel XE#979])
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-2/igt@xe_pat@pat-index-xelpg.html
    - bat-dg2-oem2:       NOTRUN -> [SKIP][63] ([Intel XE#979])
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-dg2-oem2/igt@xe_pat@pat-index-xelpg.html

  * igt@xe_sriov_flr@flr-vf1-clear:
    - bat-lnl-2:          NOTRUN -> [SKIP][64] ([Intel XE#3342])
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-2/igt@xe_sriov_flr@flr-vf1-clear.html
    - bat-dg2-oem2:       NOTRUN -> [SKIP][65] ([Intel XE#3342])
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-dg2-oem2/igt@xe_sriov_flr@flr-vf1-clear.html
    - bat-lnl-1:          NOTRUN -> [SKIP][66] ([Intel XE#3342])
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/bat-lnl-1/igt@xe_sriov_flr@flr-vf1-clear.html

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

  [Intel XE#1008]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1008
  [Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
  [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
  [Intel XE#1416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1416
  [Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
  [Intel XE#1466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1466
  [Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
  [Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
  [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
  [Intel XE#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2235]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2235
  [Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
  [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
  [Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245
  [Intel XE#2434]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2434
  [Intel XE#2482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2482
  [Intel XE#2489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2489
  [Intel XE#2548]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2548
  [Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255
  [Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261
  [Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
  [Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#2853]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2853
  [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
  [Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
  [Intel XE#3419]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3419
  [Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
  [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
  [Intel XE#5488]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5488
  [Intel XE#5561]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5561
  [Intel XE#5564]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5564
  [Intel XE#5591]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5591
  [Intel XE#5764]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5764
  [Intel XE#5765]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5765
  [Intel XE#5766]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5766
  [Intel XE#5769]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5769
  [Intel XE#5771]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5771
  [Intel XE#5773]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5773
  [Intel XE#5774]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5774
  [Intel XE#5775]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5775
  [Intel XE#5776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5776
  [Intel XE#5777]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5777
  [Intel XE#5778]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5778
  [Intel XE#5780]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5780
  [Intel XE#5781]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5781
  [Intel XE#5907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5907
  [Intel XE#6203]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6203
  [Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623
  [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
  [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
  [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977
  [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979


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

  * Linux: xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7 -> xe-pw-155803v1

  IGT_8582: 8582
  xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7: 085518a4da5bcf9b68ef798e27ef71d64443aad7
  xe-pw-155803v1: 155803v1

== Logs ==

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

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

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

* ✗ Xe.CI.Full: failure for KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs
  2025-10-13  5:55 [core-for-CI] KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs Chaitanya Kumar Borah
  2025-10-13  6:30 ` ✓ CI.KUnit: success for " Patchwork
  2025-10-13  7:05 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-10-13  8:28 ` Patchwork
  2025-10-13 10:37 ` [core-for-CI] " Jani Nikula
  3 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2025-10-13  8:28 UTC (permalink / raw)
  To: Chaitanya Kumar Borah; +Cc: intel-xe

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

== Series Details ==

Series: KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs
URL   : https://patchwork.freedesktop.org/series/155803/
State : failure

== Summary ==

CI Bug Log - changes from xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7_FULL -> xe-pw-155803v1_FULL
====================================================

Summary
-------

  **FAILURE**

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

### IGT changes ###

#### Possible regressions ####

  * igt@xe_pm@s3-d3hot-basic-exec:
    - shard-adlp:         NOTRUN -> [INCOMPLETE][1]
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@xe_pm@s3-d3hot-basic-exec.html

  * igt@xe_pm@s4-basic-exec:
    - shard-bmg:          NOTRUN -> [FAIL][2]
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@xe_pm@s4-basic-exec.html
    - shard-adlp:         NOTRUN -> [FAIL][3] +2 other tests fail
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@xe_pm@s4-basic-exec.html
    - shard-dg2-set2:     NOTRUN -> [FAIL][4]
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@xe_pm@s4-basic-exec.html

  * igt@xe_pm@s4-d3hot-basic-exec:
    - shard-lnl:          NOTRUN -> [FAIL][5] +4 other tests fail
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-2/igt@xe_pm@s4-d3hot-basic-exec.html

  
New tests
---------

  New tests have been introduced between xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7_FULL and xe-pw-155803v1_FULL:

### New IGT tests (5) ###

  * igt@kms_content_protection@atomic-dpms@pipe-a-dp-4:
    - Statuses : 1 fail(s)
    - Exec time: [111.66] s

  * igt@kms_vblank@query-busy-hang@pipe-a-dp-2:
    - Statuses : 1 pass(s)
    - Exec time: [2.65] s

  * igt@kms_vblank@query-forked-busy@pipe-a-dp-2:
    - Statuses : 1 pass(s)
    - Exec time: [2.62] s

  * igt@kms_vblank@ts-continuation-idle@pipe-a-dp-2:
    - Statuses : 1 pass(s)
    - Exec time: [0.45] s

  * igt@kms_vblank@wait-forked-hang@pipe-a-dp-2:
    - Statuses : 1 pass(s)
    - Exec time: [2.49] s

  

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

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

### IGT changes ###

#### Issues hit ####

  * igt@intel_hwmon@hwmon-read:
    - shard-lnl:          NOTRUN -> [SKIP][6] ([Intel XE#1125]) +1 other test skip
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@intel_hwmon@hwmon-read.html

  * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
    - shard-bmg:          NOTRUN -> [SKIP][7] ([Intel XE#2233])
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][8] ([Intel XE#623])
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
    - shard-lnl:          NOTRUN -> [SKIP][9] ([Intel XE#1466])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html

  * igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
    - shard-adlp:         NOTRUN -> [SKIP][10] ([Intel XE#3157])
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-6/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
    - shard-lnl:          NOTRUN -> [SKIP][11] ([Intel XE#3157])
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-2/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html

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

  * igt@kms_async_flips@test-cursor:
    - shard-lnl:          NOTRUN -> [SKIP][13] ([Intel XE#664]) +1 other test skip
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_async_flips@test-cursor.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
    - shard-lnl:          NOTRUN -> [SKIP][14] ([Intel XE#3279]) +1 other test skip
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
    - shard-bmg:          NOTRUN -> [SKIP][15] ([Intel XE#2370]) +1 other test skip
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html

  * igt@kms_atomic_transition@plane-all-transition-nonblocking:
    - shard-adlp:         NOTRUN -> [DMESG-WARN][16] ([Intel XE#2953] / [Intel XE#4173]) +1 other test dmesg-warn
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_atomic_transition@plane-all-transition-nonblocking.html

  * igt@kms_big_fb@4-tiled-32bpp-rotate-90:
    - shard-bmg:          NOTRUN -> [SKIP][17] ([Intel XE#2327]) +22 other tests skip
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-4/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html

  * igt@kms_big_fb@4-tiled-8bpp-rotate-180:
    - shard-adlp:         NOTRUN -> [SKIP][18] ([Intel XE#1124]) +32 other tests skip
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html

  * igt@kms_big_fb@4-tiled-addfb:
    - shard-adlp:         NOTRUN -> [SKIP][19] ([Intel XE#619]) +1 other test skip
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@kms_big_fb@4-tiled-addfb.html

  * igt@kms_big_fb@4-tiled-addfb-size-offset-overflow:
    - shard-adlp:         NOTRUN -> [SKIP][20] ([Intel XE#607]) +1 other test skip
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-6/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html

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

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
    - shard-lnl:          NOTRUN -> [SKIP][22] ([Intel XE#3658]) +3 other tests skip
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-90:
    - shard-adlp:         NOTRUN -> [SKIP][23] ([Intel XE#316]) +12 other tests skip
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html

  * igt@kms_big_fb@x-tiled-8bpp-rotate-270:
    - shard-dg2-set2:     NOTRUN -> [SKIP][24] ([Intel XE#316]) +22 other tests skip
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-32bpp-rotate-0:
    - shard-lnl:          NOTRUN -> [SKIP][25] ([Intel XE#1124]) +63 other tests skip
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@kms_big_fb@y-tiled-32bpp-rotate-0.html

  * igt@kms_big_fb@y-tiled-addfb-size-overflow:
    - shard-bmg:          NOTRUN -> [SKIP][26] ([Intel XE#610]) +1 other test skip
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-5/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][27] ([Intel XE#610]) +1 other test skip
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
    - shard-lnl:          NOTRUN -> [SKIP][28] ([Intel XE#1428]) +1 other test skip
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/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:         NOTRUN -> [DMESG-FAIL][29] ([Intel XE#4543]) +21 other tests dmesg-fail
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html

  * igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
    - shard-bmg:          NOTRUN -> [SKIP][30] ([Intel XE#1124]) +60 other tests skip
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-5/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html

  * igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
    - shard-dg2-set2:     NOTRUN -> [SKIP][31] ([Intel XE#1124]) +61 other tests skip
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-435/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-addfb:
    - shard-bmg:          NOTRUN -> [SKIP][32] ([Intel XE#2328])
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-4/igt@kms_big_fb@yf-tiled-addfb.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][33] ([Intel XE#619]) +1 other test skip
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-464/igt@kms_big_fb@yf-tiled-addfb.html
    - shard-lnl:          NOTRUN -> [SKIP][34] ([Intel XE#1467]) +1 other test skip
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@kms_big_fb@yf-tiled-addfb.html

  * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
    - shard-bmg:          NOTRUN -> [SKIP][35] ([Intel XE#607]) +1 other test skip
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-4/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][36] ([Intel XE#607]) +1 other test skip
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-464/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
    - shard-lnl:          NOTRUN -> [SKIP][37] ([Intel XE#1477]) +1 other test skip
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html

  * igt@kms_big_fb@yf-tiled-addfb-size-overflow:
    - shard-adlp:         NOTRUN -> [SKIP][38] ([Intel XE#610]) +1 other test skip
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html

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

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

  * igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p:
    - shard-dg2-set2:     NOTRUN -> [SKIP][41] ([Intel XE#2191]) +7 other tests skip
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html
    - shard-lnl:          NOTRUN -> [SKIP][42] ([Intel XE#1512]) +7 other tests skip
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html

  * igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p:
    - shard-bmg:          NOTRUN -> [SKIP][43] ([Intel XE#2314] / [Intel XE#2894]) +8 other tests skip
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-4/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html

  * igt@kms_bw@linear-tiling-1-displays-1920x1080p:
    - shard-dg2-set2:     NOTRUN -> [SKIP][44] ([Intel XE#367]) +15 other tests skip
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-433/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html

  * igt@kms_bw@linear-tiling-2-displays-2560x1440p:
    - shard-adlp:         NOTRUN -> [SKIP][45] ([Intel XE#367]) +7 other tests skip
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html
    - shard-bmg:          NOTRUN -> [SKIP][46] ([Intel XE#367]) +13 other tests skip
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html

  * igt@kms_bw@linear-tiling-2-displays-3840x2160p:
    - shard-lnl:          NOTRUN -> [SKIP][47] ([Intel XE#367]) +7 other tests skip
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html

  * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6:
    - shard-dg2-set2:     NOTRUN -> [SKIP][48] ([Intel XE#787]) +531 other tests skip
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
    - shard-dg2-set2:     NOTRUN -> [SKIP][49] ([Intel XE#2907]) +9 other tests skip
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-435/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html

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

  * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs@pipe-c-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][51] ([Intel XE#2669]) +19 other tests skip
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs@pipe-c-edp-1.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-1:
    - shard-adlp:         NOTRUN -> [SKIP][52] ([Intel XE#455] / [Intel XE#787]) +109 other tests skip
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-1.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
    - shard-adlp:         NOTRUN -> [SKIP][53] ([Intel XE#3442]) +1 other test skip
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][54] ([Intel XE#3442]) +1 other test skip
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-436/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][55] ([Intel XE#2669] / [Intel XE#3433]) +3 other tests skip
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][56] ([Intel XE#3432]) +9 other tests skip
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/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][57] ([Intel XE#3432]) +10 other tests skip
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-2/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-1:
    - shard-adlp:         NOTRUN -> [SKIP][58] ([Intel XE#787]) +164 other tests skip
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-1.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc:
    - shard-bmg:          NOTRUN -> [SKIP][59] ([Intel XE#2887]) +84 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html

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

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
    - shard-dg2-set2:     NOTRUN -> [INCOMPLETE][61] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#4345] / [Intel XE#6168])
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/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:
    - shard-dg2-set2:     NOTRUN -> [INCOMPLETE][62] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4345] / [Intel XE#4522])
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html

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

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-dp-4:
    - shard-dg2-set2:     NOTRUN -> [INCOMPLETE][64] ([Intel XE#6168] / [i915#14968])
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-dp-4.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-6:
    - shard-dg2-set2:     NOTRUN -> [DMESG-WARN][65] ([Intel XE#1727] / [Intel XE#3113])
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-6.html

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

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

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

  * igt@kms_cdclk@mode-transition-all-outputs:
    - shard-bmg:          NOTRUN -> [SKIP][69] ([Intel XE#2724]) +2 other tests skip
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-4/igt@kms_cdclk@mode-transition-all-outputs.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][70] ([Intel XE#4418])
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-435/igt@kms_cdclk@mode-transition-all-outputs.html
    - shard-lnl:          NOTRUN -> [SKIP][71] ([Intel XE#4418])
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@kms_cdclk@mode-transition-all-outputs.html

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

  * igt@kms_cdclk@mode-transition@pipe-b-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][73] ([Intel XE#4417]) +3 other tests skip
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@kms_cdclk@mode-transition@pipe-b-edp-1.html

  * igt@kms_cdclk@mode-transition@pipe-d-dp-4:
    - shard-dg2-set2:     NOTRUN -> [SKIP][74] ([Intel XE#4417]) +3 other tests skip
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-436/igt@kms_cdclk@mode-transition@pipe-d-dp-4.html

  * igt@kms_cdclk@plane-scaling:
    - shard-lnl:          NOTRUN -> [SKIP][75] ([Intel XE#4416]) +3 other tests skip
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-2/igt@kms_cdclk@plane-scaling.html
    - shard-adlp:         NOTRUN -> [SKIP][76] ([Intel XE#4416] / [Intel XE#455])
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@kms_cdclk@plane-scaling.html

  * igt@kms_cdclk@plane-scaling@pipe-a-hdmi-a-1:
    - shard-adlp:         NOTRUN -> [SKIP][77] ([Intel XE#4416]) +2 other tests skip
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@kms_cdclk@plane-scaling@pipe-a-hdmi-a-1.html

  * igt@kms_cdclk@plane-scaling@pipe-b-dp-4:
    - shard-dg2-set2:     NOTRUN -> [SKIP][78] ([Intel XE#4416]) +3 other tests skip
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html

  * igt@kms_chamelium_color@ctm-0-50:
    - shard-adlp:         NOTRUN -> [SKIP][79] ([Intel XE#306]) +7 other tests skip
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_chamelium_color@ctm-0-50.html
    - shard-bmg:          NOTRUN -> [SKIP][80] ([Intel XE#2325]) +9 other tests skip
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-2/igt@kms_chamelium_color@ctm-0-50.html

  * igt@kms_chamelium_color@ctm-blue-to-red:
    - shard-lnl:          NOTRUN -> [SKIP][81] ([Intel XE#306]) +9 other tests skip
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@kms_chamelium_color@ctm-blue-to-red.html

  * igt@kms_chamelium_color@gamma:
    - shard-dg2-set2:     NOTRUN -> [SKIP][82] ([Intel XE#306]) +9 other tests skip
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-433/igt@kms_chamelium_color@gamma.html

  * igt@kms_chamelium_edid@dp-edid-change-during-hibernate:
    - shard-bmg:          NOTRUN -> [SKIP][83] ([Intel XE#2252]) +56 other tests skip
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-2/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html

  * igt@kms_chamelium_hpd@hdmi-hpd-storm-disable:
    - shard-adlp:         NOTRUN -> [SKIP][84] ([Intel XE#373]) +30 other tests skip
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html

  * igt@kms_chamelium_hpd@vga-hpd:
    - shard-dg2-set2:     NOTRUN -> [SKIP][85] ([Intel XE#373]) +55 other tests skip
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-464/igt@kms_chamelium_hpd@vga-hpd.html

  * igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode:
    - shard-lnl:          NOTRUN -> [SKIP][86] ([Intel XE#373]) +58 other tests skip
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html

  * igt@kms_content_protection@content-type-change:
    - shard-bmg:          NOTRUN -> [SKIP][87] ([Intel XE#2341]) +4 other tests skip
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_content_protection@content-type-change.html

  * igt@kms_content_protection@dp-mst-lic-type-0:
    - shard-dg2-set2:     NOTRUN -> [SKIP][88] ([Intel XE#307]) +2 other tests skip
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-466/igt@kms_content_protection@dp-mst-lic-type-0.html
    - shard-lnl:          NOTRUN -> [SKIP][89] ([Intel XE#307]) +3 other tests skip
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@kms_content_protection@dp-mst-lic-type-0.html

  * igt@kms_content_protection@dp-mst-type-1:
    - shard-bmg:          NOTRUN -> [SKIP][90] ([Intel XE#2390]) +3 other tests skip
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-8/igt@kms_content_protection@dp-mst-type-1.html
    - shard-adlp:         NOTRUN -> [SKIP][91] ([Intel XE#307]) +1 other test skip
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-6/igt@kms_content_protection@dp-mst-type-1.html

  * igt@kms_content_protection@legacy:
    - shard-bmg:          NOTRUN -> [FAIL][92] ([Intel XE#1178]) +7 other tests fail
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@kms_content_protection@legacy.html

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

  * igt@kms_content_protection@mei-interface:
    - shard-lnl:          NOTRUN -> [SKIP][94] ([Intel XE#1468])
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@kms_content_protection@mei-interface.html

  * igt@kms_content_protection@srm@pipe-a-dp-4:
    - shard-dg2-set2:     NOTRUN -> [FAIL][95] ([Intel XE#1178]) +8 other tests fail
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@kms_content_protection@srm@pipe-a-dp-4.html

  * igt@kms_content_protection@uevent:
    - shard-dg2-set2:     NOTRUN -> [FAIL][96] ([Intel XE#1188]) +1 other test fail
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-433/igt@kms_content_protection@uevent.html
    - shard-lnl:          NOTRUN -> [SKIP][97] ([Intel XE#3278]) +8 other tests skip
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_content_protection@uevent.html
    - shard-bmg:          NOTRUN -> [FAIL][98] ([Intel XE#1188]) +1 other test fail
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_content_protection@uevent.html

  * igt@kms_cursor_crc@cursor-onscreen-512x170:
    - shard-dg2-set2:     NOTRUN -> [SKIP][99] ([Intel XE#308]) +9 other tests skip
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-435/igt@kms_cursor_crc@cursor-onscreen-512x170.html
    - shard-lnl:          NOTRUN -> [SKIP][100] ([Intel XE#2321]) +9 other tests skip
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@kms_cursor_crc@cursor-onscreen-512x170.html

  * igt@kms_cursor_crc@cursor-random-32x32:
    - shard-bmg:          NOTRUN -> [SKIP][101] ([Intel XE#2320]) +26 other tests skip
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@kms_cursor_crc@cursor-random-32x32.html

  * igt@kms_cursor_crc@cursor-rapid-movement-128x42:
    - shard-lnl:          NOTRUN -> [SKIP][102] ([Intel XE#1424]) +27 other tests skip
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html

  * igt@kms_cursor_crc@cursor-sliding-512x512:
    - shard-adlp:         NOTRUN -> [SKIP][103] ([Intel XE#308]) +5 other tests skip
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_cursor_crc@cursor-sliding-512x512.html
    - shard-bmg:          NOTRUN -> [SKIP][104] ([Intel XE#2321]) +9 other tests skip
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-2/igt@kms_cursor_crc@cursor-sliding-512x512.html

  * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
    - shard-lnl:          NOTRUN -> [SKIP][105] ([Intel XE#309]) +28 other tests skip
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
    - shard-adlp:         NOTRUN -> [SKIP][106] ([Intel XE#309]) +14 other tests skip
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
    - shard-bmg:          NOTRUN -> [SKIP][107] ([Intel XE#2291]) +5 other tests skip
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic:
    - shard-bmg:          NOTRUN -> [FAIL][108] ([Intel XE#4633]) +1 other test fail
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
    - shard-dg2-set2:     NOTRUN -> [SKIP][109] ([Intel XE#323]) +1 other test skip
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
    - shard-lnl:          NOTRUN -> [SKIP][110] ([Intel XE#323]) +2 other tests skip
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
    - shard-bmg:          NOTRUN -> [SKIP][111] ([Intel XE#2286]) +2 other tests skip
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
    - shard-adlp:         NOTRUN -> [SKIP][112] ([Intel XE#323]) +1 other test skip
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html

  * igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
    - shard-lnl:          NOTRUN -> [SKIP][113] ([Intel XE#1508])
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html

  * igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
    - shard-bmg:          NOTRUN -> [SKIP][114] ([Intel XE#5428])
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html

  * igt@kms_dirtyfb@psr-dirtyfb-ioctl:
    - shard-bmg:          NOTRUN -> [SKIP][115] ([Intel XE#1508]) +1 other test skip
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html

  * igt@kms_display_modes@extended-mode-basic:
    - shard-adlp:         NOTRUN -> [SKIP][116] ([Intel XE#4302])
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@kms_display_modes@extended-mode-basic.html
    - shard-lnl:          NOTRUN -> [SKIP][117] ([Intel XE#4302])
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@kms_display_modes@extended-mode-basic.html

  * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6:
    - shard-dg2-set2:     NOTRUN -> [SKIP][118] ([Intel XE#4494] / [i915#3804])
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html

  * igt@kms_dp_aux_dev:
    - shard-adlp:         NOTRUN -> [SKIP][119] ([Intel XE#3009])
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@kms_dp_aux_dev.html
    - shard-bmg:          NOTRUN -> [SKIP][120] ([Intel XE#3009])
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@kms_dp_aux_dev.html

  * igt@kms_dp_link_training@non-uhbr-mst:
    - shard-dg2-set2:     NOTRUN -> [SKIP][121] ([Intel XE#4354])
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-435/igt@kms_dp_link_training@non-uhbr-mst.html
    - shard-adlp:         NOTRUN -> [SKIP][122] ([Intel XE#4354])
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@kms_dp_link_training@non-uhbr-mst.html

  * igt@kms_dp_link_training@uhbr-mst:
    - shard-lnl:          NOTRUN -> [SKIP][123] ([Intel XE#4354]) +3 other tests skip
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@kms_dp_link_training@uhbr-mst.html

  * igt@kms_dp_link_training@uhbr-sst:
    - shard-bmg:          NOTRUN -> [SKIP][124] ([Intel XE#4354]) +2 other tests skip
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-5/igt@kms_dp_link_training@uhbr-sst.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][125] ([Intel XE#4356]) +1 other test skip
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@kms_dp_link_training@uhbr-sst.html

  * igt@kms_dp_linktrain_fallback@dp-fallback:
    - shard-adlp:         NOTRUN -> [SKIP][126] ([Intel XE#4331])
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-6/igt@kms_dp_linktrain_fallback@dp-fallback.html
    - shard-lnl:          NOTRUN -> [SKIP][127] ([Intel XE#4294])
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@kms_dp_linktrain_fallback@dp-fallback.html

  * igt@kms_dp_linktrain_fallback@dsc-fallback:
    - shard-bmg:          NOTRUN -> [SKIP][128] ([Intel XE#4331])
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-8/igt@kms_dp_linktrain_fallback@dsc-fallback.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][129] ([Intel XE#4331])
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@kms_dp_linktrain_fallback@dsc-fallback.html
    - shard-lnl:          NOTRUN -> [SKIP][130] ([Intel XE#4331])
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@kms_dp_linktrain_fallback@dsc-fallback.html

  * igt@kms_dsc@dsc-fractional-bpp-with-bpc:
    - shard-bmg:          NOTRUN -> [SKIP][131] ([Intel XE#2244]) +6 other tests skip
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html

  * igt@kms_dsc@dsc-with-bpc-formats:
    - shard-lnl:          NOTRUN -> [SKIP][132] ([Intel XE#2244]) +6 other tests skip
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_dsc@dsc-with-bpc-formats.html

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats:
    - shard-dg2-set2:     NOTRUN -> [SKIP][133] ([Intel XE#4422]) +2 other tests skip
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats.html
    - shard-lnl:          NOTRUN -> [SKIP][134] ([Intel XE#4422]) +2 other tests skip
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-2/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats.html

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests:
    - shard-adlp:         NOTRUN -> [SKIP][135] ([Intel XE#4422]) +1 other test skip
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-6/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html
    - shard-bmg:          NOTRUN -> [SKIP][136] ([Intel XE#4422]) +2 other tests skip
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-2/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][137] ([Intel XE#5425]) +1 other test skip
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_fbcon_fbt@psr:
    - shard-adlp:         NOTRUN -> [SKIP][138] ([Intel XE#776])
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@kms_fbcon_fbt@psr.html

  * igt@kms_fbcon_fbt@psr-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][139] ([Intel XE#776]) +1 other test skip
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-8/igt@kms_fbcon_fbt@psr-suspend.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][140] ([Intel XE#776]) +1 other test skip
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@kms_fbcon_fbt@psr-suspend.html

  * igt@kms_feature_discovery@chamelium:
    - shard-bmg:          NOTRUN -> [SKIP][141] ([Intel XE#2372])
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-8/igt@kms_feature_discovery@chamelium.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][142] ([Intel XE#701])
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@kms_feature_discovery@chamelium.html
    - shard-lnl:          NOTRUN -> [SKIP][143] ([Intel XE#701])
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@kms_feature_discovery@chamelium.html

  * igt@kms_feature_discovery@display-2x:
    - shard-lnl:          NOTRUN -> [SKIP][144] ([Intel XE#702])
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@kms_feature_discovery@display-2x.html
    - shard-adlp:         NOTRUN -> [SKIP][145] ([Intel XE#702])
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@kms_feature_discovery@display-2x.html

  * igt@kms_feature_discovery@display-3x:
    - shard-lnl:          NOTRUN -> [SKIP][146] ([Intel XE#703])
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@kms_feature_discovery@display-3x.html
    - shard-adlp:         NOTRUN -> [SKIP][147] ([Intel XE#703])
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_feature_discovery@display-3x.html
    - shard-bmg:          NOTRUN -> [SKIP][148] ([Intel XE#2373])
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@kms_feature_discovery@display-3x.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][149] ([Intel XE#703])
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-436/igt@kms_feature_discovery@display-3x.html

  * igt@kms_feature_discovery@display-4x:
    - shard-adlp:         NOTRUN -> [SKIP][150] ([Intel XE#1138])
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_feature_discovery@display-4x.html
    - shard-bmg:          NOTRUN -> [SKIP][151] ([Intel XE#1138])
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-2/igt@kms_feature_discovery@display-4x.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][152] ([Intel XE#1138])
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-466/igt@kms_feature_discovery@display-4x.html
    - shard-lnl:          NOTRUN -> [SKIP][153] ([Intel XE#1138])
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@kms_feature_discovery@display-4x.html

  * igt@kms_feature_discovery@dp-mst:
    - shard-adlp:         NOTRUN -> [SKIP][154] ([Intel XE#1137])
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@kms_feature_discovery@dp-mst.html
    - shard-bmg:          NOTRUN -> [SKIP][155] ([Intel XE#2375])
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_feature_discovery@dp-mst.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][156] ([Intel XE#1137])
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@kms_feature_discovery@dp-mst.html
    - shard-lnl:          NOTRUN -> [SKIP][157] ([Intel XE#1137])
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@kms_feature_discovery@dp-mst.html

  * igt@kms_feature_discovery@psr1:
    - shard-bmg:          NOTRUN -> [SKIP][158] ([Intel XE#2374]) +1 other test skip
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@kms_feature_discovery@psr1.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][159] ([Intel XE#1135]) +1 other test skip
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@kms_feature_discovery@psr1.html

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

  * igt@kms_flip@2x-flip-vs-suspend-interruptible@ad-hdmi-a6-dp4:
    - shard-dg2-set2:     NOTRUN -> [INCOMPLETE][161] ([Intel XE#2049] / [Intel XE#2597]) +1 other test incomplete
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-464/igt@kms_flip@2x-flip-vs-suspend-interruptible@ad-hdmi-a6-dp4.html

  * igt@kms_flip@2x-nonexisting-fb-interruptible:
    - shard-adlp:         NOTRUN -> [SKIP][162] ([Intel XE#310]) +18 other tests skip
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_flip@2x-nonexisting-fb-interruptible.html

  * igt@kms_flip@bo-too-big-interruptible@a-edp1:
    - shard-lnl:          NOTRUN -> [TIMEOUT][163] ([Intel XE#1504] / [Intel XE#5737]) +1 other test timeout
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_flip@bo-too-big-interruptible@a-edp1.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible:
    - shard-lnl:          NOTRUN -> [FAIL][164] ([Intel XE#301] / [Intel XE#3149])
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1:
    - shard-lnl:          NOTRUN -> [FAIL][165] ([Intel XE#301])
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html

  * igt@kms_flip@flip-vs-suspend-interruptible:
    - shard-adlp:         NOTRUN -> [DMESG-WARN][166] ([Intel XE#4543]) +25 other tests dmesg-warn
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@kms_flip@flip-vs-suspend-interruptible.html

  * igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling:
    - shard-lnl:          NOTRUN -> [FAIL][167] ([Intel XE#4683]) +3 other tests fail
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> [SKIP][168] ([Intel XE#1401]) +26 other tests skip
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html

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

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
    - shard-bmg:          NOTRUN -> [SKIP][170] ([Intel XE#2380]) +1 other test skip
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling:
    - shard-lnl:          NOTRUN -> [SKIP][171] ([Intel XE#1397] / [Intel XE#1745]) +8 other tests skip
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling:
    - shard-adlp:         NOTRUN -> [DMESG-FAIL][172] ([Intel XE#4543] / [Intel XE#4921]) +5 other tests dmesg-fail
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-6/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-upscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> [FAIL][173] ([Intel XE#3106] / [Intel XE#4683]) +1 other test fail
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-upscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling:
    - shard-bmg:          NOTRUN -> [SKIP][174] ([Intel XE#2293] / [Intel XE#2380]) +25 other tests skip
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html

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

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode:
    - shard-bmg:          NOTRUN -> [SKIP][176] ([Intel XE#2293]) +25 other tests skip
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html

  * igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-y-to-x:
    - shard-adlp:         NOTRUN -> [FAIL][177] ([Intel XE#1874]) +2 other tests fail
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-y-to-x.html

  * igt@kms_force_connector_basic@prune-stale-modes:
    - shard-lnl:          NOTRUN -> [SKIP][178] ([Intel XE#352]) +2 other tests skip
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@kms_force_connector_basic@prune-stale-modes.html

  * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-blt:
    - shard-adlp:         NOTRUN -> [SKIP][179] ([Intel XE#651]) +36 other tests skip
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-6/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt:
    - shard-adlp:         NOTRUN -> [SKIP][180] ([Intel XE#656]) +132 other tests skip
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html

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

  * igt@kms_frontbuffer_tracking@drrs-suspend:
    - shard-dg2-set2:     NOTRUN -> [SKIP][182] ([Intel XE#651]) +162 other tests skip
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-suspend.html

  * igt@kms_frontbuffer_tracking@fbc-2p-rte:
    - shard-bmg:          NOTRUN -> [SKIP][183] ([Intel XE#5427])
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-rte.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
    - shard-bmg:          NOTRUN -> [SKIP][184] ([Intel XE#5390]) +71 other tests skip
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbc-tiling-4:
    - shard-adlp:         NOTRUN -> [SKIP][185] ([Intel XE#1151]) +1 other test skip
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@kms_frontbuffer_tracking@fbc-tiling-4.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][186] ([Intel XE#2311]) +150 other tests skip
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][187] ([Intel XE#651]) +74 other tests skip
   [187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
    - shard-dg2-set2:     NOTRUN -> [SKIP][188] ([Intel XE#658]) +2 other tests skip
   [188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
    - shard-lnl:          NOTRUN -> [SKIP][189] ([Intel XE#1469]) +2 other tests skip
   [189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
    - shard-dg2-set2:     NOTRUN -> [SKIP][190] ([Intel XE#653]) +160 other tests skip
   [190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
    - shard-bmg:          NOTRUN -> [SKIP][191] ([Intel XE#2352]) +1 other test skip
   [191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html

  * igt@kms_frontbuffer_tracking@pipe-fbc-rte:
    - shard-bmg:          NOTRUN -> [SKIP][192] ([Intel XE#5672])
   [192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html

  * igt@kms_frontbuffer_tracking@plane-fbc-rte:
    - shard-dg2-set2:     NOTRUN -> [SKIP][193] ([Intel XE#1158])
   [193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
    - shard-bmg:          NOTRUN -> [SKIP][194] ([Intel XE#2350])
   [194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@kms_frontbuffer_tracking@plane-fbc-rte.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt:
    - shard-adlp:         NOTRUN -> [SKIP][195] ([Intel XE#653]) +40 other tests skip
   [195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][196] ([Intel XE#2313]) +150 other tests skip
   [196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render:
    - shard-lnl:          NOTRUN -> [SKIP][197] ([Intel XE#656]) +235 other tests skip
   [197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html

  * igt@kms_hdmi_inject@inject-4k:
    - shard-lnl:          NOTRUN -> [SKIP][198] ([Intel XE#1470])
   [198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-2/igt@kms_hdmi_inject@inject-4k.html

  * igt@kms_hdmi_inject@inject-audio:
    - shard-lnl:          NOTRUN -> [SKIP][199] ([Intel XE#1470] / [Intel XE#2853])
   [199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_hdr@brightness-with-hdr:
    - shard-lnl:          NOTRUN -> [SKIP][200] ([Intel XE#3374] / [Intel XE#3544])
   [200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@kms_hdr@brightness-with-hdr.html
    - shard-bmg:          NOTRUN -> [SKIP][201] ([Intel XE#3544])
   [201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@kms_hdr@brightness-with-hdr.html

  * igt@kms_hdr@invalid-metadata-sizes:
    - shard-lnl:          NOTRUN -> [SKIP][202] ([Intel XE#1503]) +4 other tests skip
   [202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@kms_hdr@invalid-metadata-sizes.html

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

  * igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][204] ([Intel XE#1450]) +1 other test skip
   [204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1.html

  * igt@kms_invalid_mode@clock-too-high@pipe-c-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][205] ([Intel XE#1450] / [Intel XE#2568]) +1 other test skip
   [205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@kms_invalid_mode@clock-too-high@pipe-c-edp-1.html

  * igt@kms_joiner@basic-big-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][206] ([Intel XE#346]) +1 other test skip
   [206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-5/igt@kms_joiner@basic-big-joiner.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][207] ([Intel XE#346]) +1 other test skip
   [207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@kms_joiner@basic-big-joiner.html
    - shard-lnl:          NOTRUN -> [SKIP][208] ([Intel XE#346]) +1 other test skip
   [208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@kms_joiner@basic-big-joiner.html

  * igt@kms_joiner@basic-force-big-joiner:
    - shard-adlp:         NOTRUN -> [SKIP][209] ([Intel XE#3012])
   [209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@kms_joiner@basic-force-big-joiner.html
    - shard-bmg:          NOTRUN -> [SKIP][210] ([Intel XE#3012])
   [210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@kms_joiner@basic-force-big-joiner.html

  * igt@kms_joiner@basic-force-ultra-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][211] ([Intel XE#2934]) +1 other test skip
   [211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-5/igt@kms_joiner@basic-force-ultra-joiner.html

  * igt@kms_joiner@basic-max-non-joiner:
    - shard-dg2-set2:     NOTRUN -> [SKIP][212] ([Intel XE#4298])
   [212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-433/igt@kms_joiner@basic-max-non-joiner.html
    - shard-lnl:          NOTRUN -> [SKIP][213] ([Intel XE#4298])
   [213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@kms_joiner@basic-max-non-joiner.html
    - shard-bmg:          NOTRUN -> [SKIP][214] ([Intel XE#4298])
   [214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_joiner@basic-max-non-joiner.html

  * igt@kms_joiner@basic-ultra-joiner:
    - shard-adlp:         NOTRUN -> [SKIP][215] ([Intel XE#2927]) +1 other test skip
   [215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@kms_joiner@basic-ultra-joiner.html
    - shard-bmg:          NOTRUN -> [SKIP][216] ([Intel XE#2927]) +1 other test skip
   [216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_joiner@basic-ultra-joiner.html

  * igt@kms_joiner@invalid-modeset-big-joiner:
    - shard-adlp:         NOTRUN -> [SKIP][217] ([Intel XE#346])
   [217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@kms_joiner@invalid-modeset-big-joiner.html

  * igt@kms_joiner@invalid-modeset-force-ultra-joiner:
    - shard-adlp:         NOTRUN -> [SKIP][218] ([Intel XE#2925])
   [218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html

  * igt@kms_joiner@invalid-modeset-ultra-joiner:
    - shard-dg2-set2:     NOTRUN -> [SKIP][219] ([Intel XE#2927]) +1 other test skip
   [219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@kms_joiner@invalid-modeset-ultra-joiner.html
    - shard-lnl:          NOTRUN -> [SKIP][220] ([Intel XE#2927]) +1 other test skip
   [220]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_joiner@invalid-modeset-ultra-joiner.html

  * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][221] ([Intel XE#4090])
   [221]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][222] ([Intel XE#2925]) +2 other tests skip
   [222]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-466/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
    - shard-lnl:          NOTRUN -> [SKIP][223] ([Intel XE#2925]) +2 other tests skip
   [223]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html

  * igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
    - shard-bmg:          NOTRUN -> [SKIP][224] ([Intel XE#2501])
   [224]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][225] ([Intel XE#356])
   [225]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-466/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
    - shard-lnl:          NOTRUN -> [SKIP][226] ([Intel XE#356])
   [226]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html

  * igt@kms_panel_fitting@legacy:
    - shard-bmg:          NOTRUN -> [SKIP][227] ([Intel XE#2486]) +1 other test skip
   [227]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@kms_panel_fitting@legacy.html

  * igt@kms_pipe_stress@stress-xrgb8888-ytiled:
    - shard-bmg:          NOTRUN -> [SKIP][228] ([Intel XE#4329])
   [228]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][229] ([Intel XE#4359])
   [229]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
    - shard-lnl:          NOTRUN -> [SKIP][230] ([Intel XE#4329])
   [230]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html

  * igt@kms_plane@pixel-format-source-clamping@pipe-a-plane-0:
    - shard-lnl:          NOTRUN -> [FAIL][231] ([Intel XE#5195]) +2 other tests fail
   [231]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@kms_plane@pixel-format-source-clamping@pipe-a-plane-0.html

  * igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0:
    - shard-adlp:         NOTRUN -> [FAIL][232] ([Intel XE#5195]) +4 other tests fail
   [232]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0.html

  * igt@kms_plane_cursor@viewport:
    - shard-dg2-set2:     NOTRUN -> [FAIL][233] ([Intel XE#616]) +1 other test fail
   [233]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@kms_plane_cursor@viewport.html

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

  * igt@kms_plane_lowres@tiling-yf:
    - shard-bmg:          NOTRUN -> [SKIP][235] ([Intel XE#2393]) +1 other test skip
   [235]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-2/igt@kms_plane_lowres@tiling-yf.html

  * igt@kms_plane_multiple@2x-tiling-none:
    - shard-lnl:          NOTRUN -> [SKIP][236] ([Intel XE#4596]) +4 other tests skip
   [236]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_plane_multiple@2x-tiling-none.html

  * igt@kms_plane_multiple@2x-tiling-yf:
    - shard-adlp:         NOTRUN -> [SKIP][237] ([Intel XE#4596]) +2 other tests skip
   [237]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@kms_plane_multiple@2x-tiling-yf.html
    - shard-bmg:          NOTRUN -> [SKIP][238] ([Intel XE#5021]) +1 other test skip
   [238]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_plane_multiple@2x-tiling-yf.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][239] ([Intel XE#5021]) +1 other test skip
   [239]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@kms_plane_multiple@2x-tiling-yf.html

  * igt@kms_plane_multiple@tiling-x@pipe-b-edp-1:
    - shard-lnl:          NOTRUN -> [FAIL][240] ([Intel XE#4658]) +3 other tests fail
   [240]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@kms_plane_multiple@tiling-x@pipe-b-edp-1.html

  * igt@kms_plane_multiple@tiling-yf:
    - shard-adlp:         NOTRUN -> [SKIP][241] ([Intel XE#5020])
   [241]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_plane_multiple@tiling-yf.html
    - shard-bmg:          NOTRUN -> [SKIP][242] ([Intel XE#5020]) +1 other test skip
   [242]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-8/igt@kms_plane_multiple@tiling-yf.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][243] ([Intel XE#5020]) +1 other test skip
   [243]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@kms_plane_multiple@tiling-yf.html
    - shard-lnl:          NOTRUN -> [SKIP][244] ([Intel XE#5020]) +1 other test skip
   [244]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_plane_multiple@tiling-yf.html

  * igt@kms_plane_scaling@intel-max-src-size:
    - shard-lnl:          NOTRUN -> [SKIP][245] ([Intel XE#3307])
   [245]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@kms_plane_scaling@intel-max-src-size.html

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

  * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
    - shard-bmg:          NOTRUN -> [SKIP][247] ([Intel XE#2763]) +29 other tests skip
   [247]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-8/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html

  * igt@kms_pm_backlight@bad-brightness:
    - shard-adlp:         NOTRUN -> [SKIP][248] ([Intel XE#870])
   [248]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@kms_pm_backlight@bad-brightness.html

  * igt@kms_pm_backlight@brightness-with-dpms:
    - shard-bmg:          NOTRUN -> [SKIP][249] ([Intel XE#2938])
   [249]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_pm_backlight@brightness-with-dpms.html
    - shard-adlp:         NOTRUN -> [SKIP][250] ([Intel XE#2938])
   [250]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@kms_pm_backlight@brightness-with-dpms.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][251] ([Intel XE#2938])
   [251]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-433/igt@kms_pm_backlight@brightness-with-dpms.html

  * igt@kms_pm_backlight@fade-with-dpms:
    - shard-bmg:          NOTRUN -> [SKIP][252] ([Intel XE#870]) +2 other tests skip
   [252]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_pm_backlight@fade-with-dpms.html

  * igt@kms_pm_backlight@fade-with-suspend:
    - shard-dg2-set2:     NOTRUN -> [SKIP][253] ([Intel XE#870]) +4 other tests skip
   [253]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@kms_pm_backlight@fade-with-suspend.html

  * igt@kms_pm_dc@dc3co-vpb-simulation:
    - shard-bmg:          NOTRUN -> [SKIP][254] ([Intel XE#2391])
   [254]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-4/igt@kms_pm_dc@dc3co-vpb-simulation.html
    - shard-adlp:         NOTRUN -> [SKIP][255] ([Intel XE#1122])
   [255]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@kms_pm_dc@dc3co-vpb-simulation.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][256] ([Intel XE#1122])
   [256]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-464/igt@kms_pm_dc@dc3co-vpb-simulation.html
    - shard-lnl:          NOTRUN -> [SKIP][257] ([Intel XE#736])
   [257]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@kms_pm_dc@dc3co-vpb-simulation.html

  * igt@kms_pm_dc@dc5-dpms-negative:
    - shard-lnl:          NOTRUN -> [SKIP][258] ([Intel XE#1131])
   [258]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@kms_pm_dc@dc5-dpms-negative.html

  * igt@kms_pm_dc@dc5-psr:
    - shard-bmg:          NOTRUN -> [SKIP][259] ([Intel XE#2392])
   [259]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-5/igt@kms_pm_dc@dc5-psr.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][260] ([Intel XE#1129]) +1 other test skip
   [260]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@kms_pm_dc@dc5-psr.html

  * igt@kms_pm_dc@dc5-retention-flops:
    - shard-dg2-set2:     NOTRUN -> [SKIP][261] ([Intel XE#3309])
   [261]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@kms_pm_dc@dc5-retention-flops.html
    - shard-lnl:          NOTRUN -> [SKIP][262] ([Intel XE#3309])
   [262]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@kms_pm_dc@dc5-retention-flops.html
    - shard-bmg:          NOTRUN -> [SKIP][263] ([Intel XE#3309])
   [263]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-5/igt@kms_pm_dc@dc5-retention-flops.html

  * igt@kms_pm_dc@dc6-dpms:
    - shard-dg2-set2:     NOTRUN -> [SKIP][264] ([Intel XE#908]) +1 other test skip
   [264]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-436/igt@kms_pm_dc@dc6-dpms.html
    - shard-adlp:         NOTRUN -> [FAIL][265] ([Intel XE#718])
   [265]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_pm_dc@dc6-dpms.html

  * igt@kms_pm_dc@dc6-psr:
    - shard-lnl:          NOTRUN -> [FAIL][266] ([Intel XE#718]) +1 other test fail
   [266]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@kms_pm_dc@dc6-psr.html

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

  * igt@kms_pm_dc@deep-pkgc:
    - shard-adlp:         NOTRUN -> [SKIP][268] ([Intel XE#2007])
   [268]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_pm_dc@deep-pkgc.html
    - shard-bmg:          NOTRUN -> [SKIP][269] ([Intel XE#2505])
   [269]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-2/igt@kms_pm_dc@deep-pkgc.html
    - shard-lnl:          NOTRUN -> [FAIL][270] ([Intel XE#2029])
   [270]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@kms_pm_dc@deep-pkgc.html

  * igt@kms_pm_lpsp@kms-lpsp:
    - shard-bmg:          NOTRUN -> [SKIP][271] ([Intel XE#2499])
   [271]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@kms_pm_lpsp@kms-lpsp.html

  * igt@kms_pm_rpm@dpms-mode-unset-lpsp:
    - shard-bmg:          NOTRUN -> [SKIP][272] ([Intel XE#1439] / [Intel XE#836])
   [272]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html

  * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
    - shard-lnl:          NOTRUN -> [SKIP][273] ([Intel XE#1439] / [Intel XE#836])
   [273]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html

  * igt@kms_pm_rpm@dpms-non-lpsp:
    - shard-adlp:         NOTRUN -> [SKIP][274] ([Intel XE#836]) +2 other tests skip
   [274]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_pm_rpm@dpms-non-lpsp.html

  * igt@kms_pm_rpm@modeset-lpsp:
    - shard-bmg:          NOTRUN -> [SKIP][275] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836]) +3 other tests skip
   [275]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-4/igt@kms_pm_rpm@modeset-lpsp.html

  * igt@kms_pm_rpm@modeset-non-lpsp:
    - shard-lnl:          NOTRUN -> [SKIP][276] ([Intel XE#1439] / [Intel XE#3141]) +3 other tests skip
   [276]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_pm_rpm@modeset-non-lpsp.html

  * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf:
    - shard-dg2-set2:     NOTRUN -> [SKIP][277] ([Intel XE#1406] / [Intel XE#1489]) +47 other tests skip
   [277]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html
    - shard-lnl:          NOTRUN -> [SKIP][278] ([Intel XE#1406] / [Intel XE#2893] / [Intel XE#4608]) +11 other tests skip
   [278]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][279] ([Intel XE#1406] / [Intel XE#4608]) +23 other tests skip
   [279]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1.html

  * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
    - shard-adlp:         NOTRUN -> [SKIP][280] ([Intel XE#1406] / [Intel XE#1489]) +22 other tests skip
   [280]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html

  * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf:
    - shard-lnl:          NOTRUN -> [SKIP][281] ([Intel XE#1406] / [Intel XE#2893]) +24 other tests skip
   [281]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf.html

  * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf:
    - shard-bmg:          NOTRUN -> [SKIP][282] ([Intel XE#1406] / [Intel XE#1489]) +43 other tests skip
   [282]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-8/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html

  * igt@kms_psr2_su@frontbuffer-xrgb8888:
    - shard-lnl:          NOTRUN -> [SKIP][283] ([Intel XE#1128] / [Intel XE#1406]) +3 other tests skip
   [283]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-2/igt@kms_psr2_su@frontbuffer-xrgb8888.html

  * igt@kms_psr2_su@page_flip-nv12:
    - shard-dg2-set2:     NOTRUN -> [SKIP][284] ([Intel XE#1122] / [Intel XE#1406]) +3 other tests skip
   [284]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@kms_psr2_su@page_flip-nv12.html

  * igt@kms_psr2_su@page_flip-p010:
    - shard-adlp:         NOTRUN -> [SKIP][285] ([Intel XE#1122] / [Intel XE#1406] / [Intel XE#5580]) +2 other tests skip
   [285]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_psr2_su@page_flip-p010.html
    - shard-bmg:          NOTRUN -> [SKIP][286] ([Intel XE#1406] / [Intel XE#2387]) +3 other tests skip
   [286]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-8/igt@kms_psr2_su@page_flip-p010.html

  * igt@kms_psr@fbc-psr2-primary-blt@edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][287] ([Intel XE#1406] / [Intel XE#4609]) +12 other tests skip
   [287]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-2/igt@kms_psr@fbc-psr2-primary-blt@edp-1.html

  * igt@kms_psr@pr-no-drrs:
    - shard-lnl:          NOTRUN -> [SKIP][288] ([Intel XE#1406]) +38 other tests skip
   [288]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@kms_psr@pr-no-drrs.html

  * igt@kms_psr@psr-basic:
    - shard-adlp:         NOTRUN -> [SKIP][289] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +41 other tests skip
   [289]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_psr@psr-basic.html

  * igt@kms_psr@psr-dpms:
    - shard-dg2-set2:     NOTRUN -> [SKIP][290] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +73 other tests skip
   [290]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@kms_psr@psr-dpms.html

  * igt@kms_psr@psr-primary-page-flip:
    - shard-bmg:          NOTRUN -> [SKIP][291] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +71 other tests skip
   [291]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_psr@psr-primary-page-flip.html

  * igt@kms_psr@psr2-primary-render:
    - shard-bmg:          NOTRUN -> [SKIP][292] ([Intel XE#1406] / [Intel XE#2234])
   [292]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-5/igt@kms_psr@psr2-primary-render.html

  * igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
    - shard-bmg:          NOTRUN -> [SKIP][293] ([Intel XE#1406] / [Intel XE#2414]) +1 other test skip
   [293]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][294] ([Intel XE#1406] / [Intel XE#2939]) +1 other test skip
   [294]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-435/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html

  * igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
    - shard-adlp:         NOTRUN -> [SKIP][295] ([Intel XE#1406] / [Intel XE#2939] / [Intel XE#5585]) +1 other test skip
   [295]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html

  * igt@kms_rotation_crc@bad-pixel-format:
    - shard-bmg:          NOTRUN -> [SKIP][296] ([Intel XE#3414] / [Intel XE#3904]) +10 other tests skip
   [296]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-4/igt@kms_rotation_crc@bad-pixel-format.html

  * igt@kms_rotation_crc@primary-x-tiled-reflect-x-180:
    - shard-lnl:          NOTRUN -> [FAIL][297] ([Intel XE#4689]) +1 other test fail
   [297]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_rotation_crc@primary-x-tiled-reflect-x-180.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
    - shard-bmg:          NOTRUN -> [SKIP][298] ([Intel XE#2330]) +3 other tests skip
   [298]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][299] ([Intel XE#1127]) +3 other tests skip
   [299]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
    - shard-dg2-set2:     NOTRUN -> [SKIP][300] ([Intel XE#3414]) +10 other tests skip
   [300]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
    - shard-lnl:          NOTRUN -> [SKIP][301] ([Intel XE#3414] / [Intel XE#3904]) +12 other tests skip
   [301]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
    - shard-lnl:          NOTRUN -> [SKIP][302] ([Intel XE#1127]) +3 other tests skip
   [302]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
    - shard-adlp:         NOTRUN -> [SKIP][303] ([Intel XE#1127]) +1 other test skip
   [303]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html

  * igt@kms_rotation_crc@sprite-rotation-270:
    - shard-adlp:         NOTRUN -> [SKIP][304] ([Intel XE#3414]) +4 other tests skip
   [304]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_rotation_crc@sprite-rotation-270.html

  * igt@kms_scaling_modes@scaling-mode-center:
    - shard-bmg:          NOTRUN -> [SKIP][305] ([Intel XE#2413]) +2 other tests skip
   [305]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-5/igt@kms_scaling_modes@scaling-mode-center.html

  * igt@kms_setmode@basic-clone-single-crtc:
    - shard-bmg:          NOTRUN -> [SKIP][306] ([Intel XE#1435]) +1 other test skip
   [306]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@kms_setmode@basic-clone-single-crtc.html

  * igt@kms_setmode@invalid-clone-single-crtc:
    - shard-lnl:          NOTRUN -> [SKIP][307] ([Intel XE#1435]) +4 other tests skip
   [307]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@kms_setmode@invalid-clone-single-crtc.html

  * igt@kms_tiled_display@basic-test-pattern:
    - shard-adlp:         NOTRUN -> [SKIP][308] ([Intel XE#362])
   [308]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@kms_tiled_display@basic-test-pattern.html
    - shard-bmg:          NOTRUN -> [SKIP][309] ([Intel XE#2426])
   [309]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@kms_tiled_display@basic-test-pattern.html
    - shard-dg2-set2:     NOTRUN -> [FAIL][310] ([Intel XE#1729])
   [310]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-435/igt@kms_tiled_display@basic-test-pattern.html
    - shard-lnl:          NOTRUN -> [SKIP][311] ([Intel XE#362]) +1 other test skip
   [311]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@kms_tiled_display@basic-test-pattern.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-bmg:          NOTRUN -> [SKIP][312] ([Intel XE#2509])
   [312]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][313] ([Intel XE#1500])
   [313]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@kms_tv_load_detect@load-detect:
    - shard-dg2-set2:     NOTRUN -> [SKIP][314] ([Intel XE#330])
   [314]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@kms_tv_load_detect@load-detect.html
    - shard-lnl:          NOTRUN -> [SKIP][315] ([Intel XE#330])
   [315]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@kms_tv_load_detect@load-detect.html
    - shard-bmg:          NOTRUN -> [SKIP][316] ([Intel XE#2450])
   [316]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@kms_tv_load_detect@load-detect.html

  * igt@kms_vrr@flip-suspend:
    - shard-adlp:         NOTRUN -> [SKIP][317] ([Intel XE#455]) +73 other tests skip
   [317]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@kms_vrr@flip-suspend.html
    - shard-bmg:          NOTRUN -> [SKIP][318] ([Intel XE#1499]) +8 other tests skip
   [318]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-8/igt@kms_vrr@flip-suspend.html

  * igt@kms_vrr@flipline:
    - shard-dg2-set2:     NOTRUN -> [SKIP][319] ([Intel XE#455]) +95 other tests skip
   [319]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-466/igt@kms_vrr@flipline.html

  * igt@kms_vrr@lobf:
    - shard-adlp:         NOTRUN -> [SKIP][320] ([Intel XE#2168])
   [320]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@kms_vrr@lobf.html
    - shard-bmg:          NOTRUN -> [SKIP][321] ([Intel XE#2168]) +1 other test skip
   [321]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@kms_vrr@lobf.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][322] ([Intel XE#2168]) +1 other test skip
   [322]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-433/igt@kms_vrr@lobf.html

  * igt@kms_vrr@negative-basic:
    - shard-lnl:          NOTRUN -> [SKIP][323] ([Intel XE#1499]) +3 other tests skip
   [323]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@kms_vrr@negative-basic.html

  * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
    - shard-dg2-set2:     NOTRUN -> [SKIP][324] ([Intel XE#1091] / [Intel XE#2849]) +1 other test skip
   [324]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-435/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
    - shard-lnl:          NOTRUN -> [SKIP][325] ([Intel XE#1091] / [Intel XE#2849]) +1 other test skip
   [325]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html

  * igt@xe_ccs@large-ctrl-surf-copy:
    - shard-adlp:         NOTRUN -> [SKIP][326] ([Intel XE#3576] / [Intel XE#5610])
   [326]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@xe_ccs@large-ctrl-surf-copy.html

  * igt@xe_ccs@suspend-resume:
    - shard-adlp:         NOTRUN -> [SKIP][327] ([Intel XE#455] / [Intel XE#488] / [Intel XE#5607]) +1 other test skip
   [327]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-6/igt@xe_ccs@suspend-resume.html

  * igt@xe_compute@ccs-mode-basic:
    - shard-bmg:          NOTRUN -> [FAIL][328] ([Intel XE#5794])
   [328]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@xe_compute@ccs-mode-basic.html
    - shard-adlp:         NOTRUN -> [SKIP][329] ([Intel XE#1447] / [Intel XE#5617])
   [329]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@xe_compute@ccs-mode-basic.html
    - shard-lnl:          NOTRUN -> [SKIP][330] ([Intel XE#1447]) +1 other test skip
   [330]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@xe_compute@ccs-mode-basic.html

  * igt@xe_compute@ccs-mode-compute-kernel:
    - shard-bmg:          NOTRUN -> [FAIL][331] ([Intel XE#5963])
   [331]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@xe_compute@ccs-mode-compute-kernel.html

  * igt@xe_compute_preempt@compute-preempt:
    - shard-dg2-set2:     NOTRUN -> [SKIP][332] ([Intel XE#1280] / [Intel XE#455]) +3 other tests skip
   [332]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@xe_compute_preempt@compute-preempt.html

  * igt@xe_compute_preempt@compute-preempt-many:
    - shard-adlp:         NOTRUN -> [SKIP][333] ([Intel XE#455] / [Intel XE#5632]) +1 other test skip
   [333]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@xe_compute_preempt@compute-preempt-many.html

  * igt@xe_compute_preempt@compute-preempt-many-all-ram@engine-drm_xe_engine_class_compute:
    - shard-dg2-set2:     NOTRUN -> [FAIL][334] ([Intel XE#5890]) +3 other tests fail
   [334]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-466/igt@xe_compute_preempt@compute-preempt-many-all-ram@engine-drm_xe_engine_class_compute.html

  * igt@xe_configfs@survivability-mode:
    - shard-dg2-set2:     NOTRUN -> [SKIP][335] ([Intel XE#6010])
   [335]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-433/igt@xe_configfs@survivability-mode.html
    - shard-lnl:          NOTRUN -> [SKIP][336] ([Intel XE#6010])
   [336]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@xe_configfs@survivability-mode.html

  * igt@xe_copy_basic@mem-copy-linear-0x3fff:
    - shard-adlp:         NOTRUN -> [SKIP][337] ([Intel XE#1123])
   [337]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@xe_copy_basic@mem-copy-linear-0x3fff.html

  * igt@xe_copy_basic@mem-copy-linear-0xfffe:
    - shard-dg2-set2:     NOTRUN -> [SKIP][338] ([Intel XE#1123]) +3 other tests skip
   [338]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@xe_copy_basic@mem-copy-linear-0xfffe.html

  * igt@xe_copy_basic@mem-set-linear-0x3fff:
    - shard-adlp:         NOTRUN -> [SKIP][339] ([Intel XE#1126]) +2 other tests skip
   [339]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@xe_copy_basic@mem-set-linear-0x3fff.html

  * igt@xe_copy_basic@mem-set-linear-0xfffe:
    - shard-dg2-set2:     NOTRUN -> [SKIP][340] ([Intel XE#1126]) +3 other tests skip
   [340]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@xe_copy_basic@mem-set-linear-0xfffe.html

  * igt@xe_create@create-big-vram:
    - shard-lnl:          NOTRUN -> [SKIP][341] ([Intel XE#1062])
   [341]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@xe_create@create-big-vram.html

  * igt@xe_create@multigpu-create-massive-size:
    - shard-bmg:          NOTRUN -> [SKIP][342] ([Intel XE#2504])
   [342]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-4/igt@xe_create@multigpu-create-massive-size.html

  * igt@xe_eu_stall@blocking-re-enable:
    - shard-adlp:         NOTRUN -> [SKIP][343] ([Intel XE#5626]) +6 other tests skip
   [343]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@xe_eu_stall@blocking-re-enable.html

  * igt@xe_eu_stall@invalid-event-report-count:
    - shard-dg2-set2:     NOTRUN -> [SKIP][344] ([Intel XE#5626]) +7 other tests skip
   [344]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@xe_eu_stall@invalid-event-report-count.html

  * igt@xe_eudebug@basic-close:
    - shard-dg2-set2:     NOTRUN -> [SKIP][345] ([Intel XE#4837]) +76 other tests skip
   [345]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-433/igt@xe_eudebug@basic-close.html

  * igt@xe_eudebug@basic-connect:
    - shard-lnl:          NOTRUN -> [SKIP][346] ([Intel XE#4837]) +78 other tests skip
   [346]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-2/igt@xe_eudebug@basic-connect.html

  * igt@xe_eudebug@basic-vm-bind-metadata-discovery:
    - shard-bmg:          NOTRUN -> [SKIP][347] ([Intel XE#4837]) +75 other tests skip
   [347]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@xe_eudebug@basic-vm-bind-metadata-discovery.html

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

  * igt@xe_eudebug_sriov@deny-eudebug:
    - shard-dg2-set2:     NOTRUN -> [SKIP][349] ([Intel XE#4518]) +1 other test skip
   [349]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-435/igt@xe_eudebug_sriov@deny-eudebug.html
    - shard-lnl:          NOTRUN -> [SKIP][350] ([Intel XE#4518]) +1 other test skip
   [350]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@xe_eudebug_sriov@deny-eudebug.html
    - shard-adlp:         NOTRUN -> [SKIP][351] ([Intel XE#4519])
   [351]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@xe_eudebug_sriov@deny-eudebug.html
    - shard-bmg:          NOTRUN -> [SKIP][352] ([Intel XE#5793])
   [352]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@xe_eudebug_sriov@deny-eudebug.html

  * igt@xe_evict@evict-beng-large-external-cm:
    - shard-adlp:         NOTRUN -> [SKIP][353] ([Intel XE#261] / [Intel XE#5564]) +5 other tests skip
   [353]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@xe_evict@evict-beng-large-external-cm.html

  * igt@xe_evict@evict-beng-mixed-threads-large:
    - shard-adlp:         NOTRUN -> [SKIP][354] ([Intel XE#261]) +15 other tests skip
   [354]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@xe_evict@evict-beng-mixed-threads-large.html

  * igt@xe_evict@evict-beng-small-external:
    - shard-adlp:         NOTRUN -> [SKIP][355] ([Intel XE#261] / [Intel XE#5564] / [Intel XE#688]) +2 other tests skip
   [355]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@xe_evict@evict-beng-small-external.html

  * igt@xe_evict@evict-beng-threads-large-multi-vm:
    - shard-lnl:          NOTRUN -> [SKIP][356] ([Intel XE#688]) +60 other tests skip
   [356]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@xe_evict@evict-beng-threads-large-multi-vm.html

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

  * igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-samefd:
    - shard-adlp:         NOTRUN -> [SKIP][358] ([Intel XE#688]) +4 other tests skip
   [358]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-6/igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-samefd.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr:
    - shard-bmg:          NOTRUN -> [SKIP][359] ([Intel XE#2322]) +49 other tests skip
   [359]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html

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

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

  * igt@xe_exec_basic@twice-null-rebind:
    - shard-bmg:          NOTRUN -> [DMESG-WARN][362] ([Intel XE#3876])
   [362]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@xe_exec_basic@twice-null-rebind.html

  * igt@xe_exec_compute_mode@many-userptr-rebind:
    - shard-bmg:          NOTRUN -> [FAIL][363] ([Intel XE#5625])
   [363]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@xe_exec_compute_mode@many-userptr-rebind.html

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

  * igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-imm:
    - shard-bmg:          NOTRUN -> [FAIL][365] ([Intel XE#6050])
   [365]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-imm.html

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

  * igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence:
    - shard-adlp:         NOTRUN -> [SKIP][367] ([Intel XE#2360]) +1 other test skip
   [367]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html

  * igt@xe_exec_mix_modes@exec-simple-batch-store-lr:
    - shard-dg2-set2:     NOTRUN -> [SKIP][368] ([Intel XE#2360]) +3 other tests skip
   [368]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html

  * igt@xe_exec_reset@cm-cat-error:
    - shard-adlp:         NOTRUN -> [DMESG-WARN][369] ([Intel XE#3868]) +1 other test dmesg-warn
   [369]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@xe_exec_reset@cm-cat-error.html

  * igt@xe_exec_reset@cm-gt-reset:
    - shard-bmg:          NOTRUN -> [FAIL][370] ([Intel XE#6325])
   [370]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@xe_exec_reset@cm-gt-reset.html

  * igt@xe_exec_system_allocator@many-execqueues-mmap-huge-nomemset:
    - shard-bmg:          NOTRUN -> [SKIP][371] ([Intel XE#4943]) +138 other tests skip
   [371]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-2/igt@xe_exec_system_allocator@many-execqueues-mmap-huge-nomemset.html

  * igt@xe_exec_system_allocator@process-many-malloc-bo-unmap:
    - shard-bmg:          NOTRUN -> [FAIL][372] ([Intel XE#4937] / [Intel XE#5625]) +20 other tests fail
   [372]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@xe_exec_system_allocator@process-many-malloc-bo-unmap.html

  * igt@xe_exec_system_allocator@processes-evict-malloc:
    - shard-adlp:         NOTRUN -> [SKIP][373] ([Intel XE#4915]) +823 other tests skip
   [373]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@xe_exec_system_allocator@processes-evict-malloc.html

  * igt@xe_exec_system_allocator@threads-many-large-mmap-shared-remap-dontunmap-eocheck:
    - shard-dg2-set2:     NOTRUN -> [SKIP][374] ([Intel XE#4915]) +1453 other tests skip
   [374]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@xe_exec_system_allocator@threads-many-large-mmap-shared-remap-dontunmap-eocheck.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-huge:
    - shard-lnl:          NOTRUN -> [SKIP][375] ([Intel XE#4943]) +142 other tests skip
   [375]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-huge.html

  * igt@xe_exec_threads@threads-bal-shared-vm-basic:
    - shard-bmg:          NOTRUN -> [DMESG-FAIL][376] ([Intel XE#3876])
   [376]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@xe_exec_threads@threads-bal-shared-vm-basic.html

  * igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
    - shard-lnl:          NOTRUN -> [ABORT][377] ([Intel XE#5466])
   [377]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
    - shard-adlp:         NOTRUN -> [ABORT][378] ([Intel XE#5530])
   [378]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-6/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
    - shard-bmg:          NOTRUN -> [ABORT][379] ([Intel XE#5466] / [Intel XE#5530])
   [379]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-4/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][380] ([Intel XE#4757])
   [380]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@xe_fault_injection@probe-fail-guc-xe_guc_mmio_send_recv.html

  * igt@xe_gt_freq@freq_range_exec:
    - shard-bmg:          NOTRUN -> [TIMEOUT][381] ([Intel XE#3876]) +1 other test timeout
   [381]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@xe_gt_freq@freq_range_exec.html

  * igt@xe_huc_copy@huc_copy:
    - shard-dg2-set2:     NOTRUN -> [SKIP][382] ([Intel XE#255])
   [382]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@xe_huc_copy@huc_copy.html

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

  * igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
    - shard-lnl:          NOTRUN -> [SKIP][384] ([Intel XE#2229]) +1 other test skip
   [384]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/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-bmg:          NOTRUN -> [SKIP][385] ([Intel XE#2229])
   [385]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
    - shard-adlp:         NOTRUN -> [SKIP][386] ([Intel XE#2229])
   [386]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html

  * igt@xe_live_ktest@xe_eudebug:
    - shard-bmg:          NOTRUN -> [SKIP][387] ([Intel XE#2833])
   [387]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@xe_live_ktest@xe_eudebug.html
    - shard-adlp:         NOTRUN -> [SKIP][388] ([Intel XE#455] / [Intel XE#5712])
   [388]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@xe_live_ktest@xe_eudebug.html
    - shard-lnl:          NOTRUN -> [SKIP][389] ([Intel XE#2833])
   [389]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@xe_live_ktest@xe_eudebug.html

  * igt@xe_live_ktest@xe_migrate:
    - shard-dg2-set2:     NOTRUN -> [FAIL][390] ([Intel XE#3099]) +10 other tests fail
   [390]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@xe_live_ktest@xe_migrate.html

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

  * igt@xe_media_fill@media-fill:
    - shard-bmg:          NOTRUN -> [SKIP][392] ([Intel XE#2459] / [Intel XE#2596])
   [392]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@xe_media_fill@media-fill.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][393] ([Intel XE#560])
   [393]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-435/igt@xe_media_fill@media-fill.html
    - shard-lnl:          NOTRUN -> [SKIP][394] ([Intel XE#560])
   [394]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@xe_media_fill@media-fill.html

  * igt@xe_mmap@pci-membarrier:
    - shard-lnl:          NOTRUN -> [SKIP][395] ([Intel XE#5100]) +3 other tests skip
   [395]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@xe_mmap@pci-membarrier.html

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

  * igt@xe_mmap@small-bar:
    - shard-adlp:         NOTRUN -> [SKIP][397] ([Intel XE#512])
   [397]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@xe_mmap@small-bar.html
    - shard-bmg:          NOTRUN -> [SKIP][398] ([Intel XE#586])
   [398]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@xe_mmap@small-bar.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][399] ([Intel XE#512])
   [399]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-435/igt@xe_mmap@small-bar.html
    - shard-lnl:          NOTRUN -> [SKIP][400] ([Intel XE#512])
   [400]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@xe_mmap@small-bar.html

  * igt@xe_mmap@vram:
    - shard-lnl:          NOTRUN -> [SKIP][401] ([Intel XE#1416])
   [401]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@xe_mmap@vram.html

  * igt@xe_module_load@force-load:
    - shard-bmg:          NOTRUN -> [SKIP][402] ([Intel XE#2457])
   [402]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@xe_module_load@force-load.html
    - shard-adlp:         NOTRUN -> [SKIP][403] ([Intel XE#378] / [Intel XE#5612])
   [403]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@xe_module_load@force-load.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][404] ([Intel XE#378])
   [404]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@xe_module_load@force-load.html
    - shard-lnl:          NOTRUN -> [SKIP][405] ([Intel XE#378])
   [405]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@xe_module_load@force-load.html

  * igt@xe_module_load@load:
    - shard-lnl:          ([PASS][406], [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], [PASS][432], [PASS][433], [PASS][434], [PASS][435], [PASS][436], [SKIP][437], [PASS][438], [PASS][439], [PASS][440], [PASS][441], [PASS][442], [PASS][443], [PASS][444], [PASS][445], [PASS][446], [PASS][447], [PASS][448], [PASS][449], [PASS][450], [PASS][451], [PASS][452], [PASS][453], [PASS][454], [PASS][455], [PASS][456]) ([Intel XE#378])
   [406]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-1/igt@xe_module_load@load.html
   [407]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-3/igt@xe_module_load@load.html
   [408]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-3/igt@xe_module_load@load.html
   [409]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-8/igt@xe_module_load@load.html
   [410]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-8/igt@xe_module_load@load.html
   [411]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-3/igt@xe_module_load@load.html
   [412]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-7/igt@xe_module_load@load.html
   [413]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-7/igt@xe_module_load@load.html
   [414]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-7/igt@xe_module_load@load.html
   [415]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-7/igt@xe_module_load@load.html
   [416]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-2/igt@xe_module_load@load.html
   [417]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-8/igt@xe_module_load@load.html
   [418]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-4/igt@xe_module_load@load.html
   [419]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-5/igt@xe_module_load@load.html
   [420]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-2/igt@xe_module_load@load.html
   [421]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-4/igt@xe_module_load@load.html
   [422]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-1/igt@xe_module_load@load.html
   [423]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-5/igt@xe_module_load@load.html
   [424]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-5/igt@xe_module_load@load.html
   [425]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-5/igt@xe_module_load@load.html
   [426]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-4/igt@xe_module_load@load.html
   [427]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-1/igt@xe_module_load@load.html
   [428]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-1/igt@xe_module_load@load.html
   [429]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-2/igt@xe_module_load@load.html
   [430]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-lnl-2/igt@xe_module_load@load.html
   [431]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@xe_module_load@load.html
   [432]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@xe_module_load@load.html
   [433]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@xe_module_load@load.html
   [434]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@xe_module_load@load.html
   [435]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@xe_module_load@load.html
   [436]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@xe_module_load@load.html
   [437]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@xe_module_load@load.html
   [438]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@xe_module_load@load.html
   [439]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@xe_module_load@load.html
   [440]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-8/igt@xe_module_load@load.html
   [441]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@xe_module_load@load.html
   [442]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-2/igt@xe_module_load@load.html
   [443]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-2/igt@xe_module_load@load.html
   [444]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@xe_module_load@load.html
   [445]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@xe_module_load@load.html
   [446]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@xe_module_load@load.html
   [447]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@xe_module_load@load.html
   [448]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@xe_module_load@load.html
   [449]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-4/igt@xe_module_load@load.html
   [450]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-2/igt@xe_module_load@load.html
   [451]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@xe_module_load@load.html
   [452]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@xe_module_load@load.html
   [453]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@xe_module_load@load.html
   [454]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@xe_module_load@load.html
   [455]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-2/igt@xe_module_load@load.html
   [456]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@xe_module_load@load.html
    - shard-bmg:          ([PASS][457], [PASS][458], [PASS][459], [PASS][460], [PASS][461], [PASS][462], [PASS][463], [PASS][464], [PASS][465], [PASS][466], [PASS][467], [PASS][468], [PASS][469], [PASS][470], [PASS][471], [PASS][472], [PASS][473], [PASS][474], [PASS][475], [PASS][476], [PASS][477], [PASS][478], [PASS][479], [PASS][480], [PASS][481]) -> ([PASS][482], [PASS][483], [SKIP][484], [PASS][485], [PASS][486], [PASS][487], [PASS][488], [PASS][489], [PASS][490], [PASS][491], [PASS][492], [PASS][493], [PASS][494], [PASS][495], [PASS][496], [PASS][497], [PASS][498], [PASS][499], [PASS][500], [PASS][501], [PASS][502], [PASS][503], [PASS][504], [PASS][505], [PASS][506], [PASS][507]) ([Intel XE#2457])
   [457]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-1/igt@xe_module_load@load.html
   [458]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-1/igt@xe_module_load@load.html
   [459]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-8/igt@xe_module_load@load.html
   [460]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-8/igt@xe_module_load@load.html
   [461]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-3/igt@xe_module_load@load.html
   [462]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-3/igt@xe_module_load@load.html
   [463]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-4/igt@xe_module_load@load.html
   [464]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-4/igt@xe_module_load@load.html
   [465]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-4/igt@xe_module_load@load.html
   [466]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-2/igt@xe_module_load@load.html
   [467]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-7/igt@xe_module_load@load.html
   [468]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-7/igt@xe_module_load@load.html
   [469]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-7/igt@xe_module_load@load.html
   [470]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-3/igt@xe_module_load@load.html
   [471]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-1/igt@xe_module_load@load.html
   [472]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-2/igt@xe_module_load@load.html
   [473]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-2/igt@xe_module_load@load.html
   [474]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-6/igt@xe_module_load@load.html
   [475]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-2/igt@xe_module_load@load.html
   [476]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-8/igt@xe_module_load@load.html
   [477]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-5/igt@xe_module_load@load.html
   [478]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-5/igt@xe_module_load@load.html
   [479]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-5/igt@xe_module_load@load.html
   [480]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-6/igt@xe_module_load@load.html
   [481]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-bmg-6/igt@xe_module_load@load.html
   [482]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-5/igt@xe_module_load@load.html
   [483]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-5/igt@xe_module_load@load.html
   [484]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-8/igt@xe_module_load@load.html
   [485]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-8/igt@xe_module_load@load.html
   [486]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-8/igt@xe_module_load@load.html
   [487]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-8/igt@xe_module_load@load.html
   [488]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@xe_module_load@load.html
   [489]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-8/igt@xe_module_load@load.html
   [490]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-4/igt@xe_module_load@load.html
   [491]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-2/igt@xe_module_load@load.html
   [492]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-2/igt@xe_module_load@load.html
   [493]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-2/igt@xe_module_load@load.html
   [494]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-4/igt@xe_module_load@load.html
   [495]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-4/igt@xe_module_load@load.html
   [496]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@xe_module_load@load.html
   [497]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@xe_module_load@load.html
   [498]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-5/igt@xe_module_load@load.html
   [499]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@xe_module_load@load.html
   [500]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@xe_module_load@load.html
   [501]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@xe_module_load@load.html
   [502]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@xe_module_load@load.html
   [503]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@xe_module_load@load.html
   [504]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-1/igt@xe_module_load@load.html
   [505]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@xe_module_load@load.html
   [506]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@xe_module_load@load.html
   [507]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@xe_module_load@load.html
    - shard-adlp:         ([PASS][508], [PASS][509], [PASS][510], [PASS][511], [PASS][512], [PASS][513], [PASS][514], [PASS][515], [PASS][516], [PASS][517], [PASS][518], [PASS][519], [PASS][520], [PASS][521], [PASS][522], [PASS][523], [PASS][524], [PASS][525]) -> ([PASS][526], [PASS][527], [PASS][528], [PASS][529], [PASS][530], [PASS][531], [PASS][532], [PASS][533], [PASS][534], [PASS][535], [PASS][536], [SKIP][537], [PASS][538], [PASS][539], [PASS][540]) ([Intel XE#378] / [Intel XE#5612])
   [508]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-2/igt@xe_module_load@load.html
   [509]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-1/igt@xe_module_load@load.html
   [510]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-8/igt@xe_module_load@load.html
   [511]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-2/igt@xe_module_load@load.html
   [512]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-8/igt@xe_module_load@load.html
   [513]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-1/igt@xe_module_load@load.html
   [514]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-2/igt@xe_module_load@load.html
   [515]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-2/igt@xe_module_load@load.html
   [516]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-6/igt@xe_module_load@load.html
   [517]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-6/igt@xe_module_load@load.html
   [518]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-6/igt@xe_module_load@load.html
   [519]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-6/igt@xe_module_load@load.html
   [520]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-8/igt@xe_module_load@load.html
   [521]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-1/igt@xe_module_load@load.html
   [522]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-8/igt@xe_module_load@load.html
   [523]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-9/igt@xe_module_load@load.html
   [524]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-9/igt@xe_module_load@load.html
   [525]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-adlp-9/igt@xe_module_load@load.html
   [526]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-6/igt@xe_module_load@load.html
   [527]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-6/igt@xe_module_load@load.html
   [528]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-6/igt@xe_module_load@load.html
   [529]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@xe_module_load@load.html
   [530]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@xe_module_load@load.html
   [531]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@xe_module_load@load.html
   [532]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@xe_module_load@load.html
   [533]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@xe_module_load@load.html
   [534]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@xe_module_load@load.html
   [535]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@xe_module_load@load.html
   [536]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@xe_module_load@load.html
   [537]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@xe_module_load@load.html
   [538]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@xe_module_load@load.html
   [539]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@xe_module_load@load.html
   [540]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@xe_module_load@load.html
    - shard-dg2-set2:     ([PASS][541], [PASS][542], [PASS][543], [PASS][544], [PASS][545], [PASS][546], [PASS][547], [PASS][548], [PASS][549], [PASS][550], [PASS][551], [PASS][552], [PASS][553], [PASS][554], [PASS][555], [PASS][556], [PASS][557], [PASS][558], [PASS][559], [PASS][560], [PASS][561], [PASS][562], [PASS][563], [PASS][564]) -> ([PASS][565], [PASS][566], [PASS][567], [SKIP][568], [PASS][569], [PASS][570], [PASS][571], [PASS][572], [PASS][573], [PASS][574], [PASS][575], [PASS][576], [PASS][577], [PASS][578], [PASS][579], [PASS][580], [PASS][581], [PASS][582], [PASS][583], [PASS][584], [PASS][585], [PASS][586], [PASS][587], [PASS][588], [PASS][589], [PASS][590]) ([Intel XE#378])
   [541]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-435/igt@xe_module_load@load.html
   [542]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-435/igt@xe_module_load@load.html
   [543]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-466/igt@xe_module_load@load.html
   [544]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-432/igt@xe_module_load@load.html
   [545]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-463/igt@xe_module_load@load.html
   [546]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-433/igt@xe_module_load@load.html
   [547]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-432/igt@xe_module_load@load.html
   [548]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-432/igt@xe_module_load@load.html
   [549]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-466/igt@xe_module_load@load.html
   [550]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-434/igt@xe_module_load@load.html
   [551]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-434/igt@xe_module_load@load.html
   [552]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-436/igt@xe_module_load@load.html
   [553]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-463/igt@xe_module_load@load.html
   [554]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-434/igt@xe_module_load@load.html
   [555]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-433/igt@xe_module_load@load.html
   [556]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-433/igt@xe_module_load@load.html
   [557]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-464/igt@xe_module_load@load.html
   [558]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-464/igt@xe_module_load@load.html
   [559]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-436/igt@xe_module_load@load.html
   [560]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-436/igt@xe_module_load@load.html
   [561]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-435/igt@xe_module_load@load.html
   [562]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-463/igt@xe_module_load@load.html
   [563]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-466/igt@xe_module_load@load.html
   [564]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7/shard-dg2-435/igt@xe_module_load@load.html
   [565]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@xe_module_load@load.html
   [566]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@xe_module_load@load.html
   [567]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-466/igt@xe_module_load@load.html
   [568]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@xe_module_load@load.html
   [569]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-436/igt@xe_module_load@load.html
   [570]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-436/igt@xe_module_load@load.html
   [571]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@xe_module_load@load.html
   [572]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-466/igt@xe_module_load@load.html
   [573]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-466/igt@xe_module_load@load.html
   [574]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-435/igt@xe_module_load@load.html
   [575]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@xe_module_load@load.html
   [576]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@xe_module_load@load.html
   [577]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@xe_module_load@load.html
   [578]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@xe_module_load@load.html
   [579]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@xe_module_load@load.html
   [580]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@xe_module_load@load.html
   [581]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@xe_module_load@load.html
   [582]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-435/igt@xe_module_load@load.html
   [583]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-435/igt@xe_module_load@load.html
   [584]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-433/igt@xe_module_load@load.html
   [585]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-464/igt@xe_module_load@load.html
   [586]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-464/igt@xe_module_load@load.html
   [587]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@xe_module_load@load.html
   [588]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@xe_module_load@load.html
   [589]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-433/igt@xe_module_load@load.html
   [590]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-433/igt@xe_module_load@load.html

  * igt@xe_oa@buffer-size:
    - shard-dg2-set2:     NOTRUN -> [SKIP][591] ([Intel XE#6032])
   [591]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-464/igt@xe_oa@buffer-size.html

  * igt@xe_oa@mmio-triggered-reports-read:
    - shard-adlp:         NOTRUN -> [SKIP][592] ([Intel XE#6032]) +1 other test skip
   [592]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-6/igt@xe_oa@mmio-triggered-reports-read.html

  * igt@xe_oa@oa-tlb-invalidate:
    - shard-lnl:          NOTRUN -> [SKIP][593] ([Intel XE#2248])
   [593]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@xe_oa@oa-tlb-invalidate.html
    - shard-bmg:          NOTRUN -> [SKIP][594] ([Intel XE#2248])
   [594]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-5/igt@xe_oa@oa-tlb-invalidate.html

  * igt@xe_oa@oa-unit-exclusive-stream-sample-oa:
    - shard-dg2-set2:     NOTRUN -> [SKIP][595] ([Intel XE#3573]) +41 other tests skip
   [595]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html

  * igt@xe_oa@privileged-forked-access-vaddr:
    - shard-adlp:         NOTRUN -> [SKIP][596] ([Intel XE#3573]) +24 other tests skip
   [596]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-1/igt@xe_oa@privileged-forked-access-vaddr.html

  * igt@xe_pat@display-vs-wb-transient:
    - shard-adlp:         NOTRUN -> [SKIP][597] ([Intel XE#1337] / [Intel XE#5572])
   [597]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-6/igt@xe_pat@display-vs-wb-transient.html

  * igt@xe_pat@pat-index-xe2:
    - shard-dg2-set2:     NOTRUN -> [SKIP][598] ([Intel XE#977])
   [598]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@xe_pat@pat-index-xe2.html

  * igt@xe_pat@pat-index-xehpc:
    - shard-bmg:          NOTRUN -> [SKIP][599] ([Intel XE#1420])
   [599]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@xe_pat@pat-index-xehpc.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][600] ([Intel XE#2838] / [Intel XE#979])
   [600]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@xe_pat@pat-index-xehpc.html
    - shard-lnl:          NOTRUN -> [SKIP][601] ([Intel XE#1420] / [Intel XE#2838])
   [601]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-2/igt@xe_pat@pat-index-xehpc.html

  * igt@xe_pat@pat-index-xelp:
    - shard-lnl:          NOTRUN -> [SKIP][602] ([Intel XE#977])
   [602]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@xe_pat@pat-index-xelp.html
    - shard-bmg:          NOTRUN -> [SKIP][603] ([Intel XE#2245])
   [603]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@xe_pat@pat-index-xelp.html

  * igt@xe_pat@pat-index-xelpg:
    - shard-bmg:          NOTRUN -> [SKIP][604] ([Intel XE#2236])
   [604]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-5/igt@xe_pat@pat-index-xelpg.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][605] ([Intel XE#979])
   [605]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@xe_pat@pat-index-xelpg.html
    - shard-lnl:          NOTRUN -> [SKIP][606] ([Intel XE#979])
   [606]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@xe_pat@pat-index-xelpg.html

  * igt@xe_peer2peer@read:
    - shard-bmg:          NOTRUN -> [SKIP][607] ([Intel XE#2427]) +1 other test skip
   [607]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-3/igt@xe_peer2peer@read.html
    - shard-lnl:          NOTRUN -> [SKIP][608] ([Intel XE#1061]) +1 other test skip
   [608]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@xe_peer2peer@read.html

  * igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p:
    - shard-dg2-set2:     NOTRUN -> [FAIL][609] ([Intel XE#1173]) +3 other tests fail
   [609]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-433/igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p.html

  * igt@xe_pm@d3cold-basic:
    - shard-lnl:          NOTRUN -> [SKIP][610] ([Intel XE#2284] / [Intel XE#366]) +7 other tests skip
   [610]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-5/igt@xe_pm@d3cold-basic.html

  * igt@xe_pm@d3cold-i2c:
    - shard-dg2-set2:     NOTRUN -> [SKIP][611] ([Intel XE#5694])
   [611]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@xe_pm@d3cold-i2c.html
    - shard-lnl:          NOTRUN -> [SKIP][612] ([Intel XE#5694])
   [612]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@xe_pm@d3cold-i2c.html
    - shard-bmg:          NOTRUN -> [SKIP][613] ([Intel XE#5694])
   [613]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@xe_pm@d3cold-i2c.html
    - shard-adlp:         NOTRUN -> [SKIP][614] ([Intel XE#5694])
   [614]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@xe_pm@d3cold-i2c.html

  * igt@xe_pm@d3cold-mmap-vram:
    - shard-dg2-set2:     NOTRUN -> [SKIP][615] ([Intel XE#2284] / [Intel XE#366]) +7 other tests skip
   [615]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@xe_pm@d3cold-mmap-vram.html

  * igt@xe_pm@d3cold-mocs:
    - shard-dg2-set2:     NOTRUN -> [SKIP][616] ([Intel XE#2284])
   [616]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@xe_pm@d3cold-mocs.html
    - shard-lnl:          NOTRUN -> [SKIP][617] ([Intel XE#2284])
   [617]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@xe_pm@d3cold-mocs.html

  * igt@xe_pm@d3hot-i2c:
    - shard-dg2-set2:     NOTRUN -> [SKIP][618] ([Intel XE#5742])
   [618]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@xe_pm@d3hot-i2c.html
    - shard-lnl:          NOTRUN -> [SKIP][619] ([Intel XE#5742])
   [619]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-2/igt@xe_pm@d3hot-i2c.html

  * igt@xe_pm@d3hot-mmap-vram:
    - shard-lnl:          NOTRUN -> [SKIP][620] ([Intel XE#1948])
   [620]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@xe_pm@d3hot-mmap-vram.html

  * igt@xe_pm@s2idle-d3cold-basic-exec:
    - shard-bmg:          NOTRUN -> [SKIP][621] ([Intel XE#2284]) +8 other tests skip
   [621]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-7/igt@xe_pm@s2idle-d3cold-basic-exec.html
    - shard-adlp:         NOTRUN -> [SKIP][622] ([Intel XE#2284] / [Intel XE#366])
   [622]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@xe_pm@s2idle-d3cold-basic-exec.html

  * igt@xe_pm@s2idle-vm-bind-prefetch:
    - shard-adlp:         NOTRUN -> [DMESG-WARN][623] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#4504])
   [623]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@xe_pm@s2idle-vm-bind-prefetch.html

  * igt@xe_pm@s3-mocs:
    - shard-lnl:          NOTRUN -> [SKIP][624] ([Intel XE#584]) +10 other tests skip
   [624]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@xe_pm@s3-mocs.html

  * igt@xe_pm@vram-d3cold-threshold:
    - shard-dg2-set2:     NOTRUN -> [SKIP][625] ([Intel XE#579])
   [625]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@xe_pm@vram-d3cold-threshold.html
    - shard-lnl:          NOTRUN -> [SKIP][626] ([Intel XE#579])
   [626]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@xe_pm@vram-d3cold-threshold.html
    - shard-adlp:         NOTRUN -> [SKIP][627] ([Intel XE#5611] / [Intel XE#579])
   [627]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-8/igt@xe_pm@vram-d3cold-threshold.html
    - shard-bmg:          NOTRUN -> [SKIP][628] ([Intel XE#579])
   [628]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-6/igt@xe_pm@vram-d3cold-threshold.html

  * igt@xe_pmu@all-fn-engine-activity-load:
    - shard-dg2-set2:     NOTRUN -> [SKIP][629] ([Intel XE#4650]) +1 other test skip
   [629]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@xe_pmu@all-fn-engine-activity-load.html

  * igt@xe_pmu@fn-engine-activity-sched-if-idle:
    - shard-lnl:          NOTRUN -> [SKIP][630] ([Intel XE#4650]) +2 other tests skip
   [630]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@xe_pmu@fn-engine-activity-sched-if-idle.html

  * igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq:
    - shard-adlp:         NOTRUN -> [SKIP][631] ([Intel XE#4733] / [Intel XE#5594]) +4 other tests skip
   [631]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-9/igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq.html

  * igt@xe_pxp@pxp-termination-key-update-post-rpm:
    - shard-dg2-set2:     NOTRUN -> [SKIP][632] ([Intel XE#4733]) +15 other tests skip
   [632]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@xe_pxp@pxp-termination-key-update-post-rpm.html

  * igt@xe_pxp@pxp-termination-key-update-post-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][633] ([Intel XE#4733]) +14 other tests skip
   [633]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-4/igt@xe_pxp@pxp-termination-key-update-post-suspend.html

  * igt@xe_query@multigpu-query-engines:
    - shard-dg2-set2:     NOTRUN -> [SKIP][634] ([Intel XE#944]) +16 other tests skip
   [634]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-435/igt@xe_query@multigpu-query-engines.html

  * igt@xe_query@multigpu-query-invalid-cs-cycles:
    - shard-bmg:          NOTRUN -> [SKIP][635] ([Intel XE#944]) +16 other tests skip
   [635]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-bmg-4/igt@xe_query@multigpu-query-invalid-cs-cycles.html

  * igt@xe_query@multigpu-query-invalid-extension:
    - shard-adlp:         NOTRUN -> [SKIP][636] ([Intel XE#944]) +9 other tests skip
   [636]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-adlp-2/igt@xe_query@multigpu-query-invalid-extension.html

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

  * igt@xe_render_copy@render-stress-4-copies:
    - shard-dg2-set2:     NOTRUN -> [SKIP][638] ([Intel XE#4814]) +3 other tests skip
   [638]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-466/igt@xe_render_copy@render-stress-4-copies.html

  * igt@xe_spin_batch@spin-mem-copy:
    - shard-dg2-set2:     NOTRUN -> [SKIP][639] ([Intel XE#4821])
   [639]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-434/igt@xe_spin_batch@spin-mem-copy.html

  * igt@xe_sriov_auto_provisioning@fair-allocation:
    - shard-lnl:          NOTRUN -> [SKIP][640] ([Intel XE#4130]) +5 other tests skip
   [640]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-7/igt@xe_sriov_auto_provisioning@fair-allocation.html

  * igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling:
    - shard-dg2-set2:     NOTRUN -> [SKIP][641] ([Intel XE#4130]) +5 other tests skip
   [641]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling.html

  * igt@xe_sriov_flr@flr-vf1-clear:
    - shard-dg2-set2:     NOTRUN -> [SKIP][642] ([Intel XE#3342]) +1 other test skip
   [642]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-432/igt@xe_sriov_flr@flr-vf1-clear.html
    - shard-lnl:          NOTRUN -> [SKIP][643] ([Intel XE#3342]) +1 other test skip
   [643]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-3/igt@xe_sriov_flr@flr-vf1-clear.html

  * igt@xe_sriov_flr@flr-vfs-parallel:
    - shard-dg2-set2:     NOTRUN -> [SKIP][644] ([Intel XE#4273]) +1 other test skip
   [644]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-463/igt@xe_sriov_flr@flr-vfs-parallel.html
    - shard-lnl:          NOTRUN -> [SKIP][645] ([Intel XE#4273]) +1 other test skip
   [645]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/igt@xe_sriov_flr@flr-vfs-parallel.html

  * igt@xe_sriov_scheduling@nonpreempt-engine-resets:
    - shard-dg2-set2:     NOTRUN -> [SKIP][646] ([Intel XE#4351]) +1 other test skip
   [646]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-dg2-464/igt@xe_sriov_scheduling@nonpreempt-engine-resets.html
    - shard-lnl:          NOTRUN -> [SKIP][647] ([Intel XE#4351]) +1 other test skip
   [647]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155803v1/shard-lnl-1/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#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
  [Intel XE#1062]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1062
  [Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
  [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#1125]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1125
  [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#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128
  [Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
  [Intel XE#1131]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1131
  [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#1151]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1151
  [Intel XE#1158]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1158
  [Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173
  [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#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337
  [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#1416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1416
  [Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
  [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
  [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
  [Intel XE#1428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1428
  [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
  [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
  [Intel XE#1447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1447
  [Intel XE#1450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1450
  [Intel XE#1466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1466
  [Intel XE#1467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467
  [Intel XE#1468]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1468
  [Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469
  [Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
  [Intel XE#1477]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1477
  [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#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500
  [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
  [Intel XE#1504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1504
  [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#1948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1948
  [Intel XE#2007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2007
  [Intel XE#2029]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2029
  [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
  [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#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
  [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
  [Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245
  [Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248
  [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
  [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
  [Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
  [Intel XE#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#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
  [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
  [Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
  [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2350
  [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
  [Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
  [Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
  [Intel XE#2372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372
  [Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
  [Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
  [Intel XE#2375]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2375
  [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
  [Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
  [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
  [Intel XE#2391]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2391
  [Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392
  [Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
  [Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
  [Intel XE#2414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
  [Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450
  [Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
  [Intel XE#2459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2459
  [Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
  [Intel XE#2499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2499
  [Intel XE#2501]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2501
  [Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504
  [Intel XE#2505]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2505
  [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#2568]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2568
  [Intel XE#2596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2596
  [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#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669
  [Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
  [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
  [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
  [Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833
  [Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
  [Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#2853]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2853
  [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#2934]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2934
  [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#3009]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3009
  [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#3099]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3099
  [Intel XE#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310
  [Intel XE#3106]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3106
  [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
  [Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
  [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
  [Intel XE#3157]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3157
  [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#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#3307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3307
  [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#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
  [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
  [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
  [Intel XE#3433]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3433
  [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#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
  [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
  [Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356
  [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
  [Intel XE#3576]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3576
  [Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
  [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#3868]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3868
  [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#4090]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4090
  [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#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#4329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4329
  [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#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
  [Intel XE#4356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4356
  [Intel XE#4359]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4359
  [Intel XE#4416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4416
  [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#4494]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4494
  [Intel XE#4504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4504
  [Intel XE#4518]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4518
  [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#4633]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4633
  [Intel XE#4650]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4650
  [Intel XE#4658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4658
  [Intel XE#4683]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4683
  [Intel XE#4689]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4689
  [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#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#4921]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4921
  [Intel XE#4937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4937
  [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#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512
  [Intel XE#5191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5191
  [Intel XE#5195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5195
  [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#5425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5425
  [Intel XE#5427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5427
  [Intel XE#5428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5428
  [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#5564]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5564
  [Intel XE#5565]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5565
  [Intel XE#5572]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5572
  [Intel XE#5575]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5575
  [Intel XE#5580]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5580
  [Intel XE#5585]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5585
  [Intel XE#5594]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5594
  [Intel XE#560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/560
  [Intel XE#5607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5607
  [Intel XE#5610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5610
  [Intel XE#5611]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5611
  [Intel XE#5612]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5612
  [Intel XE#5617]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5617
  [Intel XE#5624]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5624
  [Intel XE#5625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5625
  [Intel XE#5626]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5626
  [Intel XE#5632]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5632
  [Intel XE#5672]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5672
  [Intel XE#5694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5694
  [Intel XE#5712]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5712
  [Intel XE#5737]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5737
  [Intel XE#5742]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5742
  [Intel XE#5745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5745
  [Intel XE#5786]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5786
  [Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
  [Intel XE#5793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5793
  [Intel XE#5794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5794
  [Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
  [Intel XE#586]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/586
  [Intel XE#5890]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5890
  [Intel XE#5963]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5963
  [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
  [Intel XE#6010]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6010
  [Intel XE#6011]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6011
  [Intel XE#6014]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6014
  [Intel XE#6032]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6032
  [Intel XE#6050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6050
  [Intel XE#6054]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6054
  [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#6168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6168
  [Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619
  [Intel XE#6196]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6196
  [Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623
  [Intel XE#6259]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6259
  [Intel XE#6281]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6281
  [Intel XE#6299]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6299
  [Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
  [Intel XE#6313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6313
  [Intel XE#6318]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6318
  [Intel XE#6320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6320
  [Intel XE#6325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6325
  [Intel XE#6326]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6326
  [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#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#702]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/702
  [Intel XE#703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/703
  [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
  [Intel XE#734]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/734
  [Intel XE#736]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/736
  [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#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
  [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#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#14968]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14968
  [i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804


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

  * Linux: xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7 -> xe-pw-155803v1

  IGT_8582: 8582
  xe-3904-085518a4da5bcf9b68ef798e27ef71d64443aad7: 085518a4da5bcf9b68ef798e27ef71d64443aad7
  xe-pw-155803v1: 155803v1

== Logs ==

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

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

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

* Re: [core-for-CI] KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs
  2025-10-13  5:55 [core-for-CI] KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs Chaitanya Kumar Borah
                   ` (2 preceding siblings ...)
  2025-10-13  8:28 ` ✗ Xe.CI.Full: failure " Patchwork
@ 2025-10-13 10:37 ` Jani Nikula
  2025-10-13 10:44   ` Borah, Chaitanya Kumar
  3 siblings, 1 reply; 7+ messages in thread
From: Jani Nikula @ 2025-10-13 10:37 UTC (permalink / raw)
  To: Chaitanya Kumar Borah, intel-xe, intel-gfx

On Mon, 13 Oct 2025, Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com> wrote:
> From: Dapeng Mi <dapeng1.mi@linux.intel.com>
>
> Explicitly zero kvm_host_pmu instead of attempting to get the perf PMU
> capabilities when running on a hybrid CPU to avoid running afoul of perf's
> sanity check.
>
>   ------------[ cut here ]------------
>   WARNING: arch/x86/events/core.c:3089 at perf_get_x86_pmu_capability+0xd/0xc0,
>   Call Trace:
>    <TASK>
>    kvm_x86_vendor_init+0x1b0/0x1a40 [kvm]
>    vmx_init+0xdb/0x260 [kvm_intel]
>    vt_init+0x12/0x9d0 [kvm_intel]
>    do_one_initcall+0x60/0x3f0
>    do_init_module+0x97/0x2b0
>    load_module+0x2d08/0x2e30
>    init_module_from_file+0x96/0xe0
>    idempotent_init_module+0x117/0x330
>    __x64_sys_finit_module+0x73/0xe0
>
> Always read the capabilities for non-hybrid CPUs, i.e. don't entirely
> revert to reading capabilities if and only if KVM wants to use a PMU, as
> it may be useful to have the host PMU capabilities available, e.g. if only
> or debug.
>
> Reported-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
> Closes: https://lore.kernel.org/all/70b64347-2aca-4511-af78-a767d5fa8226@intel.com/
> Fixes: 51f34b1e650f ("KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities")
> Suggested-by: Sean Christopherson <seanjc@google.com>
> Signed-off-by: Dapeng Mi <dapeng1.mi@linux.intel.com>
> Link: https://lore.kernel.org/r/20251010005239.146953-1-dapeng1.mi@linux.intel.com
> [sean: rework changelog, call out hybrid CPUs in shortlog]
> References: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15122
> Signed-off-by: Sean Christopherson <seanjc@google.com>

Chaitanya, please reply with your Signed-off-by, otherwise I can't merge
this. You *must* add your Signed-off-by even when sending someone else's
work unmodified.

BR,
Jani.


> ---
>  arch/x86/kvm/pmu.c | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/arch/x86/kvm/pmu.c b/arch/x86/kvm/pmu.c
> index 40ac4cb44ed2..487ad19a236e 100644
> --- a/arch/x86/kvm/pmu.c
> +++ b/arch/x86/kvm/pmu.c
> @@ -108,16 +108,18 @@ void kvm_init_pmu_capability(const struct kvm_pmu_ops *pmu_ops)
>  	bool is_intel = boot_cpu_data.x86_vendor == X86_VENDOR_INTEL;
>  	int min_nr_gp_ctrs = pmu_ops->MIN_NR_GP_COUNTERS;
>  
> -	perf_get_x86_pmu_capability(&kvm_host_pmu);
> -
>  	/*
>  	 * Hybrid PMUs don't play nice with virtualization without careful
>  	 * configuration by userspace, and KVM's APIs for reporting supported
>  	 * vPMU features do not account for hybrid PMUs.  Disable vPMU support
>  	 * for hybrid PMUs until KVM gains a way to let userspace opt-in.
>  	 */
> -	if (cpu_feature_enabled(X86_FEATURE_HYBRID_CPU))
> +	if (cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) {
>  		enable_pmu = false;
> +		memset(&kvm_host_pmu, 0, sizeof(kvm_host_pmu));
> +	} else {
> +		perf_get_x86_pmu_capability(&kvm_host_pmu);
> +	}
>  
>  	if (enable_pmu) {
>  		/*

-- 
Jani Nikula, Intel

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

* Re: [core-for-CI] KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs
  2025-10-13 10:37 ` [core-for-CI] " Jani Nikula
@ 2025-10-13 10:44   ` Borah, Chaitanya Kumar
  2025-12-18 14:14     ` Mika Kahola
  0 siblings, 1 reply; 7+ messages in thread
From: Borah, Chaitanya Kumar @ 2025-10-13 10:44 UTC (permalink / raw)
  To: Jani Nikula, intel-xe, intel-gfx



On 10/13/2025 4:07 PM, Jani Nikula wrote:
> On Mon, 13 Oct 2025, Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com> wrote:
>> From: Dapeng Mi <dapeng1.mi@linux.intel.com>
>>
>> Explicitly zero kvm_host_pmu instead of attempting to get the perf PMU
>> capabilities when running on a hybrid CPU to avoid running afoul of perf's
>> sanity check.
>>
>>    ------------[ cut here ]------------
>>    WARNING: arch/x86/events/core.c:3089 at perf_get_x86_pmu_capability+0xd/0xc0,
>>    Call Trace:
>>     <TASK>
>>     kvm_x86_vendor_init+0x1b0/0x1a40 [kvm]
>>     vmx_init+0xdb/0x260 [kvm_intel]
>>     vt_init+0x12/0x9d0 [kvm_intel]
>>     do_one_initcall+0x60/0x3f0
>>     do_init_module+0x97/0x2b0
>>     load_module+0x2d08/0x2e30
>>     init_module_from_file+0x96/0xe0
>>     idempotent_init_module+0x117/0x330
>>     __x64_sys_finit_module+0x73/0xe0
>>
>> Always read the capabilities for non-hybrid CPUs, i.e. don't entirely
>> revert to reading capabilities if and only if KVM wants to use a PMU, as
>> it may be useful to have the host PMU capabilities available, e.g. if only
>> or debug.
>>
>> Reported-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
>> Closes: https://lore.kernel.org/all/70b64347-2aca-4511-af78-a767d5fa8226@intel.com/
>> Fixes: 51f34b1e650f ("KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities")
>> Suggested-by: Sean Christopherson <seanjc@google.com>
>> Signed-off-by: Dapeng Mi <dapeng1.mi@linux.intel.com>
>> Link: https://lore.kernel.org/r/20251010005239.146953-1-dapeng1.mi@linux.intel.com
>> [sean: rework changelog, call out hybrid CPUs in shortlog]
>> References: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15122
>> Signed-off-by: Sean Christopherson <seanjc@google.com>
> 
> Chaitanya, please reply with your Signed-off-by, otherwise I can't merge
> this. You *must* add your Signed-off-by even when sending someone else's
> work unmodified.
> 

Ack, please consider it

Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>

Thank you for pointing it out.
> BR,
> Jani.
> 
> 
>> ---
>>   arch/x86/kvm/pmu.c | 8 +++++---
>>   1 file changed, 5 insertions(+), 3 deletions(-)
>>
>> diff --git a/arch/x86/kvm/pmu.c b/arch/x86/kvm/pmu.c
>> index 40ac4cb44ed2..487ad19a236e 100644
>> --- a/arch/x86/kvm/pmu.c
>> +++ b/arch/x86/kvm/pmu.c
>> @@ -108,16 +108,18 @@ void kvm_init_pmu_capability(const struct kvm_pmu_ops *pmu_ops)
>>   	bool is_intel = boot_cpu_data.x86_vendor == X86_VENDOR_INTEL;
>>   	int min_nr_gp_ctrs = pmu_ops->MIN_NR_GP_COUNTERS;
>>   
>> -	perf_get_x86_pmu_capability(&kvm_host_pmu);
>> -
>>   	/*
>>   	 * Hybrid PMUs don't play nice with virtualization without careful
>>   	 * configuration by userspace, and KVM's APIs for reporting supported
>>   	 * vPMU features do not account for hybrid PMUs.  Disable vPMU support
>>   	 * for hybrid PMUs until KVM gains a way to let userspace opt-in.
>>   	 */
>> -	if (cpu_feature_enabled(X86_FEATURE_HYBRID_CPU))
>> +	if (cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) {
>>   		enable_pmu = false;
>> +		memset(&kvm_host_pmu, 0, sizeof(kvm_host_pmu));
>> +	} else {
>> +		perf_get_x86_pmu_capability(&kvm_host_pmu);
>> +	}
>>   
>>   	if (enable_pmu) {
>>   		/*
> 


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

* Re: [core-for-CI] KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs
  2025-10-13 10:44   ` Borah, Chaitanya Kumar
@ 2025-12-18 14:14     ` Mika Kahola
  0 siblings, 0 replies; 7+ messages in thread
From: Mika Kahola @ 2025-12-18 14:14 UTC (permalink / raw)
  To: chaitanya.kumar.borah; +Cc: intel-gfx, intel-xe, jani.nikula



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

end of thread, other threads:[~2025-12-18 14:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-13  5:55 [core-for-CI] KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs Chaitanya Kumar Borah
2025-10-13  6:30 ` ✓ CI.KUnit: success for " Patchwork
2025-10-13  7:05 ` ✓ Xe.CI.BAT: " Patchwork
2025-10-13  8:28 ` ✗ Xe.CI.Full: failure " Patchwork
2025-10-13 10:37 ` [core-for-CI] " Jani Nikula
2025-10-13 10:44   ` Borah, Chaitanya Kumar
2025-12-18 14:14     ` Mika Kahola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox