* [CI] drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL
@ 2025-12-09 0:14 Julia Filipchuk
2025-12-09 0:22 ` ✓ CI.KUnit: success for " Patchwork
` (5 more replies)
0 siblings, 6 replies; 8+ messages in thread
From: Julia Filipchuk @ 2025-12-09 0:14 UTC (permalink / raw)
To: intel-xe; +Cc: Julia Filipchuk
UAPI compatibility version 1.28.3
This patch is for testing only. If testing is successful the binary
blobs will replace the major versioned *_guc_70.bin files for given
platforms.
Signed-off-by: Julia Filipchuk <julia.filipchuk@intel.com>
---
drivers/gpu/drm/xe/xe_uc_fw.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
index b4cd6226ad31..e01e6bf357f0 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -117,9 +117,9 @@ struct fw_blobs_by_type {
#define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \
fw_def(CRESCENTISLAND, GT_TYPE_ANY, mmp_ver(xe, guc, cri, 70, 49, 4)) \
fw_def(NOVALAKE_S, GT_TYPE_ANY, mmp_ver(xe, guc, nvl, 70, 49, 4)) \
- fw_def(PANTHERLAKE, GT_TYPE_ANY, major_ver(xe, guc, ptl, 70, 49, 4)) \
- fw_def(BATTLEMAGE, GT_TYPE_ANY, major_ver(xe, guc, bmg, 70, 49, 4)) \
- fw_def(LUNARLAKE, GT_TYPE_ANY, major_ver(xe, guc, lnl, 70, 45, 2)) \
+ fw_def(PANTHERLAKE, GT_TYPE_ANY, mmp_ver(xe, guc, ptl, 70, 55, 3)) \
+ fw_def(BATTLEMAGE, GT_TYPE_ANY, mmp_ver(xe, guc, bmg, 70, 55, 3)) \
+ fw_def(LUNARLAKE, GT_TYPE_ANY, mmp_ver(xe, guc, lnl, 70, 55, 3)) \
fw_def(METEORLAKE, GT_TYPE_ANY, major_ver(i915, guc, mtl, 70, 44, 1)) \
fw_def(PVC, GT_TYPE_ANY, mmp_ver(xe, guc, pvc, 70, 44, 1)) \
fw_def(DG2, GT_TYPE_ANY, major_ver(i915, guc, dg2, 70, 45, 2)) \
--
2.51.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL
2025-12-09 0:14 [CI] drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL Julia Filipchuk
@ 2025-12-09 0:22 ` Patchwork
2025-12-09 1:27 ` ✓ Xe.CI.BAT: " Patchwork
` (4 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-12-09 0:22 UTC (permalink / raw)
To: Julia Filipchuk; +Cc: intel-xe
== Series Details ==
Series: drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL
URL : https://patchwork.freedesktop.org/series/158660/
State : success
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[00:21:07] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[00:21:11] 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
[00:21:41] Starting KUnit Kernel (1/1)...
[00:21:41] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[00:21:41] ================== guc_buf (11 subtests) ===================
[00:21:41] [PASSED] test_smallest
[00:21:41] [PASSED] test_largest
[00:21:41] [PASSED] test_granular
[00:21:41] [PASSED] test_unique
[00:21:41] [PASSED] test_overlap
[00:21:41] [PASSED] test_reusable
[00:21:41] [PASSED] test_too_big
[00:21:41] [PASSED] test_flush
[00:21:41] [PASSED] test_lookup
[00:21:41] [PASSED] test_data
[00:21:41] [PASSED] test_class
[00:21:41] ===================== [PASSED] guc_buf =====================
[00:21:41] =================== guc_dbm (7 subtests) ===================
[00:21:41] [PASSED] test_empty
[00:21:41] [PASSED] test_default
[00:21:41] ======================== test_size ========================
[00:21:41] [PASSED] 4
[00:21:41] [PASSED] 8
[00:21:41] [PASSED] 32
[00:21:41] [PASSED] 256
[00:21:41] ==================== [PASSED] test_size ====================
[00:21:41] ======================= test_reuse ========================
[00:21:41] [PASSED] 4
[00:21:41] [PASSED] 8
[00:21:41] [PASSED] 32
[00:21:41] [PASSED] 256
[00:21:41] =================== [PASSED] test_reuse ====================
[00:21:41] =================== test_range_overlap ====================
[00:21:41] [PASSED] 4
[00:21:41] [PASSED] 8
[00:21:41] [PASSED] 32
[00:21:41] [PASSED] 256
[00:21:41] =============== [PASSED] test_range_overlap ================
[00:21:41] =================== test_range_compact ====================
[00:21:41] [PASSED] 4
[00:21:41] [PASSED] 8
[00:21:41] [PASSED] 32
[00:21:41] [PASSED] 256
[00:21:41] =============== [PASSED] test_range_compact ================
[00:21:41] ==================== test_range_spare =====================
[00:21:41] [PASSED] 4
[00:21:41] [PASSED] 8
[00:21:41] [PASSED] 32
[00:21:41] [PASSED] 256
[00:21:41] ================ [PASSED] test_range_spare =================
[00:21:41] ===================== [PASSED] guc_dbm =====================
[00:21:41] =================== guc_idm (6 subtests) ===================
[00:21:41] [PASSED] bad_init
[00:21:41] [PASSED] no_init
[00:21:41] [PASSED] init_fini
[00:21:41] [PASSED] check_used
[00:21:41] [PASSED] check_quota
[00:21:41] [PASSED] check_all
[00:21:41] ===================== [PASSED] guc_idm =====================
[00:21:41] ================== no_relay (3 subtests) ===================
[00:21:41] [PASSED] xe_drops_guc2pf_if_not_ready
[00:21:41] [PASSED] xe_drops_guc2vf_if_not_ready
[00:21:41] [PASSED] xe_rejects_send_if_not_ready
[00:21:41] ==================== [PASSED] no_relay =====================
[00:21:41] ================== pf_relay (14 subtests) ==================
[00:21:41] [PASSED] pf_rejects_guc2pf_too_short
[00:21:41] [PASSED] pf_rejects_guc2pf_too_long
[00:21:41] [PASSED] pf_rejects_guc2pf_no_payload
[00:21:41] [PASSED] pf_fails_no_payload
[00:21:41] [PASSED] pf_fails_bad_origin
[00:21:41] [PASSED] pf_fails_bad_type
[00:21:41] [PASSED] pf_txn_reports_error
[00:21:41] [PASSED] pf_txn_sends_pf2guc
[00:21:41] [PASSED] pf_sends_pf2guc
[00:21:41] [SKIPPED] pf_loopback_nop
[00:21:41] [SKIPPED] pf_loopback_echo
[00:21:41] [SKIPPED] pf_loopback_fail
[00:21:41] [SKIPPED] pf_loopback_busy
[00:21:41] [SKIPPED] pf_loopback_retry
[00:21:41] ==================== [PASSED] pf_relay =====================
[00:21:41] ================== vf_relay (3 subtests) ===================
[00:21:41] [PASSED] vf_rejects_guc2vf_too_short
[00:21:41] [PASSED] vf_rejects_guc2vf_too_long
[00:21:41] [PASSED] vf_rejects_guc2vf_no_payload
[00:21:41] ==================== [PASSED] vf_relay =====================
[00:21:41] ================ pf_gt_config (6 subtests) =================
[00:21:41] [PASSED] fair_contexts_1vf
[00:21:41] [PASSED] fair_doorbells_1vf
[00:21:41] [PASSED] fair_ggtt_1vf
[00:21:41] ====================== fair_contexts ======================
[00:21:41] [PASSED] 1 VF
[00:21:41] [PASSED] 2 VFs
[00:21:41] [PASSED] 3 VFs
[00:21:41] [PASSED] 4 VFs
[00:21:41] [PASSED] 5 VFs
[00:21:41] [PASSED] 6 VFs
[00:21:41] [PASSED] 7 VFs
[00:21:41] [PASSED] 8 VFs
[00:21:41] [PASSED] 9 VFs
[00:21:41] [PASSED] 10 VFs
[00:21:41] [PASSED] 11 VFs
[00:21:41] [PASSED] 12 VFs
[00:21:41] [PASSED] 13 VFs
[00:21:41] [PASSED] 14 VFs
[00:21:41] [PASSED] 15 VFs
[00:21:41] [PASSED] 16 VFs
[00:21:41] [PASSED] 17 VFs
[00:21:41] [PASSED] 18 VFs
[00:21:41] [PASSED] 19 VFs
[00:21:41] [PASSED] 20 VFs
[00:21:41] [PASSED] 21 VFs
[00:21:41] [PASSED] 22 VFs
[00:21:41] [PASSED] 23 VFs
[00:21:41] [PASSED] 24 VFs
[00:21:41] [PASSED] 25 VFs
[00:21:41] [PASSED] 26 VFs
[00:21:41] [PASSED] 27 VFs
[00:21:41] [PASSED] 28 VFs
[00:21:41] [PASSED] 29 VFs
[00:21:41] [PASSED] 30 VFs
[00:21:41] [PASSED] 31 VFs
[00:21:41] [PASSED] 32 VFs
[00:21:41] [PASSED] 33 VFs
[00:21:41] [PASSED] 34 VFs
[00:21:41] [PASSED] 35 VFs
[00:21:41] [PASSED] 36 VFs
[00:21:41] [PASSED] 37 VFs
[00:21:41] [PASSED] 38 VFs
[00:21:41] [PASSED] 39 VFs
[00:21:41] [PASSED] 40 VFs
[00:21:41] [PASSED] 41 VFs
[00:21:41] [PASSED] 42 VFs
[00:21:41] [PASSED] 43 VFs
[00:21:41] [PASSED] 44 VFs
[00:21:41] [PASSED] 45 VFs
[00:21:41] [PASSED] 46 VFs
[00:21:41] [PASSED] 47 VFs
[00:21:41] [PASSED] 48 VFs
[00:21:41] [PASSED] 49 VFs
[00:21:41] [PASSED] 50 VFs
[00:21:41] [PASSED] 51 VFs
[00:21:41] [PASSED] 52 VFs
[00:21:41] [PASSED] 53 VFs
[00:21:41] [PASSED] 54 VFs
[00:21:41] [PASSED] 55 VFs
[00:21:41] [PASSED] 56 VFs
[00:21:41] [PASSED] 57 VFs
[00:21:41] [PASSED] 58 VFs
[00:21:41] [PASSED] 59 VFs
[00:21:41] [PASSED] 60 VFs
[00:21:41] [PASSED] 61 VFs
[00:21:41] [PASSED] 62 VFs
[00:21:41] [PASSED] 63 VFs
[00:21:41] ================== [PASSED] fair_contexts ==================
[00:21:41] ===================== fair_doorbells ======================
[00:21:41] [PASSED] 1 VF
[00:21:41] [PASSED] 2 VFs
[00:21:41] [PASSED] 3 VFs
[00:21:41] [PASSED] 4 VFs
[00:21:41] [PASSED] 5 VFs
[00:21:41] [PASSED] 6 VFs
[00:21:41] [PASSED] 7 VFs
[00:21:41] [PASSED] 8 VFs
[00:21:41] [PASSED] 9 VFs
[00:21:41] [PASSED] 10 VFs
[00:21:41] [PASSED] 11 VFs
[00:21:41] [PASSED] 12 VFs
[00:21:41] [PASSED] 13 VFs
[00:21:41] [PASSED] 14 VFs
[00:21:41] [PASSED] 15 VFs
[00:21:41] [PASSED] 16 VFs
[00:21:41] [PASSED] 17 VFs
[00:21:41] [PASSED] 18 VFs
[00:21:41] [PASSED] 19 VFs
[00:21:41] [PASSED] 20 VFs
[00:21:42] [PASSED] 21 VFs
[00:21:42] [PASSED] 22 VFs
[00:21:42] [PASSED] 23 VFs
[00:21:42] [PASSED] 24 VFs
[00:21:42] [PASSED] 25 VFs
[00:21:42] [PASSED] 26 VFs
[00:21:42] [PASSED] 27 VFs
[00:21:42] [PASSED] 28 VFs
[00:21:42] [PASSED] 29 VFs
[00:21:42] [PASSED] 30 VFs
[00:21:42] [PASSED] 31 VFs
[00:21:42] [PASSED] 32 VFs
[00:21:42] [PASSED] 33 VFs
[00:21:42] [PASSED] 34 VFs
[00:21:42] [PASSED] 35 VFs
[00:21:42] [PASSED] 36 VFs
[00:21:42] [PASSED] 37 VFs
[00:21:42] [PASSED] 38 VFs
[00:21:42] [PASSED] 39 VFs
[00:21:42] [PASSED] 40 VFs
[00:21:42] [PASSED] 41 VFs
[00:21:42] [PASSED] 42 VFs
[00:21:42] [PASSED] 43 VFs
[00:21:42] [PASSED] 44 VFs
[00:21:42] [PASSED] 45 VFs
[00:21:42] [PASSED] 46 VFs
[00:21:42] [PASSED] 47 VFs
[00:21:42] [PASSED] 48 VFs
[00:21:42] [PASSED] 49 VFs
[00:21:42] [PASSED] 50 VFs
[00:21:42] [PASSED] 51 VFs
[00:21:42] [PASSED] 52 VFs
[00:21:42] [PASSED] 53 VFs
[00:21:42] [PASSED] 54 VFs
[00:21:42] [PASSED] 55 VFs
[00:21:42] [PASSED] 56 VFs
[00:21:42] [PASSED] 57 VFs
[00:21:42] [PASSED] 58 VFs
[00:21:42] [PASSED] 59 VFs
[00:21:42] [PASSED] 60 VFs
[00:21:42] [PASSED] 61 VFs
[00:21:42] [PASSED] 62 VFs
[00:21:42] [PASSED] 63 VFs
[00:21:42] ================= [PASSED] fair_doorbells ==================
[00:21:42] ======================== fair_ggtt ========================
[00:21:42] [PASSED] 1 VF
[00:21:42] [PASSED] 2 VFs
[00:21:42] [PASSED] 3 VFs
[00:21:42] [PASSED] 4 VFs
[00:21:42] [PASSED] 5 VFs
[00:21:42] [PASSED] 6 VFs
[00:21:42] [PASSED] 7 VFs
[00:21:42] [PASSED] 8 VFs
[00:21:42] [PASSED] 9 VFs
[00:21:42] [PASSED] 10 VFs
[00:21:42] [PASSED] 11 VFs
[00:21:42] [PASSED] 12 VFs
[00:21:42] [PASSED] 13 VFs
[00:21:42] [PASSED] 14 VFs
[00:21:42] [PASSED] 15 VFs
[00:21:42] [PASSED] 16 VFs
[00:21:42] [PASSED] 17 VFs
[00:21:42] [PASSED] 18 VFs
[00:21:42] [PASSED] 19 VFs
[00:21:42] [PASSED] 20 VFs
[00:21:42] [PASSED] 21 VFs
[00:21:42] [PASSED] 22 VFs
[00:21:42] [PASSED] 23 VFs
[00:21:42] [PASSED] 24 VFs
[00:21:42] [PASSED] 25 VFs
[00:21:42] [PASSED] 26 VFs
[00:21:42] [PASSED] 27 VFs
[00:21:42] [PASSED] 28 VFs
[00:21:42] [PASSED] 29 VFs
[00:21:42] [PASSED] 30 VFs
[00:21:42] [PASSED] 31 VFs
[00:21:42] [PASSED] 32 VFs
[00:21:42] [PASSED] 33 VFs
[00:21:42] [PASSED] 34 VFs
[00:21:42] [PASSED] 35 VFs
[00:21:42] [PASSED] 36 VFs
[00:21:42] [PASSED] 37 VFs
[00:21:42] [PASSED] 38 VFs
[00:21:42] [PASSED] 39 VFs
[00:21:42] [PASSED] 40 VFs
[00:21:42] [PASSED] 41 VFs
[00:21:42] [PASSED] 42 VFs
[00:21:42] [PASSED] 43 VFs
[00:21:42] [PASSED] 44 VFs
[00:21:42] [PASSED] 45 VFs
[00:21:42] [PASSED] 46 VFs
[00:21:42] [PASSED] 47 VFs
[00:21:42] [PASSED] 48 VFs
[00:21:42] [PASSED] 49 VFs
[00:21:42] [PASSED] 50 VFs
[00:21:42] [PASSED] 51 VFs
[00:21:42] [PASSED] 52 VFs
[00:21:42] [PASSED] 53 VFs
[00:21:42] [PASSED] 54 VFs
[00:21:42] [PASSED] 55 VFs
[00:21:42] [PASSED] 56 VFs
[00:21:42] [PASSED] 57 VFs
[00:21:42] [PASSED] 58 VFs
[00:21:42] [PASSED] 59 VFs
[00:21:42] [PASSED] 60 VFs
[00:21:42] [PASSED] 61 VFs
[00:21:42] [PASSED] 62 VFs
[00:21:42] [PASSED] 63 VFs
[00:21:42] ==================== [PASSED] fair_ggtt ====================
[00:21:42] ================== [PASSED] pf_gt_config ===================
[00:21:42] ===================== lmtt (1 subtest) =====================
[00:21:42] ======================== test_ops =========================
[00:21:42] [PASSED] 2-level
[00:21:42] [PASSED] multi-level
[00:21:42] ==================== [PASSED] test_ops =====================
[00:21:42] ====================== [PASSED] lmtt =======================
[00:21:42] ================= pf_service (11 subtests) =================
[00:21:42] [PASSED] pf_negotiate_any
[00:21:42] [PASSED] pf_negotiate_base_match
[00:21:42] [PASSED] pf_negotiate_base_newer
[00:21:42] [PASSED] pf_negotiate_base_next
[00:21:42] [SKIPPED] pf_negotiate_base_older
[00:21:42] [PASSED] pf_negotiate_base_prev
[00:21:42] [PASSED] pf_negotiate_latest_match
[00:21:42] [PASSED] pf_negotiate_latest_newer
[00:21:42] [PASSED] pf_negotiate_latest_next
[00:21:42] [SKIPPED] pf_negotiate_latest_older
[00:21:42] [SKIPPED] pf_negotiate_latest_prev
[00:21:42] =================== [PASSED] pf_service ====================
[00:21:42] ================= xe_guc_g2g (2 subtests) ==================
[00:21:42] ============== xe_live_guc_g2g_kunit_default ==============
[00:21:42] ========= [SKIPPED] xe_live_guc_g2g_kunit_default ==========
[00:21:42] ============== xe_live_guc_g2g_kunit_allmem ===============
[00:21:42] ========== [SKIPPED] xe_live_guc_g2g_kunit_allmem ==========
[00:21:42] =================== [SKIPPED] xe_guc_g2g ===================
[00:21:42] =================== xe_mocs (2 subtests) ===================
[00:21:42] ================ xe_live_mocs_kernel_kunit ================
[00:21:42] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[00:21:42] ================ xe_live_mocs_reset_kunit =================
[00:21:42] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[00:21:42] ==================== [SKIPPED] xe_mocs =====================
[00:21:42] ================= xe_migrate (2 subtests) ==================
[00:21:42] ================= xe_migrate_sanity_kunit =================
[00:21:42] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[00:21:42] ================== xe_validate_ccs_kunit ==================
[00:21:42] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[00:21:42] =================== [SKIPPED] xe_migrate ===================
[00:21:42] ================== xe_dma_buf (1 subtest) ==================
[00:21:42] ==================== xe_dma_buf_kunit =====================
[00:21:42] ================ [SKIPPED] xe_dma_buf_kunit ================
[00:21:42] =================== [SKIPPED] xe_dma_buf ===================
[00:21:42] ================= xe_bo_shrink (1 subtest) =================
[00:21:42] =================== xe_bo_shrink_kunit ====================
[00:21:42] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[00:21:42] ================== [SKIPPED] xe_bo_shrink ==================
[00:21:42] ==================== xe_bo (2 subtests) ====================
[00:21:42] ================== xe_ccs_migrate_kunit ===================
[00:21:42] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[00:21:42] ==================== xe_bo_evict_kunit ====================
[00:21:42] =============== [SKIPPED] xe_bo_evict_kunit ================
[00:21:42] ===================== [SKIPPED] xe_bo ======================
[00:21:42] ==================== args (11 subtests) ====================
[00:21:42] [PASSED] count_args_test
[00:21:42] [PASSED] call_args_example
[00:21:42] [PASSED] call_args_test
[00:21:42] [PASSED] drop_first_arg_example
[00:21:42] [PASSED] drop_first_arg_test
[00:21:42] [PASSED] first_arg_example
[00:21:42] [PASSED] first_arg_test
[00:21:42] [PASSED] last_arg_example
[00:21:42] [PASSED] last_arg_test
[00:21:42] [PASSED] pick_arg_example
[00:21:42] [PASSED] sep_comma_example
[00:21:42] ====================== [PASSED] args =======================
[00:21:42] =================== xe_pci (3 subtests) ====================
[00:21:42] ==================== check_graphics_ip ====================
[00:21:42] [PASSED] 12.00 Xe_LP
[00:21:42] [PASSED] 12.10 Xe_LP+
[00:21:42] [PASSED] 12.55 Xe_HPG
[00:21:42] [PASSED] 12.60 Xe_HPC
[00:21:42] [PASSED] 12.70 Xe_LPG
[00:21:42] [PASSED] 12.71 Xe_LPG
[00:21:42] [PASSED] 12.74 Xe_LPG+
[00:21:42] [PASSED] 20.01 Xe2_HPG
[00:21:42] [PASSED] 20.02 Xe2_HPG
[00:21:42] [PASSED] 20.04 Xe2_LPG
[00:21:42] [PASSED] 30.00 Xe3_LPG
[00:21:42] [PASSED] 30.01 Xe3_LPG
[00:21:42] [PASSED] 30.03 Xe3_LPG
[00:21:42] [PASSED] 30.04 Xe3_LPG
[00:21:42] [PASSED] 30.05 Xe3_LPG
[00:21:42] [PASSED] 35.11 Xe3p_XPC
[00:21:42] ================ [PASSED] check_graphics_ip ================
[00:21:42] ===================== check_media_ip ======================
[00:21:42] [PASSED] 12.00 Xe_M
[00:21:42] [PASSED] 12.55 Xe_HPM
[00:21:42] [PASSED] 13.00 Xe_LPM+
[00:21:42] [PASSED] 13.01 Xe2_HPM
[00:21:42] [PASSED] 20.00 Xe2_LPM
[00:21:42] [PASSED] 30.00 Xe3_LPM
[00:21:42] [PASSED] 30.02 Xe3_LPM
[00:21:42] [PASSED] 35.00 Xe3p_LPM
[00:21:42] [PASSED] 35.03 Xe3p_HPM
[00:21:42] ================= [PASSED] check_media_ip ==================
[00:21:42] =================== check_platform_desc ===================
[00:21:42] [PASSED] 0x9A60 (TIGERLAKE)
[00:21:42] [PASSED] 0x9A68 (TIGERLAKE)
[00:21:42] [PASSED] 0x9A70 (TIGERLAKE)
[00:21:42] [PASSED] 0x9A40 (TIGERLAKE)
[00:21:42] [PASSED] 0x9A49 (TIGERLAKE)
[00:21:42] [PASSED] 0x9A59 (TIGERLAKE)
[00:21:42] [PASSED] 0x9A78 (TIGERLAKE)
[00:21:42] [PASSED] 0x9AC0 (TIGERLAKE)
[00:21:42] [PASSED] 0x9AC9 (TIGERLAKE)
[00:21:42] [PASSED] 0x9AD9 (TIGERLAKE)
[00:21:42] [PASSED] 0x9AF8 (TIGERLAKE)
[00:21:42] [PASSED] 0x4C80 (ROCKETLAKE)
[00:21:42] [PASSED] 0x4C8A (ROCKETLAKE)
[00:21:42] [PASSED] 0x4C8B (ROCKETLAKE)
[00:21:42] [PASSED] 0x4C8C (ROCKETLAKE)
[00:21:42] [PASSED] 0x4C90 (ROCKETLAKE)
[00:21:42] [PASSED] 0x4C9A (ROCKETLAKE)
[00:21:42] [PASSED] 0x4680 (ALDERLAKE_S)
[00:21:42] [PASSED] 0x4682 (ALDERLAKE_S)
[00:21:42] [PASSED] 0x4688 (ALDERLAKE_S)
[00:21:42] [PASSED] 0x468A (ALDERLAKE_S)
[00:21:42] [PASSED] 0x468B (ALDERLAKE_S)
[00:21:42] [PASSED] 0x4690 (ALDERLAKE_S)
[00:21:42] [PASSED] 0x4692 (ALDERLAKE_S)
[00:21:42] [PASSED] 0x4693 (ALDERLAKE_S)
[00:21:42] [PASSED] 0x46A0 (ALDERLAKE_P)
[00:21:42] [PASSED] 0x46A1 (ALDERLAKE_P)
[00:21:42] [PASSED] 0x46A2 (ALDERLAKE_P)
[00:21:42] [PASSED] 0x46A3 (ALDERLAKE_P)
[00:21:42] [PASSED] 0x46A6 (ALDERLAKE_P)
[00:21:42] [PASSED] 0x46A8 (ALDERLAKE_P)
[00:21:42] [PASSED] 0x46AA (ALDERLAKE_P)
[00:21:42] [PASSED] 0x462A (ALDERLAKE_P)
[00:21:42] [PASSED] 0x4626 (ALDERLAKE_P)
[00:21:42] [PASSED] 0x4628 (ALDERLAKE_P)
[00:21:42] [PASSED] 0x46B0 (ALDERLAKE_P)
stty: 'standard input': Inappropriate ioctl for device
[00:21:42] [PASSED] 0x46B1 (ALDERLAKE_P)
[00:21:42] [PASSED] 0x46B2 (ALDERLAKE_P)
[00:21:42] [PASSED] 0x46B3 (ALDERLAKE_P)
[00:21:42] [PASSED] 0x46C0 (ALDERLAKE_P)
[00:21:42] [PASSED] 0x46C1 (ALDERLAKE_P)
[00:21:42] [PASSED] 0x46C2 (ALDERLAKE_P)
[00:21:42] [PASSED] 0x46C3 (ALDERLAKE_P)
[00:21:42] [PASSED] 0x46D0 (ALDERLAKE_N)
[00:21:42] [PASSED] 0x46D1 (ALDERLAKE_N)
[00:21:42] [PASSED] 0x46D2 (ALDERLAKE_N)
[00:21:42] [PASSED] 0x46D3 (ALDERLAKE_N)
[00:21:42] [PASSED] 0x46D4 (ALDERLAKE_N)
[00:21:42] [PASSED] 0xA721 (ALDERLAKE_P)
[00:21:42] [PASSED] 0xA7A1 (ALDERLAKE_P)
[00:21:42] [PASSED] 0xA7A9 (ALDERLAKE_P)
[00:21:42] [PASSED] 0xA7AC (ALDERLAKE_P)
[00:21:42] [PASSED] 0xA7AD (ALDERLAKE_P)
[00:21:42] [PASSED] 0xA720 (ALDERLAKE_P)
[00:21:42] [PASSED] 0xA7A0 (ALDERLAKE_P)
[00:21:42] [PASSED] 0xA7A8 (ALDERLAKE_P)
[00:21:42] [PASSED] 0xA7AA (ALDERLAKE_P)
[00:21:42] [PASSED] 0xA7AB (ALDERLAKE_P)
[00:21:42] [PASSED] 0xA780 (ALDERLAKE_S)
[00:21:42] [PASSED] 0xA781 (ALDERLAKE_S)
[00:21:42] [PASSED] 0xA782 (ALDERLAKE_S)
[00:21:42] [PASSED] 0xA783 (ALDERLAKE_S)
[00:21:42] [PASSED] 0xA788 (ALDERLAKE_S)
[00:21:42] [PASSED] 0xA789 (ALDERLAKE_S)
[00:21:42] [PASSED] 0xA78A (ALDERLAKE_S)
[00:21:42] [PASSED] 0xA78B (ALDERLAKE_S)
[00:21:42] [PASSED] 0x4905 (DG1)
[00:21:42] [PASSED] 0x4906 (DG1)
[00:21:42] [PASSED] 0x4907 (DG1)
[00:21:42] [PASSED] 0x4908 (DG1)
[00:21:42] [PASSED] 0x4909 (DG1)
[00:21:42] [PASSED] 0x56C0 (DG2)
[00:21:42] [PASSED] 0x56C2 (DG2)
[00:21:42] [PASSED] 0x56C1 (DG2)
[00:21:42] [PASSED] 0x7D51 (METEORLAKE)
[00:21:42] [PASSED] 0x7DD1 (METEORLAKE)
[00:21:42] [PASSED] 0x7D41 (METEORLAKE)
[00:21:42] [PASSED] 0x7D67 (METEORLAKE)
[00:21:42] [PASSED] 0xB640 (METEORLAKE)
[00:21:42] [PASSED] 0x56A0 (DG2)
[00:21:42] [PASSED] 0x56A1 (DG2)
[00:21:42] [PASSED] 0x56A2 (DG2)
[00:21:42] [PASSED] 0x56BE (DG2)
[00:21:42] [PASSED] 0x56BF (DG2)
[00:21:42] [PASSED] 0x5690 (DG2)
[00:21:42] [PASSED] 0x5691 (DG2)
[00:21:42] [PASSED] 0x5692 (DG2)
[00:21:42] [PASSED] 0x56A5 (DG2)
[00:21:42] [PASSED] 0x56A6 (DG2)
[00:21:42] [PASSED] 0x56B0 (DG2)
[00:21:42] [PASSED] 0x56B1 (DG2)
[00:21:42] [PASSED] 0x56BA (DG2)
[00:21:42] [PASSED] 0x56BB (DG2)
[00:21:42] [PASSED] 0x56BC (DG2)
[00:21:42] [PASSED] 0x56BD (DG2)
[00:21:42] [PASSED] 0x5693 (DG2)
[00:21:42] [PASSED] 0x5694 (DG2)
[00:21:42] [PASSED] 0x5695 (DG2)
[00:21:42] [PASSED] 0x56A3 (DG2)
[00:21:42] [PASSED] 0x56A4 (DG2)
[00:21:42] [PASSED] 0x56B2 (DG2)
[00:21:42] [PASSED] 0x56B3 (DG2)
[00:21:42] [PASSED] 0x5696 (DG2)
[00:21:42] [PASSED] 0x5697 (DG2)
[00:21:42] [PASSED] 0xB69 (PVC)
[00:21:42] [PASSED] 0xB6E (PVC)
[00:21:42] [PASSED] 0xBD4 (PVC)
[00:21:42] [PASSED] 0xBD5 (PVC)
[00:21:42] [PASSED] 0xBD6 (PVC)
[00:21:42] [PASSED] 0xBD7 (PVC)
[00:21:42] [PASSED] 0xBD8 (PVC)
[00:21:42] [PASSED] 0xBD9 (PVC)
[00:21:42] [PASSED] 0xBDA (PVC)
[00:21:42] [PASSED] 0xBDB (PVC)
[00:21:42] [PASSED] 0xBE0 (PVC)
[00:21:42] [PASSED] 0xBE1 (PVC)
[00:21:42] [PASSED] 0xBE5 (PVC)
[00:21:42] [PASSED] 0x7D40 (METEORLAKE)
[00:21:42] [PASSED] 0x7D45 (METEORLAKE)
[00:21:42] [PASSED] 0x7D55 (METEORLAKE)
[00:21:42] [PASSED] 0x7D60 (METEORLAKE)
[00:21:42] [PASSED] 0x7DD5 (METEORLAKE)
[00:21:42] [PASSED] 0x6420 (LUNARLAKE)
[00:21:42] [PASSED] 0x64A0 (LUNARLAKE)
[00:21:42] [PASSED] 0x64B0 (LUNARLAKE)
[00:21:42] [PASSED] 0xE202 (BATTLEMAGE)
[00:21:42] [PASSED] 0xE209 (BATTLEMAGE)
[00:21:42] [PASSED] 0xE20B (BATTLEMAGE)
[00:21:42] [PASSED] 0xE20C (BATTLEMAGE)
[00:21:42] [PASSED] 0xE20D (BATTLEMAGE)
[00:21:42] [PASSED] 0xE210 (BATTLEMAGE)
[00:21:42] [PASSED] 0xE211 (BATTLEMAGE)
[00:21:42] [PASSED] 0xE212 (BATTLEMAGE)
[00:21:42] [PASSED] 0xE216 (BATTLEMAGE)
[00:21:42] [PASSED] 0xE220 (BATTLEMAGE)
[00:21:42] [PASSED] 0xE221 (BATTLEMAGE)
[00:21:42] [PASSED] 0xE222 (BATTLEMAGE)
[00:21:42] [PASSED] 0xE223 (BATTLEMAGE)
[00:21:42] [PASSED] 0xB080 (PANTHERLAKE)
[00:21:42] [PASSED] 0xB081 (PANTHERLAKE)
[00:21:42] [PASSED] 0xB082 (PANTHERLAKE)
[00:21:42] [PASSED] 0xB083 (PANTHERLAKE)
[00:21:42] [PASSED] 0xB084 (PANTHERLAKE)
[00:21:42] [PASSED] 0xB085 (PANTHERLAKE)
[00:21:42] [PASSED] 0xB086 (PANTHERLAKE)
[00:21:42] [PASSED] 0xB087 (PANTHERLAKE)
[00:21:42] [PASSED] 0xB08F (PANTHERLAKE)
[00:21:42] [PASSED] 0xB090 (PANTHERLAKE)
[00:21:42] [PASSED] 0xB0A0 (PANTHERLAKE)
[00:21:42] [PASSED] 0xB0B0 (PANTHERLAKE)
[00:21:42] [PASSED] 0xD740 (NOVALAKE_S)
[00:21:42] [PASSED] 0xD741 (NOVALAKE_S)
[00:21:42] [PASSED] 0xD742 (NOVALAKE_S)
[00:21:42] [PASSED] 0xD743 (NOVALAKE_S)
[00:21:42] [PASSED] 0xD744 (NOVALAKE_S)
[00:21:42] [PASSED] 0xD745 (NOVALAKE_S)
[00:21:42] [PASSED] 0x674C (CRESCENTISLAND)
[00:21:42] [PASSED] 0xFD80 (PANTHERLAKE)
[00:21:42] [PASSED] 0xFD81 (PANTHERLAKE)
[00:21:42] =============== [PASSED] check_platform_desc ===============
[00:21:42] ===================== [PASSED] xe_pci ======================
[00:21:42] =================== xe_rtp (2 subtests) ====================
[00:21:42] =============== xe_rtp_process_to_sr_tests ================
[00:21:42] [PASSED] coalesce-same-reg
[00:21:42] [PASSED] no-match-no-add
[00:21:42] [PASSED] match-or
[00:21:42] [PASSED] match-or-xfail
[00:21:42] [PASSED] no-match-no-add-multiple-rules
[00:21:42] [PASSED] two-regs-two-entries
[00:21:42] [PASSED] clr-one-set-other
[00:21:42] [PASSED] set-field
[00:21:42] [PASSED] conflict-duplicate
[00:21:42] [PASSED] conflict-not-disjoint
[00:21:42] [PASSED] conflict-reg-type
[00:21:42] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[00:21:42] ================== xe_rtp_process_tests ===================
[00:21:42] [PASSED] active1
[00:21:42] [PASSED] active2
[00:21:42] [PASSED] active-inactive
[00:21:42] [PASSED] inactive-active
[00:21:42] [PASSED] inactive-1st_or_active-inactive
[00:21:42] [PASSED] inactive-2nd_or_active-inactive
[00:21:42] [PASSED] inactive-last_or_active-inactive
[00:21:42] [PASSED] inactive-no_or_active-inactive
[00:21:42] ============== [PASSED] xe_rtp_process_tests ===============
[00:21:42] ===================== [PASSED] xe_rtp ======================
[00:21:42] ==================== xe_wa (1 subtest) =====================
[00:21:42] ======================== xe_wa_gt =========================
[00:21:42] [PASSED] TIGERLAKE B0
[00:21:42] [PASSED] DG1 A0
[00:21:42] [PASSED] DG1 B0
[00:21:42] [PASSED] ALDERLAKE_S A0
[00:21:42] [PASSED] ALDERLAKE_S B0
[00:21:42] [PASSED] ALDERLAKE_S C0
[00:21:42] [PASSED] ALDERLAKE_S D0
[00:21:42] [PASSED] ALDERLAKE_P A0
[00:21:42] [PASSED] ALDERLAKE_P B0
[00:21:42] [PASSED] ALDERLAKE_P C0
[00:21:42] [PASSED] ALDERLAKE_S RPLS D0
[00:21:42] [PASSED] ALDERLAKE_P RPLU E0
[00:21:42] [PASSED] DG2 G10 C0
[00:21:42] [PASSED] DG2 G11 B1
[00:21:42] [PASSED] DG2 G12 A1
[00:21:42] [PASSED] METEORLAKE 12.70(Xe_LPG) A0 13.00(Xe_LPM+) A0
[00:21:42] [PASSED] METEORLAKE 12.71(Xe_LPG) A0 13.00(Xe_LPM+) A0
[00:21:42] [PASSED] METEORLAKE 12.74(Xe_LPG+) A0 13.00(Xe_LPM+) A0
[00:21:42] [PASSED] LUNARLAKE 20.04(Xe2_LPG) A0 20.00(Xe2_LPM) A0
[00:21:42] [PASSED] LUNARLAKE 20.04(Xe2_LPG) B0 20.00(Xe2_LPM) A0
[00:21:42] [PASSED] BATTLEMAGE 20.01(Xe2_HPG) A0 13.01(Xe2_HPM) A1
[00:21:42] [PASSED] PANTHERLAKE 30.00(Xe3_LPG) A0 30.00(Xe3_LPM) A0
[00:21:42] ==================== [PASSED] xe_wa_gt =====================
[00:21:42] ====================== [PASSED] xe_wa ======================
[00:21:42] ============================================================
[00:21:42] Testing complete. Ran 510 tests: passed: 492, skipped: 18
[00:21:42] Elapsed time: 35.111s total, 4.181s configuring, 30.463s building, 0.445s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[00:21:42] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[00:21:43] 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
[00:22:08] Starting KUnit Kernel (1/1)...
[00:22:08] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[00:22:08] ============ drm_test_pick_cmdline (2 subtests) ============
[00:22:08] [PASSED] drm_test_pick_cmdline_res_1920_1080_60
[00:22:08] =============== drm_test_pick_cmdline_named ===============
[00:22:08] [PASSED] NTSC
[00:22:08] [PASSED] NTSC-J
[00:22:08] [PASSED] PAL
[00:22:08] [PASSED] PAL-M
[00:22:08] =========== [PASSED] drm_test_pick_cmdline_named ===========
[00:22:08] ============== [PASSED] drm_test_pick_cmdline ==============
[00:22:08] == drm_test_atomic_get_connector_for_encoder (1 subtest) ===
[00:22:08] [PASSED] drm_test_drm_atomic_get_connector_for_encoder
[00:22:08] ==== [PASSED] drm_test_atomic_get_connector_for_encoder ====
[00:22:08] =========== drm_validate_clone_mode (2 subtests) ===========
[00:22:08] ============== drm_test_check_in_clone_mode ===============
[00:22:08] [PASSED] in_clone_mode
[00:22:08] [PASSED] not_in_clone_mode
[00:22:08] ========== [PASSED] drm_test_check_in_clone_mode ===========
[00:22:08] =============== drm_test_check_valid_clones ===============
[00:22:08] [PASSED] not_in_clone_mode
[00:22:08] [PASSED] valid_clone
[00:22:08] [PASSED] invalid_clone
[00:22:08] =========== [PASSED] drm_test_check_valid_clones ===========
[00:22:08] ============= [PASSED] drm_validate_clone_mode =============
[00:22:08] ============= drm_validate_modeset (1 subtest) =============
[00:22:08] [PASSED] drm_test_check_connector_changed_modeset
[00:22:08] ============== [PASSED] drm_validate_modeset ===============
[00:22:08] ====== drm_test_bridge_get_current_state (2 subtests) ======
[00:22:08] [PASSED] drm_test_drm_bridge_get_current_state_atomic
[00:22:08] [PASSED] drm_test_drm_bridge_get_current_state_legacy
[00:22:08] ======== [PASSED] drm_test_bridge_get_current_state ========
[00:22:08] ====== drm_test_bridge_helper_reset_crtc (3 subtests) ======
[00:22:08] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic
[00:22:08] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic_disabled
[00:22:08] [PASSED] drm_test_drm_bridge_helper_reset_crtc_legacy
[00:22:08] ======== [PASSED] drm_test_bridge_helper_reset_crtc ========
[00:22:08] ============== drm_bridge_alloc (2 subtests) ===============
[00:22:08] [PASSED] drm_test_drm_bridge_alloc_basic
[00:22:08] [PASSED] drm_test_drm_bridge_alloc_get_put
[00:22:08] ================ [PASSED] drm_bridge_alloc =================
[00:22:08] ================== drm_buddy (8 subtests) ==================
[00:22:08] [PASSED] drm_test_buddy_alloc_limit
[00:22:08] [PASSED] drm_test_buddy_alloc_optimistic
[00:22:08] [PASSED] drm_test_buddy_alloc_pessimistic
[00:22:08] [PASSED] drm_test_buddy_alloc_pathological
[00:22:08] [PASSED] drm_test_buddy_alloc_contiguous
[00:22:08] [PASSED] drm_test_buddy_alloc_clear
[00:22:08] [PASSED] drm_test_buddy_alloc_range_bias
[00:22:08] [PASSED] drm_test_buddy_fragmentation_performance
[00:22:08] ==================== [PASSED] drm_buddy ====================
[00:22:08] ============= drm_cmdline_parser (40 subtests) =============
[00:22:08] [PASSED] drm_test_cmdline_force_d_only
[00:22:08] [PASSED] drm_test_cmdline_force_D_only_dvi
[00:22:08] [PASSED] drm_test_cmdline_force_D_only_hdmi
[00:22:08] [PASSED] drm_test_cmdline_force_D_only_not_digital
[00:22:08] [PASSED] drm_test_cmdline_force_e_only
[00:22:08] [PASSED] drm_test_cmdline_res
[00:22:08] [PASSED] drm_test_cmdline_res_vesa
[00:22:08] [PASSED] drm_test_cmdline_res_vesa_rblank
[00:22:08] [PASSED] drm_test_cmdline_res_rblank
[00:22:08] [PASSED] drm_test_cmdline_res_bpp
[00:22:08] [PASSED] drm_test_cmdline_res_refresh
[00:22:08] [PASSED] drm_test_cmdline_res_bpp_refresh
[00:22:08] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[00:22:08] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[00:22:08] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[00:22:08] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[00:22:08] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[00:22:08] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[00:22:08] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[00:22:08] [PASSED] drm_test_cmdline_res_margins_force_on
[00:22:08] [PASSED] drm_test_cmdline_res_vesa_margins
[00:22:08] [PASSED] drm_test_cmdline_name
[00:22:08] [PASSED] drm_test_cmdline_name_bpp
[00:22:08] [PASSED] drm_test_cmdline_name_option
[00:22:08] [PASSED] drm_test_cmdline_name_bpp_option
[00:22:08] [PASSED] drm_test_cmdline_rotate_0
[00:22:08] [PASSED] drm_test_cmdline_rotate_90
[00:22:08] [PASSED] drm_test_cmdline_rotate_180
[00:22:08] [PASSED] drm_test_cmdline_rotate_270
[00:22:08] [PASSED] drm_test_cmdline_hmirror
[00:22:08] [PASSED] drm_test_cmdline_vmirror
[00:22:08] [PASSED] drm_test_cmdline_margin_options
[00:22:08] [PASSED] drm_test_cmdline_multiple_options
[00:22:08] [PASSED] drm_test_cmdline_bpp_extra_and_option
[00:22:08] [PASSED] drm_test_cmdline_extra_and_option
[00:22:08] [PASSED] drm_test_cmdline_freestanding_options
[00:22:08] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[00:22:08] [PASSED] drm_test_cmdline_panel_orientation
[00:22:08] ================ drm_test_cmdline_invalid =================
[00:22:08] [PASSED] margin_only
[00:22:08] [PASSED] interlace_only
[00:22:08] [PASSED] res_missing_x
[00:22:08] [PASSED] res_missing_y
[00:22:08] [PASSED] res_bad_y
[00:22:08] [PASSED] res_missing_y_bpp
[00:22:08] [PASSED] res_bad_bpp
[00:22:08] [PASSED] res_bad_refresh
[00:22:08] [PASSED] res_bpp_refresh_force_on_off
[00:22:08] [PASSED] res_invalid_mode
[00:22:08] [PASSED] res_bpp_wrong_place_mode
[00:22:08] [PASSED] name_bpp_refresh
[00:22:08] [PASSED] name_refresh
[00:22:08] [PASSED] name_refresh_wrong_mode
[00:22:08] [PASSED] name_refresh_invalid_mode
[00:22:08] [PASSED] rotate_multiple
[00:22:08] [PASSED] rotate_invalid_val
[00:22:08] [PASSED] rotate_truncated
[00:22:08] [PASSED] invalid_option
[00:22:08] [PASSED] invalid_tv_option
[00:22:08] [PASSED] truncated_tv_option
[00:22:08] ============ [PASSED] drm_test_cmdline_invalid =============
[00:22:08] =============== drm_test_cmdline_tv_options ===============
[00:22:08] [PASSED] NTSC
[00:22:08] [PASSED] NTSC_443
[00:22:08] [PASSED] NTSC_J
[00:22:08] [PASSED] PAL
[00:22:08] [PASSED] PAL_M
[00:22:08] [PASSED] PAL_N
[00:22:08] [PASSED] SECAM
[00:22:08] [PASSED] MONO_525
[00:22:08] [PASSED] MONO_625
[00:22:08] =========== [PASSED] drm_test_cmdline_tv_options ===========
[00:22:08] =============== [PASSED] drm_cmdline_parser ================
[00:22:08] ========== drmm_connector_hdmi_init (20 subtests) ==========
[00:22:08] [PASSED] drm_test_connector_hdmi_init_valid
[00:22:08] [PASSED] drm_test_connector_hdmi_init_bpc_8
[00:22:08] [PASSED] drm_test_connector_hdmi_init_bpc_10
[00:22:08] [PASSED] drm_test_connector_hdmi_init_bpc_12
[00:22:08] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[00:22:08] [PASSED] drm_test_connector_hdmi_init_bpc_null
[00:22:08] [PASSED] drm_test_connector_hdmi_init_formats_empty
[00:22:08] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[00:22:08] === drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[00:22:08] [PASSED] supported_formats=0x9 yuv420_allowed=1
[00:22:08] [PASSED] supported_formats=0x9 yuv420_allowed=0
[00:22:08] [PASSED] supported_formats=0x3 yuv420_allowed=1
[00:22:08] [PASSED] supported_formats=0x3 yuv420_allowed=0
[00:22:08] === [PASSED] drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[00:22:08] [PASSED] drm_test_connector_hdmi_init_null_ddc
[00:22:08] [PASSED] drm_test_connector_hdmi_init_null_product
[00:22:08] [PASSED] drm_test_connector_hdmi_init_null_vendor
[00:22:08] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[00:22:08] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[00:22:08] [PASSED] drm_test_connector_hdmi_init_product_valid
[00:22:08] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[00:22:08] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[00:22:08] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[00:22:08] ========= drm_test_connector_hdmi_init_type_valid =========
[00:22:08] [PASSED] HDMI-A
[00:22:08] [PASSED] HDMI-B
[00:22:08] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[00:22:08] ======== drm_test_connector_hdmi_init_type_invalid ========
[00:22:08] [PASSED] Unknown
[00:22:08] [PASSED] VGA
[00:22:08] [PASSED] DVI-I
[00:22:08] [PASSED] DVI-D
[00:22:08] [PASSED] DVI-A
[00:22:08] [PASSED] Composite
[00:22:08] [PASSED] SVIDEO
[00:22:08] [PASSED] LVDS
[00:22:08] [PASSED] Component
[00:22:08] [PASSED] DIN
[00:22:08] [PASSED] DP
[00:22:08] [PASSED] TV
[00:22:08] [PASSED] eDP
[00:22:08] [PASSED] Virtual
[00:22:08] [PASSED] DSI
[00:22:08] [PASSED] DPI
[00:22:08] [PASSED] Writeback
[00:22:08] [PASSED] SPI
[00:22:08] [PASSED] USB
[00:22:08] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[00:22:08] ============ [PASSED] drmm_connector_hdmi_init =============
[00:22:08] ============= drmm_connector_init (3 subtests) =============
[00:22:08] [PASSED] drm_test_drmm_connector_init
[00:22:08] [PASSED] drm_test_drmm_connector_init_null_ddc
[00:22:08] ========= drm_test_drmm_connector_init_type_valid =========
[00:22:08] [PASSED] Unknown
[00:22:08] [PASSED] VGA
[00:22:08] [PASSED] DVI-I
[00:22:08] [PASSED] DVI-D
[00:22:08] [PASSED] DVI-A
[00:22:08] [PASSED] Composite
[00:22:08] [PASSED] SVIDEO
[00:22:08] [PASSED] LVDS
[00:22:08] [PASSED] Component
[00:22:08] [PASSED] DIN
[00:22:08] [PASSED] DP
[00:22:08] [PASSED] HDMI-A
[00:22:08] [PASSED] HDMI-B
[00:22:08] [PASSED] TV
[00:22:08] [PASSED] eDP
[00:22:08] [PASSED] Virtual
[00:22:08] [PASSED] DSI
[00:22:08] [PASSED] DPI
[00:22:08] [PASSED] Writeback
[00:22:08] [PASSED] SPI
[00:22:08] [PASSED] USB
[00:22:08] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[00:22:08] =============== [PASSED] drmm_connector_init ===============
[00:22:08] ========= drm_connector_dynamic_init (6 subtests) ==========
[00:22:08] [PASSED] drm_test_drm_connector_dynamic_init
[00:22:08] [PASSED] drm_test_drm_connector_dynamic_init_null_ddc
[00:22:08] [PASSED] drm_test_drm_connector_dynamic_init_not_added
[00:22:08] [PASSED] drm_test_drm_connector_dynamic_init_properties
[00:22:08] ===== drm_test_drm_connector_dynamic_init_type_valid ======
[00:22:08] [PASSED] Unknown
[00:22:08] [PASSED] VGA
[00:22:08] [PASSED] DVI-I
[00:22:08] [PASSED] DVI-D
[00:22:08] [PASSED] DVI-A
[00:22:08] [PASSED] Composite
[00:22:08] [PASSED] SVIDEO
[00:22:08] [PASSED] LVDS
[00:22:08] [PASSED] Component
[00:22:08] [PASSED] DIN
[00:22:08] [PASSED] DP
[00:22:08] [PASSED] HDMI-A
[00:22:08] [PASSED] HDMI-B
[00:22:08] [PASSED] TV
[00:22:08] [PASSED] eDP
[00:22:08] [PASSED] Virtual
[00:22:08] [PASSED] DSI
[00:22:08] [PASSED] DPI
[00:22:08] [PASSED] Writeback
[00:22:08] [PASSED] SPI
[00:22:08] [PASSED] USB
[00:22:08] = [PASSED] drm_test_drm_connector_dynamic_init_type_valid ==
[00:22:08] ======== drm_test_drm_connector_dynamic_init_name =========
[00:22:08] [PASSED] Unknown
[00:22:08] [PASSED] VGA
[00:22:08] [PASSED] DVI-I
[00:22:08] [PASSED] DVI-D
[00:22:08] [PASSED] DVI-A
[00:22:08] [PASSED] Composite
[00:22:08] [PASSED] SVIDEO
[00:22:08] [PASSED] LVDS
[00:22:08] [PASSED] Component
[00:22:08] [PASSED] DIN
[00:22:08] [PASSED] DP
[00:22:08] [PASSED] HDMI-A
[00:22:08] [PASSED] HDMI-B
[00:22:08] [PASSED] TV
[00:22:08] [PASSED] eDP
[00:22:08] [PASSED] Virtual
[00:22:08] [PASSED] DSI
[00:22:08] [PASSED] DPI
[00:22:08] [PASSED] Writeback
[00:22:08] [PASSED] SPI
[00:22:08] [PASSED] USB
[00:22:08] ==== [PASSED] drm_test_drm_connector_dynamic_init_name =====
[00:22:08] =========== [PASSED] drm_connector_dynamic_init ============
[00:22:08] ==== drm_connector_dynamic_register_early (4 subtests) =====
[00:22:08] [PASSED] drm_test_drm_connector_dynamic_register_early_on_list
[00:22:08] [PASSED] drm_test_drm_connector_dynamic_register_early_defer
[00:22:08] [PASSED] drm_test_drm_connector_dynamic_register_early_no_init
[00:22:08] [PASSED] drm_test_drm_connector_dynamic_register_early_no_mode_object
[00:22:08] ====== [PASSED] drm_connector_dynamic_register_early =======
[00:22:08] ======= drm_connector_dynamic_register (7 subtests) ========
[00:22:08] [PASSED] drm_test_drm_connector_dynamic_register_on_list
[00:22:08] [PASSED] drm_test_drm_connector_dynamic_register_no_defer
[00:22:08] [PASSED] drm_test_drm_connector_dynamic_register_no_init
[00:22:08] [PASSED] drm_test_drm_connector_dynamic_register_mode_object
[00:22:08] [PASSED] drm_test_drm_connector_dynamic_register_sysfs
[00:22:08] [PASSED] drm_test_drm_connector_dynamic_register_sysfs_name
[00:22:08] [PASSED] drm_test_drm_connector_dynamic_register_debugfs
[00:22:08] ========= [PASSED] drm_connector_dynamic_register ==========
[00:22:08] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[00:22:08] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[00:22:08] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[00:22:08] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[00:22:08] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[00:22:08] ========== drm_test_get_tv_mode_from_name_valid ===========
[00:22:08] [PASSED] NTSC
[00:22:08] [PASSED] NTSC-443
[00:22:08] [PASSED] NTSC-J
[00:22:08] [PASSED] PAL
[00:22:08] [PASSED] PAL-M
[00:22:08] [PASSED] PAL-N
[00:22:08] [PASSED] SECAM
[00:22:08] [PASSED] Mono
[00:22:08] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[00:22:08] [PASSED] drm_test_get_tv_mode_from_name_truncated
[00:22:08] ============ [PASSED] drm_get_tv_mode_from_name ============
[00:22:08] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[00:22:08] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[00:22:08] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[00:22:08] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[00:22:08] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[00:22:08] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[00:22:08] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[00:22:08] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid =
[00:22:08] [PASSED] VIC 96
[00:22:08] [PASSED] VIC 97
[00:22:08] [PASSED] VIC 101
[00:22:08] [PASSED] VIC 102
[00:22:08] [PASSED] VIC 106
[00:22:08] [PASSED] VIC 107
[00:22:08] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[00:22:08] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[00:22:08] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[00:22:08] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[00:22:08] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[00:22:08] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[00:22:08] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[00:22:08] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[00:22:08] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name ====
[00:22:08] [PASSED] Automatic
[00:22:08] [PASSED] Full
[00:22:08] [PASSED] Limited 16:235
[00:22:08] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[00:22:08] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[00:22:08] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[00:22:08] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[00:22:08] === drm_test_drm_hdmi_connector_get_output_format_name ====
[00:22:08] [PASSED] RGB
[00:22:08] [PASSED] YUV 4:2:0
[00:22:08] [PASSED] YUV 4:2:2
[00:22:08] [PASSED] YUV 4:4:4
[00:22:08] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[00:22:08] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[00:22:08] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[00:22:08] ============= drm_damage_helper (21 subtests) ==============
[00:22:08] [PASSED] drm_test_damage_iter_no_damage
[00:22:08] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[00:22:08] [PASSED] drm_test_damage_iter_no_damage_src_moved
[00:22:08] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[00:22:08] [PASSED] drm_test_damage_iter_no_damage_not_visible
[00:22:08] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[00:22:08] [PASSED] drm_test_damage_iter_no_damage_no_fb
[00:22:08] [PASSED] drm_test_damage_iter_simple_damage
[00:22:08] [PASSED] drm_test_damage_iter_single_damage
[00:22:08] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[00:22:08] [PASSED] drm_test_damage_iter_single_damage_outside_src
[00:22:08] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[00:22:08] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[00:22:08] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[00:22:08] [PASSED] drm_test_damage_iter_single_damage_src_moved
[00:22:08] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[00:22:08] [PASSED] drm_test_damage_iter_damage
[00:22:08] [PASSED] drm_test_damage_iter_damage_one_intersect
[00:22:08] [PASSED] drm_test_damage_iter_damage_one_outside
[00:22:08] [PASSED] drm_test_damage_iter_damage_src_moved
[00:22:08] [PASSED] drm_test_damage_iter_damage_not_visible
[00:22:08] ================ [PASSED] drm_damage_helper ================
[00:22:08] ============== drm_dp_mst_helper (3 subtests) ==============
[00:22:08] ============== drm_test_dp_mst_calc_pbn_mode ==============
[00:22:08] [PASSED] Clock 154000 BPP 30 DSC disabled
[00:22:08] [PASSED] Clock 234000 BPP 30 DSC disabled
[00:22:08] [PASSED] Clock 297000 BPP 24 DSC disabled
[00:22:08] [PASSED] Clock 332880 BPP 24 DSC enabled
[00:22:08] [PASSED] Clock 324540 BPP 24 DSC enabled
[00:22:08] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[00:22:08] ============== drm_test_dp_mst_calc_pbn_div ===============
[00:22:08] [PASSED] Link rate 2000000 lane count 4
[00:22:08] [PASSED] Link rate 2000000 lane count 2
[00:22:08] [PASSED] Link rate 2000000 lane count 1
[00:22:08] [PASSED] Link rate 1350000 lane count 4
[00:22:08] [PASSED] Link rate 1350000 lane count 2
[00:22:08] [PASSED] Link rate 1350000 lane count 1
[00:22:08] [PASSED] Link rate 1000000 lane count 4
[00:22:08] [PASSED] Link rate 1000000 lane count 2
[00:22:08] [PASSED] Link rate 1000000 lane count 1
[00:22:08] [PASSED] Link rate 810000 lane count 4
[00:22:08] [PASSED] Link rate 810000 lane count 2
[00:22:08] [PASSED] Link rate 810000 lane count 1
[00:22:08] [PASSED] Link rate 540000 lane count 4
[00:22:08] [PASSED] Link rate 540000 lane count 2
[00:22:08] [PASSED] Link rate 540000 lane count 1
[00:22:08] [PASSED] Link rate 270000 lane count 4
[00:22:08] [PASSED] Link rate 270000 lane count 2
[00:22:08] [PASSED] Link rate 270000 lane count 1
[00:22:08] [PASSED] Link rate 162000 lane count 4
[00:22:08] [PASSED] Link rate 162000 lane count 2
[00:22:08] [PASSED] Link rate 162000 lane count 1
[00:22:08] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[00:22:08] ========= drm_test_dp_mst_sideband_msg_req_decode =========
[00:22:08] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[00:22:08] [PASSED] DP_POWER_UP_PHY with port number
[00:22:08] [PASSED] DP_POWER_DOWN_PHY with port number
[00:22:08] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[00:22:08] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[00:22:08] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[00:22:08] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[00:22:08] [PASSED] DP_QUERY_PAYLOAD with port number
[00:22:08] [PASSED] DP_QUERY_PAYLOAD with VCPI
[00:22:08] [PASSED] DP_REMOTE_DPCD_READ with port number
[00:22:08] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[00:22:08] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[00:22:08] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[00:22:08] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[00:22:08] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[00:22:08] [PASSED] DP_REMOTE_I2C_READ with port number
[00:22:08] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[00:22:08] [PASSED] DP_REMOTE_I2C_READ with transactions array
[00:22:08] [PASSED] DP_REMOTE_I2C_WRITE with port number
[00:22:08] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[00:22:08] [PASSED] DP_REMOTE_I2C_WRITE with data array
[00:22:08] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[00:22:08] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[00:22:08] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[00:22:08] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[00:22:08] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[00:22:08] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[00:22:08] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[00:22:08] ================ [PASSED] drm_dp_mst_helper ================
[00:22:08] ================== drm_exec (7 subtests) ===================
[00:22:08] [PASSED] sanitycheck
[00:22:08] [PASSED] test_lock
[00:22:08] [PASSED] test_lock_unlock
[00:22:08] [PASSED] test_duplicates
[00:22:08] [PASSED] test_prepare
[00:22:08] [PASSED] test_prepare_array
[00:22:08] [PASSED] test_multiple_loops
[00:22:08] ==================== [PASSED] drm_exec =====================
[00:22:08] =========== drm_format_helper_test (17 subtests) ===========
[00:22:08] ============== drm_test_fb_xrgb8888_to_gray8 ==============
[00:22:08] [PASSED] single_pixel_source_buffer
[00:22:08] [PASSED] single_pixel_clip_rectangle
[00:22:08] [PASSED] well_known_colors
[00:22:08] [PASSED] destination_pitch
[00:22:08] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[00:22:08] ============= drm_test_fb_xrgb8888_to_rgb332 ==============
[00:22:08] [PASSED] single_pixel_source_buffer
[00:22:08] [PASSED] single_pixel_clip_rectangle
[00:22:08] [PASSED] well_known_colors
[00:22:08] [PASSED] destination_pitch
[00:22:08] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[00:22:08] ============= drm_test_fb_xrgb8888_to_rgb565 ==============
[00:22:08] [PASSED] single_pixel_source_buffer
[00:22:08] [PASSED] single_pixel_clip_rectangle
[00:22:08] [PASSED] well_known_colors
[00:22:08] [PASSED] destination_pitch
[00:22:08] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[00:22:08] ============ drm_test_fb_xrgb8888_to_xrgb1555 =============
[00:22:08] [PASSED] single_pixel_source_buffer
[00:22:08] [PASSED] single_pixel_clip_rectangle
[00:22:08] [PASSED] well_known_colors
[00:22:08] [PASSED] destination_pitch
[00:22:08] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[00:22:08] ============ drm_test_fb_xrgb8888_to_argb1555 =============
[00:22:08] [PASSED] single_pixel_source_buffer
[00:22:08] [PASSED] single_pixel_clip_rectangle
[00:22:08] [PASSED] well_known_colors
[00:22:08] [PASSED] destination_pitch
[00:22:08] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[00:22:08] ============ drm_test_fb_xrgb8888_to_rgba5551 =============
[00:22:08] [PASSED] single_pixel_source_buffer
[00:22:08] [PASSED] single_pixel_clip_rectangle
[00:22:08] [PASSED] well_known_colors
[00:22:08] [PASSED] destination_pitch
[00:22:08] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[00:22:08] ============= drm_test_fb_xrgb8888_to_rgb888 ==============
[00:22:08] [PASSED] single_pixel_source_buffer
[00:22:08] [PASSED] single_pixel_clip_rectangle
[00:22:08] [PASSED] well_known_colors
[00:22:08] [PASSED] destination_pitch
[00:22:08] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[00:22:08] ============= drm_test_fb_xrgb8888_to_bgr888 ==============
[00:22:08] [PASSED] single_pixel_source_buffer
[00:22:08] [PASSED] single_pixel_clip_rectangle
[00:22:08] [PASSED] well_known_colors
[00:22:08] [PASSED] destination_pitch
[00:22:08] ========= [PASSED] drm_test_fb_xrgb8888_to_bgr888 ==========
[00:22:08] ============ drm_test_fb_xrgb8888_to_argb8888 =============
[00:22:08] [PASSED] single_pixel_source_buffer
[00:22:08] [PASSED] single_pixel_clip_rectangle
[00:22:08] [PASSED] well_known_colors
[00:22:08] [PASSED] destination_pitch
[00:22:08] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[00:22:08] =========== drm_test_fb_xrgb8888_to_xrgb2101010 ===========
[00:22:08] [PASSED] single_pixel_source_buffer
[00:22:08] [PASSED] single_pixel_clip_rectangle
[00:22:08] [PASSED] well_known_colors
[00:22:08] [PASSED] destination_pitch
[00:22:08] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[00:22:08] =========== drm_test_fb_xrgb8888_to_argb2101010 ===========
[00:22:08] [PASSED] single_pixel_source_buffer
[00:22:08] [PASSED] single_pixel_clip_rectangle
[00:22:08] [PASSED] well_known_colors
[00:22:08] [PASSED] destination_pitch
[00:22:08] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[00:22:08] ============== drm_test_fb_xrgb8888_to_mono ===============
[00:22:08] [PASSED] single_pixel_source_buffer
[00:22:08] [PASSED] single_pixel_clip_rectangle
[00:22:08] [PASSED] well_known_colors
[00:22:08] [PASSED] destination_pitch
[00:22:08] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[00:22:08] ==================== drm_test_fb_swab =====================
[00:22:08] [PASSED] single_pixel_source_buffer
[00:22:08] [PASSED] single_pixel_clip_rectangle
[00:22:08] [PASSED] well_known_colors
[00:22:08] [PASSED] destination_pitch
[00:22:08] ================ [PASSED] drm_test_fb_swab =================
[00:22:08] ============ drm_test_fb_xrgb8888_to_xbgr8888 =============
[00:22:08] [PASSED] single_pixel_source_buffer
[00:22:08] [PASSED] single_pixel_clip_rectangle
[00:22:08] [PASSED] well_known_colors
[00:22:08] [PASSED] destination_pitch
[00:22:08] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[00:22:08] ============ drm_test_fb_xrgb8888_to_abgr8888 =============
[00:22:08] [PASSED] single_pixel_source_buffer
[00:22:08] [PASSED] single_pixel_clip_rectangle
[00:22:08] [PASSED] well_known_colors
[00:22:08] [PASSED] destination_pitch
[00:22:08] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[00:22:08] ================= drm_test_fb_clip_offset =================
[00:22:08] [PASSED] pass through
[00:22:08] [PASSED] horizontal offset
[00:22:08] [PASSED] vertical offset
[00:22:08] [PASSED] horizontal and vertical offset
[00:22:08] [PASSED] horizontal offset (custom pitch)
[00:22:08] [PASSED] vertical offset (custom pitch)
[00:22:08] [PASSED] horizontal and vertical offset (custom pitch)
[00:22:08] ============= [PASSED] drm_test_fb_clip_offset =============
[00:22:08] =================== drm_test_fb_memcpy ====================
[00:22:08] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[00:22:08] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[00:22:08] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[00:22:08] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[00:22:08] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[00:22:08] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[00:22:08] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[00:22:08] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[00:22:08] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[00:22:08] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[00:22:08] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[00:22:08] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[00:22:08] =============== [PASSED] drm_test_fb_memcpy ================
[00:22:08] ============= [PASSED] drm_format_helper_test ==============
[00:22:08] ================= drm_format (18 subtests) =================
[00:22:08] [PASSED] drm_test_format_block_width_invalid
[00:22:08] [PASSED] drm_test_format_block_width_one_plane
[00:22:08] [PASSED] drm_test_format_block_width_two_plane
[00:22:08] [PASSED] drm_test_format_block_width_three_plane
[00:22:08] [PASSED] drm_test_format_block_width_tiled
[00:22:08] [PASSED] drm_test_format_block_height_invalid
[00:22:08] [PASSED] drm_test_format_block_height_one_plane
[00:22:08] [PASSED] drm_test_format_block_height_two_plane
[00:22:08] [PASSED] drm_test_format_block_height_three_plane
[00:22:08] [PASSED] drm_test_format_block_height_tiled
[00:22:08] [PASSED] drm_test_format_min_pitch_invalid
[00:22:08] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[00:22:08] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[00:22:08] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[00:22:08] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[00:22:08] [PASSED] drm_test_format_min_pitch_two_plane
[00:22:08] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[00:22:08] [PASSED] drm_test_format_min_pitch_tiled
[00:22:08] =================== [PASSED] drm_format ====================
[00:22:08] ============== drm_framebuffer (10 subtests) ===============
[00:22:08] ========== drm_test_framebuffer_check_src_coords ==========
[00:22:08] [PASSED] Success: source fits into fb
[00:22:08] [PASSED] Fail: overflowing fb with x-axis coordinate
[00:22:08] [PASSED] Fail: overflowing fb with y-axis coordinate
[00:22:08] [PASSED] Fail: overflowing fb with source width
[00:22:08] [PASSED] Fail: overflowing fb with source height
[00:22:08] ====== [PASSED] drm_test_framebuffer_check_src_coords ======
[00:22:08] [PASSED] drm_test_framebuffer_cleanup
[00:22:08] =============== drm_test_framebuffer_create ===============
[00:22:08] [PASSED] ABGR8888 normal sizes
[00:22:08] [PASSED] ABGR8888 max sizes
[00:22:08] [PASSED] ABGR8888 pitch greater than min required
[00:22:08] [PASSED] ABGR8888 pitch less than min required
[00:22:08] [PASSED] ABGR8888 Invalid width
[00:22:08] [PASSED] ABGR8888 Invalid buffer handle
[00:22:08] [PASSED] No pixel format
[00:22:08] [PASSED] ABGR8888 Width 0
[00:22:08] [PASSED] ABGR8888 Height 0
[00:22:08] [PASSED] ABGR8888 Out of bound height * pitch combination
[00:22:08] [PASSED] ABGR8888 Large buffer offset
[00:22:08] [PASSED] ABGR8888 Buffer offset for inexistent plane
[00:22:08] [PASSED] ABGR8888 Invalid flag
[00:22:08] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[00:22:08] [PASSED] ABGR8888 Valid buffer modifier
[00:22:08] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[00:22:08] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[00:22:08] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[00:22:08] [PASSED] NV12 Normal sizes
[00:22:08] [PASSED] NV12 Max sizes
[00:22:08] [PASSED] NV12 Invalid pitch
[00:22:08] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[00:22:08] [PASSED] NV12 different modifier per-plane
[00:22:08] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[00:22:08] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[00:22:08] [PASSED] NV12 Modifier for inexistent plane
[00:22:08] [PASSED] NV12 Handle for inexistent plane
[00:22:08] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[00:22:08] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[00:22:08] [PASSED] YVU420 Normal sizes
[00:22:08] [PASSED] YVU420 Max sizes
[00:22:08] [PASSED] YVU420 Invalid pitch
[00:22:08] [PASSED] YVU420 Different pitches
[00:22:08] [PASSED] YVU420 Different buffer offsets/pitches
[00:22:08] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[00:22:08] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[00:22:08] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[00:22:08] [PASSED] YVU420 Valid modifier
[00:22:08] [PASSED] YVU420 Different modifiers per plane
[00:22:08] [PASSED] YVU420 Modifier for inexistent plane
[00:22:08] [PASSED] YUV420_10BIT Invalid modifier(DRM_FORMAT_MOD_LINEAR)
[00:22:08] [PASSED] X0L2 Normal sizes
[00:22:08] [PASSED] X0L2 Max sizes
[00:22:08] [PASSED] X0L2 Invalid pitch
[00:22:08] [PASSED] X0L2 Pitch greater than minimum required
[00:22:08] [PASSED] X0L2 Handle for inexistent plane
[00:22:08] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[00:22:08] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[00:22:08] [PASSED] X0L2 Valid modifier
[00:22:08] [PASSED] X0L2 Modifier for inexistent plane
[00:22:08] =========== [PASSED] drm_test_framebuffer_create ===========
[00:22:08] [PASSED] drm_test_framebuffer_free
[00:22:08] [PASSED] drm_test_framebuffer_init
[00:22:08] [PASSED] drm_test_framebuffer_init_bad_format
[00:22:08] [PASSED] drm_test_framebuffer_init_dev_mismatch
[00:22:08] [PASSED] drm_test_framebuffer_lookup
[00:22:08] [PASSED] drm_test_framebuffer_lookup_inexistent
[00:22:08] [PASSED] drm_test_framebuffer_modifiers_not_supported
[00:22:08] ================= [PASSED] drm_framebuffer =================
[00:22:08] ================ drm_gem_shmem (8 subtests) ================
[00:22:08] [PASSED] drm_gem_shmem_test_obj_create
[00:22:08] [PASSED] drm_gem_shmem_test_obj_create_private
[00:22:08] [PASSED] drm_gem_shmem_test_pin_pages
[00:22:08] [PASSED] drm_gem_shmem_test_vmap
[00:22:08] [PASSED] drm_gem_shmem_test_get_pages_sgt
[00:22:08] [PASSED] drm_gem_shmem_test_get_sg_table
[00:22:08] [PASSED] drm_gem_shmem_test_madvise
[00:22:08] [PASSED] drm_gem_shmem_test_purge
[00:22:08] ================== [PASSED] drm_gem_shmem ==================
[00:22:08] === drm_atomic_helper_connector_hdmi_check (27 subtests) ===
[00:22:08] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[00:22:08] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[00:22:08] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[00:22:08] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[00:22:08] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[00:22:08] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[00:22:08] ====== drm_test_check_broadcast_rgb_cea_mode_yuv420 =======
[00:22:08] [PASSED] Automatic
[00:22:08] [PASSED] Full
[00:22:08] [PASSED] Limited 16:235
[00:22:08] == [PASSED] drm_test_check_broadcast_rgb_cea_mode_yuv420 ===
[00:22:08] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[00:22:08] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[00:22:08] [PASSED] drm_test_check_disable_connector
[00:22:08] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[00:22:08] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_rgb
[00:22:08] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_yuv420
[00:22:08] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv422
[00:22:08] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv420
[00:22:08] [PASSED] drm_test_check_driver_unsupported_fallback_yuv420
[00:22:08] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[00:22:08] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[00:22:08] [PASSED] drm_test_check_output_bpc_dvi
[00:22:08] [PASSED] drm_test_check_output_bpc_format_vic_1
[00:22:08] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[00:22:08] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[00:22:08] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[00:22:08] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[00:22:08] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[00:22:08] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[00:22:08] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[00:22:08] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[00:22:08] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[00:22:08] [PASSED] drm_test_check_broadcast_rgb_value
[00:22:08] [PASSED] drm_test_check_bpc_8_value
[00:22:08] [PASSED] drm_test_check_bpc_10_value
[00:22:08] [PASSED] drm_test_check_bpc_12_value
[00:22:08] [PASSED] drm_test_check_format_value
[00:22:08] [PASSED] drm_test_check_tmds_char_value
[00:22:08] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[00:22:08] = drm_atomic_helper_connector_hdmi_mode_valid (4 subtests) =
[00:22:08] [PASSED] drm_test_check_mode_valid
[00:22:08] [PASSED] drm_test_check_mode_valid_reject
[00:22:08] [PASSED] drm_test_check_mode_valid_reject_rate
[00:22:08] [PASSED] drm_test_check_mode_valid_reject_max_clock
[00:22:08] === [PASSED] drm_atomic_helper_connector_hdmi_mode_valid ===
[00:22:08] ================= drm_managed (2 subtests) =================
[00:22:08] [PASSED] drm_test_managed_release_action
[00:22:08] [PASSED] drm_test_managed_run_action
[00:22:08] =================== [PASSED] drm_managed ===================
[00:22:08] =================== drm_mm (6 subtests) ====================
[00:22:08] [PASSED] drm_test_mm_init
[00:22:08] [PASSED] drm_test_mm_debug
[00:22:08] [PASSED] drm_test_mm_align32
[00:22:08] [PASSED] drm_test_mm_align64
[00:22:08] [PASSED] drm_test_mm_lowest
[00:22:08] [PASSED] drm_test_mm_highest
[00:22:08] ===================== [PASSED] drm_mm ======================
[00:22:08] ============= drm_modes_analog_tv (5 subtests) =============
[00:22:08] [PASSED] drm_test_modes_analog_tv_mono_576i
[00:22:08] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[00:22:08] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[00:22:08] [PASSED] drm_test_modes_analog_tv_pal_576i
[00:22:08] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[00:22:08] =============== [PASSED] drm_modes_analog_tv ===============
[00:22:08] ============== drm_plane_helper (2 subtests) ===============
[00:22:08] =============== drm_test_check_plane_state ================
[00:22:08] [PASSED] clipping_simple
[00:22:08] [PASSED] clipping_rotate_reflect
[00:22:08] [PASSED] positioning_simple
[00:22:08] [PASSED] upscaling
[00:22:08] [PASSED] downscaling
[00:22:08] [PASSED] rounding1
[00:22:08] [PASSED] rounding2
[00:22:08] [PASSED] rounding3
[00:22:08] [PASSED] rounding4
[00:22:08] =========== [PASSED] drm_test_check_plane_state ============
[00:22:08] =========== drm_test_check_invalid_plane_state ============
[00:22:08] [PASSED] positioning_invalid
[00:22:08] [PASSED] upscaling_invalid
[00:22:08] [PASSED] downscaling_invalid
[00:22:08] ======= [PASSED] drm_test_check_invalid_plane_state ========
[00:22:08] ================ [PASSED] drm_plane_helper =================
[00:22:08] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[00:22:08] ====== drm_test_connector_helper_tv_get_modes_check =======
[00:22:08] [PASSED] None
[00:22:08] [PASSED] PAL
[00:22:08] [PASSED] NTSC
[00:22:08] [PASSED] Both, NTSC Default
[00:22:08] [PASSED] Both, PAL Default
[00:22:08] [PASSED] Both, NTSC Default, with PAL on command-line
[00:22:08] [PASSED] Both, PAL Default, with NTSC on command-line
[00:22:08] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[00:22:08] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[00:22:08] ================== drm_rect (9 subtests) ===================
[00:22:08] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[00:22:08] [PASSED] drm_test_rect_clip_scaled_not_clipped
[00:22:08] [PASSED] drm_test_rect_clip_scaled_clipped
[00:22:08] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[00:22:08] ================= drm_test_rect_intersect =================
[00:22:08] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[00:22:08] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[00:22:08] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[00:22:08] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[00:22:08] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[00:22:08] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[00:22:08] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[00:22:08] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[00:22:08] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[00:22:08] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[00:22:08] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[00:22:08] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[00:22:08] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[00:22:08] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[00:22:08] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
[00:22:08] ============= [PASSED] drm_test_rect_intersect =============
[00:22:08] ================ drm_test_rect_calc_hscale ================
[00:22:08] [PASSED] normal use
[00:22:08] [PASSED] out of max range
[00:22:08] [PASSED] out of min range
[00:22:08] [PASSED] zero dst
[00:22:08] [PASSED] negative src
[00:22:08] [PASSED] negative dst
[00:22:08] ============ [PASSED] drm_test_rect_calc_hscale ============
[00:22:08] ================ drm_test_rect_calc_vscale ================
[00:22:08] [PASSED] normal use
stty: 'standard input': Inappropriate ioctl for device
[00:22:08] [PASSED] out of max range
[00:22:08] [PASSED] out of min range
[00:22:08] [PASSED] zero dst
[00:22:08] [PASSED] negative src
[00:22:08] [PASSED] negative dst
[00:22:08] ============ [PASSED] drm_test_rect_calc_vscale ============
[00:22:08] ================== drm_test_rect_rotate ===================
[00:22:08] [PASSED] reflect-x
[00:22:08] [PASSED] reflect-y
[00:22:08] [PASSED] rotate-0
[00:22:08] [PASSED] rotate-90
[00:22:08] [PASSED] rotate-180
[00:22:08] [PASSED] rotate-270
[00:22:08] ============== [PASSED] drm_test_rect_rotate ===============
[00:22:08] ================ drm_test_rect_rotate_inv =================
[00:22:08] [PASSED] reflect-x
[00:22:08] [PASSED] reflect-y
[00:22:08] [PASSED] rotate-0
[00:22:08] [PASSED] rotate-90
[00:22:08] [PASSED] rotate-180
[00:22:08] [PASSED] rotate-270
[00:22:08] ============ [PASSED] drm_test_rect_rotate_inv =============
[00:22:08] ==================== [PASSED] drm_rect =====================
[00:22:08] ============ drm_sysfb_modeset_test (1 subtest) ============
[00:22:08] ============ drm_test_sysfb_build_fourcc_list =============
[00:22:08] [PASSED] no native formats
[00:22:08] [PASSED] XRGB8888 as native format
[00:22:08] [PASSED] remove duplicates
[00:22:08] [PASSED] convert alpha formats
[00:22:08] [PASSED] random formats
[00:22:08] ======== [PASSED] drm_test_sysfb_build_fourcc_list =========
[00:22:08] ============= [PASSED] drm_sysfb_modeset_test ==============
[00:22:08] ================== drm_fixp (2 subtests) ===================
[00:22:08] [PASSED] drm_test_int2fixp
[00:22:08] [PASSED] drm_test_sm2fixp
[00:22:08] ==================== [PASSED] drm_fixp =====================
[00:22:08] ============================================================
[00:22:08] Testing complete. Ran 624 tests: passed: 624
[00:22:08] Elapsed time: 26.693s total, 1.641s configuring, 24.631s building, 0.392s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig
[00:22:09] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[00:22:10] 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
[00:22:19] Starting KUnit Kernel (1/1)...
[00:22:19] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[00:22:20] ================= ttm_device (5 subtests) ==================
[00:22:20] [PASSED] ttm_device_init_basic
[00:22:20] [PASSED] ttm_device_init_multiple
[00:22:20] [PASSED] ttm_device_fini_basic
[00:22:20] [PASSED] ttm_device_init_no_vma_man
[00:22:20] ================== ttm_device_init_pools ==================
[00:22:20] [PASSED] No DMA allocations, no DMA32 required
[00:22:20] [PASSED] DMA allocations, DMA32 required
[00:22:20] [PASSED] No DMA allocations, DMA32 required
[00:22:20] [PASSED] DMA allocations, no DMA32 required
[00:22:20] ============== [PASSED] ttm_device_init_pools ==============
[00:22:20] =================== [PASSED] ttm_device ====================
[00:22:20] ================== ttm_pool (8 subtests) ===================
[00:22:20] ================== ttm_pool_alloc_basic ===================
[00:22:20] [PASSED] One page
[00:22:20] [PASSED] More than one page
[00:22:20] [PASSED] Above the allocation limit
[00:22:20] [PASSED] One page, with coherent DMA mappings enabled
[00:22:20] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[00:22:20] ============== [PASSED] ttm_pool_alloc_basic ===============
[00:22:20] ============== ttm_pool_alloc_basic_dma_addr ==============
[00:22:20] [PASSED] One page
[00:22:20] [PASSED] More than one page
[00:22:20] [PASSED] Above the allocation limit
[00:22:20] [PASSED] One page, with coherent DMA mappings enabled
[00:22:20] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[00:22:20] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ==========
[00:22:20] [PASSED] ttm_pool_alloc_order_caching_match
[00:22:20] [PASSED] ttm_pool_alloc_caching_mismatch
[00:22:20] [PASSED] ttm_pool_alloc_order_mismatch
[00:22:20] [PASSED] ttm_pool_free_dma_alloc
[00:22:20] [PASSED] ttm_pool_free_no_dma_alloc
[00:22:20] [PASSED] ttm_pool_fini_basic
[00:22:20] ==================== [PASSED] ttm_pool =====================
[00:22:20] ================ ttm_resource (8 subtests) =================
[00:22:20] ================= ttm_resource_init_basic =================
[00:22:20] [PASSED] Init resource in TTM_PL_SYSTEM
[00:22:20] [PASSED] Init resource in TTM_PL_VRAM
[00:22:20] [PASSED] Init resource in a private placement
[00:22:20] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags
[00:22:20] ============= [PASSED] ttm_resource_init_basic =============
[00:22:20] [PASSED] ttm_resource_init_pinned
[00:22:20] [PASSED] ttm_resource_fini_basic
[00:22:20] [PASSED] ttm_resource_manager_init_basic
[00:22:20] [PASSED] ttm_resource_manager_usage_basic
[00:22:20] [PASSED] ttm_resource_manager_set_used_basic
[00:22:20] [PASSED] ttm_sys_man_alloc_basic
[00:22:20] [PASSED] ttm_sys_man_free_basic
[00:22:20] ================== [PASSED] ttm_resource ===================
[00:22:20] =================== ttm_tt (15 subtests) ===================
[00:22:20] ==================== ttm_tt_init_basic ====================
[00:22:20] [PASSED] Page-aligned size
[00:22:20] [PASSED] Extra pages requested
[00:22:20] ================ [PASSED] ttm_tt_init_basic ================
[00:22:20] [PASSED] ttm_tt_init_misaligned
[00:22:20] [PASSED] ttm_tt_fini_basic
[00:22:20] [PASSED] ttm_tt_fini_sg
[00:22:20] [PASSED] ttm_tt_fini_shmem
[00:22:20] [PASSED] ttm_tt_create_basic
[00:22:20] [PASSED] ttm_tt_create_invalid_bo_type
[00:22:20] [PASSED] ttm_tt_create_ttm_exists
[00:22:20] [PASSED] ttm_tt_create_failed
[00:22:20] [PASSED] ttm_tt_destroy_basic
[00:22:20] [PASSED] ttm_tt_populate_null_ttm
[00:22:20] [PASSED] ttm_tt_populate_populated_ttm
[00:22:20] [PASSED] ttm_tt_unpopulate_basic
[00:22:20] [PASSED] ttm_tt_unpopulate_empty_ttm
[00:22:20] [PASSED] ttm_tt_swapin_basic
[00:22:20] ===================== [PASSED] ttm_tt ======================
[00:22:20] =================== ttm_bo (14 subtests) ===================
[00:22:20] =========== ttm_bo_reserve_optimistic_no_ticket ===========
[00:22:20] [PASSED] Cannot be interrupted and sleeps
[00:22:20] [PASSED] Cannot be interrupted, locks straight away
[00:22:20] [PASSED] Can be interrupted, sleeps
[00:22:20] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket =======
[00:22:20] [PASSED] ttm_bo_reserve_locked_no_sleep
[00:22:20] [PASSED] ttm_bo_reserve_no_wait_ticket
[00:22:20] [PASSED] ttm_bo_reserve_double_resv
[00:22:20] [PASSED] ttm_bo_reserve_interrupted
[00:22:20] [PASSED] ttm_bo_reserve_deadlock
[00:22:20] [PASSED] ttm_bo_unreserve_basic
[00:22:20] [PASSED] ttm_bo_unreserve_pinned
[00:22:20] [PASSED] ttm_bo_unreserve_bulk
[00:22:20] [PASSED] ttm_bo_fini_basic
[00:22:20] [PASSED] ttm_bo_fini_shared_resv
[00:22:20] [PASSED] ttm_bo_pin_basic
[00:22:20] [PASSED] ttm_bo_pin_unpin_resource
[00:22:20] [PASSED] ttm_bo_multiple_pin_one_unpin
[00:22:20] ===================== [PASSED] ttm_bo ======================
[00:22:20] ============== ttm_bo_validate (21 subtests) ===============
[00:22:20] ============== ttm_bo_init_reserved_sys_man ===============
[00:22:20] [PASSED] Buffer object for userspace
[00:22:20] [PASSED] Kernel buffer object
[00:22:20] [PASSED] Shared buffer object
[00:22:20] ========== [PASSED] ttm_bo_init_reserved_sys_man ===========
[00:22:20] ============== ttm_bo_init_reserved_mock_man ==============
[00:22:20] [PASSED] Buffer object for userspace
[00:22:20] [PASSED] Kernel buffer object
[00:22:20] [PASSED] Shared buffer object
[00:22:20] ========== [PASSED] ttm_bo_init_reserved_mock_man ==========
[00:22:20] [PASSED] ttm_bo_init_reserved_resv
[00:22:20] ================== ttm_bo_validate_basic ==================
[00:22:20] [PASSED] Buffer object for userspace
[00:22:20] [PASSED] Kernel buffer object
[00:22:20] [PASSED] Shared buffer object
[00:22:20] ============== [PASSED] ttm_bo_validate_basic ==============
[00:22:20] [PASSED] ttm_bo_validate_invalid_placement
[00:22:20] ============= ttm_bo_validate_same_placement ==============
[00:22:20] [PASSED] System manager
[00:22:20] [PASSED] VRAM manager
[00:22:20] ========= [PASSED] ttm_bo_validate_same_placement ==========
[00:22:20] [PASSED] ttm_bo_validate_failed_alloc
[00:22:20] [PASSED] ttm_bo_validate_pinned
[00:22:20] [PASSED] ttm_bo_validate_busy_placement
[00:22:20] ================ ttm_bo_validate_multihop =================
[00:22:20] [PASSED] Buffer object for userspace
[00:22:20] [PASSED] Kernel buffer object
[00:22:20] [PASSED] Shared buffer object
[00:22:20] ============ [PASSED] ttm_bo_validate_multihop =============
[00:22:20] ========== ttm_bo_validate_no_placement_signaled ==========
[00:22:20] [PASSED] Buffer object in system domain, no page vector
[00:22:20] [PASSED] Buffer object in system domain with an existing page vector
[00:22:20] ====== [PASSED] ttm_bo_validate_no_placement_signaled ======
[00:22:20] ======== ttm_bo_validate_no_placement_not_signaled ========
[00:22:20] [PASSED] Buffer object for userspace
[00:22:20] [PASSED] Kernel buffer object
[00:22:20] [PASSED] Shared buffer object
[00:22:20] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ====
[00:22:20] [PASSED] ttm_bo_validate_move_fence_signaled
[00:22:20] ========= ttm_bo_validate_move_fence_not_signaled =========
[00:22:20] [PASSED] Waits for GPU
[00:22:20] [PASSED] Tries to lock straight away
[00:22:20] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled =====
[00:22:20] [PASSED] ttm_bo_validate_happy_evict
[00:22:20] [PASSED] ttm_bo_validate_all_pinned_evict
[00:22:20] [PASSED] ttm_bo_validate_allowed_only_evict
[00:22:20] [PASSED] ttm_bo_validate_deleted_evict
[00:22:20] [PASSED] ttm_bo_validate_busy_domain_evict
[00:22:20] [PASSED] ttm_bo_validate_evict_gutting
[00:22:20] [PASSED] ttm_bo_validate_recrusive_evict
stty: 'standard input': Inappropriate ioctl for device
[00:22:20] ================= [PASSED] ttm_bo_validate =================
[00:22:20] ============================================================
[00:22:20] Testing complete. Ran 101 tests: passed: 101
[00:22:20] Elapsed time: 11.163s total, 1.686s configuring, 9.260s building, 0.188s running
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ Xe.CI.BAT: success for drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL
2025-12-09 0:14 [CI] drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL Julia Filipchuk
2025-12-09 0:22 ` ✓ CI.KUnit: success for " Patchwork
@ 2025-12-09 1:27 ` Patchwork
2025-12-09 9:29 ` ✗ Xe.CI.Full: failure " Patchwork
` (3 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-12-09 1:27 UTC (permalink / raw)
To: Julia Filipchuk; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 1418 bytes --]
== Series Details ==
Series: drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL
URL : https://patchwork.freedesktop.org/series/158660/
State : success
== Summary ==
CI Bug Log - changes from xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f_BAT -> xe-pw-158660v1_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (12 -> 12)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in xe-pw-158660v1_BAT that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@xe_waitfence@abstime:
- bat-dg2-oem2: [TIMEOUT][1] ([Intel XE#6506]) -> [PASS][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/bat-dg2-oem2/igt@xe_waitfence@abstime.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/bat-dg2-oem2/igt@xe_waitfence@abstime.html
[Intel XE#6506]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6506
Build changes
-------------
* Linux: xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f -> xe-pw-158660v1
IGT_8659: 8659
xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f: 48deab361d3b570e2210875fdc8ffb29627d054f
xe-pw-158660v1: 158660v1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/index.html
[-- Attachment #2: Type: text/html, Size: 1983 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ Xe.CI.Full: failure for drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL
2025-12-09 0:14 [CI] drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL Julia Filipchuk
2025-12-09 0:22 ` ✓ CI.KUnit: success for " Patchwork
2025-12-09 1:27 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-12-09 9:29 ` Patchwork
2025-12-10 9:27 ` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL (rev2) Patchwork
` (2 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-12-09 9:29 UTC (permalink / raw)
To: Julia Filipchuk; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 45823 bytes --]
== Series Details ==
Series: drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL
URL : https://patchwork.freedesktop.org/series/158660/
State : failure
== Summary ==
CI Bug Log - changes from xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f_FULL -> xe-pw-158660v1_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with xe-pw-158660v1_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in xe-pw-158660v1_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in xe-pw-158660v1_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@xe_exec_system_allocator@many-execqueues-mmap-mlock:
- shard-bmg: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@xe_exec_system_allocator@many-execqueues-mmap-mlock.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@xe_exec_system_allocator@many-execqueues-mmap-mlock.html
* igt@xe_exec_system_allocator@many-large-execqueues-mmap-remap-madvise:
- shard-bmg: [PASS][3] -> [DMESG-FAIL][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@xe_exec_system_allocator@many-large-execqueues-mmap-remap-madvise.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@xe_exec_system_allocator@many-large-execqueues-mmap-remap-madvise.html
Known issues
------------
Here are the changes found in xe-pw-158660v1_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_async_flips@async-flip-suspend-resume@pipe-c-hdmi-a-1:
- shard-adlp: [PASS][5] -> [DMESG-WARN][6] ([Intel XE#6766])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-adlp-4/igt@kms_async_flips@async-flip-suspend-resume@pipe-c-hdmi-a-1.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-adlp-6/igt@kms_async_flips@async-flip-suspend-resume@pipe-c-hdmi-a-1.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-adlp: [PASS][7] -> [FAIL][8] ([Intel XE#1231])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-adlp-8/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-adlp-8/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:
- shard-bmg: [PASS][9] -> [SKIP][10] ([Intel XE#367])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-4/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#2887])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-8/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-dg2-set2: [PASS][12] -> [INCOMPLETE][13] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4345])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][14] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#6168] / [i915#14968])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-d-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][15] -> [INCOMPLETE][16] ([Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4345])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6.html
* igt@kms_cursor_edge_walk@256x256-top-bottom:
- shard-adlp: [PASS][17] -> [DMESG-WARN][18] ([Intel XE#2953] / [Intel XE#4173])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-adlp-3/igt@kms_cursor_edge_walk@256x256-top-bottom.html
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-adlp-8/igt@kms_cursor_edge_walk@256x256-top-bottom.html
* igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size:
- shard-bmg: [PASS][19] -> [DMESG-WARN][20] ([Intel XE#5354])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-4/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-6/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-bmg: [PASS][21] -> [FAIL][22] ([Intel XE#6816])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-4/igt@kms_dp_link_training@non-uhbr-sst.html
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-6/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-dg2-set2: [PASS][23] -> [FAIL][24] ([Intel XE#301]) +3 other tests fail
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-dg2-432/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#2293])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-bmg: [PASS][26] -> [ABORT][27] ([Intel XE#6740]) +2 other tests abort
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-4/igt@kms_hdr@bpc-switch-dpms.html
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-5/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_pm_rpm@i2c:
- shard-bmg: [PASS][28] -> [FAIL][29] ([Intel XE#5099])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-8/igt@kms_pm_rpm@i2c.html
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-6/igt@kms_pm_rpm@i2c.html
* igt@xe_exec_basic@many-bindexecqueue-rebind:
- shard-bmg: [PASS][30] -> [SKIP][31] ([Intel XE#6703]) +135 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@xe_exec_basic@many-bindexecqueue-rebind.html
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@xe_exec_basic@many-bindexecqueue-rebind.html
* igt@xe_exec_reset@cm-close-fd:
- shard-adlp: [PASS][32] -> [DMESG-WARN][33] ([Intel XE#3868])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-adlp-9/igt@xe_exec_reset@cm-close-fd.html
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-adlp-3/igt@xe_exec_reset@cm-close-fd.html
* igt@xe_exec_system_allocator@threads-many-large-mmap-new-madvise:
- shard-bmg: [PASS][34] -> [SKIP][35] ([Intel XE#6557] / [Intel XE#6703]) +6 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@xe_exec_system_allocator@threads-many-large-mmap-new-madvise.html
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@xe_exec_system_allocator@threads-many-large-mmap-new-madvise.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-new-huge:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#4943])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-8/igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-new-huge.html
#### Possible fixes ####
* igt@core_getversion@all-cards:
- shard-bmg: [FAIL][37] -> [PASS][38]
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-2/igt@core_getversion@all-cards.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@core_getversion@all-cards.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-bmg: [DMESG-FAIL][39] ([Intel XE#5545]) -> [PASS][40] +1 other test pass
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1:
- shard-adlp: [FAIL][41] ([Intel XE#3908]) -> [PASS][42] +1 other test pass
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-adlp-3/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-adlp-4/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-adlp: [FAIL][43] ([Intel XE#1231]) -> [PASS][44] +1 other test pass
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-adlp-3/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-adlp-8/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p:
- shard-bmg: [SKIP][45] ([Intel XE#367]) -> [PASS][46]
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p.html
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-5/igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6:
- shard-dg2-set2: [INCOMPLETE][47] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#6168]) -> [PASS][48]
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6.html
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6.html
* igt@kms_color@invalid-gamma-lut-sizes:
- shard-adlp: [DMESG-WARN][49] ([Intel XE#2953] / [Intel XE#4173]) -> [PASS][50] +1 other test pass
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-adlp-6/igt@kms_color@invalid-gamma-lut-sizes.html
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-adlp-4/igt@kms_color@invalid-gamma-lut-sizes.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-bmg: [FAIL][51] ([Intel XE#5299]) -> [PASS][52]
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1:
- shard-lnl: [FAIL][53] ([Intel XE#301]) -> [PASS][54] +1 other test pass
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html
* igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a1:
- shard-adlp: [DMESG-WARN][55] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#6766]) -> [PASS][56]
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-adlp-1/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a1.html
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-adlp-9/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a1.html
* igt@kms_flip_tiling@flip-change-tiling:
- shard-adlp: [FAIL][57] ([Intel XE#1874]) -> [PASS][58] +2 other tests pass
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-adlp-6/igt@kms_flip_tiling@flip-change-tiling.html
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-adlp-9/igt@kms_flip_tiling@flip-change-tiling.html
* igt@kms_pm_rpm@basic-pci-d3-state:
- shard-dg2-set2: [FAIL][59] ([Intel XE#4741]) -> [PASS][60]
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-dg2-435/igt@kms_pm_rpm@basic-pci-d3-state.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-dg2-464/igt@kms_pm_rpm@basic-pci-d3-state.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [FAIL][61] ([Intel XE#4459]) -> [PASS][62] +1 other test pass
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-lnl-4/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-lnl-8/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@xe_exec_system_allocator@many-64k-mmap-file-nomemset:
- shard-bmg: [SKIP][63] ([Intel XE#6703]) -> [PASS][64] +44 other tests pass
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-2/igt@xe_exec_system_allocator@many-64k-mmap-file-nomemset.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@xe_exec_system_allocator@many-64k-mmap-file-nomemset.html
* igt@xe_exec_system_allocator@partial-atomic-munmap-cpu-fault:
- shard-bmg: [SKIP][65] ([Intel XE#6557] / [Intel XE#6703]) -> [PASS][66]
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-2/igt@xe_exec_system_allocator@partial-atomic-munmap-cpu-fault.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@xe_exec_system_allocator@partial-atomic-munmap-cpu-fault.html
* igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma:
- shard-lnl: [FAIL][67] ([Intel XE#5625]) -> [PASS][68]
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-lnl-2/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-lnl-5/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma.html
* igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_compute0:
- shard-lnl: [FAIL][69] ([Intel XE#6251]) -> [PASS][70] +3 other tests pass
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-lnl-2/igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_compute0.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-lnl-3/igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_compute0.html
* igt@xe_pmu@engine-activity-single-load-idle:
- shard-dg2-set2: [FAIL][71] ([Intel XE#6812]) -> [PASS][72] +1 other test pass
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-dg2-433/igt@xe_pmu@engine-activity-single-load-idle.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-dg2-432/igt@xe_pmu@engine-activity-single-load-idle.html
* igt@xe_vm@bind-array-enobufs:
- shard-dg2-set2: [FAIL][73] ([Intel XE#6774]) -> [PASS][74]
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-dg2-434/igt@xe_vm@bind-array-enobufs.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-dg2-433/igt@xe_vm@bind-array-enobufs.html
#### Warnings ####
* igt@kms_big_fb@yf-tiled-64bpp-rotate-90:
- shard-bmg: [SKIP][75] ([Intel XE#1124]) -> [SKIP][76] ([Intel XE#6703]) +2 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
* igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p:
- shard-bmg: [SKIP][77] ([Intel XE#2314] / [Intel XE#2894]) -> [SKIP][78] ([Intel XE#6703])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-4-displays-3840x2160p:
- shard-bmg: [SKIP][79] ([Intel XE#367]) -> [SKIP][80] ([Intel XE#6703])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs:
- shard-bmg: [SKIP][81] ([Intel XE#2887]) -> [SKIP][82] ([Intel XE#6557] / [Intel XE#6703])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs:
- shard-bmg: [SKIP][83] ([Intel XE#6703]) -> [SKIP][84] ([Intel XE#2887]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-2/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs:
- shard-bmg: [SKIP][85] ([Intel XE#2887]) -> [SKIP][86] ([Intel XE#6703])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs:
- shard-bmg: [SKIP][87] ([Intel XE#3432]) -> [SKIP][88] ([Intel XE#6703])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html
* igt@kms_chamelium_color@ctm-green-to-red:
- shard-bmg: [SKIP][89] ([Intel XE#2325]) -> [SKIP][90] ([Intel XE#6703]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_chamelium_color@ctm-green-to-red.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_chamelium_color@ctm-green-to-red.html
* igt@kms_chamelium_hpd@hdmi-hpd-after-suspend:
- shard-bmg: [SKIP][91] ([Intel XE#2252]) -> [SKIP][92] ([Intel XE#6703]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_chamelium_hpd@hdmi-hpd-after-suspend.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_chamelium_hpd@hdmi-hpd-after-suspend.html
* igt@kms_colorop@plane-xr30-xr30-ctm_3x4_50_desat:
- shard-bmg: [SKIP][93] ([Intel XE#6704]) -> [SKIP][94] ([Intel XE#6703]) +1 other test skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_colorop@plane-xr30-xr30-ctm_3x4_50_desat.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_colorop@plane-xr30-xr30-ctm_3x4_50_desat.html
* igt@kms_cursor_crc@cursor-offscreen-max-size:
- shard-bmg: [SKIP][95] ([Intel XE#2320]) -> [SKIP][96] ([Intel XE#6703])
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_cursor_crc@cursor-offscreen-max-size.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_cursor_crc@cursor-offscreen-max-size.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-bmg: [SKIP][97] ([Intel XE#2321]) -> [SKIP][98] ([Intel XE#6703])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_cursor_crc@cursor-onscreen-512x170.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-bmg: [SKIP][99] ([Intel XE#6703]) -> [SKIP][100] ([Intel XE#2321])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-2/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_dp_link_training@uhbr-sst:
- shard-bmg: [FAIL][101] ([Intel XE#6793]) -> [SKIP][102] ([Intel XE#4354])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_dp_link_training@uhbr-sst.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-5/igt@kms_dp_link_training@uhbr-sst.html
* igt@kms_dsc@dsc-with-bpc:
- shard-bmg: [SKIP][103] ([Intel XE#2244]) -> [SKIP][104] ([Intel XE#6703])
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_dsc@dsc-with-bpc.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_feature_discovery@display-3x:
- shard-bmg: [SKIP][105] ([Intel XE#2373]) -> [SKIP][106] ([Intel XE#6703])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_feature_discovery@display-3x.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_feature_discovery@display-3x.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-adlp: [DMESG-WARN][107] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#6766]) -> [DMESG-WARN][108] ([Intel XE#6766])
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-adlp-1/igt@kms_flip@flip-vs-suspend-interruptible.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-adlp-9/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
- shard-bmg: [SKIP][109] ([Intel XE#6703]) -> [SKIP][110] ([Intel XE#2293] / [Intel XE#2380])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render:
- shard-bmg: [SKIP][111] ([Intel XE#6703]) -> [SKIP][112] ([Intel XE#2311]) +2 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-slowdraw:
- shard-bmg: [SKIP][113] ([Intel XE#6557] / [Intel XE#6703]) -> [SKIP][114] ([Intel XE#2311])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-slowdraw.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-slowdraw.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move:
- shard-bmg: [SKIP][115] ([Intel XE#6703]) -> [SKIP][116] ([Intel XE#4141]) +1 other test skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render:
- shard-bmg: [SKIP][117] ([Intel XE#4141]) -> [SKIP][118] ([Intel XE#6703]) +3 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-bmg: [SKIP][119] ([Intel XE#2311]) -> [SKIP][120] ([Intel XE#6703]) +7 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-mmap-wc.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][121] ([Intel XE#6703]) -> [SKIP][122] ([Intel XE#2313]) +2 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-wc.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt:
- shard-bmg: [SKIP][123] ([Intel XE#2313]) -> [SKIP][124] ([Intel XE#6703]) +6 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][125] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][126] ([Intel XE#3544])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-3/igt@kms_hdr@brightness-with-hdr.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-bmg: [SKIP][127] ([Intel XE#2391]) -> [SKIP][128] ([Intel XE#6703])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_pm_dc@dc3co-vpb-simulation.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
- shard-bmg: [SKIP][129] ([Intel XE#1406] / [Intel XE#1489]) -> [SKIP][130] ([Intel XE#1406] / [Intel XE#6703]) +1 other test skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr@psr2-primary-page-flip:
- shard-bmg: [SKIP][131] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) -> [SKIP][132] ([Intel XE#1406] / [Intel XE#6703]) +2 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_psr@psr2-primary-page-flip.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_psr@psr2-primary-page-flip.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-bmg: [SKIP][133] ([Intel XE#3414] / [Intel XE#3904]) -> [SKIP][134] ([Intel XE#6703])
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_scaling_modes@scaling-mode-full:
- shard-bmg: [SKIP][135] ([Intel XE#2413]) -> [SKIP][136] ([Intel XE#6703])
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_scaling_modes@scaling-mode-full.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_scaling_modes@scaling-mode-full.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg2-set2: [SKIP][137] ([Intel XE#362]) -> [FAIL][138] ([Intel XE#1729])
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-dg2-464/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: [SKIP][139] ([Intel XE#2426]) -> [SKIP][140] ([Intel XE#2509])
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@max-min:
- shard-bmg: [SKIP][141] ([Intel XE#1499]) -> [SKIP][142] ([Intel XE#6703]) +1 other test skip
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@kms_vrr@max-min.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@kms_vrr@max-min.html
* igt@xe_eudebug@basic-vm-bind-vm-destroy-discovery:
- shard-bmg: [SKIP][143] ([Intel XE#4837]) -> [SKIP][144] ([Intel XE#6703])
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@xe_eudebug@basic-vm-bind-vm-destroy-discovery.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@xe_eudebug@basic-vm-bind-vm-destroy-discovery.html
* igt@xe_eudebug_online@pagefault-read-stress:
- shard-bmg: [SKIP][145] ([Intel XE#6665] / [Intel XE#6681]) -> [SKIP][146] ([Intel XE#6703])
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@xe_eudebug_online@pagefault-read-stress.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@xe_eudebug_online@pagefault-read-stress.html
* igt@xe_eudebug_online@preempt-breakpoint:
- shard-bmg: [SKIP][147] ([Intel XE#4837] / [Intel XE#6665]) -> [SKIP][148] ([Intel XE#6703])
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@xe_eudebug_online@preempt-breakpoint.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@xe_eudebug_online@preempt-breakpoint.html
* igt@xe_eudebug_online@reset-with-attention:
- shard-bmg: [SKIP][149] ([Intel XE#6703]) -> [SKIP][150] ([Intel XE#4837] / [Intel XE#6665])
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-2/igt@xe_eudebug_online@reset-with-attention.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@xe_eudebug_online@reset-with-attention.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate:
- shard-bmg: [SKIP][151] ([Intel XE#2322]) -> [SKIP][152] ([Intel XE#6703]) +1 other test skip
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate.html
* igt@xe_exec_system_allocator@once-mmap-huge-nomemset:
- shard-bmg: [SKIP][153] ([Intel XE#4943]) -> [SKIP][154] ([Intel XE#6703]) +6 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@xe_exec_system_allocator@once-mmap-huge-nomemset.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@xe_exec_system_allocator@once-mmap-huge-nomemset.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-new-huge-nomemset:
- shard-bmg: [SKIP][155] ([Intel XE#6703]) -> [SKIP][156] ([Intel XE#4943])
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-2/igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-new-huge-nomemset.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-new-huge-nomemset.html
* igt@xe_exec_system_allocator@twice-large-mmap-huge:
- shard-bmg: [SKIP][157] ([Intel XE#4943]) -> [SKIP][158] ([Intel XE#6557] / [Intel XE#6703])
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@xe_exec_system_allocator@twice-large-mmap-huge.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@xe_exec_system_allocator@twice-large-mmap-huge.html
* igt@xe_oa@oa-tlb-invalidate:
- shard-bmg: [SKIP][159] ([Intel XE#6703]) -> [SKIP][160] ([Intel XE#2248])
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-2/igt@xe_oa@oa-tlb-invalidate.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@xe_oa@oa-tlb-invalidate.html
* igt@xe_pm@d3cold-multiple-execs:
- shard-bmg: [SKIP][161] ([Intel XE#6703]) -> [SKIP][162] ([Intel XE#2284])
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-2/igt@xe_pm@d3cold-multiple-execs.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@xe_pm@d3cold-multiple-execs.html
* igt@xe_pm@d3hot-i2c:
- shard-bmg: [SKIP][163] ([Intel XE#5742]) -> [SKIP][164] ([Intel XE#6557] / [Intel XE#6703])
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@xe_pm@d3hot-i2c.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@xe_pm@d3hot-i2c.html
* igt@xe_pm@s4-d3cold-basic-exec:
- shard-bmg: [SKIP][165] ([Intel XE#2284]) -> [SKIP][166] ([Intel XE#6703])
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@xe_pm@s4-d3cold-basic-exec.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@xe_pm@s4-d3cold-basic-exec.html
* igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz:
- shard-bmg: [SKIP][167] ([Intel XE#6703]) -> [SKIP][168] ([Intel XE#944])
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-2/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-3/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html
* igt@xe_query@multigpu-query-topology-l3-bank-mask:
- shard-bmg: [SKIP][169] ([Intel XE#944]) -> [SKIP][170] ([Intel XE#6703])
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f/shard-bmg-6/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/shard-bmg-2/igt@xe_query@multigpu-query-topology-l3-bank-mask.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#1231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1231
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[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#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2391]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2391
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
[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#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#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
[Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[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#3868]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3868
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#3908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3908
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4173
[Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
[Intel XE#4345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345
[Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
[Intel XE#4459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459
[Intel XE#4741]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4741
[Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
[Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
[Intel XE#5099]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5099
[Intel XE#5299]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5299
[Intel XE#5354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5354
[Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
[Intel XE#5625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5625
[Intel XE#5742]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5742
[Intel XE#6168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6168
[Intel XE#6251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6251
[Intel XE#6557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6557
[Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
[Intel XE#6681]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6681
[Intel XE#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703
[Intel XE#6704]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6704
[Intel XE#6740]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6740
[Intel XE#6766]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6766
[Intel XE#6774]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6774
[Intel XE#6793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6793
[Intel XE#6812]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6812
[Intel XE#6816]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6816
[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-4208-48deab361d3b570e2210875fdc8ffb29627d054f -> xe-pw-158660v1
IGT_8659: 8659
xe-4208-48deab361d3b570e2210875fdc8ffb29627d054f: 48deab361d3b570e2210875fdc8ffb29627d054f
xe-pw-158660v1: 158660v1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v1/index.html
[-- Attachment #2: Type: text/html, Size: 54775 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL (rev2)
2025-12-09 0:14 [CI] drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL Julia Filipchuk
` (2 preceding siblings ...)
2025-12-09 9:29 ` ✗ Xe.CI.Full: failure " Patchwork
@ 2025-12-10 9:27 ` Patchwork
2025-12-10 10:33 ` ✓ Xe.CI.BAT: " Patchwork
2025-12-10 14:58 ` ✗ Xe.CI.Full: failure " Patchwork
5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-12-10 9:27 UTC (permalink / raw)
To: Julia Filipchuk; +Cc: intel-xe
== Series Details ==
Series: drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL (rev2)
URL : https://patchwork.freedesktop.org/series/158660/
State : success
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[09:26:15] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[09:26:19] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[09:26:49] Starting KUnit Kernel (1/1)...
[09:26:49] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[09:26:50] ================== guc_buf (11 subtests) ===================
[09:26:50] [PASSED] test_smallest
[09:26:50] [PASSED] test_largest
[09:26:50] [PASSED] test_granular
[09:26:50] [PASSED] test_unique
[09:26:50] [PASSED] test_overlap
[09:26:50] [PASSED] test_reusable
[09:26:50] [PASSED] test_too_big
[09:26:50] [PASSED] test_flush
[09:26:50] [PASSED] test_lookup
[09:26:50] [PASSED] test_data
[09:26:50] [PASSED] test_class
[09:26:50] ===================== [PASSED] guc_buf =====================
[09:26:50] =================== guc_dbm (7 subtests) ===================
[09:26:50] [PASSED] test_empty
[09:26:50] [PASSED] test_default
[09:26:50] ======================== test_size ========================
[09:26:50] [PASSED] 4
[09:26:50] [PASSED] 8
[09:26:50] [PASSED] 32
[09:26:50] [PASSED] 256
[09:26:50] ==================== [PASSED] test_size ====================
[09:26:50] ======================= test_reuse ========================
[09:26:50] [PASSED] 4
[09:26:50] [PASSED] 8
[09:26:50] [PASSED] 32
[09:26:50] [PASSED] 256
[09:26:50] =================== [PASSED] test_reuse ====================
[09:26:50] =================== test_range_overlap ====================
[09:26:50] [PASSED] 4
[09:26:50] [PASSED] 8
[09:26:50] [PASSED] 32
[09:26:50] [PASSED] 256
[09:26:50] =============== [PASSED] test_range_overlap ================
[09:26:50] =================== test_range_compact ====================
[09:26:50] [PASSED] 4
[09:26:50] [PASSED] 8
[09:26:50] [PASSED] 32
[09:26:50] [PASSED] 256
[09:26:50] =============== [PASSED] test_range_compact ================
[09:26:50] ==================== test_range_spare =====================
[09:26:50] [PASSED] 4
[09:26:50] [PASSED] 8
[09:26:50] [PASSED] 32
[09:26:50] [PASSED] 256
[09:26:50] ================ [PASSED] test_range_spare =================
[09:26:50] ===================== [PASSED] guc_dbm =====================
[09:26:50] =================== guc_idm (6 subtests) ===================
[09:26:50] [PASSED] bad_init
[09:26:50] [PASSED] no_init
[09:26:50] [PASSED] init_fini
[09:26:50] [PASSED] check_used
[09:26:50] [PASSED] check_quota
[09:26:50] [PASSED] check_all
[09:26:50] ===================== [PASSED] guc_idm =====================
[09:26:50] ================== no_relay (3 subtests) ===================
[09:26:50] [PASSED] xe_drops_guc2pf_if_not_ready
[09:26:50] [PASSED] xe_drops_guc2vf_if_not_ready
[09:26:50] [PASSED] xe_rejects_send_if_not_ready
[09:26:50] ==================== [PASSED] no_relay =====================
[09:26:50] ================== pf_relay (14 subtests) ==================
[09:26:50] [PASSED] pf_rejects_guc2pf_too_short
[09:26:50] [PASSED] pf_rejects_guc2pf_too_long
[09:26:50] [PASSED] pf_rejects_guc2pf_no_payload
[09:26:50] [PASSED] pf_fails_no_payload
[09:26:50] [PASSED] pf_fails_bad_origin
[09:26:50] [PASSED] pf_fails_bad_type
[09:26:50] [PASSED] pf_txn_reports_error
[09:26:50] [PASSED] pf_txn_sends_pf2guc
[09:26:50] [PASSED] pf_sends_pf2guc
[09:26:50] [SKIPPED] pf_loopback_nop
[09:26:50] [SKIPPED] pf_loopback_echo
[09:26:50] [SKIPPED] pf_loopback_fail
[09:26:50] [SKIPPED] pf_loopback_busy
[09:26:50] [SKIPPED] pf_loopback_retry
[09:26:50] ==================== [PASSED] pf_relay =====================
[09:26:50] ================== vf_relay (3 subtests) ===================
[09:26:50] [PASSED] vf_rejects_guc2vf_too_short
[09:26:50] [PASSED] vf_rejects_guc2vf_too_long
[09:26:50] [PASSED] vf_rejects_guc2vf_no_payload
[09:26:50] ==================== [PASSED] vf_relay =====================
[09:26:50] ================ pf_gt_config (6 subtests) =================
[09:26:50] [PASSED] fair_contexts_1vf
[09:26:50] [PASSED] fair_doorbells_1vf
[09:26:50] [PASSED] fair_ggtt_1vf
[09:26:50] ====================== fair_contexts ======================
[09:26:50] [PASSED] 1 VF
[09:26:50] [PASSED] 2 VFs
[09:26:50] [PASSED] 3 VFs
[09:26:50] [PASSED] 4 VFs
[09:26:50] [PASSED] 5 VFs
[09:26:50] [PASSED] 6 VFs
[09:26:50] [PASSED] 7 VFs
[09:26:50] [PASSED] 8 VFs
[09:26:50] [PASSED] 9 VFs
[09:26:50] [PASSED] 10 VFs
[09:26:50] [PASSED] 11 VFs
[09:26:50] [PASSED] 12 VFs
[09:26:50] [PASSED] 13 VFs
[09:26:50] [PASSED] 14 VFs
[09:26:50] [PASSED] 15 VFs
[09:26:50] [PASSED] 16 VFs
[09:26:50] [PASSED] 17 VFs
[09:26:50] [PASSED] 18 VFs
[09:26:50] [PASSED] 19 VFs
[09:26:50] [PASSED] 20 VFs
[09:26:50] [PASSED] 21 VFs
[09:26:50] [PASSED] 22 VFs
[09:26:50] [PASSED] 23 VFs
[09:26:50] [PASSED] 24 VFs
[09:26:50] [PASSED] 25 VFs
[09:26:50] [PASSED] 26 VFs
[09:26:50] [PASSED] 27 VFs
[09:26:50] [PASSED] 28 VFs
[09:26:50] [PASSED] 29 VFs
[09:26:50] [PASSED] 30 VFs
[09:26:50] [PASSED] 31 VFs
[09:26:50] [PASSED] 32 VFs
[09:26:50] [PASSED] 33 VFs
[09:26:50] [PASSED] 34 VFs
[09:26:50] [PASSED] 35 VFs
[09:26:50] [PASSED] 36 VFs
[09:26:50] [PASSED] 37 VFs
[09:26:50] [PASSED] 38 VFs
[09:26:50] [PASSED] 39 VFs
[09:26:50] [PASSED] 40 VFs
[09:26:50] [PASSED] 41 VFs
[09:26:50] [PASSED] 42 VFs
[09:26:50] [PASSED] 43 VFs
[09:26:50] [PASSED] 44 VFs
[09:26:50] [PASSED] 45 VFs
[09:26:50] [PASSED] 46 VFs
[09:26:50] [PASSED] 47 VFs
[09:26:50] [PASSED] 48 VFs
[09:26:50] [PASSED] 49 VFs
[09:26:50] [PASSED] 50 VFs
[09:26:50] [PASSED] 51 VFs
[09:26:50] [PASSED] 52 VFs
[09:26:50] [PASSED] 53 VFs
[09:26:50] [PASSED] 54 VFs
[09:26:50] [PASSED] 55 VFs
[09:26:50] [PASSED] 56 VFs
[09:26:50] [PASSED] 57 VFs
[09:26:50] [PASSED] 58 VFs
[09:26:50] [PASSED] 59 VFs
[09:26:50] [PASSED] 60 VFs
[09:26:50] [PASSED] 61 VFs
[09:26:50] [PASSED] 62 VFs
[09:26:50] [PASSED] 63 VFs
[09:26:50] ================== [PASSED] fair_contexts ==================
[09:26:50] ===================== fair_doorbells ======================
[09:26:50] [PASSED] 1 VF
[09:26:50] [PASSED] 2 VFs
[09:26:50] [PASSED] 3 VFs
[09:26:50] [PASSED] 4 VFs
[09:26:50] [PASSED] 5 VFs
[09:26:50] [PASSED] 6 VFs
[09:26:50] [PASSED] 7 VFs
[09:26:50] [PASSED] 8 VFs
[09:26:50] [PASSED] 9 VFs
[09:26:50] [PASSED] 10 VFs
[09:26:50] [PASSED] 11 VFs
[09:26:50] [PASSED] 12 VFs
[09:26:50] [PASSED] 13 VFs
[09:26:50] [PASSED] 14 VFs
[09:26:50] [PASSED] 15 VFs
[09:26:50] [PASSED] 16 VFs
[09:26:50] [PASSED] 17 VFs
[09:26:50] [PASSED] 18 VFs
[09:26:50] [PASSED] 19 VFs
[09:26:50] [PASSED] 20 VFs
[09:26:50] [PASSED] 21 VFs
[09:26:50] [PASSED] 22 VFs
[09:26:50] [PASSED] 23 VFs
[09:26:50] [PASSED] 24 VFs
[09:26:50] [PASSED] 25 VFs
[09:26:50] [PASSED] 26 VFs
[09:26:50] [PASSED] 27 VFs
[09:26:50] [PASSED] 28 VFs
[09:26:50] [PASSED] 29 VFs
[09:26:50] [PASSED] 30 VFs
[09:26:50] [PASSED] 31 VFs
[09:26:50] [PASSED] 32 VFs
[09:26:50] [PASSED] 33 VFs
[09:26:50] [PASSED] 34 VFs
[09:26:50] [PASSED] 35 VFs
[09:26:50] [PASSED] 36 VFs
[09:26:50] [PASSED] 37 VFs
[09:26:50] [PASSED] 38 VFs
[09:26:50] [PASSED] 39 VFs
[09:26:50] [PASSED] 40 VFs
[09:26:50] [PASSED] 41 VFs
[09:26:50] [PASSED] 42 VFs
[09:26:50] [PASSED] 43 VFs
[09:26:50] [PASSED] 44 VFs
[09:26:50] [PASSED] 45 VFs
[09:26:50] [PASSED] 46 VFs
[09:26:50] [PASSED] 47 VFs
[09:26:50] [PASSED] 48 VFs
[09:26:50] [PASSED] 49 VFs
[09:26:50] [PASSED] 50 VFs
[09:26:50] [PASSED] 51 VFs
[09:26:50] [PASSED] 52 VFs
[09:26:50] [PASSED] 53 VFs
[09:26:50] [PASSED] 54 VFs
[09:26:50] [PASSED] 55 VFs
[09:26:50] [PASSED] 56 VFs
[09:26:50] [PASSED] 57 VFs
[09:26:50] [PASSED] 58 VFs
[09:26:50] [PASSED] 59 VFs
[09:26:50] [PASSED] 60 VFs
[09:26:50] [PASSED] 61 VFs
[09:26:50] [PASSED] 62 VFs
[09:26:50] [PASSED] 63 VFs
[09:26:50] ================= [PASSED] fair_doorbells ==================
[09:26:50] ======================== fair_ggtt ========================
[09:26:50] [PASSED] 1 VF
[09:26:50] [PASSED] 2 VFs
[09:26:50] [PASSED] 3 VFs
[09:26:50] [PASSED] 4 VFs
[09:26:50] [PASSED] 5 VFs
[09:26:50] [PASSED] 6 VFs
[09:26:50] [PASSED] 7 VFs
[09:26:50] [PASSED] 8 VFs
[09:26:50] [PASSED] 9 VFs
[09:26:50] [PASSED] 10 VFs
[09:26:50] [PASSED] 11 VFs
[09:26:50] [PASSED] 12 VFs
[09:26:50] [PASSED] 13 VFs
[09:26:50] [PASSED] 14 VFs
[09:26:50] [PASSED] 15 VFs
[09:26:50] [PASSED] 16 VFs
[09:26:50] [PASSED] 17 VFs
[09:26:50] [PASSED] 18 VFs
[09:26:50] [PASSED] 19 VFs
[09:26:50] [PASSED] 20 VFs
[09:26:50] [PASSED] 21 VFs
[09:26:50] [PASSED] 22 VFs
[09:26:50] [PASSED] 23 VFs
[09:26:50] [PASSED] 24 VFs
[09:26:50] [PASSED] 25 VFs
[09:26:50] [PASSED] 26 VFs
[09:26:50] [PASSED] 27 VFs
[09:26:50] [PASSED] 28 VFs
[09:26:50] [PASSED] 29 VFs
[09:26:50] [PASSED] 30 VFs
[09:26:50] [PASSED] 31 VFs
[09:26:50] [PASSED] 32 VFs
[09:26:50] [PASSED] 33 VFs
[09:26:50] [PASSED] 34 VFs
[09:26:50] [PASSED] 35 VFs
[09:26:50] [PASSED] 36 VFs
[09:26:50] [PASSED] 37 VFs
[09:26:50] [PASSED] 38 VFs
[09:26:50] [PASSED] 39 VFs
[09:26:50] [PASSED] 40 VFs
[09:26:50] [PASSED] 41 VFs
[09:26:50] [PASSED] 42 VFs
[09:26:50] [PASSED] 43 VFs
[09:26:50] [PASSED] 44 VFs
[09:26:50] [PASSED] 45 VFs
[09:26:50] [PASSED] 46 VFs
[09:26:50] [PASSED] 47 VFs
[09:26:50] [PASSED] 48 VFs
[09:26:50] [PASSED] 49 VFs
[09:26:50] [PASSED] 50 VFs
[09:26:50] [PASSED] 51 VFs
[09:26:50] [PASSED] 52 VFs
[09:26:50] [PASSED] 53 VFs
[09:26:50] [PASSED] 54 VFs
[09:26:50] [PASSED] 55 VFs
[09:26:50] [PASSED] 56 VFs
[09:26:50] [PASSED] 57 VFs
[09:26:50] [PASSED] 58 VFs
[09:26:50] [PASSED] 59 VFs
[09:26:50] [PASSED] 60 VFs
[09:26:50] [PASSED] 61 VFs
[09:26:50] [PASSED] 62 VFs
[09:26:50] [PASSED] 63 VFs
[09:26:50] ==================== [PASSED] fair_ggtt ====================
[09:26:50] ================== [PASSED] pf_gt_config ===================
[09:26:50] ===================== lmtt (1 subtest) =====================
[09:26:50] ======================== test_ops =========================
[09:26:50] [PASSED] 2-level
[09:26:50] [PASSED] multi-level
[09:26:50] ==================== [PASSED] test_ops =====================
[09:26:50] ====================== [PASSED] lmtt =======================
[09:26:50] ================= pf_service (11 subtests) =================
[09:26:50] [PASSED] pf_negotiate_any
[09:26:50] [PASSED] pf_negotiate_base_match
[09:26:50] [PASSED] pf_negotiate_base_newer
[09:26:50] [PASSED] pf_negotiate_base_next
[09:26:50] [SKIPPED] pf_negotiate_base_older
[09:26:50] [PASSED] pf_negotiate_base_prev
[09:26:50] [PASSED] pf_negotiate_latest_match
[09:26:50] [PASSED] pf_negotiate_latest_newer
[09:26:50] [PASSED] pf_negotiate_latest_next
[09:26:50] [SKIPPED] pf_negotiate_latest_older
[09:26:50] [SKIPPED] pf_negotiate_latest_prev
[09:26:50] =================== [PASSED] pf_service ====================
[09:26:50] ================= xe_guc_g2g (2 subtests) ==================
[09:26:50] ============== xe_live_guc_g2g_kunit_default ==============
[09:26:50] ========= [SKIPPED] xe_live_guc_g2g_kunit_default ==========
[09:26:50] ============== xe_live_guc_g2g_kunit_allmem ===============
[09:26:50] ========== [SKIPPED] xe_live_guc_g2g_kunit_allmem ==========
[09:26:50] =================== [SKIPPED] xe_guc_g2g ===================
[09:26:50] =================== xe_mocs (2 subtests) ===================
[09:26:50] ================ xe_live_mocs_kernel_kunit ================
[09:26:50] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[09:26:50] ================ xe_live_mocs_reset_kunit =================
[09:26:50] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[09:26:50] ==================== [SKIPPED] xe_mocs =====================
[09:26:50] ================= xe_migrate (2 subtests) ==================
[09:26:50] ================= xe_migrate_sanity_kunit =================
[09:26:50] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[09:26:50] ================== xe_validate_ccs_kunit ==================
[09:26:50] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[09:26:50] =================== [SKIPPED] xe_migrate ===================
[09:26:50] ================== xe_dma_buf (1 subtest) ==================
[09:26:50] ==================== xe_dma_buf_kunit =====================
[09:26:50] ================ [SKIPPED] xe_dma_buf_kunit ================
[09:26:50] =================== [SKIPPED] xe_dma_buf ===================
[09:26:50] ================= xe_bo_shrink (1 subtest) =================
[09:26:50] =================== xe_bo_shrink_kunit ====================
[09:26:50] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[09:26:50] ================== [SKIPPED] xe_bo_shrink ==================
[09:26:50] ==================== xe_bo (2 subtests) ====================
[09:26:50] ================== xe_ccs_migrate_kunit ===================
[09:26:50] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[09:26:50] ==================== xe_bo_evict_kunit ====================
[09:26:50] =============== [SKIPPED] xe_bo_evict_kunit ================
[09:26:50] ===================== [SKIPPED] xe_bo ======================
[09:26:50] ==================== args (11 subtests) ====================
[09:26:50] [PASSED] count_args_test
[09:26:50] [PASSED] call_args_example
[09:26:50] [PASSED] call_args_test
[09:26:50] [PASSED] drop_first_arg_example
[09:26:50] [PASSED] drop_first_arg_test
[09:26:50] [PASSED] first_arg_example
[09:26:50] [PASSED] first_arg_test
[09:26:50] [PASSED] last_arg_example
[09:26:50] [PASSED] last_arg_test
[09:26:50] [PASSED] pick_arg_example
[09:26:50] [PASSED] sep_comma_example
[09:26:50] ====================== [PASSED] args =======================
[09:26:50] =================== xe_pci (3 subtests) ====================
[09:26:50] ==================== check_graphics_ip ====================
[09:26:50] [PASSED] 12.00 Xe_LP
[09:26:50] [PASSED] 12.10 Xe_LP+
[09:26:50] [PASSED] 12.55 Xe_HPG
[09:26:50] [PASSED] 12.60 Xe_HPC
[09:26:50] [PASSED] 12.70 Xe_LPG
[09:26:50] [PASSED] 12.71 Xe_LPG
[09:26:50] [PASSED] 12.74 Xe_LPG+
[09:26:50] [PASSED] 20.01 Xe2_HPG
[09:26:50] [PASSED] 20.02 Xe2_HPG
[09:26:50] [PASSED] 20.04 Xe2_LPG
[09:26:50] [PASSED] 30.00 Xe3_LPG
[09:26:50] [PASSED] 30.01 Xe3_LPG
[09:26:50] [PASSED] 30.03 Xe3_LPG
[09:26:50] [PASSED] 30.04 Xe3_LPG
[09:26:50] [PASSED] 30.05 Xe3_LPG
[09:26:50] [PASSED] 35.11 Xe3p_XPC
[09:26:50] ================ [PASSED] check_graphics_ip ================
[09:26:50] ===================== check_media_ip ======================
[09:26:50] [PASSED] 12.00 Xe_M
[09:26:50] [PASSED] 12.55 Xe_HPM
[09:26:50] [PASSED] 13.00 Xe_LPM+
[09:26:50] [PASSED] 13.01 Xe2_HPM
[09:26:50] [PASSED] 20.00 Xe2_LPM
[09:26:50] [PASSED] 30.00 Xe3_LPM
[09:26:50] [PASSED] 30.02 Xe3_LPM
[09:26:50] [PASSED] 35.00 Xe3p_LPM
[09:26:50] [PASSED] 35.03 Xe3p_HPM
[09:26:50] ================= [PASSED] check_media_ip ==================
[09:26:50] =================== check_platform_desc ===================
[09:26:50] [PASSED] 0x9A60 (TIGERLAKE)
[09:26:50] [PASSED] 0x9A68 (TIGERLAKE)
[09:26:50] [PASSED] 0x9A70 (TIGERLAKE)
[09:26:50] [PASSED] 0x9A40 (TIGERLAKE)
[09:26:50] [PASSED] 0x9A49 (TIGERLAKE)
[09:26:50] [PASSED] 0x9A59 (TIGERLAKE)
[09:26:50] [PASSED] 0x9A78 (TIGERLAKE)
[09:26:50] [PASSED] 0x9AC0 (TIGERLAKE)
[09:26:50] [PASSED] 0x9AC9 (TIGERLAKE)
[09:26:50] [PASSED] 0x9AD9 (TIGERLAKE)
[09:26:50] [PASSED] 0x9AF8 (TIGERLAKE)
[09:26:50] [PASSED] 0x4C80 (ROCKETLAKE)
[09:26:50] [PASSED] 0x4C8A (ROCKETLAKE)
[09:26:50] [PASSED] 0x4C8B (ROCKETLAKE)
[09:26:50] [PASSED] 0x4C8C (ROCKETLAKE)
[09:26:50] [PASSED] 0x4C90 (ROCKETLAKE)
[09:26:50] [PASSED] 0x4C9A (ROCKETLAKE)
[09:26:50] [PASSED] 0x4680 (ALDERLAKE_S)
[09:26:50] [PASSED] 0x4682 (ALDERLAKE_S)
[09:26:50] [PASSED] 0x4688 (ALDERLAKE_S)
[09:26:50] [PASSED] 0x468A (ALDERLAKE_S)
[09:26:50] [PASSED] 0x468B (ALDERLAKE_S)
[09:26:50] [PASSED] 0x4690 (ALDERLAKE_S)
[09:26:50] [PASSED] 0x4692 (ALDERLAKE_S)
[09:26:50] [PASSED] 0x4693 (ALDERLAKE_S)
[09:26:50] [PASSED] 0x46A0 (ALDERLAKE_P)
[09:26:50] [PASSED] 0x46A1 (ALDERLAKE_P)
[09:26:50] [PASSED] 0x46A2 (ALDERLAKE_P)
[09:26:50] [PASSED] 0x46A3 (ALDERLAKE_P)
[09:26:50] [PASSED] 0x46A6 (ALDERLAKE_P)
[09:26:50] [PASSED] 0x46A8 (ALDERLAKE_P)
[09:26:50] [PASSED] 0x46AA (ALDERLAKE_P)
[09:26:50] [PASSED] 0x462A (ALDERLAKE_P)
[09:26:50] [PASSED] 0x4626 (ALDERLAKE_P)
[09:26:50] [PASSED] 0x4628 (ALDERLAKE_P)
[09:26:50] [PASSED] 0x46B0 (ALDERLAKE_P)
stty: 'standard input': Inappropriate ioctl for device
[09:26:50] [PASSED] 0x46B1 (ALDERLAKE_P)
[09:26:50] [PASSED] 0x46B2 (ALDERLAKE_P)
[09:26:50] [PASSED] 0x46B3 (ALDERLAKE_P)
[09:26:50] [PASSED] 0x46C0 (ALDERLAKE_P)
[09:26:50] [PASSED] 0x46C1 (ALDERLAKE_P)
[09:26:50] [PASSED] 0x46C2 (ALDERLAKE_P)
[09:26:50] [PASSED] 0x46C3 (ALDERLAKE_P)
[09:26:50] [PASSED] 0x46D0 (ALDERLAKE_N)
[09:26:50] [PASSED] 0x46D1 (ALDERLAKE_N)
[09:26:50] [PASSED] 0x46D2 (ALDERLAKE_N)
[09:26:50] [PASSED] 0x46D3 (ALDERLAKE_N)
[09:26:50] [PASSED] 0x46D4 (ALDERLAKE_N)
[09:26:50] [PASSED] 0xA721 (ALDERLAKE_P)
[09:26:50] [PASSED] 0xA7A1 (ALDERLAKE_P)
[09:26:50] [PASSED] 0xA7A9 (ALDERLAKE_P)
[09:26:50] [PASSED] 0xA7AC (ALDERLAKE_P)
[09:26:50] [PASSED] 0xA7AD (ALDERLAKE_P)
[09:26:50] [PASSED] 0xA720 (ALDERLAKE_P)
[09:26:50] [PASSED] 0xA7A0 (ALDERLAKE_P)
[09:26:50] [PASSED] 0xA7A8 (ALDERLAKE_P)
[09:26:50] [PASSED] 0xA7AA (ALDERLAKE_P)
[09:26:50] [PASSED] 0xA7AB (ALDERLAKE_P)
[09:26:50] [PASSED] 0xA780 (ALDERLAKE_S)
[09:26:50] [PASSED] 0xA781 (ALDERLAKE_S)
[09:26:50] [PASSED] 0xA782 (ALDERLAKE_S)
[09:26:50] [PASSED] 0xA783 (ALDERLAKE_S)
[09:26:50] [PASSED] 0xA788 (ALDERLAKE_S)
[09:26:50] [PASSED] 0xA789 (ALDERLAKE_S)
[09:26:50] [PASSED] 0xA78A (ALDERLAKE_S)
[09:26:50] [PASSED] 0xA78B (ALDERLAKE_S)
[09:26:50] [PASSED] 0x4905 (DG1)
[09:26:50] [PASSED] 0x4906 (DG1)
[09:26:50] [PASSED] 0x4907 (DG1)
[09:26:50] [PASSED] 0x4908 (DG1)
[09:26:50] [PASSED] 0x4909 (DG1)
[09:26:50] [PASSED] 0x56C0 (DG2)
[09:26:50] [PASSED] 0x56C2 (DG2)
[09:26:50] [PASSED] 0x56C1 (DG2)
[09:26:50] [PASSED] 0x7D51 (METEORLAKE)
[09:26:50] [PASSED] 0x7DD1 (METEORLAKE)
[09:26:50] [PASSED] 0x7D41 (METEORLAKE)
[09:26:50] [PASSED] 0x7D67 (METEORLAKE)
[09:26:50] [PASSED] 0xB640 (METEORLAKE)
[09:26:50] [PASSED] 0x56A0 (DG2)
[09:26:50] [PASSED] 0x56A1 (DG2)
[09:26:50] [PASSED] 0x56A2 (DG2)
[09:26:50] [PASSED] 0x56BE (DG2)
[09:26:50] [PASSED] 0x56BF (DG2)
[09:26:50] [PASSED] 0x5690 (DG2)
[09:26:50] [PASSED] 0x5691 (DG2)
[09:26:50] [PASSED] 0x5692 (DG2)
[09:26:50] [PASSED] 0x56A5 (DG2)
[09:26:50] [PASSED] 0x56A6 (DG2)
[09:26:50] [PASSED] 0x56B0 (DG2)
[09:26:50] [PASSED] 0x56B1 (DG2)
[09:26:50] [PASSED] 0x56BA (DG2)
[09:26:50] [PASSED] 0x56BB (DG2)
[09:26:50] [PASSED] 0x56BC (DG2)
[09:26:50] [PASSED] 0x56BD (DG2)
[09:26:50] [PASSED] 0x5693 (DG2)
[09:26:50] [PASSED] 0x5694 (DG2)
[09:26:50] [PASSED] 0x5695 (DG2)
[09:26:50] [PASSED] 0x56A3 (DG2)
[09:26:50] [PASSED] 0x56A4 (DG2)
[09:26:50] [PASSED] 0x56B2 (DG2)
[09:26:50] [PASSED] 0x56B3 (DG2)
[09:26:50] [PASSED] 0x5696 (DG2)
[09:26:50] [PASSED] 0x5697 (DG2)
[09:26:50] [PASSED] 0xB69 (PVC)
[09:26:50] [PASSED] 0xB6E (PVC)
[09:26:50] [PASSED] 0xBD4 (PVC)
[09:26:50] [PASSED] 0xBD5 (PVC)
[09:26:50] [PASSED] 0xBD6 (PVC)
[09:26:50] [PASSED] 0xBD7 (PVC)
[09:26:50] [PASSED] 0xBD8 (PVC)
[09:26:50] [PASSED] 0xBD9 (PVC)
[09:26:50] [PASSED] 0xBDA (PVC)
[09:26:50] [PASSED] 0xBDB (PVC)
[09:26:50] [PASSED] 0xBE0 (PVC)
[09:26:50] [PASSED] 0xBE1 (PVC)
[09:26:50] [PASSED] 0xBE5 (PVC)
[09:26:50] [PASSED] 0x7D40 (METEORLAKE)
[09:26:50] [PASSED] 0x7D45 (METEORLAKE)
[09:26:50] [PASSED] 0x7D55 (METEORLAKE)
[09:26:50] [PASSED] 0x7D60 (METEORLAKE)
[09:26:50] [PASSED] 0x7DD5 (METEORLAKE)
[09:26:50] [PASSED] 0x6420 (LUNARLAKE)
[09:26:50] [PASSED] 0x64A0 (LUNARLAKE)
[09:26:50] [PASSED] 0x64B0 (LUNARLAKE)
[09:26:50] [PASSED] 0xE202 (BATTLEMAGE)
[09:26:50] [PASSED] 0xE209 (BATTLEMAGE)
[09:26:50] [PASSED] 0xE20B (BATTLEMAGE)
[09:26:50] [PASSED] 0xE20C (BATTLEMAGE)
[09:26:50] [PASSED] 0xE20D (BATTLEMAGE)
[09:26:50] [PASSED] 0xE210 (BATTLEMAGE)
[09:26:50] [PASSED] 0xE211 (BATTLEMAGE)
[09:26:50] [PASSED] 0xE212 (BATTLEMAGE)
[09:26:50] [PASSED] 0xE216 (BATTLEMAGE)
[09:26:50] [PASSED] 0xE220 (BATTLEMAGE)
[09:26:50] [PASSED] 0xE221 (BATTLEMAGE)
[09:26:50] [PASSED] 0xE222 (BATTLEMAGE)
[09:26:50] [PASSED] 0xE223 (BATTLEMAGE)
[09:26:50] [PASSED] 0xB080 (PANTHERLAKE)
[09:26:50] [PASSED] 0xB081 (PANTHERLAKE)
[09:26:50] [PASSED] 0xB082 (PANTHERLAKE)
[09:26:50] [PASSED] 0xB083 (PANTHERLAKE)
[09:26:50] [PASSED] 0xB084 (PANTHERLAKE)
[09:26:50] [PASSED] 0xB085 (PANTHERLAKE)
[09:26:50] [PASSED] 0xB086 (PANTHERLAKE)
[09:26:50] [PASSED] 0xB087 (PANTHERLAKE)
[09:26:50] [PASSED] 0xB08F (PANTHERLAKE)
[09:26:50] [PASSED] 0xB090 (PANTHERLAKE)
[09:26:50] [PASSED] 0xB0A0 (PANTHERLAKE)
[09:26:50] [PASSED] 0xB0B0 (PANTHERLAKE)
[09:26:50] [PASSED] 0xD740 (NOVALAKE_S)
[09:26:50] [PASSED] 0xD741 (NOVALAKE_S)
[09:26:50] [PASSED] 0xD742 (NOVALAKE_S)
[09:26:50] [PASSED] 0xD743 (NOVALAKE_S)
[09:26:50] [PASSED] 0xD744 (NOVALAKE_S)
[09:26:50] [PASSED] 0xD745 (NOVALAKE_S)
[09:26:50] [PASSED] 0x674C (CRESCENTISLAND)
[09:26:50] [PASSED] 0xFD80 (PANTHERLAKE)
[09:26:50] [PASSED] 0xFD81 (PANTHERLAKE)
[09:26:50] =============== [PASSED] check_platform_desc ===============
[09:26:50] ===================== [PASSED] xe_pci ======================
[09:26:50] =================== xe_rtp (2 subtests) ====================
[09:26:50] =============== xe_rtp_process_to_sr_tests ================
[09:26:50] [PASSED] coalesce-same-reg
[09:26:50] [PASSED] no-match-no-add
[09:26:50] [PASSED] match-or
[09:26:50] [PASSED] match-or-xfail
[09:26:50] [PASSED] no-match-no-add-multiple-rules
[09:26:50] [PASSED] two-regs-two-entries
[09:26:50] [PASSED] clr-one-set-other
[09:26:50] [PASSED] set-field
[09:26:50] [PASSED] conflict-duplicate
[09:26:50] [PASSED] conflict-not-disjoint
[09:26:50] [PASSED] conflict-reg-type
[09:26:50] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[09:26:50] ================== xe_rtp_process_tests ===================
[09:26:50] [PASSED] active1
[09:26:50] [PASSED] active2
[09:26:50] [PASSED] active-inactive
[09:26:50] [PASSED] inactive-active
[09:26:50] [PASSED] inactive-1st_or_active-inactive
[09:26:50] [PASSED] inactive-2nd_or_active-inactive
[09:26:50] [PASSED] inactive-last_or_active-inactive
[09:26:50] [PASSED] inactive-no_or_active-inactive
[09:26:50] ============== [PASSED] xe_rtp_process_tests ===============
[09:26:50] ===================== [PASSED] xe_rtp ======================
[09:26:50] ==================== xe_wa (1 subtest) =====================
[09:26:50] ======================== xe_wa_gt =========================
[09:26:50] [PASSED] TIGERLAKE B0
[09:26:50] [PASSED] DG1 A0
[09:26:50] [PASSED] DG1 B0
[09:26:50] [PASSED] ALDERLAKE_S A0
[09:26:50] [PASSED] ALDERLAKE_S B0
[09:26:50] [PASSED] ALDERLAKE_S C0
[09:26:50] [PASSED] ALDERLAKE_S D0
[09:26:50] [PASSED] ALDERLAKE_P A0
[09:26:50] [PASSED] ALDERLAKE_P B0
[09:26:50] [PASSED] ALDERLAKE_P C0
[09:26:50] [PASSED] ALDERLAKE_S RPLS D0
[09:26:50] [PASSED] ALDERLAKE_P RPLU E0
[09:26:50] [PASSED] DG2 G10 C0
[09:26:50] [PASSED] DG2 G11 B1
[09:26:50] [PASSED] DG2 G12 A1
[09:26:50] [PASSED] METEORLAKE 12.70(Xe_LPG) A0 13.00(Xe_LPM+) A0
[09:26:50] [PASSED] METEORLAKE 12.71(Xe_LPG) A0 13.00(Xe_LPM+) A0
[09:26:50] [PASSED] METEORLAKE 12.74(Xe_LPG+) A0 13.00(Xe_LPM+) A0
[09:26:50] [PASSED] LUNARLAKE 20.04(Xe2_LPG) A0 20.00(Xe2_LPM) A0
[09:26:50] [PASSED] LUNARLAKE 20.04(Xe2_LPG) B0 20.00(Xe2_LPM) A0
[09:26:50] [PASSED] BATTLEMAGE 20.01(Xe2_HPG) A0 13.01(Xe2_HPM) A1
[09:26:50] [PASSED] PANTHERLAKE 30.00(Xe3_LPG) A0 30.00(Xe3_LPM) A0
[09:26:50] ==================== [PASSED] xe_wa_gt =====================
[09:26:50] ====================== [PASSED] xe_wa ======================
[09:26:50] ============================================================
[09:26:50] Testing complete. Ran 510 tests: passed: 492, skipped: 18
[09:26:50] Elapsed time: 35.133s total, 4.228s configuring, 30.388s building, 0.464s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[09:26:50] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[09:26: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
[09:27:16] Starting KUnit Kernel (1/1)...
[09:27:16] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[09:27:16] ============ drm_test_pick_cmdline (2 subtests) ============
[09:27:16] [PASSED] drm_test_pick_cmdline_res_1920_1080_60
[09:27:16] =============== drm_test_pick_cmdline_named ===============
[09:27:16] [PASSED] NTSC
[09:27:16] [PASSED] NTSC-J
[09:27:16] [PASSED] PAL
[09:27:16] [PASSED] PAL-M
[09:27:16] =========== [PASSED] drm_test_pick_cmdline_named ===========
[09:27:16] ============== [PASSED] drm_test_pick_cmdline ==============
[09:27:16] == drm_test_atomic_get_connector_for_encoder (1 subtest) ===
[09:27:16] [PASSED] drm_test_drm_atomic_get_connector_for_encoder
[09:27:16] ==== [PASSED] drm_test_atomic_get_connector_for_encoder ====
[09:27:16] =========== drm_validate_clone_mode (2 subtests) ===========
[09:27:16] ============== drm_test_check_in_clone_mode ===============
[09:27:16] [PASSED] in_clone_mode
[09:27:16] [PASSED] not_in_clone_mode
[09:27:16] ========== [PASSED] drm_test_check_in_clone_mode ===========
[09:27:16] =============== drm_test_check_valid_clones ===============
[09:27:16] [PASSED] not_in_clone_mode
[09:27:16] [PASSED] valid_clone
[09:27:16] [PASSED] invalid_clone
[09:27:16] =========== [PASSED] drm_test_check_valid_clones ===========
[09:27:16] ============= [PASSED] drm_validate_clone_mode =============
[09:27:16] ============= drm_validate_modeset (1 subtest) =============
[09:27:16] [PASSED] drm_test_check_connector_changed_modeset
[09:27:16] ============== [PASSED] drm_validate_modeset ===============
[09:27:16] ====== drm_test_bridge_get_current_state (2 subtests) ======
[09:27:16] [PASSED] drm_test_drm_bridge_get_current_state_atomic
[09:27:16] [PASSED] drm_test_drm_bridge_get_current_state_legacy
[09:27:16] ======== [PASSED] drm_test_bridge_get_current_state ========
[09:27:16] ====== drm_test_bridge_helper_reset_crtc (3 subtests) ======
[09:27:16] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic
[09:27:16] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic_disabled
[09:27:16] [PASSED] drm_test_drm_bridge_helper_reset_crtc_legacy
[09:27:16] ======== [PASSED] drm_test_bridge_helper_reset_crtc ========
[09:27:16] ============== drm_bridge_alloc (2 subtests) ===============
[09:27:16] [PASSED] drm_test_drm_bridge_alloc_basic
[09:27:16] [PASSED] drm_test_drm_bridge_alloc_get_put
[09:27:16] ================ [PASSED] drm_bridge_alloc =================
[09:27:16] ================== drm_buddy (8 subtests) ==================
[09:27:16] [PASSED] drm_test_buddy_alloc_limit
[09:27:16] [PASSED] drm_test_buddy_alloc_optimistic
[09:27:16] [PASSED] drm_test_buddy_alloc_pessimistic
[09:27:16] [PASSED] drm_test_buddy_alloc_pathological
[09:27:16] [PASSED] drm_test_buddy_alloc_contiguous
[09:27:16] [PASSED] drm_test_buddy_alloc_clear
[09:27:17] [PASSED] drm_test_buddy_alloc_range_bias
[09:27:17] [PASSED] drm_test_buddy_fragmentation_performance
[09:27:17] ==================== [PASSED] drm_buddy ====================
[09:27:17] ============= drm_cmdline_parser (40 subtests) =============
[09:27:17] [PASSED] drm_test_cmdline_force_d_only
[09:27:17] [PASSED] drm_test_cmdline_force_D_only_dvi
[09:27:17] [PASSED] drm_test_cmdline_force_D_only_hdmi
[09:27:17] [PASSED] drm_test_cmdline_force_D_only_not_digital
[09:27:17] [PASSED] drm_test_cmdline_force_e_only
[09:27:17] [PASSED] drm_test_cmdline_res
[09:27:17] [PASSED] drm_test_cmdline_res_vesa
[09:27:17] [PASSED] drm_test_cmdline_res_vesa_rblank
[09:27:17] [PASSED] drm_test_cmdline_res_rblank
[09:27:17] [PASSED] drm_test_cmdline_res_bpp
[09:27:17] [PASSED] drm_test_cmdline_res_refresh
[09:27:17] [PASSED] drm_test_cmdline_res_bpp_refresh
[09:27:17] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[09:27:17] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[09:27:17] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[09:27:17] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[09:27:17] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[09:27:17] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[09:27:17] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[09:27:17] [PASSED] drm_test_cmdline_res_margins_force_on
[09:27:17] [PASSED] drm_test_cmdline_res_vesa_margins
[09:27:17] [PASSED] drm_test_cmdline_name
[09:27:17] [PASSED] drm_test_cmdline_name_bpp
[09:27:17] [PASSED] drm_test_cmdline_name_option
[09:27:17] [PASSED] drm_test_cmdline_name_bpp_option
[09:27:17] [PASSED] drm_test_cmdline_rotate_0
[09:27:17] [PASSED] drm_test_cmdline_rotate_90
[09:27:17] [PASSED] drm_test_cmdline_rotate_180
[09:27:17] [PASSED] drm_test_cmdline_rotate_270
[09:27:17] [PASSED] drm_test_cmdline_hmirror
[09:27:17] [PASSED] drm_test_cmdline_vmirror
[09:27:17] [PASSED] drm_test_cmdline_margin_options
[09:27:17] [PASSED] drm_test_cmdline_multiple_options
[09:27:17] [PASSED] drm_test_cmdline_bpp_extra_and_option
[09:27:17] [PASSED] drm_test_cmdline_extra_and_option
[09:27:17] [PASSED] drm_test_cmdline_freestanding_options
[09:27:17] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[09:27:17] [PASSED] drm_test_cmdline_panel_orientation
[09:27:17] ================ drm_test_cmdline_invalid =================
[09:27:17] [PASSED] margin_only
[09:27:17] [PASSED] interlace_only
[09:27:17] [PASSED] res_missing_x
[09:27:17] [PASSED] res_missing_y
[09:27:17] [PASSED] res_bad_y
[09:27:17] [PASSED] res_missing_y_bpp
[09:27:17] [PASSED] res_bad_bpp
[09:27:17] [PASSED] res_bad_refresh
[09:27:17] [PASSED] res_bpp_refresh_force_on_off
[09:27:17] [PASSED] res_invalid_mode
[09:27:17] [PASSED] res_bpp_wrong_place_mode
[09:27:17] [PASSED] name_bpp_refresh
[09:27:17] [PASSED] name_refresh
[09:27:17] [PASSED] name_refresh_wrong_mode
[09:27:17] [PASSED] name_refresh_invalid_mode
[09:27:17] [PASSED] rotate_multiple
[09:27:17] [PASSED] rotate_invalid_val
[09:27:17] [PASSED] rotate_truncated
[09:27:17] [PASSED] invalid_option
[09:27:17] [PASSED] invalid_tv_option
[09:27:17] [PASSED] truncated_tv_option
[09:27:17] ============ [PASSED] drm_test_cmdline_invalid =============
[09:27:17] =============== drm_test_cmdline_tv_options ===============
[09:27:17] [PASSED] NTSC
[09:27:17] [PASSED] NTSC_443
[09:27:17] [PASSED] NTSC_J
[09:27:17] [PASSED] PAL
[09:27:17] [PASSED] PAL_M
[09:27:17] [PASSED] PAL_N
[09:27:17] [PASSED] SECAM
[09:27:17] [PASSED] MONO_525
[09:27:17] [PASSED] MONO_625
[09:27:17] =========== [PASSED] drm_test_cmdline_tv_options ===========
[09:27:17] =============== [PASSED] drm_cmdline_parser ================
[09:27:17] ========== drmm_connector_hdmi_init (20 subtests) ==========
[09:27:17] [PASSED] drm_test_connector_hdmi_init_valid
[09:27:17] [PASSED] drm_test_connector_hdmi_init_bpc_8
[09:27:17] [PASSED] drm_test_connector_hdmi_init_bpc_10
[09:27:17] [PASSED] drm_test_connector_hdmi_init_bpc_12
[09:27:17] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[09:27:17] [PASSED] drm_test_connector_hdmi_init_bpc_null
[09:27:17] [PASSED] drm_test_connector_hdmi_init_formats_empty
[09:27:17] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[09:27:17] === drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[09:27:17] [PASSED] supported_formats=0x9 yuv420_allowed=1
[09:27:17] [PASSED] supported_formats=0x9 yuv420_allowed=0
[09:27:17] [PASSED] supported_formats=0x3 yuv420_allowed=1
[09:27:17] [PASSED] supported_formats=0x3 yuv420_allowed=0
[09:27:17] === [PASSED] drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[09:27:17] [PASSED] drm_test_connector_hdmi_init_null_ddc
[09:27:17] [PASSED] drm_test_connector_hdmi_init_null_product
[09:27:17] [PASSED] drm_test_connector_hdmi_init_null_vendor
[09:27:17] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[09:27:17] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[09:27:17] [PASSED] drm_test_connector_hdmi_init_product_valid
[09:27:17] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[09:27:17] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[09:27:17] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[09:27:17] ========= drm_test_connector_hdmi_init_type_valid =========
[09:27:17] [PASSED] HDMI-A
[09:27:17] [PASSED] HDMI-B
[09:27:17] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[09:27:17] ======== drm_test_connector_hdmi_init_type_invalid ========
[09:27:17] [PASSED] Unknown
[09:27:17] [PASSED] VGA
[09:27:17] [PASSED] DVI-I
[09:27:17] [PASSED] DVI-D
[09:27:17] [PASSED] DVI-A
[09:27:17] [PASSED] Composite
[09:27:17] [PASSED] SVIDEO
[09:27:17] [PASSED] LVDS
[09:27:17] [PASSED] Component
[09:27:17] [PASSED] DIN
[09:27:17] [PASSED] DP
[09:27:17] [PASSED] TV
[09:27:17] [PASSED] eDP
[09:27:17] [PASSED] Virtual
[09:27:17] [PASSED] DSI
[09:27:17] [PASSED] DPI
[09:27:17] [PASSED] Writeback
[09:27:17] [PASSED] SPI
[09:27:17] [PASSED] USB
[09:27:17] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[09:27:17] ============ [PASSED] drmm_connector_hdmi_init =============
[09:27:17] ============= drmm_connector_init (3 subtests) =============
[09:27:17] [PASSED] drm_test_drmm_connector_init
[09:27:17] [PASSED] drm_test_drmm_connector_init_null_ddc
[09:27:17] ========= drm_test_drmm_connector_init_type_valid =========
[09:27:17] [PASSED] Unknown
[09:27:17] [PASSED] VGA
[09:27:17] [PASSED] DVI-I
[09:27:17] [PASSED] DVI-D
[09:27:17] [PASSED] DVI-A
[09:27:17] [PASSED] Composite
[09:27:17] [PASSED] SVIDEO
[09:27:17] [PASSED] LVDS
[09:27:17] [PASSED] Component
[09:27:17] [PASSED] DIN
[09:27:17] [PASSED] DP
[09:27:17] [PASSED] HDMI-A
[09:27:17] [PASSED] HDMI-B
[09:27:17] [PASSED] TV
[09:27:17] [PASSED] eDP
[09:27:17] [PASSED] Virtual
[09:27:17] [PASSED] DSI
[09:27:17] [PASSED] DPI
[09:27:17] [PASSED] Writeback
[09:27:17] [PASSED] SPI
[09:27:17] [PASSED] USB
[09:27:17] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[09:27:17] =============== [PASSED] drmm_connector_init ===============
[09:27:17] ========= drm_connector_dynamic_init (6 subtests) ==========
[09:27:17] [PASSED] drm_test_drm_connector_dynamic_init
[09:27:17] [PASSED] drm_test_drm_connector_dynamic_init_null_ddc
[09:27:17] [PASSED] drm_test_drm_connector_dynamic_init_not_added
[09:27:17] [PASSED] drm_test_drm_connector_dynamic_init_properties
[09:27:17] ===== drm_test_drm_connector_dynamic_init_type_valid ======
[09:27:17] [PASSED] Unknown
[09:27:17] [PASSED] VGA
[09:27:17] [PASSED] DVI-I
[09:27:17] [PASSED] DVI-D
[09:27:17] [PASSED] DVI-A
[09:27:17] [PASSED] Composite
[09:27:17] [PASSED] SVIDEO
[09:27:17] [PASSED] LVDS
[09:27:17] [PASSED] Component
[09:27:17] [PASSED] DIN
[09:27:17] [PASSED] DP
[09:27:17] [PASSED] HDMI-A
[09:27:17] [PASSED] HDMI-B
[09:27:17] [PASSED] TV
[09:27:17] [PASSED] eDP
[09:27:17] [PASSED] Virtual
[09:27:17] [PASSED] DSI
[09:27:17] [PASSED] DPI
[09:27:17] [PASSED] Writeback
[09:27:17] [PASSED] SPI
[09:27:17] [PASSED] USB
[09:27:17] = [PASSED] drm_test_drm_connector_dynamic_init_type_valid ==
[09:27:17] ======== drm_test_drm_connector_dynamic_init_name =========
[09:27:17] [PASSED] Unknown
[09:27:17] [PASSED] VGA
[09:27:17] [PASSED] DVI-I
[09:27:17] [PASSED] DVI-D
[09:27:17] [PASSED] DVI-A
[09:27:17] [PASSED] Composite
[09:27:17] [PASSED] SVIDEO
[09:27:17] [PASSED] LVDS
[09:27:17] [PASSED] Component
[09:27:17] [PASSED] DIN
[09:27:17] [PASSED] DP
[09:27:17] [PASSED] HDMI-A
[09:27:17] [PASSED] HDMI-B
[09:27:17] [PASSED] TV
[09:27:17] [PASSED] eDP
[09:27:17] [PASSED] Virtual
[09:27:17] [PASSED] DSI
[09:27:17] [PASSED] DPI
[09:27:17] [PASSED] Writeback
[09:27:17] [PASSED] SPI
[09:27:17] [PASSED] USB
[09:27:17] ==== [PASSED] drm_test_drm_connector_dynamic_init_name =====
[09:27:17] =========== [PASSED] drm_connector_dynamic_init ============
[09:27:17] ==== drm_connector_dynamic_register_early (4 subtests) =====
[09:27:17] [PASSED] drm_test_drm_connector_dynamic_register_early_on_list
[09:27:17] [PASSED] drm_test_drm_connector_dynamic_register_early_defer
[09:27:17] [PASSED] drm_test_drm_connector_dynamic_register_early_no_init
[09:27:17] [PASSED] drm_test_drm_connector_dynamic_register_early_no_mode_object
[09:27:17] ====== [PASSED] drm_connector_dynamic_register_early =======
[09:27:17] ======= drm_connector_dynamic_register (7 subtests) ========
[09:27:17] [PASSED] drm_test_drm_connector_dynamic_register_on_list
[09:27:17] [PASSED] drm_test_drm_connector_dynamic_register_no_defer
[09:27:17] [PASSED] drm_test_drm_connector_dynamic_register_no_init
[09:27:17] [PASSED] drm_test_drm_connector_dynamic_register_mode_object
[09:27:17] [PASSED] drm_test_drm_connector_dynamic_register_sysfs
[09:27:17] [PASSED] drm_test_drm_connector_dynamic_register_sysfs_name
[09:27:17] [PASSED] drm_test_drm_connector_dynamic_register_debugfs
[09:27:17] ========= [PASSED] drm_connector_dynamic_register ==========
[09:27:17] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[09:27:17] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[09:27:17] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[09:27:17] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[09:27:17] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[09:27:17] ========== drm_test_get_tv_mode_from_name_valid ===========
[09:27:17] [PASSED] NTSC
[09:27:17] [PASSED] NTSC-443
[09:27:17] [PASSED] NTSC-J
[09:27:17] [PASSED] PAL
[09:27:17] [PASSED] PAL-M
[09:27:17] [PASSED] PAL-N
[09:27:17] [PASSED] SECAM
[09:27:17] [PASSED] Mono
[09:27:17] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[09:27:17] [PASSED] drm_test_get_tv_mode_from_name_truncated
[09:27:17] ============ [PASSED] drm_get_tv_mode_from_name ============
[09:27:17] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[09:27:17] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[09:27:17] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[09:27:17] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[09:27:17] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[09:27:17] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[09:27:17] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[09:27:17] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid =
[09:27:17] [PASSED] VIC 96
[09:27:17] [PASSED] VIC 97
[09:27:17] [PASSED] VIC 101
[09:27:17] [PASSED] VIC 102
[09:27:17] [PASSED] VIC 106
[09:27:17] [PASSED] VIC 107
[09:27:17] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[09:27:17] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[09:27:17] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[09:27:17] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[09:27:17] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[09:27:17] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[09:27:17] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[09:27:17] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[09:27:17] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name ====
[09:27:17] [PASSED] Automatic
[09:27:17] [PASSED] Full
[09:27:17] [PASSED] Limited 16:235
[09:27:17] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[09:27:17] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[09:27:17] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[09:27:17] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[09:27:17] === drm_test_drm_hdmi_connector_get_output_format_name ====
[09:27:17] [PASSED] RGB
[09:27:17] [PASSED] YUV 4:2:0
[09:27:17] [PASSED] YUV 4:2:2
[09:27:17] [PASSED] YUV 4:4:4
[09:27:17] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[09:27:17] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[09:27:17] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[09:27:17] ============= drm_damage_helper (21 subtests) ==============
[09:27:17] [PASSED] drm_test_damage_iter_no_damage
[09:27:17] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[09:27:17] [PASSED] drm_test_damage_iter_no_damage_src_moved
[09:27:17] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[09:27:17] [PASSED] drm_test_damage_iter_no_damage_not_visible
[09:27:17] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[09:27:17] [PASSED] drm_test_damage_iter_no_damage_no_fb
[09:27:17] [PASSED] drm_test_damage_iter_simple_damage
[09:27:17] [PASSED] drm_test_damage_iter_single_damage
[09:27:17] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[09:27:17] [PASSED] drm_test_damage_iter_single_damage_outside_src
[09:27:17] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[09:27:17] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[09:27:17] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[09:27:17] [PASSED] drm_test_damage_iter_single_damage_src_moved
[09:27:17] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[09:27:17] [PASSED] drm_test_damage_iter_damage
[09:27:17] [PASSED] drm_test_damage_iter_damage_one_intersect
[09:27:17] [PASSED] drm_test_damage_iter_damage_one_outside
[09:27:17] [PASSED] drm_test_damage_iter_damage_src_moved
[09:27:17] [PASSED] drm_test_damage_iter_damage_not_visible
[09:27:17] ================ [PASSED] drm_damage_helper ================
[09:27:17] ============== drm_dp_mst_helper (3 subtests) ==============
[09:27:17] ============== drm_test_dp_mst_calc_pbn_mode ==============
[09:27:17] [PASSED] Clock 154000 BPP 30 DSC disabled
[09:27:17] [PASSED] Clock 234000 BPP 30 DSC disabled
[09:27:17] [PASSED] Clock 297000 BPP 24 DSC disabled
[09:27:17] [PASSED] Clock 332880 BPP 24 DSC enabled
[09:27:17] [PASSED] Clock 324540 BPP 24 DSC enabled
[09:27:17] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[09:27:17] ============== drm_test_dp_mst_calc_pbn_div ===============
[09:27:17] [PASSED] Link rate 2000000 lane count 4
[09:27:17] [PASSED] Link rate 2000000 lane count 2
[09:27:17] [PASSED] Link rate 2000000 lane count 1
[09:27:17] [PASSED] Link rate 1350000 lane count 4
[09:27:17] [PASSED] Link rate 1350000 lane count 2
[09:27:17] [PASSED] Link rate 1350000 lane count 1
[09:27:17] [PASSED] Link rate 1000000 lane count 4
[09:27:17] [PASSED] Link rate 1000000 lane count 2
[09:27:17] [PASSED] Link rate 1000000 lane count 1
[09:27:17] [PASSED] Link rate 810000 lane count 4
[09:27:17] [PASSED] Link rate 810000 lane count 2
[09:27:17] [PASSED] Link rate 810000 lane count 1
[09:27:17] [PASSED] Link rate 540000 lane count 4
[09:27:17] [PASSED] Link rate 540000 lane count 2
[09:27:17] [PASSED] Link rate 540000 lane count 1
[09:27:17] [PASSED] Link rate 270000 lane count 4
[09:27:17] [PASSED] Link rate 270000 lane count 2
[09:27:17] [PASSED] Link rate 270000 lane count 1
[09:27:17] [PASSED] Link rate 162000 lane count 4
[09:27:17] [PASSED] Link rate 162000 lane count 2
[09:27:17] [PASSED] Link rate 162000 lane count 1
[09:27:17] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[09:27:17] ========= drm_test_dp_mst_sideband_msg_req_decode =========
[09:27:17] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[09:27:17] [PASSED] DP_POWER_UP_PHY with port number
[09:27:17] [PASSED] DP_POWER_DOWN_PHY with port number
[09:27:17] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[09:27:17] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[09:27:17] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[09:27:17] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[09:27:17] [PASSED] DP_QUERY_PAYLOAD with port number
[09:27:17] [PASSED] DP_QUERY_PAYLOAD with VCPI
[09:27:17] [PASSED] DP_REMOTE_DPCD_READ with port number
[09:27:17] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[09:27:17] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[09:27:17] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[09:27:17] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[09:27:17] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[09:27:17] [PASSED] DP_REMOTE_I2C_READ with port number
[09:27:17] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[09:27:17] [PASSED] DP_REMOTE_I2C_READ with transactions array
[09:27:17] [PASSED] DP_REMOTE_I2C_WRITE with port number
[09:27:17] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[09:27:17] [PASSED] DP_REMOTE_I2C_WRITE with data array
[09:27:17] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[09:27:17] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[09:27:17] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[09:27:17] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[09:27:17] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[09:27:17] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[09:27:17] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[09:27:17] ================ [PASSED] drm_dp_mst_helper ================
[09:27:17] ================== drm_exec (7 subtests) ===================
[09:27:17] [PASSED] sanitycheck
[09:27:17] [PASSED] test_lock
[09:27:17] [PASSED] test_lock_unlock
[09:27:17] [PASSED] test_duplicates
[09:27:17] [PASSED] test_prepare
[09:27:17] [PASSED] test_prepare_array
[09:27:17] [PASSED] test_multiple_loops
[09:27:17] ==================== [PASSED] drm_exec =====================
[09:27:17] =========== drm_format_helper_test (17 subtests) ===========
[09:27:17] ============== drm_test_fb_xrgb8888_to_gray8 ==============
[09:27:17] [PASSED] single_pixel_source_buffer
[09:27:17] [PASSED] single_pixel_clip_rectangle
[09:27:17] [PASSED] well_known_colors
[09:27:17] [PASSED] destination_pitch
[09:27:17] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[09:27:17] ============= drm_test_fb_xrgb8888_to_rgb332 ==============
[09:27:17] [PASSED] single_pixel_source_buffer
[09:27:17] [PASSED] single_pixel_clip_rectangle
[09:27:17] [PASSED] well_known_colors
[09:27:17] [PASSED] destination_pitch
[09:27:17] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[09:27:17] ============= drm_test_fb_xrgb8888_to_rgb565 ==============
[09:27:17] [PASSED] single_pixel_source_buffer
[09:27:17] [PASSED] single_pixel_clip_rectangle
[09:27:17] [PASSED] well_known_colors
[09:27:17] [PASSED] destination_pitch
[09:27:17] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[09:27:17] ============ drm_test_fb_xrgb8888_to_xrgb1555 =============
[09:27:17] [PASSED] single_pixel_source_buffer
[09:27:17] [PASSED] single_pixel_clip_rectangle
[09:27:17] [PASSED] well_known_colors
[09:27:17] [PASSED] destination_pitch
[09:27:17] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[09:27:17] ============ drm_test_fb_xrgb8888_to_argb1555 =============
[09:27:17] [PASSED] single_pixel_source_buffer
[09:27:17] [PASSED] single_pixel_clip_rectangle
[09:27:17] [PASSED] well_known_colors
[09:27:17] [PASSED] destination_pitch
[09:27:17] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[09:27:17] ============ drm_test_fb_xrgb8888_to_rgba5551 =============
[09:27:17] [PASSED] single_pixel_source_buffer
[09:27:17] [PASSED] single_pixel_clip_rectangle
[09:27:17] [PASSED] well_known_colors
[09:27:17] [PASSED] destination_pitch
[09:27:17] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[09:27:17] ============= drm_test_fb_xrgb8888_to_rgb888 ==============
[09:27:17] [PASSED] single_pixel_source_buffer
[09:27:17] [PASSED] single_pixel_clip_rectangle
[09:27:17] [PASSED] well_known_colors
[09:27:17] [PASSED] destination_pitch
[09:27:17] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[09:27:17] ============= drm_test_fb_xrgb8888_to_bgr888 ==============
[09:27:17] [PASSED] single_pixel_source_buffer
[09:27:17] [PASSED] single_pixel_clip_rectangle
[09:27:17] [PASSED] well_known_colors
[09:27:17] [PASSED] destination_pitch
[09:27:17] ========= [PASSED] drm_test_fb_xrgb8888_to_bgr888 ==========
[09:27:17] ============ drm_test_fb_xrgb8888_to_argb8888 =============
[09:27:17] [PASSED] single_pixel_source_buffer
[09:27:17] [PASSED] single_pixel_clip_rectangle
[09:27:17] [PASSED] well_known_colors
[09:27:17] [PASSED] destination_pitch
[09:27:17] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[09:27:17] =========== drm_test_fb_xrgb8888_to_xrgb2101010 ===========
[09:27:17] [PASSED] single_pixel_source_buffer
[09:27:17] [PASSED] single_pixel_clip_rectangle
[09:27:17] [PASSED] well_known_colors
[09:27:17] [PASSED] destination_pitch
[09:27:17] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[09:27:17] =========== drm_test_fb_xrgb8888_to_argb2101010 ===========
[09:27:17] [PASSED] single_pixel_source_buffer
[09:27:17] [PASSED] single_pixel_clip_rectangle
[09:27:17] [PASSED] well_known_colors
[09:27:17] [PASSED] destination_pitch
[09:27:17] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[09:27:17] ============== drm_test_fb_xrgb8888_to_mono ===============
[09:27:17] [PASSED] single_pixel_source_buffer
[09:27:17] [PASSED] single_pixel_clip_rectangle
[09:27:17] [PASSED] well_known_colors
[09:27:17] [PASSED] destination_pitch
[09:27:17] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[09:27:17] ==================== drm_test_fb_swab =====================
[09:27:17] [PASSED] single_pixel_source_buffer
[09:27:17] [PASSED] single_pixel_clip_rectangle
[09:27:17] [PASSED] well_known_colors
[09:27:17] [PASSED] destination_pitch
[09:27:17] ================ [PASSED] drm_test_fb_swab =================
[09:27:17] ============ drm_test_fb_xrgb8888_to_xbgr8888 =============
[09:27:17] [PASSED] single_pixel_source_buffer
[09:27:17] [PASSED] single_pixel_clip_rectangle
[09:27:17] [PASSED] well_known_colors
[09:27:17] [PASSED] destination_pitch
[09:27:17] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[09:27:17] ============ drm_test_fb_xrgb8888_to_abgr8888 =============
[09:27:17] [PASSED] single_pixel_source_buffer
[09:27:17] [PASSED] single_pixel_clip_rectangle
[09:27:17] [PASSED] well_known_colors
[09:27:17] [PASSED] destination_pitch
[09:27:17] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[09:27:17] ================= drm_test_fb_clip_offset =================
[09:27:17] [PASSED] pass through
[09:27:17] [PASSED] horizontal offset
[09:27:17] [PASSED] vertical offset
[09:27:17] [PASSED] horizontal and vertical offset
[09:27:17] [PASSED] horizontal offset (custom pitch)
[09:27:17] [PASSED] vertical offset (custom pitch)
[09:27:17] [PASSED] horizontal and vertical offset (custom pitch)
[09:27:17] ============= [PASSED] drm_test_fb_clip_offset =============
[09:27:17] =================== drm_test_fb_memcpy ====================
[09:27:17] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[09:27:17] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[09:27:17] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[09:27:17] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[09:27:17] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[09:27:17] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[09:27:17] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[09:27:17] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[09:27:17] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[09:27:17] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[09:27:17] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[09:27:17] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[09:27:17] =============== [PASSED] drm_test_fb_memcpy ================
[09:27:17] ============= [PASSED] drm_format_helper_test ==============
[09:27:17] ================= drm_format (18 subtests) =================
[09:27:17] [PASSED] drm_test_format_block_width_invalid
[09:27:17] [PASSED] drm_test_format_block_width_one_plane
[09:27:17] [PASSED] drm_test_format_block_width_two_plane
[09:27:17] [PASSED] drm_test_format_block_width_three_plane
[09:27:17] [PASSED] drm_test_format_block_width_tiled
[09:27:17] [PASSED] drm_test_format_block_height_invalid
[09:27:17] [PASSED] drm_test_format_block_height_one_plane
[09:27:17] [PASSED] drm_test_format_block_height_two_plane
[09:27:17] [PASSED] drm_test_format_block_height_three_plane
[09:27:17] [PASSED] drm_test_format_block_height_tiled
[09:27:17] [PASSED] drm_test_format_min_pitch_invalid
[09:27:17] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[09:27:17] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[09:27:17] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[09:27:17] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[09:27:17] [PASSED] drm_test_format_min_pitch_two_plane
[09:27:17] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[09:27:17] [PASSED] drm_test_format_min_pitch_tiled
[09:27:17] =================== [PASSED] drm_format ====================
[09:27:17] ============== drm_framebuffer (10 subtests) ===============
[09:27:17] ========== drm_test_framebuffer_check_src_coords ==========
[09:27:17] [PASSED] Success: source fits into fb
[09:27:17] [PASSED] Fail: overflowing fb with x-axis coordinate
[09:27:17] [PASSED] Fail: overflowing fb with y-axis coordinate
[09:27:17] [PASSED] Fail: overflowing fb with source width
[09:27:17] [PASSED] Fail: overflowing fb with source height
[09:27:17] ====== [PASSED] drm_test_framebuffer_check_src_coords ======
[09:27:17] [PASSED] drm_test_framebuffer_cleanup
[09:27:17] =============== drm_test_framebuffer_create ===============
[09:27:17] [PASSED] ABGR8888 normal sizes
[09:27:17] [PASSED] ABGR8888 max sizes
[09:27:17] [PASSED] ABGR8888 pitch greater than min required
[09:27:17] [PASSED] ABGR8888 pitch less than min required
[09:27:17] [PASSED] ABGR8888 Invalid width
[09:27:17] [PASSED] ABGR8888 Invalid buffer handle
[09:27:17] [PASSED] No pixel format
[09:27:17] [PASSED] ABGR8888 Width 0
[09:27:17] [PASSED] ABGR8888 Height 0
[09:27:17] [PASSED] ABGR8888 Out of bound height * pitch combination
[09:27:17] [PASSED] ABGR8888 Large buffer offset
[09:27:17] [PASSED] ABGR8888 Buffer offset for inexistent plane
[09:27:17] [PASSED] ABGR8888 Invalid flag
[09:27:17] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[09:27:17] [PASSED] ABGR8888 Valid buffer modifier
[09:27:17] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[09:27:17] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[09:27:17] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[09:27:17] [PASSED] NV12 Normal sizes
[09:27:17] [PASSED] NV12 Max sizes
[09:27:17] [PASSED] NV12 Invalid pitch
[09:27:17] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[09:27:17] [PASSED] NV12 different modifier per-plane
[09:27:17] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[09:27:17] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[09:27:17] [PASSED] NV12 Modifier for inexistent plane
[09:27:17] [PASSED] NV12 Handle for inexistent plane
[09:27:17] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[09:27:17] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[09:27:17] [PASSED] YVU420 Normal sizes
[09:27:17] [PASSED] YVU420 Max sizes
[09:27:17] [PASSED] YVU420 Invalid pitch
[09:27:17] [PASSED] YVU420 Different pitches
[09:27:17] [PASSED] YVU420 Different buffer offsets/pitches
[09:27:17] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[09:27:17] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[09:27:17] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[09:27:17] [PASSED] YVU420 Valid modifier
[09:27:17] [PASSED] YVU420 Different modifiers per plane
[09:27:17] [PASSED] YVU420 Modifier for inexistent plane
[09:27:17] [PASSED] YUV420_10BIT Invalid modifier(DRM_FORMAT_MOD_LINEAR)
[09:27:17] [PASSED] X0L2 Normal sizes
[09:27:17] [PASSED] X0L2 Max sizes
[09:27:17] [PASSED] X0L2 Invalid pitch
[09:27:17] [PASSED] X0L2 Pitch greater than minimum required
[09:27:17] [PASSED] X0L2 Handle for inexistent plane
[09:27:17] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[09:27:17] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[09:27:17] [PASSED] X0L2 Valid modifier
[09:27:17] [PASSED] X0L2 Modifier for inexistent plane
[09:27:17] =========== [PASSED] drm_test_framebuffer_create ===========
[09:27:17] [PASSED] drm_test_framebuffer_free
[09:27:17] [PASSED] drm_test_framebuffer_init
[09:27:17] [PASSED] drm_test_framebuffer_init_bad_format
[09:27:17] [PASSED] drm_test_framebuffer_init_dev_mismatch
[09:27:17] [PASSED] drm_test_framebuffer_lookup
[09:27:17] [PASSED] drm_test_framebuffer_lookup_inexistent
[09:27:17] [PASSED] drm_test_framebuffer_modifiers_not_supported
[09:27:17] ================= [PASSED] drm_framebuffer =================
[09:27:17] ================ drm_gem_shmem (8 subtests) ================
[09:27:17] [PASSED] drm_gem_shmem_test_obj_create
[09:27:17] [PASSED] drm_gem_shmem_test_obj_create_private
[09:27:17] [PASSED] drm_gem_shmem_test_pin_pages
[09:27:17] [PASSED] drm_gem_shmem_test_vmap
[09:27:17] [PASSED] drm_gem_shmem_test_get_pages_sgt
[09:27:17] [PASSED] drm_gem_shmem_test_get_sg_table
[09:27:17] [PASSED] drm_gem_shmem_test_madvise
[09:27:17] [PASSED] drm_gem_shmem_test_purge
[09:27:17] ================== [PASSED] drm_gem_shmem ==================
[09:27:17] === drm_atomic_helper_connector_hdmi_check (27 subtests) ===
[09:27:17] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[09:27:17] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[09:27:17] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[09:27:17] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[09:27:17] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[09:27:17] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[09:27:17] ====== drm_test_check_broadcast_rgb_cea_mode_yuv420 =======
[09:27:17] [PASSED] Automatic
[09:27:17] [PASSED] Full
[09:27:17] [PASSED] Limited 16:235
[09:27:17] == [PASSED] drm_test_check_broadcast_rgb_cea_mode_yuv420 ===
[09:27:17] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[09:27:17] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[09:27:17] [PASSED] drm_test_check_disable_connector
[09:27:17] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[09:27:17] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_rgb
[09:27:17] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_yuv420
[09:27:17] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv422
[09:27:17] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv420
[09:27:17] [PASSED] drm_test_check_driver_unsupported_fallback_yuv420
[09:27:17] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[09:27:17] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[09:27:17] [PASSED] drm_test_check_output_bpc_dvi
[09:27:17] [PASSED] drm_test_check_output_bpc_format_vic_1
[09:27:17] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[09:27:17] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[09:27:17] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[09:27:17] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[09:27:17] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[09:27:17] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[09:27:17] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[09:27:17] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[09:27:17] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[09:27:17] [PASSED] drm_test_check_broadcast_rgb_value
[09:27:17] [PASSED] drm_test_check_bpc_8_value
[09:27:17] [PASSED] drm_test_check_bpc_10_value
[09:27:17] [PASSED] drm_test_check_bpc_12_value
[09:27:17] [PASSED] drm_test_check_format_value
[09:27:17] [PASSED] drm_test_check_tmds_char_value
[09:27:17] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[09:27:17] = drm_atomic_helper_connector_hdmi_mode_valid (4 subtests) =
[09:27:17] [PASSED] drm_test_check_mode_valid
[09:27:17] [PASSED] drm_test_check_mode_valid_reject
[09:27:17] [PASSED] drm_test_check_mode_valid_reject_rate
[09:27:17] [PASSED] drm_test_check_mode_valid_reject_max_clock
[09:27:17] === [PASSED] drm_atomic_helper_connector_hdmi_mode_valid ===
[09:27:17] ================= drm_managed (2 subtests) =================
[09:27:17] [PASSED] drm_test_managed_release_action
[09:27:17] [PASSED] drm_test_managed_run_action
[09:27:17] =================== [PASSED] drm_managed ===================
[09:27:17] =================== drm_mm (6 subtests) ====================
[09:27:17] [PASSED] drm_test_mm_init
[09:27:17] [PASSED] drm_test_mm_debug
[09:27:17] [PASSED] drm_test_mm_align32
[09:27:17] [PASSED] drm_test_mm_align64
[09:27:17] [PASSED] drm_test_mm_lowest
[09:27:17] [PASSED] drm_test_mm_highest
[09:27:17] ===================== [PASSED] drm_mm ======================
[09:27:17] ============= drm_modes_analog_tv (5 subtests) =============
[09:27:17] [PASSED] drm_test_modes_analog_tv_mono_576i
[09:27:17] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[09:27:17] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[09:27:17] [PASSED] drm_test_modes_analog_tv_pal_576i
[09:27:17] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[09:27:17] =============== [PASSED] drm_modes_analog_tv ===============
[09:27:17] ============== drm_plane_helper (2 subtests) ===============
[09:27:17] =============== drm_test_check_plane_state ================
[09:27:17] [PASSED] clipping_simple
[09:27:17] [PASSED] clipping_rotate_reflect
[09:27:17] [PASSED] positioning_simple
[09:27:17] [PASSED] upscaling
[09:27:17] [PASSED] downscaling
[09:27:17] [PASSED] rounding1
[09:27:17] [PASSED] rounding2
[09:27:17] [PASSED] rounding3
[09:27:17] [PASSED] rounding4
[09:27:17] =========== [PASSED] drm_test_check_plane_state ============
[09:27:17] =========== drm_test_check_invalid_plane_state ============
[09:27:17] [PASSED] positioning_invalid
[09:27:17] [PASSED] upscaling_invalid
[09:27:17] [PASSED] downscaling_invalid
[09:27:17] ======= [PASSED] drm_test_check_invalid_plane_state ========
[09:27:17] ================ [PASSED] drm_plane_helper =================
[09:27:17] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[09:27:17] ====== drm_test_connector_helper_tv_get_modes_check =======
[09:27:17] [PASSED] None
[09:27:17] [PASSED] PAL
[09:27:17] [PASSED] NTSC
[09:27:17] [PASSED] Both, NTSC Default
[09:27:17] [PASSED] Both, PAL Default
[09:27:17] [PASSED] Both, NTSC Default, with PAL on command-line
[09:27:17] [PASSED] Both, PAL Default, with NTSC on command-line
[09:27:17] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[09:27:17] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[09:27:17] ================== drm_rect (9 subtests) ===================
[09:27:17] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[09:27:17] [PASSED] drm_test_rect_clip_scaled_not_clipped
[09:27:17] [PASSED] drm_test_rect_clip_scaled_clipped
[09:27:17] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[09:27:17] ================= drm_test_rect_intersect =================
[09:27:17] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[09:27:17] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[09:27:17] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[09:27:17] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[09:27:17] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[09:27:17] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[09:27:17] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[09:27:17] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[09:27:17] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[09:27:17] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[09:27:17] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[09:27:17] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[09:27:17] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[09:27:17] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[09:27:17] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
[09:27:17] ============= [PASSED] drm_test_rect_intersect =============
[09:27:17] ================ drm_test_rect_calc_hscale ================
[09:27:17] [PASSED] normal use
[09:27:17] [PASSED] out of max range
[09:27:17] [PASSED] out of min range
[09:27:17] [PASSED] zero dst
[09:27:17] [PASSED] negative src
[09:27:17] [PASSED] negative dst
[09:27:17] ============ [PASSED] drm_test_rect_calc_hscale ============
[09:27:17] ================ drm_test_rect_calc_vscale ================
[09:27:17] [PASSED] normal use
stty: 'standard input': Inappropriate ioctl for device
[09:27:17] [PASSED] out of max range
[09:27:17] [PASSED] out of min range
[09:27:17] [PASSED] zero dst
[09:27:17] [PASSED] negative src
[09:27:17] [PASSED] negative dst
[09:27:17] ============ [PASSED] drm_test_rect_calc_vscale ============
[09:27:17] ================== drm_test_rect_rotate ===================
[09:27:17] [PASSED] reflect-x
[09:27:17] [PASSED] reflect-y
[09:27:17] [PASSED] rotate-0
[09:27:17] [PASSED] rotate-90
[09:27:17] [PASSED] rotate-180
[09:27:17] [PASSED] rotate-270
[09:27:17] ============== [PASSED] drm_test_rect_rotate ===============
[09:27:17] ================ drm_test_rect_rotate_inv =================
[09:27:17] [PASSED] reflect-x
[09:27:17] [PASSED] reflect-y
[09:27:17] [PASSED] rotate-0
[09:27:17] [PASSED] rotate-90
[09:27:17] [PASSED] rotate-180
[09:27:17] [PASSED] rotate-270
[09:27:17] ============ [PASSED] drm_test_rect_rotate_inv =============
[09:27:17] ==================== [PASSED] drm_rect =====================
[09:27:17] ============ drm_sysfb_modeset_test (1 subtest) ============
[09:27:17] ============ drm_test_sysfb_build_fourcc_list =============
[09:27:17] [PASSED] no native formats
[09:27:17] [PASSED] XRGB8888 as native format
[09:27:17] [PASSED] remove duplicates
[09:27:17] [PASSED] convert alpha formats
[09:27:17] [PASSED] random formats
[09:27:17] ======== [PASSED] drm_test_sysfb_build_fourcc_list =========
[09:27:17] ============= [PASSED] drm_sysfb_modeset_test ==============
[09:27:17] ================== drm_fixp (2 subtests) ===================
[09:27:17] [PASSED] drm_test_int2fixp
[09:27:17] [PASSED] drm_test_sm2fixp
[09:27:17] ==================== [PASSED] drm_fixp =====================
[09:27:17] ============================================================
[09:27:17] Testing complete. Ran 624 tests: passed: 624
[09:27:17] Elapsed time: 26.735s total, 1.740s configuring, 24.578s building, 0.396s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig
[09:27:17] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[09:27:19] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[09:27:28] Starting KUnit Kernel (1/1)...
[09:27:28] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[09:27:28] ================= ttm_device (5 subtests) ==================
[09:27:28] [PASSED] ttm_device_init_basic
[09:27:28] [PASSED] ttm_device_init_multiple
[09:27:28] [PASSED] ttm_device_fini_basic
[09:27:28] [PASSED] ttm_device_init_no_vma_man
[09:27:28] ================== ttm_device_init_pools ==================
[09:27:28] [PASSED] No DMA allocations, no DMA32 required
[09:27:28] [PASSED] DMA allocations, DMA32 required
[09:27:28] [PASSED] No DMA allocations, DMA32 required
[09:27:28] [PASSED] DMA allocations, no DMA32 required
[09:27:28] ============== [PASSED] ttm_device_init_pools ==============
[09:27:28] =================== [PASSED] ttm_device ====================
[09:27:28] ================== ttm_pool (8 subtests) ===================
[09:27:28] ================== ttm_pool_alloc_basic ===================
[09:27:28] [PASSED] One page
[09:27:28] [PASSED] More than one page
[09:27:28] [PASSED] Above the allocation limit
[09:27:28] [PASSED] One page, with coherent DMA mappings enabled
[09:27:28] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[09:27:28] ============== [PASSED] ttm_pool_alloc_basic ===============
[09:27:28] ============== ttm_pool_alloc_basic_dma_addr ==============
[09:27:28] [PASSED] One page
[09:27:28] [PASSED] More than one page
[09:27:28] [PASSED] Above the allocation limit
[09:27:28] [PASSED] One page, with coherent DMA mappings enabled
[09:27:28] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[09:27:28] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ==========
[09:27:28] [PASSED] ttm_pool_alloc_order_caching_match
[09:27:28] [PASSED] ttm_pool_alloc_caching_mismatch
[09:27:28] [PASSED] ttm_pool_alloc_order_mismatch
[09:27:28] [PASSED] ttm_pool_free_dma_alloc
[09:27:28] [PASSED] ttm_pool_free_no_dma_alloc
[09:27:28] [PASSED] ttm_pool_fini_basic
[09:27:28] ==================== [PASSED] ttm_pool =====================
[09:27:28] ================ ttm_resource (8 subtests) =================
[09:27:28] ================= ttm_resource_init_basic =================
[09:27:28] [PASSED] Init resource in TTM_PL_SYSTEM
[09:27:28] [PASSED] Init resource in TTM_PL_VRAM
[09:27:28] [PASSED] Init resource in a private placement
[09:27:28] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags
[09:27:28] ============= [PASSED] ttm_resource_init_basic =============
[09:27:28] [PASSED] ttm_resource_init_pinned
[09:27:28] [PASSED] ttm_resource_fini_basic
[09:27:28] [PASSED] ttm_resource_manager_init_basic
[09:27:28] [PASSED] ttm_resource_manager_usage_basic
[09:27:28] [PASSED] ttm_resource_manager_set_used_basic
[09:27:28] [PASSED] ttm_sys_man_alloc_basic
[09:27:28] [PASSED] ttm_sys_man_free_basic
[09:27:28] ================== [PASSED] ttm_resource ===================
[09:27:28] =================== ttm_tt (15 subtests) ===================
[09:27:28] ==================== ttm_tt_init_basic ====================
[09:27:28] [PASSED] Page-aligned size
[09:27:28] [PASSED] Extra pages requested
[09:27:28] ================ [PASSED] ttm_tt_init_basic ================
[09:27:28] [PASSED] ttm_tt_init_misaligned
[09:27:28] [PASSED] ttm_tt_fini_basic
[09:27:28] [PASSED] ttm_tt_fini_sg
[09:27:28] [PASSED] ttm_tt_fini_shmem
[09:27:28] [PASSED] ttm_tt_create_basic
[09:27:28] [PASSED] ttm_tt_create_invalid_bo_type
[09:27:28] [PASSED] ttm_tt_create_ttm_exists
[09:27:28] [PASSED] ttm_tt_create_failed
[09:27:28] [PASSED] ttm_tt_destroy_basic
[09:27:28] [PASSED] ttm_tt_populate_null_ttm
[09:27:28] [PASSED] ttm_tt_populate_populated_ttm
[09:27:28] [PASSED] ttm_tt_unpopulate_basic
[09:27:28] [PASSED] ttm_tt_unpopulate_empty_ttm
[09:27:28] [PASSED] ttm_tt_swapin_basic
[09:27:28] ===================== [PASSED] ttm_tt ======================
[09:27:28] =================== ttm_bo (14 subtests) ===================
[09:27:28] =========== ttm_bo_reserve_optimistic_no_ticket ===========
[09:27:28] [PASSED] Cannot be interrupted and sleeps
[09:27:28] [PASSED] Cannot be interrupted, locks straight away
[09:27:28] [PASSED] Can be interrupted, sleeps
[09:27:28] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket =======
[09:27:28] [PASSED] ttm_bo_reserve_locked_no_sleep
[09:27:28] [PASSED] ttm_bo_reserve_no_wait_ticket
[09:27:28] [PASSED] ttm_bo_reserve_double_resv
[09:27:28] [PASSED] ttm_bo_reserve_interrupted
[09:27:28] [PASSED] ttm_bo_reserve_deadlock
[09:27:28] [PASSED] ttm_bo_unreserve_basic
[09:27:28] [PASSED] ttm_bo_unreserve_pinned
[09:27:28] [PASSED] ttm_bo_unreserve_bulk
[09:27:28] [PASSED] ttm_bo_fini_basic
[09:27:28] [PASSED] ttm_bo_fini_shared_resv
[09:27:28] [PASSED] ttm_bo_pin_basic
[09:27:28] [PASSED] ttm_bo_pin_unpin_resource
[09:27:28] [PASSED] ttm_bo_multiple_pin_one_unpin
[09:27:28] ===================== [PASSED] ttm_bo ======================
[09:27:28] ============== ttm_bo_validate (21 subtests) ===============
[09:27:28] ============== ttm_bo_init_reserved_sys_man ===============
[09:27:28] [PASSED] Buffer object for userspace
[09:27:28] [PASSED] Kernel buffer object
[09:27:28] [PASSED] Shared buffer object
[09:27:28] ========== [PASSED] ttm_bo_init_reserved_sys_man ===========
[09:27:28] ============== ttm_bo_init_reserved_mock_man ==============
[09:27:28] [PASSED] Buffer object for userspace
[09:27:28] [PASSED] Kernel buffer object
[09:27:28] [PASSED] Shared buffer object
[09:27:28] ========== [PASSED] ttm_bo_init_reserved_mock_man ==========
[09:27:28] [PASSED] ttm_bo_init_reserved_resv
[09:27:28] ================== ttm_bo_validate_basic ==================
[09:27:28] [PASSED] Buffer object for userspace
[09:27:28] [PASSED] Kernel buffer object
[09:27:28] [PASSED] Shared buffer object
[09:27:28] ============== [PASSED] ttm_bo_validate_basic ==============
[09:27:28] [PASSED] ttm_bo_validate_invalid_placement
[09:27:28] ============= ttm_bo_validate_same_placement ==============
[09:27:28] [PASSED] System manager
[09:27:28] [PASSED] VRAM manager
[09:27:28] ========= [PASSED] ttm_bo_validate_same_placement ==========
[09:27:28] [PASSED] ttm_bo_validate_failed_alloc
[09:27:28] [PASSED] ttm_bo_validate_pinned
[09:27:28] [PASSED] ttm_bo_validate_busy_placement
[09:27:28] ================ ttm_bo_validate_multihop =================
[09:27:28] [PASSED] Buffer object for userspace
[09:27:28] [PASSED] Kernel buffer object
[09:27:28] [PASSED] Shared buffer object
[09:27:28] ============ [PASSED] ttm_bo_validate_multihop =============
[09:27:28] ========== ttm_bo_validate_no_placement_signaled ==========
[09:27:28] [PASSED] Buffer object in system domain, no page vector
[09:27:28] [PASSED] Buffer object in system domain with an existing page vector
[09:27:28] ====== [PASSED] ttm_bo_validate_no_placement_signaled ======
[09:27:28] ======== ttm_bo_validate_no_placement_not_signaled ========
[09:27:28] [PASSED] Buffer object for userspace
[09:27:28] [PASSED] Kernel buffer object
[09:27:28] [PASSED] Shared buffer object
[09:27:28] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ====
[09:27:28] [PASSED] ttm_bo_validate_move_fence_signaled
[09:27:28] ========= ttm_bo_validate_move_fence_not_signaled =========
[09:27:28] [PASSED] Waits for GPU
[09:27:28] [PASSED] Tries to lock straight away
[09:27:28] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled =====
[09:27:28] [PASSED] ttm_bo_validate_happy_evict
[09:27:28] [PASSED] ttm_bo_validate_all_pinned_evict
[09:27:28] [PASSED] ttm_bo_validate_allowed_only_evict
[09:27:28] [PASSED] ttm_bo_validate_deleted_evict
[09:27:28] [PASSED] ttm_bo_validate_busy_domain_evict
[09:27:28] [PASSED] ttm_bo_validate_evict_gutting
[09:27:28] [PASSED] ttm_bo_validate_recrusive_evict
stty: 'standard input': Inappropriate ioctl for device
[09:27:28] ================= [PASSED] ttm_bo_validate =================
[09:27:28] ============================================================
[09:27:28] Testing complete. Ran 101 tests: passed: 101
[09:27:28] Elapsed time: 11.188s total, 1.743s configuring, 9.230s building, 0.181s running
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ Xe.CI.BAT: success for drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL (rev2)
2025-12-09 0:14 [CI] drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL Julia Filipchuk
` (3 preceding siblings ...)
2025-12-10 9:27 ` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL (rev2) Patchwork
@ 2025-12-10 10:33 ` Patchwork
2025-12-10 14:58 ` ✗ Xe.CI.Full: failure " Patchwork
5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-12-10 10:33 UTC (permalink / raw)
To: Julia Filipchuk; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 1513 bytes --]
== Series Details ==
Series: drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL (rev2)
URL : https://patchwork.freedesktop.org/series/158660/
State : success
== Summary ==
CI Bug Log - changes from xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb_BAT -> xe-pw-158660v2_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (12 -> 12)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in xe-pw-158660v2_BAT that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@xe_waitfence@reltime:
- bat-dg2-oem2: [FAIL][1] ([Intel XE#6520]) -> [PASS][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb/bat-dg2-oem2/igt@xe_waitfence@reltime.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/bat-dg2-oem2/igt@xe_waitfence@reltime.html
[Intel XE#6520]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6520
Build changes
-------------
* Linux: xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb -> xe-pw-158660v2
IGT_8662: 9410b6926f317e8bf824502394e09ee8753ff65e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb: 46691bf8a4a5a4887c079a41007e98b037e06ffb
xe-pw-158660v2: 158660v2
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/index.html
[-- Attachment #2: Type: text/html, Size: 2078 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ Xe.CI.Full: failure for drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL (rev2)
2025-12-09 0:14 [CI] drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL Julia Filipchuk
` (4 preceding siblings ...)
2025-12-10 10:33 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-12-10 14:58 ` Patchwork
2025-12-10 17:12 ` Julia Filipchuk
5 siblings, 1 reply; 8+ messages in thread
From: Patchwork @ 2025-12-10 14:58 UTC (permalink / raw)
To: Julia Filipchuk; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 8586 bytes --]
== Series Details ==
Series: drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL (rev2)
URL : https://patchwork.freedesktop.org/series/158660/
State : failure
== Summary ==
CI Bug Log - changes from xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb_FULL -> xe-pw-158660v2_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with xe-pw-158660v2_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in xe-pw-158660v2_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in xe-pw-158660v2_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@kms_async_flips@async-flip-hang@pipe-d-dp-2:
- shard-bmg: [PASS][1] -> [FAIL][2] +2 other tests fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb/shard-bmg-8/igt@kms_async_flips@async-flip-hang@pipe-d-dp-2.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/shard-bmg-6/igt@kms_async_flips@async-flip-hang@pipe-d-dp-2.html
Known issues
------------
Here are the changes found in xe-pw-158660v2_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_atomic_transition@plane-all-modeset-transition:
- shard-bmg: [PASS][3] -> [ABORT][4] ([Intel XE#5545]) +1 other test abort
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb/shard-bmg-6/igt@kms_atomic_transition@plane-all-modeset-transition.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/shard-bmg-2/igt@kms_atomic_transition@plane-all-modeset-transition.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-bmg: [PASS][5] -> [FAIL][6] ([Intel XE#4633])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb/shard-bmg-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-bmg: [PASS][7] -> [FAIL][8] ([Intel XE#5299])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb/shard-bmg-1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/shard-bmg-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_flip@flip-vs-expired-vblank@c-edp1:
- shard-lnl: [PASS][9] -> [FAIL][10] ([Intel XE#301] / [Intel XE#3149])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-bmg: [PASS][11] -> [INCOMPLETE][12] ([Intel XE#2049] / [Intel XE#2597]) +1 other test incomplete
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb/shard-bmg-1/igt@kms_flip@flip-vs-suspend-interruptible.html
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/shard-bmg-8/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@xe_pm@s2idle-vm-bind-userptr:
- shard-bmg: [PASS][13] -> [DMESG-WARN][14] ([Intel XE#4504])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb/shard-bmg-8/igt@xe_pm@s2idle-vm-bind-userptr.html
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/shard-bmg-6/igt@xe_pm@s2idle-vm-bind-userptr.html
* igt@xe_pmu@engine-activity-accuracy-50:
- shard-lnl: [PASS][15] -> [FAIL][16] ([Intel XE#6251]) +1 other test fail
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb/shard-lnl-1/igt@xe_pmu@engine-activity-accuracy-50.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/shard-lnl-8/igt@xe_pmu@engine-activity-accuracy-50.html
#### Possible fixes ####
* igt@kms_flip@flip-vs-expired-vblank@b-edp1:
- shard-lnl: [FAIL][17] ([Intel XE#301]) -> [PASS][18]
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
* igt@kms_pm_rpm@i2c:
- shard-bmg: [FAIL][19] ([Intel XE#5099]) -> [PASS][20]
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb/shard-bmg-6/igt@kms_pm_rpm@i2c.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/shard-bmg-2/igt@kms_pm_rpm@i2c.html
* igt@kms_vrr@flip-basic-fastset@pipe-a-edp-1:
- shard-lnl: [FAIL][21] ([Intel XE#4227]) -> [PASS][22] +1 other test pass
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb/shard-lnl-2/igt@kms_vrr@flip-basic-fastset@pipe-a-edp-1.html
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/shard-lnl-5/igt@kms_vrr@flip-basic-fastset@pipe-a-edp-1.html
#### Warnings ####
* igt@kms_flip@flip-vs-expired-vblank:
- shard-lnl: [FAIL][23] ([Intel XE#301]) -> [FAIL][24] ([Intel XE#301] / [Intel XE#3149])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank.html
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][25] ([Intel XE#3544]) -> [SKIP][26] ([Intel XE#3374] / [Intel XE#3544])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb/shard-bmg-4/igt@kms_hdr@brightness-with-hdr.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/shard-bmg-3/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [SKIP][27] ([Intel XE#2426]) -> [FAIL][28] ([Intel XE#1729])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern.html
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/shard-bmg-2/igt@kms_tiled_display@basic-test-pattern.html
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#4227]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4227
[Intel XE#4504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4504
[Intel XE#4633]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4633
[Intel XE#5099]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5099
[Intel XE#5299]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5299
[Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
[Intel XE#6251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6251
Build changes
-------------
* Linux: xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb -> xe-pw-158660v2
IGT_8662: 9410b6926f317e8bf824502394e09ee8753ff65e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb: 46691bf8a4a5a4887c079a41007e98b037e06ffb
xe-pw-158660v2: 158660v2
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/index.html
[-- Attachment #2: Type: text/html, Size: 9804 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ✗ Xe.CI.Full: failure for drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL (rev2)
2025-12-10 14:58 ` ✗ Xe.CI.Full: failure " Patchwork
@ 2025-12-10 17:12 ` Julia Filipchuk
0 siblings, 0 replies; 8+ messages in thread
From: Julia Filipchuk @ 2025-12-10 17:12 UTC (permalink / raw)
To: intel-xe; +Cc: I915-ci-infra
On 12/10/2025 6:58 AM, Patchwork wrote:
> Series: drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL (rev2)
> URL : https://patchwork.freedesktop.org/series/158660/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb_FULL -> xe-pw-158660v2_FULL
> * igt@kms_async_flips@async-flip-hang@pipe-d-dp-2:
> - shard-bmg: [PASS][1] -> [FAIL][2] +2 other tests fail
> [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4212-46691bf8a4a5a4887c079a41007e98b037e06ffb/shard-bmg-8/igt@kms_async_flips@async-flip-hang@pipe-d-dp-2.html
> [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158660v2/shard-bmg-6/igt@kms_async_flips@async-flip-hang@pipe-d-dp-2.html
>
Failure in display code unrelated to changes.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-12-10 17:12 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-09 0:14 [CI] drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL Julia Filipchuk
2025-12-09 0:22 ` ✓ CI.KUnit: success for " Patchwork
2025-12-09 1:27 ` ✓ Xe.CI.BAT: " Patchwork
2025-12-09 9:29 ` ✗ Xe.CI.Full: failure " Patchwork
2025-12-10 9:27 ` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL (rev2) Patchwork
2025-12-10 10:33 ` ✓ Xe.CI.BAT: " Patchwork
2025-12-10 14:58 ` ✗ Xe.CI.Full: failure " Patchwork
2025-12-10 17:12 ` Julia Filipchuk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox