Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe/xe3: Apply wa_14024997852
@ 2025-10-23  4:40 Tapani Pälli
  2025-10-23  5:29 ` ✓ CI.KUnit: success for " Patchwork
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Tapani Pälli @ 2025-10-23  4:40 UTC (permalink / raw)
  To: intel-xe; +Cc: matthew.d.roper, tilak.tirumalesh.tangudu, Tapani Pälli

Whitelist registers needed for userspace to control autostrip on xe3.

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
---
 drivers/gpu/drm/xe/xe_reg_whitelist.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/gpu/drm/xe/xe_reg_whitelist.c b/drivers/gpu/drm/xe/xe_reg_whitelist.c
index 690bc327a363..fab56673153b 100644
--- a/drivers/gpu/drm/xe/xe_reg_whitelist.c
+++ b/drivers/gpu/drm/xe/xe_reg_whitelist.c
@@ -89,6 +89,13 @@ static const struct xe_rtp_entry_sr register_whitelist[] = {
 				   RING_FORCE_TO_NONPRIV_ACCESS_RD |
 				   RING_FORCE_TO_NONPRIV_RANGE_4))
 	},
+	{ XE_RTP_NAME("14024997852"),
+	  XE_RTP_RULES(GRAPHICS_VERSION(3500), ENGINE_CLASS(RENDER)),
+	  XE_RTP_ACTIONS(WHITELIST(FF_MODE,
+				   RING_FORCE_TO_NONPRIV_ACCESS_RW),
+			 WHITELIST(VFLSKPD,
+				   RING_FORCE_TO_NONPRIV_ACCESS_RW))
+	},
 };
 
 static void whitelist_apply_to_hwe(struct xe_hw_engine *hwe)
-- 
2.51.0


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

* ✓ CI.KUnit: success for drm/xe/xe3: Apply wa_14024997852
  2025-10-23  4:40 [PATCH] drm/xe/xe3: Apply wa_14024997852 Tapani Pälli
@ 2025-10-23  5:29 ` Patchwork
  2025-10-23  6:08 ` ✓ Xe.CI.BAT: " Patchwork
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2025-10-23  5:29 UTC (permalink / raw)
  To: Tapani Pälli; +Cc: intel-xe

== Series Details ==

Series: drm/xe/xe3: Apply wa_14024997852
URL   : https://patchwork.freedesktop.org/series/156392/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/xe/xe3: Apply wa_14024997852
  2025-10-23  4:40 [PATCH] drm/xe/xe3: Apply wa_14024997852 Tapani Pälli
  2025-10-23  5:29 ` ✓ CI.KUnit: success for " Patchwork
@ 2025-10-23  6:08 ` Patchwork
  2025-10-23 11:22 ` ✗ Xe.CI.Full: failure " Patchwork
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2025-10-23  6:08 UTC (permalink / raw)
  To: Tapani Pälli; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe/xe3: Apply wa_14024997852
URL   : https://patchwork.freedesktop.org/series/156392/
State : success

== Summary ==

CI Bug Log - changes from xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd_BAT -> xe-pw-156392v1_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (13 -> 13)
------------------------------

  No changes in participating hosts


Changes
-------

  No changes found


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

  * IGT: IGT_8594 -> IGT_8595
  * Linux: xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd -> xe-pw-156392v1

  IGT_8594: 8594
  IGT_8595: 8595
  xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd: 71929a54e8bb5da291d41a931d80c6c9160073dd
  xe-pw-156392v1: 156392v1

== Logs ==

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

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

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

