Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms
@ 2025-07-31 15:29 Jonathan Cavitt
  0 siblings, 0 replies; 10+ messages in thread
From: Jonathan Cavitt @ 2025-07-31 15:29 UTC (permalink / raw)
  To: intel-xe
  Cc: saurabhg.gupta, alex.zuo, jonathan.cavitt,
	tilak.tirumalesh.tangudu, matthew.d.roper

From: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>

v2: Correct code placement (Matt R)

Extend WA 13012615864 to Graphics Versions 20.01,20.02,20.04
and 30.03 .

Signed-off-by: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
---
 drivers/gpu/drm/xe/xe_wa.c | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
index 22a98600fd8f..535067e7fb0c 100644
--- a/drivers/gpu/drm/xe/xe_wa.c
+++ b/drivers/gpu/drm/xe/xe_wa.c
@@ -538,6 +538,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
 	  XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER)),
 	  XE_RTP_ACTIONS(SET(HALF_SLICE_CHICKEN7, CLEAR_OPTIMIZATION_DISABLE))
 	},
+	{ XE_RTP_NAME("13012615864"),
+	  XE_RTP_RULES(GRAPHICS_VERSION(2004),
+		       FUNC(xe_rtp_match_first_render_or_compute)),
+	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
+	},
 
 	/* Xe2_HPG */
 
@@ -602,6 +607,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
 		       FUNC(xe_rtp_match_first_render_or_compute)),
 	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, STK_ID_RESTRICT))
 	},
+	{ XE_RTP_NAME("13012615864"),
+	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(2001, 2002),
+		       FUNC(xe_rtp_match_first_render_or_compute)),
+	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
+	},
 
 	/* Xe2_LPM */
 
@@ -647,7 +657,8 @@ static const struct xe_rtp_entry_sr engine_was[] = {
 	  XE_RTP_ACTIONS(SET(TDL_CHICKEN, QID_WAIT_FOR_THREAD_NOT_RUN_DISABLE))
 	},
 	{ XE_RTP_NAME("13012615864"),
-	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001),
+	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001), OR,
+		       GRAPHICS_VERSION(3003),
 		       FUNC(xe_rtp_match_first_render_or_compute)),
 	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
 	},
-- 
2.43.0


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

