Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: Fix typos and improve kernel-doc comments in xe_gt
@ 2025-10-03 23:48 Shuicheng Lin
  2025-10-03 23:58 ` ✓ CI.KUnit: success for " Patchwork
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Shuicheng Lin @ 2025-10-03 23:48 UTC (permalink / raw)
  To: intel-xe; +Cc: Shuicheng Lin

Correct several spelling and grammar issues in xe_gt struct
documentation to improve readability:

- Use proper kernel-doc comment opener (`/**`).
- Fix "to not" -> "do not".
- Fix "mmigrations" -> "migrations".
- Fix "Multiple queues exists" -> "Multiple queues exist".
- Fix "are be processed" -> "to be processed".
- Fix "have being processed" -> "have been processed".

These changes are purely cosmetic and do not affect functionality.

Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
---
 drivers/gpu/drm/xe/xe_gt_types.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_gt_types.h b/drivers/gpu/drm/xe/xe_gt_types.h
index 66158105aca5..8fb4ea1d90f5 100644
--- a/drivers/gpu/drm/xe/xe_gt_types.h
+++ b/drivers/gpu/drm/xe/xe_gt_types.h
@@ -50,7 +50,7 @@ struct xe_mmio_range {
 	u32 end;
 };
 
-/*
+/**
  * The hardware has multiple kinds of multicast register ranges that need
  * special register steering (and future platforms are expected to add
  * additional types).
@@ -202,14 +202,14 @@ struct xe_gt {
 		/**
 		 * @usm.bb_pool: Pool from which batchbuffers, for USM operations
 		 * (e.g. migrations, fixing page tables), are allocated.
-		 * Dedicated pool needed so USM operations to not get blocked
+		 * Dedicated pool needed so USM operations do not get blocked
 		 * behind any user operations which may have resulted in a
 		 * fault.
 		 */
 		struct xe_sa_manager *bb_pool;
 		/**
 		 * @usm.reserved_bcs_instance: reserved BCS instance used for USM
-		 * operations (e.g. mmigrations, fixing page tables)
+		 * operations (e.g. migrations, fixing page tables)
 		 */
 		u16 reserved_bcs_instance;
 		/** @usm.pf_wq: page fault work queue, unbound, high priority */