* ✗ Xe.CI.Full: failure for drm/xe/xe3: Apply wa_14024997852
  2025-10-23  4:40 [PATCH] drm/xe/xe3: Apply wa_14024997852 Tapani Pälli
  2025-10-23  5:29 ` ✓ CI.KUnit: success for " Patchwork
  2025-10-23  6:08 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-10-23 11:22 ` Patchwork
  2025-10-24 23:52 ` [PATCH] " Matt Roper
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2025-10-23 11:22 UTC (permalink / raw)
  To: Tapani Pälli; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe/xe3: Apply wa_14024997852
URL   : https://patchwork.freedesktop.org/series/156392/
State : failure

== Summary ==

CI Bug Log - changes from xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd_FULL -> xe-pw-156392v1_FULL
====================================================

Summary
-------

  **FAILURE**

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

### IGT changes ###

#### Possible regressions ####

  * igt@kms_flip@2x-flip-vs-suspend@ab-dp2-hdmi-a3:
    - shard-bmg:          [PASS][1] -> [DMESG-WARN][2]
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-2/igt@kms_flip@2x-flip-vs-suspend@ab-dp2-hdmi-a3.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-8/igt@kms_flip@2x-flip-vs-suspend@ab-dp2-hdmi-a3.html

  * igt@kms_plane_cursor@viewport:
    - shard-adlp:         [PASS][3] -> [FAIL][4] +3 other tests fail
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-3/igt@kms_plane_cursor@viewport.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-6/igt@kms_plane_cursor@viewport.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-a-edp-1:
    - shard-lnl:          [PASS][5] -> [FAIL][6] ([Intel XE#6054]) +3 other tests fail
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-a-edp-1.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-a-edp-1.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
    - shard-adlp:         [PASS][7] -> [FAIL][8] ([Intel XE#3908]) +1 other test fail
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-4/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html

  * igt@kms_big_fb@4-tiled-64bpp-rotate-270:
    - shard-dg2-set2:     NOTRUN -> [SKIP][9] ([Intel XE#316])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-466/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html

  * igt@kms_big_fb@linear-8bpp-rotate-270:
    - shard-bmg:          NOTRUN -> [SKIP][10] ([Intel XE#2327])
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-3/igt@kms_big_fb@linear-8bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-64bpp-rotate-90:
    - shard-bmg:          NOTRUN -> [SKIP][11] ([Intel XE#1124]) +1 other test skip
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-6/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
    - shard-lnl:          NOTRUN -> [SKIP][12] ([Intel XE#1477])
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-4/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
    - shard-bmg:          NOTRUN -> [SKIP][13] ([Intel XE#607])
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-6/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-adlp:         NOTRUN -> [DMESG-FAIL][14] ([Intel XE#4543]) +1 other test dmesg-fail
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

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

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

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
    - shard-adlp:         NOTRUN -> [SKIP][17] ([Intel XE#1124])
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
    - shard-dg2-set2:     NOTRUN -> [SKIP][18] ([Intel XE#1124]) +4 other tests skip
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html

  * igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p:
    - shard-bmg:          [PASS][19] -> [SKIP][20] ([Intel XE#2314] / [Intel XE#2894])
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-5/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html

  * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc:
    - shard-bmg:          NOTRUN -> [SKIP][21] ([Intel XE#2887]) +5 other tests skip
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-8/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc.html

  * igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-1:
    - shard-adlp:         NOTRUN -> [SKIP][22] ([Intel XE#787]) +20 other tests skip
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-3/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-1.html

  * igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs:
    - shard-lnl:          NOTRUN -> [SKIP][23] ([Intel XE#2887]) +2 other tests skip
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-7/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs:
    - shard-dg2-set2:     [PASS][24] -> [INCOMPLETE][25] ([Intel XE#3862]) +1 other test incomplete
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-dg2-432/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-434/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-dp-4:
    - shard-dg2-set2:     NOTRUN -> [SKIP][26] ([Intel XE#787]) +41 other tests skip
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-436/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-dp-4.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
    - shard-dg2-set2:     NOTRUN -> [SKIP][27] ([Intel XE#2907])
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-435/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html

  * igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4:
    - shard-dg2-set2:     NOTRUN -> [SKIP][28] ([Intel XE#455] / [Intel XE#787]) +11 other tests skip
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-433/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-cc:
    - shard-adlp:         NOTRUN -> [SKIP][29] ([Intel XE#455] / [Intel XE#787]) +13 other tests skip
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-8/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_cdclk@plane-scaling:
    - shard-bmg:          NOTRUN -> [SKIP][30] ([Intel XE#2724])
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-1/igt@kms_cdclk@plane-scaling.html

  * igt@kms_chamelium_color@ctm-green-to-red:
    - shard-adlp:         NOTRUN -> [SKIP][31] ([Intel XE#306])
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-4/igt@kms_chamelium_color@ctm-green-to-red.html

  * igt@kms_chamelium_frames@dp-crc-multiple:
    - shard-dg2-set2:     NOTRUN -> [SKIP][32] ([Intel XE#373]) +3 other tests skip
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-464/igt@kms_chamelium_frames@dp-crc-multiple.html

  * igt@kms_chamelium_frames@vga-frame-dump:
    - shard-lnl:          NOTRUN -> [SKIP][33] ([Intel XE#373])
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-2/igt@kms_chamelium_frames@vga-frame-dump.html

  * igt@kms_chamelium_hpd@dp-hpd-after-suspend:
    - shard-adlp:         NOTRUN -> [SKIP][34] ([Intel XE#373])
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-2/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html

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

  * igt@kms_content_protection@type1:
    - shard-lnl:          NOTRUN -> [SKIP][36] ([Intel XE#3278]) +1 other test skip
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-3/igt@kms_content_protection@type1.html

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

  * igt@kms_cursor_crc@cursor-onscreen-32x32:
    - shard-bmg:          NOTRUN -> [SKIP][38] ([Intel XE#2320])
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-1/igt@kms_cursor_crc@cursor-onscreen-32x32.html

  * igt@kms_cursor_crc@cursor-rapid-movement-128x42:
    - shard-lnl:          NOTRUN -> [SKIP][39] ([Intel XE#1424])
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-8/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html

  * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
    - shard-bmg:          [PASS][40] -> [SKIP][41] ([Intel XE#2291]) +7 other tests skip
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
    - shard-bmg:          [PASS][42] -> [FAIL][43] ([Intel XE#1475])
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html

  * igt@kms_flip@2x-dpms-vs-vblank-race-interruptible:
    - shard-lnl:          NOTRUN -> [SKIP][44] ([Intel XE#1421]) +2 other tests skip
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-5/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html

  * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
    - shard-bmg:          NOTRUN -> [SKIP][45] ([Intel XE#2316])
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
    - shard-adlp:         NOTRUN -> [SKIP][46] ([Intel XE#310])
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html

  * igt@kms_flip@2x-flip-vs-rmfb@bc-dp2-hdmi-a3:
    - shard-bmg:          [PASS][47] -> [INCOMPLETE][48] ([Intel XE#2049]) +1 other test incomplete
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-7/igt@kms_flip@2x-flip-vs-rmfb@bc-dp2-hdmi-a3.html
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-4/igt@kms_flip@2x-flip-vs-rmfb@bc-dp2-hdmi-a3.html

  * igt@kms_flip@2x-flip-vs-suspend:
    - shard-bmg:          [PASS][49] -> [DMESG-WARN][50] ([Intel XE#5208])
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-2/igt@kms_flip@2x-flip-vs-suspend.html
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-8/igt@kms_flip@2x-flip-vs-suspend.html

  * igt@kms_flip@2x-plain-flip-ts-check-interruptible:
    - shard-bmg:          [PASS][51] -> [SKIP][52] ([Intel XE#2316]) +2 other tests skip
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-8/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-6/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html

  * igt@kms_flip@flip-vs-suspend-interruptible:
    - shard-bmg:          [PASS][53] -> [INCOMPLETE][54] ([Intel XE#2049] / [Intel XE#2597]) +1 other test incomplete
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-1/igt@kms_flip@flip-vs-suspend-interruptible.html
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-8/igt@kms_flip@flip-vs-suspend-interruptible.html

  * igt@kms_flip@flip-vs-suspend@b-hdmi-a1:
    - shard-adlp:         [PASS][55] -> [DMESG-WARN][56] ([Intel XE#4543]) +9 other tests dmesg-warn
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-1/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-2/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html

  * igt@kms_flip@flip-vs-suspend@c-dp4:
    - shard-dg2-set2:     [PASS][57] -> [INCOMPLETE][58] ([Intel XE#2049] / [Intel XE#2597]) +1 other test incomplete
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-dg2-436/igt@kms_flip@flip-vs-suspend@c-dp4.html
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-433/igt@kms_flip@flip-vs-suspend@c-dp4.html

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

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

  * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
    - shard-bmg:          NOTRUN -> [SKIP][61] ([Intel XE#2293] / [Intel XE#2380])
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-3/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
    - shard-bmg:          NOTRUN -> [SKIP][62] ([Intel XE#2293])
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-3/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
    - shard-lnl:          NOTRUN -> [SKIP][63] ([Intel XE#1401] / [Intel XE#1745])
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> [SKIP][64] ([Intel XE#1401])
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode:
    - shard-adlp:         NOTRUN -> [SKIP][65] ([Intel XE#455]) +9 other tests skip
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html

  * igt@kms_flip_tiling@flip-change-tiling@pipe-b-hdmi-a-1-x-to-y:
    - shard-adlp:         [PASS][66] -> [DMESG-FAIL][67] ([Intel XE#4543])
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-8/igt@kms_flip_tiling@flip-change-tiling@pipe-b-hdmi-a-1-x-to-y.html
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-3/igt@kms_flip_tiling@flip-change-tiling@pipe-b-hdmi-a-1-x-to-y.html

  * igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-indfb-draw-blt:
    - shard-dg2-set2:     NOTRUN -> [SKIP][68] ([Intel XE#6312]) +2 other tests skip
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-indfb-draw-render:
    - shard-adlp:         NOTRUN -> [SKIP][69] ([Intel XE#6312]) +1 other test skip
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-9/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-indfb-draw-render.html
    - shard-lnl:          NOTRUN -> [SKIP][70] ([Intel XE#6312])
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-3/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-draw-blt:
    - shard-bmg:          NOTRUN -> [SKIP][71] ([Intel XE#2312]) +3 other tests skip
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-draw-blt.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][72] ([Intel XE#651]) +9 other tests skip
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@drrs-modesetfrombusy:
    - shard-adlp:         NOTRUN -> [SKIP][73] ([Intel XE#651]) +3 other tests skip
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-9/igt@kms_frontbuffer_tracking@drrs-modesetfrombusy.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt:
    - shard-adlp:         [PASS][74] -> [DMESG-WARN][75] ([Intel XE#2953] / [Intel XE#4173]) +11 other tests dmesg-warn
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][76] ([Intel XE#5390]) +3 other tests skip
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
    - shard-adlp:         NOTRUN -> [SKIP][77] ([Intel XE#656]) +14 other tests skip
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff:
    - shard-lnl:          NOTRUN -> [SKIP][78] ([Intel XE#651]) +1 other test skip
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-4/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-pgflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][79] ([Intel XE#2311]) +7 other tests skip
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][80] ([Intel XE#2313]) +6 other tests skip
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
    - shard-adlp:         NOTRUN -> [SKIP][81] ([Intel XE#653]) +3 other tests skip
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt:
    - shard-dg2-set2:     NOTRUN -> [SKIP][82] ([Intel XE#653]) +14 other tests skip
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
    - shard-lnl:          NOTRUN -> [SKIP][83] ([Intel XE#656]) +8 other tests skip
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_joiner@basic-force-big-joiner:
    - shard-bmg:          [PASS][84] -> [SKIP][85] ([Intel XE#3012])
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-7/igt@kms_joiner@basic-force-big-joiner.html
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-6/igt@kms_joiner@basic-force-big-joiner.html

  * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
    - shard-dg2-set2:     NOTRUN -> [SKIP][86] ([Intel XE#2925])
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-435/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html

  * igt@kms_plane_multiple@2x-tiling-none:
    - shard-bmg:          [PASS][87] -> [SKIP][88] ([Intel XE#4596])
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-2/igt@kms_plane_multiple@2x-tiling-none.html
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-6/igt@kms_plane_multiple@2x-tiling-none.html

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

  * igt@kms_pm_dc@dc6-psr:
    - shard-lnl:          [PASS][90] -> [FAIL][91] ([Intel XE#718])
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-lnl-5/igt@kms_pm_dc@dc6-psr.html
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-1/igt@kms_pm_dc@dc6-psr.html

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

  * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
    - shard-bmg:          NOTRUN -> [SKIP][93] ([Intel XE#1406] / [Intel XE#1489]) +2 other tests skip
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-6/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][94] ([Intel XE#1406] / [Intel XE#1489]) +3 other tests skip
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-433/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
    - shard-adlp:         NOTRUN -> [SKIP][95] ([Intel XE#1406] / [Intel XE#1489]) +3 other tests skip
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-4/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
    - shard-lnl:          NOTRUN -> [SKIP][96] ([Intel XE#1406] / [Intel XE#2893] / [Intel XE#4608])
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html

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

  * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf:
    - shard-lnl:          NOTRUN -> [SKIP][98] ([Intel XE#1406] / [Intel XE#2893])
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-1/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf.html

  * igt@kms_psr@fbc-pr-cursor-plane-onoff:
    - shard-bmg:          NOTRUN -> [SKIP][99] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +3 other tests skip
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-4/igt@kms_psr@fbc-pr-cursor-plane-onoff.html

  * igt@kms_psr@fbc-pr-sprite-render:
    - shard-lnl:          NOTRUN -> [SKIP][100] ([Intel XE#1406])
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-2/igt@kms_psr@fbc-pr-sprite-render.html

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

  * igt@kms_psr@psr2-no-drrs:
    - shard-dg2-set2:     NOTRUN -> [SKIP][102] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +5 other tests skip
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-436/igt@kms_psr@psr2-no-drrs.html

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

  * igt@kms_rotation_crc@primary-rotation-270:
    - shard-dg2-set2:     NOTRUN -> [SKIP][104] ([Intel XE#3414]) +1 other test skip
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-432/igt@kms_rotation_crc@primary-rotation-270.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
    - shard-dg2-set2:     NOTRUN -> [SKIP][105] ([Intel XE#1127])
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-466/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
    - shard-adlp:         NOTRUN -> [SKIP][106] ([Intel XE#3414])
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
    - shard-lnl:          NOTRUN -> [SKIP][107] ([Intel XE#3414] / [Intel XE#3904])
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
    - shard-bmg:          NOTRUN -> [SKIP][108] ([Intel XE#3414] / [Intel XE#3904])
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html

  * igt@kms_setmode@basic:
    - shard-lnl:          [PASS][109] -> [FAIL][110] ([i915#15106]) +1 other test fail
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-lnl-3/igt@kms_setmode@basic.html
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-2/igt@kms_setmode@basic.html

  * igt@kms_vrr@flip-dpms:
    - shard-dg2-set2:     NOTRUN -> [SKIP][111] ([Intel XE#455]) +8 other tests skip
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-436/igt@kms_vrr@flip-dpms.html

  * igt@xe_compute_preempt@compute-preempt-many:
    - shard-dg2-set2:     NOTRUN -> [SKIP][112] ([Intel XE#6360]) +2 other tests skip
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-433/igt@xe_compute_preempt@compute-preempt-many.html

  * igt@xe_compute_preempt@compute-preempt-many-all-ram:
    - shard-adlp:         NOTRUN -> [SKIP][113] ([Intel XE#6360])
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-3/igt@xe_compute_preempt@compute-preempt-many-all-ram.html

  * igt@xe_copy_basic@mem-page-copy-17:
    - shard-dg2-set2:     NOTRUN -> [SKIP][114] ([Intel XE#5300])
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-434/igt@xe_copy_basic@mem-page-copy-17.html

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

  * igt@xe_eudebug_online@writes-caching-vram-bb-sram-target-vram:
    - shard-adlp:         NOTRUN -> [SKIP][116] ([Intel XE#4837] / [Intel XE#5565]) +4 other tests skip
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-4/igt@xe_eudebug_online@writes-caching-vram-bb-sram-target-vram.html
    - shard-lnl:          NOTRUN -> [SKIP][117] ([Intel XE#4837]) +2 other tests skip
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-1/igt@xe_eudebug_online@writes-caching-vram-bb-sram-target-vram.html

  * igt@xe_eudebug_sriov@deny-sriov:
    - shard-dg2-set2:     NOTRUN -> [SKIP][118] ([Intel XE#4518])
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-466/igt@xe_eudebug_sriov@deny-sriov.html

  * igt@xe_evict@evict-large-multi-vm-cm:
    - shard-adlp:         NOTRUN -> [SKIP][119] ([Intel XE#261]) +1 other test skip
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-8/igt@xe_evict@evict-large-multi-vm-cm.html

  * igt@xe_evict@evict-threads-small-multi-vm:
    - shard-lnl:          NOTRUN -> [SKIP][120] ([Intel XE#688]) +2 other tests skip
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-5/igt@xe_evict@evict-threads-small-multi-vm.html

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

  * igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate:
    - shard-adlp:         NOTRUN -> [SKIP][122] ([Intel XE#1392] / [Intel XE#5575]) +1 other test skip
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-1/igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate.html
    - shard-lnl:          NOTRUN -> [SKIP][123] ([Intel XE#1392]) +1 other test skip
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-7/igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate.html

  * igt@xe_exec_basic@multigpu-once-basic-defer-bind:
    - shard-bmg:          NOTRUN -> [SKIP][124] ([Intel XE#2322]) +2 other tests skip
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-5/igt@xe_exec_basic@multigpu-once-basic-defer-bind.html

  * igt@xe_exec_fault_mode@once-bindexecqueue-imm:
    - shard-dg2-set2:     NOTRUN -> [SKIP][125] ([Intel XE#288]) +14 other tests skip
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-463/igt@xe_exec_fault_mode@once-bindexecqueue-imm.html

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

  * igt@xe_exec_mix_modes@exec-simple-batch-store-lr:
    - shard-dg2-set2:     NOTRUN -> [SKIP][127] ([Intel XE#2360])
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-434/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html

  * igt@xe_exec_reset@cm-close-fd:
    - shard-adlp:         [PASS][128] -> [DMESG-WARN][129] ([Intel XE#3868])
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-1/igt@xe_exec_reset@cm-close-fd.html
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-3/igt@xe_exec_reset@cm-close-fd.html

  * igt@xe_exec_reset@cm-gt-reset:
    - shard-adlp:         [PASS][130] -> [FAIL][131] ([Intel XE#6325])
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-9/igt@xe_exec_reset@cm-gt-reset.html
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-1/igt@xe_exec_reset@cm-gt-reset.html

  * igt@xe_exec_sip_eudebug@wait-writesip-nodebug:
    - shard-dg2-set2:     NOTRUN -> [SKIP][132] ([Intel XE#4837]) +4 other tests skip
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-436/igt@xe_exec_sip_eudebug@wait-writesip-nodebug.html

  * igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-comp-single-vma:
    - shard-lnl:          NOTRUN -> [SKIP][133] ([Intel XE#6196])
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-8/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-comp-single-vma.html

  * igt@xe_exec_system_allocator@process-many-execqueues-malloc-fork-read:
    - shard-adlp:         NOTRUN -> [SKIP][134] ([Intel XE#4915]) +78 other tests skip
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-8/igt@xe_exec_system_allocator@process-many-execqueues-malloc-fork-read.html

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

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

  * igt@xe_exec_system_allocator@twice-new-race:
    - shard-dg2-set2:     NOTRUN -> [SKIP][137] ([Intel XE#4915]) +112 other tests skip
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-435/igt@xe_exec_system_allocator@twice-new-race.html

  * igt@xe_media_fill@media-fill:
    - shard-bmg:          NOTRUN -> [SKIP][138] ([Intel XE#2459] / [Intel XE#2596])
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-8/igt@xe_media_fill@media-fill.html

  * igt@xe_oa@oa-regs-whitelisted:
    - shard-dg2-set2:     NOTRUN -> [SKIP][139] ([Intel XE#3573]) +1 other test skip
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-435/igt@xe_oa@oa-regs-whitelisted.html

  * igt@xe_peer2peer@read@read-gpua-system-gpub-system-p2p:
    - shard-adlp:         NOTRUN -> [DMESG-FAIL][140] ([Intel XE#5213])
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-1/igt@xe_peer2peer@read@read-gpua-system-gpub-system-p2p.html

  * igt@xe_peer2peer@write:
    - shard-adlp:         NOTRUN -> [SKIP][141] ([Intel XE#1061] / [Intel XE#5568])
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-4/igt@xe_peer2peer@write.html

  * igt@xe_pm@s4-multiple-execs:
    - shard-lnl:          [PASS][142] -> [FAIL][143] ([Intel XE#6406])
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-lnl-1/igt@xe_pm@s4-multiple-execs.html
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-3/igt@xe_pm@s4-multiple-execs.html

  * igt@xe_pm@vram-d3cold-threshold:
    - shard-adlp:         NOTRUN -> [SKIP][144] ([Intel XE#5611] / [Intel XE#579])
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-4/igt@xe_pm@vram-d3cold-threshold.html

  * igt@xe_pm_residency@gt-c6-freeze:
    - shard-adlp:         [PASS][145] -> [DMESG-WARN][146] ([Intel XE#2953] / [Intel XE#3088] / [Intel XE#4173]) +1 other test dmesg-warn
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-9/igt@xe_pm_residency@gt-c6-freeze.html
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-2/igt@xe_pm_residency@gt-c6-freeze.html

  * igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq:
    - shard-dg2-set2:     NOTRUN -> [SKIP][147] ([Intel XE#4733])
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-434/igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq.html

  * igt@xe_query@multigpu-query-invalid-cs-cycles:
    - shard-lnl:          NOTRUN -> [SKIP][148] ([Intel XE#944])
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-4/igt@xe_query@multigpu-query-invalid-cs-cycles.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][149] ([Intel XE#944])
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-463/igt@xe_query@multigpu-query-invalid-cs-cycles.html

  * igt@xe_sriov_scheduling@equal-throughput:
    - shard-dg2-set2:     NOTRUN -> [SKIP][150] ([Intel XE#4351])
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-435/igt@xe_sriov_scheduling@equal-throughput.html

  * igt@xe_sriov_scheduling@nonpreempt-engine-resets:
    - shard-bmg:          [PASS][151] -> [FAIL][152] ([Intel XE#5937]) +1 other test fail
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-7/igt@xe_sriov_scheduling@nonpreempt-engine-resets.html
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-2/igt@xe_sriov_scheduling@nonpreempt-engine-resets.html

  * igt@xe_sriov_scheduling@nonpreempt-engine-resets@numvfs-random:
    - shard-adlp:         [PASS][153] -> [DMESG-FAIL][154] ([Intel XE#3868] / [Intel XE#5213]) +1 other test dmesg-fail
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-8/igt@xe_sriov_scheduling@nonpreempt-engine-resets@numvfs-random.html
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-3/igt@xe_sriov_scheduling@nonpreempt-engine-resets@numvfs-random.html

  
#### Possible fixes ####

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
    - shard-dg2-set2:     [FAIL][155] ([Intel XE#3908]) -> [PASS][156] +1 other test pass
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-dg2-466/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-466/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
    - shard-dg2-set2:     [INCOMPLETE][157] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#4345] / [Intel XE#6168]) -> [PASS][158]
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6:
    - shard-dg2-set2:     [INCOMPLETE][159] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#6168]) -> [PASS][160]
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6.html
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
    - shard-dg2-set2:     [INCOMPLETE][161] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4345] / [Intel XE#4522]) -> [PASS][162]
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/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@pipe-a-dp-4:
    - shard-dg2-set2:     [INCOMPLETE][163] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4522]) -> [PASS][164]
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
    - shard-bmg:          [SKIP][165] ([Intel XE#2291]) -> [PASS][166] +1 other test pass
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html

  * igt@kms_dp_linktrain_fallback@dp-fallback:
    - shard-bmg:          [FAIL][167] ([Intel XE#4367]) -> [PASS][168]
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-1/igt@kms_dp_linktrain_fallback@dp-fallback.html
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-2/igt@kms_dp_linktrain_fallback@dp-fallback.html

  * igt@kms_flip@2x-plain-flip-fb-recreate:
    - shard-bmg:          [SKIP][169] ([Intel XE#2316]) -> [PASS][170] +3 other tests pass
   [169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-6/igt@kms_flip@2x-plain-flip-fb-recreate.html
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-4/igt@kms_flip@2x-plain-flip-fb-recreate.html

  * igt@kms_flip@absolute-wf_vblank-interruptible@c-hdmi-a6:
    - shard-dg2-set2:     [INCOMPLETE][171] ([Intel XE#2049]) -> [PASS][172] +1 other test pass
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-dg2-463/igt@kms_flip@absolute-wf_vblank-interruptible@c-hdmi-a6.html
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-463/igt@kms_flip@absolute-wf_vblank-interruptible@c-hdmi-a6.html

  * igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible:
    - shard-adlp:         [DMESG-WARN][173] ([Intel XE#4543]) -> [PASS][174] +6 other tests pass
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-3/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-6/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1:
    - shard-lnl:          [FAIL][175] ([Intel XE#301]) -> [PASS][176]
   [175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1:
    - shard-lnl:          [FAIL][177] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][178] +1 other test pass
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html

  * igt@kms_flip_tiling@flip-change-tiling@pipe-c-hdmi-a-1-y-to-x:
    - shard-adlp:         [DMESG-FAIL][179] ([Intel XE#4543]) -> [PASS][180]
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-8/igt@kms_flip_tiling@flip-change-tiling@pipe-c-hdmi-a-1-y-to-x.html
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-3/igt@kms_flip_tiling@flip-change-tiling@pipe-c-hdmi-a-1-y-to-x.html

  * igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-y:
    - shard-adlp:         [FAIL][181] ([Intel XE#1874]) -> [PASS][182]
   [181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-8/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-y.html
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-3/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-y.html

  * igt@kms_hdr@static-toggle-suspend:
    - shard-bmg:          [SKIP][183] ([Intel XE#1503]) -> [PASS][184] +1 other test pass
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-6/igt@kms_hdr@static-toggle-suspend.html
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-8/igt@kms_hdr@static-toggle-suspend.html

  * igt@kms_plane_multiple@2x-tiling-4:
    - shard-bmg:          [SKIP][185] ([Intel XE#4596]) -> [PASS][186]
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-6/igt@kms_plane_multiple@2x-tiling-4.html
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-4/igt@kms_plane_multiple@2x-tiling-4.html

  * igt@kms_plane_scaling@intel-max-src-size:
    - shard-bmg:          [SKIP][187] ([Intel XE#2685] / [Intel XE#3307]) -> [PASS][188]
   [187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-4/igt@kms_plane_scaling@intel-max-src-size.html
   [188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-2/igt@kms_plane_scaling@intel-max-src-size.html
    - shard-dg2-set2:     [SKIP][189] ([Intel XE#455]) -> [PASS][190]
   [189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-dg2-463/igt@kms_plane_scaling@intel-max-src-size.html
   [190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-464/igt@kms_plane_scaling@intel-max-src-size.html

  * igt@kms_pm_dc@dc5-psr:
    - shard-lnl:          [FAIL][191] ([Intel XE#718]) -> [PASS][192]
   [191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-lnl-4/igt@kms_pm_dc@dc5-psr.html
   [192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-lnl-5/igt@kms_pm_dc@dc5-psr.html

  * igt@kms_setmode@invalid-clone-single-crtc:
    - shard-bmg:          [SKIP][193] ([Intel XE#1435]) -> [PASS][194]
   [193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-6/igt@kms_setmode@invalid-clone-single-crtc.html
   [194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-5/igt@kms_setmode@invalid-clone-single-crtc.html

  * igt@xe_fault_injection@probe-fail-guc-xe_guc_mmio_send_recv:
    - shard-dg2-set2:     [DMESG-WARN][195] ([Intel XE#5893]) -> [PASS][196]
   [195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-dg2-463/igt@xe_fault_injection@probe-fail-guc-xe_guc_mmio_send_recv.html
   [196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-435/igt@xe_fault_injection@probe-fail-guc-xe_guc_mmio_send_recv.html

  * igt@xe_gt_freq@freq_fixed_idle:
    - shard-dg2-set2:     [FAIL][197] ([Intel XE#6407]) -> [PASS][198]
   [197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-dg2-432/igt@xe_gt_freq@freq_fixed_idle.html
   [198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-435/igt@xe_gt_freq@freq_fixed_idle.html

  * igt@xe_pm@s3-basic:
    - shard-adlp:         [INCOMPLETE][199] ([Intel XE#6255]) -> [PASS][200]
   [199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-6/igt@xe_pm@s3-basic.html
   [200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-9/igt@xe_pm@s3-basic.html

  * igt@xe_pm@s4-vm-bind-unbind-all:
    - shard-dg2-set2:     [FAIL][201] ([Intel XE#6406]) -> [PASS][202]
   [201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-dg2-466/igt@xe_pm@s4-vm-bind-unbind-all.html
   [202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-dg2-435/igt@xe_pm@s4-vm-bind-unbind-all.html

  * igt@xe_sriov_auto_provisioning@selfconfig-basic:
    - shard-bmg:          [FAIL][203] ([Intel XE#5937]) -> [PASS][204] +1 other test pass
   [203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-1/igt@xe_sriov_auto_provisioning@selfconfig-basic.html
   [204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-3/igt@xe_sriov_auto_provisioning@selfconfig-basic.html

  
#### Warnings ####

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180:
    - shard-adlp:         [DMESG-FAIL][205] ([Intel XE#4543]) -> [DMESG-FAIL][206] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#4543])
   [205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-3/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180.html
   [206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180.html

  * igt@kms_content_protection@legacy:
    - shard-bmg:          [FAIL][207] ([Intel XE#1178]) -> [SKIP][208] ([Intel XE#2341]) +1 other test skip
   [207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-5/igt@kms_content_protection@legacy.html
   [208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-6/igt@kms_content_protection@legacy.html

  * igt@kms_content_protection@srm:
    - shard-bmg:          [SKIP][209] ([Intel XE#2341]) -> [FAIL][210] ([Intel XE#1178])
   [209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-6/igt@kms_content_protection@srm.html
   [210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-2/igt@kms_content_protection@srm.html

  * igt@kms_flip@flip-vs-panning-vs-hang@d-hdmi-a1:
    - shard-adlp:         [DMESG-WARN][211] ([Intel XE#4543]) -> [TIMEOUT][212] ([Intel XE#4543]) +1 other test timeout
   [211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-6/igt@kms_flip@flip-vs-panning-vs-hang@d-hdmi-a1.html
   [212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-1/igt@kms_flip@flip-vs-panning-vs-hang@d-hdmi-a1.html

  * igt@kms_flip@flip-vs-rmfb-interruptible:
    - shard-adlp:         [DMESG-WARN][213] ([Intel XE#4543] / [Intel XE#5208]) -> [DMESG-WARN][214] ([Intel XE#5208])
   [213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-2/igt@kms_flip@flip-vs-rmfb-interruptible.html
   [214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-2/igt@kms_flip@flip-vs-rmfb-interruptible.html

  * igt@kms_flip@flip-vs-suspend-interruptible:
    - shard-adlp:         [DMESG-WARN][215] ([Intel XE#4543]) -> [DMESG-WARN][216] ([Intel XE#2953] / [Intel XE#4173])
   [215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-9/igt@kms_flip@flip-vs-suspend-interruptible.html
   [216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-8/igt@kms_flip@flip-vs-suspend-interruptible.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-blt:
    - shard-bmg:          [SKIP][217] ([Intel XE#2312]) -> [SKIP][218] ([Intel XE#2311]) +9 other tests skip
   [217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-blt.html
   [218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][219] ([Intel XE#2311]) -> [SKIP][220] ([Intel XE#2312]) +10 other tests skip
   [219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc.html
   [220]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt:
    - shard-adlp:         [DMESG-FAIL][221] ([Intel XE#4543]) -> [FAIL][222] ([Intel XE#5671])
   [221]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-1/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt.html
   [222]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-1/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt:
    - shard-adlp:         [FAIL][223] ([Intel XE#5671]) -> [DMESG-FAIL][224] ([Intel XE#4543])
   [223]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-9/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html
   [224]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-9/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt:
    - shard-bmg:          [SKIP][225] ([Intel XE#5390]) -> [SKIP][226] ([Intel XE#2312]) +4 other tests skip
   [225]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt.html
   [226]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
    - shard-bmg:          [SKIP][227] ([Intel XE#2312]) -> [SKIP][228] ([Intel XE#5390]) +6 other tests skip
   [227]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
   [228]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt:
    - shard-bmg:          [SKIP][229] ([Intel XE#2313]) -> [SKIP][230] ([Intel XE#2312]) +12 other tests skip
   [229]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html
   [230]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen:
    - shard-bmg:          [SKIP][231] ([Intel XE#2312]) -> [SKIP][232] ([Intel XE#2313]) +13 other tests skip
   [231]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen.html
   [232]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen.html

  * igt@kms_hdr@brightness-with-hdr:
    - shard-bmg:          [SKIP][233] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][234] ([Intel XE#3544])
   [233]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-6/igt@kms_hdr@brightness-with-hdr.html
   [234]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-5/igt@kms_hdr@brightness-with-hdr.html

  * igt@kms_plane_multiple@2x-tiling-yf:
    - shard-bmg:          [SKIP][235] ([Intel XE#5021]) -> [SKIP][236] ([Intel XE#4596])
   [235]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-bmg-7/igt@kms_plane_multiple@2x-tiling-yf.html
   [236]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-bmg-6/igt@kms_plane_multiple@2x-tiling-yf.html

  * igt@xe_peer2peer@read:
    - shard-adlp:         [SKIP][237] ([Intel XE#1061] / [Intel XE#5568]) -> [DMESG-FAIL][238] ([Intel XE#5213])
   [237]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd/shard-adlp-2/igt@xe_peer2peer@read.html
   [238]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v1/shard-adlp-1/igt@xe_peer2peer@read.html

  
  [Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
  [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#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#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
  [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
  [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
  [Intel XE#1475]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475
  [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#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
  [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
  [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
  [Intel XE#1874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1874
  [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
  [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
  [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
  [Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
  [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
  [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
  [Intel XE#2459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2459
  [Intel XE#2499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2499
  [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#2685]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2685
  [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#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
  [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
  [Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907
  [Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925
  [Intel XE#2953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2953
  [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#3012]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012
  [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
  [Intel XE#3088]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3088
  [Intel XE#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310
  [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
  [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
  [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
  [Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
  [Intel XE#3307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3307
  [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#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
  [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
  [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
  [Intel XE#3862]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862
  [Intel XE#3868]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3868
  [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
  [Intel XE#3908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3908
  [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#4345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345
  [Intel XE#4351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4351
  [Intel XE#4367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4367
  [Intel XE#4518]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4518
  [Intel XE#4522]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4522
  [Intel XE#4543]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4543
  [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
  [Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
  [Intel XE#4608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608
  [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
  [Intel XE#4915]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4915
  [Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
  [Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
  [Intel XE#5208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5208
  [Intel XE#5213]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5213
  [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#5561]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5561
  [Intel XE#5565]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5565
  [Intel XE#5568]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5568
  [Intel XE#5575]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5575
  [Intel XE#5611]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5611
  [Intel XE#5671]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5671
  [Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
  [Intel XE#5893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5893
  [Intel XE#5937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5937
  [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#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#6255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6255
  [Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
  [Intel XE#6325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6325
  [Intel XE#6360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6360
  [Intel XE#6406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6406
  [Intel XE#6407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6407
  [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#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
  [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
  [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
  [i915#15106]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15106


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

  * IGT: IGT_8594 -> IGT_8595
  * Linux: xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd -> xe-pw-156392v1

  IGT_8594: 8594
  IGT_8595: 8595
  xe-3969-71929a54e8bb5da291d41a931d80c6c9160073dd: 71929a54e8bb5da291d41a931d80c6c9160073dd
  xe-pw-156392v1: 156392v1

== Logs ==

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

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

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

* Re: [PATCH] drm/xe/xe3: Apply wa_14024997852
  2025-10-23  4:40 [PATCH] drm/xe/xe3: Apply wa_14024997852 Tapani Pälli
                   ` (2 preceding siblings ...)
  2025-10-23 11:22 ` ✗ Xe.CI.Full: failure " Patchwork
@ 2025-10-24 23:52 ` Matt Roper
  2025-10-25  5:43   ` Tapani Pälli
  2025-10-26 11:15   ` [PATCH v2] " Tapani Pälli
  2025-10-26 11:22 ` ✓ CI.KUnit: success for drm/xe/xe3: Apply wa_14024997852 (rev2) Patchwork
                   ` (4 subsequent siblings)
  8 siblings, 2 replies; 15+ messages in thread
From: Matt Roper @ 2025-10-24 23:52 UTC (permalink / raw)
  To: Tapani Pälli; +Cc: intel-xe, tilak.tirumalesh.tangudu

On Thu, Oct 23, 2025 at 07:40:41AM +0300, Tapani Pälli wrote:
> Whitelist registers needed for userspace to control autostrip on xe3.
> 
> Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
> ---
>  drivers/gpu/drm/xe/xe_reg_whitelist.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/drivers/gpu/drm/xe/xe_reg_whitelist.c b/drivers/gpu/drm/xe/xe_reg_whitelist.c
> index 690bc327a363..fab56673153b 100644
> --- a/drivers/gpu/drm/xe/xe_reg_whitelist.c
> +++ b/drivers/gpu/drm/xe/xe_reg_whitelist.c
> @@ -89,6 +89,13 @@ static const struct xe_rtp_entry_sr register_whitelist[] = {
>  				   RING_FORCE_TO_NONPRIV_ACCESS_RD |
>  				   RING_FORCE_TO_NONPRIV_RANGE_4))
>  	},
> +	{ XE_RTP_NAME("14024997852"),
> +	  XE_RTP_RULES(GRAPHICS_VERSION(3500), ENGINE_CLASS(RENDER)),

We don't have any platforms with an IP version of exactly 35.00.  If you
were trying to whitelist this for everything Xe3p and beyond, you could
use GRAPHICS_VERSION_RANGE with an undefined upper bound, but generally
we avoid doing that for whitelists because future platforms/IPs might
not need this workaround anymore, but some new setting with security
implications could get added to the register in the future and we
wouldn't want to accidentally give userspace access on those future
platforms due to an unbounded range on the whitelist entry.

The only Xe3p platform we have on drm-tip at the moment is Xe3p_XPC
(version 35.11), but as far as I can see, Wa_14024997852 doesn't apply
there (and in fact that IP doesn't even have a render engine).  This
workaround _does_ apply to various Xe3 platform though (with versions
ranging from 30.00 to 30.05) and we don't seem to have those whitelisted
in the KMD yet.  Your patch here has an "xe3" prefix, so are those the
versions you actually intended to target?


Matt

> +	  XE_RTP_ACTIONS(WHITELIST(FF_MODE,
> +				   RING_FORCE_TO_NONPRIV_ACCESS_RW),
> +			 WHITELIST(VFLSKPD,
> +				   RING_FORCE_TO_NONPRIV_ACCESS_RW))
> +	},
>  };
>  
>  static void whitelist_apply_to_hwe(struct xe_hw_engine *hwe)
> -- 
> 2.51.0
> 