* [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms
@ 2025-07-31 22:01 Jonathan Cavitt
  2025-08-01  1:14 ` ✓ CI.KUnit: success for drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms (rev2) Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Jonathan Cavitt @ 2025-07-31 22:01 UTC (permalink / raw)
  To: intel-xe
  Cc: saurabhg.gupta, alex.zuo, jonathan.cavitt,
	tilak.tirumalesh.tangudu, matthew.d.roper, michal.wajdeczko,
	rodrigo.vivi

From: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>

Extend WA 13012615864 to Graphics Versions 20.01,20.02,20.04
and 30.03.

Signed-off-by: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 drivers/gpu/drm/xe/xe_wa.c | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
index 22a98600fd8f..535067e7fb0c 100644
--- a/drivers/gpu/drm/xe/xe_wa.c
+++ b/drivers/gpu/drm/xe/xe_wa.c
@@ -538,6 +538,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
 	  XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER)),
 	  XE_RTP_ACTIONS(SET(HALF_SLICE_CHICKEN7, CLEAR_OPTIMIZATION_DISABLE))
 	},
+	{ XE_RTP_NAME("13012615864"),
+	  XE_RTP_RULES(GRAPHICS_VERSION(2004),
+		       FUNC(xe_rtp_match_first_render_or_compute)),
+	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
+	},
 
 	/* Xe2_HPG */
 
@@ -602,6 +607,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
 		       FUNC(xe_rtp_match_first_render_or_compute)),
 	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, STK_ID_RESTRICT))
 	},
+	{ XE_RTP_NAME("13012615864"),
+	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(2001, 2002),
+		       FUNC(xe_rtp_match_first_render_or_compute)),
+	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
+	},
 
 	/* Xe2_LPM */
 
@@ -647,7 +657,8 @@ static const struct xe_rtp_entry_sr engine_was[] = {
 	  XE_RTP_ACTIONS(SET(TDL_CHICKEN, QID_WAIT_FOR_THREAD_NOT_RUN_DISABLE))
 	},
 	{ XE_RTP_NAME("13012615864"),
-	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001),
+	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001), OR,
+		       GRAPHICS_VERSION(3003),
 		       FUNC(xe_rtp_match_first_render_or_compute)),
 	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
 	},
-- 
2.43.0


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

* ✓ CI.KUnit: success for drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms (rev2)
  2025-07-31 22:01 [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms Jonathan Cavitt
@ 2025-08-01  1:14 ` Patchwork
  2025-08-01  1:52 ` ✓ Xe.CI.BAT: " Patchwork
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2025-08-01  1:14 UTC (permalink / raw)
  To: Jonathan Cavitt; +Cc: intel-xe

== Series Details ==

Series: drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms (rev2)
URL   : https://patchwork.freedesktop.org/series/152370/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms (rev2)
  2025-07-31 22:01 [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms Jonathan Cavitt
  2025-08-01  1:14 ` ✓ CI.KUnit: success for drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms (rev2) Patchwork
@ 2025-08-01  1:52 ` Patchwork
  2025-08-01  4:07 ` ✗ Xe.CI.Full: failure " Patchwork
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2025-08-01  1:52 UTC (permalink / raw)
  To: Jonathan Cavitt; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms (rev2)
URL   : https://patchwork.freedesktop.org/series/152370/
State : success

== Summary ==

CI Bug Log - changes from xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2_BAT -> xe-pw-152370v2_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (8 -> 7)
------------------------------

  Missing    (1): bat-adlp-vm 

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

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

### IGT changes ###

#### Possible fixes ####

  * igt@kms_flip@basic-flip-vs-modeset@d-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-3496-68a99106069be8ab52030c61215da008b2f6dbd2/bat-adlp-7/igt@kms_flip@basic-flip-vs-modeset@d-edp1.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/bat-adlp-7/igt@kms_flip@basic-flip-vs-modeset@d-edp1.html

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


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

  * Linux: xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2 -> xe-pw-152370v2

  IGT_8482: 8482
  xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2: 68a99106069be8ab52030c61215da008b2f6dbd2
  xe-pw-152370v2: 152370v2

== Logs ==

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

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

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

* ✗ Xe.CI.Full: failure for drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms (rev2)
  2025-07-31 22:01 [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms Jonathan Cavitt
  2025-08-01  1:14 ` ✓ CI.KUnit: success for drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms (rev2) Patchwork
  2025-08-01  1:52 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-08-01  4:07 ` Patchwork
  2025-08-01 16:38 ` [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms Gustavo Sousa
  2025-09-04 18:59 ` Matt Roper
  4 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2025-08-01  4:07 UTC (permalink / raw)
  To: Jonathan Cavitt; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms (rev2)
URL   : https://patchwork.freedesktop.org/series/152370/
State : failure

== Summary ==

CI Bug Log - changes from xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2_FULL -> xe-pw-152370v2_FULL
====================================================

Summary
-------

  **FAILURE**

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

### IGT changes ###

#### Possible regressions ####

  * igt@xe_pm@s4-vm-bind-unbind-all:
    - shard-bmg:          [PASS][1] -> [ABORT][2]
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-3/igt@xe_pm@s4-vm-bind-unbind-all.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-4/igt@xe_pm@s4-vm-bind-unbind-all.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@core_hotunplug@hotunbind-rebind:
    - shard-bmg:          [PASS][3] -> [SKIP][4] ([Intel XE#4963])
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@core_hotunplug@hotunbind-rebind.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@core_hotunplug@hotunbind-rebind.html

  * igt@core_setmaster@master-drop-set-user:
    - shard-bmg:          [PASS][5] -> [FAIL][6] ([Intel XE#4674])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@core_setmaster@master-drop-set-user.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@core_setmaster@master-drop-set-user.html

  * igt@intel_hwmon@hwmon-read:
    - shard-bmg:          [PASS][7] -> [SKIP][8] ([Intel XE#5177])
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@intel_hwmon@hwmon-read.html
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@intel_hwmon@hwmon-read.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
    - shard-adlp:         [PASS][9] -> [DMESG-FAIL][10] ([Intel XE#4543])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-adlp-1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-adlp-9/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html

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

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180:
    - shard-dg2-set2:     NOTRUN -> [SKIP][12] ([Intel XE#1124]) +1 other test skip
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html

  * igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p:
    - shard-bmg:          [PASS][13] -> [SKIP][14] ([Intel XE#2314] / [Intel XE#2894])
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-8/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html

  * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-dp-2:
    - shard-dg2-set2:     NOTRUN -> [SKIP][15] ([Intel XE#455] / [Intel XE#787]) +22 other tests skip
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-432/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-dp-2.html

  * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-b-dp-2:
    - shard-dg2-set2:     NOTRUN -> [SKIP][16] ([Intel XE#787]) +139 other tests skip
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-432/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-b-dp-2.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
    - shard-bmg:          [PASS][17] -> [SKIP][18] ([Intel XE#4947]) +11 other tests skip
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
    - shard-dg2-set2:     [PASS][19] -> [INCOMPLETE][20] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#3124])
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/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-dp-4:
    - shard-dg2-set2:     [PASS][21] -> [INCOMPLETE][22] ([Intel XE#3124])
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4.html
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6:
    - shard-dg2-set2:     [PASS][23] -> [DMESG-WARN][24] ([Intel XE#1727] / [Intel XE#3113])
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6.html
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/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@pipe-a-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-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html

  * igt@kms_chamelium_color@ctm-0-50:
    - shard-dg2-set2:     NOTRUN -> [SKIP][27] ([Intel XE#306])
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/igt@kms_chamelium_color@ctm-0-50.html

  * igt@kms_chamelium_hpd@dp-hpd-with-enabled-mode:
    - shard-dg2-set2:     NOTRUN -> [SKIP][28] ([Intel XE#373])
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/igt@kms_chamelium_hpd@dp-hpd-with-enabled-mode.html

  * igt@kms_content_protection@atomic-dpms@pipe-a-dp-2:
    - shard-dg2-set2:     NOTRUN -> [FAIL][29] ([Intel XE#1178])
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-432/igt@kms_content_protection@atomic-dpms@pipe-a-dp-2.html

  * igt@kms_content_protection@dp-mst-type-0:
    - shard-dg2-set2:     NOTRUN -> [SKIP][30] ([Intel XE#307])
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/igt@kms_content_protection@dp-mst-type-0.html

  * igt@kms_content_protection@uevent@pipe-a-dp-2:
    - shard-bmg:          NOTRUN -> [FAIL][31] ([Intel XE#1188])
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-3/igt@kms_content_protection@uevent@pipe-a-dp-2.html

  * igt@kms_cursor_crc@cursor-onscreen-256x256:
    - shard-bmg:          NOTRUN -> [SKIP][32] ([Intel XE#4950]) +8 other tests skip
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_cursor_crc@cursor-onscreen-256x256.html

  * igt@kms_dp_link_training@non-uhbr-mst:
    - shard-dg2-set2:     NOTRUN -> [SKIP][33] ([Intel XE#4354])
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/igt@kms_dp_link_training@non-uhbr-mst.html

  * igt@kms_flip@2x-dpms-vs-vblank-race-interruptible:
    - shard-bmg:          [PASS][34] -> [SKIP][35] ([Intel XE#2316]) +1 other test skip
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-8/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-6/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html

  * igt@kms_flip@basic-plain-flip@b-hdmi-a1:
    - shard-adlp:         [PASS][36] -> [DMESG-WARN][37] ([Intel XE#4543]) +2 other tests dmesg-warn
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-adlp-3/igt@kms_flip@basic-plain-flip@b-hdmi-a1.html
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-adlp-6/igt@kms_flip@basic-plain-flip@b-hdmi-a1.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode:
    - shard-bmg:          NOTRUN -> [SKIP][38] ([Intel XE#2293]) +1 other test skip
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html

  * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-move:
    - shard-dg2-set2:     NOTRUN -> [SKIP][39] ([Intel XE#651]) +4 other tests skip
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbc-tiling-4:
    - shard-dg2-set2:     [PASS][40] -> [SKIP][41] ([Intel XE#4208])
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-tiling-4.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][42] ([Intel XE#4947]) +13 other tests skip
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-suspend.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt:
    - shard-dg2-set2:     NOTRUN -> [SKIP][43] ([Intel XE#653]) +5 other tests skip
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt.html

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

  * igt@kms_plane_scaling@2x-scaler-multi-pipe:
    - shard-bmg:          [PASS][45] -> [SKIP][46] ([Intel XE#4950]) +57 other tests skip
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_plane_scaling@2x-scaler-multi-pipe.html

  * igt@kms_pm_dc@dc3co-vpb-simulation:
    - shard-dg2-set2:     NOTRUN -> [SKIP][47] ([Intel XE#1122])
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/igt@kms_pm_dc@dc3co-vpb-simulation.html

  * igt@kms_pm_rpm@modeset-non-lpsp-stress:
    - shard-bmg:          [PASS][48] -> [SKIP][49] ([Intel XE#4962])
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_pm_rpm@modeset-non-lpsp-stress.html

  * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
    - shard-dg2-set2:     NOTRUN -> [SKIP][50] ([Intel XE#1489])
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html

  * igt@kms_psr@fbc-psr2-sprite-plane-onoff:
    - shard-dg2-set2:     NOTRUN -> [SKIP][51] ([Intel XE#2850] / [Intel XE#929])
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html

  * igt@kms_scaling_modes@scaling-mode-full:
    - shard-dg2-set2:     NOTRUN -> [SKIP][52] ([Intel XE#455]) +2 other tests skip
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/igt@kms_scaling_modes@scaling-mode-full.html

  * igt@kms_vblank@ts-continuation-suspend:
    - shard-adlp:         [PASS][53] -> [DMESG-WARN][54] ([Intel XE#2953] / [Intel XE#4173]) +4 other tests dmesg-warn
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-adlp-2/igt@kms_vblank@ts-continuation-suspend.html
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-adlp-4/igt@kms_vblank@ts-continuation-suspend.html

  * igt@kms_vrr@negative-basic:
    - shard-bmg:          [PASS][55] -> [SKIP][56] ([Intel XE#1499])
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-8/igt@kms_vrr@negative-basic.html
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-6/igt@kms_vrr@negative-basic.html

  * igt@xe_eu_stall@blocking-re-enable:
    - shard-bmg:          [PASS][57] -> [FAIL][58] ([Intel XE#5420])
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-7/igt@xe_eu_stall@blocking-re-enable.html
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-3/igt@xe_eu_stall@blocking-re-enable.html

  * igt@xe_eudebug_online@interrupt-all-set-breakpoint:
    - shard-dg2-set2:     NOTRUN -> [SKIP][59] ([Intel XE#4837]) +3 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-434/igt@xe_eudebug_online@interrupt-all-set-breakpoint.html

  * igt@xe_exec_basic@multigpu-once-basic-defer-mmap:
    - shard-dg2-set2:     [PASS][60] -> [SKIP][61] ([Intel XE#1392]) +2 other tests skip
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-dg2-433/igt@xe_exec_basic@multigpu-once-basic-defer-mmap.html
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-432/igt@xe_exec_basic@multigpu-once-basic-defer-mmap.html

  * igt@xe_exec_fault_mode@once-rebind-prefetch:
    - shard-dg2-set2:     NOTRUN -> [SKIP][62] ([Intel XE#288]) +5 other tests skip
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-434/igt@xe_exec_fault_mode@once-rebind-prefetch.html

  * igt@xe_exec_mix_modes@exec-spinner-interrupted-lr:
    - shard-dg2-set2:     NOTRUN -> [SKIP][63] ([Intel XE#2360])
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/igt@xe_exec_mix_modes@exec-spinner-interrupted-lr.html

  * igt@xe_exec_system_allocator@many-execqueues-mmap-huge-nomemset:
    - shard-bmg:          NOTRUN -> [SKIP][64] ([Intel XE#4945]) +42 other tests skip
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@xe_exec_system_allocator@many-execqueues-mmap-huge-nomemset.html

  * igt@xe_exec_system_allocator@process-many-new-nomemset:
    - shard-bmg:          [PASS][65] -> [SKIP][66] ([Intel XE#4945]) +259 other tests skip
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@xe_exec_system_allocator@process-many-new-nomemset.html
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@xe_exec_system_allocator@process-many-new-nomemset.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-large-new-bo-map-nomemset:
    - shard-lnl:          [PASS][67] -> [FAIL][68] ([Intel XE#4937])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-lnl-7/igt@xe_exec_system_allocator@threads-shared-vm-many-large-new-bo-map-nomemset.html
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-lnl-4/igt@xe_exec_system_allocator@threads-shared-vm-many-large-new-bo-map-nomemset.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-stride-new-race-nomemset:
    - shard-dg2-set2:     NOTRUN -> [SKIP][69] ([Intel XE#4915]) +45 other tests skip
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-434/igt@xe_exec_system_allocator@threads-shared-vm-many-stride-new-race-nomemset.html

  * igt@xe_module_load@reload:
    - shard-bmg:          [PASS][70] -> [FAIL][71] ([Intel XE#5679])
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@xe_module_load@reload.html
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@xe_module_load@reload.html

  * igt@xe_oa@non-privileged-access-vaddr:
    - shard-dg2-set2:     NOTRUN -> [SKIP][72] ([Intel XE#3573]) +1 other test skip
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/igt@xe_oa@non-privileged-access-vaddr.html

  * igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p:
    - shard-dg2-set2:     NOTRUN -> [FAIL][73] ([Intel XE#1173])
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-463/igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p.html

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

  
#### Possible fixes ####

  * igt@core_hotunplug@unbind-rebind:
    - shard-bmg:          [SKIP][75] ([Intel XE#4963]) -> [PASS][76]
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@core_hotunplug@unbind-rebind.html
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@core_hotunplug@unbind-rebind.html

  * igt@fbdev@eof:
    - shard-bmg:          [SKIP][77] ([Intel XE#2134]) -> [PASS][78] +1 other test pass
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@fbdev@eof.html
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-4/igt@fbdev@eof.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
    - shard-adlp:         [DMESG-FAIL][79] ([Intel XE#4543]) -> [PASS][80]
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-adlp-6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-adlp-1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
    - shard-dg2-set2:     [INCOMPLETE][81] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4522]) -> [PASS][82] +1 other test pass
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic:
    - shard-bmg:          [SKIP][83] ([Intel XE#2291]) -> [PASS][84] +1 other test pass
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-6/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-3/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html

  * igt@kms_flip@2x-flip-vs-dpms-on-nop:
    - shard-bmg:          [SKIP][85] ([Intel XE#2316]) -> [PASS][86] +3 other tests pass
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-6/igt@kms_flip@2x-flip-vs-dpms-on-nop.html
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-3/igt@kms_flip@2x-flip-vs-dpms-on-nop.html

  * igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible:
    - shard-adlp:         [DMESG-WARN][87] ([Intel XE#2953] / [Intel XE#4173]) -> [PASS][88]
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-adlp-1/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-adlp-9/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html

  * igt@kms_flip@flip-vs-dpms-on-nop-interruptible:
    - shard-adlp:         [DMESG-WARN][89] ([Intel XE#4543]) -> [PASS][90] +3 other tests pass
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-adlp-2/igt@kms_flip@flip-vs-dpms-on-nop-interruptible.html
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-adlp-4/igt@kms_flip@flip-vs-dpms-on-nop-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible:
    - shard-lnl:          [FAIL][91] ([Intel XE#301]) -> [PASS][92] +1 other test pass
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank-interruptible.html

  * igt@kms_flip@flip-vs-suspend-interruptible:
    - shard-dg2-set2:     [INCOMPLETE][93] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][94] +1 other test pass
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-dg2-434/igt@kms_flip@flip-vs-suspend-interruptible.html
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-434/igt@kms_flip@flip-vs-suspend-interruptible.html

  * igt@kms_pm_dc@dc5-dpms-negative:
    - shard-bmg:          [SKIP][95] ([Intel XE#4947]) -> [PASS][96] +18 other tests pass
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_pm_dc@dc5-dpms-negative.html
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_pm_dc@dc5-dpms-negative.html

  * igt@kms_pm_dc@dc6-dpms:
    - shard-adlp:         [FAIL][97] ([Intel XE#718]) -> [PASS][98]
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-adlp-9/igt@kms_pm_dc@dc6-dpms.html
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-adlp-8/igt@kms_pm_dc@dc6-dpms.html

  * igt@kms_pm_rpm@universal-planes-dpms:
    - shard-bmg:          [SKIP][99] ([Intel XE#4962]) -> [PASS][100]
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_pm_rpm@universal-planes-dpms.html
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_pm_rpm@universal-planes-dpms.html

  * igt@kms_properties@connector-properties-legacy:
    - shard-bmg:          [SKIP][101] ([Intel XE#4950]) -> [PASS][102] +65 other tests pass
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_properties@connector-properties-legacy.html
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_properties@connector-properties-legacy.html

  * igt@xe_exec_basic@many-bindexecqueue-rebind:
    - shard-bmg:          [SKIP][103] ([Intel XE#4945]) -> [PASS][104] +304 other tests pass
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@xe_exec_basic@many-bindexecqueue-rebind.html
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@xe_exec_basic@many-bindexecqueue-rebind.html

  * igt@xe_exec_basic@multigpu-no-exec-null-defer-bind:
    - shard-dg2-set2:     [SKIP][105] ([Intel XE#1392]) -> [PASS][106] +6 other tests pass
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-null-defer-bind.html
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-463/igt@xe_exec_basic@multigpu-no-exec-null-defer-bind.html

  
#### Warnings ####

  * igt@kms_big_fb@linear-64bpp-rotate-270:
    - shard-bmg:          [SKIP][107] ([Intel XE#2327]) -> [SKIP][108] ([Intel XE#4947]) +2 other tests skip
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_big_fb@linear-64bpp-rotate-270.html
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_big_fb@linear-64bpp-rotate-270.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-90:
    - shard-bmg:          [SKIP][109] ([Intel XE#4947]) -> [SKIP][110] ([Intel XE#2327]) +1 other test skip
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-4/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
    - shard-bmg:          [SKIP][111] ([Intel XE#607]) -> [SKIP][112] ([Intel XE#4947])
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html

  * igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
    - shard-bmg:          [SKIP][113] ([Intel XE#4947]) -> [SKIP][114] ([Intel XE#1124]) +7 other tests skip
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html

  * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
    - shard-bmg:          [SKIP][115] ([Intel XE#4947]) -> [SKIP][116] ([Intel XE#607])
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0:
    - shard-bmg:          [SKIP][117] ([Intel XE#1124]) -> [SKIP][118] ([Intel XE#4947]) +5 other tests skip
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html

  * igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p:
    - shard-bmg:          [SKIP][119] ([Intel XE#2314] / [Intel XE#2894]) -> [SKIP][120] ([Intel XE#4950]) +2 other tests skip
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html

  * igt@kms_bw@linear-tiling-2-displays-2560x1440p:
    - shard-bmg:          [SKIP][121] ([Intel XE#4950]) -> [SKIP][122] ([Intel XE#367]) +1 other test skip
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-4/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html

  * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc:
    - shard-bmg:          [SKIP][123] ([Intel XE#4947]) -> [SKIP][124] ([Intel XE#2887]) +11 other tests skip
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc.html
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/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:
    - shard-bmg:          [SKIP][125] ([Intel XE#2887]) -> [SKIP][126] ([Intel XE#4947]) +7 other tests skip
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc.html
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs:
    - shard-bmg:          [SKIP][127] ([Intel XE#4947]) -> [SKIP][128] ([Intel XE#3432])
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
    - shard-bmg:          [SKIP][129] ([Intel XE#3432]) -> [SKIP][130] ([Intel XE#4947])
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
    - shard-dg2-set2:     [INCOMPLETE][131] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4345] / [Intel XE#4522]) -> [INCOMPLETE][132] ([Intel XE#2705] / [Intel XE#4212] / [Intel XE#4345])
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
    - shard-bmg:          [SKIP][133] ([Intel XE#2652] / [Intel XE#787]) -> [SKIP][134] ([Intel XE#4947])
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html

  * igt@kms_chamelium_color@ctm-limited-range:
    - shard-bmg:          [SKIP][135] ([Intel XE#4950]) -> [SKIP][136] ([Intel XE#2325])
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_chamelium_color@ctm-limited-range.html
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_chamelium_color@ctm-limited-range.html

  * igt@kms_chamelium_color@ctm-negative:
    - shard-bmg:          [SKIP][137] ([Intel XE#2325]) -> [SKIP][138] ([Intel XE#4950])
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@kms_chamelium_color@ctm-negative.html
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_chamelium_color@ctm-negative.html

  * igt@kms_chamelium_edid@dp-edid-resolution-list:
    - shard-bmg:          [SKIP][139] ([Intel XE#4950]) -> [SKIP][140] ([Intel XE#2252]) +8 other tests skip
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_chamelium_edid@dp-edid-resolution-list.html
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_chamelium_edid@dp-edid-resolution-list.html

  * igt@kms_chamelium_frames@hdmi-aspect-ratio:
    - shard-bmg:          [SKIP][141] ([Intel XE#2252]) -> [SKIP][142] ([Intel XE#4950]) +6 other tests skip
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_chamelium_frames@hdmi-aspect-ratio.html

  * igt@kms_content_protection@atomic:
    - shard-bmg:          [FAIL][143] ([Intel XE#1178]) -> [SKIP][144] ([Intel XE#4950])
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@kms_content_protection@atomic.html
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_content_protection@atomic.html

  * igt@kms_content_protection@uevent:
    - shard-bmg:          [SKIP][145] ([Intel XE#2341]) -> [FAIL][146] ([Intel XE#1188])
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-6/igt@kms_content_protection@uevent.html
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-3/igt@kms_content_protection@uevent.html

  * igt@kms_cursor_crc@cursor-onscreen-512x170:
    - shard-bmg:          [SKIP][147] ([Intel XE#4950]) -> [SKIP][148] ([Intel XE#2321])
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_cursor_crc@cursor-onscreen-512x170.html
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_cursor_crc@cursor-onscreen-512x170.html

  * igt@kms_cursor_crc@cursor-random-32x32:
    - shard-bmg:          [SKIP][149] ([Intel XE#4950]) -> [SKIP][150] ([Intel XE#2320]) +3 other tests skip
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_cursor_crc@cursor-random-32x32.html
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-4/igt@kms_cursor_crc@cursor-random-32x32.html

  * igt@kms_cursor_crc@cursor-random-512x170:
    - shard-bmg:          [SKIP][151] ([Intel XE#2321]) -> [SKIP][152] ([Intel XE#4950]) +1 other test skip
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_cursor_crc@cursor-random-512x170.html
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_cursor_crc@cursor-random-512x170.html

  * igt@kms_cursor_crc@cursor-sliding-64x21:
    - shard-bmg:          [SKIP][153] ([Intel XE#2320]) -> [SKIP][154] ([Intel XE#4950]) +1 other test skip
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@kms_cursor_crc@cursor-sliding-64x21.html
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_cursor_crc@cursor-sliding-64x21.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
    - shard-bmg:          [SKIP][155] ([Intel XE#2286]) -> [SKIP][156] ([Intel XE#4950])
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html

  * igt@kms_dsc@dsc-with-bpc:
    - shard-bmg:          [SKIP][157] ([Intel XE#2244]) -> [SKIP][158] ([Intel XE#4947])
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_dsc@dsc-with-bpc.html
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_dsc@dsc-with-bpc.html

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests:
    - shard-bmg:          [SKIP][159] ([Intel XE#4422]) -> [SKIP][160] ([Intel XE#4945])
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-bmg:          [SKIP][161] ([Intel XE#5425]) -> [SKIP][162] ([Intel XE#4947])
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_fbcon_fbt@fbc-suspend.html
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_fbcon_fbt@psr-suspend:
    - shard-bmg:          [SKIP][163] ([Intel XE#776]) -> [SKIP][164] ([Intel XE#4947])
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_fbcon_fbt@psr-suspend.html
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_fbcon_fbt@psr-suspend.html

  * igt@kms_feature_discovery@chamelium:
    - shard-bmg:          [SKIP][165] ([Intel XE#2372]) -> [SKIP][166] ([Intel XE#4950])
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_feature_discovery@chamelium.html
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_feature_discovery@chamelium.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
    - shard-bmg:          [SKIP][167] ([Intel XE#2293] / [Intel XE#2380]) -> [SKIP][168] ([Intel XE#4947]) +2 other tests skip
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
    - shard-bmg:          [SKIP][169] ([Intel XE#4947]) -> [SKIP][170] ([Intel XE#2293] / [Intel XE#2380]) +1 other test skip
   [169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html

  * igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw:
    - shard-bmg:          [SKIP][171] ([Intel XE#2311]) -> [SKIP][172] ([Intel XE#4947]) +17 other tests skip
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render:
    - shard-bmg:          [SKIP][173] ([Intel XE#2312]) -> [SKIP][174] ([Intel XE#2311]) +3 other tests skip
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt:
    - shard-bmg:          [SKIP][175] ([Intel XE#5390]) -> [SKIP][176] ([Intel XE#4947]) +9 other tests skip
   [175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
    - shard-bmg:          [SKIP][177] ([Intel XE#4947]) -> [SKIP][178] ([Intel XE#5390]) +13 other tests skip
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move:
    - shard-bmg:          [SKIP][179] ([Intel XE#2312]) -> [SKIP][180] ([Intel XE#5390]) +2 other tests skip
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move.html
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][181] ([Intel XE#5390]) -> [SKIP][182] ([Intel XE#2312])
   [181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-plflip-blt:
    - shard-bmg:          [SKIP][183] ([Intel XE#4947]) -> [SKIP][184] ([Intel XE#2311]) +20 other tests skip
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-plflip-blt.html
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt:
    - shard-bmg:          [SKIP][185] ([Intel XE#2311]) -> [SKIP][186] ([Intel XE#2312]) +3 other tests skip
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt.html
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt:
    - shard-bmg:          [SKIP][187] ([Intel XE#2313]) -> [SKIP][188] ([Intel XE#4947]) +17 other tests skip
   [187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt.html
   [188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move:
    - shard-bmg:          [SKIP][189] ([Intel XE#2312]) -> [SKIP][190] ([Intel XE#2313]) +3 other tests skip
   [189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move.html
   [190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@plane-fbc-rte:
    - shard-bmg:          [SKIP][191] ([Intel XE#2350]) -> [SKIP][192] ([Intel XE#4947])
   [191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
   [192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_frontbuffer_tracking@plane-fbc-rte.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt:
    - shard-bmg:          [SKIP][193] ([Intel XE#4947]) -> [SKIP][194] ([Intel XE#2313]) +19 other tests skip
   [193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt.html
   [194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
    - shard-bmg:          [SKIP][195] ([Intel XE#2313]) -> [SKIP][196] ([Intel XE#2312]) +2 other tests skip
   [195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
   [196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html

  * igt@kms_panel_fitting@atomic-fastset:
    - shard-bmg:          [SKIP][197] ([Intel XE#4950]) -> [SKIP][198] ([Intel XE#2486])
   [197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_panel_fitting@atomic-fastset.html
   [198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_panel_fitting@atomic-fastset.html

  * igt@kms_plane_lowres@tiling-yf:
    - shard-bmg:          [SKIP][199] ([Intel XE#4950]) -> [SKIP][200] ([Intel XE#2393])
   [199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_plane_lowres@tiling-yf.html
   [200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_plane_lowres@tiling-yf.html

  * igt@kms_plane_multiple@2x-tiling-y:
    - shard-bmg:          [SKIP][201] ([Intel XE#4950]) -> [SKIP][202] ([Intel XE#5021])
   [201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_plane_multiple@2x-tiling-y.html
   [202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-4/igt@kms_plane_multiple@2x-tiling-y.html

  * igt@kms_plane_multiple@2x-tiling-yf:
    - shard-bmg:          [SKIP][203] ([Intel XE#5021]) -> [SKIP][204] ([Intel XE#4950])
   [203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_plane_multiple@2x-tiling-yf.html
   [204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_plane_multiple@2x-tiling-yf.html

  * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
    - shard-bmg:          [SKIP][205] ([Intel XE#2763]) -> [SKIP][206] ([Intel XE#4950])
   [205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
   [206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html

  * igt@kms_pm_dc@dc9-dpms:
    - shard-adlp:         [SKIP][207] ([Intel XE#734]) -> [FAIL][208] ([Intel XE#3325])
   [207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-adlp-3/igt@kms_pm_dc@dc9-dpms.html
   [208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-adlp-8/igt@kms_pm_dc@dc9-dpms.html

  * igt@kms_pm_dc@deep-pkgc:
    - shard-bmg:          [SKIP][209] ([Intel XE#4947]) -> [SKIP][210] ([Intel XE#2505])
   [209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_pm_dc@deep-pkgc.html
   [210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-4/igt@kms_pm_dc@deep-pkgc.html

  * igt@kms_pm_rpm@dpms-lpsp:
    - shard-bmg:          [SKIP][211] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836]) -> [SKIP][212] ([Intel XE#4962]) +1 other test skip
   [211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_pm_rpm@dpms-lpsp.html
   [212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_pm_rpm@dpms-lpsp.html

  * igt@kms_pm_rpm@modeset-lpsp-stress:
    - shard-bmg:          [SKIP][213] ([Intel XE#4962]) -> [SKIP][214] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836])
   [213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_pm_rpm@modeset-lpsp-stress.html
   [214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_pm_rpm@modeset-lpsp-stress.html

  * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf:
    - shard-bmg:          [SKIP][215] ([Intel XE#4947]) -> [SKIP][216] ([Intel XE#1489]) +6 other tests skip
   [215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf.html
   [216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf.html

  * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf:
    - shard-bmg:          [SKIP][217] ([Intel XE#1489]) -> [SKIP][218] ([Intel XE#4947]) +5 other tests skip
   [217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html
   [218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html

  * igt@kms_psr@fbc-pr-cursor-blt:
    - shard-bmg:          [SKIP][219] ([Intel XE#4947]) -> [SKIP][220] ([Intel XE#2234] / [Intel XE#2850]) +10 other tests skip
   [219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_psr@fbc-pr-cursor-blt.html
   [220]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_psr@fbc-pr-cursor-blt.html

  * igt@kms_psr@fbc-psr2-cursor-blt:
    - shard-bmg:          [SKIP][221] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][222] ([Intel XE#4947]) +10 other tests skip
   [221]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@kms_psr@fbc-psr2-cursor-blt.html
   [222]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_psr@fbc-psr2-cursor-blt.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
    - shard-bmg:          [SKIP][223] ([Intel XE#4950]) -> [SKIP][224] ([Intel XE#2330]) +1 other test skip
   [223]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
   [224]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html

  * igt@kms_rotation_crc@sprite-rotation-270:
    - shard-bmg:          [SKIP][225] ([Intel XE#3414] / [Intel XE#3904]) -> [SKIP][226] ([Intel XE#4950])
   [225]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@kms_rotation_crc@sprite-rotation-270.html
   [226]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_rotation_crc@sprite-rotation-270.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-dg2-set2:     [SKIP][227] ([Intel XE#362]) -> [SKIP][228] ([Intel XE#1500])
   [227]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
   [228]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-434/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@kms_vrr@cmrr:
    - shard-bmg:          [SKIP][229] ([Intel XE#4950]) -> [SKIP][230] ([Intel XE#2168])
   [229]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_vrr@cmrr.html
   [230]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_vrr@cmrr.html

  * igt@kms_vrr@flipline:
    - shard-bmg:          [SKIP][231] ([Intel XE#1499]) -> [SKIP][232] ([Intel XE#4950])
   [231]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@kms_vrr@flipline.html
   [232]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@kms_vrr@flipline.html

  * igt@kms_vrr@max-min:
    - shard-bmg:          [SKIP][233] ([Intel XE#4950]) -> [SKIP][234] ([Intel XE#1499]) +1 other test skip
   [233]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@kms_vrr@max-min.html
   [234]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@kms_vrr@max-min.html

  * igt@xe_eudebug@basic-exec-queues:
    - shard-bmg:          [SKIP][235] ([Intel XE#4837]) -> [SKIP][236] ([Intel XE#4945]) +9 other tests skip
   [235]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@xe_eudebug@basic-exec-queues.html
   [236]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@xe_eudebug@basic-exec-queues.html

  * igt@xe_eudebug_online@set-breakpoint:
    - shard-bmg:          [SKIP][237] ([Intel XE#4945]) -> [SKIP][238] ([Intel XE#4837]) +8 other tests skip
   [237]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@xe_eudebug_online@set-breakpoint.html
   [238]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@xe_eudebug_online@set-breakpoint.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-defer-bind:
    - shard-bmg:          [SKIP][239] ([Intel XE#2322]) -> [SKIP][240] ([Intel XE#4945]) +5 other tests skip
   [239]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-defer-bind.html
   [240]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-defer-bind.html

  * igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind:
    - shard-bmg:          [SKIP][241] ([Intel XE#4945]) -> [SKIP][242] ([Intel XE#2322]) +7 other tests skip
   [241]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind.html
   [242]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind.html

  * igt@xe_exec_reset@parallel-gt-reset:
    - shard-bmg:          [DMESG-WARN][243] ([Intel XE#3876]) -> [SKIP][244] ([Intel XE#4945])
   [243]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@xe_exec_reset@parallel-gt-reset.html
   [244]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@xe_exec_reset@parallel-gt-reset.html

  * igt@xe_exec_system_allocator@process-many-large-mmap-huge:
    - shard-bmg:          [SKIP][245] ([Intel XE#4943]) -> [SKIP][246] ([Intel XE#4945]) +15 other tests skip
   [245]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@xe_exec_system_allocator@process-many-large-mmap-huge.html
   [246]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@xe_exec_system_allocator@process-many-large-mmap-huge.html

  * igt@xe_exec_system_allocator@threads-many-mmap-new-huge-nomemset:
    - shard-bmg:          [SKIP][247] ([Intel XE#4945]) -> [SKIP][248] ([Intel XE#4943]) +17 other tests skip
   [247]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@xe_exec_system_allocator@threads-many-mmap-new-huge-nomemset.html
   [248]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@xe_exec_system_allocator@threads-many-mmap-new-huge-nomemset.html

  * igt@xe_gt_freq@freq_suspend:
    - shard-bmg:          [INCOMPLETE][249] -> [SKIP][250] ([Intel XE#4945])
   [249]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@xe_gt_freq@freq_suspend.html
   [250]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@xe_gt_freq@freq_suspend.html

  * igt@xe_media_fill@media-fill:
    - shard-bmg:          [SKIP][251] ([Intel XE#2459] / [Intel XE#2596]) -> [SKIP][252] ([Intel XE#4945])
   [251]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@xe_media_fill@media-fill.html
   [252]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@xe_media_fill@media-fill.html

  * igt@xe_pat@pat-index-xehpc:
    - shard-bmg:          [SKIP][253] ([Intel XE#4945]) -> [SKIP][254] ([Intel XE#1420])
   [253]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@xe_pat@pat-index-xehpc.html
   [254]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@xe_pat@pat-index-xehpc.html

  * igt@xe_pat@pat-index-xelpg:
    - shard-bmg:          [SKIP][255] ([Intel XE#4945]) -> [SKIP][256] ([Intel XE#2236])
   [255]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@xe_pat@pat-index-xelpg.html
   [256]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@xe_pat@pat-index-xelpg.html

  * igt@xe_peer2peer@read:
    - shard-dg2-set2:     [SKIP][257] ([Intel XE#1061]) -> [FAIL][258] ([Intel XE#1173])
   [257]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-dg2-432/igt@xe_peer2peer@read.html
   [258]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-dg2-463/igt@xe_peer2peer@read.html

  * igt@xe_pm@d3cold-basic:
    - shard-bmg:          [SKIP][259] ([Intel XE#2284]) -> [SKIP][260] ([Intel XE#4945])
   [259]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@xe_pm@d3cold-basic.html
   [260]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@xe_pm@d3cold-basic.html

  * igt@xe_pm@vram-d3cold-threshold:
    - shard-bmg:          [SKIP][261] ([Intel XE#579]) -> [SKIP][262] ([Intel XE#4945])
   [261]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@xe_pm@vram-d3cold-threshold.html
   [262]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@xe_pm@vram-d3cold-threshold.html

  * igt@xe_pmu@all-fn-engine-activity-load:
    - shard-bmg:          [SKIP][263] ([Intel XE#4650]) -> [SKIP][264] ([Intel XE#4945])
   [263]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-1/igt@xe_pmu@all-fn-engine-activity-load.html
   [264]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@xe_pmu@all-fn-engine-activity-load.html

  * igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq:
    - shard-bmg:          [SKIP][265] ([Intel XE#4945]) -> [SKIP][266] ([Intel XE#4733]) +1 other test skip
   [265]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq.html
   [266]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-4/igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq.html

  * igt@xe_query@multigpu-query-engines:
    - shard-bmg:          [SKIP][267] ([Intel XE#4945]) -> [SKIP][268] ([Intel XE#944]) +1 other test skip
   [267]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@xe_query@multigpu-query-engines.html
   [268]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-1/igt@xe_query@multigpu-query-engines.html

  * igt@xe_query@multigpu-query-invalid-extension:
    - shard-bmg:          [SKIP][269] ([Intel XE#944]) -> [SKIP][270] ([Intel XE#4945]) +1 other test skip
   [269]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@xe_query@multigpu-query-invalid-extension.html
   [270]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@xe_query@multigpu-query-invalid-extension.html

  * igt@xe_sriov_auto_provisioning@selfconfig-reprovision-reduce-numvfs:
    - shard-bmg:          [SKIP][271] ([Intel XE#4130]) -> [SKIP][272] ([Intel XE#4945]) +1 other test skip
   [271]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-4/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-reduce-numvfs.html
   [272]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-5/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-reduce-numvfs.html

  * igt@xe_sriov_flr@flr-twice:
    - shard-bmg:          [SKIP][273] ([Intel XE#4945]) -> [SKIP][274] ([Intel XE#4273])
   [273]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2/shard-bmg-5/igt@xe_sriov_flr@flr-twice.html
   [274]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-152370v2/shard-bmg-4/igt@xe_sriov_flr@flr-twice.html

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

  [Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
  [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
  [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
  [Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
  [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
  [Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500
  [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
  [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
  [Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
  [Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
  [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
  [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
  [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
  [Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
  [Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
  [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
  [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
  [Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
  [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
  [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
  [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2350
  [Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
  [Intel XE#2372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372
  [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
  [Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
  [Intel XE#2459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2459
  [Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
  [Intel XE#2505]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2505
  [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#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
  [Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
  [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
  [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#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
  [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
  [Intel XE#3124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124
  [Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
  [Intel XE#3325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3325
  [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
  [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
  [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
  [Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
  [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#3876]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3876
  [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
  [Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
  [Intel XE#4173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4173
  [Intel XE#4208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208
  [Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
  [Intel XE#4273]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4273
  [Intel XE#4345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345
  [Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
  [Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
  [Intel XE#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#4650]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4650
  [Intel XE#4674]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4674
  [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#4937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4937
  [Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
  [Intel XE#4945]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4945
  [Intel XE#4947]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4947
  [Intel XE#4950]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4950
  [Intel XE#4962]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4962
  [Intel XE#4963]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4963
  [Intel XE#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
  [Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
  [Intel XE#5177]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5177
  [Intel XE#5390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5390
  [Intel XE#5420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5420
  [Intel XE#5425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5425
  [Intel XE#5679]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5679
  [Intel XE#5694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5694
  [Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
  [Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
  [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#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
  [Intel XE#734]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/734
  [Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
  [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
  [Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
  [Intel XE#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-3496-68a99106069be8ab52030c61215da008b2f6dbd2 -> xe-pw-152370v2

  IGT_8482: 8482
  xe-3496-68a99106069be8ab52030c61215da008b2f6dbd2: 68a99106069be8ab52030c61215da008b2f6dbd2
  xe-pw-152370v2: 152370v2

== Logs ==

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

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

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

* Re: [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms
  2025-07-31 22:01 [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms Jonathan Cavitt
                   ` (2 preceding siblings ...)
  2025-08-01  4:07 ` ✗ Xe.CI.Full: failure " Patchwork
@ 2025-08-01 16:38 ` Gustavo Sousa
  2025-08-01 20:34   ` Rodrigo Vivi
  2025-09-04 18:59 ` Matt Roper
  4 siblings, 1 reply; 10+ messages in thread
From: Gustavo Sousa @ 2025-08-01 16:38 UTC (permalink / raw)
  To: Jonathan Cavitt, intel-xe
  Cc: saurabhg.gupta, alex.zuo, jonathan.cavitt,
	tilak.tirumalesh.tangudu, matthew.d.roper, michal.wajdeczko,
	rodrigo.vivi

Quoting Jonathan Cavitt (2025-07-31 19:01:44-03:00)
>From: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
>
>Extend WA 13012615864 to Graphics Versions 20.01,20.02,20.04
>and 30.03.
>
>Signed-off-by: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
>Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
>Cc: Matt Roper <matthew.d.roper@intel.com>
>Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
>Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>

Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>

>---
> drivers/gpu/drm/xe/xe_wa.c | 13 ++++++++++++-
> 1 file changed, 12 insertions(+), 1 deletion(-)
>
>diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
>index 22a98600fd8f..535067e7fb0c 100644
>--- a/drivers/gpu/drm/xe/xe_wa.c
>+++ b/drivers/gpu/drm/xe/xe_wa.c
>@@ -538,6 +538,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
>           XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER)),
>           XE_RTP_ACTIONS(SET(HALF_SLICE_CHICKEN7, CLEAR_OPTIMIZATION_DISABLE))
>         },
>+        { XE_RTP_NAME("13012615864"),
>+          XE_RTP_RULES(GRAPHICS_VERSION(2004),
>+                       FUNC(xe_rtp_match_first_render_or_compute)),
>+          XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
>+        },
> 
>         /* Xe2_HPG */
> 
>@@ -602,6 +607,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
>                        FUNC(xe_rtp_match_first_render_or_compute)),
>           XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, STK_ID_RESTRICT))
>         },
>+        { XE_RTP_NAME("13012615864"),
>+          XE_RTP_RULES(GRAPHICS_VERSION_RANGE(2001, 2002),
>+                       FUNC(xe_rtp_match_first_render_or_compute)),
>+          XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
>+        },
> 
>         /* Xe2_LPM */
> 
>@@ -647,7 +657,8 @@ static const struct xe_rtp_entry_sr engine_was[] = {
>           XE_RTP_ACTIONS(SET(TDL_CHICKEN, QID_WAIT_FOR_THREAD_NOT_RUN_DISABLE))
>         },
>         { XE_RTP_NAME("13012615864"),
>-          XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001),
>+          XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001), OR,
>+                       GRAPHICS_VERSION(3003),
>                        FUNC(xe_rtp_match_first_render_or_compute)),
>           XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
>         },
>-- 
>2.43.0
>

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

* Re: [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms
  2025-08-01 16:38 ` [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms Gustavo Sousa
@ 2025-08-01 20:34   ` Rodrigo Vivi
  0 siblings, 0 replies; 10+ messages in thread
From: Rodrigo Vivi @ 2025-08-01 20:34 UTC (permalink / raw)
  To: Gustavo Sousa
  Cc: Jonathan Cavitt, intel-xe, saurabhg.gupta, alex.zuo,
	tilak.tirumalesh.tangudu, matthew.d.roper, michal.wajdeczko

On Fri, Aug 01, 2025 at 01:38:46PM -0300, Gustavo Sousa wrote:
> Quoting Jonathan Cavitt (2025-07-31 19:01:44-03:00)
> >From: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
> >
> >Extend WA 13012615864 to Graphics Versions 20.01,20.02,20.04
> >and 30.03.
> >
> >Signed-off-by: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
> >Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
> >Cc: Matt Roper <matthew.d.roper@intel.com>
> >Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
> >Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> 
> Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>

pushed to drm-xe-next

> 
> >---
> > drivers/gpu/drm/xe/xe_wa.c | 13 ++++++++++++-
> > 1 file changed, 12 insertions(+), 1 deletion(-)
> >
> >diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
> >index 22a98600fd8f..535067e7fb0c 100644
> >--- a/drivers/gpu/drm/xe/xe_wa.c
> >+++ b/drivers/gpu/drm/xe/xe_wa.c
> >@@ -538,6 +538,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
> >           XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER)),
> >           XE_RTP_ACTIONS(SET(HALF_SLICE_CHICKEN7, CLEAR_OPTIMIZATION_DISABLE))
> >         },
> >+        { XE_RTP_NAME("13012615864"),
> >+          XE_RTP_RULES(GRAPHICS_VERSION(2004),
> >+                       FUNC(xe_rtp_match_first_render_or_compute)),
> >+          XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
> >+        },
> > 
> >         /* Xe2_HPG */
> > 
> >@@ -602,6 +607,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
> >                        FUNC(xe_rtp_match_first_render_or_compute)),
> >           XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, STK_ID_RESTRICT))
> >         },
> >+        { XE_RTP_NAME("13012615864"),
> >+          XE_RTP_RULES(GRAPHICS_VERSION_RANGE(2001, 2002),
> >+                       FUNC(xe_rtp_match_first_render_or_compute)),
> >+          XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
> >+        },
> > 
> >         /* Xe2_LPM */
> > 
> >@@ -647,7 +657,8 @@ static const struct xe_rtp_entry_sr engine_was[] = {
> >           XE_RTP_ACTIONS(SET(TDL_CHICKEN, QID_WAIT_FOR_THREAD_NOT_RUN_DISABLE))
> >         },
> >         { XE_RTP_NAME("13012615864"),
> >-          XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001),
> >+          XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001), OR,
> >+                       GRAPHICS_VERSION(3003),
> >                        FUNC(xe_rtp_match_first_render_or_compute)),
> >           XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
> >         },
> >-- 
> >2.43.0
> >

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

* Re: [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms
  2025-07-31 22:01 [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms Jonathan Cavitt
                   ` (3 preceding siblings ...)
  2025-08-01 16:38 ` [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms Gustavo Sousa
@ 2025-09-04 18:59 ` Matt Roper
  2025-09-04 19:25   ` Lucas De Marchi
  2025-09-04 19:51   ` Gustavo Sousa
  4 siblings, 2 replies; 10+ messages in thread
From: Matt Roper @ 2025-09-04 18:59 UTC (permalink / raw)
  To: Jonathan Cavitt
  Cc: intel-xe, saurabhg.gupta, alex.zuo, tilak.tirumalesh.tangudu,
	michal.wajdeczko, rodrigo.vivi, Lucas De Marchi

On Thu, Jul 31, 2025 at 10:01:44PM +0000, Jonathan Cavitt wrote:
> From: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
> 
> Extend WA 13012615864 to Graphics Versions 20.01,20.02,20.04
> and 30.03.
> 
> Signed-off-by: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
> Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
> Cc: Matt Roper <matthew.d.roper@intel.com>
> Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> ---
>  drivers/gpu/drm/xe/xe_wa.c | 13 ++++++++++++-
>  1 file changed, 12 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
> index 22a98600fd8f..535067e7fb0c 100644
> --- a/drivers/gpu/drm/xe/xe_wa.c
> +++ b/drivers/gpu/drm/xe/xe_wa.c
> @@ -538,6 +538,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
>  	  XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER)),
>  	  XE_RTP_ACTIONS(SET(HALF_SLICE_CHICKEN7, CLEAR_OPTIMIZATION_DISABLE))
>  	},
> +	{ XE_RTP_NAME("13012615864"),
> +	  XE_RTP_RULES(GRAPHICS_VERSION(2004),
> +		       FUNC(xe_rtp_match_first_render_or_compute)),
> +	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
> +	},
>  
>  	/* Xe2_HPG */
>  
> @@ -602,6 +607,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
>  		       FUNC(xe_rtp_match_first_render_or_compute)),
>  	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, STK_ID_RESTRICT))
>  	},
> +	{ XE_RTP_NAME("13012615864"),
> +	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(2001, 2002),
> +		       FUNC(xe_rtp_match_first_render_or_compute)),
> +	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
> +	},
>  
>  	/* Xe2_LPM */
>  
> @@ -647,7 +657,8 @@ static const struct xe_rtp_entry_sr engine_was[] = {
>  	  XE_RTP_ACTIONS(SET(TDL_CHICKEN, QID_WAIT_FOR_THREAD_NOT_RUN_DISABLE))
>  	},
>  	{ XE_RTP_NAME("13012615864"),
> -	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001),
> +	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001), OR,
> +		       GRAPHICS_VERSION(3003),
>  		       FUNC(xe_rtp_match_first_render_or_compute)),

I don't think this works.  If the graphics version matches
(30.00/30.01), then as soon as the parser in rule_matches() hits 'OR' we
consider the rule to evaluate to true and apply the action, even though
you haven't checked the engine yet.

I.e., what you've written here gets treated as

  ( 30.00/30.01 ) OR ( 30.03 AND first_render_compute )

when the proper logic for this workaround should have been

  ( 30.00/30.01 OR 30.03 ) AND first_render_compute

So at the moment we're probably accidentally applying this to a bunch of
engines that we didn't intend to on 30.00/30.01 platforms.


Since the new version is non-contiguous you can just create another
table entry for the new 30.03 version.  At some point farther down the
road if it turns out no platform ever shows up to use the 30.02 version
number then we consolidate the two entries into a single entry that
spans 30.00 - 30.03, but we're not far enough past Xe3 (or even Xe2) to
do those kinds of consolidation yet.


Matt

>  	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
>  	},
> -- 
> 2.43.0
> 

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

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

* Re: [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms
  2025-09-04 18:59 ` Matt Roper
@ 2025-09-04 19:25   ` Lucas De Marchi
  2025-09-04 19:51   ` Gustavo Sousa
  1 sibling, 0 replies; 10+ messages in thread
From: Lucas De Marchi @ 2025-09-04 19:25 UTC (permalink / raw)
  To: Matt Roper
  Cc: Jonathan Cavitt, intel-xe, saurabhg.gupta, alex.zuo,
	tilak.tirumalesh.tangudu, michal.wajdeczko, rodrigo.vivi

On Thu, Sep 04, 2025 at 11:59:19AM -0700, Matt Roper wrote:
>On Thu, Jul 31, 2025 at 10:01:44PM +0000, Jonathan Cavitt wrote:
>> From: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
>>
>> Extend WA 13012615864 to Graphics Versions 20.01,20.02,20.04
>> and 30.03.
>>
>> Signed-off-by: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
>> Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
>> Cc: Matt Roper <matthew.d.roper@intel.com>
>> Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
>> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
>> ---
>>  drivers/gpu/drm/xe/xe_wa.c | 13 ++++++++++++-
>>  1 file changed, 12 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
>> index 22a98600fd8f..535067e7fb0c 100644
>> --- a/drivers/gpu/drm/xe/xe_wa.c
>> +++ b/drivers/gpu/drm/xe/xe_wa.c
>> @@ -538,6 +538,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
>>  	  XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER)),
>>  	  XE_RTP_ACTIONS(SET(HALF_SLICE_CHICKEN7, CLEAR_OPTIMIZATION_DISABLE))
>>  	},
>> +	{ XE_RTP_NAME("13012615864"),
>> +	  XE_RTP_RULES(GRAPHICS_VERSION(2004),
>> +		       FUNC(xe_rtp_match_first_render_or_compute)),
>> +	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
>> +	},
>>
>>  	/* Xe2_HPG */
>>
>> @@ -602,6 +607,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
>>  		       FUNC(xe_rtp_match_first_render_or_compute)),
>>  	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, STK_ID_RESTRICT))
>>  	},
>> +	{ XE_RTP_NAME("13012615864"),
>> +	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(2001, 2002),
>> +		       FUNC(xe_rtp_match_first_render_or_compute)),
>> +	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
>> +	},
>>
>>  	/* Xe2_LPM */
>>
>> @@ -647,7 +657,8 @@ static const struct xe_rtp_entry_sr engine_was[] = {
>>  	  XE_RTP_ACTIONS(SET(TDL_CHICKEN, QID_WAIT_FOR_THREAD_NOT_RUN_DISABLE))
>>  	},
>>  	{ XE_RTP_NAME("13012615864"),
>> -	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001),
>> +	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001), OR,
>> +		       GRAPHICS_VERSION(3003),
>>  		       FUNC(xe_rtp_match_first_render_or_compute)),
>
>I don't think this works.  If the graphics version matches
>(30.00/30.01), then as soon as the parser in rule_matches() hits 'OR' we
>consider the rule to evaluate to true and apply the action, even though
>you haven't checked the engine yet.
>
>I.e., what you've written here gets treated as
>
>  ( 30.00/30.01 ) OR ( 30.03 AND first_render_compute )
>
>when the proper logic for this workaround should have been
>
>  ( 30.00/30.01 OR 30.03 ) AND first_render_compute
>
>So at the moment we're probably accidentally applying this to a bunch of
>engines that we didn't intend to on 30.00/30.01 platforms.

yes. We had another similar mistake in a pending patch that I fixed and
submitted:

	8d6f16f1f082 ("drm/xe: Extend Wa_22021007897 to Xe3 platforms")

>
>
>Since the new version is non-contiguous you can just create another
>table entry for the new 30.03 version.  At some point farther down the

or do this:

	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001), FUNC(xe_rtp_match_first_render_or_compute), OR
		       GRAPHICS_VERSION(3003), FUNC(xe_rtp_match_first_render_or_compute)),


>road if it turns out no platform ever shows up to use the 30.02 version
>number then we consolidate the two entries into a single entry that
>spans 30.00 - 30.03, but we're not far enough past Xe3 (or even Xe2) to
>do those kinds of consolidation yet.

In that commit I mentioned I decided differently and just extended the
range for these reasons:

1) if there is a 3002 in future it's much more likely the WA will also
apply since it's spanning several revs.

2) if there is a 3002, we will need to revisit the WAs for that IP
anyway. Checking for already matching WAs would be a sane thing.
I started wip patch for that[1]

3) if there isn't such IP, then we don't have to do anything


[1] I tweaked the xe_wa kunit to dump all the WAs in the driver
     in toml format that is later converted to json. I was then applying
     checks by parsing the json with jq and friends. That proved cumbersome
     though as the check could be differently from what the driver is
     deciding and we'd basically need to keep implementing it in 2 places.

     https://lore.kernel.org/intel-xe/23b32a25-e157-435e-8b23-ccacb59be55f@intel.com/T/#u
     when that lands, my intention is then to dump the WAs that match a
     certain mock platform.

Lucas De Marchi

>
>
>Matt
>
>>  	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
>>  	},
>> --
>> 2.43.0
>>
>
>-- 
>Matt Roper
>Graphics Software Engineer
>Linux GPU Platform Enablement
>Intel Corporation

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

* Re: [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms
  2025-09-04 18:59 ` Matt Roper
  2025-09-04 19:25   ` Lucas De Marchi
@ 2025-09-04 19:51   ` Gustavo Sousa
  1 sibling, 0 replies; 10+ messages in thread
From: Gustavo Sousa @ 2025-09-04 19:51 UTC (permalink / raw)
  To: Jonathan Cavitt, Matt Roper
  Cc: intel-xe, saurabhg.gupta, alex.zuo, tilak.tirumalesh.tangudu,
	michal.wajdeczko, rodrigo.vivi, Lucas De Marchi

Quoting Matt Roper (2025-09-04 15:59:19-03:00)
>On Thu, Jul 31, 2025 at 10:01:44PM +0000, Jonathan Cavitt wrote:
>> From: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
>> 
>> Extend WA 13012615864 to Graphics Versions 20.01,20.02,20.04
>> and 30.03.
>> 
>> Signed-off-by: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
>> Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
>> Cc: Matt Roper <matthew.d.roper@intel.com>
>> Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
>> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
>> ---
>>  drivers/gpu/drm/xe/xe_wa.c | 13 ++++++++++++-
>>  1 file changed, 12 insertions(+), 1 deletion(-)
>> 
>> diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
>> index 22a98600fd8f..535067e7fb0c 100644
>> --- a/drivers/gpu/drm/xe/xe_wa.c
>> +++ b/drivers/gpu/drm/xe/xe_wa.c
>> @@ -538,6 +538,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
>>            XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER)),
>>            XE_RTP_ACTIONS(SET(HALF_SLICE_CHICKEN7, CLEAR_OPTIMIZATION_DISABLE))
>>          },
>> +        { XE_RTP_NAME("13012615864"),
>> +          XE_RTP_RULES(GRAPHICS_VERSION(2004),
>> +                       FUNC(xe_rtp_match_first_render_or_compute)),
>> +          XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
>> +        },
>>  
>>          /* Xe2_HPG */
>>  
>> @@ -602,6 +607,11 @@ static const struct xe_rtp_entry_sr engine_was[] = {
>>                         FUNC(xe_rtp_match_first_render_or_compute)),
>>            XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, STK_ID_RESTRICT))
>>          },
>> +        { XE_RTP_NAME("13012615864"),
>> +          XE_RTP_RULES(GRAPHICS_VERSION_RANGE(2001, 2002),
>> +                       FUNC(xe_rtp_match_first_render_or_compute)),
>> +          XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
>> +        },
>>  
>>          /* Xe2_LPM */
>>  
>> @@ -647,7 +657,8 @@ static const struct xe_rtp_entry_sr engine_was[] = {
>>            XE_RTP_ACTIONS(SET(TDL_CHICKEN, QID_WAIT_FOR_THREAD_NOT_RUN_DISABLE))
>>          },
>>          { XE_RTP_NAME("13012615864"),
>> -          XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001),
>> +          XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3001), OR,
>> +                       GRAPHICS_VERSION(3003),
>>                         FUNC(xe_rtp_match_first_render_or_compute)),
>
>I don't think this works.  If the graphics version matches
>(30.00/30.01), then as soon as the parser in rule_matches() hits 'OR' we
>consider the rule to evaluate to true and apply the action, even though
>you haven't checked the engine yet.
>
>I.e., what you've written here gets treated as
>
>  ( 30.00/30.01 ) OR ( 30.03 AND first_render_compute )
>
>when the proper logic for this workaround should have been
>
>  ( 30.00/30.01 OR 30.03 ) AND first_render_compute

Oops. Right. Sorry for missing that during my review!

--
Gustavo Sousa

>
>So at the moment we're probably accidentally applying this to a bunch of
>engines that we didn't intend to on 30.00/30.01 platforms.
>
>
>Since the new version is non-contiguous you can just create another
>table entry for the new 30.03 version.  At some point farther down the
>road if it turns out no platform ever shows up to use the 30.02 version
>number then we consolidate the two entries into a single entry that
>spans 30.00 - 30.03, but we're not far enough past Xe3 (or even Xe2) to
>do those kinds of consolidation yet.
>
>
>Matt
>
>>            XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, RES_CHK_SPR_DIS))
>>          },
>> -- 
>> 2.43.0
>> 
>
>-- 
>Matt Roper
>Graphics Software Engineer
>Linux GPU Platform Enablement
>Intel Corporation

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

end of thread, other threads:[~2025-09-04 19:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-31 22:01 [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms Jonathan Cavitt
2025-08-01  1:14 ` ✓ CI.KUnit: success for drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms (rev2) Patchwork
2025-08-01  1:52 ` ✓ Xe.CI.BAT: " Patchwork
2025-08-01  4:07 ` ✗ Xe.CI.Full: failure " Patchwork
2025-08-01 16:38 ` [PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms Gustavo Sousa
2025-08-01 20:34   ` Rodrigo Vivi
2025-09-04 18:59 ` Matt Roper
2025-09-04 19:25   ` Lucas De Marchi
2025-09-04 19:51   ` Gustavo Sousa
  -- strict thread matches above, loose matches on Subject: below --
2025-07-31 15:29 Jonathan Cavitt

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