@@ -220,8 +220,8 @@ struct xe_gt {
 		 * @usm.pf_queue: Page fault queue used to sync faults so faults can
 		 * be processed not under the GuC CT lock. The queue is sized so
 		 * it can sync all possible faults (1 per physical engine).
-		 * Multiple queues exists for page faults from different VMs are
-		 * be processed in parallel.
+		 * Multiple queues exist for page faults from different VMs to be
+		 * processed in parallel.
 		 */
 		struct pf_queue {
 			/** @usm.pf_queue.gt: back pointer to GT */
@@ -387,7 +387,7 @@ struct xe_gt {
 		/**
 		 * @wa_active.oob_initialized: mark oob as initialized to help
 		 * detecting misuse of XE_GT_WA() - it can only be called on
-		 * initialization after OOB WAs have being processed
+		 * initialization after OOB WAs have been processed
 		 */
 		bool oob_initialized;
 	} wa_active;
-- 
2.49.0


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

* ✓ CI.KUnit: success for drm/xe: Fix typos and improve kernel-doc comments in xe_gt
  2025-10-03 23:48 [PATCH] drm/xe: Fix typos and improve kernel-doc comments in xe_gt Shuicheng Lin
@ 2025-10-03 23:58 ` Patchwork
  2025-10-04  0:38 ` ✓ Xe.CI.BAT: " Patchwork
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2025-10-03 23:58 UTC (permalink / raw)
  To: Shuicheng Lin; +Cc: intel-xe

== Series Details ==

Series: drm/xe: Fix typos and improve kernel-doc comments in xe_gt
URL   : https://patchwork.freedesktop.org/series/155409/
State : success

== Summary ==

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

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

+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig
[23:57:56] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[23:57:58] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[23:58:07] Starting KUnit Kernel (1/1)...
[23:58:07] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[23:58:07] ================= ttm_device (5 subtests) ==================
[23:58:07] [PASSED] ttm_device_init_basic
[23:58:07] [PASSED] ttm_device_init_multiple
[23:58:07] [PASSED] ttm_device_fini_basic
[23:58:07] [PASSED] ttm_device_init_no_vma_man
[23:58:07] ================== ttm_device_init_pools  ==================
[23:58:07] [PASSED] No DMA allocations, no DMA32 required
[23:58:07] [PASSED] DMA allocations, DMA32 required
[23:58:07] [PASSED] No DMA allocations, DMA32 required
[23:58:07] [PASSED] DMA allocations, no DMA32 required
[23:58:07] ============== [PASSED] ttm_device_init_pools ==============
[23:58:07] =================== [PASSED] ttm_device ====================
[23:58:07] ================== ttm_pool (8 subtests) ===================
[23:58:07] ================== ttm_pool_alloc_basic  ===================
[23:58:07] [PASSED] One page
[23:58:07] [PASSED] More than one page
[23:58:07] [PASSED] Above the allocation limit
[23:58:07] [PASSED] One page, with coherent DMA mappings enabled
[23:58:07] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[23:58:07] ============== [PASSED] ttm_pool_alloc_basic ===============
[23:58:07] ============== ttm_pool_alloc_basic_dma_addr  ==============
[23:58:07] [PASSED] One page
[23:58:07] [PASSED] More than one page
[23:58:07] [PASSED] Above the allocation limit
[23:58:07] [PASSED] One page, with coherent DMA mappings enabled
[23:58:07] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[23:58:07] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ==========
[23:58:07] [PASSED] ttm_pool_alloc_order_caching_match
[23:58:07] [PASSED] ttm_pool_alloc_caching_mismatch
[23:58:07] [PASSED] ttm_pool_alloc_order_mismatch
[23:58:07] [PASSED] ttm_pool_free_dma_alloc
[23:58:07] [PASSED] ttm_pool_free_no_dma_alloc
[23:58:07] [PASSED] ttm_pool_fini_basic
[23:58:07] ==================== [PASSED] ttm_pool =====================
[23:58:07] ================ ttm_resource (8 subtests) =================
[23:58:07] ================= ttm_resource_init_basic  =================
[23:58:07] [PASSED] Init resource in TTM_PL_SYSTEM
[23:58:07] [PASSED] Init resource in TTM_PL_VRAM
[23:58:07] [PASSED] Init resource in a private placement
[23:58:07] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags
[23:58:07] ============= [PASSED] ttm_resource_init_basic =============
[23:58:07] [PASSED] ttm_resource_init_pinned
[23:58:07] [PASSED] ttm_resource_fini_basic
[23:58:07] [PASSED] ttm_resource_manager_init_basic
[23:58:07] [PASSED] ttm_resource_manager_usage_basic
[23:58:07] [PASSED] ttm_resource_manager_set_used_basic
[23:58:07] [PASSED] ttm_sys_man_alloc_basic
[23:58:07] [PASSED] ttm_sys_man_free_basic
[23:58:07] ================== [PASSED] ttm_resource ===================
[23:58:07] =================== ttm_tt (15 subtests) ===================
[23:58:07] ==================== ttm_tt_init_basic  ====================
[23:58:07] [PASSED] Page-aligned size
[23:58:07] [PASSED] Extra pages requested
[23:58:07] ================ [PASSED] ttm_tt_init_basic ================
[23:58:07] [PASSED] ttm_tt_init_misaligned
[23:58:07] [PASSED] ttm_tt_fini_basic
[23:58:07] [PASSED] ttm_tt_fini_sg
[23:58:07] [PASSED] ttm_tt_fini_shmem
[23:58:07] [PASSED] ttm_tt_create_basic
[23:58:07] [PASSED] ttm_tt_create_invalid_bo_type
[23:58:07] [PASSED] ttm_tt_create_ttm_exists
[23:58:07] [PASSED] ttm_tt_create_failed
[23:58:07] [PASSED] ttm_tt_destroy_basic
[23:58:07] [PASSED] ttm_tt_populate_null_ttm
[23:58:07] [PASSED] ttm_tt_populate_populated_ttm
[23:58:07] [PASSED] ttm_tt_unpopulate_basic
[23:58:07] [PASSED] ttm_tt_unpopulate_empty_ttm
[23:58:07] [PASSED] ttm_tt_swapin_basic
[23:58:07] ===================== [PASSED] ttm_tt ======================
[23:58:07] =================== ttm_bo (14 subtests) ===================
[23:58:07] =========== ttm_bo_reserve_optimistic_no_ticket  ===========
[23:58:07] [PASSED] Cannot be interrupted and sleeps
[23:58:07] [PASSED] Cannot be interrupted, locks straight away
[23:58:07] [PASSED] Can be interrupted, sleeps
[23:58:07] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket =======
[23:58:07] [PASSED] ttm_bo_reserve_locked_no_sleep
[23:58:07] [PASSED] ttm_bo_reserve_no_wait_ticket
[23:58:07] [PASSED] ttm_bo_reserve_double_resv
[23:58:07] [PASSED] ttm_bo_reserve_interrupted
[23:58:07] [PASSED] ttm_bo_reserve_deadlock
[23:58:07] [PASSED] ttm_bo_unreserve_basic
[23:58:07] [PASSED] ttm_bo_unreserve_pinned
[23:58:07] [PASSED] ttm_bo_unreserve_bulk
[23:58:07] [PASSED] ttm_bo_fini_basic
[23:58:07] [PASSED] ttm_bo_fini_shared_resv
[23:58:07] [PASSED] ttm_bo_pin_basic
[23:58:07] [PASSED] ttm_bo_pin_unpin_resource
[23:58:07] [PASSED] ttm_bo_multiple_pin_one_unpin
[23:58:07] ===================== [PASSED] ttm_bo ======================
[23:58:07] ============== ttm_bo_validate (21 subtests) ===============
[23:58:07] ============== ttm_bo_init_reserved_sys_man  ===============
[23:58:07] [PASSED] Buffer object for userspace
[23:58:07] [PASSED] Kernel buffer object
[23:58:07] [PASSED] Shared buffer object
[23:58:07] ========== [PASSED] ttm_bo_init_reserved_sys_man ===========
[23:58:07] ============== ttm_bo_init_reserved_mock_man  ==============
[23:58:07] [PASSED] Buffer object for userspace
[23:58:07] [PASSED] Kernel buffer object
[23:58:07] [PASSED] Shared buffer object
[23:58:07] ========== [PASSED] ttm_bo_init_reserved_mock_man ==========
[23:58:07] [PASSED] ttm_bo_init_reserved_resv
[23:58:07] ================== ttm_bo_validate_basic  ==================
[23:58:07] [PASSED] Buffer object for userspace
[23:58:07] [PASSED] Kernel buffer object
[23:58:07] [PASSED] Shared buffer object
[23:58:07] ============== [PASSED] ttm_bo_validate_basic ==============
[23:58:07] [PASSED] ttm_bo_validate_invalid_placement
[23:58:07] ============= ttm_bo_validate_same_placement  ==============
[23:58:07] [PASSED] System manager
[23:58:07] [PASSED] VRAM manager
[23:58:07] ========= [PASSED] ttm_bo_validate_same_placement ==========
[23:58:07] [PASSED] ttm_bo_validate_failed_alloc
[23:58:07] [PASSED] ttm_bo_validate_pinned
[23:58:07] [PASSED] ttm_bo_validate_busy_placement
[23:58:07] ================ ttm_bo_validate_multihop  =================
[23:58:07] [PASSED] Buffer object for userspace
[23:58:07] [PASSED] Kernel buffer object
[23:58:07] [PASSED] Shared buffer object
[23:58:07] ============ [PASSED] ttm_bo_validate_multihop =============
[23:58:07] ========== ttm_bo_validate_no_placement_signaled  ==========
[23:58:07] [PASSED] Buffer object in system domain, no page vector
[23:58:07] [PASSED] Buffer object in system domain with an existing page vector
[23:58:07] ====== [PASSED] ttm_bo_validate_no_placement_signaled ======
[23:58:07] ======== ttm_bo_validate_no_placement_not_signaled  ========
[23:58:07] [PASSED] Buffer object for userspace
[23:58:07] [PASSED] Kernel buffer object
[23:58:07] [PASSED] Shared buffer object
[23:58:07] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ====
[23:58:07] [PASSED] ttm_bo_validate_move_fence_signaled
[23:58:07] ========= ttm_bo_validate_move_fence_not_signaled  =========
[23:58:07] [PASSED] Waits for GPU
[23:58:07] [PASSED] Tries to lock straight away
[23:58:07] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled =====
[23:58:07] [PASSED] ttm_bo_validate_happy_evict
[23:58:07] [PASSED] ttm_bo_validate_all_pinned_evict
[23:58:07] [PASSED] ttm_bo_validate_allowed_only_evict
[23:58:07] [PASSED] ttm_bo_validate_deleted_evict
[23:58:07] [PASSED] ttm_bo_validate_busy_domain_evict
[23:58:07] [PASSED] ttm_bo_validate_evict_gutting
[23:58:07] [PASSED] ttm_bo_validate_recrusive_evict
stty: 'standard input': Inappropriate ioctl for device
[23:58:07] ================= [PASSED] ttm_bo_validate =================
[23:58:07] ============================================================
[23:58:07] Testing complete. Ran 101 tests: passed: 101
[23:58:07] Elapsed time: 11.122s total, 1.789s configuring, 9.116s building, 0.185s 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: Fix typos and improve kernel-doc comments in xe_gt
  2025-10-03 23:48 [PATCH] drm/xe: Fix typos and improve kernel-doc comments in xe_gt Shuicheng Lin
  2025-10-03 23:58 ` ✓ CI.KUnit: success for " Patchwork
@ 2025-10-04  0:38 ` Patchwork
  2025-10-04  1:45 ` ✓ Xe.CI.Full: " Patchwork
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2025-10-04  0:38 UTC (permalink / raw)
  To: Shuicheng Lin; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: Fix typos and improve kernel-doc comments in xe_gt
URL   : https://patchwork.freedesktop.org/series/155409/
State : success

== Summary ==

CI Bug Log - changes from xe-3866-c71b8423713198c13e615755d58697cbffdef436_BAT -> xe-pw-155409v1_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

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

  No changes in participating hosts

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

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

### IGT changes ###

#### Possible fixes ####

  * igt@kms_flip@basic-flip-vs-dpms:
    - 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-3866-c71b8423713198c13e615755d58697cbffdef436/bat-adlp-7/igt@kms_flip@basic-flip-vs-dpms.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/bat-adlp-7/igt@kms_flip@basic-flip-vs-dpms.html

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


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

  * Linux: xe-3866-c71b8423713198c13e615755d58697cbffdef436 -> xe-pw-155409v1

  IGT_8574: 44a15713124663a622c6eddf7c6ee5ba732e0d41 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-3866-c71b8423713198c13e615755d58697cbffdef436: c71b8423713198c13e615755d58697cbffdef436
  xe-pw-155409v1: 155409v1

== Logs ==

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

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

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

* ✓ Xe.CI.Full: success for drm/xe: Fix typos and improve kernel-doc comments in xe_gt
  2025-10-03 23:48 [PATCH] drm/xe: Fix typos and improve kernel-doc comments in xe_gt Shuicheng Lin
  2025-10-03 23:58 ` ✓ CI.KUnit: success for " Patchwork
  2025-10-04  0:38 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-10-04  1:45 ` Patchwork
  2025-10-06  7:26 ` [PATCH] " Jani Nikula
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2025-10-04  1:45 UTC (permalink / raw)
  To: Shuicheng Lin; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: Fix typos and improve kernel-doc comments in xe_gt
URL   : https://patchwork.freedesktop.org/series/155409/
State : success

== Summary ==

CI Bug Log - changes from xe-3866-c71b8423713198c13e615755d58697cbffdef436_FULL -> xe-pw-155409v1_FULL
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

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-155409v1_FULL:

### IGT changes ###

#### Suppressed ####

  The following results come from untrusted machines, tests, or statuses.
  They do not affect the overall result.

  * {igt@xe_fault_injection@exec-queue-create-fail-xe_pxp_exec_queue_add}:
    - shard-dg2-set2:     [SKIP][1] ([Intel XE#6281]) -> [SKIP][2]
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-dg2-464/igt@xe_fault_injection@exec-queue-create-fail-xe_pxp_exec_queue_add.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-432/igt@xe_fault_injection@exec-queue-create-fail-xe_pxp_exec_queue_add.html

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

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

### IGT changes ###

#### Issues hit ####

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

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

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

  * igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p:
    - shard-bmg:          [PASS][6] -> [SKIP][7] ([Intel XE#2314] / [Intel XE#2894]) +1 other test skip
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-7/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html

  * igt@kms_bw@linear-tiling-1-displays-2160x1440p:
    - shard-bmg:          NOTRUN -> [SKIP][8] ([Intel XE#367])
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-8/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][9] ([Intel XE#367])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-436/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html

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

  * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4:
    - shard-dg2-set2:     NOTRUN -> [SKIP][11] ([Intel XE#455] / [Intel XE#787]) +23 other tests skip
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-434/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html

  * igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][12] ([Intel XE#2887]) +3 other tests skip
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-8/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs@pipe-b-dp-2:
    - shard-bmg:          NOTRUN -> [SKIP][13] ([Intel XE#2652] / [Intel XE#787]) +3 other tests skip
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs@pipe-b-dp-2.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-dp-4:
    - shard-dg2-set2:     [PASS][14] -> [INCOMPLETE][15] ([Intel XE#6014] / [Intel XE#6168])
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-dp-4.html
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-dp-4.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6:
    - shard-dg2-set2:     [PASS][16] -> [DMESG-WARN][17] ([Intel XE#1727] / [Intel XE#3113])
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6.html
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6.html

  * igt@kms_chamelium_color@ctm-negative:
    - shard-bmg:          NOTRUN -> [SKIP][18] ([Intel XE#2325])
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-8/igt@kms_chamelium_color@ctm-negative.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][19] ([Intel XE#306])
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-436/igt@kms_chamelium_color@ctm-negative.html

  * igt@kms_chamelium_hpd@dp-hpd:
    - shard-bmg:          NOTRUN -> [SKIP][20] ([Intel XE#2252]) +1 other test skip
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-8/igt@kms_chamelium_hpd@dp-hpd.html

  * igt@kms_chamelium_hpd@hdmi-hpd:
    - shard-dg2-set2:     NOTRUN -> [SKIP][21] ([Intel XE#373]) +2 other tests skip
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-434/igt@kms_chamelium_hpd@hdmi-hpd.html

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

  * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
    - shard-bmg:          [PASS][23] -> [SKIP][24] ([Intel XE#2291]) +2 other tests skip
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-1/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-6/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html

  * igt@kms_dp_linktrain_fallback@dp-fallback:
    - shard-bmg:          [PASS][25] -> [SKIP][26] ([Intel XE#4294])
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-2/igt@kms_dp_linktrain_fallback@dp-fallback.html
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-6/igt@kms_dp_linktrain_fallback@dp-fallback.html

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area:
    - shard-bmg:          NOTRUN -> [SKIP][27] ([Intel XE#4422])
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-8/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][28] ([Intel XE#4422])
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-436/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area.html

  * igt@kms_flip@2x-plain-flip-fb-recreate:
    - shard-bmg:          [PASS][29] -> [SKIP][30] ([Intel XE#2316]) +5 other tests skip
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-8/igt@kms_flip@2x-plain-flip-fb-recreate.html
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-6/igt@kms_flip@2x-plain-flip-fb-recreate.html

  * igt@kms_flip@basic-flip-vs-dpms:
    - shard-adlp:         [PASS][31] -> [DMESG-WARN][32] ([Intel XE#4543]) +6 other tests dmesg-warn
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-adlp-9/igt@kms_flip@basic-flip-vs-dpms.html
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-adlp-2/igt@kms_flip@basic-flip-vs-dpms.html

  * igt@kms_flip@flip-vs-suspend@b-hdmi-a1:
    - shard-adlp:         [PASS][33] -> [DMESG-WARN][34] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#4543])
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-adlp-4/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-adlp-1/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-blt:
    - shard-bmg:          NOTRUN -> [SKIP][35] ([Intel XE#2311]) +5 other tests skip
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary:
    - shard-dg2-set2:     NOTRUN -> [SKIP][36] ([Intel XE#651]) +10 other tests skip
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][37] ([Intel XE#5390]) +4 other tests skip
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html

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

  * igt@kms_frontbuffer_tracking@fbcpsr-slowdraw:
    - shard-dg2-set2:     NOTRUN -> [SKIP][39] ([Intel XE#653]) +13 other tests skip
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html

  * igt@kms_hdr@invalid-hdr:
    - shard-dg2-set2:     NOTRUN -> [SKIP][40] ([Intel XE#455]) +1 other test skip
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-434/igt@kms_hdr@invalid-hdr.html

  * igt@kms_pm_backlight@bad-brightness:
    - shard-dg2-set2:     NOTRUN -> [SKIP][41] ([Intel XE#870])
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-434/igt@kms_pm_backlight@bad-brightness.html

  * igt@kms_pm_dc@dc6-dpms:
    - shard-dg2-set2:     NOTRUN -> [SKIP][42] ([Intel XE#908])
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-436/igt@kms_pm_dc@dc6-dpms.html

  * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
    - shard-bmg:          NOTRUN -> [SKIP][43] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836])
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-8/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html

  * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf:
    - shard-bmg:          NOTRUN -> [SKIP][44] ([Intel XE#1406] / [Intel XE#1489]) +1 other test skip
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-8/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area:
    - shard-dg2-set2:     NOTRUN -> [SKIP][45] ([Intel XE#1406] / [Intel XE#1489]) +3 other tests skip
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-434/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html

  * igt@kms_psr@fbc-pr-no-drrs:
    - shard-bmg:          NOTRUN -> [SKIP][46] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +3 other tests skip
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-8/igt@kms_psr@fbc-pr-no-drrs.html

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

  * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
    - shard-dg2-set2:     NOTRUN -> [SKIP][48] ([Intel XE#3414])
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-434/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html

  * igt@kms_setmode@basic:
    - shard-bmg:          [PASS][49] -> [FAIL][50] ([Intel XE#2883]) +2 other tests fail
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-7/igt@kms_setmode@basic.html
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-6/igt@kms_setmode@basic.html

  * igt@kms_setmode@invalid-clone-single-crtc-stealing:
    - shard-bmg:          [PASS][51] -> [SKIP][52] ([Intel XE#1435])
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-8/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-6/igt@kms_setmode@invalid-clone-single-crtc-stealing.html

  * igt@kms_vblank@ts-continuation-dpms-suspend:
    - shard-adlp:         [PASS][53] -> [DMESG-WARN][54] ([Intel XE#2953] / [Intel XE#4173]) +3 other tests dmesg-warn
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-adlp-3/igt@kms_vblank@ts-continuation-dpms-suspend.html
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-adlp-6/igt@kms_vblank@ts-continuation-dpms-suspend.html

  * igt@xe_compute_preempt@compute-preempt-many:
    - shard-dg2-set2:     NOTRUN -> [FAIL][55] ([Intel XE#5890]) +1 other test fail
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-434/igt@xe_compute_preempt@compute-preempt-many.html

  * igt@xe_copy_basic@mem-set-linear-0x3fff:
    - shard-dg2-set2:     NOTRUN -> [SKIP][56] ([Intel XE#1126])
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-434/igt@xe_copy_basic@mem-set-linear-0x3fff.html

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

  * igt@xe_eu_stall@invalid-gt-id:
    - shard-dg2-set2:     NOTRUN -> [SKIP][58] ([Intel XE#5626]) +1 other test skip
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-436/igt@xe_eu_stall@invalid-gt-id.html

  * igt@xe_eudebug_online@pagefault-read:
    - shard-dg2-set2:     NOTRUN -> [SKIP][59] ([Intel XE#4837])
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-434/igt@xe_eudebug_online@pagefault-read.html

  * igt@xe_exec_basic@multigpu-no-exec-basic-defer-bind:
    - shard-bmg:          NOTRUN -> [SKIP][60] ([Intel XE#2322]) +1 other test skip
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-8/igt@xe_exec_basic@multigpu-no-exec-basic-defer-bind.html

  * igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate-race:
    - shard-dg2-set2:     [PASS][61] -> [SKIP][62] ([Intel XE#1392]) +4 other tests skip
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-dg2-435/igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate-race.html
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate-race.html

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

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

  * igt@xe_exec_reset@parallel-gt-reset:
    - shard-adlp:         [PASS][65] -> [DMESG-WARN][66] ([Intel XE#3876])
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-adlp-3/igt@xe_exec_reset@parallel-gt-reset.html
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-adlp-1/igt@xe_exec_reset@parallel-gt-reset.html

  * igt@xe_exec_system_allocator@many-stride-mmap-new-huge-nomemset:
    - shard-bmg:          NOTRUN -> [SKIP][67] ([Intel XE#4943]) +6 other tests skip
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-8/igt@xe_exec_system_allocator@many-stride-mmap-new-huge-nomemset.html

  * igt@xe_exec_system_allocator@process-many-execqueues-free-race:
    - shard-dg2-set2:     NOTRUN -> [SKIP][68] ([Intel XE#4915]) +100 other tests skip
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-436/igt@xe_exec_system_allocator@process-many-execqueues-free-race.html

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

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

  * igt@xe_pmu@fn-engine-activity-sched-if-idle:
    - shard-bmg:          [PASS][71] -> [DMESG-WARN][72] ([Intel XE#3876])
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-1/igt@xe_pmu@fn-engine-activity-sched-if-idle.html
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-7/igt@xe_pmu@fn-engine-activity-sched-if-idle.html

  * igt@xe_pmu@gt-frequency:
    - shard-dg2-set2:     [PASS][73] -> [FAIL][74] ([Intel XE#4819]) +1 other test fail
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-dg2-466/igt@xe_pmu@gt-frequency.html
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-434/igt@xe_pmu@gt-frequency.html

  * igt@xe_query@multigpu-query-uc-fw-version-guc:
    - shard-dg2-set2:     NOTRUN -> [SKIP][75] ([Intel XE#944]) +2 other tests skip
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-436/igt@xe_query@multigpu-query-uc-fw-version-guc.html
    - shard-bmg:          NOTRUN -> [SKIP][76] ([Intel XE#944])
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-8/igt@xe_query@multigpu-query-uc-fw-version-guc.html

  * igt@xe_sriov_flr@flr-each-isolation:
    - shard-dg2-set2:     NOTRUN -> [SKIP][77] ([Intel XE#3342])
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-434/igt@xe_sriov_flr@flr-each-isolation.html

  * igt@xe_sriov_scheduling@nonpreempt-engine-resets@numvfs-random:
    - shard-adlp:         [PASS][78] -> [ABORT][79] ([Intel XE#4917]) +1 other test abort
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-adlp-3/igt@xe_sriov_scheduling@nonpreempt-engine-resets@numvfs-random.html
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-adlp-6/igt@xe_sriov_scheduling@nonpreempt-engine-resets@numvfs-random.html

  
#### Possible fixes ####

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
    - shard-dg2-set2:     [INCOMPLETE][80] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#4345] / [Intel XE#6168]) -> [PASS][81]
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4:
    - shard-dg2-set2:     [INCOMPLETE][82] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#6168] / [i915#14968]) -> [PASS][83]
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4.html
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4.html

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

  * igt@kms_cursor_legacy@torture-move:
    - shard-bmg:          [INCOMPLETE][86] ([Intel XE#3226]) -> [PASS][87] +1 other test pass
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-6/igt@kms_cursor_legacy@torture-move.html
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-8/igt@kms_cursor_legacy@torture-move.html

  * igt@kms_dp_link_training@non-uhbr-sst:
    - shard-bmg:          [SKIP][88] ([Intel XE#4354]) -> [PASS][89]
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-6/igt@kms_dp_link_training@non-uhbr-sst.html
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-3/igt@kms_dp_link_training@non-uhbr-sst.html

  * igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
    - shard-bmg:          [SKIP][90] ([Intel XE#2316]) -> [PASS][91] +4 other tests pass
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-6/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-2/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html

  * igt@kms_flip@blocking-wf_vblank@a-hdmi-a1:
    - shard-adlp:         [FAIL][92] ([Intel XE#5408]) -> [PASS][93] +1 other test pass
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-adlp-2/igt@kms_flip@blocking-wf_vblank@a-hdmi-a1.html
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-adlp-8/igt@kms_flip@blocking-wf_vblank@a-hdmi-a1.html

  * igt@kms_flip@flip-vs-blocking-wf-vblank@c-hdmi-a1:
    - shard-adlp:         [DMESG-WARN][94] ([Intel XE#4543]) -> [PASS][95] +10 other tests pass
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-adlp-2/igt@kms_flip@flip-vs-blocking-wf-vblank@c-hdmi-a1.html
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-adlp-8/igt@kms_flip@flip-vs-blocking-wf-vblank@c-hdmi-a1.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible:
    - shard-lnl:          [FAIL][96] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][97]
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank@a-edp1:
    - shard-lnl:          [FAIL][98] ([Intel XE#301]) -> [PASS][99] +2 other tests pass
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html

  * igt@kms_flip@flip-vs-rmfb-interruptible:
    - shard-adlp:         [DMESG-WARN][100] ([Intel XE#4543] / [Intel XE#5208]) -> [PASS][101]
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-adlp-1/igt@kms_flip@flip-vs-rmfb-interruptible.html
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-adlp-3/igt@kms_flip@flip-vs-rmfb-interruptible.html

  * igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-y-to-x:
    - shard-adlp:         [DMESG-FAIL][102] ([Intel XE#4543]) -> [PASS][103] +1 other test pass
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-adlp-1/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-y-to-x.html
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-adlp-9/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-y-to-x.html

  * igt@xe_exec_basic@multigpu-once-bindexecqueue-rebind:
    - shard-dg2-set2:     [SKIP][104] ([Intel XE#1392]) -> [PASS][105] +4 other tests pass
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-dg2-432/igt@xe_exec_basic@multigpu-once-bindexecqueue-rebind.html
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-435/igt@xe_exec_basic@multigpu-once-bindexecqueue-rebind.html

  
#### Warnings ####

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
    - shard-dg2-set2:     [INCOMPLETE][106] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4345] / [Intel XE#4522]) -> [INCOMPLETE][107] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#4345] / [Intel XE#6168])
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_content_protection@legacy:
    - shard-bmg:          [FAIL][108] ([Intel XE#1178]) -> [SKIP][109] ([Intel XE#2341])
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-7/igt@kms_content_protection@legacy.html
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-6/igt@kms_content_protection@legacy.html

  * igt@kms_content_protection@uevent:
    - shard-bmg:          [FAIL][110] ([Intel XE#1188]) -> [SKIP][111] ([Intel XE#2341])
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-8/igt@kms_content_protection@uevent.html
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-6/igt@kms_content_protection@uevent.html

  * igt@kms_flip@flip-vs-suspend:
    - shard-adlp:         [DMESG-WARN][112] ([Intel XE#4543]) -> [DMESG-WARN][113] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#4543])
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-adlp-4/igt@kms_flip@flip-vs-suspend.html
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-adlp-1/igt@kms_flip@flip-vs-suspend.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render:
    - shard-bmg:          [SKIP][114] ([Intel XE#2311]) -> [SKIP][115] ([Intel XE#2312]) +9 other tests skip
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-draw-render:
    - shard-bmg:          [SKIP][116] ([Intel XE#2312]) -> [SKIP][117] ([Intel XE#2311]) +11 other tests skip
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-draw-render.html
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
    - shard-bmg:          [SKIP][118] ([Intel XE#5390]) -> [SKIP][119] ([Intel XE#2312]) +6 other tests skip
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
    - shard-bmg:          [SKIP][120] ([Intel XE#2312]) -> [SKIP][121] ([Intel XE#5390]) +6 other tests skip
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt:
    - shard-bmg:          [SKIP][122] ([Intel XE#2312]) -> [SKIP][123] ([Intel XE#2313]) +11 other tests skip
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html

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

  * igt@kms_pm_dc@dc9-dpms:
    - shard-adlp:         [SKIP][126] ([Intel XE#734]) -> [FAIL][127] ([Intel XE#3325])
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-adlp-2/igt@kms_pm_dc@dc9-dpms.html
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-adlp-8/igt@kms_pm_dc@dc9-dpms.html

  * igt@kms_tiled_display@basic-test-pattern:
    - shard-bmg:          [FAIL][128] ([Intel XE#1729]) -> [SKIP][129] ([Intel XE#2426])
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern.html
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-2/igt@kms_tiled_display@basic-test-pattern.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-bmg:          [SKIP][130] ([Intel XE#2426]) -> [SKIP][131] ([Intel XE#2509])
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
    - shard-dg2-set2:     [SKIP][132] ([Intel XE#1500]) -> [SKIP][133] ([Intel XE#362])
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-dg2-434/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
    - shard-bmg:          [ABORT][134] ([Intel XE#4917] / [Intel XE#5466] / [Intel XE#5530]) -> [ABORT][135] ([Intel XE#5466] / [Intel XE#5530])
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-bmg-7/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-bmg-2/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html

  * igt@xe_sriov_scheduling@equal-throughput:
    - shard-adlp:         [DMESG-FAIL][136] ([Intel XE#5213]) -> [ABORT][137] ([Intel XE#4917]) +1 other test abort
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3866-c71b8423713198c13e615755d58697cbffdef436/shard-adlp-9/igt@xe_sriov_scheduling@equal-throughput.html
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v1/shard-adlp-6/igt@xe_sriov_scheduling@equal-throughput.html

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

  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
  [Intel XE#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#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
  [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
  [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500
  [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
  [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
  [Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
  [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
  [Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
  [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504
  [Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
  [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
  [Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
  [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#2883]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883
  [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#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
  [Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
  [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
  [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
  [Intel XE#3226]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3226
  [Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
  [Intel XE#3325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3325
  [Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
  [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
  [Intel XE#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#4173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4173
  [Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
  [Intel XE#4294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4294
  [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#4760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4760
  [Intel XE#4819]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4819
  [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
  [Intel XE#4915]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4915
  [Intel XE#4917]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4917
  [Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
  [Intel XE#5208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5208
  [Intel XE#5213]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5213
  [Intel XE#5390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5390
  [Intel XE#5408]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5408
  [Intel XE#5466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5466
  [Intel XE#5530]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5530
  [Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
  [Intel XE#5624]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5624
  [Intel XE#5626]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5626
  [Intel XE#5786]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5786
  [Intel XE#5890]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5890
  [Intel XE#6014]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6014
  [Intel XE#6168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6168
  [Intel XE#6281]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6281
  [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#734]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/734
  [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
  [Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908
  [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
  [i915#14968]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14968


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

  * Linux: xe-3866-c71b8423713198c13e615755d58697cbffdef436 -> xe-pw-155409v1

  IGT_8574: 44a15713124663a622c6eddf7c6ee5ba732e0d41 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-3866-c71b8423713198c13e615755d58697cbffdef436: c71b8423713198c13e615755d58697cbffdef436
  xe-pw-155409v1: 155409v1

== Logs ==

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

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

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

* Re: [PATCH] drm/xe: Fix typos and improve kernel-doc comments in xe_gt
  2025-10-03 23:48 [PATCH] drm/xe: Fix typos and improve kernel-doc comments in xe_gt Shuicheng Lin
                   ` (2 preceding siblings ...)
  2025-10-04  1:45 ` ✓ Xe.CI.Full: " Patchwork
@ 2025-10-06  7:26 ` Jani Nikula
  2025-10-06 15:13 ` [PATCH] drm/xe: Fix comments in xe_gt struct Shuicheng Lin
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Jani Nikula @ 2025-10-06  7:26 UTC (permalink / raw)
  To: Shuicheng Lin, intel-xe; +Cc: Shuicheng Lin

On Fri, 03 Oct 2025, Shuicheng Lin <shuicheng.lin@intel.com> wrote:
> Correct several spelling and grammar issues in xe_gt struct
> documentation to improve readability:
>
> - Use proper kernel-doc comment opener (`/**`).
> - Fix "to not" -> "do not".
> - Fix "mmigrations" -> "migrations".
> - Fix "Multiple queues exists" -> "Multiple queues exist".
> - Fix "are be processed" -> "to be processed".
> - Fix "have being processed" -> "have been processed".
>
> These changes are purely cosmetic and do not affect functionality.
>
> Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
> ---
>  drivers/gpu/drm/xe/xe_gt_types.h | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_gt_types.h b/drivers/gpu/drm/xe/xe_gt_types.h
> index 66158105aca5..8fb4ea1d90f5 100644
> --- a/drivers/gpu/drm/xe/xe_gt_types.h
> +++ b/drivers/gpu/drm/xe/xe_gt_types.h
> @@ -50,7 +50,7 @@ struct xe_mmio_range {
>  	u32 end;
>  };
>  
> -/*
> +/**

enum xe_steering_type comments has no kernel-doc formatting, so it
shouldn't have /** either.

>   * The hardware has multiple kinds of multicast register ranges that need
>   * special register steering (and future platforms are expected to add
>   * additional types).
> @@ -202,14 +202,14 @@ struct xe_gt {
>  		/**
>  		 * @usm.bb_pool: Pool from which batchbuffers, for USM operations
>  		 * (e.g. migrations, fixing page tables), are allocated.
> -		 * Dedicated pool needed so USM operations to not get blocked
> +		 * Dedicated pool needed so USM operations do not get blocked
>  		 * behind any user operations which may have resulted in a
>  		 * fault.
>  		 */
>  		struct xe_sa_manager *bb_pool;
>  		/**
>  		 * @usm.reserved_bcs_instance: reserved BCS instance used for USM
> -		 * operations (e.g. mmigrations, fixing page tables)
> +		 * operations (e.g. migrations, fixing page tables)
>  		 */
>  		u16 reserved_bcs_instance;
>  		/** @usm.pf_wq: page fault work queue, unbound, high priority */
> @@ -220,8 +220,8 @@ struct xe_gt {
>  		 * @usm.pf_queue: Page fault queue used to sync faults so faults can
>  		 * be processed not under the GuC CT lock. The queue is sized so
>  		 * it can sync all possible faults (1 per physical engine).
> -		 * Multiple queues exists for page faults from different VMs are
> -		 * be processed in parallel.
> +		 * Multiple queues exist for page faults from different VMs to be
> +		 * processed in parallel.
>  		 */
>  		struct pf_queue {
>  			/** @usm.pf_queue.gt: back pointer to GT */
> @@ -387,7 +387,7 @@ struct xe_gt {
>  		/**
>  		 * @wa_active.oob_initialized: mark oob as initialized to help
>  		 * detecting misuse of XE_GT_WA() - it can only be called on
> -		 * initialization after OOB WAs have being processed
> +		 * initialization after OOB WAs have been processed
>  		 */
>  		bool oob_initialized;
>  	} wa_active;

-- 
Jani Nikula, Intel

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

* [PATCH] drm/xe: Fix comments in xe_gt struct
  2025-10-03 23:48 [PATCH] drm/xe: Fix typos and improve kernel-doc comments in xe_gt Shuicheng Lin
                   ` (3 preceding siblings ...)
  2025-10-06  7:26 ` [PATCH] " Jani Nikula
@ 2025-10-06 15:13 ` Shuicheng Lin
  2025-10-06 18:46   ` Matthew Brost
  2025-10-06 16:09 ` ✓ CI.KUnit: success for drm/xe: Fix typos and improve kernel-doc comments in xe_gt (rev2) Patchwork
                   ` (2 subsequent siblings)
  7 siblings, 1 reply; 10+ messages in thread
From: Shuicheng Lin @ 2025-10-06 15:13 UTC (permalink / raw)
  To: intel-xe; +Cc: Shuicheng Lin, Jani Nikula

Correct several spelling and grammar issues in xe_gt struct
documentation to improve readability:

- Fix "to not" -> "do not".
- Fix "mmigrations" -> "migrations".
- Fix "Multiple queues exists" -> "Multiple queues exist".
- Fix "are be processed" -> "to be processed".
- Fix "have being processed" -> "have been processed".

These changes are purely cosmetic and do not affect functionality.

v2: drop kernel-doc formatting change. (Jani)

Cc: Jani Nikula <jani.nikula@linux.intel.com>
Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
---
 drivers/gpu/drm/xe/xe_gt_types.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_gt_types.h b/drivers/gpu/drm/xe/xe_gt_types.h
index 66158105aca5..8b5f604d7883 100644
--- a/drivers/gpu/drm/xe/xe_gt_types.h
+++ b/drivers/gpu/drm/xe/xe_gt_types.h
@@ -202,14 +202,14 @@ struct xe_gt {
 		/**
 		 * @usm.bb_pool: Pool from which batchbuffers, for USM operations
 		 * (e.g. migrations, fixing page tables), are allocated.
-		 * Dedicated pool needed so USM operations to not get blocked
+		 * Dedicated pool needed so USM operations do not get blocked
 		 * behind any user operations which may have resulted in a
 		 * fault.
 		 */
 		struct xe_sa_manager *bb_pool;
 		/**
 		 * @usm.reserved_bcs_instance: reserved BCS instance used for USM
-		 * operations (e.g. mmigrations, fixing page tables)
+		 * operations (e.g. migrations, fixing page tables)
 		 */
 		u16 reserved_bcs_instance;
 		/** @usm.pf_wq: page fault work queue, unbound, high priority */
@@ -220,8 +220,8 @@ struct xe_gt {
 		 * @usm.pf_queue: Page fault queue used to sync faults so faults can
 		 * be processed not under the GuC CT lock. The queue is sized so
 		 * it can sync all possible faults (1 per physical engine).
-		 * Multiple queues exists for page faults from different VMs are
-		 * be processed in parallel.
+		 * Multiple queues exist for page faults from different VMs to be
+		 * processed in parallel.
 		 */
 		struct pf_queue {
 			/** @usm.pf_queue.gt: back pointer to GT */
@@ -387,7 +387,7 @@ struct xe_gt {
 		/**
 		 * @wa_active.oob_initialized: mark oob as initialized to help
 		 * detecting misuse of XE_GT_WA() - it can only be called on
-		 * initialization after OOB WAs have being processed
+		 * initialization after OOB WAs have been processed
 		 */
 		bool oob_initialized;
 	} wa_active;
-- 
2.49.0


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

* ✓ CI.KUnit: success for drm/xe: Fix typos and improve kernel-doc comments in xe_gt (rev2)
  2025-10-03 23:48 [PATCH] drm/xe: Fix typos and improve kernel-doc comments in xe_gt Shuicheng Lin
                   ` (4 preceding siblings ...)
  2025-10-06 15:13 ` [PATCH] drm/xe: Fix comments in xe_gt struct Shuicheng Lin
@ 2025-10-06 16:09 ` Patchwork
  2025-10-06 16:54 ` ✓ Xe.CI.BAT: " Patchwork
  2025-10-06 20:13 ` ✓ Xe.CI.Full: " Patchwork
  7 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2025-10-06 16:09 UTC (permalink / raw)
  To: Shuicheng Lin; +Cc: intel-xe

== Series Details ==

Series: drm/xe: Fix typos and improve kernel-doc comments in xe_gt (rev2)
URL   : https://patchwork.freedesktop.org/series/155409/
State : success

== Summary ==

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

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

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

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

== Series Details ==

Series: drm/xe: Fix typos and improve kernel-doc comments in xe_gt (rev2)
URL   : https://patchwork.freedesktop.org/series/155409/
State : success

== Summary ==

CI Bug Log - changes from xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf_BAT -> xe-pw-155409v2_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

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

  No changes in participating hosts


Changes
-------

  No changes found


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

  * Linux: xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf -> xe-pw-155409v2

  IGT_8575: 7efc313da1339df43a1b11bba57fef6c1257e65f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf: 5d520fdf951167ca881c7ebf831dedff629e6ccf
  xe-pw-155409v2: 155409v2

== Logs ==

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

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

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

* Re: [PATCH] drm/xe: Fix comments in xe_gt struct
  2025-10-06 15:13 ` [PATCH] drm/xe: Fix comments in xe_gt struct Shuicheng Lin
@ 2025-10-06 18:46   ` Matthew Brost
  0 siblings, 0 replies; 10+ messages in thread
From: Matthew Brost @ 2025-10-06 18:46 UTC (permalink / raw)
  To: Shuicheng Lin; +Cc: intel-xe, Jani Nikula

On Mon, Oct 06, 2025 at 03:13:18PM +0000, Shuicheng Lin wrote:
> Correct several spelling and grammar issues in xe_gt struct
> documentation to improve readability:
> 
> - Fix "to not" -> "do not".
> - Fix "mmigrations" -> "migrations".
> - Fix "Multiple queues exists" -> "Multiple queues exist".
> - Fix "are be processed" -> "to be processed".
> - Fix "have being processed" -> "have been processed".
> 
> These changes are purely cosmetic and do not affect functionality.
> 
> v2: drop kernel-doc formatting change. (Jani)
> 
> Cc: Jani Nikula <jani.nikula@linux.intel.com>
> Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>

Reviewed-by: Matthew Brost <matthew.brost@intel.com>

> ---
>  drivers/gpu/drm/xe/xe_gt_types.h | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/gpu/drm/xe/xe_gt_types.h b/drivers/gpu/drm/xe/xe_gt_types.h
> index 66158105aca5..8b5f604d7883 100644
> --- a/drivers/gpu/drm/xe/xe_gt_types.h
> +++ b/drivers/gpu/drm/xe/xe_gt_types.h
> @@ -202,14 +202,14 @@ struct xe_gt {
>  		/**
>  		 * @usm.bb_pool: Pool from which batchbuffers, for USM operations
>  		 * (e.g. migrations, fixing page tables), are allocated.
> -		 * Dedicated pool needed so USM operations to not get blocked
> +		 * Dedicated pool needed so USM operations do not get blocked
>  		 * behind any user operations which may have resulted in a
>  		 * fault.
>  		 */
>  		struct xe_sa_manager *bb_pool;
>  		/**
>  		 * @usm.reserved_bcs_instance: reserved BCS instance used for USM
> -		 * operations (e.g. mmigrations, fixing page tables)
> +		 * operations (e.g. migrations, fixing page tables)
>  		 */
>  		u16 reserved_bcs_instance;
>  		/** @usm.pf_wq: page fault work queue, unbound, high priority */
> @@ -220,8 +220,8 @@ struct xe_gt {
>  		 * @usm.pf_queue: Page fault queue used to sync faults so faults can
>  		 * be processed not under the GuC CT lock. The queue is sized so
>  		 * it can sync all possible faults (1 per physical engine).
> -		 * Multiple queues exists for page faults from different VMs are
> -		 * be processed in parallel.
> +		 * Multiple queues exist for page faults from different VMs to be
> +		 * processed in parallel.
>  		 */
>  		struct pf_queue {
>  			/** @usm.pf_queue.gt: back pointer to GT */
> @@ -387,7 +387,7 @@ struct xe_gt {
>  		/**
>  		 * @wa_active.oob_initialized: mark oob as initialized to help
>  		 * detecting misuse of XE_GT_WA() - it can only be called on
> -		 * initialization after OOB WAs have being processed
> +		 * initialization after OOB WAs have been processed
>  		 */
>  		bool oob_initialized;
>  	} wa_active;
> -- 
> 2.49.0
> 

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

* ✓ Xe.CI.Full: success for drm/xe: Fix typos and improve kernel-doc comments in xe_gt (rev2)
  2025-10-03 23:48 [PATCH] drm/xe: Fix typos and improve kernel-doc comments in xe_gt Shuicheng Lin
                   ` (6 preceding siblings ...)
  2025-10-06 16:54 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-10-06 20:13 ` Patchwork
  7 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2025-10-06 20:13 UTC (permalink / raw)
  To: Lin, Shuicheng; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: Fix typos and improve kernel-doc comments in xe_gt (rev2)
URL   : https://patchwork.freedesktop.org/series/155409/
State : success

== Summary ==

CI Bug Log - changes from xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf_FULL -> xe-pw-155409v2_FULL
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

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

  No changes in participating hosts

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

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

### IGT changes ###

#### Issues hit ####

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

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

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

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

  * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
    - shard-bmg:          [PASS][5] -> [SKIP][6] ([Intel XE#2314] / [Intel XE#2894])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-1/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html

  * igt@kms_bw@linear-tiling-4-displays-2560x1440p:
    - shard-dg2-set2:     NOTRUN -> [SKIP][7] ([Intel XE#367])
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-433/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html

  * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1:
    - shard-adlp:         NOTRUN -> [SKIP][8] ([Intel XE#455] / [Intel XE#787]) +9 other tests skip
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1.html

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

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-1:
    - shard-adlp:         NOTRUN -> [SKIP][10] ([Intel XE#787]) +14 other tests skip
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-1.html

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

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

  * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2:
    - shard-dg2-set2:     NOTRUN -> [SKIP][13] ([Intel XE#787]) +132 other tests skip
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2.html

  * igt@kms_chamelium_color@gamma:
    - shard-dg2-set2:     NOTRUN -> [SKIP][14] ([Intel XE#306]) +1 other test skip
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-466/igt@kms_chamelium_color@gamma.html

  * igt@kms_chamelium_edid@dp-edid-change-during-suspend:
    - shard-dg2-set2:     NOTRUN -> [SKIP][15] ([Intel XE#373]) +2 other tests skip
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-466/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html

  * igt@kms_chamelium_frames@hdmi-crc-planes-random:
    - shard-bmg:          NOTRUN -> [SKIP][16] ([Intel XE#2252])
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-3/igt@kms_chamelium_frames@hdmi-crc-planes-random.html

  * igt@kms_chamelium_hpd@dp-hpd-with-enabled-mode:
    - shard-adlp:         NOTRUN -> [SKIP][17] ([Intel XE#373]) +1 other test skip
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/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][18] ([Intel XE#1178]) +2 other tests fail
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-432/igt@kms_content_protection@atomic-dpms@pipe-a-dp-2.html

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

  * igt@kms_content_protection@uevent@pipe-a-dp-4:
    - shard-dg2-set2:     NOTRUN -> [FAIL][20] ([Intel XE#1188])
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-434/igt@kms_content_protection@uevent@pipe-a-dp-4.html

  * igt@kms_cursor_crc@cursor-rapid-movement-512x170:
    - shard-dg2-set2:     NOTRUN -> [SKIP][21] ([Intel XE#308])
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-466/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html

  * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
    - shard-bmg:          [PASS][22] -> [SKIP][23] ([Intel XE#2291]) +3 other tests skip
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
    - shard-adlp:         NOTRUN -> [SKIP][24] ([Intel XE#309]) +1 other test skip
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
    - shard-adlp:         NOTRUN -> [DMESG-WARN][25] ([Intel XE#2953] / [Intel XE#4173]) +1 other test dmesg-warn
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html

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

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

  * igt@kms_flip@2x-plain-flip-ts-check:
    - shard-bmg:          [PASS][28] -> [SKIP][29] ([Intel XE#2316])
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-1/igt@kms_flip@2x-plain-flip-ts-check.html
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-6/igt@kms_flip@2x-plain-flip-ts-check.html

  * igt@kms_flip@flip-vs-rmfb-interruptible:
    - shard-adlp:         [PASS][30] -> [DMESG-WARN][31] ([Intel XE#4543] / [Intel XE#5208])
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-adlp-4/igt@kms_flip@flip-vs-rmfb-interruptible.html
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@kms_flip@flip-vs-rmfb-interruptible.html

  * igt@kms_flip@flip-vs-suspend-interruptible:
    - shard-adlp:         [PASS][32] -> [DMESG-WARN][33] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#4543])
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-adlp-4/igt@kms_flip@flip-vs-suspend-interruptible.html
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-4/igt@kms_flip@flip-vs-suspend-interruptible.html
    - shard-dg2-set2:     [PASS][34] -> [INCOMPLETE][35] ([Intel XE#2049] / [Intel XE#2597]) +3 other tests incomplete
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-dg2-464/igt@kms_flip@flip-vs-suspend-interruptible.html
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-433/igt@kms_flip@flip-vs-suspend-interruptible.html

  * igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1:
    - shard-adlp:         [PASS][36] -> [DMESG-WARN][37] ([Intel XE#2953] / [Intel XE#4173]) +3 other tests dmesg-warn
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-adlp-4/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-4/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html

  * igt@kms_flip@flip-vs-suspend@d-hdmi-a1:
    - shard-adlp:         [PASS][38] -> [DMESG-WARN][39] ([Intel XE#4543]) +10 other tests dmesg-warn
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-adlp-2/igt@kms_flip@flip-vs-suspend@d-hdmi-a1.html
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@kms_flip@flip-vs-suspend@d-hdmi-a1.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling:
    - shard-dg2-set2:     NOTRUN -> [SKIP][40] ([Intel XE#455]) +9 other tests skip
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-436/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html

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

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
    - shard-bmg:          NOTRUN -> [SKIP][42] ([Intel XE#2293] / [Intel XE#2380])
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
    - shard-bmg:          NOTRUN -> [SKIP][43] ([Intel XE#2293])
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html

  * igt@kms_flip_tiling@flip-change-tiling@pipe-b-hdmi-a-1-x-to-y:
    - shard-adlp:         NOTRUN -> [FAIL][44] ([Intel XE#1874])
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@kms_flip_tiling@flip-change-tiling@pipe-b-hdmi-a-1-x-to-y.html

  * igt@kms_flip_tiling@flip-change-tiling@pipe-b-hdmi-a-1-y-to-y:
    - shard-adlp:         NOTRUN -> [DMESG-FAIL][45] ([Intel XE#4543]) +2 other tests dmesg-fail
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@kms_flip_tiling@flip-change-tiling@pipe-b-hdmi-a-1-y-to-y.html

  * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff:
    - shard-adlp:         NOTRUN -> [SKIP][46] ([Intel XE#651])
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-mmap-wc:
    - shard-adlp:         NOTRUN -> [SKIP][47] ([Intel XE#656]) +5 other tests skip
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-mmap-wc.html

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

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][49] ([Intel XE#2313])
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-wc.html

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

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt:
    - shard-adlp:         NOTRUN -> [SKIP][51] ([Intel XE#653]) +1 other test skip
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_hdr@static-toggle-suspend:
    - shard-bmg:          [PASS][52] -> [SKIP][53] ([Intel XE#1503])
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-1/igt@kms_hdr@static-toggle-suspend.html
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-6/igt@kms_hdr@static-toggle-suspend.html

  * igt@kms_joiner@basic-max-non-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][54] ([Intel XE#4298])
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-3/igt@kms_joiner@basic-max-non-joiner.html

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

  * igt@kms_joiner@invalid-modeset-ultra-joiner:
    - shard-dg2-set2:     NOTRUN -> [SKIP][56] ([Intel XE#2927])
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-466/igt@kms_joiner@invalid-modeset-ultra-joiner.html

  * igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-2-size-64:
    - shard-dg2-set2:     NOTRUN -> [FAIL][57] ([Intel XE#616]) +1 other test fail
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-432/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-2-size-64.html

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

  * igt@kms_pm_rpm@modeset-non-lpsp-stress:
    - shard-adlp:         NOTRUN -> [SKIP][59] ([Intel XE#836])
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@kms_pm_rpm@modeset-non-lpsp-stress.html

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

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

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

  * igt@kms_psr@psr-primary-render:
    - shard-bmg:          NOTRUN -> [SKIP][63] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850])
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-3/igt@kms_psr@psr-primary-render.html

  * igt@kms_psr@psr-sprite-plane-onoff:
    - shard-adlp:         NOTRUN -> [SKIP][64] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +2 other tests skip
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@kms_psr@psr-sprite-plane-onoff.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
    - shard-dg2-set2:     NOTRUN -> [SKIP][65] ([Intel XE#3414]) +1 other test skip
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-433/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html

  * igt@kms_tiled_display@basic-test-pattern:
    - shard-dg2-set2:     NOTRUN -> [FAIL][66] ([Intel XE#1729])
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-433/igt@kms_tiled_display@basic-test-pattern.html

  * igt@xe_ccs@block-multicopy-inplace:
    - shard-adlp:         NOTRUN -> [SKIP][67] ([Intel XE#455] / [Intel XE#488] / [Intel XE#5607])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@xe_ccs@block-multicopy-inplace.html

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

  * igt@xe_create@multigpu-create-massive-size:
    - shard-dg2-set2:     NOTRUN -> [SKIP][69] ([Intel XE#944])
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-466/igt@xe_create@multigpu-create-massive-size.html

  * igt@xe_eu_stall@invalid-sampling-rate:
    - shard-adlp:         NOTRUN -> [SKIP][70] ([Intel XE#5626])
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@xe_eu_stall@invalid-sampling-rate.html

  * igt@xe_eudebug_online@interrupt-other:
    - shard-dg2-set2:     NOTRUN -> [SKIP][71] ([Intel XE#4837]) +2 other tests skip
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-433/igt@xe_eudebug_online@interrupt-other.html

  * igt@xe_eudebug_online@reset-with-attention:
    - shard-adlp:         NOTRUN -> [SKIP][72] ([Intel XE#4837] / [Intel XE#5565]) +2 other tests skip
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@xe_eudebug_online@reset-with-attention.html

  * igt@xe_eudebug_sriov@deny-eudebug:
    - shard-dg2-set2:     NOTRUN -> [SKIP][73] ([Intel XE#4518])
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-433/igt@xe_eudebug_sriov@deny-eudebug.html

  * igt@xe_exec_basic@multigpu-no-exec-null-defer-bind:
    - shard-dg2-set2:     [PASS][74] -> [SKIP][75] ([Intel XE#1392]) +3 other tests skip
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-dg2-433/igt@xe_exec_basic@multigpu-no-exec-null-defer-bind.html
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-null-defer-bind.html

  * igt@xe_exec_basic@multigpu-once-userptr:
    - shard-adlp:         NOTRUN -> [SKIP][76] ([Intel XE#1392] / [Intel XE#5575]) +1 other test skip
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@xe_exec_basic@multigpu-once-userptr.html

  * igt@xe_exec_fault_mode@once-basic-imm:
    - shard-adlp:         NOTRUN -> [SKIP][77] ([Intel XE#288] / [Intel XE#5561]) +2 other tests skip
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@xe_exec_fault_mode@once-basic-imm.html

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

  * igt@xe_exec_system_allocator@many-execqueues-mmap-new-huge:
    - shard-dg2-set2:     NOTRUN -> [SKIP][79] ([Intel XE#4915]) +108 other tests skip
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-466/igt@xe_exec_system_allocator@many-execqueues-mmap-new-huge.html

  * igt@xe_exec_system_allocator@many-mmap-free-huge:
    - shard-bmg:          NOTRUN -> [SKIP][80] ([Intel XE#4943])
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-3/igt@xe_exec_system_allocator@many-mmap-free-huge.html

  * igt@xe_exec_system_allocator@processes-evict-malloc:
    - shard-adlp:         NOTRUN -> [SKIP][81] ([Intel XE#4915]) +38 other tests skip
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@xe_exec_system_allocator@processes-evict-malloc.html

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

  * igt@xe_module_load@many-reload:
    - shard-adlp:         [PASS][133] -> [DMESG-WARN][134] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#5244])
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-adlp-3/igt@xe_module_load@many-reload.html
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-3/igt@xe_module_load@many-reload.html

  * igt@xe_oa@polling-small-buf:
    - shard-dg2-set2:     NOTRUN -> [SKIP][135] ([Intel XE#3573]) +4 other tests skip
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-466/igt@xe_oa@polling-small-buf.html

  * igt@xe_oa@rc6-disable:
    - shard-adlp:         NOTRUN -> [SKIP][136] ([Intel XE#3573])
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@xe_oa@rc6-disable.html

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

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

  * igt@xe_pm@d3cold-basic:
    - shard-dg2-set2:     NOTRUN -> [SKIP][139] ([Intel XE#2284] / [Intel XE#366])
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-466/igt@xe_pm@d3cold-basic.html

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

  * igt@xe_pxp@display-black-pxp-fb:
    - shard-adlp:         NOTRUN -> [SKIP][141] ([Intel XE#4733])
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@xe_pxp@display-black-pxp-fb.html

  * igt@xe_pxp@pxp-src-to-pxp-dest-rendercopy:
    - shard-dg2-set2:     NOTRUN -> [SKIP][142] ([Intel XE#4733])
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-433/igt@xe_pxp@pxp-src-to-pxp-dest-rendercopy.html

  * igt@xe_pxp@pxp-termination-key-update-post-rpm:
    - shard-adlp:         NOTRUN -> [SKIP][143] ([Intel XE#4733] / [Intel XE#5594])
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@xe_pxp@pxp-termination-key-update-post-rpm.html

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

  
#### Possible fixes ####

  * igt@kms_async_flips@alternate-sync-async-flip:
    - shard-adlp:         [FAIL][145] ([Intel XE#6078]) -> [PASS][146] +1 other test pass
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-adlp-9/igt@kms_async_flips@alternate-sync-async-flip.html
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-8/igt@kms_async_flips@alternate-sync-async-flip.html

  * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
    - shard-bmg:          [SKIP][147] ([Intel XE#2291]) -> [PASS][148] +4 other tests pass
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-6/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-1/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic:
    - shard-bmg:          [FAIL][149] ([Intel XE#1475]) -> [PASS][150]
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-1/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-6/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@flip-vs-cursor-legacy:
    - shard-bmg:          [FAIL][151] ([Intel XE#4633]) -> [PASS][152]
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-6/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-2/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html

  * igt@kms_dp_link_training@non-uhbr-sst:
    - shard-bmg:          [SKIP][153] ([Intel XE#4354]) -> [PASS][154]
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-6/igt@kms_dp_link_training@non-uhbr-sst.html
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-1/igt@kms_dp_link_training@non-uhbr-sst.html

  * igt@kms_dp_linktrain_fallback@dp-fallback:
    - shard-bmg:          [SKIP][155] ([Intel XE#4294]) -> [PASS][156]
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-6/igt@kms_dp_linktrain_fallback@dp-fallback.html
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-2/igt@kms_dp_linktrain_fallback@dp-fallback.html

  * igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3:
    - shard-bmg:          [FAIL][157] ([Intel XE#3321]) -> [PASS][158] +1 other test pass
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-3/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html

  * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
    - shard-bmg:          [SKIP][159] ([Intel XE#2316]) -> [PASS][160] +4 other tests pass
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-6/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-1/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@d-hdmi-a1:
    - shard-adlp:         [DMESG-WARN][161] ([Intel XE#4543]) -> [PASS][162] +7 other tests pass
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-adlp-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-hdmi-a1.html
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-6/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-hdmi-a1.html

  * igt@kms_flip@flip-vs-expired-vblank@b-edp1:
    - shard-lnl:          [FAIL][163] ([Intel XE#301]) -> [PASS][164] +2 other tests pass
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html

  * igt@kms_hdr@invalid-metadata-sizes:
    - shard-bmg:          [SKIP][165] ([Intel XE#1503]) -> [PASS][166]
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-6/igt@kms_hdr@invalid-metadata-sizes.html
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-2/igt@kms_hdr@invalid-metadata-sizes.html

  * igt@kms_joiner@basic-force-big-joiner:
    - shard-bmg:          [SKIP][167] ([Intel XE#3012]) -> [PASS][168]
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-6/igt@kms_joiner@basic-force-big-joiner.html
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-1/igt@kms_joiner@basic-force-big-joiner.html

  * igt@kms_plane_scaling@2x-scaler-multi-pipe:
    - shard-bmg:          [SKIP][169] ([Intel XE#2571]) -> [PASS][170]
   [169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-6/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-1/igt@kms_plane_scaling@2x-scaler-multi-pipe.html

  * igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
    - shard-lnl:          [FAIL][171] ([Intel XE#2142]) -> [PASS][172] +1 other test pass
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-lnl-1/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-lnl-8/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html

  * igt@xe_exec_basic@multigpu-no-exec-basic-defer-mmap:
    - shard-dg2-set2:     [SKIP][173] ([Intel XE#1392]) -> [PASS][174] +4 other tests pass
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-basic-defer-mmap.html
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-466/igt@xe_exec_basic@multigpu-no-exec-basic-defer-mmap.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-large-execqueues-mmap-new-race:
    - shard-bmg:          [INCOMPLETE][175] -> [PASS][176]
   [175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-2/igt@xe_exec_system_allocator@threads-shared-vm-many-large-execqueues-mmap-new-race.html
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-3/igt@xe_exec_system_allocator@threads-shared-vm-many-large-execqueues-mmap-new-race.html

  * igt@xe_fault_injection@probe-fail-guc-xe_guc_mmio_send_recv:
    - shard-dg2-set2:     [DMESG-WARN][177] ([Intel XE#5893]) -> [PASS][178]
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-dg2-466/igt@xe_fault_injection@probe-fail-guc-xe_guc_mmio_send_recv.html
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-432/igt@xe_fault_injection@probe-fail-guc-xe_guc_mmio_send_recv.html

  
#### Warnings ####

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
    - shard-dg2-set2:     [INCOMPLETE][179] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#4345] / [Intel XE#6168]) -> [INCOMPLETE][180] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4345] / [Intel XE#4522])
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6:
    - shard-dg2-set2:     [DMESG-WARN][181] ([Intel XE#1727] / [Intel XE#3113]) -> [INCOMPLETE][182] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4522])
   [181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html

  * igt@kms_content_protection@srm:
    - shard-bmg:          [SKIP][183] ([Intel XE#2341]) -> [FAIL][184] ([Intel XE#1178])
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-6/igt@kms_content_protection@srm.html
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-2/igt@kms_content_protection@srm.html

  * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling:
    - shard-adlp:         [DMESG-FAIL][185] ([Intel XE#4543] / [Intel XE#4921]) -> [DMESG-FAIL][186] ([Intel XE#4921]) +1 other test dmesg-fail
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-adlp-1/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling.html
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-2/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt:
    - shard-bmg:          [SKIP][187] ([Intel XE#2311]) -> [SKIP][188] ([Intel XE#2312]) +5 other tests skip
   [187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt.html
   [188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff:
    - shard-bmg:          [SKIP][189] ([Intel XE#5390]) -> [SKIP][190] ([Intel XE#2312]) +3 other tests skip
   [189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff.html
   [190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
    - shard-bmg:          [SKIP][191] ([Intel XE#2312]) -> [SKIP][192] ([Intel XE#5390]) +10 other tests skip
   [191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
   [192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][193] ([Intel XE#2312]) -> [SKIP][194] ([Intel XE#2311]) +9 other tests skip
   [193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html
   [194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][195] ([Intel XE#2313]) -> [SKIP][196] ([Intel XE#2312]) +6 other tests skip
   [195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
   [196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff:
    - shard-bmg:          [SKIP][197] ([Intel XE#2312]) -> [SKIP][198] ([Intel XE#2313]) +11 other tests skip
   [197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff.html
   [198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-dg2-set2:     [SKIP][199] ([Intel XE#362]) -> [SKIP][200] ([Intel XE#1500])
   [199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
   [200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-435/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
    - shard-adlp:         [ABORT][201] ([Intel XE#5530]) -> [ABORT][202] ([Intel XE#4917] / [Intel XE#5530])
   [201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-adlp-2/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
   [202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-4/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
    - shard-bmg:          [ABORT][203] ([Intel XE#4917] / [Intel XE#5466] / [Intel XE#5530]) -> [ABORT][204] ([Intel XE#5466] / [Intel XE#5530])
   [203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-bmg-2/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
   [204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-bmg-3/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html

  * igt@xe_peer2peer@read:
    - shard-dg2-set2:     [SKIP][205] ([Intel XE#1061]) -> [FAIL][206] ([Intel XE#1173])
   [205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-dg2-432/igt@xe_peer2peer@read.html
   [206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-dg2-433/igt@xe_peer2peer@read.html

  * igt@xe_sriov_scheduling@equal-throughput:
    - shard-adlp:         [DMESG-FAIL][207] ([Intel XE#5213]) -> [ABORT][208] ([Intel XE#4917]) +1 other test abort
   [207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf/shard-adlp-9/igt@xe_sriov_scheduling@equal-throughput.html
   [208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-155409v2/shard-adlp-9/igt@xe_sriov_scheduling@equal-throughput.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#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#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
  [Intel XE#1475]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500
  [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
  [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
  [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
  [Intel XE#1874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1874
  [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
  [Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
  [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
  [Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
  [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
  [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
  [Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
  [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
  [Intel XE#2571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2571
  [Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
  [Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
  [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#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927
  [Intel XE#2953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2953
  [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#3012]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012
  [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
  [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
  [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
  [Intel XE#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310
  [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
  [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
  [Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
  [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
  [Intel XE#3442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3442
  [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
  [Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
  [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
  [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
  [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
  [Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
  [Intel XE#4173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4173
  [Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
  [Intel XE#4294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4294
  [Intel XE#4298]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298
  [Intel XE#4345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345
  [Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
  [Intel XE#4518]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4518
  [Intel XE#4522]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4522
  [Intel XE#4543]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4543
  [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
  [Intel XE#4633]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4633
  [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#4814]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4814
  [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
  [Intel XE#488]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/488
  [Intel XE#4915]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4915
  [Intel XE#4917]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4917
  [Intel XE#4921]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4921
  [Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
  [Intel XE#5208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5208
  [Intel XE#5213]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5213
  [Intel XE#5244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5244
  [Intel XE#5390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5390
  [Intel XE#5466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5466
  [Intel XE#5530]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5530
  [Intel XE#5561]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5561
  [Intel XE#5565]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5565
  [Intel XE#5575]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5575
  [Intel XE#5594]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5594
  [Intel XE#5607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5607
  [Intel XE#5626]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5626
  [Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
  [Intel XE#5890]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5890
  [Intel XE#5893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5893
  [Intel XE#6078]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6078
  [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
  [Intel XE#6168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6168
  [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
  [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
  [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
  [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
  [Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
  [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977


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

  * Linux: xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf -> xe-pw-155409v2

  IGT_8575: 7efc313da1339df43a1b11bba57fef6c1257e65f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-3872-5d520fdf951167ca881c7ebf831dedff629e6ccf: 5d520fdf951167ca881c7ebf831dedff629e6ccf
  xe-pw-155409v2: 155409v2

== Logs ==

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

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

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

end of thread, other threads:[~2025-10-06 20:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-03 23:48 [PATCH] drm/xe: Fix typos and improve kernel-doc comments in xe_gt Shuicheng Lin
2025-10-03 23:58 ` ✓ CI.KUnit: success for " Patchwork
2025-10-04  0:38 ` ✓ Xe.CI.BAT: " Patchwork
2025-10-04  1:45 ` ✓ Xe.CI.Full: " Patchwork
2025-10-06  7:26 ` [PATCH] " Jani Nikula
2025-10-06 15:13 ` [PATCH] drm/xe: Fix comments in xe_gt struct Shuicheng Lin
2025-10-06 18:46   ` Matthew Brost
2025-10-06 16:09 ` ✓ CI.KUnit: success for drm/xe: Fix typos and improve kernel-doc comments in xe_gt (rev2) Patchwork
2025-10-06 16:54 ` ✓ Xe.CI.BAT: " Patchwork
2025-10-06 20:13 ` ✓ Xe.CI.Full: " Patchwork

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