-- 
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation

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

* Re: [PATCH] drm/xe/xe3: Apply wa_14024997852
  2025-10-24 23:52 ` [PATCH] " Matt Roper
@ 2025-10-25  5:43   ` Tapani Pälli
  2025-10-26 11:15   ` [PATCH v2] " Tapani Pälli
  1 sibling, 0 replies; 15+ messages in thread
From: Tapani Pälli @ 2025-10-25  5:43 UTC (permalink / raw)
  To: Matt Roper; +Cc: intel-xe, tilak.tirumalesh.tangudu


On 10/25/25 02:52, Matt Roper wrote:
> On Thu, Oct 23, 2025 at 07:40:41AM +0300, Tapani Pälli wrote:
>> Whitelist registers needed for userspace to control autostrip on xe3.
>>
>> Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
>> ---
>>   drivers/gpu/drm/xe/xe_reg_whitelist.c | 7 +++++++
>>   1 file changed, 7 insertions(+)
>>
>> diff --git a/drivers/gpu/drm/xe/xe_reg_whitelist.c b/drivers/gpu/drm/xe/xe_reg_whitelist.c
>> index 690bc327a363..fab56673153b 100644
>> --- a/drivers/gpu/drm/xe/xe_reg_whitelist.c
>> +++ b/drivers/gpu/drm/xe/xe_reg_whitelist.c
>> @@ -89,6 +89,13 @@ static const struct xe_rtp_entry_sr register_whitelist[] = {
>>   				   RING_FORCE_TO_NONPRIV_ACCESS_RD |
>>   				   RING_FORCE_TO_NONPRIV_RANGE_4))
>>   	},
>> +	{ XE_RTP_NAME("14024997852"),
>> +	  XE_RTP_RULES(GRAPHICS_VERSION(3500), ENGINE_CLASS(RENDER)),
> We don't have any platforms with an IP version of exactly 35.00.  If you
> were trying to whitelist this for everything Xe3p and beyond, you could
> use GRAPHICS_VERSION_RANGE with an undefined upper bound, but generally
> we avoid doing that for whitelists because future platforms/IPs might
> not need this workaround anymore, but some new setting with security
> implications could get added to the register in the future and we
> wouldn't want to accidentally give userspace access on those future
> platforms due to an unbounded range on the whitelist entry.
>
> The only Xe3p platform we have on drm-tip at the moment is Xe3p_XPC
> (version 35.11), but as far as I can see, Wa_14024997852 doesn't apply
> there (and in fact that IP doesn't even have a render engine).  This
> workaround _does_ apply to various Xe3 platform though (with versions
> ranging from 30.00 to 30.05) and we don't seem to have those whitelisted
> in the KMD yet.  Your patch here has an "xe3" prefix, so are those the
> versions you actually intended to target?

Argh yes, the intention was indeed to target "3000", not "3500". Will 
fix this.

For me it looks like this WA is for whole the xe3 so I'm assuming 
GRAPHICS_VERSION_RANGE or GRAPHICS_STEP is not necessary for this WA.


>
> Matt
>
>> +	  XE_RTP_ACTIONS(WHITELIST(FF_MODE,
>> +				   RING_FORCE_TO_NONPRIV_ACCESS_RW),
>> +			 WHITELIST(VFLSKPD,
>> +				   RING_FORCE_TO_NONPRIV_ACCESS_RW))
>> +	},
>>   };
>>   
>>   static void whitelist_apply_to_hwe(struct xe_hw_engine *hwe)
>> -- 
>> 2.51.0
>>

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

* [PATCH v2] drm/xe/xe3: Apply wa_14024997852
  2025-10-24 23:52 ` [PATCH] " Matt Roper
  2025-10-25  5:43   ` Tapani Pälli
@ 2025-10-26 11:15   ` Tapani Pälli
  2025-10-28 20:59     ` Matt Roper
  1 sibling, 1 reply; 15+ messages in thread
From: Tapani Pälli @ 2025-10-26 11:15 UTC (permalink / raw)
  To: intel-xe; +Cc: matthew.d.roper, tilak.tirumalesh.tangudu, Tapani Pälli

Whitelist registers needed for userspace to control autostrip on xe3.

v2: fix GRAPHICS_VERSION to match xe3 (Matt)

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
---
 drivers/gpu/drm/xe/xe_reg_whitelist.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/gpu/drm/xe/xe_reg_whitelist.c b/drivers/gpu/drm/xe/xe_reg_whitelist.c
index 690bc327a363..bb2e167f6872 100644
--- a/drivers/gpu/drm/xe/xe_reg_whitelist.c
+++ b/drivers/gpu/drm/xe/xe_reg_whitelist.c
@@ -89,6 +89,13 @@ static const struct xe_rtp_entry_sr register_whitelist[] = {
 				   RING_FORCE_TO_NONPRIV_ACCESS_RD |
 				   RING_FORCE_TO_NONPRIV_RANGE_4))
 	},
+	{ XE_RTP_NAME("14024997852"),
+	  XE_RTP_RULES(GRAPHICS_VERSION(3000), ENGINE_CLASS(RENDER)),
+	  XE_RTP_ACTIONS(WHITELIST(FF_MODE,
+				   RING_FORCE_TO_NONPRIV_ACCESS_RW),
+			 WHITELIST(VFLSKPD,
+				   RING_FORCE_TO_NONPRIV_ACCESS_RW))
+	},
 };
 
 static void whitelist_apply_to_hwe(struct xe_hw_engine *hwe)
-- 
2.51.0


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

* ✓ CI.KUnit: success for drm/xe/xe3: Apply wa_14024997852 (rev2)
  2025-10-23  4:40 [PATCH] drm/xe/xe3: Apply wa_14024997852 Tapani Pälli
                   ` (3 preceding siblings ...)
  2025-10-24 23:52 ` [PATCH] " Matt Roper
@ 2025-10-26 11:22 ` Patchwork
  2025-10-26 12:01 ` ✓ Xe.CI.BAT: " Patchwork
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2025-10-26 11:22 UTC (permalink / raw)
  To: Tapani Pälli; +Cc: intel-xe

== Series Details ==

Series: drm/xe/xe3: Apply wa_14024997852 (rev2)
URL   : https://patchwork.freedesktop.org/series/156392/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/xe/xe3: Apply wa_14024997852 (rev2)
  2025-10-23  4:40 [PATCH] drm/xe/xe3: Apply wa_14024997852 Tapani Pälli
                   ` (4 preceding siblings ...)
  2025-10-26 11:22 ` ✓ CI.KUnit: success for drm/xe/xe3: Apply wa_14024997852 (rev2) Patchwork
@ 2025-10-26 12:01 ` Patchwork
  2025-10-26 13:09 ` ✓ Xe.CI.Full: " Patchwork
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2025-10-26 12:01 UTC (permalink / raw)
  To: Tapani Pälli; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe/xe3: Apply wa_14024997852 (rev2)
URL   : https://patchwork.freedesktop.org/series/156392/
State : success

== Summary ==

CI Bug Log - changes from xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a_BAT -> xe-pw-156392v2_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (13 -> 13)
------------------------------

  No changes in participating hosts

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

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

### IGT changes ###

#### Issues hit ####

  * igt@kms_flip@basic-plain-flip@a-edp1:
    - bat-adlp-7:         [PASS][1] -> [DMESG-WARN][2] ([Intel XE#4543]) +1 other test dmesg-warn
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/bat-adlp-7/igt@kms_flip@basic-plain-flip@a-edp1.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/bat-adlp-7/igt@kms_flip@basic-plain-flip@a-edp1.html

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


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

  * Linux: xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a -> xe-pw-156392v2

  IGT_8596: 8596
  xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a: d827507f9c3c65785556819d50eb5131b2bf6a3a
  xe-pw-156392v2: 156392v2

== Logs ==

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

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

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

* ✓ Xe.CI.Full: success for drm/xe/xe3: Apply wa_14024997852 (rev2)
  2025-10-23  4:40 [PATCH] drm/xe/xe3: Apply wa_14024997852 Tapani Pälli
                   ` (5 preceding siblings ...)
  2025-10-26 12:01 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-10-26 13:09 ` Patchwork
  2025-10-29 10:44 ` ✓ CI.KUnit: success for drm/xe/xe3: Apply wa_14024997852 (rev3) Patchwork
  2025-10-29 11:34 ` ✓ Xe.CI.BAT: " Patchwork
  8 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2025-10-26 13:09 UTC (permalink / raw)
  To: Tapani Pälli; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe/xe3: Apply wa_14024997852 (rev2)
URL   : https://patchwork.freedesktop.org/series/156392/
State : success

== Summary ==

CI Bug Log - changes from xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a_FULL -> xe-pw-156392v2_FULL
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (4 -> 4)
------------------------------

  No changes in participating hosts

New tests
---------

  New tests have been introduced between xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a_FULL and xe-pw-156392v2_FULL:

### New IGT tests (1) ###

  * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  

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

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

### IGT changes ###

#### Issues hit ####

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
    - shard-dg2-set2:     NOTRUN -> [SKIP][1] ([Intel XE#455]) +2 other tests skip
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-433/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html

  * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1:
    - shard-adlp:         [PASS][2] -> [FAIL][3] ([Intel XE#3908]) +1 other test fail
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-adlp-9/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-2/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html

  * igt@kms_big_fb@linear-16bpp-rotate-270:
    - shard-dg2-set2:     NOTRUN -> [SKIP][4] ([Intel XE#316])
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-433/igt@kms_big_fb@linear-16bpp-rotate-270.html

  * igt@kms_big_fb@x-tiled-16bpp-rotate-90:
    - shard-adlp:         NOTRUN -> [SKIP][5] ([Intel XE#316])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
    - shard-adlp:         NOTRUN -> [DMESG-FAIL][6] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#4543])
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
    - shard-adlp:         [PASS][7] -> [DMESG-FAIL][8] ([Intel XE#4543])
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-adlp-4/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-4/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html

  * igt@kms_big_fb@yf-tiled-64bpp-rotate-270:
    - shard-adlp:         NOTRUN -> [SKIP][9] ([Intel XE#1124]) +1 other test skip
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html

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

  * igt@kms_bw@linear-tiling-1-displays-2160x1440p:
    - shard-adlp:         NOTRUN -> [SKIP][11] ([Intel XE#367])
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html

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

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

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-1:
    - shard-adlp:         NOTRUN -> [SKIP][14] ([Intel XE#455] / [Intel XE#787]) +9 other tests skip
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/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-dg2-set2:     NOTRUN -> [SKIP][15] ([Intel XE#3442])
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-433/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4:
    - shard-dg2-set2:     [PASS][16] -> [INCOMPLETE][17] ([Intel XE#3862]) +1 other test incomplete
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-435/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-464/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs@pipe-b-dp-4:
    - shard-dg2-set2:     NOTRUN -> [SKIP][18] ([Intel XE#787]) +27 other tests skip
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-432/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs@pipe-b-dp-4.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
    - shard-dg2-set2:     [PASS][19] -> [INCOMPLETE][20] ([Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4345])
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6:
    - shard-dg2-set2:     [PASS][21] -> [INCOMPLETE][22] ([Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212])
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6.html
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
    - shard-dg2-set2:     [PASS][23] -> [INCOMPLETE][24] ([Intel XE#2705] / [Intel XE#4212] / [Intel XE#4345])
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/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-b-dp-4:
    - shard-dg2-set2:     [PASS][25] -> [INCOMPLETE][26] ([Intel XE#2705] / [Intel XE#4212])
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-dp-4.html
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-dp-4.html

  * igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-d-dp-4:
    - shard-dg2-set2:     NOTRUN -> [SKIP][27] ([Intel XE#455] / [Intel XE#787]) +7 other tests skip
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-436/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-d-dp-4.html

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

  * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
    - shard-adlp:         NOTRUN -> [SKIP][29] ([Intel XE#373]) +4 other tests skip
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html

  * igt@kms_chamelium_hpd@dp-hpd-fast:
    - shard-dg2-set2:     NOTRUN -> [SKIP][30] ([Intel XE#373]) +3 other tests skip
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-436/igt@kms_chamelium_hpd@dp-hpd-fast.html

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

  * igt@kms_cursor_crc@cursor-random-512x170:
    - shard-adlp:         NOTRUN -> [SKIP][32] ([Intel XE#308])
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_cursor_crc@cursor-random-512x170.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic:
    - shard-adlp:         NOTRUN -> [SKIP][33] ([Intel XE#309])
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
    - shard-dg2-set2:     NOTRUN -> [SKIP][34] ([Intel XE#323])
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-432/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html

  * igt@kms_dp_link_training@uhbr-sst:
    - shard-adlp:         NOTRUN -> [SKIP][35] ([Intel XE#4356])
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_dp_link_training@uhbr-sst.html

  * igt@kms_fbcon_fbt@psr:
    - shard-dg2-set2:     NOTRUN -> [SKIP][36] ([Intel XE#776])
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-466/igt@kms_fbcon_fbt@psr.html

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

  * igt@kms_flip@flip-vs-expired-vblank@a-edp1:
    - shard-lnl:          [PASS][38] -> [FAIL][39] ([Intel XE#301]) +2 other tests fail
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html

  * igt@kms_flip@flip-vs-suspend:
    - shard-bmg:          [PASS][40] -> [INCOMPLETE][41] ([Intel XE#2049] / [Intel XE#2597]) +1 other test incomplete
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-bmg-5/igt@kms_flip@flip-vs-suspend.html
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-bmg-5/igt@kms_flip@flip-vs-suspend.html

  * igt@kms_flip@plain-flip-ts-check@d-hdmi-a1:
    - shard-adlp:         [PASS][42] -> [DMESG-WARN][43] ([Intel XE#4543])
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-adlp-4/igt@kms_flip@plain-flip-ts-check@d-hdmi-a1.html
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-4/igt@kms_flip@plain-flip-ts-check@d-hdmi-a1.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode:
    - shard-adlp:         NOTRUN -> [SKIP][44] ([Intel XE#455]) +2 other tests skip
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode.html

  * igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-indfb-draw-blt:
    - shard-adlp:         NOTRUN -> [SKIP][45] ([Intel XE#6312])
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@drrs-modesetfrombusy:
    - shard-adlp:         NOTRUN -> [SKIP][46] ([Intel XE#651]) +4 other tests skip
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_frontbuffer_tracking@drrs-modesetfrombusy.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render:
    - shard-dg2-set2:     NOTRUN -> [SKIP][47] ([Intel XE#651]) +12 other tests skip
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render.html

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

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen:
    - shard-dg2-set2:     NOTRUN -> [SKIP][49] ([Intel XE#653]) +12 other tests skip
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html

  * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc:
    - shard-adlp:         NOTRUN -> [SKIP][50] ([Intel XE#653]) +2 other tests skip
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-blt:
    - shard-dg2-set2:     NOTRUN -> [SKIP][51] ([Intel XE#6312]) +3 other tests skip
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-blt.html

  * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
    - shard-adlp:         NOTRUN -> [SKIP][52] ([Intel XE#2925])
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html

  * igt@kms_mmap_write_crc@main:
    - shard-adlp:         [PASS][53] -> [DMESG-WARN][54] ([Intel XE#2953] / [Intel XE#4173]) +6 other tests dmesg-warn
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-adlp-1/igt@kms_mmap_write_crc@main.html
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-3/igt@kms_mmap_write_crc@main.html

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

  * igt@kms_plane_multiple@tiling-yf:
    - shard-adlp:         NOTRUN -> [SKIP][56] ([Intel XE#5020])
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_plane_multiple@tiling-yf.html

  * igt@kms_pm_backlight@fade-with-suspend:
    - shard-adlp:         NOTRUN -> [SKIP][57] ([Intel XE#870])
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_pm_backlight@fade-with-suspend.html

  * igt@kms_pm_rpm@basic-pci-d3-state:
    - shard-dg2-set2:     [PASS][58] -> [FAIL][59] ([Intel XE#4741])
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-433/igt@kms_pm_rpm@basic-pci-d3-state.html
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-434/igt@kms_pm_rpm@basic-pci-d3-state.html

  * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf:
    - shard-dg2-set2:     NOTRUN -> [SKIP][60] ([Intel XE#1406] / [Intel XE#1489]) +2 other tests skip
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-466/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
    - shard-adlp:         NOTRUN -> [SKIP][61] ([Intel XE#1406] / [Intel XE#1489]) +1 other test skip
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html

  * igt@kms_psr@fbc-psr2-primary-render:
    - shard-dg2-set2:     NOTRUN -> [SKIP][62] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +4 other tests skip
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-436/igt@kms_psr@fbc-psr2-primary-render.html

  * igt@kms_psr@psr-cursor-plane-move:
    - shard-adlp:         NOTRUN -> [SKIP][63] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +4 other tests skip
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_psr@psr-cursor-plane-move.html

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

  * igt@kms_vrr@cmrr@pipe-a-edp-1:
    - shard-lnl:          [PASS][65] -> [FAIL][66] ([Intel XE#4459]) +1 other test fail
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-lnl-5/igt@kms_vrr@cmrr@pipe-a-edp-1.html
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-lnl-8/igt@kms_vrr@cmrr@pipe-a-edp-1.html

  * igt@sriov_basic@enable-vfs-autoprobe-off:
    - shard-dg2-set2:     NOTRUN -> [SKIP][67] ([Intel XE#1091] / [Intel XE#2849])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-432/igt@sriov_basic@enable-vfs-autoprobe-off.html

  * igt@xe_copy_basic@mem-page-copy-17:
    - shard-adlp:         NOTRUN -> [SKIP][68] ([Intel XE#5300])
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-6/igt@xe_copy_basic@mem-page-copy-17.html

  * igt@xe_copy_basic@mem-set-linear-0x8fffe:
    - shard-dg2-set2:     NOTRUN -> [SKIP][69] ([Intel XE#5503])
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-466/igt@xe_copy_basic@mem-set-linear-0x8fffe.html

  * igt@xe_copy_basic@mem-set-linear-0xfffe:
    - shard-dg2-set2:     NOTRUN -> [SKIP][70] ([Intel XE#1126])
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-433/igt@xe_copy_basic@mem-set-linear-0xfffe.html

  * igt@xe_eu_stall@invalid-sampling-rate:
    - shard-dg2-set2:     NOTRUN -> [SKIP][71] ([Intel XE#5626])
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-436/igt@xe_eu_stall@invalid-sampling-rate.html

  * igt@xe_eudebug@basic-vm-access-faultable:
    - shard-adlp:         NOTRUN -> [SKIP][72] ([Intel XE#4837] / [Intel XE#5565]) +3 other tests skip
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@xe_eudebug@basic-vm-access-faultable.html

  * igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram:
    - shard-dg2-set2:     NOTRUN -> [SKIP][73] ([Intel XE#4837]) +3 other tests skip
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-433/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram.html

  * igt@xe_evict@evict-beng-small:
    - shard-adlp:         NOTRUN -> [SKIP][74] ([Intel XE#261] / [Intel XE#5564] / [Intel XE#688])
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@xe_evict@evict-beng-small.html

  * igt@xe_evict@evict-beng-small-multi-vm-cm:
    - shard-adlp:         NOTRUN -> [SKIP][75] ([Intel XE#261])
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@xe_evict@evict-beng-small-multi-vm-cm.html

  * igt@xe_exec_basic@multigpu-no-exec-basic-defer-bind:
    - shard-adlp:         NOTRUN -> [SKIP][76] ([Intel XE#1392] / [Intel XE#5575]) +2 other tests skip
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-6/igt@xe_exec_basic@multigpu-no-exec-basic-defer-bind.html

  * igt@xe_exec_fault_mode@many-execqueues-userptr-prefetch:
    - shard-adlp:         NOTRUN -> [SKIP][77] ([Intel XE#288] / [Intel XE#5561]) +5 other tests skip
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@xe_exec_fault_mode@many-execqueues-userptr-prefetch.html

  * igt@xe_exec_fault_mode@twice-invalid-fault:
    - shard-dg2-set2:     NOTRUN -> [SKIP][78] ([Intel XE#288]) +10 other tests skip
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-433/igt@xe_exec_fault_mode@twice-invalid-fault.html

  * igt@xe_exec_reset@cat-error:
    - shard-adlp:         NOTRUN -> [DMESG-WARN][79] ([Intel XE#3868])
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@xe_exec_reset@cat-error.html

  * igt@xe_exec_system_allocator@madvise-multi-vma:
    - shard-adlp:         NOTRUN -> [SKIP][80] ([Intel XE#4915]) +95 other tests skip
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-6/igt@xe_exec_system_allocator@madvise-multi-vma.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-malloc-multi-fault:
    - shard-dg2-set2:     NOTRUN -> [SKIP][81] ([Intel XE#4915]) +151 other tests skip
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-466/igt@xe_exec_system_allocator@threads-shared-vm-many-malloc-multi-fault.html

  * igt@xe_media_fill@media-fill:
    - shard-dg2-set2:     NOTRUN -> [SKIP][82] ([Intel XE#560])
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-466/igt@xe_media_fill@media-fill.html

  * igt@xe_module_load@load:
    - shard-dg2-set2:     ([PASS][83], [PASS][84], [PASS][85], [PASS][86], [PASS][87], [PASS][88], [PASS][89], [PASS][90], [PASS][91], [PASS][92], [PASS][93], [PASS][94], [PASS][95], [PASS][96], [PASS][97], [PASS][98], [PASS][99], [PASS][100], [PASS][101], [PASS][102], [PASS][103], [PASS][104], [PASS][105], [PASS][106], [PASS][107]) -> ([PASS][108], [PASS][109], [PASS][110], [PASS][111], [PASS][112], [PASS][113], [PASS][114], [PASS][115], [PASS][116], [PASS][117], [PASS][118], [PASS][119], [PASS][120], [PASS][121], [PASS][122], [PASS][123], [PASS][124], [SKIP][125], [PASS][126], [PASS][127], [PASS][128], [PASS][129], [PASS][130], [PASS][131], [PASS][132], [PASS][133]) ([Intel XE#378])
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-433/igt@xe_module_load@load.html
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-433/igt@xe_module_load@load.html
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-433/igt@xe_module_load@load.html
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-436/igt@xe_module_load@load.html
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-436/igt@xe_module_load@load.html
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-466/igt@xe_module_load@load.html
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-466/igt@xe_module_load@load.html
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-432/igt@xe_module_load@load.html
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-463/igt@xe_module_load@load.html
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-464/igt@xe_module_load@load.html
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-464/igt@xe_module_load@load.html
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-436/igt@xe_module_load@load.html
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-464/igt@xe_module_load@load.html
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-434/igt@xe_module_load@load.html
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-434/igt@xe_module_load@load.html
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-434/igt@xe_module_load@load.html
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-432/igt@xe_module_load@load.html
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-463/igt@xe_module_load@load.html
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-435/igt@xe_module_load@load.html
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-463/igt@xe_module_load@load.html
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-466/igt@xe_module_load@load.html
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-463/igt@xe_module_load@load.html
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-435/igt@xe_module_load@load.html
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-435/igt@xe_module_load@load.html
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-432/igt@xe_module_load@load.html
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-463/igt@xe_module_load@load.html
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-463/igt@xe_module_load@load.html
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-466/igt@xe_module_load@load.html
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-435/igt@xe_module_load@load.html
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-435/igt@xe_module_load@load.html
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-436/igt@xe_module_load@load.html
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-433/igt@xe_module_load@load.html
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-463/igt@xe_module_load@load.html
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-464/igt@xe_module_load@load.html
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-435/igt@xe_module_load@load.html
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-433/igt@xe_module_load@load.html
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-432/igt@xe_module_load@load.html
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-464/igt@xe_module_load@load.html
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-464/igt@xe_module_load@load.html
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-434/igt@xe_module_load@load.html
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-434/igt@xe_module_load@load.html
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-434/igt@xe_module_load@load.html
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-432/igt@xe_module_load@load.html
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-432/igt@xe_module_load@load.html
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-432/igt@xe_module_load@load.html
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-436/igt@xe_module_load@load.html
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-436/igt@xe_module_load@load.html
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-466/igt@xe_module_load@load.html
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-466/igt@xe_module_load@load.html
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-433/igt@xe_module_load@load.html
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-433/igt@xe_module_load@load.html

  * igt@xe_oa@oa-exponents:
    - shard-adlp:         NOTRUN -> [SKIP][134] ([Intel XE#3573]) +2 other tests skip
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-6/igt@xe_oa@oa-exponents.html

  * igt@xe_oa@whitelisted-registers-userspace-config:
    - shard-dg2-set2:     NOTRUN -> [SKIP][135] ([Intel XE#3573]) +3 other tests skip
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-434/igt@xe_oa@whitelisted-registers-userspace-config.html

  * igt@xe_pm@d3cold-i2c:
    - shard-dg2-set2:     NOTRUN -> [SKIP][136] ([Intel XE#5694])
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-436/igt@xe_pm@d3cold-i2c.html

  * igt@xe_pm@d3cold-mmap-system:
    - shard-adlp:         NOTRUN -> [SKIP][137] ([Intel XE#2284] / [Intel XE#366]) +1 other test skip
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-6/igt@xe_pm@d3cold-mmap-system.html

  * igt@xe_pm@vram-d3cold-threshold:
    - shard-adlp:         NOTRUN -> [SKIP][138] ([Intel XE#5611] / [Intel XE#579])
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@xe_pm@vram-d3cold-threshold.html

  * igt@xe_pmu@fn-engine-activity-sched-if-idle@engine-drm_xe_engine_class_video_enhance1:
    - shard-bmg:          [PASS][139] -> [DMESG-WARN][140] ([Intel XE#3876] / [Intel XE#3970]) +1 other test dmesg-warn
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-bmg-1/igt@xe_pmu@fn-engine-activity-sched-if-idle@engine-drm_xe_engine_class_video_enhance1.html
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-bmg-4/igt@xe_pmu@fn-engine-activity-sched-if-idle@engine-drm_xe_engine_class_video_enhance1.html

  * igt@xe_pmu@gt-frequency:
    - shard-dg2-set2:     [PASS][141] -> [FAIL][142] ([Intel XE#5166]) +1 other test fail
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-463/igt@xe_pmu@gt-frequency.html
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-432/igt@xe_pmu@gt-frequency.html

  * igt@xe_pxp@pxp-optout:
    - shard-dg2-set2:     NOTRUN -> [SKIP][143] ([Intel XE#4733])
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-433/igt@xe_pxp@pxp-optout.html

  * igt@xe_query@multigpu-query-oa-units:
    - shard-adlp:         NOTRUN -> [SKIP][144] ([Intel XE#944])
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@xe_query@multigpu-query-oa-units.html

  * igt@xe_query@multigpu-query-pxp-status:
    - shard-dg2-set2:     NOTRUN -> [SKIP][145] ([Intel XE#944])
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-432/igt@xe_query@multigpu-query-pxp-status.html

  * igt@xe_render_copy@render-stress-1-copies:
    - shard-dg2-set2:     NOTRUN -> [SKIP][146] ([Intel XE#4814])
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-434/igt@xe_render_copy@render-stress-1-copies.html

  * igt@xe_sriov_flr@flr-vfs-parallel:
    - shard-dg2-set2:     NOTRUN -> [SKIP][147] ([Intel XE#4273])
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-433/igt@xe_sriov_flr@flr-vfs-parallel.html

  
#### Possible fixes ####

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
    - shard-adlp:         [FAIL][148] ([Intel XE#3908]) -> [PASS][149] +1 other test pass
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-adlp-4/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-9/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
    - shard-dg2-set2:     [INCOMPLETE][150] ([Intel XE#2705] / [Intel XE#4212] / [Intel XE#4345]) -> [PASS][151]
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4:
    - shard-dg2-set2:     [INCOMPLETE][152] ([Intel XE#2705] / [Intel XE#4212]) -> [PASS][153]
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html

  * igt@kms_flip@flip-vs-expired-vblank@c-edp1:
    - shard-lnl:          [FAIL][154] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][155]
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html

  * igt@kms_flip@flip-vs-rmfb:
    - shard-adlp:         [DMESG-WARN][156] ([Intel XE#4543] / [Intel XE#5208]) -> [PASS][157]
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-adlp-2/igt@kms_flip@flip-vs-rmfb.html
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_flip@flip-vs-rmfb.html

  * igt@kms_flip@flip-vs-rmfb@b-hdmi-a1:
    - shard-adlp:         [DMESG-WARN][158] ([Intel XE#4543]) -> [PASS][159] +1 other test pass
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-adlp-2/igt@kms_flip@flip-vs-rmfb@b-hdmi-a1.html
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@kms_flip@flip-vs-rmfb@b-hdmi-a1.html

  * igt@xe_exec_reset@cm-close-fd:
    - shard-adlp:         [DMESG-WARN][160] ([Intel XE#3868]) -> [PASS][161]
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-adlp-3/igt@xe_exec_reset@cm-close-fd.html
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-1/igt@xe_exec_reset@cm-close-fd.html

  * igt@xe_exec_system_allocator@many-stride-malloc-prefetch:
    - shard-bmg:          [WARN][162] ([Intel XE#5786]) -> [PASS][163]
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-bmg-2/igt@xe_exec_system_allocator@many-stride-malloc-prefetch.html
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-bmg-3/igt@xe_exec_system_allocator@many-stride-malloc-prefetch.html

  * igt@xe_fault_injection@inject-fault-probe-function-guc_wait_ucode:
    - shard-dg2-set2:     [DMESG-WARN][164] ([Intel XE#5893]) -> [PASS][165]
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-436/igt@xe_fault_injection@inject-fault-probe-function-guc_wait_ucode.html
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-436/igt@xe_fault_injection@inject-fault-probe-function-guc_wait_ucode.html

  * igt@xe_pm@s2idle-mocs:
    - shard-dg2-set2:     [TIMEOUT][166] ([Intel XE#6227]) -> [PASS][167]
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-436/igt@xe_pm@s2idle-mocs.html
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-436/igt@xe_pm@s2idle-mocs.html

  * igt@xe_sriov_scheduling@nonpreempt-engine-resets@numvfs-random:
    - shard-adlp:         [ABORT][168] ([Intel XE#4917]) -> [PASS][169] +1 other test pass
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-adlp-6/igt@xe_sriov_scheduling@nonpreempt-engine-resets@numvfs-random.html
   [169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-6/igt@xe_sriov_scheduling@nonpreempt-engine-resets@numvfs-random.html

  
#### Warnings ####

  * igt@kms_async_flips@async-flip-suspend-resume:
    - shard-adlp:         [DMESG-WARN][170] ([Intel XE#4543]) -> [DMESG-WARN][171] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#4543]) +1 other test dmesg-warn
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-adlp-9/igt@kms_async_flips@async-flip-suspend-resume.html
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-adlp-8/igt@kms_async_flips@async-flip-suspend-resume.html

  * igt@kms_content_protection@legacy:
    - shard-dg2-set2:     [SKIP][172] ([Intel XE#455]) -> [FAIL][173] ([Intel XE#1178])
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-464/igt@kms_content_protection@legacy.html
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-463/igt@kms_content_protection@legacy.html

  * igt@kms_flip@flip-vs-expired-vblank:
    - shard-lnl:          [FAIL][174] ([Intel XE#301] / [Intel XE#3149]) -> [FAIL][175] ([Intel XE#301])
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank.html
   [175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank.html

  * igt@kms_hdr@brightness-with-hdr:
    - shard-bmg:          [SKIP][176] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][177] ([Intel XE#3544])
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-bmg-7/igt@kms_hdr@brightness-with-hdr.html
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-bmg-5/igt@kms_hdr@brightness-with-hdr.html

  * igt@kms_tiled_display@basic-test-pattern:
    - shard-bmg:          [FAIL][178] ([Intel XE#1729]) -> [SKIP][179] ([Intel XE#2426])
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern.html
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-bmg-2/igt@kms_tiled_display@basic-test-pattern.html
    - shard-dg2-set2:     [SKIP][180] ([Intel XE#362]) -> [FAIL][181] ([Intel XE#1729])
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern.html
   [181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-432/igt@kms_tiled_display@basic-test-pattern.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-dg2-set2:     [SKIP][182] ([Intel XE#1500]) -> [SKIP][183] ([Intel XE#362])
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-464/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
    - shard-dg2-set2:     [ABORT][184] ([Intel XE#4917] / [Intel XE#5466]) -> [ABORT][185] ([Intel XE#5466])
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-dg2-436/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-dg2-436/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
    - shard-bmg:          [ABORT][186] ([Intel XE#4917] / [Intel XE#5466] / [Intel XE#5530]) -> [ABORT][187] ([Intel XE#5466] / [Intel XE#5530])
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a/shard-bmg-3/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
   [187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v2/shard-bmg-8/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html

  
  [Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
  [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500
  [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
  [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
  [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [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#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
  [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#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
  [Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925
  [Intel XE#2953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2953
  [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
  [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
  [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
  [Intel XE#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310
  [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
  [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
  [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
  [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
  [Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
  [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
  [Intel XE#3442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3442
  [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
  [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
  [Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
  [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
  [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
  [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
  [Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
  [Intel XE#3862]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862
  [Intel XE#3868]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3868
  [Intel XE#3876]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3876
  [Intel XE#3908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3908
  [Intel XE#3970]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3970
  [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#4345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345
  [Intel XE#4356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4356
  [Intel XE#4459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459
  [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#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#4741]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4741
  [Intel XE#4814]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4814
  [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
  [Intel XE#4915]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4915
  [Intel XE#4917]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4917
  [Intel XE#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
  [Intel XE#5166]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5166
  [Intel XE#5208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5208
  [Intel XE#5300]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5300
  [Intel XE#5466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5466
  [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#5575]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5575
  [Intel XE#560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/560
  [Intel XE#5611]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5611
  [Intel XE#5626]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5626
  [Intel XE#5694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5694
  [Intel XE#5786]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5786
  [Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
  [Intel XE#5893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5893
  [Intel XE#6227]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6227
  [Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
  [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#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
  [Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
  [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944


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

  * Linux: xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a -> xe-pw-156392v2

  IGT_8596: 8596
  xe-3986-d827507f9c3c65785556819d50eb5131b2bf6a3a: d827507f9c3c65785556819d50eb5131b2bf6a3a
  xe-pw-156392v2: 156392v2

== Logs ==

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

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

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

* Re: [PATCH v2] drm/xe/xe3: Apply wa_14024997852
  2025-10-26 11:15   ` [PATCH v2] " Tapani Pälli
@ 2025-10-28 20:59     ` Matt Roper
  2025-10-29  8:50       ` [PATCH v3] " Tapani Pälli
  0 siblings, 1 reply; 15+ messages in thread
From: Matt Roper @ 2025-10-28 20:59 UTC (permalink / raw)
  To: Tapani Pälli; +Cc: intel-xe, tilak.tirumalesh.tangudu

On Sun, Oct 26, 2025 at 01:15:38PM +0200, Tapani Pälli wrote:
> Whitelist registers needed for userspace to control autostrip on xe3.
> 
> v2: fix GRAPHICS_VERSION to match xe3 (Matt)
> 
> Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
> ---
>  drivers/gpu/drm/xe/xe_reg_whitelist.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/drivers/gpu/drm/xe/xe_reg_whitelist.c b/drivers/gpu/drm/xe/xe_reg_whitelist.c
> index 690bc327a363..bb2e167f6872 100644
> --- a/drivers/gpu/drm/xe/xe_reg_whitelist.c
> +++ b/drivers/gpu/drm/xe/xe_reg_whitelist.c
> @@ -89,6 +89,13 @@ static const struct xe_rtp_entry_sr register_whitelist[] = {
>  				   RING_FORCE_TO_NONPRIV_ACCESS_RD |
>  				   RING_FORCE_TO_NONPRIV_RANGE_4))
>  	},
> +	{ XE_RTP_NAME("14024997852"),
> +	  XE_RTP_RULES(GRAPHICS_VERSION(3000), ENGINE_CLASS(RENDER)),

This will only apply to devices with version exactly 30.00.  According
to the workaround tool, it looks like this workaround is needed on
30.00, 30.01, 30.03, 30.04, and 30.05.  So you probably want to use
GRAPHICS_VERSION_RANGE(3000, 3005) to cover them all.

For regular (non-whitelist) workarounds, we'd usually break that out
into two separate entries from 3000..3001 and 3003..3005 since we
wouldn't want to overlook that the workaround might not apply to a 30.02
if that version ever showed up in the future.  But for a whitelist like
this I don't think that's a concern; the choice to apply/not apply the
workaround itself lives with userspace (so the burden is on them to
monitor that they handle it on the right platform(s)) and this is just
making sure it's accessible.  And since 30.02 would just be a minor
point release, if a 30.02 does show up, it's not going to include major
new security-sensitive bitfields or anything.


Matt

> +	  XE_RTP_ACTIONS(WHITELIST(FF_MODE,
> +				   RING_FORCE_TO_NONPRIV_ACCESS_RW),
> +			 WHITELIST(VFLSKPD,
> +				   RING_FORCE_TO_NONPRIV_ACCESS_RW))
> +	},
>  };
>  
>  static void whitelist_apply_to_hwe(struct xe_hw_engine *hwe)
> -- 
> 2.51.0
> 

-- 
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation

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

* [PATCH v3] drm/xe/xe3: Apply wa_14024997852
  2025-10-28 20:59     ` Matt Roper
@ 2025-10-29  8:50       ` Tapani Pälli
  2025-10-29 22:24         ` Matt Roper
  0 siblings, 1 reply; 15+ messages in thread
From: Tapani Pälli @ 2025-10-29  8:50 UTC (permalink / raw)
  To: intel-xe; +Cc: matthew.d.roper, tilak.tirumalesh.tangudu, Tapani Pälli

Whitelist registers needed for userspace to control autostrip on xe3.

v2: fix GRAPHICS_VERSION to match xe3 (Matt)
v3: use GRAPHICS_VERSION_RANGE to match all xe3 (Matt)

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
---
 drivers/gpu/drm/xe/xe_reg_whitelist.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/gpu/drm/xe/xe_reg_whitelist.c b/drivers/gpu/drm/xe/xe_reg_whitelist.c
index 690bc327a363..7ca360b2c20d 100644
--- a/drivers/gpu/drm/xe/xe_reg_whitelist.c
+++ b/drivers/gpu/drm/xe/xe_reg_whitelist.c
@@ -89,6 +89,13 @@ static const struct xe_rtp_entry_sr register_whitelist[] = {
 				   RING_FORCE_TO_NONPRIV_ACCESS_RD |
 				   RING_FORCE_TO_NONPRIV_RANGE_4))
 	},
+	{ XE_RTP_NAME("14024997852"),
+	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3005), ENGINE_CLASS(RENDER)),
+	  XE_RTP_ACTIONS(WHITELIST(FF_MODE,
+				   RING_FORCE_TO_NONPRIV_ACCESS_RW),
+			 WHITELIST(VFLSKPD,
+				   RING_FORCE_TO_NONPRIV_ACCESS_RW))
+	},
 };
 
 static void whitelist_apply_to_hwe(struct xe_hw_engine *hwe)
-- 
2.51.0


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

* ✓ CI.KUnit: success for drm/xe/xe3: Apply wa_14024997852 (rev3)
  2025-10-23  4:40 [PATCH] drm/xe/xe3: Apply wa_14024997852 Tapani Pälli
                   ` (6 preceding siblings ...)
  2025-10-26 13:09 ` ✓ Xe.CI.Full: " Patchwork
@ 2025-10-29 10:44 ` Patchwork
  2025-10-29 11:34 ` ✓ Xe.CI.BAT: " Patchwork
  8 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2025-10-29 10:44 UTC (permalink / raw)
  To: Tapani Pälli; +Cc: intel-xe

== Series Details ==

Series: drm/xe/xe3: Apply wa_14024997852 (rev3)
URL   : https://patchwork.freedesktop.org/series/156392/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/xe/xe3: Apply wa_14024997852 (rev3)
  2025-10-23  4:40 [PATCH] drm/xe/xe3: Apply wa_14024997852 Tapani Pälli
                   ` (7 preceding siblings ...)
  2025-10-29 10:44 ` ✓ CI.KUnit: success for drm/xe/xe3: Apply wa_14024997852 (rev3) Patchwork
@ 2025-10-29 11:34 ` Patchwork
  8 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2025-10-29 11:34 UTC (permalink / raw)
  To: Tapani Pälli; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe/xe3: Apply wa_14024997852 (rev3)
URL   : https://patchwork.freedesktop.org/series/156392/
State : success

== Summary ==

CI Bug Log - changes from xe-4000-62fe6039c8508b5dba1f64e3bc8dfe555f95afc2_BAT -> xe-pw-156392v3_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (13 -> 13)
------------------------------

  No changes in participating hosts

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

  Here are the changes found in xe-pw-156392v3_BAT that come from known issues:

### IGT changes ###

#### Possible fixes ####

  * igt@kms_flip@basic-plain-flip@b-edp1:
    - bat-adlp-7:         [DMESG-WARN][1] ([Intel XE#4543]) -> [PASS][2] +1 other test pass
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4000-62fe6039c8508b5dba1f64e3bc8dfe555f95afc2/bat-adlp-7/igt@kms_flip@basic-plain-flip@b-edp1.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-156392v3/bat-adlp-7/igt@kms_flip@basic-plain-flip@b-edp1.html

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


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

  * IGT: IGT_8599 -> IGT_8600
  * Linux: xe-4000-62fe6039c8508b5dba1f64e3bc8dfe555f95afc2 -> xe-pw-156392v3

  IGT_8599: b22b9ca357de868f3848269e5eb7c4cc53b3f2d1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  IGT_8600: 8600
  xe-4000-62fe6039c8508b5dba1f64e3bc8dfe555f95afc2: 62fe6039c8508b5dba1f64e3bc8dfe555f95afc2
  xe-pw-156392v3: 156392v3

== Logs ==

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

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

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

* Re: [PATCH v3] drm/xe/xe3: Apply wa_14024997852
  2025-10-29  8:50       ` [PATCH v3] " Tapani Pälli
@ 2025-10-29 22:24         ` Matt Roper
  0 siblings, 0 replies; 15+ messages in thread
From: Matt Roper @ 2025-10-29 22:24 UTC (permalink / raw)
  To: Tapani Pälli; +Cc: intel-xe, tilak.tirumalesh.tangudu

On Wed, Oct 29, 2025 at 10:50:57AM +0200, Tapani Pälli wrote:
> Whitelist registers needed for userspace to control autostrip on xe3.
> 
> v2: fix GRAPHICS_VERSION to match xe3 (Matt)
> v3: use GRAPHICS_VERSION_RANGE to match all xe3 (Matt)
> 
> Signed-off-by: Tapani Pälli <tapani.palli@intel.com>

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>

and applied to drm-xe-next.  Thanks for the patch.


Matt

> ---
>  drivers/gpu/drm/xe/xe_reg_whitelist.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/drivers/gpu/drm/xe/xe_reg_whitelist.c b/drivers/gpu/drm/xe/xe_reg_whitelist.c
> index 690bc327a363..7ca360b2c20d 100644
> --- a/drivers/gpu/drm/xe/xe_reg_whitelist.c
> +++ b/drivers/gpu/drm/xe/xe_reg_whitelist.c
> @@ -89,6 +89,13 @@ static const struct xe_rtp_entry_sr register_whitelist[] = {
>  				   RING_FORCE_TO_NONPRIV_ACCESS_RD |
>  				   RING_FORCE_TO_NONPRIV_RANGE_4))
>  	},
> +	{ XE_RTP_NAME("14024997852"),
> +	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3005), ENGINE_CLASS(RENDER)),
> +	  XE_RTP_ACTIONS(WHITELIST(FF_MODE,
> +				   RING_FORCE_TO_NONPRIV_ACCESS_RW),
> +			 WHITELIST(VFLSKPD,
> +				   RING_FORCE_TO_NONPRIV_ACCESS_RW))
> +	},
>  };
>  
>  static void whitelist_apply_to_hwe(struct xe_hw_engine *hwe)
> -- 
> 2.51.0
> 

-- 
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation

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

end of thread, other threads:[~2025-10-29 22:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-23  4:40 [PATCH] drm/xe/xe3: Apply wa_14024997852 Tapani Pälli
2025-10-23  5:29 ` ✓ CI.KUnit: success for " Patchwork
2025-10-23  6:08 ` ✓ Xe.CI.BAT: " Patchwork
2025-10-23 11:22 ` ✗ Xe.CI.Full: failure " Patchwork
2025-10-24 23:52 ` [PATCH] " Matt Roper
2025-10-25  5:43   ` Tapani Pälli
2025-10-26 11:15   ` [PATCH v2] " Tapani Pälli
2025-10-28 20:59     ` Matt Roper
2025-10-29  8:50       ` [PATCH v3] " Tapani Pälli
2025-10-29 22:24         ` Matt Roper
2025-10-26 11:22 ` ✓ CI.KUnit: success for drm/xe/xe3: Apply wa_14024997852 (rev2) Patchwork
2025-10-26 12:01 ` ✓ Xe.CI.BAT: " Patchwork
2025-10-26 13:09 ` ✓ Xe.CI.Full: " Patchwork
2025-10-29 10:44 ` ✓ CI.KUnit: success for drm/xe/xe3: Apply wa_14024997852 (rev3) Patchwork
2025-10-29 11:34 ` ✓ Xe.CI.BAT: " Patchwork

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