* [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
@ 2026-02-03 2:41 Suraj Kandpal
2026-02-03 8:05 ` ✓ CI.KUnit: success for " Patchwork
` (11 more replies)
0 siblings, 12 replies; 17+ messages in thread
From: Suraj Kandpal @ 2026-02-03 2:41 UTC (permalink / raw)
To: intel-xe, intel-gfx; +Cc: ankit.k.nautiyal, arun.r.murthy, Suraj Kandpal
TBT PHY is enablement/disablement is handled by its own TBT module.
We do not play a big part in it's state management that being take care
by it's own TBT modeule. With that in mind comparing the state would be
wrong since we really don't touch it.
Simple return true when we are in tbt mode.
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
---
drivers/gpu/drm/i915/display/intel_lt_phy.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c b/drivers/gpu/drm/i915/display/intel_lt_phy.c
index 04f63bdd0b87..27ad8407606b 100644
--- a/drivers/gpu/drm/i915/display/intel_lt_phy.c
+++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c
@@ -2158,6 +2158,9 @@ bool
intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state *a,
const struct intel_lt_phy_pll_state *b)
{
+ if (a->tbt_mode || b->tbt_mode)
+ return true;
+
/*
* With LT PHY values other than VDR0_CONFIG and VDR2_CONFIG are
* unreliable. They cannot always be read back since internally
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* ✓ CI.KUnit: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
@ 2026-02-03 8:05 ` Patchwork
2026-02-03 8:25 ` [PATCH] " Imre Deak
` (10 subsequent siblings)
11 siblings, 0 replies; 17+ messages in thread
From: Patchwork @ 2026-02-03 8:05 UTC (permalink / raw)
To: Suraj Kandpal; +Cc: intel-xe
== Series Details ==
Series: drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
URL : https://patchwork.freedesktop.org/series/161045/
State : success
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[08:03:42] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[08:03:46] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[08:04:18] Starting KUnit Kernel (1/1)...
[08:04:18] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[08:04:18] ================== guc_buf (11 subtests) ===================
[08:04:18] [PASSED] test_smallest
[08:04:18] [PASSED] test_largest
[08:04:18] [PASSED] test_granular
[08:04:18] [PASSED] test_unique
[08:04:18] [PASSED] test_overlap
[08:04:18] [PASSED] test_reusable
[08:04:18] [PASSED] test_too_big
[08:04:18] [PASSED] test_flush
[08:04:18] [PASSED] test_lookup
[08:04:18] [PASSED] test_data
[08:04:18] [PASSED] test_class
[08:04:18] ===================== [PASSED] guc_buf =====================
[08:04:18] =================== guc_dbm (7 subtests) ===================
[08:04:18] [PASSED] test_empty
[08:04:18] [PASSED] test_default
[08:04:18] ======================== test_size ========================
[08:04:18] [PASSED] 4
[08:04:18] [PASSED] 8
[08:04:18] [PASSED] 32
[08:04:18] [PASSED] 256
[08:04:18] ==================== [PASSED] test_size ====================
[08:04:18] ======================= test_reuse ========================
[08:04:18] [PASSED] 4
[08:04:18] [PASSED] 8
[08:04:18] [PASSED] 32
[08:04:18] [PASSED] 256
[08:04:18] =================== [PASSED] test_reuse ====================
[08:04:18] =================== test_range_overlap ====================
[08:04:18] [PASSED] 4
[08:04:18] [PASSED] 8
[08:04:18] [PASSED] 32
[08:04:18] [PASSED] 256
[08:04:18] =============== [PASSED] test_range_overlap ================
[08:04:18] =================== test_range_compact ====================
[08:04:18] [PASSED] 4
[08:04:18] [PASSED] 8
[08:04:18] [PASSED] 32
[08:04:18] [PASSED] 256
[08:04:18] =============== [PASSED] test_range_compact ================
[08:04:18] ==================== test_range_spare =====================
[08:04:18] [PASSED] 4
[08:04:18] [PASSED] 8
[08:04:18] [PASSED] 32
[08:04:18] [PASSED] 256
[08:04:18] ================ [PASSED] test_range_spare =================
[08:04:18] ===================== [PASSED] guc_dbm =====================
[08:04:18] =================== guc_idm (6 subtests) ===================
[08:04:18] [PASSED] bad_init
[08:04:18] [PASSED] no_init
[08:04:18] [PASSED] init_fini
[08:04:18] [PASSED] check_used
[08:04:18] [PASSED] check_quota
[08:04:18] [PASSED] check_all
[08:04:18] ===================== [PASSED] guc_idm =====================
[08:04:18] ================== no_relay (3 subtests) ===================
[08:04:18] [PASSED] xe_drops_guc2pf_if_not_ready
[08:04:18] [PASSED] xe_drops_guc2vf_if_not_ready
[08:04:18] [PASSED] xe_rejects_send_if_not_ready
[08:04:18] ==================== [PASSED] no_relay =====================
[08:04:18] ================== pf_relay (14 subtests) ==================
[08:04:18] [PASSED] pf_rejects_guc2pf_too_short
[08:04:18] [PASSED] pf_rejects_guc2pf_too_long
[08:04:18] [PASSED] pf_rejects_guc2pf_no_payload
[08:04:18] [PASSED] pf_fails_no_payload
[08:04:18] [PASSED] pf_fails_bad_origin
[08:04:18] [PASSED] pf_fails_bad_type
[08:04:18] [PASSED] pf_txn_reports_error
[08:04:18] [PASSED] pf_txn_sends_pf2guc
[08:04:18] [PASSED] pf_sends_pf2guc
[08:04:18] [SKIPPED] pf_loopback_nop
[08:04:18] [SKIPPED] pf_loopback_echo
[08:04:18] [SKIPPED] pf_loopback_fail
[08:04:18] [SKIPPED] pf_loopback_busy
[08:04:18] [SKIPPED] pf_loopback_retry
[08:04:18] ==================== [PASSED] pf_relay =====================
[08:04:18] ================== vf_relay (3 subtests) ===================
[08:04:18] [PASSED] vf_rejects_guc2vf_too_short
[08:04:18] [PASSED] vf_rejects_guc2vf_too_long
[08:04:18] [PASSED] vf_rejects_guc2vf_no_payload
[08:04:18] ==================== [PASSED] vf_relay =====================
[08:04:18] ================ pf_gt_config (6 subtests) =================
[08:04:18] [PASSED] fair_contexts_1vf
[08:04:18] [PASSED] fair_doorbells_1vf
[08:04:18] [PASSED] fair_ggtt_1vf
[08:04:18] ====================== fair_contexts ======================
[08:04:18] [PASSED] 1 VF
[08:04:18] [PASSED] 2 VFs
[08:04:18] [PASSED] 3 VFs
[08:04:18] [PASSED] 4 VFs
[08:04:18] [PASSED] 5 VFs
[08:04:18] [PASSED] 6 VFs
[08:04:18] [PASSED] 7 VFs
[08:04:18] [PASSED] 8 VFs
[08:04:18] [PASSED] 9 VFs
[08:04:18] [PASSED] 10 VFs
[08:04:18] [PASSED] 11 VFs
[08:04:18] [PASSED] 12 VFs
[08:04:18] [PASSED] 13 VFs
[08:04:18] [PASSED] 14 VFs
[08:04:18] [PASSED] 15 VFs
[08:04:18] [PASSED] 16 VFs
[08:04:18] [PASSED] 17 VFs
[08:04:18] [PASSED] 18 VFs
[08:04:18] [PASSED] 19 VFs
[08:04:18] [PASSED] 20 VFs
[08:04:18] [PASSED] 21 VFs
[08:04:18] [PASSED] 22 VFs
[08:04:18] [PASSED] 23 VFs
[08:04:18] [PASSED] 24 VFs
[08:04:18] [PASSED] 25 VFs
[08:04:18] [PASSED] 26 VFs
[08:04:18] [PASSED] 27 VFs
[08:04:18] [PASSED] 28 VFs
[08:04:18] [PASSED] 29 VFs
[08:04:18] [PASSED] 30 VFs
[08:04:18] [PASSED] 31 VFs
[08:04:18] [PASSED] 32 VFs
[08:04:18] [PASSED] 33 VFs
[08:04:18] [PASSED] 34 VFs
[08:04:18] [PASSED] 35 VFs
[08:04:18] [PASSED] 36 VFs
[08:04:18] [PASSED] 37 VFs
[08:04:18] [PASSED] 38 VFs
[08:04:18] [PASSED] 39 VFs
[08:04:18] [PASSED] 40 VFs
[08:04:18] [PASSED] 41 VFs
[08:04:18] [PASSED] 42 VFs
[08:04:18] [PASSED] 43 VFs
[08:04:18] [PASSED] 44 VFs
[08:04:18] [PASSED] 45 VFs
[08:04:18] [PASSED] 46 VFs
[08:04:18] [PASSED] 47 VFs
[08:04:18] [PASSED] 48 VFs
[08:04:18] [PASSED] 49 VFs
[08:04:18] [PASSED] 50 VFs
[08:04:18] [PASSED] 51 VFs
[08:04:18] [PASSED] 52 VFs
[08:04:18] [PASSED] 53 VFs
[08:04:18] [PASSED] 54 VFs
[08:04:18] [PASSED] 55 VFs
[08:04:18] [PASSED] 56 VFs
[08:04:18] [PASSED] 57 VFs
[08:04:18] [PASSED] 58 VFs
[08:04:18] [PASSED] 59 VFs
[08:04:18] [PASSED] 60 VFs
[08:04:18] [PASSED] 61 VFs
[08:04:18] [PASSED] 62 VFs
[08:04:18] [PASSED] 63 VFs
[08:04:18] ================== [PASSED] fair_contexts ==================
[08:04:18] ===================== fair_doorbells ======================
[08:04:18] [PASSED] 1 VF
[08:04:18] [PASSED] 2 VFs
[08:04:18] [PASSED] 3 VFs
[08:04:18] [PASSED] 4 VFs
[08:04:18] [PASSED] 5 VFs
[08:04:18] [PASSED] 6 VFs
[08:04:18] [PASSED] 7 VFs
[08:04:18] [PASSED] 8 VFs
[08:04:18] [PASSED] 9 VFs
[08:04:18] [PASSED] 10 VFs
[08:04:18] [PASSED] 11 VFs
[08:04:18] [PASSED] 12 VFs
[08:04:18] [PASSED] 13 VFs
[08:04:18] [PASSED] 14 VFs
[08:04:18] [PASSED] 15 VFs
[08:04:18] [PASSED] 16 VFs
[08:04:18] [PASSED] 17 VFs
[08:04:18] [PASSED] 18 VFs
[08:04:18] [PASSED] 19 VFs
[08:04:18] [PASSED] 20 VFs
[08:04:18] [PASSED] 21 VFs
[08:04:18] [PASSED] 22 VFs
[08:04:18] [PASSED] 23 VFs
[08:04:18] [PASSED] 24 VFs
[08:04:18] [PASSED] 25 VFs
[08:04:18] [PASSED] 26 VFs
[08:04:18] [PASSED] 27 VFs
[08:04:18] [PASSED] 28 VFs
[08:04:18] [PASSED] 29 VFs
[08:04:18] [PASSED] 30 VFs
[08:04:18] [PASSED] 31 VFs
[08:04:18] [PASSED] 32 VFs
[08:04:18] [PASSED] 33 VFs
[08:04:18] [PASSED] 34 VFs
[08:04:18] [PASSED] 35 VFs
[08:04:18] [PASSED] 36 VFs
[08:04:18] [PASSED] 37 VFs
[08:04:18] [PASSED] 38 VFs
[08:04:18] [PASSED] 39 VFs
[08:04:18] [PASSED] 40 VFs
[08:04:18] [PASSED] 41 VFs
[08:04:18] [PASSED] 42 VFs
[08:04:18] [PASSED] 43 VFs
[08:04:18] [PASSED] 44 VFs
[08:04:18] [PASSED] 45 VFs
[08:04:18] [PASSED] 46 VFs
[08:04:18] [PASSED] 47 VFs
[08:04:18] [PASSED] 48 VFs
[08:04:18] [PASSED] 49 VFs
[08:04:18] [PASSED] 50 VFs
[08:04:18] [PASSED] 51 VFs
[08:04:18] [PASSED] 52 VFs
[08:04:18] [PASSED] 53 VFs
[08:04:18] [PASSED] 54 VFs
[08:04:18] [PASSED] 55 VFs
[08:04:18] [PASSED] 56 VFs
[08:04:18] [PASSED] 57 VFs
[08:04:18] [PASSED] 58 VFs
[08:04:18] [PASSED] 59 VFs
[08:04:18] [PASSED] 60 VFs
[08:04:18] [PASSED] 61 VFs
[08:04:18] [PASSED] 62 VFs
[08:04:18] [PASSED] 63 VFs
[08:04:18] ================= [PASSED] fair_doorbells ==================
[08:04:18] ======================== fair_ggtt ========================
[08:04:18] [PASSED] 1 VF
[08:04:18] [PASSED] 2 VFs
[08:04:18] [PASSED] 3 VFs
[08:04:18] [PASSED] 4 VFs
[08:04:18] [PASSED] 5 VFs
[08:04:18] [PASSED] 6 VFs
[08:04:18] [PASSED] 7 VFs
[08:04:18] [PASSED] 8 VFs
[08:04:18] [PASSED] 9 VFs
[08:04:18] [PASSED] 10 VFs
[08:04:18] [PASSED] 11 VFs
[08:04:18] [PASSED] 12 VFs
[08:04:18] [PASSED] 13 VFs
[08:04:18] [PASSED] 14 VFs
[08:04:18] [PASSED] 15 VFs
[08:04:18] [PASSED] 16 VFs
[08:04:18] [PASSED] 17 VFs
[08:04:18] [PASSED] 18 VFs
[08:04:18] [PASSED] 19 VFs
[08:04:18] [PASSED] 20 VFs
[08:04:18] [PASSED] 21 VFs
[08:04:18] [PASSED] 22 VFs
[08:04:18] [PASSED] 23 VFs
[08:04:18] [PASSED] 24 VFs
[08:04:18] [PASSED] 25 VFs
[08:04:18] [PASSED] 26 VFs
[08:04:18] [PASSED] 27 VFs
[08:04:18] [PASSED] 28 VFs
[08:04:18] [PASSED] 29 VFs
[08:04:18] [PASSED] 30 VFs
[08:04:18] [PASSED] 31 VFs
[08:04:18] [PASSED] 32 VFs
[08:04:18] [PASSED] 33 VFs
[08:04:18] [PASSED] 34 VFs
[08:04:18] [PASSED] 35 VFs
[08:04:18] [PASSED] 36 VFs
[08:04:18] [PASSED] 37 VFs
[08:04:18] [PASSED] 38 VFs
[08:04:18] [PASSED] 39 VFs
[08:04:18] [PASSED] 40 VFs
[08:04:18] [PASSED] 41 VFs
[08:04:18] [PASSED] 42 VFs
[08:04:18] [PASSED] 43 VFs
[08:04:18] [PASSED] 44 VFs
[08:04:18] [PASSED] 45 VFs
[08:04:18] [PASSED] 46 VFs
[08:04:18] [PASSED] 47 VFs
[08:04:18] [PASSED] 48 VFs
[08:04:18] [PASSED] 49 VFs
[08:04:18] [PASSED] 50 VFs
[08:04:18] [PASSED] 51 VFs
[08:04:18] [PASSED] 52 VFs
[08:04:18] [PASSED] 53 VFs
[08:04:18] [PASSED] 54 VFs
[08:04:18] [PASSED] 55 VFs
[08:04:18] [PASSED] 56 VFs
[08:04:18] [PASSED] 57 VFs
[08:04:18] [PASSED] 58 VFs
[08:04:18] [PASSED] 59 VFs
[08:04:18] [PASSED] 60 VFs
[08:04:18] [PASSED] 61 VFs
[08:04:18] [PASSED] 62 VFs
[08:04:18] [PASSED] 63 VFs
[08:04:18] ==================== [PASSED] fair_ggtt ====================
[08:04:18] ================== [PASSED] pf_gt_config ===================
[08:04:18] ===================== lmtt (1 subtest) =====================
[08:04:18] ======================== test_ops =========================
[08:04:18] [PASSED] 2-level
[08:04:18] [PASSED] multi-level
[08:04:18] ==================== [PASSED] test_ops =====================
[08:04:18] ====================== [PASSED] lmtt =======================
[08:04:18] ================= pf_service (11 subtests) =================
[08:04:18] [PASSED] pf_negotiate_any
[08:04:18] [PASSED] pf_negotiate_base_match
[08:04:18] [PASSED] pf_negotiate_base_newer
[08:04:18] [PASSED] pf_negotiate_base_next
[08:04:18] [SKIPPED] pf_negotiate_base_older
[08:04:18] [PASSED] pf_negotiate_base_prev
[08:04:18] [PASSED] pf_negotiate_latest_match
[08:04:18] [PASSED] pf_negotiate_latest_newer
[08:04:18] [PASSED] pf_negotiate_latest_next
[08:04:18] [SKIPPED] pf_negotiate_latest_older
[08:04:18] [SKIPPED] pf_negotiate_latest_prev
[08:04:18] =================== [PASSED] pf_service ====================
[08:04:18] ================= xe_guc_g2g (2 subtests) ==================
[08:04:18] ============== xe_live_guc_g2g_kunit_default ==============
[08:04:18] ========= [SKIPPED] xe_live_guc_g2g_kunit_default ==========
[08:04:18] ============== xe_live_guc_g2g_kunit_allmem ===============
[08:04:18] ========== [SKIPPED] xe_live_guc_g2g_kunit_allmem ==========
[08:04:18] =================== [SKIPPED] xe_guc_g2g ===================
[08:04:18] =================== xe_mocs (2 subtests) ===================
[08:04:18] ================ xe_live_mocs_kernel_kunit ================
[08:04:18] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[08:04:18] ================ xe_live_mocs_reset_kunit =================
[08:04:18] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[08:04:18] ==================== [SKIPPED] xe_mocs =====================
[08:04:18] ================= xe_migrate (2 subtests) ==================
[08:04:18] ================= xe_migrate_sanity_kunit =================
[08:04:18] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[08:04:18] ================== xe_validate_ccs_kunit ==================
[08:04:18] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[08:04:18] =================== [SKIPPED] xe_migrate ===================
[08:04:18] ================== xe_dma_buf (1 subtest) ==================
[08:04:18] ==================== xe_dma_buf_kunit =====================
[08:04:18] ================ [SKIPPED] xe_dma_buf_kunit ================
[08:04:18] =================== [SKIPPED] xe_dma_buf ===================
[08:04:18] ================= xe_bo_shrink (1 subtest) =================
[08:04:18] =================== xe_bo_shrink_kunit ====================
[08:04:18] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[08:04:18] ================== [SKIPPED] xe_bo_shrink ==================
[08:04:18] ==================== xe_bo (2 subtests) ====================
[08:04:18] ================== xe_ccs_migrate_kunit ===================
[08:04:18] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[08:04:18] ==================== xe_bo_evict_kunit ====================
[08:04:18] =============== [SKIPPED] xe_bo_evict_kunit ================
[08:04:18] ===================== [SKIPPED] xe_bo ======================
[08:04:18] ==================== args (13 subtests) ====================
[08:04:18] [PASSED] count_args_test
[08:04:18] [PASSED] call_args_example
[08:04:18] [PASSED] call_args_test
[08:04:18] [PASSED] drop_first_arg_example
[08:04:18] [PASSED] drop_first_arg_test
[08:04:18] [PASSED] first_arg_example
[08:04:18] [PASSED] first_arg_test
[08:04:18] [PASSED] last_arg_example
[08:04:18] [PASSED] last_arg_test
[08:04:18] [PASSED] pick_arg_example
[08:04:18] [PASSED] if_args_example
[08:04:18] [PASSED] if_args_test
[08:04:18] [PASSED] sep_comma_example
[08:04:18] ====================== [PASSED] args =======================
[08:04:18] =================== xe_pci (3 subtests) ====================
[08:04:18] ==================== check_graphics_ip ====================
[08:04:18] [PASSED] 12.00 Xe_LP
[08:04:18] [PASSED] 12.10 Xe_LP+
[08:04:18] [PASSED] 12.55 Xe_HPG
[08:04:18] [PASSED] 12.60 Xe_HPC
[08:04:18] [PASSED] 12.70 Xe_LPG
[08:04:18] [PASSED] 12.71 Xe_LPG
[08:04:18] [PASSED] 12.74 Xe_LPG+
[08:04:18] [PASSED] 20.01 Xe2_HPG
[08:04:18] [PASSED] 20.02 Xe2_HPG
[08:04:18] [PASSED] 20.04 Xe2_LPG
[08:04:18] [PASSED] 30.00 Xe3_LPG
[08:04:18] [PASSED] 30.01 Xe3_LPG
[08:04:18] [PASSED] 30.03 Xe3_LPG
[08:04:18] [PASSED] 30.04 Xe3_LPG
[08:04:18] [PASSED] 30.05 Xe3_LPG
[08:04:18] [PASSED] 35.11 Xe3p_XPC
[08:04:18] ================ [PASSED] check_graphics_ip ================
[08:04:18] ===================== check_media_ip ======================
[08:04:18] [PASSED] 12.00 Xe_M
[08:04:18] [PASSED] 12.55 Xe_HPM
[08:04:18] [PASSED] 13.00 Xe_LPM+
[08:04:18] [PASSED] 13.01 Xe2_HPM
[08:04:18] [PASSED] 20.00 Xe2_LPM
[08:04:18] [PASSED] 30.00 Xe3_LPM
[08:04:18] [PASSED] 30.02 Xe3_LPM
[08:04:18] [PASSED] 35.00 Xe3p_LPM
[08:04:18] [PASSED] 35.03 Xe3p_HPM
[08:04:18] ================= [PASSED] check_media_ip ==================
[08:04:18] =================== check_platform_desc ===================
[08:04:18] [PASSED] 0x9A60 (TIGERLAKE)
[08:04:18] [PASSED] 0x9A68 (TIGERLAKE)
[08:04:18] [PASSED] 0x9A70 (TIGERLAKE)
[08:04:18] [PASSED] 0x9A40 (TIGERLAKE)
[08:04:18] [PASSED] 0x9A49 (TIGERLAKE)
[08:04:18] [PASSED] 0x9A59 (TIGERLAKE)
[08:04:18] [PASSED] 0x9A78 (TIGERLAKE)
[08:04:18] [PASSED] 0x9AC0 (TIGERLAKE)
[08:04:18] [PASSED] 0x9AC9 (TIGERLAKE)
[08:04:18] [PASSED] 0x9AD9 (TIGERLAKE)
[08:04:18] [PASSED] 0x9AF8 (TIGERLAKE)
[08:04:18] [PASSED] 0x4C80 (ROCKETLAKE)
[08:04:18] [PASSED] 0x4C8A (ROCKETLAKE)
[08:04:18] [PASSED] 0x4C8B (ROCKETLAKE)
[08:04:18] [PASSED] 0x4C8C (ROCKETLAKE)
[08:04:18] [PASSED] 0x4C90 (ROCKETLAKE)
[08:04:18] [PASSED] 0x4C9A (ROCKETLAKE)
[08:04:18] [PASSED] 0x4680 (ALDERLAKE_S)
[08:04:18] [PASSED] 0x4682 (ALDERLAKE_S)
[08:04:18] [PASSED] 0x4688 (ALDERLAKE_S)
[08:04:18] [PASSED] 0x468A (ALDERLAKE_S)
[08:04:18] [PASSED] 0x468B (ALDERLAKE_S)
[08:04:18] [PASSED] 0x4690 (ALDERLAKE_S)
[08:04:18] [PASSED] 0x4692 (ALDERLAKE_S)
[08:04:18] [PASSED] 0x4693 (ALDERLAKE_S)
[08:04:18] [PASSED] 0x46A0 (ALDERLAKE_P)
[08:04:18] [PASSED] 0x46A1 (ALDERLAKE_P)
[08:04:18] [PASSED] 0x46A2 (ALDERLAKE_P)
[08:04:18] [PASSED] 0x46A3 (ALDERLAKE_P)
[08:04:18] [PASSED] 0x46A6 (ALDERLAKE_P)
[08:04:18] [PASSED] 0x46A8 (ALDERLAKE_P)
[08:04:18] [PASSED] 0x46AA (ALDERLAKE_P)
[08:04:18] [PASSED] 0x462A (ALDERLAKE_P)
[08:04:18] [PASSED] 0x4626 (ALDERLAKE_P)
[08:04:18] [PASSED] 0x4628 (ALDERLAKE_P)
stty: 'standard input': Inappropriate ioctl for device
[08:04:18] [PASSED] 0x46B0 (ALDERLAKE_P)
[08:04:18] [PASSED] 0x46B1 (ALDERLAKE_P)
[08:04:18] [PASSED] 0x46B2 (ALDERLAKE_P)
[08:04:18] [PASSED] 0x46B3 (ALDERLAKE_P)
[08:04:18] [PASSED] 0x46C0 (ALDERLAKE_P)
[08:04:18] [PASSED] 0x46C1 (ALDERLAKE_P)
[08:04:18] [PASSED] 0x46C2 (ALDERLAKE_P)
[08:04:18] [PASSED] 0x46C3 (ALDERLAKE_P)
[08:04:18] [PASSED] 0x46D0 (ALDERLAKE_N)
[08:04:18] [PASSED] 0x46D1 (ALDERLAKE_N)
[08:04:18] [PASSED] 0x46D2 (ALDERLAKE_N)
[08:04:18] [PASSED] 0x46D3 (ALDERLAKE_N)
[08:04:18] [PASSED] 0x46D4 (ALDERLAKE_N)
[08:04:18] [PASSED] 0xA721 (ALDERLAKE_P)
[08:04:18] [PASSED] 0xA7A1 (ALDERLAKE_P)
[08:04:18] [PASSED] 0xA7A9 (ALDERLAKE_P)
[08:04:18] [PASSED] 0xA7AC (ALDERLAKE_P)
[08:04:18] [PASSED] 0xA7AD (ALDERLAKE_P)
[08:04:18] [PASSED] 0xA720 (ALDERLAKE_P)
[08:04:18] [PASSED] 0xA7A0 (ALDERLAKE_P)
[08:04:18] [PASSED] 0xA7A8 (ALDERLAKE_P)
[08:04:18] [PASSED] 0xA7AA (ALDERLAKE_P)
[08:04:18] [PASSED] 0xA7AB (ALDERLAKE_P)
[08:04:18] [PASSED] 0xA780 (ALDERLAKE_S)
[08:04:18] [PASSED] 0xA781 (ALDERLAKE_S)
[08:04:19] [PASSED] 0xA782 (ALDERLAKE_S)
[08:04:19] [PASSED] 0xA783 (ALDERLAKE_S)
[08:04:19] [PASSED] 0xA788 (ALDERLAKE_S)
[08:04:19] [PASSED] 0xA789 (ALDERLAKE_S)
[08:04:19] [PASSED] 0xA78A (ALDERLAKE_S)
[08:04:19] [PASSED] 0xA78B (ALDERLAKE_S)
[08:04:19] [PASSED] 0x4905 (DG1)
[08:04:19] [PASSED] 0x4906 (DG1)
[08:04:19] [PASSED] 0x4907 (DG1)
[08:04:19] [PASSED] 0x4908 (DG1)
[08:04:19] [PASSED] 0x4909 (DG1)
[08:04:19] [PASSED] 0x56C0 (DG2)
[08:04:19] [PASSED] 0x56C2 (DG2)
[08:04:19] [PASSED] 0x56C1 (DG2)
[08:04:19] [PASSED] 0x7D51 (METEORLAKE)
[08:04:19] [PASSED] 0x7DD1 (METEORLAKE)
[08:04:19] [PASSED] 0x7D41 (METEORLAKE)
[08:04:19] [PASSED] 0x7D67 (METEORLAKE)
[08:04:19] [PASSED] 0xB640 (METEORLAKE)
[08:04:19] [PASSED] 0x56A0 (DG2)
[08:04:19] [PASSED] 0x56A1 (DG2)
[08:04:19] [PASSED] 0x56A2 (DG2)
[08:04:19] [PASSED] 0x56BE (DG2)
[08:04:19] [PASSED] 0x56BF (DG2)
[08:04:19] [PASSED] 0x5690 (DG2)
[08:04:19] [PASSED] 0x5691 (DG2)
[08:04:19] [PASSED] 0x5692 (DG2)
[08:04:19] [PASSED] 0x56A5 (DG2)
[08:04:19] [PASSED] 0x56A6 (DG2)
[08:04:19] [PASSED] 0x56B0 (DG2)
[08:04:19] [PASSED] 0x56B1 (DG2)
[08:04:19] [PASSED] 0x56BA (DG2)
[08:04:19] [PASSED] 0x56BB (DG2)
[08:04:19] [PASSED] 0x56BC (DG2)
[08:04:19] [PASSED] 0x56BD (DG2)
[08:04:19] [PASSED] 0x5693 (DG2)
[08:04:19] [PASSED] 0x5694 (DG2)
[08:04:19] [PASSED] 0x5695 (DG2)
[08:04:19] [PASSED] 0x56A3 (DG2)
[08:04:19] [PASSED] 0x56A4 (DG2)
[08:04:19] [PASSED] 0x56B2 (DG2)
[08:04:19] [PASSED] 0x56B3 (DG2)
[08:04:19] [PASSED] 0x5696 (DG2)
[08:04:19] [PASSED] 0x5697 (DG2)
[08:04:19] [PASSED] 0xB69 (PVC)
[08:04:19] [PASSED] 0xB6E (PVC)
[08:04:19] [PASSED] 0xBD4 (PVC)
[08:04:19] [PASSED] 0xBD5 (PVC)
[08:04:19] [PASSED] 0xBD6 (PVC)
[08:04:19] [PASSED] 0xBD7 (PVC)
[08:04:19] [PASSED] 0xBD8 (PVC)
[08:04:19] [PASSED] 0xBD9 (PVC)
[08:04:19] [PASSED] 0xBDA (PVC)
[08:04:19] [PASSED] 0xBDB (PVC)
[08:04:19] [PASSED] 0xBE0 (PVC)
[08:04:19] [PASSED] 0xBE1 (PVC)
[08:04:19] [PASSED] 0xBE5 (PVC)
[08:04:19] [PASSED] 0x7D40 (METEORLAKE)
[08:04:19] [PASSED] 0x7D45 (METEORLAKE)
[08:04:19] [PASSED] 0x7D55 (METEORLAKE)
[08:04:19] [PASSED] 0x7D60 (METEORLAKE)
[08:04:19] [PASSED] 0x7DD5 (METEORLAKE)
[08:04:19] [PASSED] 0x6420 (LUNARLAKE)
[08:04:19] [PASSED] 0x64A0 (LUNARLAKE)
[08:04:19] [PASSED] 0x64B0 (LUNARLAKE)
[08:04:19] [PASSED] 0xE202 (BATTLEMAGE)
[08:04:19] [PASSED] 0xE209 (BATTLEMAGE)
[08:04:19] [PASSED] 0xE20B (BATTLEMAGE)
[08:04:19] [PASSED] 0xE20C (BATTLEMAGE)
[08:04:19] [PASSED] 0xE20D (BATTLEMAGE)
[08:04:19] [PASSED] 0xE210 (BATTLEMAGE)
[08:04:19] [PASSED] 0xE211 (BATTLEMAGE)
[08:04:19] [PASSED] 0xE212 (BATTLEMAGE)
[08:04:19] [PASSED] 0xE216 (BATTLEMAGE)
[08:04:19] [PASSED] 0xE220 (BATTLEMAGE)
[08:04:19] [PASSED] 0xE221 (BATTLEMAGE)
[08:04:19] [PASSED] 0xE222 (BATTLEMAGE)
[08:04:19] [PASSED] 0xE223 (BATTLEMAGE)
[08:04:19] [PASSED] 0xB080 (PANTHERLAKE)
[08:04:19] [PASSED] 0xB081 (PANTHERLAKE)
[08:04:19] [PASSED] 0xB082 (PANTHERLAKE)
[08:04:19] [PASSED] 0xB083 (PANTHERLAKE)
[08:04:19] [PASSED] 0xB084 (PANTHERLAKE)
[08:04:19] [PASSED] 0xB085 (PANTHERLAKE)
[08:04:19] [PASSED] 0xB086 (PANTHERLAKE)
[08:04:19] [PASSED] 0xB087 (PANTHERLAKE)
[08:04:19] [PASSED] 0xB08F (PANTHERLAKE)
[08:04:19] [PASSED] 0xB090 (PANTHERLAKE)
[08:04:19] [PASSED] 0xB0A0 (PANTHERLAKE)
[08:04:19] [PASSED] 0xB0B0 (PANTHERLAKE)
[08:04:19] [PASSED] 0xFD80 (PANTHERLAKE)
[08:04:19] [PASSED] 0xFD81 (PANTHERLAKE)
[08:04:19] [PASSED] 0xD740 (NOVALAKE_S)
[08:04:19] [PASSED] 0xD741 (NOVALAKE_S)
[08:04:19] [PASSED] 0xD742 (NOVALAKE_S)
[08:04:19] [PASSED] 0xD743 (NOVALAKE_S)
[08:04:19] [PASSED] 0xD744 (NOVALAKE_S)
[08:04:19] [PASSED] 0xD745 (NOVALAKE_S)
[08:04:19] [PASSED] 0x674C (CRESCENTISLAND)
[08:04:19] =============== [PASSED] check_platform_desc ===============
[08:04:19] ===================== [PASSED] xe_pci ======================
[08:04:19] =================== xe_rtp (2 subtests) ====================
[08:04:19] =============== xe_rtp_process_to_sr_tests ================
[08:04:19] [PASSED] coalesce-same-reg
[08:04:19] [PASSED] no-match-no-add
[08:04:19] [PASSED] match-or
[08:04:19] [PASSED] match-or-xfail
[08:04:19] [PASSED] no-match-no-add-multiple-rules
[08:04:19] [PASSED] two-regs-two-entries
[08:04:19] [PASSED] clr-one-set-other
[08:04:19] [PASSED] set-field
[08:04:19] [PASSED] conflict-duplicate
[08:04:19] [PASSED] conflict-not-disjoint
[08:04:19] [PASSED] conflict-reg-type
[08:04:19] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[08:04:19] ================== xe_rtp_process_tests ===================
[08:04:19] [PASSED] active1
[08:04:19] [PASSED] active2
[08:04:19] [PASSED] active-inactive
[08:04:19] [PASSED] inactive-active
[08:04:19] [PASSED] inactive-1st_or_active-inactive
[08:04:19] [PASSED] inactive-2nd_or_active-inactive
[08:04:19] [PASSED] inactive-last_or_active-inactive
[08:04:19] [PASSED] inactive-no_or_active-inactive
[08:04:19] ============== [PASSED] xe_rtp_process_tests ===============
[08:04:19] ===================== [PASSED] xe_rtp ======================
[08:04:19] ==================== xe_wa (1 subtest) =====================
[08:04:19] ======================== xe_wa_gt =========================
[08:04:19] [PASSED] TIGERLAKE B0
[08:04:19] [PASSED] DG1 A0
[08:04:19] [PASSED] DG1 B0
[08:04:19] [PASSED] ALDERLAKE_S A0
[08:04:19] [PASSED] ALDERLAKE_S B0
[08:04:19] [PASSED] ALDERLAKE_S C0
[08:04:19] [PASSED] ALDERLAKE_S D0
[08:04:19] [PASSED] ALDERLAKE_P A0
[08:04:19] [PASSED] ALDERLAKE_P B0
[08:04:19] [PASSED] ALDERLAKE_P C0
[08:04:19] [PASSED] ALDERLAKE_S RPLS D0
[08:04:19] [PASSED] ALDERLAKE_P RPLU E0
[08:04:19] [PASSED] DG2 G10 C0
[08:04:19] [PASSED] DG2 G11 B1
[08:04:19] [PASSED] DG2 G12 A1
[08:04:19] [PASSED] METEORLAKE 12.70(Xe_LPG) A0 13.00(Xe_LPM+) A0
[08:04:19] [PASSED] METEORLAKE 12.71(Xe_LPG) A0 13.00(Xe_LPM+) A0
[08:04:19] [PASSED] METEORLAKE 12.74(Xe_LPG+) A0 13.00(Xe_LPM+) A0
[08:04:19] [PASSED] LUNARLAKE 20.04(Xe2_LPG) A0 20.00(Xe2_LPM) A0
[08:04:19] [PASSED] LUNARLAKE 20.04(Xe2_LPG) B0 20.00(Xe2_LPM) A0
[08:04:19] [PASSED] BATTLEMAGE 20.01(Xe2_HPG) A0 13.01(Xe2_HPM) A1
[08:04:19] [PASSED] PANTHERLAKE 30.00(Xe3_LPG) A0 30.00(Xe3_LPM) A0
[08:04:19] ==================== [PASSED] xe_wa_gt =====================
[08:04:19] ====================== [PASSED] xe_wa ======================
[08:04:19] ============================================================
[08:04:19] Testing complete. Ran 512 tests: passed: 494, skipped: 18
[08:04:19] Elapsed time: 37.058s total, 4.167s configuring, 32.375s building, 0.483s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[08:04:19] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[08:04:20] 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
[08:04:46] Starting KUnit Kernel (1/1)...
[08:04:46] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[08:04:46] ============ drm_test_pick_cmdline (2 subtests) ============
[08:04:46] [PASSED] drm_test_pick_cmdline_res_1920_1080_60
[08:04:46] =============== drm_test_pick_cmdline_named ===============
[08:04:46] [PASSED] NTSC
[08:04:46] [PASSED] NTSC-J
[08:04:46] [PASSED] PAL
[08:04:46] [PASSED] PAL-M
[08:04:46] =========== [PASSED] drm_test_pick_cmdline_named ===========
[08:04:46] ============== [PASSED] drm_test_pick_cmdline ==============
[08:04:46] == drm_test_atomic_get_connector_for_encoder (1 subtest) ===
[08:04:46] [PASSED] drm_test_drm_atomic_get_connector_for_encoder
[08:04:46] ==== [PASSED] drm_test_atomic_get_connector_for_encoder ====
[08:04:46] =========== drm_validate_clone_mode (2 subtests) ===========
[08:04:46] ============== drm_test_check_in_clone_mode ===============
[08:04:46] [PASSED] in_clone_mode
[08:04:46] [PASSED] not_in_clone_mode
[08:04:46] ========== [PASSED] drm_test_check_in_clone_mode ===========
[08:04:46] =============== drm_test_check_valid_clones ===============
[08:04:46] [PASSED] not_in_clone_mode
[08:04:46] [PASSED] valid_clone
[08:04:46] [PASSED] invalid_clone
[08:04:46] =========== [PASSED] drm_test_check_valid_clones ===========
[08:04:46] ============= [PASSED] drm_validate_clone_mode =============
[08:04:46] ============= drm_validate_modeset (1 subtest) =============
[08:04:46] [PASSED] drm_test_check_connector_changed_modeset
[08:04:46] ============== [PASSED] drm_validate_modeset ===============
[08:04:46] ====== drm_test_bridge_get_current_state (2 subtests) ======
[08:04:46] [PASSED] drm_test_drm_bridge_get_current_state_atomic
[08:04:46] [PASSED] drm_test_drm_bridge_get_current_state_legacy
[08:04:46] ======== [PASSED] drm_test_bridge_get_current_state ========
[08:04:46] ====== drm_test_bridge_helper_reset_crtc (3 subtests) ======
[08:04:46] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic
[08:04:46] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic_disabled
[08:04:46] [PASSED] drm_test_drm_bridge_helper_reset_crtc_legacy
[08:04:46] ======== [PASSED] drm_test_bridge_helper_reset_crtc ========
[08:04:46] ============== drm_bridge_alloc (2 subtests) ===============
[08:04:46] [PASSED] drm_test_drm_bridge_alloc_basic
[08:04:46] [PASSED] drm_test_drm_bridge_alloc_get_put
[08:04:46] ================ [PASSED] drm_bridge_alloc =================
[08:04:46] ================== drm_buddy (9 subtests) ==================
[08:04:46] [PASSED] drm_test_buddy_alloc_limit
[08:04:46] [PASSED] drm_test_buddy_alloc_optimistic
[08:04:46] [PASSED] drm_test_buddy_alloc_pessimistic
[08:04:46] [PASSED] drm_test_buddy_alloc_pathological
[08:04:46] [PASSED] drm_test_buddy_alloc_contiguous
[08:04:46] [PASSED] drm_test_buddy_alloc_clear
[08:04:47] [PASSED] drm_test_buddy_alloc_range_bias
[08:04:47] [PASSED] drm_test_buddy_fragmentation_performance
[08:04:47] [PASSED] drm_test_buddy_alloc_exceeds_max_order
[08:04:47] ==================== [PASSED] drm_buddy ====================
[08:04:47] ============= drm_cmdline_parser (40 subtests) =============
[08:04:47] [PASSED] drm_test_cmdline_force_d_only
[08:04:47] [PASSED] drm_test_cmdline_force_D_only_dvi
[08:04:47] [PASSED] drm_test_cmdline_force_D_only_hdmi
[08:04:47] [PASSED] drm_test_cmdline_force_D_only_not_digital
[08:04:47] [PASSED] drm_test_cmdline_force_e_only
[08:04:47] [PASSED] drm_test_cmdline_res
[08:04:47] [PASSED] drm_test_cmdline_res_vesa
[08:04:47] [PASSED] drm_test_cmdline_res_vesa_rblank
[08:04:47] [PASSED] drm_test_cmdline_res_rblank
[08:04:47] [PASSED] drm_test_cmdline_res_bpp
[08:04:47] [PASSED] drm_test_cmdline_res_refresh
[08:04:47] [PASSED] drm_test_cmdline_res_bpp_refresh
[08:04:47] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[08:04:47] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[08:04:47] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[08:04:47] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[08:04:47] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[08:04:47] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[08:04:47] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[08:04:47] [PASSED] drm_test_cmdline_res_margins_force_on
[08:04:47] [PASSED] drm_test_cmdline_res_vesa_margins
[08:04:47] [PASSED] drm_test_cmdline_name
[08:04:47] [PASSED] drm_test_cmdline_name_bpp
[08:04:47] [PASSED] drm_test_cmdline_name_option
[08:04:47] [PASSED] drm_test_cmdline_name_bpp_option
[08:04:47] [PASSED] drm_test_cmdline_rotate_0
[08:04:47] [PASSED] drm_test_cmdline_rotate_90
[08:04:47] [PASSED] drm_test_cmdline_rotate_180
[08:04:47] [PASSED] drm_test_cmdline_rotate_270
[08:04:47] [PASSED] drm_test_cmdline_hmirror
[08:04:47] [PASSED] drm_test_cmdline_vmirror
[08:04:47] [PASSED] drm_test_cmdline_margin_options
[08:04:47] [PASSED] drm_test_cmdline_multiple_options
[08:04:47] [PASSED] drm_test_cmdline_bpp_extra_and_option
[08:04:47] [PASSED] drm_test_cmdline_extra_and_option
[08:04:47] [PASSED] drm_test_cmdline_freestanding_options
[08:04:47] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[08:04:47] [PASSED] drm_test_cmdline_panel_orientation
[08:04:47] ================ drm_test_cmdline_invalid =================
[08:04:47] [PASSED] margin_only
[08:04:47] [PASSED] interlace_only
[08:04:47] [PASSED] res_missing_x
[08:04:47] [PASSED] res_missing_y
[08:04:47] [PASSED] res_bad_y
[08:04:47] [PASSED] res_missing_y_bpp
[08:04:47] [PASSED] res_bad_bpp
[08:04:47] [PASSED] res_bad_refresh
[08:04:47] [PASSED] res_bpp_refresh_force_on_off
[08:04:47] [PASSED] res_invalid_mode
[08:04:47] [PASSED] res_bpp_wrong_place_mode
[08:04:47] [PASSED] name_bpp_refresh
[08:04:47] [PASSED] name_refresh
[08:04:47] [PASSED] name_refresh_wrong_mode
[08:04:47] [PASSED] name_refresh_invalid_mode
[08:04:47] [PASSED] rotate_multiple
[08:04:47] [PASSED] rotate_invalid_val
[08:04:47] [PASSED] rotate_truncated
[08:04:47] [PASSED] invalid_option
[08:04:47] [PASSED] invalid_tv_option
[08:04:47] [PASSED] truncated_tv_option
[08:04:47] ============ [PASSED] drm_test_cmdline_invalid =============
[08:04:47] =============== drm_test_cmdline_tv_options ===============
[08:04:47] [PASSED] NTSC
[08:04:47] [PASSED] NTSC_443
[08:04:47] [PASSED] NTSC_J
[08:04:47] [PASSED] PAL
[08:04:47] [PASSED] PAL_M
[08:04:47] [PASSED] PAL_N
[08:04:47] [PASSED] SECAM
[08:04:47] [PASSED] MONO_525
[08:04:47] [PASSED] MONO_625
[08:04:47] =========== [PASSED] drm_test_cmdline_tv_options ===========
[08:04:47] =============== [PASSED] drm_cmdline_parser ================
[08:04:47] ========== drmm_connector_hdmi_init (20 subtests) ==========
[08:04:47] [PASSED] drm_test_connector_hdmi_init_valid
[08:04:47] [PASSED] drm_test_connector_hdmi_init_bpc_8
[08:04:47] [PASSED] drm_test_connector_hdmi_init_bpc_10
[08:04:47] [PASSED] drm_test_connector_hdmi_init_bpc_12
[08:04:47] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[08:04:47] [PASSED] drm_test_connector_hdmi_init_bpc_null
[08:04:47] [PASSED] drm_test_connector_hdmi_init_formats_empty
[08:04:47] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[08:04:47] === drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[08:04:47] [PASSED] supported_formats=0x9 yuv420_allowed=1
[08:04:47] [PASSED] supported_formats=0x9 yuv420_allowed=0
[08:04:47] [PASSED] supported_formats=0x3 yuv420_allowed=1
[08:04:47] [PASSED] supported_formats=0x3 yuv420_allowed=0
[08:04:47] === [PASSED] drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[08:04:47] [PASSED] drm_test_connector_hdmi_init_null_ddc
[08:04:47] [PASSED] drm_test_connector_hdmi_init_null_product
[08:04:47] [PASSED] drm_test_connector_hdmi_init_null_vendor
[08:04:47] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[08:04:47] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[08:04:47] [PASSED] drm_test_connector_hdmi_init_product_valid
[08:04:47] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[08:04:47] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[08:04:47] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[08:04:47] ========= drm_test_connector_hdmi_init_type_valid =========
[08:04:47] [PASSED] HDMI-A
[08:04:47] [PASSED] HDMI-B
[08:04:47] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[08:04:47] ======== drm_test_connector_hdmi_init_type_invalid ========
[08:04:47] [PASSED] Unknown
[08:04:47] [PASSED] VGA
[08:04:47] [PASSED] DVI-I
[08:04:47] [PASSED] DVI-D
[08:04:47] [PASSED] DVI-A
[08:04:47] [PASSED] Composite
[08:04:47] [PASSED] SVIDEO
[08:04:47] [PASSED] LVDS
[08:04:47] [PASSED] Component
[08:04:47] [PASSED] DIN
[08:04:47] [PASSED] DP
[08:04:47] [PASSED] TV
[08:04:47] [PASSED] eDP
[08:04:47] [PASSED] Virtual
[08:04:47] [PASSED] DSI
[08:04:47] [PASSED] DPI
[08:04:47] [PASSED] Writeback
[08:04:47] [PASSED] SPI
[08:04:47] [PASSED] USB
[08:04:47] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[08:04:47] ============ [PASSED] drmm_connector_hdmi_init =============
[08:04:47] ============= drmm_connector_init (3 subtests) =============
[08:04:47] [PASSED] drm_test_drmm_connector_init
[08:04:47] [PASSED] drm_test_drmm_connector_init_null_ddc
[08:04:47] ========= drm_test_drmm_connector_init_type_valid =========
[08:04:47] [PASSED] Unknown
[08:04:47] [PASSED] VGA
[08:04:47] [PASSED] DVI-I
[08:04:47] [PASSED] DVI-D
[08:04:47] [PASSED] DVI-A
[08:04:47] [PASSED] Composite
[08:04:47] [PASSED] SVIDEO
[08:04:47] [PASSED] LVDS
[08:04:47] [PASSED] Component
[08:04:47] [PASSED] DIN
[08:04:47] [PASSED] DP
[08:04:47] [PASSED] HDMI-A
[08:04:47] [PASSED] HDMI-B
[08:04:47] [PASSED] TV
[08:04:47] [PASSED] eDP
[08:04:47] [PASSED] Virtual
[08:04:47] [PASSED] DSI
[08:04:47] [PASSED] DPI
[08:04:47] [PASSED] Writeback
[08:04:47] [PASSED] SPI
[08:04:47] [PASSED] USB
[08:04:47] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[08:04:47] =============== [PASSED] drmm_connector_init ===============
[08:04:47] ========= drm_connector_dynamic_init (6 subtests) ==========
[08:04:47] [PASSED] drm_test_drm_connector_dynamic_init
[08:04:47] [PASSED] drm_test_drm_connector_dynamic_init_null_ddc
[08:04:47] [PASSED] drm_test_drm_connector_dynamic_init_not_added
[08:04:47] [PASSED] drm_test_drm_connector_dynamic_init_properties
[08:04:47] ===== drm_test_drm_connector_dynamic_init_type_valid ======
[08:04:47] [PASSED] Unknown
[08:04:47] [PASSED] VGA
[08:04:47] [PASSED] DVI-I
[08:04:47] [PASSED] DVI-D
[08:04:47] [PASSED] DVI-A
[08:04:47] [PASSED] Composite
[08:04:47] [PASSED] SVIDEO
[08:04:47] [PASSED] LVDS
[08:04:47] [PASSED] Component
[08:04:47] [PASSED] DIN
[08:04:47] [PASSED] DP
[08:04:47] [PASSED] HDMI-A
[08:04:47] [PASSED] HDMI-B
[08:04:47] [PASSED] TV
[08:04:47] [PASSED] eDP
[08:04:47] [PASSED] Virtual
[08:04:47] [PASSED] DSI
[08:04:47] [PASSED] DPI
[08:04:47] [PASSED] Writeback
[08:04:47] [PASSED] SPI
[08:04:47] [PASSED] USB
[08:04:47] = [PASSED] drm_test_drm_connector_dynamic_init_type_valid ==
[08:04:47] ======== drm_test_drm_connector_dynamic_init_name =========
[08:04:47] [PASSED] Unknown
[08:04:47] [PASSED] VGA
[08:04:47] [PASSED] DVI-I
[08:04:47] [PASSED] DVI-D
[08:04:47] [PASSED] DVI-A
[08:04:47] [PASSED] Composite
[08:04:47] [PASSED] SVIDEO
[08:04:47] [PASSED] LVDS
[08:04:47] [PASSED] Component
[08:04:47] [PASSED] DIN
[08:04:47] [PASSED] DP
[08:04:47] [PASSED] HDMI-A
[08:04:47] [PASSED] HDMI-B
[08:04:47] [PASSED] TV
[08:04:47] [PASSED] eDP
[08:04:47] [PASSED] Virtual
[08:04:47] [PASSED] DSI
[08:04:47] [PASSED] DPI
[08:04:47] [PASSED] Writeback
[08:04:47] [PASSED] SPI
[08:04:47] [PASSED] USB
[08:04:47] ==== [PASSED] drm_test_drm_connector_dynamic_init_name =====
[08:04:47] =========== [PASSED] drm_connector_dynamic_init ============
[08:04:47] ==== drm_connector_dynamic_register_early (4 subtests) =====
[08:04:47] [PASSED] drm_test_drm_connector_dynamic_register_early_on_list
[08:04:47] [PASSED] drm_test_drm_connector_dynamic_register_early_defer
[08:04:47] [PASSED] drm_test_drm_connector_dynamic_register_early_no_init
[08:04:47] [PASSED] drm_test_drm_connector_dynamic_register_early_no_mode_object
[08:04:47] ====== [PASSED] drm_connector_dynamic_register_early =======
[08:04:47] ======= drm_connector_dynamic_register (7 subtests) ========
[08:04:47] [PASSED] drm_test_drm_connector_dynamic_register_on_list
[08:04:47] [PASSED] drm_test_drm_connector_dynamic_register_no_defer
[08:04:47] [PASSED] drm_test_drm_connector_dynamic_register_no_init
[08:04:47] [PASSED] drm_test_drm_connector_dynamic_register_mode_object
[08:04:47] [PASSED] drm_test_drm_connector_dynamic_register_sysfs
[08:04:47] [PASSED] drm_test_drm_connector_dynamic_register_sysfs_name
[08:04:47] [PASSED] drm_test_drm_connector_dynamic_register_debugfs
[08:04:47] ========= [PASSED] drm_connector_dynamic_register ==========
[08:04:47] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[08:04:47] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[08:04:47] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[08:04:47] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[08:04:47] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[08:04:47] ========== drm_test_get_tv_mode_from_name_valid ===========
[08:04:47] [PASSED] NTSC
[08:04:47] [PASSED] NTSC-443
[08:04:47] [PASSED] NTSC-J
[08:04:47] [PASSED] PAL
[08:04:47] [PASSED] PAL-M
[08:04:47] [PASSED] PAL-N
[08:04:47] [PASSED] SECAM
[08:04:47] [PASSED] Mono
[08:04:47] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[08:04:47] [PASSED] drm_test_get_tv_mode_from_name_truncated
[08:04:47] ============ [PASSED] drm_get_tv_mode_from_name ============
[08:04:47] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[08:04:47] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[08:04:47] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[08:04:47] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[08:04:47] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[08:04:47] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[08:04:47] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[08:04:47] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid =
[08:04:47] [PASSED] VIC 96
[08:04:47] [PASSED] VIC 97
[08:04:47] [PASSED] VIC 101
[08:04:47] [PASSED] VIC 102
[08:04:47] [PASSED] VIC 106
[08:04:47] [PASSED] VIC 107
[08:04:47] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[08:04:47] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[08:04:47] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[08:04:47] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[08:04:47] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[08:04:47] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[08:04:47] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[08:04:47] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[08:04:47] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name ====
[08:04:47] [PASSED] Automatic
[08:04:47] [PASSED] Full
[08:04:47] [PASSED] Limited 16:235
[08:04:47] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[08:04:47] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[08:04:47] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[08:04:47] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[08:04:47] === drm_test_drm_hdmi_connector_get_output_format_name ====
[08:04:47] [PASSED] RGB
[08:04:47] [PASSED] YUV 4:2:0
[08:04:47] [PASSED] YUV 4:2:2
[08:04:47] [PASSED] YUV 4:4:4
[08:04:47] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[08:04:47] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[08:04:47] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[08:04:47] ============= drm_damage_helper (21 subtests) ==============
[08:04:47] [PASSED] drm_test_damage_iter_no_damage
[08:04:47] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[08:04:47] [PASSED] drm_test_damage_iter_no_damage_src_moved
[08:04:47] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[08:04:47] [PASSED] drm_test_damage_iter_no_damage_not_visible
[08:04:47] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[08:04:47] [PASSED] drm_test_damage_iter_no_damage_no_fb
[08:04:47] [PASSED] drm_test_damage_iter_simple_damage
[08:04:47] [PASSED] drm_test_damage_iter_single_damage
[08:04:47] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[08:04:47] [PASSED] drm_test_damage_iter_single_damage_outside_src
[08:04:47] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[08:04:47] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[08:04:47] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[08:04:47] [PASSED] drm_test_damage_iter_single_damage_src_moved
[08:04:47] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[08:04:47] [PASSED] drm_test_damage_iter_damage
[08:04:47] [PASSED] drm_test_damage_iter_damage_one_intersect
[08:04:47] [PASSED] drm_test_damage_iter_damage_one_outside
[08:04:47] [PASSED] drm_test_damage_iter_damage_src_moved
[08:04:47] [PASSED] drm_test_damage_iter_damage_not_visible
[08:04:47] ================ [PASSED] drm_damage_helper ================
[08:04:47] ============== drm_dp_mst_helper (3 subtests) ==============
[08:04:47] ============== drm_test_dp_mst_calc_pbn_mode ==============
[08:04:47] [PASSED] Clock 154000 BPP 30 DSC disabled
[08:04:47] [PASSED] Clock 234000 BPP 30 DSC disabled
[08:04:47] [PASSED] Clock 297000 BPP 24 DSC disabled
[08:04:47] [PASSED] Clock 332880 BPP 24 DSC enabled
[08:04:47] [PASSED] Clock 324540 BPP 24 DSC enabled
[08:04:47] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[08:04:47] ============== drm_test_dp_mst_calc_pbn_div ===============
[08:04:47] [PASSED] Link rate 2000000 lane count 4
[08:04:47] [PASSED] Link rate 2000000 lane count 2
[08:04:47] [PASSED] Link rate 2000000 lane count 1
[08:04:47] [PASSED] Link rate 1350000 lane count 4
[08:04:47] [PASSED] Link rate 1350000 lane count 2
[08:04:47] [PASSED] Link rate 1350000 lane count 1
[08:04:47] [PASSED] Link rate 1000000 lane count 4
[08:04:47] [PASSED] Link rate 1000000 lane count 2
[08:04:47] [PASSED] Link rate 1000000 lane count 1
[08:04:47] [PASSED] Link rate 810000 lane count 4
[08:04:47] [PASSED] Link rate 810000 lane count 2
[08:04:47] [PASSED] Link rate 810000 lane count 1
[08:04:47] [PASSED] Link rate 540000 lane count 4
[08:04:47] [PASSED] Link rate 540000 lane count 2
[08:04:47] [PASSED] Link rate 540000 lane count 1
[08:04:47] [PASSED] Link rate 270000 lane count 4
[08:04:47] [PASSED] Link rate 270000 lane count 2
[08:04:47] [PASSED] Link rate 270000 lane count 1
[08:04:47] [PASSED] Link rate 162000 lane count 4
[08:04:47] [PASSED] Link rate 162000 lane count 2
[08:04:47] [PASSED] Link rate 162000 lane count 1
[08:04:47] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[08:04:47] ========= drm_test_dp_mst_sideband_msg_req_decode =========
[08:04:47] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[08:04:47] [PASSED] DP_POWER_UP_PHY with port number
[08:04:47] [PASSED] DP_POWER_DOWN_PHY with port number
[08:04:47] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[08:04:47] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[08:04:47] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[08:04:47] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[08:04:47] [PASSED] DP_QUERY_PAYLOAD with port number
[08:04:47] [PASSED] DP_QUERY_PAYLOAD with VCPI
[08:04:47] [PASSED] DP_REMOTE_DPCD_READ with port number
[08:04:47] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[08:04:47] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[08:04:47] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[08:04:47] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[08:04:47] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[08:04:47] [PASSED] DP_REMOTE_I2C_READ with port number
[08:04:47] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[08:04:47] [PASSED] DP_REMOTE_I2C_READ with transactions array
[08:04:47] [PASSED] DP_REMOTE_I2C_WRITE with port number
[08:04:47] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[08:04:47] [PASSED] DP_REMOTE_I2C_WRITE with data array
[08:04:47] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[08:04:47] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[08:04:47] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[08:04:47] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[08:04:47] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[08:04:47] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[08:04:47] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[08:04:47] ================ [PASSED] drm_dp_mst_helper ================
[08:04:47] ================== drm_exec (7 subtests) ===================
[08:04:47] [PASSED] sanitycheck
[08:04:47] [PASSED] test_lock
[08:04:47] [PASSED] test_lock_unlock
[08:04:47] [PASSED] test_duplicates
[08:04:47] [PASSED] test_prepare
[08:04:47] [PASSED] test_prepare_array
[08:04:47] [PASSED] test_multiple_loops
[08:04:47] ==================== [PASSED] drm_exec =====================
[08:04:47] =========== drm_format_helper_test (17 subtests) ===========
[08:04:47] ============== drm_test_fb_xrgb8888_to_gray8 ==============
[08:04:47] [PASSED] single_pixel_source_buffer
[08:04:47] [PASSED] single_pixel_clip_rectangle
[08:04:47] [PASSED] well_known_colors
[08:04:47] [PASSED] destination_pitch
[08:04:47] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[08:04:47] ============= drm_test_fb_xrgb8888_to_rgb332 ==============
[08:04:47] [PASSED] single_pixel_source_buffer
[08:04:47] [PASSED] single_pixel_clip_rectangle
[08:04:47] [PASSED] well_known_colors
[08:04:47] [PASSED] destination_pitch
[08:04:47] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[08:04:47] ============= drm_test_fb_xrgb8888_to_rgb565 ==============
[08:04:47] [PASSED] single_pixel_source_buffer
[08:04:47] [PASSED] single_pixel_clip_rectangle
[08:04:47] [PASSED] well_known_colors
[08:04:47] [PASSED] destination_pitch
[08:04:47] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[08:04:47] ============ drm_test_fb_xrgb8888_to_xrgb1555 =============
[08:04:47] [PASSED] single_pixel_source_buffer
[08:04:47] [PASSED] single_pixel_clip_rectangle
[08:04:47] [PASSED] well_known_colors
[08:04:47] [PASSED] destination_pitch
[08:04:47] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[08:04:47] ============ drm_test_fb_xrgb8888_to_argb1555 =============
[08:04:47] [PASSED] single_pixel_source_buffer
[08:04:47] [PASSED] single_pixel_clip_rectangle
[08:04:47] [PASSED] well_known_colors
[08:04:47] [PASSED] destination_pitch
[08:04:47] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[08:04:47] ============ drm_test_fb_xrgb8888_to_rgba5551 =============
[08:04:47] [PASSED] single_pixel_source_buffer
[08:04:47] [PASSED] single_pixel_clip_rectangle
[08:04:47] [PASSED] well_known_colors
[08:04:47] [PASSED] destination_pitch
[08:04:47] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[08:04:47] ============= drm_test_fb_xrgb8888_to_rgb888 ==============
[08:04:47] [PASSED] single_pixel_source_buffer
[08:04:47] [PASSED] single_pixel_clip_rectangle
[08:04:47] [PASSED] well_known_colors
[08:04:47] [PASSED] destination_pitch
[08:04:47] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[08:04:47] ============= drm_test_fb_xrgb8888_to_bgr888 ==============
[08:04:47] [PASSED] single_pixel_source_buffer
[08:04:47] [PASSED] single_pixel_clip_rectangle
[08:04:47] [PASSED] well_known_colors
[08:04:47] [PASSED] destination_pitch
[08:04:47] ========= [PASSED] drm_test_fb_xrgb8888_to_bgr888 ==========
[08:04:47] ============ drm_test_fb_xrgb8888_to_argb8888 =============
[08:04:47] [PASSED] single_pixel_source_buffer
[08:04:47] [PASSED] single_pixel_clip_rectangle
[08:04:47] [PASSED] well_known_colors
[08:04:47] [PASSED] destination_pitch
[08:04:47] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[08:04:47] =========== drm_test_fb_xrgb8888_to_xrgb2101010 ===========
[08:04:47] [PASSED] single_pixel_source_buffer
[08:04:47] [PASSED] single_pixel_clip_rectangle
[08:04:47] [PASSED] well_known_colors
[08:04:47] [PASSED] destination_pitch
[08:04:47] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[08:04:47] =========== drm_test_fb_xrgb8888_to_argb2101010 ===========
[08:04:47] [PASSED] single_pixel_source_buffer
[08:04:47] [PASSED] single_pixel_clip_rectangle
[08:04:47] [PASSED] well_known_colors
[08:04:47] [PASSED] destination_pitch
[08:04:47] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[08:04:47] ============== drm_test_fb_xrgb8888_to_mono ===============
[08:04:47] [PASSED] single_pixel_source_buffer
[08:04:47] [PASSED] single_pixel_clip_rectangle
[08:04:47] [PASSED] well_known_colors
[08:04:47] [PASSED] destination_pitch
[08:04:47] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[08:04:47] ==================== drm_test_fb_swab =====================
[08:04:47] [PASSED] single_pixel_source_buffer
[08:04:47] [PASSED] single_pixel_clip_rectangle
[08:04:47] [PASSED] well_known_colors
[08:04:47] [PASSED] destination_pitch
[08:04:47] ================ [PASSED] drm_test_fb_swab =================
[08:04:47] ============ drm_test_fb_xrgb8888_to_xbgr8888 =============
[08:04:47] [PASSED] single_pixel_source_buffer
[08:04:47] [PASSED] single_pixel_clip_rectangle
[08:04:47] [PASSED] well_known_colors
[08:04:47] [PASSED] destination_pitch
[08:04:47] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[08:04:47] ============ drm_test_fb_xrgb8888_to_abgr8888 =============
[08:04:47] [PASSED] single_pixel_source_buffer
[08:04:47] [PASSED] single_pixel_clip_rectangle
[08:04:47] [PASSED] well_known_colors
[08:04:47] [PASSED] destination_pitch
[08:04:47] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[08:04:47] ================= drm_test_fb_clip_offset =================
[08:04:47] [PASSED] pass through
[08:04:47] [PASSED] horizontal offset
[08:04:47] [PASSED] vertical offset
[08:04:47] [PASSED] horizontal and vertical offset
[08:04:47] [PASSED] horizontal offset (custom pitch)
[08:04:47] [PASSED] vertical offset (custom pitch)
[08:04:47] [PASSED] horizontal and vertical offset (custom pitch)
[08:04:47] ============= [PASSED] drm_test_fb_clip_offset =============
[08:04:47] =================== drm_test_fb_memcpy ====================
[08:04:47] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[08:04:47] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[08:04:47] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[08:04:47] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[08:04:47] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[08:04:47] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[08:04:47] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[08:04:47] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[08:04:47] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[08:04:47] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[08:04:47] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[08:04:47] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[08:04:47] =============== [PASSED] drm_test_fb_memcpy ================
[08:04:47] ============= [PASSED] drm_format_helper_test ==============
[08:04:47] ================= drm_format (18 subtests) =================
[08:04:47] [PASSED] drm_test_format_block_width_invalid
[08:04:47] [PASSED] drm_test_format_block_width_one_plane
[08:04:47] [PASSED] drm_test_format_block_width_two_plane
[08:04:47] [PASSED] drm_test_format_block_width_three_plane
[08:04:47] [PASSED] drm_test_format_block_width_tiled
[08:04:47] [PASSED] drm_test_format_block_height_invalid
[08:04:47] [PASSED] drm_test_format_block_height_one_plane
[08:04:47] [PASSED] drm_test_format_block_height_two_plane
[08:04:47] [PASSED] drm_test_format_block_height_three_plane
[08:04:47] [PASSED] drm_test_format_block_height_tiled
[08:04:47] [PASSED] drm_test_format_min_pitch_invalid
[08:04:47] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[08:04:47] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[08:04:47] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[08:04:47] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[08:04:47] [PASSED] drm_test_format_min_pitch_two_plane
[08:04:47] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[08:04:47] [PASSED] drm_test_format_min_pitch_tiled
[08:04:47] =================== [PASSED] drm_format ====================
[08:04:47] ============== drm_framebuffer (10 subtests) ===============
[08:04:47] ========== drm_test_framebuffer_check_src_coords ==========
[08:04:47] [PASSED] Success: source fits into fb
[08:04:47] [PASSED] Fail: overflowing fb with x-axis coordinate
[08:04:47] [PASSED] Fail: overflowing fb with y-axis coordinate
[08:04:47] [PASSED] Fail: overflowing fb with source width
[08:04:47] [PASSED] Fail: overflowing fb with source height
[08:04:47] ====== [PASSED] drm_test_framebuffer_check_src_coords ======
[08:04:47] [PASSED] drm_test_framebuffer_cleanup
[08:04:47] =============== drm_test_framebuffer_create ===============
[08:04:47] [PASSED] ABGR8888 normal sizes
[08:04:47] [PASSED] ABGR8888 max sizes
[08:04:47] [PASSED] ABGR8888 pitch greater than min required
[08:04:47] [PASSED] ABGR8888 pitch less than min required
[08:04:47] [PASSED] ABGR8888 Invalid width
[08:04:47] [PASSED] ABGR8888 Invalid buffer handle
[08:04:47] [PASSED] No pixel format
[08:04:47] [PASSED] ABGR8888 Width 0
[08:04:47] [PASSED] ABGR8888 Height 0
[08:04:47] [PASSED] ABGR8888 Out of bound height * pitch combination
[08:04:47] [PASSED] ABGR8888 Large buffer offset
[08:04:47] [PASSED] ABGR8888 Buffer offset for inexistent plane
[08:04:47] [PASSED] ABGR8888 Invalid flag
[08:04:47] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[08:04:47] [PASSED] ABGR8888 Valid buffer modifier
[08:04:47] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[08:04:47] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[08:04:47] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[08:04:47] [PASSED] NV12 Normal sizes
[08:04:47] [PASSED] NV12 Max sizes
[08:04:47] [PASSED] NV12 Invalid pitch
[08:04:47] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[08:04:47] [PASSED] NV12 different modifier per-plane
[08:04:47] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[08:04:47] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[08:04:47] [PASSED] NV12 Modifier for inexistent plane
[08:04:47] [PASSED] NV12 Handle for inexistent plane
[08:04:47] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[08:04:47] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[08:04:47] [PASSED] YVU420 Normal sizes
[08:04:47] [PASSED] YVU420 Max sizes
[08:04:47] [PASSED] YVU420 Invalid pitch
[08:04:47] [PASSED] YVU420 Different pitches
[08:04:47] [PASSED] YVU420 Different buffer offsets/pitches
[08:04:47] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[08:04:47] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[08:04:47] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[08:04:47] [PASSED] YVU420 Valid modifier
[08:04:47] [PASSED] YVU420 Different modifiers per plane
[08:04:47] [PASSED] YVU420 Modifier for inexistent plane
[08:04:47] [PASSED] YUV420_10BIT Invalid modifier(DRM_FORMAT_MOD_LINEAR)
[08:04:47] [PASSED] X0L2 Normal sizes
[08:04:47] [PASSED] X0L2 Max sizes
[08:04:47] [PASSED] X0L2 Invalid pitch
[08:04:47] [PASSED] X0L2 Pitch greater than minimum required
[08:04:47] [PASSED] X0L2 Handle for inexistent plane
[08:04:47] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[08:04:47] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[08:04:47] [PASSED] X0L2 Valid modifier
[08:04:47] [PASSED] X0L2 Modifier for inexistent plane
[08:04:47] =========== [PASSED] drm_test_framebuffer_create ===========
[08:04:47] [PASSED] drm_test_framebuffer_free
[08:04:47] [PASSED] drm_test_framebuffer_init
[08:04:47] [PASSED] drm_test_framebuffer_init_bad_format
[08:04:47] [PASSED] drm_test_framebuffer_init_dev_mismatch
[08:04:47] [PASSED] drm_test_framebuffer_lookup
[08:04:47] [PASSED] drm_test_framebuffer_lookup_inexistent
[08:04:47] [PASSED] drm_test_framebuffer_modifiers_not_supported
[08:04:47] ================= [PASSED] drm_framebuffer =================
[08:04:47] ================ drm_gem_shmem (8 subtests) ================
[08:04:47] [PASSED] drm_gem_shmem_test_obj_create
[08:04:47] [PASSED] drm_gem_shmem_test_obj_create_private
[08:04:47] [PASSED] drm_gem_shmem_test_pin_pages
[08:04:47] [PASSED] drm_gem_shmem_test_vmap
[08:04:47] [PASSED] drm_gem_shmem_test_get_sg_table
[08:04:47] [PASSED] drm_gem_shmem_test_get_pages_sgt
[08:04:47] [PASSED] drm_gem_shmem_test_madvise
[08:04:47] [PASSED] drm_gem_shmem_test_purge
[08:04:47] ================== [PASSED] drm_gem_shmem ==================
[08:04:47] === drm_atomic_helper_connector_hdmi_check (27 subtests) ===
[08:04:47] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[08:04:47] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[08:04:47] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[08:04:47] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[08:04:47] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[08:04:47] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[08:04:47] ====== drm_test_check_broadcast_rgb_cea_mode_yuv420 =======
[08:04:47] [PASSED] Automatic
[08:04:47] [PASSED] Full
[08:04:47] [PASSED] Limited 16:235
[08:04:47] == [PASSED] drm_test_check_broadcast_rgb_cea_mode_yuv420 ===
[08:04:47] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[08:04:47] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[08:04:47] [PASSED] drm_test_check_disable_connector
[08:04:47] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[08:04:47] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_rgb
[08:04:47] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_yuv420
[08:04:47] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv422
[08:04:47] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv420
[08:04:47] [PASSED] drm_test_check_driver_unsupported_fallback_yuv420
[08:04:47] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[08:04:47] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[08:04:47] [PASSED] drm_test_check_output_bpc_dvi
[08:04:47] [PASSED] drm_test_check_output_bpc_format_vic_1
[08:04:47] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[08:04:47] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[08:04:47] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[08:04:47] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[08:04:47] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[08:04:47] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[08:04:47] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[08:04:47] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[08:04:47] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[08:04:47] [PASSED] drm_test_check_broadcast_rgb_value
[08:04:47] [PASSED] drm_test_check_bpc_8_value
[08:04:47] [PASSED] drm_test_check_bpc_10_value
[08:04:47] [PASSED] drm_test_check_bpc_12_value
[08:04:47] [PASSED] drm_test_check_format_value
[08:04:47] [PASSED] drm_test_check_tmds_char_value
[08:04:47] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[08:04:47] = drm_atomic_helper_connector_hdmi_mode_valid (4 subtests) =
[08:04:47] [PASSED] drm_test_check_mode_valid
[08:04:47] [PASSED] drm_test_check_mode_valid_reject
[08:04:47] [PASSED] drm_test_check_mode_valid_reject_rate
[08:04:47] [PASSED] drm_test_check_mode_valid_reject_max_clock
[08:04:47] === [PASSED] drm_atomic_helper_connector_hdmi_mode_valid ===
[08:04:47] = drm_atomic_helper_connector_hdmi_infoframes (5 subtests) =
[08:04:47] [PASSED] drm_test_check_infoframes
[08:04:47] [PASSED] drm_test_check_reject_avi_infoframe
[08:04:47] [PASSED] drm_test_check_reject_hdr_infoframe_bpc_8
[08:04:47] [PASSED] drm_test_check_reject_hdr_infoframe_bpc_10
[08:04:47] [PASSED] drm_test_check_reject_audio_infoframe
[08:04:47] === [PASSED] drm_atomic_helper_connector_hdmi_infoframes ===
[08:04:47] ================= drm_managed (2 subtests) =================
[08:04:47] [PASSED] drm_test_managed_release_action
[08:04:47] [PASSED] drm_test_managed_run_action
[08:04:47] =================== [PASSED] drm_managed ===================
[08:04:47] =================== drm_mm (6 subtests) ====================
[08:04:47] [PASSED] drm_test_mm_init
[08:04:47] [PASSED] drm_test_mm_debug
[08:04:47] [PASSED] drm_test_mm_align32
[08:04:47] [PASSED] drm_test_mm_align64
[08:04:47] [PASSED] drm_test_mm_lowest
[08:04:47] [PASSED] drm_test_mm_highest
[08:04:47] ===================== [PASSED] drm_mm ======================
[08:04:47] ============= drm_modes_analog_tv (5 subtests) =============
[08:04:47] [PASSED] drm_test_modes_analog_tv_mono_576i
[08:04:47] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[08:04:47] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[08:04:47] [PASSED] drm_test_modes_analog_tv_pal_576i
[08:04:47] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[08:04:47] =============== [PASSED] drm_modes_analog_tv ===============
[08:04:47] ============== drm_plane_helper (2 subtests) ===============
[08:04:47] =============== drm_test_check_plane_state ================
[08:04:47] [PASSED] clipping_simple
[08:04:47] [PASSED] clipping_rotate_reflect
[08:04:47] [PASSED] positioning_simple
[08:04:47] [PASSED] upscaling
[08:04:47] [PASSED] downscaling
[08:04:47] [PASSED] rounding1
[08:04:47] [PASSED] rounding2
[08:04:47] [PASSED] rounding3
[08:04:47] [PASSED] rounding4
[08:04:47] =========== [PASSED] drm_test_check_plane_state ============
[08:04:47] =========== drm_test_check_invalid_plane_state ============
[08:04:47] [PASSED] positioning_invalid
[08:04:47] [PASSED] upscaling_invalid
[08:04:47] [PASSED] downscaling_invalid
[08:04:47] ======= [PASSED] drm_test_check_invalid_plane_state ========
[08:04:47] ================ [PASSED] drm_plane_helper =================
[08:04:47] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[08:04:47] ====== drm_test_connector_helper_tv_get_modes_check =======
[08:04:47] [PASSED] None
[08:04:47] [PASSED] PAL
[08:04:47] [PASSED] NTSC
[08:04:47] [PASSED] Both, NTSC Default
[08:04:47] [PASSED] Both, PAL Default
[08:04:47] [PASSED] Both, NTSC Default, with PAL on command-line
[08:04:47] [PASSED] Both, PAL Default, with NTSC on command-line
[08:04:47] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[08:04:47] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[08:04:47] ================== drm_rect (9 subtests) ===================
[08:04:47] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[08:04:47] [PASSED] drm_test_rect_clip_scaled_not_clipped
[08:04:47] [PASSED] drm_test_rect_clip_scaled_clipped
[08:04:47] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[08:04:47] ================= drm_test_rect_intersect =================
[08:04:47] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[08:04:47] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[08:04:47] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[08:04:47] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[08:04:47] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[08:04:47] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[08:04:47] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[08:04:47] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[08:04:47] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[08:04:47] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[08:04:47] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[08:04:47] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[08:04:47] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[08:04:47] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[08:04:47] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
stty: 'standard input': Inappropriate ioctl for device
[08:04:47] ============= [PASSED] drm_test_rect_intersect =============
[08:04:47] ================ drm_test_rect_calc_hscale ================
[08:04:47] [PASSED] normal use
[08:04:47] [PASSED] out of max range
[08:04:47] [PASSED] out of min range
[08:04:47] [PASSED] zero dst
[08:04:47] [PASSED] negative src
[08:04:47] [PASSED] negative dst
[08:04:47] ============ [PASSED] drm_test_rect_calc_hscale ============
[08:04:47] ================ drm_test_rect_calc_vscale ================
[08:04:47] [PASSED] normal use
[08:04:47] [PASSED] out of max range
[08:04:47] [PASSED] out of min range
[08:04:47] [PASSED] zero dst
[08:04:47] [PASSED] negative src
[08:04:47] [PASSED] negative dst
[08:04:47] ============ [PASSED] drm_test_rect_calc_vscale ============
[08:04:47] ================== drm_test_rect_rotate ===================
[08:04:47] [PASSED] reflect-x
[08:04:47] [PASSED] reflect-y
[08:04:47] [PASSED] rotate-0
[08:04:47] [PASSED] rotate-90
[08:04:47] [PASSED] rotate-180
[08:04:47] [PASSED] rotate-270
[08:04:47] ============== [PASSED] drm_test_rect_rotate ===============
[08:04:47] ================ drm_test_rect_rotate_inv =================
[08:04:47] [PASSED] reflect-x
[08:04:47] [PASSED] reflect-y
[08:04:47] [PASSED] rotate-0
[08:04:47] [PASSED] rotate-90
[08:04:47] [PASSED] rotate-180
[08:04:47] [PASSED] rotate-270
[08:04:47] ============ [PASSED] drm_test_rect_rotate_inv =============
[08:04:47] ==================== [PASSED] drm_rect =====================
[08:04:47] ============ drm_sysfb_modeset_test (1 subtest) ============
[08:04:47] ============ drm_test_sysfb_build_fourcc_list =============
[08:04:47] [PASSED] no native formats
[08:04:47] [PASSED] XRGB8888 as native format
[08:04:47] [PASSED] remove duplicates
[08:04:47] [PASSED] convert alpha formats
[08:04:47] [PASSED] random formats
[08:04:47] ======== [PASSED] drm_test_sysfb_build_fourcc_list =========
[08:04:47] ============= [PASSED] drm_sysfb_modeset_test ==============
[08:04:47] ================== drm_fixp (2 subtests) ===================
[08:04:47] [PASSED] drm_test_int2fixp
[08:04:47] [PASSED] drm_test_sm2fixp
[08:04:47] ==================== [PASSED] drm_fixp =====================
[08:04:47] ============================================================
[08:04:47] Testing complete. Ran 630 tests: passed: 630
[08:04:47] Elapsed time: 28.164s total, 1.684s configuring, 26.013s building, 0.429s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig
[08:04:47] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[08:04:49] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[08:04:58] Starting KUnit Kernel (1/1)...
[08:04:58] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[08:04:58] ================= ttm_device (5 subtests) ==================
[08:04:58] [PASSED] ttm_device_init_basic
[08:04:58] [PASSED] ttm_device_init_multiple
[08:04:58] [PASSED] ttm_device_fini_basic
[08:04:58] [PASSED] ttm_device_init_no_vma_man
[08:04:58] ================== ttm_device_init_pools ==================
[08:04:58] [PASSED] No DMA allocations, no DMA32 required
[08:04:58] [PASSED] DMA allocations, DMA32 required
[08:04:58] [PASSED] No DMA allocations, DMA32 required
[08:04:58] [PASSED] DMA allocations, no DMA32 required
[08:04:58] ============== [PASSED] ttm_device_init_pools ==============
[08:04:58] =================== [PASSED] ttm_device ====================
[08:04:58] ================== ttm_pool (8 subtests) ===================
[08:04:58] ================== ttm_pool_alloc_basic ===================
[08:04:58] [PASSED] One page
[08:04:58] [PASSED] More than one page
[08:04:58] [PASSED] Above the allocation limit
[08:04:58] [PASSED] One page, with coherent DMA mappings enabled
[08:04:58] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[08:04:58] ============== [PASSED] ttm_pool_alloc_basic ===============
[08:04:58] ============== ttm_pool_alloc_basic_dma_addr ==============
[08:04:58] [PASSED] One page
[08:04:58] [PASSED] More than one page
[08:04:58] [PASSED] Above the allocation limit
[08:04:58] [PASSED] One page, with coherent DMA mappings enabled
[08:04:58] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[08:04:58] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ==========
[08:04:58] [PASSED] ttm_pool_alloc_order_caching_match
[08:04:58] [PASSED] ttm_pool_alloc_caching_mismatch
[08:04:58] [PASSED] ttm_pool_alloc_order_mismatch
[08:04:58] [PASSED] ttm_pool_free_dma_alloc
[08:04:58] [PASSED] ttm_pool_free_no_dma_alloc
[08:04:58] [PASSED] ttm_pool_fini_basic
[08:04:58] ==================== [PASSED] ttm_pool =====================
[08:04:58] ================ ttm_resource (8 subtests) =================
[08:04:58] ================= ttm_resource_init_basic =================
[08:04:58] [PASSED] Init resource in TTM_PL_SYSTEM
[08:04:58] [PASSED] Init resource in TTM_PL_VRAM
[08:04:58] [PASSED] Init resource in a private placement
[08:04:58] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags
[08:04:58] ============= [PASSED] ttm_resource_init_basic =============
[08:04:58] [PASSED] ttm_resource_init_pinned
[08:04:58] [PASSED] ttm_resource_fini_basic
[08:04:58] [PASSED] ttm_resource_manager_init_basic
[08:04:58] [PASSED] ttm_resource_manager_usage_basic
[08:04:58] [PASSED] ttm_resource_manager_set_used_basic
[08:04:58] [PASSED] ttm_sys_man_alloc_basic
[08:04:58] [PASSED] ttm_sys_man_free_basic
[08:04:58] ================== [PASSED] ttm_resource ===================
[08:04:58] =================== ttm_tt (15 subtests) ===================
[08:04:58] ==================== ttm_tt_init_basic ====================
[08:04:58] [PASSED] Page-aligned size
[08:04:58] [PASSED] Extra pages requested
[08:04:58] ================ [PASSED] ttm_tt_init_basic ================
[08:04:58] [PASSED] ttm_tt_init_misaligned
[08:04:58] [PASSED] ttm_tt_fini_basic
[08:04:58] [PASSED] ttm_tt_fini_sg
[08:04:58] [PASSED] ttm_tt_fini_shmem
[08:04:58] [PASSED] ttm_tt_create_basic
[08:04:58] [PASSED] ttm_tt_create_invalid_bo_type
[08:04:58] [PASSED] ttm_tt_create_ttm_exists
[08:04:58] [PASSED] ttm_tt_create_failed
[08:04:58] [PASSED] ttm_tt_destroy_basic
[08:04:58] [PASSED] ttm_tt_populate_null_ttm
[08:04:58] [PASSED] ttm_tt_populate_populated_ttm
[08:04:58] [PASSED] ttm_tt_unpopulate_basic
[08:04:58] [PASSED] ttm_tt_unpopulate_empty_ttm
[08:04:58] [PASSED] ttm_tt_swapin_basic
[08:04:58] ===================== [PASSED] ttm_tt ======================
[08:04:58] =================== ttm_bo (14 subtests) ===================
[08:04:58] =========== ttm_bo_reserve_optimistic_no_ticket ===========
[08:04:58] [PASSED] Cannot be interrupted and sleeps
[08:04:58] [PASSED] Cannot be interrupted, locks straight away
[08:04:58] [PASSED] Can be interrupted, sleeps
[08:04:58] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket =======
[08:04:58] [PASSED] ttm_bo_reserve_locked_no_sleep
[08:04:58] [PASSED] ttm_bo_reserve_no_wait_ticket
[08:04:58] [PASSED] ttm_bo_reserve_double_resv
[08:04:58] [PASSED] ttm_bo_reserve_interrupted
[08:04:58] [PASSED] ttm_bo_reserve_deadlock
[08:04:58] [PASSED] ttm_bo_unreserve_basic
[08:04:58] [PASSED] ttm_bo_unreserve_pinned
[08:04:58] [PASSED] ttm_bo_unreserve_bulk
[08:04:58] [PASSED] ttm_bo_fini_basic
[08:04:58] [PASSED] ttm_bo_fini_shared_resv
[08:04:58] [PASSED] ttm_bo_pin_basic
[08:04:58] [PASSED] ttm_bo_pin_unpin_resource
[08:04:58] [PASSED] ttm_bo_multiple_pin_one_unpin
[08:04:58] ===================== [PASSED] ttm_bo ======================
[08:04:58] ============== ttm_bo_validate (21 subtests) ===============
[08:04:58] ============== ttm_bo_init_reserved_sys_man ===============
[08:04:58] [PASSED] Buffer object for userspace
[08:04:58] [PASSED] Kernel buffer object
[08:04:58] [PASSED] Shared buffer object
[08:04:58] ========== [PASSED] ttm_bo_init_reserved_sys_man ===========
[08:04:58] ============== ttm_bo_init_reserved_mock_man ==============
[08:04:58] [PASSED] Buffer object for userspace
[08:04:58] [PASSED] Kernel buffer object
[08:04:58] [PASSED] Shared buffer object
[08:04:58] ========== [PASSED] ttm_bo_init_reserved_mock_man ==========
[08:04:58] [PASSED] ttm_bo_init_reserved_resv
[08:04:58] ================== ttm_bo_validate_basic ==================
[08:04:58] [PASSED] Buffer object for userspace
[08:04:58] [PASSED] Kernel buffer object
[08:04:58] [PASSED] Shared buffer object
[08:04:58] ============== [PASSED] ttm_bo_validate_basic ==============
[08:04:58] [PASSED] ttm_bo_validate_invalid_placement
[08:04:58] ============= ttm_bo_validate_same_placement ==============
[08:04:58] [PASSED] System manager
[08:04:58] [PASSED] VRAM manager
[08:04:58] ========= [PASSED] ttm_bo_validate_same_placement ==========
[08:04:58] [PASSED] ttm_bo_validate_failed_alloc
[08:04:58] [PASSED] ttm_bo_validate_pinned
[08:04:58] [PASSED] ttm_bo_validate_busy_placement
[08:04:58] ================ ttm_bo_validate_multihop =================
[08:04:58] [PASSED] Buffer object for userspace
[08:04:58] [PASSED] Kernel buffer object
[08:04:58] [PASSED] Shared buffer object
[08:04:58] ============ [PASSED] ttm_bo_validate_multihop =============
[08:04:58] ========== ttm_bo_validate_no_placement_signaled ==========
[08:04:58] [PASSED] Buffer object in system domain, no page vector
[08:04:58] [PASSED] Buffer object in system domain with an existing page vector
[08:04:58] ====== [PASSED] ttm_bo_validate_no_placement_signaled ======
[08:04:58] ======== ttm_bo_validate_no_placement_not_signaled ========
[08:04:58] [PASSED] Buffer object for userspace
[08:04:58] [PASSED] Kernel buffer object
[08:04:58] [PASSED] Shared buffer object
[08:04:58] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ====
[08:04:58] [PASSED] ttm_bo_validate_move_fence_signaled
[08:04:58] ========= ttm_bo_validate_move_fence_not_signaled =========
[08:04:58] [PASSED] Waits for GPU
[08:04:58] [PASSED] Tries to lock straight away
[08:04:58] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled =====
[08:04:58] [PASSED] ttm_bo_validate_happy_evict
[08:04:58] [PASSED] ttm_bo_validate_all_pinned_evict
[08:04:58] [PASSED] ttm_bo_validate_allowed_only_evict
[08:04:58] [PASSED] ttm_bo_validate_deleted_evict
[08:04:58] [PASSED] ttm_bo_validate_busy_domain_evict
[08:04:58] [PASSED] ttm_bo_validate_evict_gutting
[08:04:58] [PASSED] ttm_bo_validate_recrusive_evict
stty: 'standard input': Inappropriate ioctl for device
[08:04:58] ================= [PASSED] ttm_bo_validate =================
[08:04:58] ============================================================
[08:04:58] Testing complete. Ran 101 tests: passed: 101
[08:04:58] Elapsed time: 11.429s total, 1.643s configuring, 9.570s building, 0.187s running
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
2026-02-03 8:05 ` ✓ CI.KUnit: success for " Patchwork
@ 2026-02-03 8:25 ` Imre Deak
2026-02-03 8:40 ` Kandpal, Suraj
2026-02-03 8:43 ` ✓ Xe.CI.BAT: success for " Patchwork
` (9 subsequent siblings)
11 siblings, 1 reply; 17+ messages in thread
From: Imre Deak @ 2026-02-03 8:25 UTC (permalink / raw)
To: Suraj Kandpal; +Cc: intel-xe, intel-gfx, ankit.k.nautiyal, arun.r.murthy
On Tue, Feb 03, 2026 at 08:11:41AM +0530, Suraj Kandpal wrote:
> TBT PHY is enablement/disablement is handled by its own TBT module.
> We do not play a big part in it's state management that being take care
> by it's own TBT modeule. With that in mind comparing the state would be
> wrong since we really don't touch it.
> Simple return true when we are in tbt mode.
>
> Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_lt_phy.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> index 04f63bdd0b87..27ad8407606b 100644
> --- a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> +++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> @@ -2158,6 +2158,9 @@ bool
> intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state *a,
> const struct intel_lt_phy_pll_state *b)
> {
> + if (a->tbt_mode || b->tbt_mode)
> + return true;
It is a relevant state whether the PHY is in TBT mode or in a non-TBT
mode, even if the PHY is programmed by the TBT HW block in TBT mode. So
it's not ok to ignore a difference in this state. Please provide the
actual context for why the change was added.
> +
> /*
> * With LT PHY values other than VDR0_CONFIG and VDR2_CONFIG are
> * unreliable. They cannot always be read back since internally
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 17+ messages in thread
* RE: [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
2026-02-03 8:25 ` [PATCH] " Imre Deak
@ 2026-02-03 8:40 ` Kandpal, Suraj
2026-02-03 16:10 ` Imre Deak
0 siblings, 1 reply; 17+ messages in thread
From: Kandpal, Suraj @ 2026-02-03 8:40 UTC (permalink / raw)
To: Deak, Imre
Cc: intel-xe@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
Nautiyal, Ankit K, Murthy, Arun R
> Subject: Re: [PATCH] drm/i915/ltphy: Return true for TBT scenario during
> lt_phy_state compare
>
> On Tue, Feb 03, 2026 at 08:11:41AM +0530, Suraj Kandpal wrote:
> > TBT PHY is enablement/disablement is handled by its own TBT module.
> > We do not play a big part in it's state management that being take
> > care by it's own TBT modeule. With that in mind comparing the state
> > would be wrong since we really don't touch it.
> > Simple return true when we are in tbt mode.
> >
> > Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
> > ---
> > drivers/gpu/drm/i915/display/intel_lt_phy.c | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > index 04f63bdd0b87..27ad8407606b 100644
> > --- a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > +++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > @@ -2158,6 +2158,9 @@ bool
> > intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state *a,
> > const struct intel_lt_phy_pll_state *b) {
> > + if (a->tbt_mode || b->tbt_mode)
> > + return true;
>
> It is a relevant state whether the PHY is in TBT mode or in a non-TBT mode,
> even if the PHY is programmed by the TBT HW block in TBT mode. So it's not ok
> to ignore a difference in this state. Please provide the actual context for why
> the change was added.
Bspec : 74492
We do not write the PLL registers when it comes to TBT Mode that is done by the TBT dock.
Since the VDR register are shadow registers our shadow registers will never have those values. Which
Means we will always have a state mismatch.
This has always been the case since SNPS PHY.
Check intel_cx0pll_compare_hw_state int intel_cx0_phy.c too
Regards,
Suraj Kandpal
>
> > +
> > /*
> > * With LT PHY values other than VDR0_CONFIG and VDR2_CONFIG are
> > * unreliable. They cannot always be read back since internally
> > --
> > 2.34.1
> >
^ permalink raw reply [flat|nested] 17+ messages in thread
* ✓ Xe.CI.BAT: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
2026-02-03 8:05 ` ✓ CI.KUnit: success for " Patchwork
2026-02-03 8:25 ` [PATCH] " Imre Deak
@ 2026-02-03 8:43 ` Patchwork
2026-02-03 21:29 ` ✓ Xe.CI.FULL: " Patchwork
` (8 subsequent siblings)
11 siblings, 0 replies; 17+ messages in thread
From: Patchwork @ 2026-02-03 8:43 UTC (permalink / raw)
To: Kandpal, Suraj; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 895 bytes --]
== Series Details ==
Series: drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
URL : https://patchwork.freedesktop.org/series/161045/
State : success
== Summary ==
CI Bug Log - changes from xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4_BAT -> xe-pw-161045v1_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (12 -> 12)
------------------------------
No changes in participating hosts
Changes
-------
No changes found
Build changes
-------------
* Linux: xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4 -> xe-pw-161045v1
IGT_8729: 8729
xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4: 6e53f6296065672f8a0c7f98b4b6c409dac382b4
xe-pw-161045v1: 161045v1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/index.html
[-- Attachment #2: Type: text/html, Size: 1443 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
2026-02-03 8:40 ` Kandpal, Suraj
@ 2026-02-03 16:10 ` Imre Deak
2026-02-04 2:23 ` Kandpal, Suraj
0 siblings, 1 reply; 17+ messages in thread
From: Imre Deak @ 2026-02-03 16:10 UTC (permalink / raw)
To: Kandpal, Suraj
Cc: intel-xe@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
Nautiyal, Ankit K, Murthy, Arun R
On Tue, Feb 03, 2026 at 10:40:33AM +0200, Kandpal, Suraj wrote:
> > Subject: Re: [PATCH] drm/i915/ltphy: Return true for TBT scenario during
> > lt_phy_state compare
> >
> > On Tue, Feb 03, 2026 at 08:11:41AM +0530, Suraj Kandpal wrote:
> > > TBT PHY is enablement/disablement is handled by its own TBT module.
> > > We do not play a big part in it's state management that being take
> > > care by it's own TBT modeule. With that in mind comparing the state
> > > would be wrong since we really don't touch it.
> > > Simple return true when we are in tbt mode.
> > >
> > > Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
> > > ---
> > > drivers/gpu/drm/i915/display/intel_lt_phy.c | 3 +++
> > > 1 file changed, 3 insertions(+)
> > >
> > > diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > > b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > > index 04f63bdd0b87..27ad8407606b 100644
> > > --- a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > > +++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > > @@ -2158,6 +2158,9 @@ bool
> > > intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state *a,
> > > const struct intel_lt_phy_pll_state *b) {
> > > + if (a->tbt_mode || b->tbt_mode)
> > > + return true;
> >
> > It is a relevant state whether the PHY is in TBT mode or in a non-TBT mode,
> > even if the PHY is programmed by the TBT HW block in TBT mode. So it's not ok
> > to ignore a difference in this state. Please provide the actual context for why
> > the change was added.
>
> Bspec : 74492
>
> We do not write the PLL registers when it comes to TBT Mode that is
> done by the TBT dock. Since the VDR register are shadow registers our
> shadow registers will never have those values. Which Means we will
> always have a state mismatch.
Reading out the HW state of the actual PLL dividers and configuration is
not read out in TBT mode for the above reason but the verification is
skipped in TBT mode for another reason:
The PHY/PLL TypeC mode (TBT, DP-alt) can change after the PLL state was
computed for a modeset, so the state verification after the modeset
sequence would indicate a mismatch in case the mode changed from DP-alt
to TBT, or from TBT to DP-alt mode. To avoid such a mismatch error the
verification is skipped if the mode for either the read-out or the
computed state is TBT (where that TBT PLL state doesn't reflect anyway
the PLL's actual HW state).
Could you please amend the commit long along the above lines as a
rationale for the change?
> This has always been the case since SNPS PHY. Check
> intel_cx0pll_compare_hw_state int intel_cx0_phy.c too
>
> Regards,
> Suraj Kandpal
>
> >
> > > +
> > > /*
> > > * With LT PHY values other than VDR0_CONFIG and VDR2_CONFIG are
> > > * unreliable. They cannot always be read back since internally
> > > --
> > > 2.34.1
> > >
^ permalink raw reply [flat|nested] 17+ messages in thread
* ✓ Xe.CI.FULL: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
` (2 preceding siblings ...)
2026-02-03 8:43 ` ✓ Xe.CI.BAT: success for " Patchwork
@ 2026-02-03 21:29 ` Patchwork
2026-02-04 2:32 ` [PATCH v2] " Suraj Kandpal
` (7 subsequent siblings)
11 siblings, 0 replies; 17+ messages in thread
From: Patchwork @ 2026-02-03 21:29 UTC (permalink / raw)
To: Kandpal, Suraj; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 38488 bytes --]
== Series Details ==
Series: drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
URL : https://patchwork.freedesktop.org/series/161045/
State : success
== Summary ==
CI Bug Log - changes from xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4_FULL -> xe-pw-161045v1_FULL
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in xe-pw-161045v1_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_async_flips@test-cursor:
- shard-lnl: NOTRUN -> [SKIP][1] ([Intel XE#664])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_async_flips@test-cursor.html
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][2] ([Intel XE#1407])
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_big_fb@linear-16bpp-rotate-270.html
- shard-bmg: NOTRUN -> [SKIP][3] ([Intel XE#2327]) +1 other test skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-bmg: NOTRUN -> [SKIP][4] ([Intel XE#1124]) +5 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-7/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-lnl: NOTRUN -> [SKIP][5] ([Intel XE#1124]) +2 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_bw@linear-tiling-4-displays-3840x2160p:
- shard-bmg: NOTRUN -> [SKIP][6] ([Intel XE#367]) +1 other test skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs@pipe-b-hdmi-a-3:
- shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#2652] / [Intel XE#787]) +4 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs@pipe-b-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#3432]) +1 other test skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs:
- shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#2887])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#2887]) +7 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#2325])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_hpd@hdmi-hpd-fast:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#2252]) +4 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@kms_chamelium_hpd@hdmi-hpd-fast.html
* igt@kms_chamelium_hpd@vga-hpd-after-hibernate:
- shard-lnl: NOTRUN -> [SKIP][13] ([Intel XE#373])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_chamelium_hpd@vga-hpd-after-hibernate.html
* igt@kms_content_protection@atomic:
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#2341]) +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#6974])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-7/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
* igt@kms_content_protection@lic-type-0-hdcp14@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][16] ([Intel XE#3304])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-3/igt@kms_content_protection@lic-type-0-hdcp14@pipe-a-dp-2.html
* igt@kms_content_protection@lic-type-0@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][17] ([Intel XE#1178] / [Intel XE#3304])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-1/igt@kms_content_protection@lic-type-0@pipe-a-dp-2.html
* igt@kms_cursor_crc@cursor-onscreen-64x21:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#1424])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_cursor_crc@cursor-onscreen-64x21.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2320]) +4 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#309])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
- shard-bmg: NOTRUN -> [SKIP][21] ([Intel XE#2291])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#323])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#2286])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_fbcon_fbt@fbc:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#4156])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@kms_fbcon_fbt@fbc.html
* igt@kms_feature_discovery@psr2:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#2374])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-7/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#2316]) +1 other test skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling:
- shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#7178])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#7178]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#7179])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-indfb-msflip-blt:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#651]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-render:
- shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#2311]) +12 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#4141]) +6 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-rte:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#656]) +4 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#2312]) +6 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2313]) +9 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-argb161616f-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#7061]) +2 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@kms_frontbuffer_tracking@psr-argb161616f-draw-blt.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-bmg: [PASS][37] -> [SKIP][38] ([Intel XE#7086])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-9/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#6911])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping:
- shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#7130] / [Intel XE#7131])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping@pipe-b-plane-0:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#7130]) +12 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping@pipe-b-plane-0.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping@pipe-b-plane-3:
- shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#7130]) +3 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping@pipe-b-plane-3.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping@pipe-b-plane-5:
- shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#7131]) +1 other test skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#7111] / [Intel XE#7130] / [Intel XE#7131]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-7/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping@pipe-a-plane-5:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#7131]) +1 other test skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-7/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping@pipe-a-plane-5.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping@pipe-b-plane-5:
- shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#7111] / [Intel XE#7131]) +1 other test skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-7/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-b-plane-5:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#7111] / [Intel XE#7130]) +1 other test skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-b-plane-5.html
* igt@kms_plane_lowres@tiling-y:
- shard-lnl: NOTRUN -> [SKIP][48] ([Intel XE#599])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_plane_lowres@tiling-y.html
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#2393])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_multiple@2x-tiling-y:
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#5021])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@kms_plane_multiple@2x-tiling-y.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#870])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-7/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#1406] / [Intel XE#1489]) +3 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
- shard-lnl: NOTRUN -> [SKIP][54] ([Intel XE#1406] / [Intel XE#2893])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_su@page_flip-p010:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#1128] / [Intel XE#1406])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_psr2_su@page_flip-p010.html
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#1406] / [Intel XE#2387])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-psr-suspend:
- shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +6 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_psr@fbc-psr-suspend.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_sharpness_filter@invalid-plane-with-filter:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#6503]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-7/igt@kms_sharpness_filter@invalid-plane-with-filter.html
* igt@kms_tv_load_detect@load-detect:
- shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#330])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@kms_tv_load_detect@load-detect.html
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#2450])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_tv_load_detect@load-detect.html
* igt@xe_compute_preempt@compute-preempt-many-vram:
- shard-lnl: NOTRUN -> [SKIP][62] ([Intel XE#5191])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@xe_compute_preempt@compute-preempt-many-vram.html
* igt@xe_eudebug@attach-debug-metadata:
- shard-bmg: NOTRUN -> [SKIP][63] ([Intel XE#4837])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@xe_eudebug@attach-debug-metadata.html
* igt@xe_eudebug_online@basic-breakpoint:
- shard-lnl: NOTRUN -> [SKIP][64] ([Intel XE#4837] / [Intel XE#6665]) +1 other test skip
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@xe_eudebug_online@basic-breakpoint.html
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#4837] / [Intel XE#6665]) +1 other test skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@xe_eudebug_online@basic-breakpoint.html
* igt@xe_eudebug_online@pagefault-read-stress:
- shard-bmg: NOTRUN -> [SKIP][66] ([Intel XE#6665] / [Intel XE#6681])
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@xe_eudebug_online@pagefault-read-stress.html
* igt@xe_evict@evict-beng-mixed-threads-large:
- shard-lnl: NOTRUN -> [SKIP][67] ([Intel XE#688]) +1 other test skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@xe_evict@evict-beng-mixed-threads-large.html
* igt@xe_evict@evict-threads-small-multi-queue:
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#7140])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@xe_evict@evict-threads-small-multi-queue.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr:
- shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#2322]) +4 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html
- shard-lnl: NOTRUN -> [SKIP][70] ([Intel XE#1392])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html
* igt@xe_exec_fault_mode@many-multi-queue-userptr-imm:
- shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#7136])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@xe_exec_fault_mode@many-multi-queue-userptr-imm.html
* igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-prefetch:
- shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#7136]) +4 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-prefetch.html
* igt@xe_exec_multi_queue@few-execs-preempt-mode-priority:
- shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#6874]) +11 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@xe_exec_multi_queue@few-execs-preempt-mode-priority.html
* igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-userptr:
- shard-lnl: NOTRUN -> [SKIP][74] ([Intel XE#6874]) +3 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-userptr.html
* igt@xe_exec_system_allocator@many-64k-mmap-free-huge:
- shard-bmg: NOTRUN -> [SKIP][75] ([Intel XE#5007])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@xe_exec_system_allocator@many-64k-mmap-free-huge.html
* igt@xe_exec_system_allocator@many-execqueues-mmap-huge-nomemset:
- shard-bmg: NOTRUN -> [SKIP][76] ([Intel XE#4943]) +11 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-7/igt@xe_exec_system_allocator@many-execqueues-mmap-huge-nomemset.html
* igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma:
- shard-lnl: [PASS][77] -> [FAIL][78] ([Intel XE#5625])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-lnl-8/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-4/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma.html
* igt@xe_exec_system_allocator@process-many-mmap-huge-nomemset:
- shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#4943])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@xe_exec_system_allocator@process-many-mmap-huge-nomemset.html
* igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr-rebind:
- shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#7138]) +1 other test skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr-rebind.html
* igt@xe_mmap@pci-membarrier:
- shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#5100])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@xe_mmap@pci-membarrier.html
* igt@xe_peer2peer@read:
- shard-bmg: NOTRUN -> [SKIP][82] ([Intel XE#2427] / [Intel XE#6953])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-9/igt@xe_peer2peer@read.html
* igt@xe_pmu@all-fn-engine-activity-load:
- shard-lnl: NOTRUN -> [SKIP][83] ([Intel XE#4650])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@xe_pmu@all-fn-engine-activity-load.html
* igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq:
- shard-bmg: NOTRUN -> [SKIP][84] ([Intel XE#4733])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-7/igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq.html
* igt@xe_query@multigpu-query-invalid-cs-cycles:
- shard-bmg: NOTRUN -> [SKIP][85] ([Intel XE#944]) +1 other test skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@xe_query@multigpu-query-invalid-cs-cycles.html
- shard-lnl: NOTRUN -> [SKIP][86] ([Intel XE#944])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-5/igt@xe_query@multigpu-query-invalid-cs-cycles.html
#### Possible fixes ####
* igt@kms_atomic_transition@plane-toggle-modeset-transition:
- shard-bmg: [ABORT][87] ([Intel XE#1727]) -> [PASS][88]
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-2/igt@kms_atomic_transition@plane-toggle-modeset-transition.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-7/igt@kms_atomic_transition@plane-toggle-modeset-transition.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-dp-2:
- shard-bmg: [DMESG-FAIL][89] ([Intel XE#1727]) -> [PASS][90]
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-2/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-dp-2.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-7/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-dp-2.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-3:
- shard-bmg: [ABORT][91] -> [PASS][92]
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-2/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-3.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-7/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-3.html
* igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
- shard-bmg: [SKIP][93] ([Intel XE#2314] / [Intel XE#2894]) -> [PASS][94]
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-5/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-3/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
- shard-bmg: [SKIP][95] ([Intel XE#2291]) -> [PASS][96] +1 other test pass
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-5/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-3/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
* igt@kms_flip@2x-flip-vs-dpms:
- shard-bmg: [SKIP][97] ([Intel XE#2316]) -> [PASS][98] +1 other test pass
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-5/igt@kms_flip@2x-flip-vs-dpms.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-1/igt@kms_flip@2x-flip-vs-dpms.html
* igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-multi-vma:
- shard-lnl: [FAIL][99] ([Intel XE#5625]) -> [PASS][100]
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-lnl-5/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-multi-vma.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-lnl-1/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-multi-vma.html
* igt@xe_exec_system_allocator@process-many-large-execqueues-malloc-prefetch:
- shard-bmg: [INCOMPLETE][101] ([Intel XE#2594]) -> [PASS][102]
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-9/igt@xe_exec_system_allocator@process-many-large-execqueues-malloc-prefetch.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@xe_exec_system_allocator@process-many-large-execqueues-malloc-prefetch.html
#### Warnings ####
* igt@kms_content_protection@lic-type-0:
- shard-bmg: [SKIP][103] ([Intel XE#2341]) -> [FAIL][104] ([Intel XE#1178] / [Intel XE#3304])
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-5/igt@kms_content_protection@lic-type-0.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-1/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@lic-type-0-hdcp14:
- shard-bmg: [SKIP][105] -> [FAIL][106] ([Intel XE#3304])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-5/igt@kms_content_protection@lic-type-0-hdcp14.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-3/igt@kms_content_protection@lic-type-0-hdcp14.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][107] ([Intel XE#2311]) -> [SKIP][108] ([Intel XE#2312]) +1 other test skip
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-mmap-wc.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render:
- shard-bmg: [SKIP][109] ([Intel XE#2312]) -> [SKIP][110] ([Intel XE#2311]) +1 other test skip
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][111] ([Intel XE#2312]) -> [SKIP][112] ([Intel XE#4141]) +1 other test skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt:
- shard-bmg: [SKIP][113] ([Intel XE#2312]) -> [SKIP][114] ([Intel XE#2313]) +4 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-onoff:
- shard-bmg: [SKIP][115] ([Intel XE#2313]) -> [SKIP][116] ([Intel XE#2312])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-9/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-onoff.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-onoff.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][117] ([Intel XE#3544]) -> [SKIP][118] ([Intel XE#3374] / [Intel XE#3544])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-4/igt@kms_hdr@brightness-with-hdr.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-8/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [SKIP][119] ([Intel XE#2426]) -> [FAIL][120] ([Intel XE#1729])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-2/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: [SKIP][121] ([Intel XE#2509]) -> [SKIP][122] ([Intel XE#2426])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450
[Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
[Intel XE#2594]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2594
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[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#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#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#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
[Intel XE#4650]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4650
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
[Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
[Intel XE#5007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5007
[Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
[Intel XE#5100]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5100
[Intel XE#5191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5191
[Intel XE#5625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5625
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#664]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/664
[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#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#6911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911
[Intel XE#6953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6953
[Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7086]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7086
[Intel XE#7111]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7111
[Intel XE#7130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7130
[Intel XE#7131]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7131
[Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7179
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* Linux: xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4 -> xe-pw-161045v1
IGT_8729: 8729
xe-4488-6e53f6296065672f8a0c7f98b4b6c409dac382b4: 6e53f6296065672f8a0c7f98b4b6c409dac382b4
xe-pw-161045v1: 161045v1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v1/index.html
[-- Attachment #2: Type: text/html, Size: 44273 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* RE: [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
2026-02-03 16:10 ` Imre Deak
@ 2026-02-04 2:23 ` Kandpal, Suraj
0 siblings, 0 replies; 17+ messages in thread
From: Kandpal, Suraj @ 2026-02-04 2:23 UTC (permalink / raw)
To: Deak, Imre
Cc: intel-xe@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
Nautiyal, Ankit K, Murthy, Arun R
> Subject: Re: [PATCH] drm/i915/ltphy: Return true for TBT scenario during
> lt_phy_state compare
>
> On Tue, Feb 03, 2026 at 10:40:33AM +0200, Kandpal, Suraj wrote:
> > > Subject: Re: [PATCH] drm/i915/ltphy: Return true for TBT scenario
> > > during lt_phy_state compare
> > >
> > > On Tue, Feb 03, 2026 at 08:11:41AM +0530, Suraj Kandpal wrote:
> > > > TBT PHY is enablement/disablement is handled by its own TBT module.
> > > > We do not play a big part in it's state management that being take
> > > > care by it's own TBT modeule. With that in mind comparing the
> > > > state would be wrong since we really don't touch it.
> > > > Simple return true when we are in tbt mode.
> > > >
> > > > Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
> > > > ---
> > > > drivers/gpu/drm/i915/display/intel_lt_phy.c | 3 +++
> > > > 1 file changed, 3 insertions(+)
> > > >
> > > > diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > > > b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > > > index 04f63bdd0b87..27ad8407606b 100644
> > > > --- a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > > > +++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > > > @@ -2158,6 +2158,9 @@ bool
> > > > intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state
> *a,
> > > > const struct intel_lt_phy_pll_state *b) {
> > > > + if (a->tbt_mode || b->tbt_mode)
> > > > + return true;
> > >
> > > It is a relevant state whether the PHY is in TBT mode or in a
> > > non-TBT mode, even if the PHY is programmed by the TBT HW block in
> > > TBT mode. So it's not ok to ignore a difference in this state.
> > > Please provide the actual context for why the change was added.
> >
> > Bspec : 74492
> >
> > We do not write the PLL registers when it comes to TBT Mode that is
> > done by the TBT dock. Since the VDR register are shadow registers our
> > shadow registers will never have those values. Which Means we will
> > always have a state mismatch.
>
> Reading out the HW state of the actual PLL dividers and configuration is not
> read out in TBT mode for the above reason but the verification is skipped in
> TBT mode for another reason:
>
> The PHY/PLL TypeC mode (TBT, DP-alt) can change after the PLL state was
> computed for a modeset, so the state verification after the modeset sequence
> would indicate a mismatch in case the mode changed from DP-alt to TBT, or
> from TBT to DP-alt mode. To avoid such a mismatch error the verification is
> skipped if the mode for either the read-out or the computed state is TBT
> (where that TBT PLL state doesn't reflect anyway the PLL's actual HW state).
>
> Could you please amend the commit long along the above lines as a rationale
> for the change?
Sure will amend and send the next revision
Regards,
Suraj Kandpal
>
> > This has always been the case since SNPS PHY. Check
> > intel_cx0pll_compare_hw_state int intel_cx0_phy.c too
> >
> > Regards,
> > Suraj Kandpal
> >
> > >
> > > > +
> > > > /*
> > > > * With LT PHY values other than VDR0_CONFIG and VDR2_CONFIG are
> > > > * unreliable. They cannot always be read back since internally
> > > > --
> > > > 2.34.1
> > > >
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH v2] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
` (3 preceding siblings ...)
2026-02-03 21:29 ` ✓ Xe.CI.FULL: " Patchwork
@ 2026-02-04 2:32 ` Suraj Kandpal
2026-02-04 11:24 ` Imre Deak
2026-02-04 2:49 ` ✓ CI.KUnit: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2) Patchwork
` (6 subsequent siblings)
11 siblings, 1 reply; 17+ messages in thread
From: Suraj Kandpal @ 2026-02-04 2:32 UTC (permalink / raw)
To: intel-xe, intel-gfx; +Cc: ankit.k.nautiyal, imre.deak, Suraj Kandpal
TBT PHY is enablement/disablement is handled by its own TBT module.
We do not play a big part in it's state management, that being take care
by it's own TBT modeule.
The PHY/PLL TypeC mode (TBT, DP-alt) can change after the PLL state was
computed for a modeset, so the state verification after the modeset
sequence would indicate a mismatch in case the mode changed from DP-alt
to TBT, or from TBT to DP-alt mode. To avoid such a mismatch error the
verification is skipped if the mode for either the read-out or the
computed state is TBT (where that TBT PLL state doesn't reflect anyway
the PLL's actual HW state).
Simply return true when we are in tbt mode.
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
---
V1 -> V2:
- Reframe commit messgae with give the full explanation as to why we
skip verification (Imre)
drivers/gpu/drm/i915/display/intel_lt_phy.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c b/drivers/gpu/drm/i915/display/intel_lt_phy.c
index 04f63bdd0b87..27ad8407606b 100644
--- a/drivers/gpu/drm/i915/display/intel_lt_phy.c
+++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c
@@ -2158,6 +2158,9 @@ bool
intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state *a,
const struct intel_lt_phy_pll_state *b)
{
+ if (a->tbt_mode || b->tbt_mode)
+ return true;
+
/*
* With LT PHY values other than VDR0_CONFIG and VDR2_CONFIG are
* unreliable. They cannot always be read back since internally
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* ✓ CI.KUnit: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2)
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
` (4 preceding siblings ...)
2026-02-04 2:32 ` [PATCH v2] " Suraj Kandpal
@ 2026-02-04 2:49 ` Patchwork
2026-02-04 3:25 ` ✗ Xe.CI.BAT: failure " Patchwork
` (5 subsequent siblings)
11 siblings, 0 replies; 17+ messages in thread
From: Patchwork @ 2026-02-04 2:49 UTC (permalink / raw)
To: Suraj Kandpal; +Cc: intel-xe
== Series Details ==
Series: drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2)
URL : https://patchwork.freedesktop.org/series/161045/
State : success
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[02:48:23] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[02:48:28] 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
[02:49:00] Starting KUnit Kernel (1/1)...
[02:49:00] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[02:49:00] ================== guc_buf (11 subtests) ===================
[02:49:00] [PASSED] test_smallest
[02:49:00] [PASSED] test_largest
[02:49:00] [PASSED] test_granular
[02:49:00] [PASSED] test_unique
[02:49:00] [PASSED] test_overlap
[02:49:00] [PASSED] test_reusable
[02:49:00] [PASSED] test_too_big
[02:49:00] [PASSED] test_flush
[02:49:00] [PASSED] test_lookup
[02:49:00] [PASSED] test_data
[02:49:00] [PASSED] test_class
[02:49:00] ===================== [PASSED] guc_buf =====================
[02:49:00] =================== guc_dbm (7 subtests) ===================
[02:49:00] [PASSED] test_empty
[02:49:00] [PASSED] test_default
[02:49:00] ======================== test_size ========================
[02:49:00] [PASSED] 4
[02:49:00] [PASSED] 8
[02:49:00] [PASSED] 32
[02:49:00] [PASSED] 256
[02:49:00] ==================== [PASSED] test_size ====================
[02:49:00] ======================= test_reuse ========================
[02:49:00] [PASSED] 4
[02:49:00] [PASSED] 8
[02:49:00] [PASSED] 32
[02:49:00] [PASSED] 256
[02:49:00] =================== [PASSED] test_reuse ====================
[02:49:00] =================== test_range_overlap ====================
[02:49:00] [PASSED] 4
[02:49:00] [PASSED] 8
[02:49:00] [PASSED] 32
[02:49:00] [PASSED] 256
[02:49:00] =============== [PASSED] test_range_overlap ================
[02:49:00] =================== test_range_compact ====================
[02:49:00] [PASSED] 4
[02:49:00] [PASSED] 8
[02:49:00] [PASSED] 32
[02:49:00] [PASSED] 256
[02:49:00] =============== [PASSED] test_range_compact ================
[02:49:00] ==================== test_range_spare =====================
[02:49:00] [PASSED] 4
[02:49:00] [PASSED] 8
[02:49:00] [PASSED] 32
[02:49:00] [PASSED] 256
[02:49:00] ================ [PASSED] test_range_spare =================
[02:49:00] ===================== [PASSED] guc_dbm =====================
[02:49:00] =================== guc_idm (6 subtests) ===================
[02:49:00] [PASSED] bad_init
[02:49:00] [PASSED] no_init
[02:49:00] [PASSED] init_fini
[02:49:00] [PASSED] check_used
[02:49:00] [PASSED] check_quota
[02:49:00] [PASSED] check_all
[02:49:00] ===================== [PASSED] guc_idm =====================
[02:49:00] ================== no_relay (3 subtests) ===================
[02:49:00] [PASSED] xe_drops_guc2pf_if_not_ready
[02:49:00] [PASSED] xe_drops_guc2vf_if_not_ready
[02:49:00] [PASSED] xe_rejects_send_if_not_ready
[02:49:00] ==================== [PASSED] no_relay =====================
[02:49:00] ================== pf_relay (14 subtests) ==================
[02:49:00] [PASSED] pf_rejects_guc2pf_too_short
[02:49:00] [PASSED] pf_rejects_guc2pf_too_long
[02:49:00] [PASSED] pf_rejects_guc2pf_no_payload
[02:49:00] [PASSED] pf_fails_no_payload
[02:49:00] [PASSED] pf_fails_bad_origin
[02:49:00] [PASSED] pf_fails_bad_type
[02:49:00] [PASSED] pf_txn_reports_error
[02:49:00] [PASSED] pf_txn_sends_pf2guc
[02:49:00] [PASSED] pf_sends_pf2guc
[02:49:00] [SKIPPED] pf_loopback_nop
[02:49:00] [SKIPPED] pf_loopback_echo
[02:49:00] [SKIPPED] pf_loopback_fail
[02:49:00] [SKIPPED] pf_loopback_busy
[02:49:00] [SKIPPED] pf_loopback_retry
[02:49:00] ==================== [PASSED] pf_relay =====================
[02:49:00] ================== vf_relay (3 subtests) ===================
[02:49:00] [PASSED] vf_rejects_guc2vf_too_short
[02:49:00] [PASSED] vf_rejects_guc2vf_too_long
[02:49:00] [PASSED] vf_rejects_guc2vf_no_payload
[02:49:00] ==================== [PASSED] vf_relay =====================
[02:49:00] ================ pf_gt_config (6 subtests) =================
[02:49:00] [PASSED] fair_contexts_1vf
[02:49:00] [PASSED] fair_doorbells_1vf
[02:49:00] [PASSED] fair_ggtt_1vf
[02:49:00] ====================== fair_contexts ======================
[02:49:00] [PASSED] 1 VF
[02:49:00] [PASSED] 2 VFs
[02:49:00] [PASSED] 3 VFs
[02:49:00] [PASSED] 4 VFs
[02:49:00] [PASSED] 5 VFs
[02:49:00] [PASSED] 6 VFs
[02:49:00] [PASSED] 7 VFs
[02:49:00] [PASSED] 8 VFs
[02:49:00] [PASSED] 9 VFs
[02:49:00] [PASSED] 10 VFs
[02:49:00] [PASSED] 11 VFs
[02:49:00] [PASSED] 12 VFs
[02:49:00] [PASSED] 13 VFs
[02:49:00] [PASSED] 14 VFs
[02:49:00] [PASSED] 15 VFs
[02:49:00] [PASSED] 16 VFs
[02:49:00] [PASSED] 17 VFs
[02:49:00] [PASSED] 18 VFs
[02:49:00] [PASSED] 19 VFs
[02:49:00] [PASSED] 20 VFs
[02:49:00] [PASSED] 21 VFs
[02:49:00] [PASSED] 22 VFs
[02:49:00] [PASSED] 23 VFs
[02:49:00] [PASSED] 24 VFs
[02:49:00] [PASSED] 25 VFs
[02:49:00] [PASSED] 26 VFs
[02:49:00] [PASSED] 27 VFs
[02:49:00] [PASSED] 28 VFs
[02:49:00] [PASSED] 29 VFs
[02:49:00] [PASSED] 30 VFs
[02:49:00] [PASSED] 31 VFs
[02:49:00] [PASSED] 32 VFs
[02:49:00] [PASSED] 33 VFs
[02:49:00] [PASSED] 34 VFs
[02:49:00] [PASSED] 35 VFs
[02:49:00] [PASSED] 36 VFs
[02:49:00] [PASSED] 37 VFs
[02:49:00] [PASSED] 38 VFs
[02:49:00] [PASSED] 39 VFs
[02:49:00] [PASSED] 40 VFs
[02:49:00] [PASSED] 41 VFs
[02:49:00] [PASSED] 42 VFs
[02:49:00] [PASSED] 43 VFs
[02:49:00] [PASSED] 44 VFs
[02:49:00] [PASSED] 45 VFs
[02:49:00] [PASSED] 46 VFs
[02:49:00] [PASSED] 47 VFs
[02:49:00] [PASSED] 48 VFs
[02:49:00] [PASSED] 49 VFs
[02:49:00] [PASSED] 50 VFs
[02:49:00] [PASSED] 51 VFs
[02:49:00] [PASSED] 52 VFs
[02:49:00] [PASSED] 53 VFs
[02:49:00] [PASSED] 54 VFs
[02:49:00] [PASSED] 55 VFs
[02:49:00] [PASSED] 56 VFs
[02:49:00] [PASSED] 57 VFs
[02:49:00] [PASSED] 58 VFs
[02:49:00] [PASSED] 59 VFs
[02:49:00] [PASSED] 60 VFs
[02:49:00] [PASSED] 61 VFs
[02:49:00] [PASSED] 62 VFs
[02:49:00] [PASSED] 63 VFs
[02:49:00] ================== [PASSED] fair_contexts ==================
[02:49:00] ===================== fair_doorbells ======================
[02:49:00] [PASSED] 1 VF
[02:49:00] [PASSED] 2 VFs
[02:49:00] [PASSED] 3 VFs
[02:49:00] [PASSED] 4 VFs
[02:49:00] [PASSED] 5 VFs
[02:49:00] [PASSED] 6 VFs
[02:49:00] [PASSED] 7 VFs
[02:49:00] [PASSED] 8 VFs
[02:49:00] [PASSED] 9 VFs
[02:49:00] [PASSED] 10 VFs
[02:49:00] [PASSED] 11 VFs
[02:49:00] [PASSED] 12 VFs
[02:49:00] [PASSED] 13 VFs
[02:49:00] [PASSED] 14 VFs
[02:49:00] [PASSED] 15 VFs
[02:49:00] [PASSED] 16 VFs
[02:49:00] [PASSED] 17 VFs
[02:49:00] [PASSED] 18 VFs
[02:49:00] [PASSED] 19 VFs
[02:49:00] [PASSED] 20 VFs
[02:49:00] [PASSED] 21 VFs
[02:49:00] [PASSED] 22 VFs
[02:49:00] [PASSED] 23 VFs
[02:49:00] [PASSED] 24 VFs
[02:49:00] [PASSED] 25 VFs
[02:49:00] [PASSED] 26 VFs
[02:49:00] [PASSED] 27 VFs
[02:49:00] [PASSED] 28 VFs
[02:49:00] [PASSED] 29 VFs
[02:49:00] [PASSED] 30 VFs
[02:49:00] [PASSED] 31 VFs
[02:49:00] [PASSED] 32 VFs
[02:49:00] [PASSED] 33 VFs
[02:49:00] [PASSED] 34 VFs
[02:49:00] [PASSED] 35 VFs
[02:49:00] [PASSED] 36 VFs
[02:49:00] [PASSED] 37 VFs
[02:49:00] [PASSED] 38 VFs
[02:49:00] [PASSED] 39 VFs
[02:49:00] [PASSED] 40 VFs
[02:49:00] [PASSED] 41 VFs
[02:49:00] [PASSED] 42 VFs
[02:49:00] [PASSED] 43 VFs
[02:49:00] [PASSED] 44 VFs
[02:49:00] [PASSED] 45 VFs
[02:49:00] [PASSED] 46 VFs
[02:49:00] [PASSED] 47 VFs
[02:49:00] [PASSED] 48 VFs
[02:49:00] [PASSED] 49 VFs
[02:49:00] [PASSED] 50 VFs
[02:49:00] [PASSED] 51 VFs
[02:49:00] [PASSED] 52 VFs
[02:49:00] [PASSED] 53 VFs
[02:49:00] [PASSED] 54 VFs
[02:49:00] [PASSED] 55 VFs
[02:49:00] [PASSED] 56 VFs
[02:49:00] [PASSED] 57 VFs
[02:49:00] [PASSED] 58 VFs
[02:49:00] [PASSED] 59 VFs
[02:49:00] [PASSED] 60 VFs
[02:49:00] [PASSED] 61 VFs
[02:49:00] [PASSED] 62 VFs
[02:49:00] [PASSED] 63 VFs
[02:49:00] ================= [PASSED] fair_doorbells ==================
[02:49:00] ======================== fair_ggtt ========================
[02:49:00] [PASSED] 1 VF
[02:49:00] [PASSED] 2 VFs
[02:49:00] [PASSED] 3 VFs
[02:49:00] [PASSED] 4 VFs
[02:49:00] [PASSED] 5 VFs
[02:49:00] [PASSED] 6 VFs
[02:49:00] [PASSED] 7 VFs
[02:49:00] [PASSED] 8 VFs
[02:49:00] [PASSED] 9 VFs
[02:49:00] [PASSED] 10 VFs
[02:49:00] [PASSED] 11 VFs
[02:49:00] [PASSED] 12 VFs
[02:49:00] [PASSED] 13 VFs
[02:49:00] [PASSED] 14 VFs
[02:49:00] [PASSED] 15 VFs
[02:49:00] [PASSED] 16 VFs
[02:49:00] [PASSED] 17 VFs
[02:49:00] [PASSED] 18 VFs
[02:49:00] [PASSED] 19 VFs
[02:49:00] [PASSED] 20 VFs
[02:49:00] [PASSED] 21 VFs
[02:49:00] [PASSED] 22 VFs
[02:49:00] [PASSED] 23 VFs
[02:49:00] [PASSED] 24 VFs
[02:49:00] [PASSED] 25 VFs
[02:49:00] [PASSED] 26 VFs
[02:49:00] [PASSED] 27 VFs
[02:49:00] [PASSED] 28 VFs
[02:49:00] [PASSED] 29 VFs
[02:49:00] [PASSED] 30 VFs
[02:49:00] [PASSED] 31 VFs
[02:49:00] [PASSED] 32 VFs
[02:49:00] [PASSED] 33 VFs
[02:49:00] [PASSED] 34 VFs
[02:49:00] [PASSED] 35 VFs
[02:49:00] [PASSED] 36 VFs
[02:49:00] [PASSED] 37 VFs
[02:49:00] [PASSED] 38 VFs
[02:49:00] [PASSED] 39 VFs
[02:49:00] [PASSED] 40 VFs
[02:49:00] [PASSED] 41 VFs
[02:49:00] [PASSED] 42 VFs
[02:49:00] [PASSED] 43 VFs
[02:49:00] [PASSED] 44 VFs
[02:49:00] [PASSED] 45 VFs
[02:49:00] [PASSED] 46 VFs
[02:49:00] [PASSED] 47 VFs
[02:49:00] [PASSED] 48 VFs
[02:49:00] [PASSED] 49 VFs
[02:49:00] [PASSED] 50 VFs
[02:49:00] [PASSED] 51 VFs
[02:49:00] [PASSED] 52 VFs
[02:49:00] [PASSED] 53 VFs
[02:49:00] [PASSED] 54 VFs
[02:49:00] [PASSED] 55 VFs
[02:49:00] [PASSED] 56 VFs
[02:49:00] [PASSED] 57 VFs
[02:49:00] [PASSED] 58 VFs
[02:49:00] [PASSED] 59 VFs
[02:49:00] [PASSED] 60 VFs
[02:49:00] [PASSED] 61 VFs
[02:49:00] [PASSED] 62 VFs
[02:49:00] [PASSED] 63 VFs
[02:49:00] ==================== [PASSED] fair_ggtt ====================
[02:49:00] ================== [PASSED] pf_gt_config ===================
[02:49:00] ===================== lmtt (1 subtest) =====================
[02:49:00] ======================== test_ops =========================
[02:49:00] [PASSED] 2-level
[02:49:00] [PASSED] multi-level
[02:49:00] ==================== [PASSED] test_ops =====================
[02:49:00] ====================== [PASSED] lmtt =======================
[02:49:00] ================= pf_service (11 subtests) =================
[02:49:00] [PASSED] pf_negotiate_any
[02:49:00] [PASSED] pf_negotiate_base_match
[02:49:00] [PASSED] pf_negotiate_base_newer
[02:49:00] [PASSED] pf_negotiate_base_next
[02:49:00] [SKIPPED] pf_negotiate_base_older
[02:49:00] [PASSED] pf_negotiate_base_prev
[02:49:00] [PASSED] pf_negotiate_latest_match
[02:49:00] [PASSED] pf_negotiate_latest_newer
[02:49:00] [PASSED] pf_negotiate_latest_next
[02:49:00] [SKIPPED] pf_negotiate_latest_older
[02:49:00] [SKIPPED] pf_negotiate_latest_prev
[02:49:00] =================== [PASSED] pf_service ====================
[02:49:00] ================= xe_guc_g2g (2 subtests) ==================
[02:49:00] ============== xe_live_guc_g2g_kunit_default ==============
[02:49:00] ========= [SKIPPED] xe_live_guc_g2g_kunit_default ==========
[02:49:00] ============== xe_live_guc_g2g_kunit_allmem ===============
[02:49:00] ========== [SKIPPED] xe_live_guc_g2g_kunit_allmem ==========
[02:49:00] =================== [SKIPPED] xe_guc_g2g ===================
[02:49:00] =================== xe_mocs (2 subtests) ===================
[02:49:00] ================ xe_live_mocs_kernel_kunit ================
[02:49:00] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[02:49:00] ================ xe_live_mocs_reset_kunit =================
[02:49:00] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[02:49:00] ==================== [SKIPPED] xe_mocs =====================
[02:49:00] ================= xe_migrate (2 subtests) ==================
[02:49:00] ================= xe_migrate_sanity_kunit =================
[02:49:00] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[02:49:00] ================== xe_validate_ccs_kunit ==================
[02:49:00] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[02:49:00] =================== [SKIPPED] xe_migrate ===================
[02:49:00] ================== xe_dma_buf (1 subtest) ==================
[02:49:00] ==================== xe_dma_buf_kunit =====================
[02:49:00] ================ [SKIPPED] xe_dma_buf_kunit ================
[02:49:00] =================== [SKIPPED] xe_dma_buf ===================
[02:49:00] ================= xe_bo_shrink (1 subtest) =================
[02:49:00] =================== xe_bo_shrink_kunit ====================
[02:49:00] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[02:49:00] ================== [SKIPPED] xe_bo_shrink ==================
[02:49:00] ==================== xe_bo (2 subtests) ====================
[02:49:00] ================== xe_ccs_migrate_kunit ===================
[02:49:00] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[02:49:00] ==================== xe_bo_evict_kunit ====================
[02:49:00] =============== [SKIPPED] xe_bo_evict_kunit ================
[02:49:00] ===================== [SKIPPED] xe_bo ======================
[02:49:00] ==================== args (13 subtests) ====================
[02:49:00] [PASSED] count_args_test
[02:49:00] [PASSED] call_args_example
[02:49:00] [PASSED] call_args_test
[02:49:00] [PASSED] drop_first_arg_example
[02:49:00] [PASSED] drop_first_arg_test
[02:49:00] [PASSED] first_arg_example
[02:49:00] [PASSED] first_arg_test
[02:49:00] [PASSED] last_arg_example
[02:49:00] [PASSED] last_arg_test
[02:49:00] [PASSED] pick_arg_example
[02:49:00] [PASSED] if_args_example
[02:49:00] [PASSED] if_args_test
[02:49:00] [PASSED] sep_comma_example
[02:49:00] ====================== [PASSED] args =======================
[02:49:00] =================== xe_pci (3 subtests) ====================
[02:49:00] ==================== check_graphics_ip ====================
[02:49:00] [PASSED] 12.00 Xe_LP
[02:49:00] [PASSED] 12.10 Xe_LP+
[02:49:00] [PASSED] 12.55 Xe_HPG
[02:49:00] [PASSED] 12.60 Xe_HPC
[02:49:00] [PASSED] 12.70 Xe_LPG
[02:49:00] [PASSED] 12.71 Xe_LPG
[02:49:00] [PASSED] 12.74 Xe_LPG+
[02:49:00] [PASSED] 20.01 Xe2_HPG
[02:49:00] [PASSED] 20.02 Xe2_HPG
[02:49:00] [PASSED] 20.04 Xe2_LPG
[02:49:00] [PASSED] 30.00 Xe3_LPG
[02:49:00] [PASSED] 30.01 Xe3_LPG
[02:49:00] [PASSED] 30.03 Xe3_LPG
[02:49:00] [PASSED] 30.04 Xe3_LPG
[02:49:00] [PASSED] 30.05 Xe3_LPG
[02:49:00] [PASSED] 35.11 Xe3p_XPC
[02:49:00] ================ [PASSED] check_graphics_ip ================
[02:49:00] ===================== check_media_ip ======================
[02:49:00] [PASSED] 12.00 Xe_M
[02:49:00] [PASSED] 12.55 Xe_HPM
[02:49:00] [PASSED] 13.00 Xe_LPM+
[02:49:00] [PASSED] 13.01 Xe2_HPM
[02:49:00] [PASSED] 20.00 Xe2_LPM
[02:49:00] [PASSED] 30.00 Xe3_LPM
[02:49:00] [PASSED] 30.02 Xe3_LPM
[02:49:00] [PASSED] 35.00 Xe3p_LPM
[02:49:00] [PASSED] 35.03 Xe3p_HPM
[02:49:00] ================= [PASSED] check_media_ip ==================
[02:49:00] =================== check_platform_desc ===================
[02:49:00] [PASSED] 0x9A60 (TIGERLAKE)
[02:49:00] [PASSED] 0x9A68 (TIGERLAKE)
[02:49:00] [PASSED] 0x9A70 (TIGERLAKE)
[02:49:00] [PASSED] 0x9A40 (TIGERLAKE)
[02:49:00] [PASSED] 0x9A49 (TIGERLAKE)
[02:49:00] [PASSED] 0x9A59 (TIGERLAKE)
[02:49:00] [PASSED] 0x9A78 (TIGERLAKE)
[02:49:00] [PASSED] 0x9AC0 (TIGERLAKE)
[02:49:00] [PASSED] 0x9AC9 (TIGERLAKE)
[02:49:00] [PASSED] 0x9AD9 (TIGERLAKE)
[02:49:00] [PASSED] 0x9AF8 (TIGERLAKE)
[02:49:00] [PASSED] 0x4C80 (ROCKETLAKE)
[02:49:00] [PASSED] 0x4C8A (ROCKETLAKE)
[02:49:00] [PASSED] 0x4C8B (ROCKETLAKE)
[02:49:00] [PASSED] 0x4C8C (ROCKETLAKE)
[02:49:00] [PASSED] 0x4C90 (ROCKETLAKE)
[02:49:00] [PASSED] 0x4C9A (ROCKETLAKE)
[02:49:00] [PASSED] 0x4680 (ALDERLAKE_S)
[02:49:00] [PASSED] 0x4682 (ALDERLAKE_S)
[02:49:00] [PASSED] 0x4688 (ALDERLAKE_S)
[02:49:00] [PASSED] 0x468A (ALDERLAKE_S)
[02:49:00] [PASSED] 0x468B (ALDERLAKE_S)
[02:49:00] [PASSED] 0x4690 (ALDERLAKE_S)
[02:49:00] [PASSED] 0x4692 (ALDERLAKE_S)
[02:49:00] [PASSED] 0x4693 (ALDERLAKE_S)
[02:49:00] [PASSED] 0x46A0 (ALDERLAKE_P)
[02:49:00] [PASSED] 0x46A1 (ALDERLAKE_P)
[02:49:00] [PASSED] 0x46A2 (ALDERLAKE_P)
[02:49:00] [PASSED] 0x46A3 (ALDERLAKE_P)
[02:49:00] [PASSED] 0x46A6 (ALDERLAKE_P)
[02:49:00] [PASSED] 0x46A8 (ALDERLAKE_P)
[02:49:00] [PASSED] 0x46AA (ALDERLAKE_P)
[02:49:00] [PASSED] 0x462A (ALDERLAKE_P)
[02:49:00] [PASSED] 0x4626 (ALDERLAKE_P)
[02:49:00] [PASSED] 0x4628 (ALDERLAKE_P)
stty: 'standard input': Inappropriate ioctl for device
[02:49:00] [PASSED] 0x46B0 (ALDERLAKE_P)
[02:49:00] [PASSED] 0x46B1 (ALDERLAKE_P)
[02:49:00] [PASSED] 0x46B2 (ALDERLAKE_P)
[02:49:00] [PASSED] 0x46B3 (ALDERLAKE_P)
[02:49:00] [PASSED] 0x46C0 (ALDERLAKE_P)
[02:49:00] [PASSED] 0x46C1 (ALDERLAKE_P)
[02:49:00] [PASSED] 0x46C2 (ALDERLAKE_P)
[02:49:00] [PASSED] 0x46C3 (ALDERLAKE_P)
[02:49:00] [PASSED] 0x46D0 (ALDERLAKE_N)
[02:49:00] [PASSED] 0x46D1 (ALDERLAKE_N)
[02:49:00] [PASSED] 0x46D2 (ALDERLAKE_N)
[02:49:00] [PASSED] 0x46D3 (ALDERLAKE_N)
[02:49:00] [PASSED] 0x46D4 (ALDERLAKE_N)
[02:49:00] [PASSED] 0xA721 (ALDERLAKE_P)
[02:49:00] [PASSED] 0xA7A1 (ALDERLAKE_P)
[02:49:00] [PASSED] 0xA7A9 (ALDERLAKE_P)
[02:49:00] [PASSED] 0xA7AC (ALDERLAKE_P)
[02:49:00] [PASSED] 0xA7AD (ALDERLAKE_P)
[02:49:00] [PASSED] 0xA720 (ALDERLAKE_P)
[02:49:00] [PASSED] 0xA7A0 (ALDERLAKE_P)
[02:49:00] [PASSED] 0xA7A8 (ALDERLAKE_P)
[02:49:00] [PASSED] 0xA7AA (ALDERLAKE_P)
[02:49:00] [PASSED] 0xA7AB (ALDERLAKE_P)
[02:49:00] [PASSED] 0xA780 (ALDERLAKE_S)
[02:49:00] [PASSED] 0xA781 (ALDERLAKE_S)
[02:49:00] [PASSED] 0xA782 (ALDERLAKE_S)
[02:49:00] [PASSED] 0xA783 (ALDERLAKE_S)
[02:49:00] [PASSED] 0xA788 (ALDERLAKE_S)
[02:49:00] [PASSED] 0xA789 (ALDERLAKE_S)
[02:49:00] [PASSED] 0xA78A (ALDERLAKE_S)
[02:49:00] [PASSED] 0xA78B (ALDERLAKE_S)
[02:49:00] [PASSED] 0x4905 (DG1)
[02:49:00] [PASSED] 0x4906 (DG1)
[02:49:00] [PASSED] 0x4907 (DG1)
[02:49:00] [PASSED] 0x4908 (DG1)
[02:49:00] [PASSED] 0x4909 (DG1)
[02:49:00] [PASSED] 0x56C0 (DG2)
[02:49:00] [PASSED] 0x56C2 (DG2)
[02:49:00] [PASSED] 0x56C1 (DG2)
[02:49:00] [PASSED] 0x7D51 (METEORLAKE)
[02:49:00] [PASSED] 0x7DD1 (METEORLAKE)
[02:49:00] [PASSED] 0x7D41 (METEORLAKE)
[02:49:00] [PASSED] 0x7D67 (METEORLAKE)
[02:49:00] [PASSED] 0xB640 (METEORLAKE)
[02:49:00] [PASSED] 0x56A0 (DG2)
[02:49:00] [PASSED] 0x56A1 (DG2)
[02:49:00] [PASSED] 0x56A2 (DG2)
[02:49:00] [PASSED] 0x56BE (DG2)
[02:49:00] [PASSED] 0x56BF (DG2)
[02:49:00] [PASSED] 0x5690 (DG2)
[02:49:00] [PASSED] 0x5691 (DG2)
[02:49:00] [PASSED] 0x5692 (DG2)
[02:49:00] [PASSED] 0x56A5 (DG2)
[02:49:00] [PASSED] 0x56A6 (DG2)
[02:49:00] [PASSED] 0x56B0 (DG2)
[02:49:00] [PASSED] 0x56B1 (DG2)
[02:49:00] [PASSED] 0x56BA (DG2)
[02:49:00] [PASSED] 0x56BB (DG2)
[02:49:00] [PASSED] 0x56BC (DG2)
[02:49:00] [PASSED] 0x56BD (DG2)
[02:49:00] [PASSED] 0x5693 (DG2)
[02:49:00] [PASSED] 0x5694 (DG2)
[02:49:00] [PASSED] 0x5695 (DG2)
[02:49:00] [PASSED] 0x56A3 (DG2)
[02:49:00] [PASSED] 0x56A4 (DG2)
[02:49:00] [PASSED] 0x56B2 (DG2)
[02:49:00] [PASSED] 0x56B3 (DG2)
[02:49:00] [PASSED] 0x5696 (DG2)
[02:49:00] [PASSED] 0x5697 (DG2)
[02:49:00] [PASSED] 0xB69 (PVC)
[02:49:00] [PASSED] 0xB6E (PVC)
[02:49:00] [PASSED] 0xBD4 (PVC)
[02:49:00] [PASSED] 0xBD5 (PVC)
[02:49:00] [PASSED] 0xBD6 (PVC)
[02:49:00] [PASSED] 0xBD7 (PVC)
[02:49:00] [PASSED] 0xBD8 (PVC)
[02:49:00] [PASSED] 0xBD9 (PVC)
[02:49:00] [PASSED] 0xBDA (PVC)
[02:49:00] [PASSED] 0xBDB (PVC)
[02:49:00] [PASSED] 0xBE0 (PVC)
[02:49:00] [PASSED] 0xBE1 (PVC)
[02:49:00] [PASSED] 0xBE5 (PVC)
[02:49:00] [PASSED] 0x7D40 (METEORLAKE)
[02:49:00] [PASSED] 0x7D45 (METEORLAKE)
[02:49:00] [PASSED] 0x7D55 (METEORLAKE)
[02:49:00] [PASSED] 0x7D60 (METEORLAKE)
[02:49:00] [PASSED] 0x7DD5 (METEORLAKE)
[02:49:00] [PASSED] 0x6420 (LUNARLAKE)
[02:49:00] [PASSED] 0x64A0 (LUNARLAKE)
[02:49:00] [PASSED] 0x64B0 (LUNARLAKE)
[02:49:00] [PASSED] 0xE202 (BATTLEMAGE)
[02:49:00] [PASSED] 0xE209 (BATTLEMAGE)
[02:49:00] [PASSED] 0xE20B (BATTLEMAGE)
[02:49:00] [PASSED] 0xE20C (BATTLEMAGE)
[02:49:00] [PASSED] 0xE20D (BATTLEMAGE)
[02:49:00] [PASSED] 0xE210 (BATTLEMAGE)
[02:49:00] [PASSED] 0xE211 (BATTLEMAGE)
[02:49:00] [PASSED] 0xE212 (BATTLEMAGE)
[02:49:00] [PASSED] 0xE216 (BATTLEMAGE)
[02:49:00] [PASSED] 0xE220 (BATTLEMAGE)
[02:49:00] [PASSED] 0xE221 (BATTLEMAGE)
[02:49:00] [PASSED] 0xE222 (BATTLEMAGE)
[02:49:00] [PASSED] 0xE223 (BATTLEMAGE)
[02:49:00] [PASSED] 0xB080 (PANTHERLAKE)
[02:49:00] [PASSED] 0xB081 (PANTHERLAKE)
[02:49:00] [PASSED] 0xB082 (PANTHERLAKE)
[02:49:00] [PASSED] 0xB083 (PANTHERLAKE)
[02:49:00] [PASSED] 0xB084 (PANTHERLAKE)
[02:49:00] [PASSED] 0xB085 (PANTHERLAKE)
[02:49:00] [PASSED] 0xB086 (PANTHERLAKE)
[02:49:00] [PASSED] 0xB087 (PANTHERLAKE)
[02:49:00] [PASSED] 0xB08F (PANTHERLAKE)
[02:49:00] [PASSED] 0xB090 (PANTHERLAKE)
[02:49:00] [PASSED] 0xB0A0 (PANTHERLAKE)
[02:49:00] [PASSED] 0xB0B0 (PANTHERLAKE)
[02:49:00] [PASSED] 0xFD80 (PANTHERLAKE)
[02:49:00] [PASSED] 0xFD81 (PANTHERLAKE)
[02:49:00] [PASSED] 0xD740 (NOVALAKE_S)
[02:49:00] [PASSED] 0xD741 (NOVALAKE_S)
[02:49:00] [PASSED] 0xD742 (NOVALAKE_S)
[02:49:00] [PASSED] 0xD743 (NOVALAKE_S)
[02:49:00] [PASSED] 0xD744 (NOVALAKE_S)
[02:49:00] [PASSED] 0xD745 (NOVALAKE_S)
[02:49:00] [PASSED] 0x674C (CRESCENTISLAND)
[02:49:00] =============== [PASSED] check_platform_desc ===============
[02:49:00] ===================== [PASSED] xe_pci ======================
[02:49:00] =================== xe_rtp (2 subtests) ====================
[02:49:00] =============== xe_rtp_process_to_sr_tests ================
[02:49:00] [PASSED] coalesce-same-reg
[02:49:00] [PASSED] no-match-no-add
[02:49:00] [PASSED] match-or
[02:49:00] [PASSED] match-or-xfail
[02:49:00] [PASSED] no-match-no-add-multiple-rules
[02:49:00] [PASSED] two-regs-two-entries
[02:49:00] [PASSED] clr-one-set-other
[02:49:00] [PASSED] set-field
[02:49:00] [PASSED] conflict-duplicate
[02:49:00] [PASSED] conflict-not-disjoint
[02:49:00] [PASSED] conflict-reg-type
[02:49:00] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[02:49:00] ================== xe_rtp_process_tests ===================
[02:49:00] [PASSED] active1
[02:49:00] [PASSED] active2
[02:49:00] [PASSED] active-inactive
[02:49:00] [PASSED] inactive-active
[02:49:00] [PASSED] inactive-1st_or_active-inactive
[02:49:00] [PASSED] inactive-2nd_or_active-inactive
[02:49:00] [PASSED] inactive-last_or_active-inactive
[02:49:00] [PASSED] inactive-no_or_active-inactive
[02:49:00] ============== [PASSED] xe_rtp_process_tests ===============
[02:49:00] ===================== [PASSED] xe_rtp ======================
[02:49:00] ==================== xe_wa (1 subtest) =====================
[02:49:00] ======================== xe_wa_gt =========================
[02:49:00] [PASSED] TIGERLAKE B0
[02:49:00] [PASSED] DG1 A0
[02:49:00] [PASSED] DG1 B0
[02:49:00] [PASSED] ALDERLAKE_S A0
[02:49:00] [PASSED] ALDERLAKE_S B0
[02:49:00] [PASSED] ALDERLAKE_S C0
[02:49:00] [PASSED] ALDERLAKE_S D0
[02:49:00] [PASSED] ALDERLAKE_P A0
[02:49:00] [PASSED] ALDERLAKE_P B0
[02:49:00] [PASSED] ALDERLAKE_P C0
[02:49:00] [PASSED] ALDERLAKE_S RPLS D0
[02:49:00] [PASSED] ALDERLAKE_P RPLU E0
[02:49:00] [PASSED] DG2 G10 C0
[02:49:00] [PASSED] DG2 G11 B1
[02:49:00] [PASSED] DG2 G12 A1
[02:49:00] [PASSED] METEORLAKE 12.70(Xe_LPG) A0 13.00(Xe_LPM+) A0
[02:49:00] [PASSED] METEORLAKE 12.71(Xe_LPG) A0 13.00(Xe_LPM+) A0
[02:49:00] [PASSED] METEORLAKE 12.74(Xe_LPG+) A0 13.00(Xe_LPM+) A0
[02:49:00] [PASSED] LUNARLAKE 20.04(Xe2_LPG) A0 20.00(Xe2_LPM) A0
[02:49:00] [PASSED] LUNARLAKE 20.04(Xe2_LPG) B0 20.00(Xe2_LPM) A0
[02:49:00] [PASSED] BATTLEMAGE 20.01(Xe2_HPG) A0 13.01(Xe2_HPM) A1
[02:49:00] [PASSED] PANTHERLAKE 30.00(Xe3_LPG) A0 30.00(Xe3_LPM) A0
[02:49:00] ==================== [PASSED] xe_wa_gt =====================
[02:49:00] ====================== [PASSED] xe_wa ======================
[02:49:00] ============================================================
[02:49:00] Testing complete. Ran 512 tests: passed: 494, skipped: 18
[02:49:00] Elapsed time: 36.927s total, 4.189s configuring, 32.220s building, 0.469s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[02:49:00] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[02:49:02] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[02:49:28] Starting KUnit Kernel (1/1)...
[02:49:28] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[02:49:28] ============ drm_test_pick_cmdline (2 subtests) ============
[02:49:28] [PASSED] drm_test_pick_cmdline_res_1920_1080_60
[02:49:28] =============== drm_test_pick_cmdline_named ===============
[02:49:28] [PASSED] NTSC
[02:49:28] [PASSED] NTSC-J
[02:49:28] [PASSED] PAL
[02:49:28] [PASSED] PAL-M
[02:49:28] =========== [PASSED] drm_test_pick_cmdline_named ===========
[02:49:28] ============== [PASSED] drm_test_pick_cmdline ==============
[02:49:28] == drm_test_atomic_get_connector_for_encoder (1 subtest) ===
[02:49:28] [PASSED] drm_test_drm_atomic_get_connector_for_encoder
[02:49:28] ==== [PASSED] drm_test_atomic_get_connector_for_encoder ====
[02:49:28] =========== drm_validate_clone_mode (2 subtests) ===========
[02:49:28] ============== drm_test_check_in_clone_mode ===============
[02:49:28] [PASSED] in_clone_mode
[02:49:28] [PASSED] not_in_clone_mode
[02:49:28] ========== [PASSED] drm_test_check_in_clone_mode ===========
[02:49:28] =============== drm_test_check_valid_clones ===============
[02:49:28] [PASSED] not_in_clone_mode
[02:49:28] [PASSED] valid_clone
[02:49:28] [PASSED] invalid_clone
[02:49:28] =========== [PASSED] drm_test_check_valid_clones ===========
[02:49:28] ============= [PASSED] drm_validate_clone_mode =============
[02:49:28] ============= drm_validate_modeset (1 subtest) =============
[02:49:28] [PASSED] drm_test_check_connector_changed_modeset
[02:49:28] ============== [PASSED] drm_validate_modeset ===============
[02:49:28] ====== drm_test_bridge_get_current_state (2 subtests) ======
[02:49:28] [PASSED] drm_test_drm_bridge_get_current_state_atomic
[02:49:28] [PASSED] drm_test_drm_bridge_get_current_state_legacy
[02:49:28] ======== [PASSED] drm_test_bridge_get_current_state ========
[02:49:28] ====== drm_test_bridge_helper_reset_crtc (3 subtests) ======
[02:49:28] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic
[02:49:28] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic_disabled
[02:49:28] [PASSED] drm_test_drm_bridge_helper_reset_crtc_legacy
[02:49:28] ======== [PASSED] drm_test_bridge_helper_reset_crtc ========
[02:49:28] ============== drm_bridge_alloc (2 subtests) ===============
[02:49:28] [PASSED] drm_test_drm_bridge_alloc_basic
[02:49:28] [PASSED] drm_test_drm_bridge_alloc_get_put
[02:49:28] ================ [PASSED] drm_bridge_alloc =================
[02:49:28] ================== drm_buddy (9 subtests) ==================
[02:49:28] [PASSED] drm_test_buddy_alloc_limit
[02:49:28] [PASSED] drm_test_buddy_alloc_optimistic
[02:49:28] [PASSED] drm_test_buddy_alloc_pessimistic
[02:49:28] [PASSED] drm_test_buddy_alloc_pathological
[02:49:28] [PASSED] drm_test_buddy_alloc_contiguous
[02:49:28] [PASSED] drm_test_buddy_alloc_clear
[02:49:28] [PASSED] drm_test_buddy_alloc_range_bias
[02:49:28] [PASSED] drm_test_buddy_fragmentation_performance
[02:49:28] [PASSED] drm_test_buddy_alloc_exceeds_max_order
[02:49:28] ==================== [PASSED] drm_buddy ====================
[02:49:28] ============= drm_cmdline_parser (40 subtests) =============
[02:49:28] [PASSED] drm_test_cmdline_force_d_only
[02:49:28] [PASSED] drm_test_cmdline_force_D_only_dvi
[02:49:28] [PASSED] drm_test_cmdline_force_D_only_hdmi
[02:49:28] [PASSED] drm_test_cmdline_force_D_only_not_digital
[02:49:28] [PASSED] drm_test_cmdline_force_e_only
[02:49:28] [PASSED] drm_test_cmdline_res
[02:49:28] [PASSED] drm_test_cmdline_res_vesa
[02:49:28] [PASSED] drm_test_cmdline_res_vesa_rblank
[02:49:28] [PASSED] drm_test_cmdline_res_rblank
[02:49:28] [PASSED] drm_test_cmdline_res_bpp
[02:49:28] [PASSED] drm_test_cmdline_res_refresh
[02:49:28] [PASSED] drm_test_cmdline_res_bpp_refresh
[02:49:28] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[02:49:28] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[02:49:28] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[02:49:28] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[02:49:28] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[02:49:28] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[02:49:28] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[02:49:28] [PASSED] drm_test_cmdline_res_margins_force_on
[02:49:28] [PASSED] drm_test_cmdline_res_vesa_margins
[02:49:28] [PASSED] drm_test_cmdline_name
[02:49:28] [PASSED] drm_test_cmdline_name_bpp
[02:49:28] [PASSED] drm_test_cmdline_name_option
[02:49:28] [PASSED] drm_test_cmdline_name_bpp_option
[02:49:28] [PASSED] drm_test_cmdline_rotate_0
[02:49:28] [PASSED] drm_test_cmdline_rotate_90
[02:49:28] [PASSED] drm_test_cmdline_rotate_180
[02:49:28] [PASSED] drm_test_cmdline_rotate_270
[02:49:28] [PASSED] drm_test_cmdline_hmirror
[02:49:28] [PASSED] drm_test_cmdline_vmirror
[02:49:28] [PASSED] drm_test_cmdline_margin_options
[02:49:28] [PASSED] drm_test_cmdline_multiple_options
[02:49:28] [PASSED] drm_test_cmdline_bpp_extra_and_option
[02:49:28] [PASSED] drm_test_cmdline_extra_and_option
[02:49:28] [PASSED] drm_test_cmdline_freestanding_options
[02:49:28] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[02:49:28] [PASSED] drm_test_cmdline_panel_orientation
[02:49:28] ================ drm_test_cmdline_invalid =================
[02:49:28] [PASSED] margin_only
[02:49:28] [PASSED] interlace_only
[02:49:28] [PASSED] res_missing_x
[02:49:28] [PASSED] res_missing_y
[02:49:28] [PASSED] res_bad_y
[02:49:28] [PASSED] res_missing_y_bpp
[02:49:28] [PASSED] res_bad_bpp
[02:49:28] [PASSED] res_bad_refresh
[02:49:28] [PASSED] res_bpp_refresh_force_on_off
[02:49:28] [PASSED] res_invalid_mode
[02:49:28] [PASSED] res_bpp_wrong_place_mode
[02:49:28] [PASSED] name_bpp_refresh
[02:49:28] [PASSED] name_refresh
[02:49:28] [PASSED] name_refresh_wrong_mode
[02:49:28] [PASSED] name_refresh_invalid_mode
[02:49:28] [PASSED] rotate_multiple
[02:49:28] [PASSED] rotate_invalid_val
[02:49:28] [PASSED] rotate_truncated
[02:49:28] [PASSED] invalid_option
[02:49:28] [PASSED] invalid_tv_option
[02:49:28] [PASSED] truncated_tv_option
[02:49:28] ============ [PASSED] drm_test_cmdline_invalid =============
[02:49:28] =============== drm_test_cmdline_tv_options ===============
[02:49:28] [PASSED] NTSC
[02:49:28] [PASSED] NTSC_443
[02:49:28] [PASSED] NTSC_J
[02:49:28] [PASSED] PAL
[02:49:28] [PASSED] PAL_M
[02:49:28] [PASSED] PAL_N
[02:49:28] [PASSED] SECAM
[02:49:28] [PASSED] MONO_525
[02:49:28] [PASSED] MONO_625
[02:49:28] =========== [PASSED] drm_test_cmdline_tv_options ===========
[02:49:28] =============== [PASSED] drm_cmdline_parser ================
[02:49:28] ========== drmm_connector_hdmi_init (20 subtests) ==========
[02:49:28] [PASSED] drm_test_connector_hdmi_init_valid
[02:49:28] [PASSED] drm_test_connector_hdmi_init_bpc_8
[02:49:28] [PASSED] drm_test_connector_hdmi_init_bpc_10
[02:49:28] [PASSED] drm_test_connector_hdmi_init_bpc_12
[02:49:28] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[02:49:28] [PASSED] drm_test_connector_hdmi_init_bpc_null
[02:49:28] [PASSED] drm_test_connector_hdmi_init_formats_empty
[02:49:28] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[02:49:28] === drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[02:49:28] [PASSED] supported_formats=0x9 yuv420_allowed=1
[02:49:28] [PASSED] supported_formats=0x9 yuv420_allowed=0
[02:49:28] [PASSED] supported_formats=0x3 yuv420_allowed=1
[02:49:28] [PASSED] supported_formats=0x3 yuv420_allowed=0
[02:49:28] === [PASSED] drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[02:49:28] [PASSED] drm_test_connector_hdmi_init_null_ddc
[02:49:28] [PASSED] drm_test_connector_hdmi_init_null_product
[02:49:28] [PASSED] drm_test_connector_hdmi_init_null_vendor
[02:49:28] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[02:49:28] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[02:49:28] [PASSED] drm_test_connector_hdmi_init_product_valid
[02:49:28] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[02:49:28] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[02:49:28] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[02:49:28] ========= drm_test_connector_hdmi_init_type_valid =========
[02:49:28] [PASSED] HDMI-A
[02:49:28] [PASSED] HDMI-B
[02:49:28] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[02:49:28] ======== drm_test_connector_hdmi_init_type_invalid ========
[02:49:28] [PASSED] Unknown
[02:49:28] [PASSED] VGA
[02:49:28] [PASSED] DVI-I
[02:49:28] [PASSED] DVI-D
[02:49:28] [PASSED] DVI-A
[02:49:28] [PASSED] Composite
[02:49:28] [PASSED] SVIDEO
[02:49:28] [PASSED] LVDS
[02:49:28] [PASSED] Component
[02:49:28] [PASSED] DIN
[02:49:28] [PASSED] DP
[02:49:28] [PASSED] TV
[02:49:28] [PASSED] eDP
[02:49:28] [PASSED] Virtual
[02:49:28] [PASSED] DSI
[02:49:28] [PASSED] DPI
[02:49:28] [PASSED] Writeback
[02:49:28] [PASSED] SPI
[02:49:28] [PASSED] USB
[02:49:28] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[02:49:28] ============ [PASSED] drmm_connector_hdmi_init =============
[02:49:28] ============= drmm_connector_init (3 subtests) =============
[02:49:28] [PASSED] drm_test_drmm_connector_init
[02:49:28] [PASSED] drm_test_drmm_connector_init_null_ddc
[02:49:28] ========= drm_test_drmm_connector_init_type_valid =========
[02:49:28] [PASSED] Unknown
[02:49:28] [PASSED] VGA
[02:49:28] [PASSED] DVI-I
[02:49:28] [PASSED] DVI-D
[02:49:28] [PASSED] DVI-A
[02:49:28] [PASSED] Composite
[02:49:28] [PASSED] SVIDEO
[02:49:28] [PASSED] LVDS
[02:49:28] [PASSED] Component
[02:49:28] [PASSED] DIN
[02:49:28] [PASSED] DP
[02:49:28] [PASSED] HDMI-A
[02:49:28] [PASSED] HDMI-B
[02:49:28] [PASSED] TV
[02:49:28] [PASSED] eDP
[02:49:28] [PASSED] Virtual
[02:49:28] [PASSED] DSI
[02:49:28] [PASSED] DPI
[02:49:28] [PASSED] Writeback
[02:49:28] [PASSED] SPI
[02:49:28] [PASSED] USB
[02:49:28] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[02:49:28] =============== [PASSED] drmm_connector_init ===============
[02:49:28] ========= drm_connector_dynamic_init (6 subtests) ==========
[02:49:28] [PASSED] drm_test_drm_connector_dynamic_init
[02:49:28] [PASSED] drm_test_drm_connector_dynamic_init_null_ddc
[02:49:28] [PASSED] drm_test_drm_connector_dynamic_init_not_added
[02:49:28] [PASSED] drm_test_drm_connector_dynamic_init_properties
[02:49:28] ===== drm_test_drm_connector_dynamic_init_type_valid ======
[02:49:28] [PASSED] Unknown
[02:49:28] [PASSED] VGA
[02:49:28] [PASSED] DVI-I
[02:49:28] [PASSED] DVI-D
[02:49:28] [PASSED] DVI-A
[02:49:28] [PASSED] Composite
[02:49:28] [PASSED] SVIDEO
[02:49:28] [PASSED] LVDS
[02:49:28] [PASSED] Component
[02:49:28] [PASSED] DIN
[02:49:28] [PASSED] DP
[02:49:28] [PASSED] HDMI-A
[02:49:28] [PASSED] HDMI-B
[02:49:28] [PASSED] TV
[02:49:28] [PASSED] eDP
[02:49:28] [PASSED] Virtual
[02:49:28] [PASSED] DSI
[02:49:28] [PASSED] DPI
[02:49:28] [PASSED] Writeback
[02:49:28] [PASSED] SPI
[02:49:28] [PASSED] USB
[02:49:28] = [PASSED] drm_test_drm_connector_dynamic_init_type_valid ==
[02:49:28] ======== drm_test_drm_connector_dynamic_init_name =========
[02:49:28] [PASSED] Unknown
[02:49:28] [PASSED] VGA
[02:49:28] [PASSED] DVI-I
[02:49:28] [PASSED] DVI-D
[02:49:28] [PASSED] DVI-A
[02:49:28] [PASSED] Composite
[02:49:28] [PASSED] SVIDEO
[02:49:28] [PASSED] LVDS
[02:49:28] [PASSED] Component
[02:49:28] [PASSED] DIN
[02:49:28] [PASSED] DP
[02:49:28] [PASSED] HDMI-A
[02:49:28] [PASSED] HDMI-B
[02:49:28] [PASSED] TV
[02:49:28] [PASSED] eDP
[02:49:28] [PASSED] Virtual
[02:49:28] [PASSED] DSI
[02:49:28] [PASSED] DPI
[02:49:28] [PASSED] Writeback
[02:49:28] [PASSED] SPI
[02:49:28] [PASSED] USB
[02:49:28] ==== [PASSED] drm_test_drm_connector_dynamic_init_name =====
[02:49:28] =========== [PASSED] drm_connector_dynamic_init ============
[02:49:28] ==== drm_connector_dynamic_register_early (4 subtests) =====
[02:49:28] [PASSED] drm_test_drm_connector_dynamic_register_early_on_list
[02:49:28] [PASSED] drm_test_drm_connector_dynamic_register_early_defer
[02:49:28] [PASSED] drm_test_drm_connector_dynamic_register_early_no_init
[02:49:28] [PASSED] drm_test_drm_connector_dynamic_register_early_no_mode_object
[02:49:28] ====== [PASSED] drm_connector_dynamic_register_early =======
[02:49:28] ======= drm_connector_dynamic_register (7 subtests) ========
[02:49:28] [PASSED] drm_test_drm_connector_dynamic_register_on_list
[02:49:28] [PASSED] drm_test_drm_connector_dynamic_register_no_defer
[02:49:28] [PASSED] drm_test_drm_connector_dynamic_register_no_init
[02:49:28] [PASSED] drm_test_drm_connector_dynamic_register_mode_object
[02:49:28] [PASSED] drm_test_drm_connector_dynamic_register_sysfs
[02:49:28] [PASSED] drm_test_drm_connector_dynamic_register_sysfs_name
[02:49:28] [PASSED] drm_test_drm_connector_dynamic_register_debugfs
[02:49:28] ========= [PASSED] drm_connector_dynamic_register ==========
[02:49:28] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[02:49:28] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[02:49:28] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[02:49:28] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[02:49:28] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[02:49:28] ========== drm_test_get_tv_mode_from_name_valid ===========
[02:49:28] [PASSED] NTSC
[02:49:28] [PASSED] NTSC-443
[02:49:28] [PASSED] NTSC-J
[02:49:28] [PASSED] PAL
[02:49:28] [PASSED] PAL-M
[02:49:28] [PASSED] PAL-N
[02:49:28] [PASSED] SECAM
[02:49:28] [PASSED] Mono
[02:49:28] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[02:49:28] [PASSED] drm_test_get_tv_mode_from_name_truncated
[02:49:28] ============ [PASSED] drm_get_tv_mode_from_name ============
[02:49:28] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[02:49:28] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[02:49:28] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[02:49:28] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[02:49:28] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[02:49:28] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[02:49:28] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[02:49:28] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid =
[02:49:28] [PASSED] VIC 96
[02:49:28] [PASSED] VIC 97
[02:49:28] [PASSED] VIC 101
[02:49:28] [PASSED] VIC 102
[02:49:28] [PASSED] VIC 106
[02:49:28] [PASSED] VIC 107
[02:49:28] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[02:49:28] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[02:49:28] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[02:49:28] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[02:49:28] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[02:49:28] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[02:49:28] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[02:49:28] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[02:49:28] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name ====
[02:49:28] [PASSED] Automatic
[02:49:28] [PASSED] Full
[02:49:28] [PASSED] Limited 16:235
[02:49:28] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[02:49:28] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[02:49:28] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[02:49:28] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[02:49:28] === drm_test_drm_hdmi_connector_get_output_format_name ====
[02:49:28] [PASSED] RGB
[02:49:28] [PASSED] YUV 4:2:0
[02:49:28] [PASSED] YUV 4:2:2
[02:49:28] [PASSED] YUV 4:4:4
[02:49:28] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[02:49:28] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[02:49:28] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[02:49:28] ============= drm_damage_helper (21 subtests) ==============
[02:49:28] [PASSED] drm_test_damage_iter_no_damage
[02:49:28] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[02:49:28] [PASSED] drm_test_damage_iter_no_damage_src_moved
[02:49:28] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[02:49:28] [PASSED] drm_test_damage_iter_no_damage_not_visible
[02:49:28] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[02:49:28] [PASSED] drm_test_damage_iter_no_damage_no_fb
[02:49:28] [PASSED] drm_test_damage_iter_simple_damage
[02:49:28] [PASSED] drm_test_damage_iter_single_damage
[02:49:28] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[02:49:28] [PASSED] drm_test_damage_iter_single_damage_outside_src
[02:49:28] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[02:49:28] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[02:49:28] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[02:49:28] [PASSED] drm_test_damage_iter_single_damage_src_moved
[02:49:28] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[02:49:28] [PASSED] drm_test_damage_iter_damage
[02:49:28] [PASSED] drm_test_damage_iter_damage_one_intersect
[02:49:28] [PASSED] drm_test_damage_iter_damage_one_outside
[02:49:28] [PASSED] drm_test_damage_iter_damage_src_moved
[02:49:28] [PASSED] drm_test_damage_iter_damage_not_visible
[02:49:28] ================ [PASSED] drm_damage_helper ================
[02:49:28] ============== drm_dp_mst_helper (3 subtests) ==============
[02:49:28] ============== drm_test_dp_mst_calc_pbn_mode ==============
[02:49:28] [PASSED] Clock 154000 BPP 30 DSC disabled
[02:49:28] [PASSED] Clock 234000 BPP 30 DSC disabled
[02:49:28] [PASSED] Clock 297000 BPP 24 DSC disabled
[02:49:28] [PASSED] Clock 332880 BPP 24 DSC enabled
[02:49:28] [PASSED] Clock 324540 BPP 24 DSC enabled
[02:49:28] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[02:49:28] ============== drm_test_dp_mst_calc_pbn_div ===============
[02:49:28] [PASSED] Link rate 2000000 lane count 4
[02:49:28] [PASSED] Link rate 2000000 lane count 2
[02:49:28] [PASSED] Link rate 2000000 lane count 1
[02:49:28] [PASSED] Link rate 1350000 lane count 4
[02:49:28] [PASSED] Link rate 1350000 lane count 2
[02:49:28] [PASSED] Link rate 1350000 lane count 1
[02:49:28] [PASSED] Link rate 1000000 lane count 4
[02:49:28] [PASSED] Link rate 1000000 lane count 2
[02:49:28] [PASSED] Link rate 1000000 lane count 1
[02:49:28] [PASSED] Link rate 810000 lane count 4
[02:49:28] [PASSED] Link rate 810000 lane count 2
[02:49:28] [PASSED] Link rate 810000 lane count 1
[02:49:28] [PASSED] Link rate 540000 lane count 4
[02:49:28] [PASSED] Link rate 540000 lane count 2
[02:49:28] [PASSED] Link rate 540000 lane count 1
[02:49:28] [PASSED] Link rate 270000 lane count 4
[02:49:28] [PASSED] Link rate 270000 lane count 2
[02:49:28] [PASSED] Link rate 270000 lane count 1
[02:49:28] [PASSED] Link rate 162000 lane count 4
[02:49:28] [PASSED] Link rate 162000 lane count 2
[02:49:28] [PASSED] Link rate 162000 lane count 1
[02:49:28] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[02:49:28] ========= drm_test_dp_mst_sideband_msg_req_decode =========
[02:49:28] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[02:49:28] [PASSED] DP_POWER_UP_PHY with port number
[02:49:28] [PASSED] DP_POWER_DOWN_PHY with port number
[02:49:28] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[02:49:28] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[02:49:28] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[02:49:28] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[02:49:28] [PASSED] DP_QUERY_PAYLOAD with port number
[02:49:28] [PASSED] DP_QUERY_PAYLOAD with VCPI
[02:49:28] [PASSED] DP_REMOTE_DPCD_READ with port number
[02:49:28] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[02:49:28] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[02:49:28] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[02:49:28] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[02:49:28] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[02:49:28] [PASSED] DP_REMOTE_I2C_READ with port number
[02:49:28] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[02:49:28] [PASSED] DP_REMOTE_I2C_READ with transactions array
[02:49:28] [PASSED] DP_REMOTE_I2C_WRITE with port number
[02:49:28] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[02:49:28] [PASSED] DP_REMOTE_I2C_WRITE with data array
[02:49:28] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[02:49:28] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[02:49:28] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[02:49:28] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[02:49:28] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[02:49:28] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[02:49:28] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[02:49:28] ================ [PASSED] drm_dp_mst_helper ================
[02:49:28] ================== drm_exec (7 subtests) ===================
[02:49:28] [PASSED] sanitycheck
[02:49:28] [PASSED] test_lock
[02:49:28] [PASSED] test_lock_unlock
[02:49:28] [PASSED] test_duplicates
[02:49:28] [PASSED] test_prepare
[02:49:28] [PASSED] test_prepare_array
[02:49:28] [PASSED] test_multiple_loops
[02:49:28] ==================== [PASSED] drm_exec =====================
[02:49:28] =========== drm_format_helper_test (17 subtests) ===========
[02:49:28] ============== drm_test_fb_xrgb8888_to_gray8 ==============
[02:49:28] [PASSED] single_pixel_source_buffer
[02:49:28] [PASSED] single_pixel_clip_rectangle
[02:49:28] [PASSED] well_known_colors
[02:49:28] [PASSED] destination_pitch
[02:49:28] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[02:49:28] ============= drm_test_fb_xrgb8888_to_rgb332 ==============
[02:49:28] [PASSED] single_pixel_source_buffer
[02:49:28] [PASSED] single_pixel_clip_rectangle
[02:49:28] [PASSED] well_known_colors
[02:49:28] [PASSED] destination_pitch
[02:49:28] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[02:49:28] ============= drm_test_fb_xrgb8888_to_rgb565 ==============
[02:49:28] [PASSED] single_pixel_source_buffer
[02:49:28] [PASSED] single_pixel_clip_rectangle
[02:49:28] [PASSED] well_known_colors
[02:49:28] [PASSED] destination_pitch
[02:49:28] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[02:49:28] ============ drm_test_fb_xrgb8888_to_xrgb1555 =============
[02:49:28] [PASSED] single_pixel_source_buffer
[02:49:28] [PASSED] single_pixel_clip_rectangle
[02:49:28] [PASSED] well_known_colors
[02:49:28] [PASSED] destination_pitch
[02:49:28] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[02:49:28] ============ drm_test_fb_xrgb8888_to_argb1555 =============
[02:49:28] [PASSED] single_pixel_source_buffer
[02:49:28] [PASSED] single_pixel_clip_rectangle
[02:49:28] [PASSED] well_known_colors
[02:49:28] [PASSED] destination_pitch
[02:49:28] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[02:49:28] ============ drm_test_fb_xrgb8888_to_rgba5551 =============
[02:49:28] [PASSED] single_pixel_source_buffer
[02:49:28] [PASSED] single_pixel_clip_rectangle
[02:49:28] [PASSED] well_known_colors
[02:49:28] [PASSED] destination_pitch
[02:49:28] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[02:49:28] ============= drm_test_fb_xrgb8888_to_rgb888 ==============
[02:49:28] [PASSED] single_pixel_source_buffer
[02:49:28] [PASSED] single_pixel_clip_rectangle
[02:49:28] [PASSED] well_known_colors
[02:49:28] [PASSED] destination_pitch
[02:49:28] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[02:49:28] ============= drm_test_fb_xrgb8888_to_bgr888 ==============
[02:49:28] [PASSED] single_pixel_source_buffer
[02:49:28] [PASSED] single_pixel_clip_rectangle
[02:49:28] [PASSED] well_known_colors
[02:49:28] [PASSED] destination_pitch
[02:49:28] ========= [PASSED] drm_test_fb_xrgb8888_to_bgr888 ==========
[02:49:28] ============ drm_test_fb_xrgb8888_to_argb8888 =============
[02:49:28] [PASSED] single_pixel_source_buffer
[02:49:28] [PASSED] single_pixel_clip_rectangle
[02:49:28] [PASSED] well_known_colors
[02:49:28] [PASSED] destination_pitch
[02:49:28] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[02:49:28] =========== drm_test_fb_xrgb8888_to_xrgb2101010 ===========
[02:49:28] [PASSED] single_pixel_source_buffer
[02:49:28] [PASSED] single_pixel_clip_rectangle
[02:49:28] [PASSED] well_known_colors
[02:49:28] [PASSED] destination_pitch
[02:49:28] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[02:49:28] =========== drm_test_fb_xrgb8888_to_argb2101010 ===========
[02:49:28] [PASSED] single_pixel_source_buffer
[02:49:28] [PASSED] single_pixel_clip_rectangle
[02:49:28] [PASSED] well_known_colors
[02:49:28] [PASSED] destination_pitch
[02:49:28] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[02:49:28] ============== drm_test_fb_xrgb8888_to_mono ===============
[02:49:28] [PASSED] single_pixel_source_buffer
[02:49:28] [PASSED] single_pixel_clip_rectangle
[02:49:28] [PASSED] well_known_colors
[02:49:28] [PASSED] destination_pitch
[02:49:28] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[02:49:28] ==================== drm_test_fb_swab =====================
[02:49:28] [PASSED] single_pixel_source_buffer
[02:49:28] [PASSED] single_pixel_clip_rectangle
[02:49:28] [PASSED] well_known_colors
[02:49:28] [PASSED] destination_pitch
[02:49:28] ================ [PASSED] drm_test_fb_swab =================
[02:49:28] ============ drm_test_fb_xrgb8888_to_xbgr8888 =============
[02:49:28] [PASSED] single_pixel_source_buffer
[02:49:28] [PASSED] single_pixel_clip_rectangle
[02:49:28] [PASSED] well_known_colors
[02:49:28] [PASSED] destination_pitch
[02:49:28] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[02:49:28] ============ drm_test_fb_xrgb8888_to_abgr8888 =============
[02:49:28] [PASSED] single_pixel_source_buffer
[02:49:28] [PASSED] single_pixel_clip_rectangle
[02:49:28] [PASSED] well_known_colors
[02:49:28] [PASSED] destination_pitch
[02:49:28] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[02:49:28] ================= drm_test_fb_clip_offset =================
[02:49:28] [PASSED] pass through
[02:49:28] [PASSED] horizontal offset
[02:49:28] [PASSED] vertical offset
[02:49:28] [PASSED] horizontal and vertical offset
[02:49:28] [PASSED] horizontal offset (custom pitch)
[02:49:28] [PASSED] vertical offset (custom pitch)
[02:49:28] [PASSED] horizontal and vertical offset (custom pitch)
[02:49:28] ============= [PASSED] drm_test_fb_clip_offset =============
[02:49:28] =================== drm_test_fb_memcpy ====================
[02:49:28] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[02:49:28] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[02:49:28] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[02:49:28] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[02:49:28] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[02:49:28] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[02:49:28] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[02:49:28] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[02:49:28] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[02:49:28] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[02:49:28] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[02:49:28] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[02:49:28] =============== [PASSED] drm_test_fb_memcpy ================
[02:49:28] ============= [PASSED] drm_format_helper_test ==============
[02:49:28] ================= drm_format (18 subtests) =================
[02:49:28] [PASSED] drm_test_format_block_width_invalid
[02:49:28] [PASSED] drm_test_format_block_width_one_plane
[02:49:28] [PASSED] drm_test_format_block_width_two_plane
[02:49:28] [PASSED] drm_test_format_block_width_three_plane
[02:49:28] [PASSED] drm_test_format_block_width_tiled
[02:49:28] [PASSED] drm_test_format_block_height_invalid
[02:49:28] [PASSED] drm_test_format_block_height_one_plane
[02:49:28] [PASSED] drm_test_format_block_height_two_plane
[02:49:28] [PASSED] drm_test_format_block_height_three_plane
[02:49:28] [PASSED] drm_test_format_block_height_tiled
[02:49:28] [PASSED] drm_test_format_min_pitch_invalid
[02:49:28] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[02:49:28] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[02:49:28] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[02:49:28] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[02:49:28] [PASSED] drm_test_format_min_pitch_two_plane
[02:49:28] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[02:49:28] [PASSED] drm_test_format_min_pitch_tiled
[02:49:28] =================== [PASSED] drm_format ====================
[02:49:28] ============== drm_framebuffer (10 subtests) ===============
[02:49:28] ========== drm_test_framebuffer_check_src_coords ==========
[02:49:28] [PASSED] Success: source fits into fb
[02:49:28] [PASSED] Fail: overflowing fb with x-axis coordinate
[02:49:28] [PASSED] Fail: overflowing fb with y-axis coordinate
[02:49:28] [PASSED] Fail: overflowing fb with source width
[02:49:28] [PASSED] Fail: overflowing fb with source height
[02:49:28] ====== [PASSED] drm_test_framebuffer_check_src_coords ======
[02:49:28] [PASSED] drm_test_framebuffer_cleanup
[02:49:28] =============== drm_test_framebuffer_create ===============
[02:49:28] [PASSED] ABGR8888 normal sizes
[02:49:28] [PASSED] ABGR8888 max sizes
[02:49:28] [PASSED] ABGR8888 pitch greater than min required
[02:49:28] [PASSED] ABGR8888 pitch less than min required
[02:49:28] [PASSED] ABGR8888 Invalid width
[02:49:28] [PASSED] ABGR8888 Invalid buffer handle
[02:49:28] [PASSED] No pixel format
[02:49:28] [PASSED] ABGR8888 Width 0
[02:49:28] [PASSED] ABGR8888 Height 0
[02:49:28] [PASSED] ABGR8888 Out of bound height * pitch combination
[02:49:28] [PASSED] ABGR8888 Large buffer offset
[02:49:28] [PASSED] ABGR8888 Buffer offset for inexistent plane
[02:49:28] [PASSED] ABGR8888 Invalid flag
[02:49:28] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[02:49:28] [PASSED] ABGR8888 Valid buffer modifier
[02:49:28] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[02:49:28] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[02:49:28] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[02:49:28] [PASSED] NV12 Normal sizes
[02:49:28] [PASSED] NV12 Max sizes
[02:49:28] [PASSED] NV12 Invalid pitch
[02:49:28] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[02:49:28] [PASSED] NV12 different modifier per-plane
[02:49:28] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[02:49:28] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[02:49:28] [PASSED] NV12 Modifier for inexistent plane
[02:49:28] [PASSED] NV12 Handle for inexistent plane
[02:49:28] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[02:49:28] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[02:49:28] [PASSED] YVU420 Normal sizes
[02:49:28] [PASSED] YVU420 Max sizes
[02:49:28] [PASSED] YVU420 Invalid pitch
[02:49:28] [PASSED] YVU420 Different pitches
[02:49:28] [PASSED] YVU420 Different buffer offsets/pitches
[02:49:28] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[02:49:28] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[02:49:28] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[02:49:28] [PASSED] YVU420 Valid modifier
[02:49:28] [PASSED] YVU420 Different modifiers per plane
[02:49:28] [PASSED] YVU420 Modifier for inexistent plane
[02:49:28] [PASSED] YUV420_10BIT Invalid modifier(DRM_FORMAT_MOD_LINEAR)
[02:49:28] [PASSED] X0L2 Normal sizes
[02:49:28] [PASSED] X0L2 Max sizes
[02:49:28] [PASSED] X0L2 Invalid pitch
[02:49:28] [PASSED] X0L2 Pitch greater than minimum required
[02:49:28] [PASSED] X0L2 Handle for inexistent plane
[02:49:28] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[02:49:28] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[02:49:28] [PASSED] X0L2 Valid modifier
[02:49:28] [PASSED] X0L2 Modifier for inexistent plane
[02:49:28] =========== [PASSED] drm_test_framebuffer_create ===========
[02:49:28] [PASSED] drm_test_framebuffer_free
[02:49:28] [PASSED] drm_test_framebuffer_init
[02:49:28] [PASSED] drm_test_framebuffer_init_bad_format
[02:49:28] [PASSED] drm_test_framebuffer_init_dev_mismatch
[02:49:28] [PASSED] drm_test_framebuffer_lookup
[02:49:28] [PASSED] drm_test_framebuffer_lookup_inexistent
[02:49:28] [PASSED] drm_test_framebuffer_modifiers_not_supported
[02:49:28] ================= [PASSED] drm_framebuffer =================
[02:49:28] ================ drm_gem_shmem (8 subtests) ================
[02:49:28] [PASSED] drm_gem_shmem_test_obj_create
[02:49:28] [PASSED] drm_gem_shmem_test_obj_create_private
[02:49:28] [PASSED] drm_gem_shmem_test_pin_pages
[02:49:28] [PASSED] drm_gem_shmem_test_vmap
[02:49:28] [PASSED] drm_gem_shmem_test_get_sg_table
[02:49:28] [PASSED] drm_gem_shmem_test_get_pages_sgt
[02:49:28] [PASSED] drm_gem_shmem_test_madvise
[02:49:28] [PASSED] drm_gem_shmem_test_purge
[02:49:28] ================== [PASSED] drm_gem_shmem ==================
[02:49:28] === drm_atomic_helper_connector_hdmi_check (27 subtests) ===
[02:49:28] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[02:49:28] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[02:49:28] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[02:49:28] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[02:49:28] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[02:49:28] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[02:49:28] ====== drm_test_check_broadcast_rgb_cea_mode_yuv420 =======
[02:49:28] [PASSED] Automatic
[02:49:28] [PASSED] Full
[02:49:28] [PASSED] Limited 16:235
[02:49:28] == [PASSED] drm_test_check_broadcast_rgb_cea_mode_yuv420 ===
[02:49:28] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[02:49:28] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[02:49:28] [PASSED] drm_test_check_disable_connector
[02:49:28] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[02:49:28] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_rgb
[02:49:28] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_yuv420
[02:49:28] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv422
[02:49:28] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv420
[02:49:28] [PASSED] drm_test_check_driver_unsupported_fallback_yuv420
[02:49:28] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[02:49:28] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[02:49:28] [PASSED] drm_test_check_output_bpc_dvi
[02:49:28] [PASSED] drm_test_check_output_bpc_format_vic_1
[02:49:28] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[02:49:28] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[02:49:28] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[02:49:28] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[02:49:28] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[02:49:28] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[02:49:28] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[02:49:28] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[02:49:28] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[02:49:28] [PASSED] drm_test_check_broadcast_rgb_value
[02:49:28] [PASSED] drm_test_check_bpc_8_value
[02:49:28] [PASSED] drm_test_check_bpc_10_value
[02:49:28] [PASSED] drm_test_check_bpc_12_value
[02:49:28] [PASSED] drm_test_check_format_value
[02:49:28] [PASSED] drm_test_check_tmds_char_value
[02:49:28] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[02:49:28] = drm_atomic_helper_connector_hdmi_mode_valid (4 subtests) =
[02:49:28] [PASSED] drm_test_check_mode_valid
[02:49:28] [PASSED] drm_test_check_mode_valid_reject
[02:49:28] [PASSED] drm_test_check_mode_valid_reject_rate
[02:49:28] [PASSED] drm_test_check_mode_valid_reject_max_clock
[02:49:28] === [PASSED] drm_atomic_helper_connector_hdmi_mode_valid ===
[02:49:28] = drm_atomic_helper_connector_hdmi_infoframes (5 subtests) =
[02:49:28] [PASSED] drm_test_check_infoframes
[02:49:28] [PASSED] drm_test_check_reject_avi_infoframe
[02:49:28] [PASSED] drm_test_check_reject_hdr_infoframe_bpc_8
[02:49:28] [PASSED] drm_test_check_reject_hdr_infoframe_bpc_10
[02:49:28] [PASSED] drm_test_check_reject_audio_infoframe
[02:49:28] === [PASSED] drm_atomic_helper_connector_hdmi_infoframes ===
[02:49:28] ================= drm_managed (2 subtests) =================
[02:49:28] [PASSED] drm_test_managed_release_action
[02:49:28] [PASSED] drm_test_managed_run_action
[02:49:28] =================== [PASSED] drm_managed ===================
[02:49:28] =================== drm_mm (6 subtests) ====================
[02:49:28] [PASSED] drm_test_mm_init
[02:49:28] [PASSED] drm_test_mm_debug
[02:49:28] [PASSED] drm_test_mm_align32
[02:49:28] [PASSED] drm_test_mm_align64
[02:49:28] [PASSED] drm_test_mm_lowest
[02:49:28] [PASSED] drm_test_mm_highest
[02:49:28] ===================== [PASSED] drm_mm ======================
[02:49:28] ============= drm_modes_analog_tv (5 subtests) =============
[02:49:28] [PASSED] drm_test_modes_analog_tv_mono_576i
[02:49:28] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[02:49:28] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[02:49:28] [PASSED] drm_test_modes_analog_tv_pal_576i
[02:49:28] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[02:49:28] =============== [PASSED] drm_modes_analog_tv ===============
[02:49:28] ============== drm_plane_helper (2 subtests) ===============
[02:49:28] =============== drm_test_check_plane_state ================
[02:49:28] [PASSED] clipping_simple
[02:49:28] [PASSED] clipping_rotate_reflect
[02:49:28] [PASSED] positioning_simple
[02:49:28] [PASSED] upscaling
[02:49:28] [PASSED] downscaling
[02:49:28] [PASSED] rounding1
[02:49:28] [PASSED] rounding2
[02:49:28] [PASSED] rounding3
[02:49:28] [PASSED] rounding4
[02:49:28] =========== [PASSED] drm_test_check_plane_state ============
[02:49:28] =========== drm_test_check_invalid_plane_state ============
[02:49:28] [PASSED] positioning_invalid
[02:49:28] [PASSED] upscaling_invalid
[02:49:28] [PASSED] downscaling_invalid
[02:49:28] ======= [PASSED] drm_test_check_invalid_plane_state ========
[02:49:28] ================ [PASSED] drm_plane_helper =================
[02:49:28] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[02:49:28] ====== drm_test_connector_helper_tv_get_modes_check =======
[02:49:28] [PASSED] None
[02:49:28] [PASSED] PAL
[02:49:28] [PASSED] NTSC
[02:49:28] [PASSED] Both, NTSC Default
[02:49:28] [PASSED] Both, PAL Default
[02:49:28] [PASSED] Both, NTSC Default, with PAL on command-line
[02:49:28] [PASSED] Both, PAL Default, with NTSC on command-line
[02:49:28] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[02:49:28] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[02:49:28] ================== drm_rect (9 subtests) ===================
[02:49:28] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[02:49:28] [PASSED] drm_test_rect_clip_scaled_not_clipped
[02:49:28] [PASSED] drm_test_rect_clip_scaled_clipped
[02:49:28] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[02:49:28] ================= drm_test_rect_intersect =================
[02:49:28] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[02:49:28] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[02:49:28] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[02:49:28] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[02:49:28] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[02:49:28] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[02:49:28] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[02:49:28] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[02:49:28] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[02:49:28] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[02:49:28] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[02:49:28] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[02:49:28] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[02:49:28] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[02:49:28] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
stty: 'standard input': Inappropriate ioctl for device
[02:49:28] ============= [PASSED] drm_test_rect_intersect =============
[02:49:28] ================ drm_test_rect_calc_hscale ================
[02:49:28] [PASSED] normal use
[02:49:28] [PASSED] out of max range
[02:49:28] [PASSED] out of min range
[02:49:28] [PASSED] zero dst
[02:49:28] [PASSED] negative src
[02:49:28] [PASSED] negative dst
[02:49:28] ============ [PASSED] drm_test_rect_calc_hscale ============
[02:49:28] ================ drm_test_rect_calc_vscale ================
[02:49:28] [PASSED] normal use
[02:49:28] [PASSED] out of max range
[02:49:28] [PASSED] out of min range
[02:49:28] [PASSED] zero dst
[02:49:28] [PASSED] negative src
[02:49:28] [PASSED] negative dst
[02:49:28] ============ [PASSED] drm_test_rect_calc_vscale ============
[02:49:28] ================== drm_test_rect_rotate ===================
[02:49:28] [PASSED] reflect-x
[02:49:28] [PASSED] reflect-y
[02:49:28] [PASSED] rotate-0
[02:49:28] [PASSED] rotate-90
[02:49:28] [PASSED] rotate-180
[02:49:28] [PASSED] rotate-270
[02:49:28] ============== [PASSED] drm_test_rect_rotate ===============
[02:49:28] ================ drm_test_rect_rotate_inv =================
[02:49:28] [PASSED] reflect-x
[02:49:28] [PASSED] reflect-y
[02:49:28] [PASSED] rotate-0
[02:49:28] [PASSED] rotate-90
[02:49:28] [PASSED] rotate-180
[02:49:28] [PASSED] rotate-270
[02:49:28] ============ [PASSED] drm_test_rect_rotate_inv =============
[02:49:28] ==================== [PASSED] drm_rect =====================
[02:49:28] ============ drm_sysfb_modeset_test (1 subtest) ============
[02:49:28] ============ drm_test_sysfb_build_fourcc_list =============
[02:49:28] [PASSED] no native formats
[02:49:28] [PASSED] XRGB8888 as native format
[02:49:28] [PASSED] remove duplicates
[02:49:28] [PASSED] convert alpha formats
[02:49:28] [PASSED] random formats
[02:49:28] ======== [PASSED] drm_test_sysfb_build_fourcc_list =========
[02:49:28] ============= [PASSED] drm_sysfb_modeset_test ==============
[02:49:28] ================== drm_fixp (2 subtests) ===================
[02:49:28] [PASSED] drm_test_int2fixp
[02:49:28] [PASSED] drm_test_sm2fixp
[02:49:28] ==================== [PASSED] drm_fixp =====================
[02:49:28] ============================================================
[02:49:28] Testing complete. Ran 630 tests: passed: 630
[02:49:28] Elapsed time: 28.021s total, 1.663s configuring, 25.942s building, 0.391s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig
[02:49:29] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[02:49:30] 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
[02:49:40] Starting KUnit Kernel (1/1)...
[02:49:40] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[02:49:40] ================= ttm_device (5 subtests) ==================
[02:49:40] [PASSED] ttm_device_init_basic
[02:49:40] [PASSED] ttm_device_init_multiple
[02:49:40] [PASSED] ttm_device_fini_basic
[02:49:40] [PASSED] ttm_device_init_no_vma_man
[02:49:40] ================== ttm_device_init_pools ==================
[02:49:40] [PASSED] No DMA allocations, no DMA32 required
[02:49:40] [PASSED] DMA allocations, DMA32 required
[02:49:40] [PASSED] No DMA allocations, DMA32 required
[02:49:40] [PASSED] DMA allocations, no DMA32 required
[02:49:40] ============== [PASSED] ttm_device_init_pools ==============
[02:49:40] =================== [PASSED] ttm_device ====================
[02:49:40] ================== ttm_pool (8 subtests) ===================
[02:49:40] ================== ttm_pool_alloc_basic ===================
[02:49:40] [PASSED] One page
[02:49:40] [PASSED] More than one page
[02:49:40] [PASSED] Above the allocation limit
[02:49:40] [PASSED] One page, with coherent DMA mappings enabled
[02:49:40] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[02:49:40] ============== [PASSED] ttm_pool_alloc_basic ===============
[02:49:40] ============== ttm_pool_alloc_basic_dma_addr ==============
[02:49:40] [PASSED] One page
[02:49:40] [PASSED] More than one page
[02:49:40] [PASSED] Above the allocation limit
[02:49:40] [PASSED] One page, with coherent DMA mappings enabled
[02:49:40] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[02:49:40] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ==========
[02:49:40] [PASSED] ttm_pool_alloc_order_caching_match
[02:49:40] [PASSED] ttm_pool_alloc_caching_mismatch
[02:49:40] [PASSED] ttm_pool_alloc_order_mismatch
[02:49:40] [PASSED] ttm_pool_free_dma_alloc
[02:49:40] [PASSED] ttm_pool_free_no_dma_alloc
[02:49:40] [PASSED] ttm_pool_fini_basic
[02:49:40] ==================== [PASSED] ttm_pool =====================
[02:49:40] ================ ttm_resource (8 subtests) =================
[02:49:40] ================= ttm_resource_init_basic =================
[02:49:40] [PASSED] Init resource in TTM_PL_SYSTEM
[02:49:40] [PASSED] Init resource in TTM_PL_VRAM
[02:49:40] [PASSED] Init resource in a private placement
[02:49:40] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags
[02:49:40] ============= [PASSED] ttm_resource_init_basic =============
[02:49:40] [PASSED] ttm_resource_init_pinned
[02:49:40] [PASSED] ttm_resource_fini_basic
[02:49:40] [PASSED] ttm_resource_manager_init_basic
[02:49:40] [PASSED] ttm_resource_manager_usage_basic
[02:49:40] [PASSED] ttm_resource_manager_set_used_basic
[02:49:40] [PASSED] ttm_sys_man_alloc_basic
[02:49:40] [PASSED] ttm_sys_man_free_basic
[02:49:40] ================== [PASSED] ttm_resource ===================
[02:49:40] =================== ttm_tt (15 subtests) ===================
[02:49:40] ==================== ttm_tt_init_basic ====================
[02:49:40] [PASSED] Page-aligned size
[02:49:40] [PASSED] Extra pages requested
[02:49:40] ================ [PASSED] ttm_tt_init_basic ================
[02:49:40] [PASSED] ttm_tt_init_misaligned
[02:49:40] [PASSED] ttm_tt_fini_basic
[02:49:40] [PASSED] ttm_tt_fini_sg
[02:49:40] [PASSED] ttm_tt_fini_shmem
[02:49:40] [PASSED] ttm_tt_create_basic
[02:49:40] [PASSED] ttm_tt_create_invalid_bo_type
[02:49:40] [PASSED] ttm_tt_create_ttm_exists
[02:49:40] [PASSED] ttm_tt_create_failed
[02:49:40] [PASSED] ttm_tt_destroy_basic
[02:49:40] [PASSED] ttm_tt_populate_null_ttm
[02:49:40] [PASSED] ttm_tt_populate_populated_ttm
[02:49:40] [PASSED] ttm_tt_unpopulate_basic
[02:49:40] [PASSED] ttm_tt_unpopulate_empty_ttm
[02:49:40] [PASSED] ttm_tt_swapin_basic
[02:49:40] ===================== [PASSED] ttm_tt ======================
[02:49:40] =================== ttm_bo (14 subtests) ===================
[02:49:40] =========== ttm_bo_reserve_optimistic_no_ticket ===========
[02:49:40] [PASSED] Cannot be interrupted and sleeps
[02:49:40] [PASSED] Cannot be interrupted, locks straight away
[02:49:40] [PASSED] Can be interrupted, sleeps
[02:49:40] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket =======
[02:49:40] [PASSED] ttm_bo_reserve_locked_no_sleep
[02:49:40] [PASSED] ttm_bo_reserve_no_wait_ticket
[02:49:40] [PASSED] ttm_bo_reserve_double_resv
[02:49:40] [PASSED] ttm_bo_reserve_interrupted
[02:49:40] [PASSED] ttm_bo_reserve_deadlock
[02:49:40] [PASSED] ttm_bo_unreserve_basic
[02:49:40] [PASSED] ttm_bo_unreserve_pinned
[02:49:40] [PASSED] ttm_bo_unreserve_bulk
[02:49:40] [PASSED] ttm_bo_fini_basic
[02:49:40] [PASSED] ttm_bo_fini_shared_resv
[02:49:40] [PASSED] ttm_bo_pin_basic
[02:49:40] [PASSED] ttm_bo_pin_unpin_resource
[02:49:40] [PASSED] ttm_bo_multiple_pin_one_unpin
[02:49:40] ===================== [PASSED] ttm_bo ======================
[02:49:40] ============== ttm_bo_validate (21 subtests) ===============
[02:49:40] ============== ttm_bo_init_reserved_sys_man ===============
[02:49:40] [PASSED] Buffer object for userspace
[02:49:40] [PASSED] Kernel buffer object
[02:49:40] [PASSED] Shared buffer object
[02:49:40] ========== [PASSED] ttm_bo_init_reserved_sys_man ===========
[02:49:40] ============== ttm_bo_init_reserved_mock_man ==============
[02:49:40] [PASSED] Buffer object for userspace
[02:49:40] [PASSED] Kernel buffer object
[02:49:40] [PASSED] Shared buffer object
[02:49:40] ========== [PASSED] ttm_bo_init_reserved_mock_man ==========
[02:49:40] [PASSED] ttm_bo_init_reserved_resv
[02:49:40] ================== ttm_bo_validate_basic ==================
[02:49:40] [PASSED] Buffer object for userspace
[02:49:40] [PASSED] Kernel buffer object
[02:49:40] [PASSED] Shared buffer object
[02:49:40] ============== [PASSED] ttm_bo_validate_basic ==============
[02:49:40] [PASSED] ttm_bo_validate_invalid_placement
[02:49:40] ============= ttm_bo_validate_same_placement ==============
[02:49:40] [PASSED] System manager
[02:49:40] [PASSED] VRAM manager
[02:49:40] ========= [PASSED] ttm_bo_validate_same_placement ==========
[02:49:40] [PASSED] ttm_bo_validate_failed_alloc
[02:49:40] [PASSED] ttm_bo_validate_pinned
[02:49:40] [PASSED] ttm_bo_validate_busy_placement
[02:49:40] ================ ttm_bo_validate_multihop =================
[02:49:40] [PASSED] Buffer object for userspace
[02:49:40] [PASSED] Kernel buffer object
[02:49:40] [PASSED] Shared buffer object
[02:49:40] ============ [PASSED] ttm_bo_validate_multihop =============
[02:49:40] ========== ttm_bo_validate_no_placement_signaled ==========
[02:49:40] [PASSED] Buffer object in system domain, no page vector
[02:49:40] [PASSED] Buffer object in system domain with an existing page vector
[02:49:40] ====== [PASSED] ttm_bo_validate_no_placement_signaled ======
[02:49:40] ======== ttm_bo_validate_no_placement_not_signaled ========
[02:49:40] [PASSED] Buffer object for userspace
[02:49:40] [PASSED] Kernel buffer object
[02:49:40] [PASSED] Shared buffer object
[02:49:40] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ====
[02:49:40] [PASSED] ttm_bo_validate_move_fence_signaled
[02:49:40] ========= ttm_bo_validate_move_fence_not_signaled =========
[02:49:40] [PASSED] Waits for GPU
[02:49:40] [PASSED] Tries to lock straight away
[02:49:40] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled =====
[02:49:40] [PASSED] ttm_bo_validate_happy_evict
[02:49:40] [PASSED] ttm_bo_validate_all_pinned_evict
[02:49:40] [PASSED] ttm_bo_validate_allowed_only_evict
[02:49:40] [PASSED] ttm_bo_validate_deleted_evict
[02:49:40] [PASSED] ttm_bo_validate_busy_domain_evict
[02:49:40] [PASSED] ttm_bo_validate_evict_gutting
[02:49:40] [PASSED] ttm_bo_validate_recrusive_evict
stty: 'standard input': Inappropriate ioctl for device
[02:49:40] ================= [PASSED] ttm_bo_validate =================
[02:49:40] ============================================================
[02:49:40] Testing complete. Ran 101 tests: passed: 101
[02:49:40] Elapsed time: 11.420s total, 1.532s configuring, 9.672s building, 0.184s running
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 17+ messages in thread
* ✗ Xe.CI.BAT: failure for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2)
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
` (5 preceding siblings ...)
2026-02-04 2:49 ` ✓ CI.KUnit: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2) Patchwork
@ 2026-02-04 3:25 ` Patchwork
2026-02-04 17:03 ` ✓ CI.KUnit: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev3) Patchwork
` (4 subsequent siblings)
11 siblings, 0 replies; 17+ messages in thread
From: Patchwork @ 2026-02-04 3:25 UTC (permalink / raw)
To: Suraj Kandpal; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 409 bytes --]
== Series Details ==
Series: drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2)
URL : https://patchwork.freedesktop.org/series/161045/
State : failure
== Summary ==
ERROR: The runconfig 'xe-4493-ff449f153b0966cfd7a7291670c927f6b6971d2a_BAT' does not exist in the database
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v2/index.html
[-- Attachment #2: Type: text/html, Size: 974 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH v2] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
2026-02-04 2:32 ` [PATCH v2] " Suraj Kandpal
@ 2026-02-04 11:24 ` Imre Deak
0 siblings, 0 replies; 17+ messages in thread
From: Imre Deak @ 2026-02-04 11:24 UTC (permalink / raw)
To: Suraj Kandpal; +Cc: intel-xe, intel-gfx, ankit.k.nautiyal
On Wed, Feb 04, 2026 at 08:02:47AM +0530, Suraj Kandpal wrote:
> TBT PHY is enablement/disablement is handled by its own TBT module.
> We do not play a big part in it's state management, that being take care
> by it's own TBT modeule.
> The PHY/PLL TypeC mode (TBT, DP-alt) can change after the PLL state was
> computed for a modeset, so the state verification after the modeset
> sequence would indicate a mismatch in case the mode changed from DP-alt
> to TBT, or from TBT to DP-alt mode. To avoid such a mismatch error the
> verification is skipped if the mode for either the read-out or the
> computed state is TBT (where that TBT PLL state doesn't reflect anyway
> the PLL's actual HW state).
> Simply return true when we are in tbt mode.
>
> Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
> ---
> V1 -> V2:
> - Reframe commit messgae with give the full explanation as to why we
> skip verification (Imre)
>
> drivers/gpu/drm/i915/display/intel_lt_phy.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> index 04f63bdd0b87..27ad8407606b 100644
> --- a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> +++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> @@ -2158,6 +2158,9 @@ bool
> intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state *a,
> const struct intel_lt_phy_pll_state *b)
> {
> + if (a->tbt_mode || b->tbt_mode)
> + return true;
> +
> /*
> * With LT PHY values other than VDR0_CONFIG and VDR2_CONFIG are
> * unreliable. They cannot always be read back since internally
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 17+ messages in thread
* ✓ CI.KUnit: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev3)
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
` (6 preceding siblings ...)
2026-02-04 3:25 ` ✗ Xe.CI.BAT: failure " Patchwork
@ 2026-02-04 17:03 ` Patchwork
2026-02-04 17:42 ` ✗ Xe.CI.FULL: failure for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2) Patchwork
` (3 subsequent siblings)
11 siblings, 0 replies; 17+ messages in thread
From: Patchwork @ 2026-02-04 17:03 UTC (permalink / raw)
To: Suraj Kandpal; +Cc: intel-xe
== Series Details ==
Series: drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev3)
URL : https://patchwork.freedesktop.org/series/161045/
State : success
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[17:02:04] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[17:02:09] 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
[17:02:41] Starting KUnit Kernel (1/1)...
[17:02:41] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[17:02:41] ================== guc_buf (11 subtests) ===================
[17:02:41] [PASSED] test_smallest
[17:02:41] [PASSED] test_largest
[17:02:41] [PASSED] test_granular
[17:02:41] [PASSED] test_unique
[17:02:41] [PASSED] test_overlap
[17:02:41] [PASSED] test_reusable
[17:02:41] [PASSED] test_too_big
[17:02:41] [PASSED] test_flush
[17:02:41] [PASSED] test_lookup
[17:02:41] [PASSED] test_data
[17:02:41] [PASSED] test_class
[17:02:41] ===================== [PASSED] guc_buf =====================
[17:02:41] =================== guc_dbm (7 subtests) ===================
[17:02:41] [PASSED] test_empty
[17:02:41] [PASSED] test_default
[17:02:41] ======================== test_size ========================
[17:02:41] [PASSED] 4
[17:02:41] [PASSED] 8
[17:02:41] [PASSED] 32
[17:02:41] [PASSED] 256
[17:02:41] ==================== [PASSED] test_size ====================
[17:02:41] ======================= test_reuse ========================
[17:02:41] [PASSED] 4
[17:02:41] [PASSED] 8
[17:02:41] [PASSED] 32
[17:02:41] [PASSED] 256
[17:02:41] =================== [PASSED] test_reuse ====================
[17:02:41] =================== test_range_overlap ====================
[17:02:41] [PASSED] 4
[17:02:41] [PASSED] 8
[17:02:41] [PASSED] 32
[17:02:41] [PASSED] 256
[17:02:41] =============== [PASSED] test_range_overlap ================
[17:02:41] =================== test_range_compact ====================
[17:02:41] [PASSED] 4
[17:02:41] [PASSED] 8
[17:02:41] [PASSED] 32
[17:02:41] [PASSED] 256
[17:02:41] =============== [PASSED] test_range_compact ================
[17:02:41] ==================== test_range_spare =====================
[17:02:41] [PASSED] 4
[17:02:41] [PASSED] 8
[17:02:41] [PASSED] 32
[17:02:41] [PASSED] 256
[17:02:41] ================ [PASSED] test_range_spare =================
[17:02:41] ===================== [PASSED] guc_dbm =====================
[17:02:41] =================== guc_idm (6 subtests) ===================
[17:02:41] [PASSED] bad_init
[17:02:41] [PASSED] no_init
[17:02:41] [PASSED] init_fini
[17:02:41] [PASSED] check_used
[17:02:41] [PASSED] check_quota
[17:02:41] [PASSED] check_all
[17:02:41] ===================== [PASSED] guc_idm =====================
[17:02:41] ================== no_relay (3 subtests) ===================
[17:02:41] [PASSED] xe_drops_guc2pf_if_not_ready
[17:02:41] [PASSED] xe_drops_guc2vf_if_not_ready
[17:02:41] [PASSED] xe_rejects_send_if_not_ready
[17:02:41] ==================== [PASSED] no_relay =====================
[17:02:41] ================== pf_relay (14 subtests) ==================
[17:02:41] [PASSED] pf_rejects_guc2pf_too_short
[17:02:41] [PASSED] pf_rejects_guc2pf_too_long
[17:02:41] [PASSED] pf_rejects_guc2pf_no_payload
[17:02:41] [PASSED] pf_fails_no_payload
[17:02:41] [PASSED] pf_fails_bad_origin
[17:02:41] [PASSED] pf_fails_bad_type
[17:02:41] [PASSED] pf_txn_reports_error
[17:02:41] [PASSED] pf_txn_sends_pf2guc
[17:02:41] [PASSED] pf_sends_pf2guc
[17:02:41] [SKIPPED] pf_loopback_nop
[17:02:41] [SKIPPED] pf_loopback_echo
[17:02:41] [SKIPPED] pf_loopback_fail
[17:02:41] [SKIPPED] pf_loopback_busy
[17:02:41] [SKIPPED] pf_loopback_retry
[17:02:41] ==================== [PASSED] pf_relay =====================
[17:02:41] ================== vf_relay (3 subtests) ===================
[17:02:41] [PASSED] vf_rejects_guc2vf_too_short
[17:02:41] [PASSED] vf_rejects_guc2vf_too_long
[17:02:41] [PASSED] vf_rejects_guc2vf_no_payload
[17:02:41] ==================== [PASSED] vf_relay =====================
[17:02:41] ================ pf_gt_config (6 subtests) =================
[17:02:41] [PASSED] fair_contexts_1vf
[17:02:41] [PASSED] fair_doorbells_1vf
[17:02:41] [PASSED] fair_ggtt_1vf
[17:02:41] ====================== fair_contexts ======================
[17:02:41] [PASSED] 1 VF
[17:02:41] [PASSED] 2 VFs
[17:02:41] [PASSED] 3 VFs
[17:02:41] [PASSED] 4 VFs
[17:02:41] [PASSED] 5 VFs
[17:02:41] [PASSED] 6 VFs
[17:02:41] [PASSED] 7 VFs
[17:02:41] [PASSED] 8 VFs
[17:02:41] [PASSED] 9 VFs
[17:02:41] [PASSED] 10 VFs
[17:02:41] [PASSED] 11 VFs
[17:02:41] [PASSED] 12 VFs
[17:02:41] [PASSED] 13 VFs
[17:02:41] [PASSED] 14 VFs
[17:02:41] [PASSED] 15 VFs
[17:02:41] [PASSED] 16 VFs
[17:02:41] [PASSED] 17 VFs
[17:02:41] [PASSED] 18 VFs
[17:02:41] [PASSED] 19 VFs
[17:02:41] [PASSED] 20 VFs
[17:02:41] [PASSED] 21 VFs
[17:02:41] [PASSED] 22 VFs
[17:02:41] [PASSED] 23 VFs
[17:02:41] [PASSED] 24 VFs
[17:02:41] [PASSED] 25 VFs
[17:02:41] [PASSED] 26 VFs
[17:02:41] [PASSED] 27 VFs
[17:02:41] [PASSED] 28 VFs
[17:02:41] [PASSED] 29 VFs
[17:02:41] [PASSED] 30 VFs
[17:02:41] [PASSED] 31 VFs
[17:02:41] [PASSED] 32 VFs
[17:02:41] [PASSED] 33 VFs
[17:02:41] [PASSED] 34 VFs
[17:02:41] [PASSED] 35 VFs
[17:02:41] [PASSED] 36 VFs
[17:02:41] [PASSED] 37 VFs
[17:02:41] [PASSED] 38 VFs
[17:02:41] [PASSED] 39 VFs
[17:02:41] [PASSED] 40 VFs
[17:02:41] [PASSED] 41 VFs
[17:02:41] [PASSED] 42 VFs
[17:02:41] [PASSED] 43 VFs
[17:02:41] [PASSED] 44 VFs
[17:02:41] [PASSED] 45 VFs
[17:02:41] [PASSED] 46 VFs
[17:02:41] [PASSED] 47 VFs
[17:02:41] [PASSED] 48 VFs
[17:02:41] [PASSED] 49 VFs
[17:02:41] [PASSED] 50 VFs
[17:02:41] [PASSED] 51 VFs
[17:02:41] [PASSED] 52 VFs
[17:02:41] [PASSED] 53 VFs
[17:02:41] [PASSED] 54 VFs
[17:02:41] [PASSED] 55 VFs
[17:02:41] [PASSED] 56 VFs
[17:02:41] [PASSED] 57 VFs
[17:02:41] [PASSED] 58 VFs
[17:02:41] [PASSED] 59 VFs
[17:02:41] [PASSED] 60 VFs
[17:02:41] [PASSED] 61 VFs
[17:02:41] [PASSED] 62 VFs
[17:02:41] [PASSED] 63 VFs
[17:02:41] ================== [PASSED] fair_contexts ==================
[17:02:41] ===================== fair_doorbells ======================
[17:02:41] [PASSED] 1 VF
[17:02:41] [PASSED] 2 VFs
[17:02:41] [PASSED] 3 VFs
[17:02:41] [PASSED] 4 VFs
[17:02:41] [PASSED] 5 VFs
[17:02:41] [PASSED] 6 VFs
[17:02:41] [PASSED] 7 VFs
[17:02:41] [PASSED] 8 VFs
[17:02:41] [PASSED] 9 VFs
[17:02:41] [PASSED] 10 VFs
[17:02:41] [PASSED] 11 VFs
[17:02:41] [PASSED] 12 VFs
[17:02:41] [PASSED] 13 VFs
[17:02:41] [PASSED] 14 VFs
[17:02:41] [PASSED] 15 VFs
[17:02:41] [PASSED] 16 VFs
[17:02:41] [PASSED] 17 VFs
[17:02:41] [PASSED] 18 VFs
[17:02:41] [PASSED] 19 VFs
[17:02:41] [PASSED] 20 VFs
[17:02:41] [PASSED] 21 VFs
[17:02:41] [PASSED] 22 VFs
[17:02:41] [PASSED] 23 VFs
[17:02:41] [PASSED] 24 VFs
[17:02:41] [PASSED] 25 VFs
[17:02:41] [PASSED] 26 VFs
[17:02:41] [PASSED] 27 VFs
[17:02:41] [PASSED] 28 VFs
[17:02:41] [PASSED] 29 VFs
[17:02:41] [PASSED] 30 VFs
[17:02:41] [PASSED] 31 VFs
[17:02:41] [PASSED] 32 VFs
[17:02:41] [PASSED] 33 VFs
[17:02:41] [PASSED] 34 VFs
[17:02:41] [PASSED] 35 VFs
[17:02:41] [PASSED] 36 VFs
[17:02:41] [PASSED] 37 VFs
[17:02:41] [PASSED] 38 VFs
[17:02:41] [PASSED] 39 VFs
[17:02:41] [PASSED] 40 VFs
[17:02:41] [PASSED] 41 VFs
[17:02:41] [PASSED] 42 VFs
[17:02:41] [PASSED] 43 VFs
[17:02:41] [PASSED] 44 VFs
[17:02:41] [PASSED] 45 VFs
[17:02:41] [PASSED] 46 VFs
[17:02:41] [PASSED] 47 VFs
[17:02:41] [PASSED] 48 VFs
[17:02:41] [PASSED] 49 VFs
[17:02:41] [PASSED] 50 VFs
[17:02:41] [PASSED] 51 VFs
[17:02:41] [PASSED] 52 VFs
[17:02:41] [PASSED] 53 VFs
[17:02:41] [PASSED] 54 VFs
[17:02:41] [PASSED] 55 VFs
[17:02:41] [PASSED] 56 VFs
[17:02:41] [PASSED] 57 VFs
[17:02:41] [PASSED] 58 VFs
[17:02:41] [PASSED] 59 VFs
[17:02:41] [PASSED] 60 VFs
[17:02:41] [PASSED] 61 VFs
[17:02:41] [PASSED] 62 VFs
[17:02:41] [PASSED] 63 VFs
[17:02:41] ================= [PASSED] fair_doorbells ==================
[17:02:41] ======================== fair_ggtt ========================
[17:02:41] [PASSED] 1 VF
[17:02:41] [PASSED] 2 VFs
[17:02:41] [PASSED] 3 VFs
[17:02:41] [PASSED] 4 VFs
[17:02:41] [PASSED] 5 VFs
[17:02:41] [PASSED] 6 VFs
[17:02:41] [PASSED] 7 VFs
[17:02:41] [PASSED] 8 VFs
[17:02:41] [PASSED] 9 VFs
[17:02:41] [PASSED] 10 VFs
[17:02:41] [PASSED] 11 VFs
[17:02:41] [PASSED] 12 VFs
[17:02:41] [PASSED] 13 VFs
[17:02:41] [PASSED] 14 VFs
[17:02:41] [PASSED] 15 VFs
[17:02:41] [PASSED] 16 VFs
[17:02:41] [PASSED] 17 VFs
[17:02:41] [PASSED] 18 VFs
[17:02:41] [PASSED] 19 VFs
[17:02:41] [PASSED] 20 VFs
[17:02:41] [PASSED] 21 VFs
[17:02:41] [PASSED] 22 VFs
[17:02:41] [PASSED] 23 VFs
[17:02:41] [PASSED] 24 VFs
[17:02:41] [PASSED] 25 VFs
[17:02:41] [PASSED] 26 VFs
[17:02:41] [PASSED] 27 VFs
[17:02:41] [PASSED] 28 VFs
[17:02:41] [PASSED] 29 VFs
[17:02:41] [PASSED] 30 VFs
[17:02:41] [PASSED] 31 VFs
[17:02:41] [PASSED] 32 VFs
[17:02:41] [PASSED] 33 VFs
[17:02:41] [PASSED] 34 VFs
[17:02:41] [PASSED] 35 VFs
[17:02:41] [PASSED] 36 VFs
[17:02:41] [PASSED] 37 VFs
[17:02:41] [PASSED] 38 VFs
[17:02:41] [PASSED] 39 VFs
[17:02:41] [PASSED] 40 VFs
[17:02:41] [PASSED] 41 VFs
[17:02:41] [PASSED] 42 VFs
[17:02:41] [PASSED] 43 VFs
[17:02:41] [PASSED] 44 VFs
[17:02:41] [PASSED] 45 VFs
[17:02:41] [PASSED] 46 VFs
[17:02:41] [PASSED] 47 VFs
[17:02:41] [PASSED] 48 VFs
[17:02:41] [PASSED] 49 VFs
[17:02:41] [PASSED] 50 VFs
[17:02:41] [PASSED] 51 VFs
[17:02:41] [PASSED] 52 VFs
[17:02:41] [PASSED] 53 VFs
[17:02:41] [PASSED] 54 VFs
[17:02:41] [PASSED] 55 VFs
[17:02:41] [PASSED] 56 VFs
[17:02:41] [PASSED] 57 VFs
[17:02:41] [PASSED] 58 VFs
[17:02:41] [PASSED] 59 VFs
[17:02:41] [PASSED] 60 VFs
[17:02:41] [PASSED] 61 VFs
[17:02:41] [PASSED] 62 VFs
[17:02:41] [PASSED] 63 VFs
[17:02:41] ==================== [PASSED] fair_ggtt ====================
[17:02:41] ================== [PASSED] pf_gt_config ===================
[17:02:41] ===================== lmtt (1 subtest) =====================
[17:02:41] ======================== test_ops =========================
[17:02:41] [PASSED] 2-level
[17:02:41] [PASSED] multi-level
[17:02:41] ==================== [PASSED] test_ops =====================
[17:02:41] ====================== [PASSED] lmtt =======================
[17:02:41] ================= pf_service (11 subtests) =================
[17:02:41] [PASSED] pf_negotiate_any
[17:02:41] [PASSED] pf_negotiate_base_match
[17:02:41] [PASSED] pf_negotiate_base_newer
[17:02:41] [PASSED] pf_negotiate_base_next
[17:02:41] [SKIPPED] pf_negotiate_base_older
[17:02:41] [PASSED] pf_negotiate_base_prev
[17:02:41] [PASSED] pf_negotiate_latest_match
[17:02:41] [PASSED] pf_negotiate_latest_newer
[17:02:41] [PASSED] pf_negotiate_latest_next
[17:02:41] [SKIPPED] pf_negotiate_latest_older
[17:02:41] [SKIPPED] pf_negotiate_latest_prev
[17:02:41] =================== [PASSED] pf_service ====================
[17:02:41] ================= xe_guc_g2g (2 subtests) ==================
[17:02:41] ============== xe_live_guc_g2g_kunit_default ==============
[17:02:41] ========= [SKIPPED] xe_live_guc_g2g_kunit_default ==========
[17:02:41] ============== xe_live_guc_g2g_kunit_allmem ===============
[17:02:41] ========== [SKIPPED] xe_live_guc_g2g_kunit_allmem ==========
[17:02:41] =================== [SKIPPED] xe_guc_g2g ===================
[17:02:41] =================== xe_mocs (2 subtests) ===================
[17:02:41] ================ xe_live_mocs_kernel_kunit ================
[17:02:41] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[17:02:41] ================ xe_live_mocs_reset_kunit =================
[17:02:41] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[17:02:41] ==================== [SKIPPED] xe_mocs =====================
[17:02:41] ================= xe_migrate (2 subtests) ==================
[17:02:41] ================= xe_migrate_sanity_kunit =================
[17:02:41] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[17:02:41] ================== xe_validate_ccs_kunit ==================
[17:02:41] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[17:02:41] =================== [SKIPPED] xe_migrate ===================
[17:02:41] ================== xe_dma_buf (1 subtest) ==================
[17:02:41] ==================== xe_dma_buf_kunit =====================
[17:02:41] ================ [SKIPPED] xe_dma_buf_kunit ================
[17:02:41] =================== [SKIPPED] xe_dma_buf ===================
[17:02:41] ================= xe_bo_shrink (1 subtest) =================
[17:02:41] =================== xe_bo_shrink_kunit ====================
[17:02:41] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[17:02:41] ================== [SKIPPED] xe_bo_shrink ==================
[17:02:41] ==================== xe_bo (2 subtests) ====================
[17:02:41] ================== xe_ccs_migrate_kunit ===================
[17:02:41] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[17:02:41] ==================== xe_bo_evict_kunit ====================
[17:02:41] =============== [SKIPPED] xe_bo_evict_kunit ================
[17:02:41] ===================== [SKIPPED] xe_bo ======================
[17:02:41] ==================== args (13 subtests) ====================
[17:02:41] [PASSED] count_args_test
[17:02:41] [PASSED] call_args_example
[17:02:41] [PASSED] call_args_test
[17:02:41] [PASSED] drop_first_arg_example
[17:02:41] [PASSED] drop_first_arg_test
[17:02:41] [PASSED] first_arg_example
[17:02:41] [PASSED] first_arg_test
[17:02:41] [PASSED] last_arg_example
[17:02:41] [PASSED] last_arg_test
[17:02:41] [PASSED] pick_arg_example
[17:02:41] [PASSED] if_args_example
[17:02:41] [PASSED] if_args_test
[17:02:41] [PASSED] sep_comma_example
[17:02:41] ====================== [PASSED] args =======================
[17:02:41] =================== xe_pci (3 subtests) ====================
[17:02:41] ==================== check_graphics_ip ====================
[17:02:41] [PASSED] 12.00 Xe_LP
[17:02:41] [PASSED] 12.10 Xe_LP+
[17:02:41] [PASSED] 12.55 Xe_HPG
[17:02:41] [PASSED] 12.60 Xe_HPC
[17:02:41] [PASSED] 12.70 Xe_LPG
[17:02:41] [PASSED] 12.71 Xe_LPG
[17:02:41] [PASSED] 12.74 Xe_LPG+
[17:02:41] [PASSED] 20.01 Xe2_HPG
[17:02:41] [PASSED] 20.02 Xe2_HPG
[17:02:41] [PASSED] 20.04 Xe2_LPG
[17:02:41] [PASSED] 30.00 Xe3_LPG
[17:02:41] [PASSED] 30.01 Xe3_LPG
[17:02:41] [PASSED] 30.03 Xe3_LPG
[17:02:41] [PASSED] 30.04 Xe3_LPG
[17:02:41] [PASSED] 30.05 Xe3_LPG
[17:02:41] [PASSED] 35.11 Xe3p_XPC
[17:02:41] ================ [PASSED] check_graphics_ip ================
[17:02:41] ===================== check_media_ip ======================
[17:02:41] [PASSED] 12.00 Xe_M
[17:02:41] [PASSED] 12.55 Xe_HPM
[17:02:41] [PASSED] 13.00 Xe_LPM+
[17:02:41] [PASSED] 13.01 Xe2_HPM
[17:02:41] [PASSED] 20.00 Xe2_LPM
[17:02:41] [PASSED] 30.00 Xe3_LPM
[17:02:41] [PASSED] 30.02 Xe3_LPM
[17:02:41] [PASSED] 35.00 Xe3p_LPM
[17:02:41] [PASSED] 35.03 Xe3p_HPM
[17:02:41] ================= [PASSED] check_media_ip ==================
[17:02:41] =================== check_platform_desc ===================
[17:02:41] [PASSED] 0x9A60 (TIGERLAKE)
[17:02:41] [PASSED] 0x9A68 (TIGERLAKE)
[17:02:41] [PASSED] 0x9A70 (TIGERLAKE)
[17:02:41] [PASSED] 0x9A40 (TIGERLAKE)
[17:02:41] [PASSED] 0x9A49 (TIGERLAKE)
[17:02:41] [PASSED] 0x9A59 (TIGERLAKE)
[17:02:41] [PASSED] 0x9A78 (TIGERLAKE)
[17:02:41] [PASSED] 0x9AC0 (TIGERLAKE)
[17:02:41] [PASSED] 0x9AC9 (TIGERLAKE)
[17:02:41] [PASSED] 0x9AD9 (TIGERLAKE)
[17:02:41] [PASSED] 0x9AF8 (TIGERLAKE)
[17:02:41] [PASSED] 0x4C80 (ROCKETLAKE)
[17:02:41] [PASSED] 0x4C8A (ROCKETLAKE)
[17:02:41] [PASSED] 0x4C8B (ROCKETLAKE)
[17:02:41] [PASSED] 0x4C8C (ROCKETLAKE)
[17:02:41] [PASSED] 0x4C90 (ROCKETLAKE)
[17:02:41] [PASSED] 0x4C9A (ROCKETLAKE)
[17:02:41] [PASSED] 0x4680 (ALDERLAKE_S)
[17:02:41] [PASSED] 0x4682 (ALDERLAKE_S)
[17:02:41] [PASSED] 0x4688 (ALDERLAKE_S)
[17:02:41] [PASSED] 0x468A (ALDERLAKE_S)
[17:02:41] [PASSED] 0x468B (ALDERLAKE_S)
[17:02:41] [PASSED] 0x4690 (ALDERLAKE_S)
[17:02:41] [PASSED] 0x4692 (ALDERLAKE_S)
[17:02:41] [PASSED] 0x4693 (ALDERLAKE_S)
[17:02:41] [PASSED] 0x46A0 (ALDERLAKE_P)
[17:02:41] [PASSED] 0x46A1 (ALDERLAKE_P)
[17:02:41] [PASSED] 0x46A2 (ALDERLAKE_P)
[17:02:41] [PASSED] 0x46A3 (ALDERLAKE_P)
[17:02:41] [PASSED] 0x46A6 (ALDERLAKE_P)
[17:02:41] [PASSED] 0x46A8 (ALDERLAKE_P)
[17:02:41] [PASSED] 0x46AA (ALDERLAKE_P)
[17:02:41] [PASSED] 0x462A (ALDERLAKE_P)
[17:02:41] [PASSED] 0x4626 (ALDERLAKE_P)
[17:02:41] [PASSED] 0x4628 (ALDERLAKE_P)
stty: 'standard input': Inappropriate ioctl for device
[17:02:41] [PASSED] 0x46B0 (ALDERLAKE_P)
[17:02:41] [PASSED] 0x46B1 (ALDERLAKE_P)
[17:02:41] [PASSED] 0x46B2 (ALDERLAKE_P)
[17:02:41] [PASSED] 0x46B3 (ALDERLAKE_P)
[17:02:41] [PASSED] 0x46C0 (ALDERLAKE_P)
[17:02:41] [PASSED] 0x46C1 (ALDERLAKE_P)
[17:02:41] [PASSED] 0x46C2 (ALDERLAKE_P)
[17:02:41] [PASSED] 0x46C3 (ALDERLAKE_P)
[17:02:41] [PASSED] 0x46D0 (ALDERLAKE_N)
[17:02:41] [PASSED] 0x46D1 (ALDERLAKE_N)
[17:02:41] [PASSED] 0x46D2 (ALDERLAKE_N)
[17:02:41] [PASSED] 0x46D3 (ALDERLAKE_N)
[17:02:41] [PASSED] 0x46D4 (ALDERLAKE_N)
[17:02:41] [PASSED] 0xA721 (ALDERLAKE_P)
[17:02:41] [PASSED] 0xA7A1 (ALDERLAKE_P)
[17:02:41] [PASSED] 0xA7A9 (ALDERLAKE_P)
[17:02:41] [PASSED] 0xA7AC (ALDERLAKE_P)
[17:02:41] [PASSED] 0xA7AD (ALDERLAKE_P)
[17:02:41] [PASSED] 0xA720 (ALDERLAKE_P)
[17:02:41] [PASSED] 0xA7A0 (ALDERLAKE_P)
[17:02:41] [PASSED] 0xA7A8 (ALDERLAKE_P)
[17:02:41] [PASSED] 0xA7AA (ALDERLAKE_P)
[17:02:41] [PASSED] 0xA7AB (ALDERLAKE_P)
[17:02:41] [PASSED] 0xA780 (ALDERLAKE_S)
[17:02:41] [PASSED] 0xA781 (ALDERLAKE_S)
[17:02:41] [PASSED] 0xA782 (ALDERLAKE_S)
[17:02:41] [PASSED] 0xA783 (ALDERLAKE_S)
[17:02:41] [PASSED] 0xA788 (ALDERLAKE_S)
[17:02:41] [PASSED] 0xA789 (ALDERLAKE_S)
[17:02:41] [PASSED] 0xA78A (ALDERLAKE_S)
[17:02:41] [PASSED] 0xA78B (ALDERLAKE_S)
[17:02:41] [PASSED] 0x4905 (DG1)
[17:02:41] [PASSED] 0x4906 (DG1)
[17:02:41] [PASSED] 0x4907 (DG1)
[17:02:41] [PASSED] 0x4908 (DG1)
[17:02:41] [PASSED] 0x4909 (DG1)
[17:02:41] [PASSED] 0x56C0 (DG2)
[17:02:41] [PASSED] 0x56C2 (DG2)
[17:02:41] [PASSED] 0x56C1 (DG2)
[17:02:41] [PASSED] 0x7D51 (METEORLAKE)
[17:02:41] [PASSED] 0x7DD1 (METEORLAKE)
[17:02:41] [PASSED] 0x7D41 (METEORLAKE)
[17:02:41] [PASSED] 0x7D67 (METEORLAKE)
[17:02:41] [PASSED] 0xB640 (METEORLAKE)
[17:02:41] [PASSED] 0x56A0 (DG2)
[17:02:41] [PASSED] 0x56A1 (DG2)
[17:02:41] [PASSED] 0x56A2 (DG2)
[17:02:41] [PASSED] 0x56BE (DG2)
[17:02:41] [PASSED] 0x56BF (DG2)
[17:02:41] [PASSED] 0x5690 (DG2)
[17:02:41] [PASSED] 0x5691 (DG2)
[17:02:41] [PASSED] 0x5692 (DG2)
[17:02:41] [PASSED] 0x56A5 (DG2)
[17:02:41] [PASSED] 0x56A6 (DG2)
[17:02:41] [PASSED] 0x56B0 (DG2)
[17:02:41] [PASSED] 0x56B1 (DG2)
[17:02:41] [PASSED] 0x56BA (DG2)
[17:02:41] [PASSED] 0x56BB (DG2)
[17:02:41] [PASSED] 0x56BC (DG2)
[17:02:41] [PASSED] 0x56BD (DG2)
[17:02:41] [PASSED] 0x5693 (DG2)
[17:02:41] [PASSED] 0x5694 (DG2)
[17:02:41] [PASSED] 0x5695 (DG2)
[17:02:41] [PASSED] 0x56A3 (DG2)
[17:02:41] [PASSED] 0x56A4 (DG2)
[17:02:41] [PASSED] 0x56B2 (DG2)
[17:02:41] [PASSED] 0x56B3 (DG2)
[17:02:41] [PASSED] 0x5696 (DG2)
[17:02:41] [PASSED] 0x5697 (DG2)
[17:02:41] [PASSED] 0xB69 (PVC)
[17:02:41] [PASSED] 0xB6E (PVC)
[17:02:41] [PASSED] 0xBD4 (PVC)
[17:02:41] [PASSED] 0xBD5 (PVC)
[17:02:41] [PASSED] 0xBD6 (PVC)
[17:02:41] [PASSED] 0xBD7 (PVC)
[17:02:41] [PASSED] 0xBD8 (PVC)
[17:02:41] [PASSED] 0xBD9 (PVC)
[17:02:41] [PASSED] 0xBDA (PVC)
[17:02:41] [PASSED] 0xBDB (PVC)
[17:02:41] [PASSED] 0xBE0 (PVC)
[17:02:41] [PASSED] 0xBE1 (PVC)
[17:02:41] [PASSED] 0xBE5 (PVC)
[17:02:41] [PASSED] 0x7D40 (METEORLAKE)
[17:02:41] [PASSED] 0x7D45 (METEORLAKE)
[17:02:41] [PASSED] 0x7D55 (METEORLAKE)
[17:02:41] [PASSED] 0x7D60 (METEORLAKE)
[17:02:41] [PASSED] 0x7DD5 (METEORLAKE)
[17:02:41] [PASSED] 0x6420 (LUNARLAKE)
[17:02:41] [PASSED] 0x64A0 (LUNARLAKE)
[17:02:41] [PASSED] 0x64B0 (LUNARLAKE)
[17:02:41] [PASSED] 0xE202 (BATTLEMAGE)
[17:02:41] [PASSED] 0xE209 (BATTLEMAGE)
[17:02:41] [PASSED] 0xE20B (BATTLEMAGE)
[17:02:41] [PASSED] 0xE20C (BATTLEMAGE)
[17:02:41] [PASSED] 0xE20D (BATTLEMAGE)
[17:02:41] [PASSED] 0xE210 (BATTLEMAGE)
[17:02:41] [PASSED] 0xE211 (BATTLEMAGE)
[17:02:41] [PASSED] 0xE212 (BATTLEMAGE)
[17:02:41] [PASSED] 0xE216 (BATTLEMAGE)
[17:02:41] [PASSED] 0xE220 (BATTLEMAGE)
[17:02:41] [PASSED] 0xE221 (BATTLEMAGE)
[17:02:41] [PASSED] 0xE222 (BATTLEMAGE)
[17:02:41] [PASSED] 0xE223 (BATTLEMAGE)
[17:02:41] [PASSED] 0xB080 (PANTHERLAKE)
[17:02:41] [PASSED] 0xB081 (PANTHERLAKE)
[17:02:41] [PASSED] 0xB082 (PANTHERLAKE)
[17:02:41] [PASSED] 0xB083 (PANTHERLAKE)
[17:02:41] [PASSED] 0xB084 (PANTHERLAKE)
[17:02:41] [PASSED] 0xB085 (PANTHERLAKE)
[17:02:41] [PASSED] 0xB086 (PANTHERLAKE)
[17:02:41] [PASSED] 0xB087 (PANTHERLAKE)
[17:02:41] [PASSED] 0xB08F (PANTHERLAKE)
[17:02:41] [PASSED] 0xB090 (PANTHERLAKE)
[17:02:41] [PASSED] 0xB0A0 (PANTHERLAKE)
[17:02:41] [PASSED] 0xB0B0 (PANTHERLAKE)
[17:02:41] [PASSED] 0xFD80 (PANTHERLAKE)
[17:02:41] [PASSED] 0xFD81 (PANTHERLAKE)
[17:02:41] [PASSED] 0xD740 (NOVALAKE_S)
[17:02:41] [PASSED] 0xD741 (NOVALAKE_S)
[17:02:41] [PASSED] 0xD742 (NOVALAKE_S)
[17:02:41] [PASSED] 0xD743 (NOVALAKE_S)
[17:02:41] [PASSED] 0xD744 (NOVALAKE_S)
[17:02:41] [PASSED] 0xD745 (NOVALAKE_S)
[17:02:41] [PASSED] 0x674C (CRESCENTISLAND)
[17:02:41] =============== [PASSED] check_platform_desc ===============
[17:02:41] ===================== [PASSED] xe_pci ======================
[17:02:41] =================== xe_rtp (2 subtests) ====================
[17:02:41] =============== xe_rtp_process_to_sr_tests ================
[17:02:41] [PASSED] coalesce-same-reg
[17:02:41] [PASSED] no-match-no-add
[17:02:41] [PASSED] match-or
[17:02:41] [PASSED] match-or-xfail
[17:02:41] [PASSED] no-match-no-add-multiple-rules
[17:02:41] [PASSED] two-regs-two-entries
[17:02:41] [PASSED] clr-one-set-other
[17:02:41] [PASSED] set-field
[17:02:41] [PASSED] conflict-duplicate
[17:02:41] [PASSED] conflict-not-disjoint
[17:02:41] [PASSED] conflict-reg-type
[17:02:41] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[17:02:41] ================== xe_rtp_process_tests ===================
[17:02:41] [PASSED] active1
[17:02:41] [PASSED] active2
[17:02:41] [PASSED] active-inactive
[17:02:41] [PASSED] inactive-active
[17:02:41] [PASSED] inactive-1st_or_active-inactive
[17:02:41] [PASSED] inactive-2nd_or_active-inactive
[17:02:41] [PASSED] inactive-last_or_active-inactive
[17:02:41] [PASSED] inactive-no_or_active-inactive
[17:02:41] ============== [PASSED] xe_rtp_process_tests ===============
[17:02:41] ===================== [PASSED] xe_rtp ======================
[17:02:41] ==================== xe_wa (1 subtest) =====================
[17:02:41] ======================== xe_wa_gt =========================
[17:02:41] [PASSED] TIGERLAKE B0
[17:02:41] [PASSED] DG1 A0
[17:02:41] [PASSED] DG1 B0
[17:02:41] [PASSED] ALDERLAKE_S A0
[17:02:41] [PASSED] ALDERLAKE_S B0
[17:02:41] [PASSED] ALDERLAKE_S C0
[17:02:41] [PASSED] ALDERLAKE_S D0
[17:02:41] [PASSED] ALDERLAKE_P A0
[17:02:41] [PASSED] ALDERLAKE_P B0
[17:02:41] [PASSED] ALDERLAKE_P C0
[17:02:41] [PASSED] ALDERLAKE_S RPLS D0
[17:02:41] [PASSED] ALDERLAKE_P RPLU E0
[17:02:41] [PASSED] DG2 G10 C0
[17:02:41] [PASSED] DG2 G11 B1
[17:02:41] [PASSED] DG2 G12 A1
[17:02:41] [PASSED] METEORLAKE 12.70(Xe_LPG) A0 13.00(Xe_LPM+) A0
[17:02:41] [PASSED] METEORLAKE 12.71(Xe_LPG) A0 13.00(Xe_LPM+) A0
[17:02:41] [PASSED] METEORLAKE 12.74(Xe_LPG+) A0 13.00(Xe_LPM+) A0
[17:02:41] [PASSED] LUNARLAKE 20.04(Xe2_LPG) A0 20.00(Xe2_LPM) A0
[17:02:41] [PASSED] LUNARLAKE 20.04(Xe2_LPG) B0 20.00(Xe2_LPM) A0
[17:02:41] [PASSED] BATTLEMAGE 20.01(Xe2_HPG) A0 13.01(Xe2_HPM) A1
[17:02:41] [PASSED] PANTHERLAKE 30.00(Xe3_LPG) A0 30.00(Xe3_LPM) A0
[17:02:41] ==================== [PASSED] xe_wa_gt =====================
[17:02:41] ====================== [PASSED] xe_wa ======================
[17:02:41] ============================================================
[17:02:41] Testing complete. Ran 512 tests: passed: 494, skipped: 18
[17:02:41] Elapsed time: 36.734s total, 4.138s configuring, 32.079s building, 0.475s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[17:02:41] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[17:02: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
[17:03:09] Starting KUnit Kernel (1/1)...
[17:03:09] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[17:03:09] ============ drm_test_pick_cmdline (2 subtests) ============
[17:03:09] [PASSED] drm_test_pick_cmdline_res_1920_1080_60
[17:03:09] =============== drm_test_pick_cmdline_named ===============
[17:03:09] [PASSED] NTSC
[17:03:09] [PASSED] NTSC-J
[17:03:09] [PASSED] PAL
[17:03:09] [PASSED] PAL-M
[17:03:09] =========== [PASSED] drm_test_pick_cmdline_named ===========
[17:03:09] ============== [PASSED] drm_test_pick_cmdline ==============
[17:03:09] == drm_test_atomic_get_connector_for_encoder (1 subtest) ===
[17:03:09] [PASSED] drm_test_drm_atomic_get_connector_for_encoder
[17:03:09] ==== [PASSED] drm_test_atomic_get_connector_for_encoder ====
[17:03:09] =========== drm_validate_clone_mode (2 subtests) ===========
[17:03:09] ============== drm_test_check_in_clone_mode ===============
[17:03:09] [PASSED] in_clone_mode
[17:03:09] [PASSED] not_in_clone_mode
[17:03:09] ========== [PASSED] drm_test_check_in_clone_mode ===========
[17:03:09] =============== drm_test_check_valid_clones ===============
[17:03:09] [PASSED] not_in_clone_mode
[17:03:09] [PASSED] valid_clone
[17:03:09] [PASSED] invalid_clone
[17:03:09] =========== [PASSED] drm_test_check_valid_clones ===========
[17:03:09] ============= [PASSED] drm_validate_clone_mode =============
[17:03:09] ============= drm_validate_modeset (1 subtest) =============
[17:03:09] [PASSED] drm_test_check_connector_changed_modeset
[17:03:09] ============== [PASSED] drm_validate_modeset ===============
[17:03:09] ====== drm_test_bridge_get_current_state (2 subtests) ======
[17:03:09] [PASSED] drm_test_drm_bridge_get_current_state_atomic
[17:03:09] [PASSED] drm_test_drm_bridge_get_current_state_legacy
[17:03:09] ======== [PASSED] drm_test_bridge_get_current_state ========
[17:03:09] ====== drm_test_bridge_helper_reset_crtc (3 subtests) ======
[17:03:09] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic
[17:03:09] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic_disabled
[17:03:09] [PASSED] drm_test_drm_bridge_helper_reset_crtc_legacy
[17:03:09] ======== [PASSED] drm_test_bridge_helper_reset_crtc ========
[17:03:09] ============== drm_bridge_alloc (2 subtests) ===============
[17:03:09] [PASSED] drm_test_drm_bridge_alloc_basic
[17:03:09] [PASSED] drm_test_drm_bridge_alloc_get_put
[17:03:09] ================ [PASSED] drm_bridge_alloc =================
[17:03:09] ================== drm_buddy (9 subtests) ==================
[17:03:09] [PASSED] drm_test_buddy_alloc_limit
[17:03:09] [PASSED] drm_test_buddy_alloc_optimistic
[17:03:09] [PASSED] drm_test_buddy_alloc_pessimistic
[17:03:09] [PASSED] drm_test_buddy_alloc_pathological
[17:03:09] [PASSED] drm_test_buddy_alloc_contiguous
[17:03:09] [PASSED] drm_test_buddy_alloc_clear
[17:03:09] [PASSED] drm_test_buddy_alloc_range_bias
[17:03:09] [PASSED] drm_test_buddy_fragmentation_performance
[17:03:09] [PASSED] drm_test_buddy_alloc_exceeds_max_order
[17:03:09] ==================== [PASSED] drm_buddy ====================
[17:03:09] ============= drm_cmdline_parser (40 subtests) =============
[17:03:09] [PASSED] drm_test_cmdline_force_d_only
[17:03:09] [PASSED] drm_test_cmdline_force_D_only_dvi
[17:03:09] [PASSED] drm_test_cmdline_force_D_only_hdmi
[17:03:09] [PASSED] drm_test_cmdline_force_D_only_not_digital
[17:03:09] [PASSED] drm_test_cmdline_force_e_only
[17:03:09] [PASSED] drm_test_cmdline_res
[17:03:09] [PASSED] drm_test_cmdline_res_vesa
[17:03:09] [PASSED] drm_test_cmdline_res_vesa_rblank
[17:03:09] [PASSED] drm_test_cmdline_res_rblank
[17:03:09] [PASSED] drm_test_cmdline_res_bpp
[17:03:09] [PASSED] drm_test_cmdline_res_refresh
[17:03:09] [PASSED] drm_test_cmdline_res_bpp_refresh
[17:03:09] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[17:03:09] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[17:03:09] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[17:03:09] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[17:03:09] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[17:03:09] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[17:03:09] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[17:03:09] [PASSED] drm_test_cmdline_res_margins_force_on
[17:03:09] [PASSED] drm_test_cmdline_res_vesa_margins
[17:03:09] [PASSED] drm_test_cmdline_name
[17:03:09] [PASSED] drm_test_cmdline_name_bpp
[17:03:09] [PASSED] drm_test_cmdline_name_option
[17:03:09] [PASSED] drm_test_cmdline_name_bpp_option
[17:03:09] [PASSED] drm_test_cmdline_rotate_0
[17:03:09] [PASSED] drm_test_cmdline_rotate_90
[17:03:09] [PASSED] drm_test_cmdline_rotate_180
[17:03:09] [PASSED] drm_test_cmdline_rotate_270
[17:03:09] [PASSED] drm_test_cmdline_hmirror
[17:03:09] [PASSED] drm_test_cmdline_vmirror
[17:03:09] [PASSED] drm_test_cmdline_margin_options
[17:03:09] [PASSED] drm_test_cmdline_multiple_options
[17:03:09] [PASSED] drm_test_cmdline_bpp_extra_and_option
[17:03:09] [PASSED] drm_test_cmdline_extra_and_option
[17:03:09] [PASSED] drm_test_cmdline_freestanding_options
[17:03:09] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[17:03:09] [PASSED] drm_test_cmdline_panel_orientation
[17:03:09] ================ drm_test_cmdline_invalid =================
[17:03:09] [PASSED] margin_only
[17:03:09] [PASSED] interlace_only
[17:03:09] [PASSED] res_missing_x
[17:03:09] [PASSED] res_missing_y
[17:03:09] [PASSED] res_bad_y
[17:03:09] [PASSED] res_missing_y_bpp
[17:03:09] [PASSED] res_bad_bpp
[17:03:09] [PASSED] res_bad_refresh
[17:03:09] [PASSED] res_bpp_refresh_force_on_off
[17:03:09] [PASSED] res_invalid_mode
[17:03:09] [PASSED] res_bpp_wrong_place_mode
[17:03:09] [PASSED] name_bpp_refresh
[17:03:09] [PASSED] name_refresh
[17:03:09] [PASSED] name_refresh_wrong_mode
[17:03:09] [PASSED] name_refresh_invalid_mode
[17:03:09] [PASSED] rotate_multiple
[17:03:09] [PASSED] rotate_invalid_val
[17:03:09] [PASSED] rotate_truncated
[17:03:09] [PASSED] invalid_option
[17:03:09] [PASSED] invalid_tv_option
[17:03:09] [PASSED] truncated_tv_option
[17:03:09] ============ [PASSED] drm_test_cmdline_invalid =============
[17:03:09] =============== drm_test_cmdline_tv_options ===============
[17:03:09] [PASSED] NTSC
[17:03:09] [PASSED] NTSC_443
[17:03:09] [PASSED] NTSC_J
[17:03:09] [PASSED] PAL
[17:03:09] [PASSED] PAL_M
[17:03:09] [PASSED] PAL_N
[17:03:09] [PASSED] SECAM
[17:03:09] [PASSED] MONO_525
[17:03:09] [PASSED] MONO_625
[17:03:09] =========== [PASSED] drm_test_cmdline_tv_options ===========
[17:03:09] =============== [PASSED] drm_cmdline_parser ================
[17:03:09] ========== drmm_connector_hdmi_init (20 subtests) ==========
[17:03:09] [PASSED] drm_test_connector_hdmi_init_valid
[17:03:09] [PASSED] drm_test_connector_hdmi_init_bpc_8
[17:03:09] [PASSED] drm_test_connector_hdmi_init_bpc_10
[17:03:09] [PASSED] drm_test_connector_hdmi_init_bpc_12
[17:03:09] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[17:03:09] [PASSED] drm_test_connector_hdmi_init_bpc_null
[17:03:09] [PASSED] drm_test_connector_hdmi_init_formats_empty
[17:03:09] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[17:03:09] === drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[17:03:09] [PASSED] supported_formats=0x9 yuv420_allowed=1
[17:03:09] [PASSED] supported_formats=0x9 yuv420_allowed=0
[17:03:09] [PASSED] supported_formats=0x3 yuv420_allowed=1
[17:03:09] [PASSED] supported_formats=0x3 yuv420_allowed=0
[17:03:09] === [PASSED] drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[17:03:09] [PASSED] drm_test_connector_hdmi_init_null_ddc
[17:03:09] [PASSED] drm_test_connector_hdmi_init_null_product
[17:03:09] [PASSED] drm_test_connector_hdmi_init_null_vendor
[17:03:09] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[17:03:09] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[17:03:09] [PASSED] drm_test_connector_hdmi_init_product_valid
[17:03:09] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[17:03:09] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[17:03:09] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[17:03:09] ========= drm_test_connector_hdmi_init_type_valid =========
[17:03:09] [PASSED] HDMI-A
[17:03:09] [PASSED] HDMI-B
[17:03:09] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[17:03:09] ======== drm_test_connector_hdmi_init_type_invalid ========
[17:03:09] [PASSED] Unknown
[17:03:09] [PASSED] VGA
[17:03:09] [PASSED] DVI-I
[17:03:09] [PASSED] DVI-D
[17:03:09] [PASSED] DVI-A
[17:03:09] [PASSED] Composite
[17:03:09] [PASSED] SVIDEO
[17:03:09] [PASSED] LVDS
[17:03:09] [PASSED] Component
[17:03:09] [PASSED] DIN
[17:03:09] [PASSED] DP
[17:03:09] [PASSED] TV
[17:03:09] [PASSED] eDP
[17:03:09] [PASSED] Virtual
[17:03:09] [PASSED] DSI
[17:03:09] [PASSED] DPI
[17:03:09] [PASSED] Writeback
[17:03:09] [PASSED] SPI
[17:03:09] [PASSED] USB
[17:03:09] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[17:03:09] ============ [PASSED] drmm_connector_hdmi_init =============
[17:03:09] ============= drmm_connector_init (3 subtests) =============
[17:03:09] [PASSED] drm_test_drmm_connector_init
[17:03:09] [PASSED] drm_test_drmm_connector_init_null_ddc
[17:03:09] ========= drm_test_drmm_connector_init_type_valid =========
[17:03:09] [PASSED] Unknown
[17:03:09] [PASSED] VGA
[17:03:09] [PASSED] DVI-I
[17:03:09] [PASSED] DVI-D
[17:03:09] [PASSED] DVI-A
[17:03:09] [PASSED] Composite
[17:03:09] [PASSED] SVIDEO
[17:03:09] [PASSED] LVDS
[17:03:09] [PASSED] Component
[17:03:09] [PASSED] DIN
[17:03:09] [PASSED] DP
[17:03:09] [PASSED] HDMI-A
[17:03:09] [PASSED] HDMI-B
[17:03:09] [PASSED] TV
[17:03:09] [PASSED] eDP
[17:03:09] [PASSED] Virtual
[17:03:09] [PASSED] DSI
[17:03:09] [PASSED] DPI
[17:03:09] [PASSED] Writeback
[17:03:09] [PASSED] SPI
[17:03:09] [PASSED] USB
[17:03:09] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[17:03:09] =============== [PASSED] drmm_connector_init ===============
[17:03:09] ========= drm_connector_dynamic_init (6 subtests) ==========
[17:03:09] [PASSED] drm_test_drm_connector_dynamic_init
[17:03:09] [PASSED] drm_test_drm_connector_dynamic_init_null_ddc
[17:03:09] [PASSED] drm_test_drm_connector_dynamic_init_not_added
[17:03:09] [PASSED] drm_test_drm_connector_dynamic_init_properties
[17:03:09] ===== drm_test_drm_connector_dynamic_init_type_valid ======
[17:03:09] [PASSED] Unknown
[17:03:09] [PASSED] VGA
[17:03:09] [PASSED] DVI-I
[17:03:09] [PASSED] DVI-D
[17:03:09] [PASSED] DVI-A
[17:03:09] [PASSED] Composite
[17:03:09] [PASSED] SVIDEO
[17:03:09] [PASSED] LVDS
[17:03:09] [PASSED] Component
[17:03:09] [PASSED] DIN
[17:03:09] [PASSED] DP
[17:03:09] [PASSED] HDMI-A
[17:03:09] [PASSED] HDMI-B
[17:03:09] [PASSED] TV
[17:03:09] [PASSED] eDP
[17:03:09] [PASSED] Virtual
[17:03:09] [PASSED] DSI
[17:03:09] [PASSED] DPI
[17:03:09] [PASSED] Writeback
[17:03:09] [PASSED] SPI
[17:03:09] [PASSED] USB
[17:03:09] = [PASSED] drm_test_drm_connector_dynamic_init_type_valid ==
[17:03:09] ======== drm_test_drm_connector_dynamic_init_name =========
[17:03:09] [PASSED] Unknown
[17:03:09] [PASSED] VGA
[17:03:09] [PASSED] DVI-I
[17:03:09] [PASSED] DVI-D
[17:03:09] [PASSED] DVI-A
[17:03:09] [PASSED] Composite
[17:03:09] [PASSED] SVIDEO
[17:03:09] [PASSED] LVDS
[17:03:09] [PASSED] Component
[17:03:09] [PASSED] DIN
[17:03:09] [PASSED] DP
[17:03:09] [PASSED] HDMI-A
[17:03:09] [PASSED] HDMI-B
[17:03:09] [PASSED] TV
[17:03:09] [PASSED] eDP
[17:03:09] [PASSED] Virtual
[17:03:09] [PASSED] DSI
[17:03:09] [PASSED] DPI
[17:03:09] [PASSED] Writeback
[17:03:09] [PASSED] SPI
[17:03:09] [PASSED] USB
[17:03:09] ==== [PASSED] drm_test_drm_connector_dynamic_init_name =====
[17:03:09] =========== [PASSED] drm_connector_dynamic_init ============
[17:03:09] ==== drm_connector_dynamic_register_early (4 subtests) =====
[17:03:09] [PASSED] drm_test_drm_connector_dynamic_register_early_on_list
[17:03:09] [PASSED] drm_test_drm_connector_dynamic_register_early_defer
[17:03:09] [PASSED] drm_test_drm_connector_dynamic_register_early_no_init
[17:03:09] [PASSED] drm_test_drm_connector_dynamic_register_early_no_mode_object
[17:03:09] ====== [PASSED] drm_connector_dynamic_register_early =======
[17:03:09] ======= drm_connector_dynamic_register (7 subtests) ========
[17:03:09] [PASSED] drm_test_drm_connector_dynamic_register_on_list
[17:03:09] [PASSED] drm_test_drm_connector_dynamic_register_no_defer
[17:03:09] [PASSED] drm_test_drm_connector_dynamic_register_no_init
[17:03:09] [PASSED] drm_test_drm_connector_dynamic_register_mode_object
[17:03:09] [PASSED] drm_test_drm_connector_dynamic_register_sysfs
[17:03:09] [PASSED] drm_test_drm_connector_dynamic_register_sysfs_name
[17:03:09] [PASSED] drm_test_drm_connector_dynamic_register_debugfs
[17:03:09] ========= [PASSED] drm_connector_dynamic_register ==========
[17:03:09] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[17:03:09] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[17:03:09] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[17:03:09] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[17:03:09] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[17:03:09] ========== drm_test_get_tv_mode_from_name_valid ===========
[17:03:09] [PASSED] NTSC
[17:03:09] [PASSED] NTSC-443
[17:03:09] [PASSED] NTSC-J
[17:03:09] [PASSED] PAL
[17:03:09] [PASSED] PAL-M
[17:03:09] [PASSED] PAL-N
[17:03:09] [PASSED] SECAM
[17:03:09] [PASSED] Mono
[17:03:09] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[17:03:09] [PASSED] drm_test_get_tv_mode_from_name_truncated
[17:03:09] ============ [PASSED] drm_get_tv_mode_from_name ============
[17:03:09] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[17:03:09] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[17:03:09] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[17:03:09] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[17:03:09] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[17:03:09] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[17:03:09] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[17:03:09] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid =
[17:03:09] [PASSED] VIC 96
[17:03:09] [PASSED] VIC 97
[17:03:09] [PASSED] VIC 101
[17:03:09] [PASSED] VIC 102
[17:03:09] [PASSED] VIC 106
[17:03:09] [PASSED] VIC 107
[17:03:09] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[17:03:09] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[17:03:09] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[17:03:09] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[17:03:09] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[17:03:09] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[17:03:09] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[17:03:09] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[17:03:09] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name ====
[17:03:09] [PASSED] Automatic
[17:03:09] [PASSED] Full
[17:03:09] [PASSED] Limited 16:235
[17:03:09] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[17:03:09] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[17:03:09] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[17:03:09] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[17:03:09] === drm_test_drm_hdmi_connector_get_output_format_name ====
[17:03:09] [PASSED] RGB
[17:03:09] [PASSED] YUV 4:2:0
[17:03:09] [PASSED] YUV 4:2:2
[17:03:09] [PASSED] YUV 4:4:4
[17:03:09] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[17:03:09] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[17:03:09] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[17:03:09] ============= drm_damage_helper (21 subtests) ==============
[17:03:09] [PASSED] drm_test_damage_iter_no_damage
[17:03:09] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[17:03:09] [PASSED] drm_test_damage_iter_no_damage_src_moved
[17:03:09] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[17:03:09] [PASSED] drm_test_damage_iter_no_damage_not_visible
[17:03:09] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[17:03:09] [PASSED] drm_test_damage_iter_no_damage_no_fb
[17:03:09] [PASSED] drm_test_damage_iter_simple_damage
[17:03:09] [PASSED] drm_test_damage_iter_single_damage
[17:03:09] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[17:03:09] [PASSED] drm_test_damage_iter_single_damage_outside_src
[17:03:09] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[17:03:09] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[17:03:09] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[17:03:09] [PASSED] drm_test_damage_iter_single_damage_src_moved
[17:03:09] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[17:03:09] [PASSED] drm_test_damage_iter_damage
[17:03:09] [PASSED] drm_test_damage_iter_damage_one_intersect
[17:03:09] [PASSED] drm_test_damage_iter_damage_one_outside
[17:03:09] [PASSED] drm_test_damage_iter_damage_src_moved
[17:03:09] [PASSED] drm_test_damage_iter_damage_not_visible
[17:03:09] ================ [PASSED] drm_damage_helper ================
[17:03:09] ============== drm_dp_mst_helper (3 subtests) ==============
[17:03:09] ============== drm_test_dp_mst_calc_pbn_mode ==============
[17:03:09] [PASSED] Clock 154000 BPP 30 DSC disabled
[17:03:09] [PASSED] Clock 234000 BPP 30 DSC disabled
[17:03:09] [PASSED] Clock 297000 BPP 24 DSC disabled
[17:03:09] [PASSED] Clock 332880 BPP 24 DSC enabled
[17:03:09] [PASSED] Clock 324540 BPP 24 DSC enabled
[17:03:09] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[17:03:09] ============== drm_test_dp_mst_calc_pbn_div ===============
[17:03:09] [PASSED] Link rate 2000000 lane count 4
[17:03:09] [PASSED] Link rate 2000000 lane count 2
[17:03:09] [PASSED] Link rate 2000000 lane count 1
[17:03:09] [PASSED] Link rate 1350000 lane count 4
[17:03:09] [PASSED] Link rate 1350000 lane count 2
[17:03:09] [PASSED] Link rate 1350000 lane count 1
[17:03:09] [PASSED] Link rate 1000000 lane count 4
[17:03:09] [PASSED] Link rate 1000000 lane count 2
[17:03:09] [PASSED] Link rate 1000000 lane count 1
[17:03:09] [PASSED] Link rate 810000 lane count 4
[17:03:09] [PASSED] Link rate 810000 lane count 2
[17:03:09] [PASSED] Link rate 810000 lane count 1
[17:03:09] [PASSED] Link rate 540000 lane count 4
[17:03:09] [PASSED] Link rate 540000 lane count 2
[17:03:09] [PASSED] Link rate 540000 lane count 1
[17:03:09] [PASSED] Link rate 270000 lane count 4
[17:03:09] [PASSED] Link rate 270000 lane count 2
[17:03:09] [PASSED] Link rate 270000 lane count 1
[17:03:09] [PASSED] Link rate 162000 lane count 4
[17:03:09] [PASSED] Link rate 162000 lane count 2
[17:03:09] [PASSED] Link rate 162000 lane count 1
[17:03:09] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[17:03:09] ========= drm_test_dp_mst_sideband_msg_req_decode =========
[17:03:09] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[17:03:09] [PASSED] DP_POWER_UP_PHY with port number
[17:03:09] [PASSED] DP_POWER_DOWN_PHY with port number
[17:03:09] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[17:03:09] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[17:03:09] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[17:03:09] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[17:03:09] [PASSED] DP_QUERY_PAYLOAD with port number
[17:03:09] [PASSED] DP_QUERY_PAYLOAD with VCPI
[17:03:09] [PASSED] DP_REMOTE_DPCD_READ with port number
[17:03:09] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[17:03:09] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[17:03:09] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[17:03:09] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[17:03:09] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[17:03:09] [PASSED] DP_REMOTE_I2C_READ with port number
[17:03:09] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[17:03:09] [PASSED] DP_REMOTE_I2C_READ with transactions array
[17:03:09] [PASSED] DP_REMOTE_I2C_WRITE with port number
[17:03:09] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[17:03:09] [PASSED] DP_REMOTE_I2C_WRITE with data array
[17:03:09] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[17:03:09] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[17:03:09] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[17:03:09] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[17:03:09] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[17:03:09] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[17:03:09] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[17:03:09] ================ [PASSED] drm_dp_mst_helper ================
[17:03:09] ================== drm_exec (7 subtests) ===================
[17:03:09] [PASSED] sanitycheck
[17:03:09] [PASSED] test_lock
[17:03:09] [PASSED] test_lock_unlock
[17:03:09] [PASSED] test_duplicates
[17:03:09] [PASSED] test_prepare
[17:03:09] [PASSED] test_prepare_array
[17:03:09] [PASSED] test_multiple_loops
[17:03:09] ==================== [PASSED] drm_exec =====================
[17:03:09] =========== drm_format_helper_test (17 subtests) ===========
[17:03:09] ============== drm_test_fb_xrgb8888_to_gray8 ==============
[17:03:09] [PASSED] single_pixel_source_buffer
[17:03:09] [PASSED] single_pixel_clip_rectangle
[17:03:09] [PASSED] well_known_colors
[17:03:09] [PASSED] destination_pitch
[17:03:09] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[17:03:09] ============= drm_test_fb_xrgb8888_to_rgb332 ==============
[17:03:09] [PASSED] single_pixel_source_buffer
[17:03:09] [PASSED] single_pixel_clip_rectangle
[17:03:09] [PASSED] well_known_colors
[17:03:09] [PASSED] destination_pitch
[17:03:09] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[17:03:09] ============= drm_test_fb_xrgb8888_to_rgb565 ==============
[17:03:09] [PASSED] single_pixel_source_buffer
[17:03:09] [PASSED] single_pixel_clip_rectangle
[17:03:09] [PASSED] well_known_colors
[17:03:09] [PASSED] destination_pitch
[17:03:09] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[17:03:09] ============ drm_test_fb_xrgb8888_to_xrgb1555 =============
[17:03:09] [PASSED] single_pixel_source_buffer
[17:03:09] [PASSED] single_pixel_clip_rectangle
[17:03:09] [PASSED] well_known_colors
[17:03:09] [PASSED] destination_pitch
[17:03:09] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[17:03:09] ============ drm_test_fb_xrgb8888_to_argb1555 =============
[17:03:09] [PASSED] single_pixel_source_buffer
[17:03:09] [PASSED] single_pixel_clip_rectangle
[17:03:09] [PASSED] well_known_colors
[17:03:09] [PASSED] destination_pitch
[17:03:09] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[17:03:09] ============ drm_test_fb_xrgb8888_to_rgba5551 =============
[17:03:09] [PASSED] single_pixel_source_buffer
[17:03:09] [PASSED] single_pixel_clip_rectangle
[17:03:09] [PASSED] well_known_colors
[17:03:09] [PASSED] destination_pitch
[17:03:09] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[17:03:09] ============= drm_test_fb_xrgb8888_to_rgb888 ==============
[17:03:09] [PASSED] single_pixel_source_buffer
[17:03:09] [PASSED] single_pixel_clip_rectangle
[17:03:09] [PASSED] well_known_colors
[17:03:09] [PASSED] destination_pitch
[17:03:09] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[17:03:09] ============= drm_test_fb_xrgb8888_to_bgr888 ==============
[17:03:09] [PASSED] single_pixel_source_buffer
[17:03:09] [PASSED] single_pixel_clip_rectangle
[17:03:09] [PASSED] well_known_colors
[17:03:09] [PASSED] destination_pitch
[17:03:09] ========= [PASSED] drm_test_fb_xrgb8888_to_bgr888 ==========
[17:03:09] ============ drm_test_fb_xrgb8888_to_argb8888 =============
[17:03:09] [PASSED] single_pixel_source_buffer
[17:03:09] [PASSED] single_pixel_clip_rectangle
[17:03:09] [PASSED] well_known_colors
[17:03:09] [PASSED] destination_pitch
[17:03:09] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[17:03:09] =========== drm_test_fb_xrgb8888_to_xrgb2101010 ===========
[17:03:09] [PASSED] single_pixel_source_buffer
[17:03:09] [PASSED] single_pixel_clip_rectangle
[17:03:09] [PASSED] well_known_colors
[17:03:09] [PASSED] destination_pitch
[17:03:09] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[17:03:09] =========== drm_test_fb_xrgb8888_to_argb2101010 ===========
[17:03:09] [PASSED] single_pixel_source_buffer
[17:03:09] [PASSED] single_pixel_clip_rectangle
[17:03:09] [PASSED] well_known_colors
[17:03:09] [PASSED] destination_pitch
[17:03:09] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[17:03:09] ============== drm_test_fb_xrgb8888_to_mono ===============
[17:03:09] [PASSED] single_pixel_source_buffer
[17:03:09] [PASSED] single_pixel_clip_rectangle
[17:03:09] [PASSED] well_known_colors
[17:03:09] [PASSED] destination_pitch
[17:03:09] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[17:03:09] ==================== drm_test_fb_swab =====================
[17:03:09] [PASSED] single_pixel_source_buffer
[17:03:09] [PASSED] single_pixel_clip_rectangle
[17:03:09] [PASSED] well_known_colors
[17:03:09] [PASSED] destination_pitch
[17:03:09] ================ [PASSED] drm_test_fb_swab =================
[17:03:09] ============ drm_test_fb_xrgb8888_to_xbgr8888 =============
[17:03:09] [PASSED] single_pixel_source_buffer
[17:03:09] [PASSED] single_pixel_clip_rectangle
[17:03:09] [PASSED] well_known_colors
[17:03:09] [PASSED] destination_pitch
[17:03:09] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[17:03:09] ============ drm_test_fb_xrgb8888_to_abgr8888 =============
[17:03:09] [PASSED] single_pixel_source_buffer
[17:03:09] [PASSED] single_pixel_clip_rectangle
[17:03:09] [PASSED] well_known_colors
[17:03:09] [PASSED] destination_pitch
[17:03:09] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[17:03:09] ================= drm_test_fb_clip_offset =================
[17:03:09] [PASSED] pass through
[17:03:09] [PASSED] horizontal offset
[17:03:09] [PASSED] vertical offset
[17:03:09] [PASSED] horizontal and vertical offset
[17:03:09] [PASSED] horizontal offset (custom pitch)
[17:03:09] [PASSED] vertical offset (custom pitch)
[17:03:09] [PASSED] horizontal and vertical offset (custom pitch)
[17:03:09] ============= [PASSED] drm_test_fb_clip_offset =============
[17:03:09] =================== drm_test_fb_memcpy ====================
[17:03:09] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[17:03:09] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[17:03:09] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[17:03:09] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[17:03:09] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[17:03:09] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[17:03:09] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[17:03:09] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[17:03:09] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[17:03:09] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[17:03:09] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[17:03:09] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[17:03:09] =============== [PASSED] drm_test_fb_memcpy ================
[17:03:09] ============= [PASSED] drm_format_helper_test ==============
[17:03:09] ================= drm_format (18 subtests) =================
[17:03:09] [PASSED] drm_test_format_block_width_invalid
[17:03:09] [PASSED] drm_test_format_block_width_one_plane
[17:03:09] [PASSED] drm_test_format_block_width_two_plane
[17:03:09] [PASSED] drm_test_format_block_width_three_plane
[17:03:09] [PASSED] drm_test_format_block_width_tiled
[17:03:09] [PASSED] drm_test_format_block_height_invalid
[17:03:09] [PASSED] drm_test_format_block_height_one_plane
[17:03:09] [PASSED] drm_test_format_block_height_two_plane
[17:03:09] [PASSED] drm_test_format_block_height_three_plane
[17:03:09] [PASSED] drm_test_format_block_height_tiled
[17:03:09] [PASSED] drm_test_format_min_pitch_invalid
[17:03:09] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[17:03:09] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[17:03:09] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[17:03:09] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[17:03:09] [PASSED] drm_test_format_min_pitch_two_plane
[17:03:09] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[17:03:09] [PASSED] drm_test_format_min_pitch_tiled
[17:03:09] =================== [PASSED] drm_format ====================
[17:03:09] ============== drm_framebuffer (10 subtests) ===============
[17:03:09] ========== drm_test_framebuffer_check_src_coords ==========
[17:03:09] [PASSED] Success: source fits into fb
[17:03:09] [PASSED] Fail: overflowing fb with x-axis coordinate
[17:03:09] [PASSED] Fail: overflowing fb with y-axis coordinate
[17:03:09] [PASSED] Fail: overflowing fb with source width
[17:03:09] [PASSED] Fail: overflowing fb with source height
[17:03:09] ====== [PASSED] drm_test_framebuffer_check_src_coords ======
[17:03:09] [PASSED] drm_test_framebuffer_cleanup
[17:03:09] =============== drm_test_framebuffer_create ===============
[17:03:09] [PASSED] ABGR8888 normal sizes
[17:03:09] [PASSED] ABGR8888 max sizes
[17:03:09] [PASSED] ABGR8888 pitch greater than min required
[17:03:09] [PASSED] ABGR8888 pitch less than min required
[17:03:09] [PASSED] ABGR8888 Invalid width
[17:03:09] [PASSED] ABGR8888 Invalid buffer handle
[17:03:09] [PASSED] No pixel format
[17:03:09] [PASSED] ABGR8888 Width 0
[17:03:09] [PASSED] ABGR8888 Height 0
[17:03:09] [PASSED] ABGR8888 Out of bound height * pitch combination
[17:03:09] [PASSED] ABGR8888 Large buffer offset
[17:03:09] [PASSED] ABGR8888 Buffer offset for inexistent plane
[17:03:09] [PASSED] ABGR8888 Invalid flag
[17:03:09] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[17:03:09] [PASSED] ABGR8888 Valid buffer modifier
[17:03:09] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[17:03:09] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[17:03:09] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[17:03:09] [PASSED] NV12 Normal sizes
[17:03:09] [PASSED] NV12 Max sizes
[17:03:09] [PASSED] NV12 Invalid pitch
[17:03:09] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[17:03:09] [PASSED] NV12 different modifier per-plane
[17:03:09] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[17:03:09] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[17:03:09] [PASSED] NV12 Modifier for inexistent plane
[17:03:09] [PASSED] NV12 Handle for inexistent plane
[17:03:09] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[17:03:09] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[17:03:09] [PASSED] YVU420 Normal sizes
[17:03:09] [PASSED] YVU420 Max sizes
[17:03:09] [PASSED] YVU420 Invalid pitch
[17:03:09] [PASSED] YVU420 Different pitches
[17:03:09] [PASSED] YVU420 Different buffer offsets/pitches
[17:03:09] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[17:03:09] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[17:03:09] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[17:03:09] [PASSED] YVU420 Valid modifier
[17:03:09] [PASSED] YVU420 Different modifiers per plane
[17:03:09] [PASSED] YVU420 Modifier for inexistent plane
[17:03:09] [PASSED] YUV420_10BIT Invalid modifier(DRM_FORMAT_MOD_LINEAR)
[17:03:09] [PASSED] X0L2 Normal sizes
[17:03:09] [PASSED] X0L2 Max sizes
[17:03:09] [PASSED] X0L2 Invalid pitch
[17:03:09] [PASSED] X0L2 Pitch greater than minimum required
[17:03:09] [PASSED] X0L2 Handle for inexistent plane
[17:03:09] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[17:03:09] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[17:03:09] [PASSED] X0L2 Valid modifier
[17:03:09] [PASSED] X0L2 Modifier for inexistent plane
[17:03:09] =========== [PASSED] drm_test_framebuffer_create ===========
[17:03:09] [PASSED] drm_test_framebuffer_free
[17:03:09] [PASSED] drm_test_framebuffer_init
[17:03:09] [PASSED] drm_test_framebuffer_init_bad_format
[17:03:09] [PASSED] drm_test_framebuffer_init_dev_mismatch
[17:03:09] [PASSED] drm_test_framebuffer_lookup
[17:03:09] [PASSED] drm_test_framebuffer_lookup_inexistent
[17:03:09] [PASSED] drm_test_framebuffer_modifiers_not_supported
[17:03:09] ================= [PASSED] drm_framebuffer =================
[17:03:09] ================ drm_gem_shmem (8 subtests) ================
[17:03:09] [PASSED] drm_gem_shmem_test_obj_create
[17:03:09] [PASSED] drm_gem_shmem_test_obj_create_private
[17:03:09] [PASSED] drm_gem_shmem_test_pin_pages
[17:03:09] [PASSED] drm_gem_shmem_test_vmap
[17:03:09] [PASSED] drm_gem_shmem_test_get_sg_table
[17:03:09] [PASSED] drm_gem_shmem_test_get_pages_sgt
[17:03:09] [PASSED] drm_gem_shmem_test_madvise
[17:03:09] [PASSED] drm_gem_shmem_test_purge
[17:03:09] ================== [PASSED] drm_gem_shmem ==================
[17:03:09] === drm_atomic_helper_connector_hdmi_check (27 subtests) ===
[17:03:09] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[17:03:09] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[17:03:09] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[17:03:09] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[17:03:09] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[17:03:09] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[17:03:09] ====== drm_test_check_broadcast_rgb_cea_mode_yuv420 =======
[17:03:09] [PASSED] Automatic
[17:03:09] [PASSED] Full
[17:03:09] [PASSED] Limited 16:235
[17:03:09] == [PASSED] drm_test_check_broadcast_rgb_cea_mode_yuv420 ===
[17:03:09] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[17:03:09] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[17:03:09] [PASSED] drm_test_check_disable_connector
[17:03:09] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[17:03:09] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_rgb
[17:03:09] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_yuv420
[17:03:09] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv422
[17:03:09] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv420
[17:03:09] [PASSED] drm_test_check_driver_unsupported_fallback_yuv420
[17:03:09] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[17:03:09] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[17:03:09] [PASSED] drm_test_check_output_bpc_dvi
[17:03:09] [PASSED] drm_test_check_output_bpc_format_vic_1
[17:03:09] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[17:03:09] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[17:03:09] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[17:03:09] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[17:03:09] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[17:03:09] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[17:03:09] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[17:03:09] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[17:03:09] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[17:03:09] [PASSED] drm_test_check_broadcast_rgb_value
[17:03:09] [PASSED] drm_test_check_bpc_8_value
[17:03:09] [PASSED] drm_test_check_bpc_10_value
[17:03:09] [PASSED] drm_test_check_bpc_12_value
[17:03:09] [PASSED] drm_test_check_format_value
[17:03:09] [PASSED] drm_test_check_tmds_char_value
[17:03:09] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[17:03:09] = drm_atomic_helper_connector_hdmi_mode_valid (4 subtests) =
[17:03:09] [PASSED] drm_test_check_mode_valid
[17:03:09] [PASSED] drm_test_check_mode_valid_reject
[17:03:09] [PASSED] drm_test_check_mode_valid_reject_rate
[17:03:09] [PASSED] drm_test_check_mode_valid_reject_max_clock
[17:03:09] === [PASSED] drm_atomic_helper_connector_hdmi_mode_valid ===
[17:03:09] = drm_atomic_helper_connector_hdmi_infoframes (5 subtests) =
[17:03:09] [PASSED] drm_test_check_infoframes
[17:03:09] [PASSED] drm_test_check_reject_avi_infoframe
[17:03:09] [PASSED] drm_test_check_reject_hdr_infoframe_bpc_8
[17:03:09] [PASSED] drm_test_check_reject_hdr_infoframe_bpc_10
[17:03:09] [PASSED] drm_test_check_reject_audio_infoframe
[17:03:09] === [PASSED] drm_atomic_helper_connector_hdmi_infoframes ===
[17:03:09] ================= drm_managed (2 subtests) =================
[17:03:09] [PASSED] drm_test_managed_release_action
[17:03:09] [PASSED] drm_test_managed_run_action
[17:03:09] =================== [PASSED] drm_managed ===================
[17:03:09] =================== drm_mm (6 subtests) ====================
[17:03:09] [PASSED] drm_test_mm_init
[17:03:09] [PASSED] drm_test_mm_debug
[17:03:09] [PASSED] drm_test_mm_align32
[17:03:09] [PASSED] drm_test_mm_align64
[17:03:09] [PASSED] drm_test_mm_lowest
[17:03:09] [PASSED] drm_test_mm_highest
[17:03:09] ===================== [PASSED] drm_mm ======================
[17:03:09] ============= drm_modes_analog_tv (5 subtests) =============
[17:03:09] [PASSED] drm_test_modes_analog_tv_mono_576i
[17:03:09] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[17:03:09] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[17:03:09] [PASSED] drm_test_modes_analog_tv_pal_576i
[17:03:09] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[17:03:09] =============== [PASSED] drm_modes_analog_tv ===============
[17:03:09] ============== drm_plane_helper (2 subtests) ===============
[17:03:09] =============== drm_test_check_plane_state ================
[17:03:09] [PASSED] clipping_simple
[17:03:09] [PASSED] clipping_rotate_reflect
[17:03:09] [PASSED] positioning_simple
[17:03:09] [PASSED] upscaling
[17:03:09] [PASSED] downscaling
[17:03:09] [PASSED] rounding1
[17:03:09] [PASSED] rounding2
[17:03:09] [PASSED] rounding3
[17:03:09] [PASSED] rounding4
[17:03:09] =========== [PASSED] drm_test_check_plane_state ============
[17:03:09] =========== drm_test_check_invalid_plane_state ============
[17:03:09] [PASSED] positioning_invalid
[17:03:09] [PASSED] upscaling_invalid
[17:03:09] [PASSED] downscaling_invalid
[17:03:09] ======= [PASSED] drm_test_check_invalid_plane_state ========
[17:03:09] ================ [PASSED] drm_plane_helper =================
[17:03:09] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[17:03:09] ====== drm_test_connector_helper_tv_get_modes_check =======
[17:03:09] [PASSED] None
[17:03:09] [PASSED] PAL
[17:03:09] [PASSED] NTSC
[17:03:09] [PASSED] Both, NTSC Default
[17:03:09] [PASSED] Both, PAL Default
[17:03:09] [PASSED] Both, NTSC Default, with PAL on command-line
[17:03:09] [PASSED] Both, PAL Default, with NTSC on command-line
[17:03:09] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[17:03:09] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[17:03:09] ================== drm_rect (9 subtests) ===================
[17:03:09] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[17:03:09] [PASSED] drm_test_rect_clip_scaled_not_clipped
[17:03:09] [PASSED] drm_test_rect_clip_scaled_clipped
[17:03:09] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[17:03:09] ================= drm_test_rect_intersect =================
[17:03:09] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[17:03:09] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[17:03:09] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[17:03:09] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[17:03:09] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[17:03:09] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[17:03:09] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[17:03:09] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[17:03:09] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[17:03:09] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[17:03:09] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[17:03:09] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[17:03:09] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[17:03:09] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[17:03:09] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
stty: 'standard input': Inappropriate ioctl for device
[17:03:09] ============= [PASSED] drm_test_rect_intersect =============
[17:03:09] ================ drm_test_rect_calc_hscale ================
[17:03:09] [PASSED] normal use
[17:03:09] [PASSED] out of max range
[17:03:09] [PASSED] out of min range
[17:03:09] [PASSED] zero dst
[17:03:09] [PASSED] negative src
[17:03:09] [PASSED] negative dst
[17:03:09] ============ [PASSED] drm_test_rect_calc_hscale ============
[17:03:09] ================ drm_test_rect_calc_vscale ================
[17:03:09] [PASSED] normal use
[17:03:09] [PASSED] out of max range
[17:03:09] [PASSED] out of min range
[17:03:09] [PASSED] zero dst
[17:03:09] [PASSED] negative src
[17:03:09] [PASSED] negative dst
[17:03:09] ============ [PASSED] drm_test_rect_calc_vscale ============
[17:03:09] ================== drm_test_rect_rotate ===================
[17:03:09] [PASSED] reflect-x
[17:03:09] [PASSED] reflect-y
[17:03:09] [PASSED] rotate-0
[17:03:09] [PASSED] rotate-90
[17:03:09] [PASSED] rotate-180
[17:03:09] [PASSED] rotate-270
[17:03:09] ============== [PASSED] drm_test_rect_rotate ===============
[17:03:09] ================ drm_test_rect_rotate_inv =================
[17:03:09] [PASSED] reflect-x
[17:03:09] [PASSED] reflect-y
[17:03:09] [PASSED] rotate-0
[17:03:09] [PASSED] rotate-90
[17:03:09] [PASSED] rotate-180
[17:03:09] [PASSED] rotate-270
[17:03:09] ============ [PASSED] drm_test_rect_rotate_inv =============
[17:03:09] ==================== [PASSED] drm_rect =====================
[17:03:09] ============ drm_sysfb_modeset_test (1 subtest) ============
[17:03:09] ============ drm_test_sysfb_build_fourcc_list =============
[17:03:09] [PASSED] no native formats
[17:03:09] [PASSED] XRGB8888 as native format
[17:03:09] [PASSED] remove duplicates
[17:03:09] [PASSED] convert alpha formats
[17:03:09] [PASSED] random formats
[17:03:09] ======== [PASSED] drm_test_sysfb_build_fourcc_list =========
[17:03:09] ============= [PASSED] drm_sysfb_modeset_test ==============
[17:03:09] ================== drm_fixp (2 subtests) ===================
[17:03:09] [PASSED] drm_test_int2fixp
[17:03:09] [PASSED] drm_test_sm2fixp
[17:03:09] ==================== [PASSED] drm_fixp =====================
[17:03:09] ============================================================
[17:03:09] Testing complete. Ran 630 tests: passed: 630
[17:03:09] Elapsed time: 28.194s total, 1.668s configuring, 26.107s building, 0.380s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig
[17:03:10] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[17:03: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
[17:03:21] Starting KUnit Kernel (1/1)...
[17:03:21] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[17:03:21] ================= ttm_device (5 subtests) ==================
[17:03:21] [PASSED] ttm_device_init_basic
[17:03:21] [PASSED] ttm_device_init_multiple
[17:03:21] [PASSED] ttm_device_fini_basic
[17:03:21] [PASSED] ttm_device_init_no_vma_man
[17:03:21] ================== ttm_device_init_pools ==================
[17:03:21] [PASSED] No DMA allocations, no DMA32 required
[17:03:21] [PASSED] DMA allocations, DMA32 required
[17:03:21] [PASSED] No DMA allocations, DMA32 required
[17:03:21] [PASSED] DMA allocations, no DMA32 required
[17:03:21] ============== [PASSED] ttm_device_init_pools ==============
[17:03:21] =================== [PASSED] ttm_device ====================
[17:03:21] ================== ttm_pool (8 subtests) ===================
[17:03:21] ================== ttm_pool_alloc_basic ===================
[17:03:21] [PASSED] One page
[17:03:21] [PASSED] More than one page
[17:03:21] [PASSED] Above the allocation limit
[17:03:21] [PASSED] One page, with coherent DMA mappings enabled
[17:03:21] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[17:03:21] ============== [PASSED] ttm_pool_alloc_basic ===============
[17:03:21] ============== ttm_pool_alloc_basic_dma_addr ==============
[17:03:21] [PASSED] One page
[17:03:21] [PASSED] More than one page
[17:03:21] [PASSED] Above the allocation limit
[17:03:21] [PASSED] One page, with coherent DMA mappings enabled
[17:03:21] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[17:03:21] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ==========
[17:03:21] [PASSED] ttm_pool_alloc_order_caching_match
[17:03:21] [PASSED] ttm_pool_alloc_caching_mismatch
[17:03:21] [PASSED] ttm_pool_alloc_order_mismatch
[17:03:21] [PASSED] ttm_pool_free_dma_alloc
[17:03:21] [PASSED] ttm_pool_free_no_dma_alloc
[17:03:21] [PASSED] ttm_pool_fini_basic
[17:03:21] ==================== [PASSED] ttm_pool =====================
[17:03:21] ================ ttm_resource (8 subtests) =================
[17:03:21] ================= ttm_resource_init_basic =================
[17:03:21] [PASSED] Init resource in TTM_PL_SYSTEM
[17:03:21] [PASSED] Init resource in TTM_PL_VRAM
[17:03:21] [PASSED] Init resource in a private placement
[17:03:21] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags
[17:03:21] ============= [PASSED] ttm_resource_init_basic =============
[17:03:21] [PASSED] ttm_resource_init_pinned
[17:03:21] [PASSED] ttm_resource_fini_basic
[17:03:21] [PASSED] ttm_resource_manager_init_basic
[17:03:21] [PASSED] ttm_resource_manager_usage_basic
[17:03:21] [PASSED] ttm_resource_manager_set_used_basic
[17:03:21] [PASSED] ttm_sys_man_alloc_basic
[17:03:21] [PASSED] ttm_sys_man_free_basic
[17:03:21] ================== [PASSED] ttm_resource ===================
[17:03:21] =================== ttm_tt (15 subtests) ===================
[17:03:21] ==================== ttm_tt_init_basic ====================
[17:03:21] [PASSED] Page-aligned size
[17:03:21] [PASSED] Extra pages requested
[17:03:21] ================ [PASSED] ttm_tt_init_basic ================
[17:03:21] [PASSED] ttm_tt_init_misaligned
[17:03:21] [PASSED] ttm_tt_fini_basic
[17:03:21] [PASSED] ttm_tt_fini_sg
[17:03:21] [PASSED] ttm_tt_fini_shmem
[17:03:21] [PASSED] ttm_tt_create_basic
[17:03:21] [PASSED] ttm_tt_create_invalid_bo_type
[17:03:21] [PASSED] ttm_tt_create_ttm_exists
[17:03:21] [PASSED] ttm_tt_create_failed
[17:03:21] [PASSED] ttm_tt_destroy_basic
[17:03:21] [PASSED] ttm_tt_populate_null_ttm
[17:03:21] [PASSED] ttm_tt_populate_populated_ttm
[17:03:21] [PASSED] ttm_tt_unpopulate_basic
[17:03:21] [PASSED] ttm_tt_unpopulate_empty_ttm
[17:03:21] [PASSED] ttm_tt_swapin_basic
[17:03:21] ===================== [PASSED] ttm_tt ======================
[17:03:21] =================== ttm_bo (14 subtests) ===================
[17:03:21] =========== ttm_bo_reserve_optimistic_no_ticket ===========
[17:03:21] [PASSED] Cannot be interrupted and sleeps
[17:03:21] [PASSED] Cannot be interrupted, locks straight away
[17:03:21] [PASSED] Can be interrupted, sleeps
[17:03:21] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket =======
[17:03:21] [PASSED] ttm_bo_reserve_locked_no_sleep
[17:03:21] [PASSED] ttm_bo_reserve_no_wait_ticket
[17:03:21] [PASSED] ttm_bo_reserve_double_resv
[17:03:21] [PASSED] ttm_bo_reserve_interrupted
[17:03:21] [PASSED] ttm_bo_reserve_deadlock
[17:03:21] [PASSED] ttm_bo_unreserve_basic
[17:03:21] [PASSED] ttm_bo_unreserve_pinned
[17:03:21] [PASSED] ttm_bo_unreserve_bulk
[17:03:21] [PASSED] ttm_bo_fini_basic
[17:03:21] [PASSED] ttm_bo_fini_shared_resv
[17:03:21] [PASSED] ttm_bo_pin_basic
[17:03:21] [PASSED] ttm_bo_pin_unpin_resource
[17:03:21] [PASSED] ttm_bo_multiple_pin_one_unpin
[17:03:21] ===================== [PASSED] ttm_bo ======================
[17:03:21] ============== ttm_bo_validate (21 subtests) ===============
[17:03:21] ============== ttm_bo_init_reserved_sys_man ===============
[17:03:21] [PASSED] Buffer object for userspace
[17:03:21] [PASSED] Kernel buffer object
[17:03:21] [PASSED] Shared buffer object
[17:03:21] ========== [PASSED] ttm_bo_init_reserved_sys_man ===========
[17:03:21] ============== ttm_bo_init_reserved_mock_man ==============
[17:03:21] [PASSED] Buffer object for userspace
[17:03:21] [PASSED] Kernel buffer object
[17:03:21] [PASSED] Shared buffer object
[17:03:21] ========== [PASSED] ttm_bo_init_reserved_mock_man ==========
[17:03:21] [PASSED] ttm_bo_init_reserved_resv
[17:03:21] ================== ttm_bo_validate_basic ==================
[17:03:21] [PASSED] Buffer object for userspace
[17:03:21] [PASSED] Kernel buffer object
[17:03:21] [PASSED] Shared buffer object
[17:03:21] ============== [PASSED] ttm_bo_validate_basic ==============
[17:03:21] [PASSED] ttm_bo_validate_invalid_placement
[17:03:21] ============= ttm_bo_validate_same_placement ==============
[17:03:21] [PASSED] System manager
[17:03:21] [PASSED] VRAM manager
[17:03:21] ========= [PASSED] ttm_bo_validate_same_placement ==========
[17:03:21] [PASSED] ttm_bo_validate_failed_alloc
[17:03:21] [PASSED] ttm_bo_validate_pinned
[17:03:21] [PASSED] ttm_bo_validate_busy_placement
[17:03:21] ================ ttm_bo_validate_multihop =================
[17:03:21] [PASSED] Buffer object for userspace
[17:03:21] [PASSED] Kernel buffer object
[17:03:21] [PASSED] Shared buffer object
[17:03:21] ============ [PASSED] ttm_bo_validate_multihop =============
[17:03:21] ========== ttm_bo_validate_no_placement_signaled ==========
[17:03:21] [PASSED] Buffer object in system domain, no page vector
[17:03:21] [PASSED] Buffer object in system domain with an existing page vector
[17:03:21] ====== [PASSED] ttm_bo_validate_no_placement_signaled ======
[17:03:21] ======== ttm_bo_validate_no_placement_not_signaled ========
[17:03:21] [PASSED] Buffer object for userspace
[17:03:21] [PASSED] Kernel buffer object
[17:03:21] [PASSED] Shared buffer object
[17:03:21] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ====
[17:03:21] [PASSED] ttm_bo_validate_move_fence_signaled
[17:03:21] ========= ttm_bo_validate_move_fence_not_signaled =========
[17:03:21] [PASSED] Waits for GPU
[17:03:21] [PASSED] Tries to lock straight away
[17:03:21] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled =====
[17:03:21] [PASSED] ttm_bo_validate_happy_evict
[17:03:21] [PASSED] ttm_bo_validate_all_pinned_evict
[17:03:21] [PASSED] ttm_bo_validate_allowed_only_evict
[17:03:21] [PASSED] ttm_bo_validate_deleted_evict
[17:03:21] [PASSED] ttm_bo_validate_busy_domain_evict
[17:03:21] [PASSED] ttm_bo_validate_evict_gutting
[17:03:21] [PASSED] ttm_bo_validate_recrusive_evict
stty: 'standard input': Inappropriate ioctl for device
[17:03:21] ================= [PASSED] ttm_bo_validate =================
[17:03:21] ============================================================
[17:03:21] Testing complete. Ran 101 tests: passed: 101
[17:03:21] Elapsed time: 11.537s total, 1.635s configuring, 9.635s building, 0.224s running
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 17+ messages in thread
* ✗ Xe.CI.FULL: failure for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2)
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
` (7 preceding siblings ...)
2026-02-04 17:03 ` ✓ CI.KUnit: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev3) Patchwork
@ 2026-02-04 17:42 ` Patchwork
2026-02-04 17:46 ` ✗ Xe.CI.BAT: failure for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev3) Patchwork
` (2 subsequent siblings)
11 siblings, 0 replies; 17+ messages in thread
From: Patchwork @ 2026-02-04 17:42 UTC (permalink / raw)
To: Suraj Kandpal; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 410 bytes --]
== Series Details ==
Series: drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2)
URL : https://patchwork.freedesktop.org/series/161045/
State : failure
== Summary ==
ERROR: The runconfig 'xe-4493-ff449f153b0966cfd7a7291670c927f6b6971d2a_FULL' does not exist in the database
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v2/index.html
[-- Attachment #2: Type: text/html, Size: 975 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* ✗ Xe.CI.BAT: failure for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev3)
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
` (8 preceding siblings ...)
2026-02-04 17:42 ` ✗ Xe.CI.FULL: failure for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2) Patchwork
@ 2026-02-04 17:46 ` Patchwork
2026-02-04 20:30 ` ✓ Xe.CI.BAT: success " Patchwork
2026-02-05 3:42 ` ✗ Xe.CI.FULL: failure " Patchwork
11 siblings, 0 replies; 17+ messages in thread
From: Patchwork @ 2026-02-04 17:46 UTC (permalink / raw)
To: Suraj Kandpal; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 409 bytes --]
== Series Details ==
Series: drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev3)
URL : https://patchwork.freedesktop.org/series/161045/
State : failure
== Summary ==
ERROR: The runconfig 'xe-4495-241994730989320c926da9f2d0a5ec80b48f993d_BAT' does not exist in the database
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/index.html
[-- Attachment #2: Type: text/html, Size: 974 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* ✓ Xe.CI.BAT: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev3)
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
` (9 preceding siblings ...)
2026-02-04 17:46 ` ✗ Xe.CI.BAT: failure for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev3) Patchwork
@ 2026-02-04 20:30 ` Patchwork
2026-02-05 3:42 ` ✗ Xe.CI.FULL: failure " Patchwork
11 siblings, 0 replies; 17+ messages in thread
From: Patchwork @ 2026-02-04 20:30 UTC (permalink / raw)
To: Suraj Kandpal; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 949 bytes --]
== Series Details ==
Series: drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev3)
URL : https://patchwork.freedesktop.org/series/161045/
State : success
== Summary ==
CI Bug Log - changes from xe-4497-241994730989320c926da9f2d0a5ec80b48f993d_BAT -> xe-pw-161045v3_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (12 -> 12)
------------------------------
No changes in participating hosts
Changes
-------
No changes found
Build changes
-------------
* IGT: IGT_8735 -> IGT_8736
* Linux: xe-4497-241994730989320c926da9f2d0a5ec80b48f993d -> xe-pw-161045v3
IGT_8735: 8735
IGT_8736: 8736
xe-4497-241994730989320c926da9f2d0a5ec80b48f993d: 241994730989320c926da9f2d0a5ec80b48f993d
xe-pw-161045v3: 161045v3
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/index.html
[-- Attachment #2: Type: text/html, Size: 1511 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* ✗ Xe.CI.FULL: failure for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev3)
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
` (10 preceding siblings ...)
2026-02-04 20:30 ` ✓ Xe.CI.BAT: success " Patchwork
@ 2026-02-05 3:42 ` Patchwork
11 siblings, 0 replies; 17+ messages in thread
From: Patchwork @ 2026-02-05 3:42 UTC (permalink / raw)
To: Kandpal, Suraj; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 56738 bytes --]
== Series Details ==
Series: drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev3)
URL : https://patchwork.freedesktop.org/series/161045/
State : failure
== Summary ==
CI Bug Log - changes from xe-4497-241994730989320c926da9f2d0a5ec80b48f993d_FULL -> xe-pw-161045v3_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with xe-pw-161045v3_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in xe-pw-161045v3_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-161045v3_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@xe_fault_injection@exec-queue-create-fail-xe_exec_queue_create:
- shard-bmg: [PASS][1] -> [ABORT][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-10/igt@xe_fault_injection@exec-queue-create-fail-xe_exec_queue_create.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@xe_fault_injection@exec-queue-create-fail-xe_exec_queue_create.html
Known issues
------------
Here are the changes found in xe-pw-161045v3_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@intel_hwmon@hwmon-write:
- shard-bmg: [PASS][3] -> [FAIL][4] ([Intel XE#4665])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-9/igt@intel_hwmon@hwmon-write.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-8/igt@intel_hwmon@hwmon-write.html
* igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1:
- shard-lnl: NOTRUN -> [FAIL][5] ([Intel XE#6054]) +3 other tests fail
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-1/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-90:
- shard-lnl: NOTRUN -> [SKIP][6] ([Intel XE#1407]) +2 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-4/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#2327])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-1/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-180:
- shard-lnl: NOTRUN -> [SKIP][8] ([Intel XE#1124]) +2 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-4/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#1467])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-4/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#1124]) +6 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#2314] / [Intel XE#2894])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-2/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
* igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p:
- shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#1512])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-6/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-2-displays-2560x1440p:
- shard-lnl: NOTRUN -> [SKIP][13] ([Intel XE#367])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-2/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][14] ([Intel XE#2887]) +8 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-1/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-ccs:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#3432])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
- shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#3432]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-7/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2887]) +9 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-1/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_chamelium_color@gamma:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#2325])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-10/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_frames@hdmi-aspect-ratio:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2252]) +6 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-8/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
* igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode:
- shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#373]) +7 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-5/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html
* igt@kms_color_pipeline@plane-lut1d-post-ctm3x4:
- shard-lnl: NOTRUN -> [FAIL][21] ([Intel XE#6968]) +3 other tests fail
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-5/igt@kms_color_pipeline@plane-lut1d-post-ctm3x4.html
* igt@kms_color_pipeline@plane-lut3d-green-only@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#6969]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-9/igt@kms_color_pipeline@plane-lut3d-green-only@pipe-a-dp-2.html
* igt@kms_color_pipeline@plane-lut3d-green-only@pipe-d-dp-2:
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#6969] / [Intel XE#7006])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-9/igt@kms_color_pipeline@plane-lut3d-green-only@pipe-d-dp-2.html
* igt@kms_content_protection@lic-type-0@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][24] ([Intel XE#1178] / [Intel XE#3304])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-7/igt@kms_content_protection@lic-type-0@pipe-a-dp-2.html
* igt@kms_content_protection@type1:
- shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#3278])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-8/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-offscreen-128x42:
- shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#2320]) +3 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-10/igt@kms_cursor_crc@cursor-offscreen-128x42.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#2321])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-2/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#1424]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-8/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic:
- shard-bmg: [PASS][29] -> [SKIP][30] ([Intel XE#2291]) +2 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-1/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy:
- shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#309]) +1 other test skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-7/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
- shard-bmg: NOTRUN -> [DMESG-WARN][32] ([Intel XE#5354])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-3/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-legacy:
- shard-bmg: NOTRUN -> [FAIL][33] ([Intel XE#5299])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-7/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#2286])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#4354])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-1/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#4354])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-5/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-bmg: [PASS][37] -> [SKIP][38] ([Intel XE#4294])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-2/igt@kms_dp_linktrain_fallback@dp-fallback.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#2244])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-9/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#1421]) +2 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-4/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2316])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
- shard-bmg: [PASS][42] -> [SKIP][43] ([Intel XE#2316]) +5 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-9/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-bmg: [PASS][44] -> [INCOMPLETE][45] ([Intel XE#2049] / [Intel XE#2597]) +1 other test incomplete
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-5/igt@kms_flip@flip-vs-suspend-interruptible.html
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-4/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-32bpp-linear-reflect-x:
- shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#7179])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-10/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-32bpp-linear-reflect-x.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-lnl: NOTRUN -> [SKIP][47] ([Intel XE#7178]) +2 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x:
- shard-lnl: NOTRUN -> [SKIP][48] ([Intel XE#7179])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-4/igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-lnl: NOTRUN -> [SKIP][49] ([Intel XE#352])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-6/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-indfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#6312])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-2/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#651]) +2 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-8/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#2311]) +9 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#7061]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#4141]) +6 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#7061]) +3 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-3/igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#2313]) +13 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#656]) +22 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt:
- shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#2312]) +3 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#2350])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-1/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_hdmi_inject@inject-audio:
- shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#1470] / [Intel XE#2853])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-5/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#6900]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-7/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#6911])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-4/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_panel_fitting@legacy:
- shard-bmg: NOTRUN -> [SKIP][63] ([Intel XE#2486]) +1 other test skip
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-3/igt@kms_panel_fitting@legacy.html
* igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping@pipe-a-plane-3:
- shard-lnl: NOTRUN -> [SKIP][64] ([Intel XE#7130]) +7 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-1/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping@pipe-a-plane-3.html
* igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping@pipe-b-plane-5:
- shard-lnl: NOTRUN -> [SKIP][65] ([Intel XE#7131]) +3 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-1/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][66] ([Intel XE#7111] / [Intel XE#7130] / [Intel XE#7131])
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-1/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping@pipe-a-plane-3:
- shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#7130]) +8 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-1/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping@pipe-a-plane-3.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping@pipe-a-plane-5:
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#7131])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-1/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping@pipe-a-plane-5.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping@pipe-b-plane-5:
- shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#7111] / [Intel XE#7131])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-1/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier:
- shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#7111] / [Intel XE#7130]) +1 other test skip
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-2/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier-source-clamping:
- shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#7130] / [Intel XE#7131]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-2/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier-source-clamping.html
* igt@kms_plane_lowres@tiling-4@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][72] ([Intel XE#599]) +3 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-7/igt@kms_plane_lowres@tiling-4@pipe-b-edp-1.html
* igt@kms_plane_lowres@tiling-y:
- shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#2393])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_multiple@2x-tiling-none:
- shard-bmg: [PASS][74] -> [SKIP][75] ([Intel XE#4596])
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-8/igt@kms_plane_multiple@2x-tiling-none.html
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_plane_multiple@2x-tiling-none.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b:
- shard-lnl: NOTRUN -> [SKIP][76] ([Intel XE#6886]) +3 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html
* igt@kms_pm_dc@dc6-psr:
- shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#2392])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#1439] / [Intel XE#3141]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-2/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf:
- shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#1406] / [Intel XE#2893] / [Intel XE#4608]) +1 other test skip
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-1/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][80] ([Intel XE#1406] / [Intel XE#4608]) +3 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-7/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf:
- shard-bmg: NOTRUN -> [SKIP][81] ([Intel XE#1406] / [Intel XE#1489]) +3 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_su@page_flip-p010:
- shard-bmg: NOTRUN -> [SKIP][82] ([Intel XE#1406] / [Intel XE#2387])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-2/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-lnl: NOTRUN -> [SKIP][83] ([Intel XE#1128] / [Intel XE#1406])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-1/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-psr-dpms:
- shard-bmg: NOTRUN -> [SKIP][84] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +8 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-10/igt@kms_psr@fbc-psr-dpms.html
* igt@kms_psr@fbc-psr2-sprite-blt@edp-1:
- shard-lnl: NOTRUN -> [SKIP][85] ([Intel XE#1406] / [Intel XE#4609])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-7/igt@kms_psr@fbc-psr2-sprite-blt@edp-1.html
* igt@kms_psr@pr-sprite-render:
- shard-lnl: NOTRUN -> [SKIP][86] ([Intel XE#1406]) +2 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-7/igt@kms_psr@pr-sprite-render.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-bmg: NOTRUN -> [SKIP][87] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-10/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-lnl: NOTRUN -> [SKIP][88] ([Intel XE#1127])
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-lnl: NOTRUN -> [SKIP][89] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-6/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-bmg: [PASS][90] -> [SKIP][91] ([Intel XE#1435]) +2 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-4/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@kms_sharpness_filter@invalid-filter-with-plane:
- shard-bmg: NOTRUN -> [SKIP][92] ([Intel XE#6503]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-2/igt@kms_sharpness_filter@invalid-filter-with-plane.html
* igt@kms_vrr@negative-basic:
- shard-lnl: NOTRUN -> [SKIP][93] ([Intel XE#1499])
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-4/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-bmg: NOTRUN -> [SKIP][94] ([Intel XE#1499])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-3/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@xe_eudebug@basic-client-th:
- shard-lnl: NOTRUN -> [SKIP][95] ([Intel XE#4837]) +4 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-3/igt@xe_eudebug@basic-client-th.html
* igt@xe_eudebug@basic-vm-access-userptr:
- shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#4837]) +3 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-2/igt@xe_eudebug@basic-vm-access-userptr.html
* igt@xe_eudebug_online@pagefault-read-stress:
- shard-bmg: NOTRUN -> [SKIP][97] ([Intel XE#6665] / [Intel XE#6681])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-10/igt@xe_eudebug_online@pagefault-read-stress.html
* igt@xe_eudebug_online@resume-one:
- shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#4837] / [Intel XE#6665]) +2 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-1/igt@xe_eudebug_online@resume-one.html
* igt@xe_evict@evict-beng-cm-threads-large-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][99] ([Intel XE#688]) +4 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-3/igt@xe_evict@evict-beng-cm-threads-large-multi-vm.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-bmg: [PASS][100] -> [INCOMPLETE][101] ([Intel XE#6321])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-7/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-4/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_exec_basic@multigpu-no-exec-null-rebind:
- shard-lnl: NOTRUN -> [SKIP][102] ([Intel XE#1392]) +3 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-4/igt@xe_exec_basic@multigpu-no-exec-null-rebind.html
* igt@xe_exec_basic@multigpu-once-basic-defer-bind:
- shard-bmg: NOTRUN -> [SKIP][103] ([Intel XE#2322]) +1 other test skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-3/igt@xe_exec_basic@multigpu-once-basic-defer-bind.html
* igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-imm:
- shard-bmg: NOTRUN -> [SKIP][104] ([Intel XE#7136]) +8 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-9/igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-imm.html
* igt@xe_exec_fault_mode@twice-multi-queue-userptr-imm:
- shard-lnl: NOTRUN -> [SKIP][105] ([Intel XE#7136]) +5 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-5/igt@xe_exec_fault_mode@twice-multi-queue-userptr-imm.html
* igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-priority:
- shard-lnl: NOTRUN -> [SKIP][106] ([Intel XE#6874]) +11 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-2/igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-priority.html
* igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-dyn-priority-smem:
- shard-bmg: NOTRUN -> [SKIP][107] ([Intel XE#6874]) +11 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-9/igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-dyn-priority-smem.html
* igt@xe_exec_system_allocator@many-64k-mmap-huge:
- shard-lnl: NOTRUN -> [SKIP][108] ([Intel XE#5007])
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-3/igt@xe_exec_system_allocator@many-64k-mmap-huge.html
* igt@xe_exec_system_allocator@once-large-malloc-bo-unmap:
- shard-bmg: [PASS][109] -> [ABORT][110] ([Intel XE#7169])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-4/igt@xe_exec_system_allocator@once-large-malloc-bo-unmap.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-3/igt@xe_exec_system_allocator@once-large-malloc-bo-unmap.html
* igt@xe_exec_system_allocator@once-mmap-free-huge-nomemset:
- shard-lnl: NOTRUN -> [SKIP][111] ([Intel XE#4943]) +10 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-8/igt@xe_exec_system_allocator@once-mmap-free-huge-nomemset.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-new-huge:
- shard-bmg: NOTRUN -> [SKIP][112] ([Intel XE#4943]) +13 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-new-huge.html
* igt@xe_exec_threads@threads-multi-queue-cm-basic:
- shard-lnl: NOTRUN -> [SKIP][113] ([Intel XE#7138]) +3 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-7/igt@xe_exec_threads@threads-multi-queue-cm-basic.html
* igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][114] ([Intel XE#7138]) +2 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-9/igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr-invalidate.html
* igt@xe_multigpu_svm@mgpu-atomic-op-basic:
- shard-lnl: NOTRUN -> [SKIP][115] ([Intel XE#6964]) +1 other test skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-3/igt@xe_multigpu_svm@mgpu-atomic-op-basic.html
* igt@xe_multigpu_svm@mgpu-pagefault-conflict:
- shard-bmg: NOTRUN -> [SKIP][116] ([Intel XE#6964]) +1 other test skip
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@xe_multigpu_svm@mgpu-pagefault-conflict.html
* igt@xe_pm@d3cold-mmap-system:
- shard-lnl: NOTRUN -> [SKIP][117] ([Intel XE#2284] / [Intel XE#366])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-2/igt@xe_pm@d3cold-mmap-system.html
* igt@xe_pm@d3cold-multiple-execs:
- shard-bmg: NOTRUN -> [SKIP][118] ([Intel XE#2284]) +1 other test skip
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-9/igt@xe_pm@d3cold-multiple-execs.html
* igt@xe_pm@s3-basic-exec:
- shard-bmg: [PASS][119] -> [DMESG-WARN][120] ([Intel XE#3428])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-4/igt@xe_pm@s3-basic-exec.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-3/igt@xe_pm@s3-basic-exec.html
* igt@xe_pm@s4-multiple-execs:
- shard-lnl: [PASS][121] -> [ABORT][122] ([Intel XE#7169])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-lnl-5/igt@xe_pm@s4-multiple-execs.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-3/igt@xe_pm@s4-multiple-execs.html
* igt@xe_pm@vram-d3cold-threshold:
- shard-bmg: NOTRUN -> [SKIP][123] ([Intel XE#579])
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@xe_pm@vram-d3cold-threshold.html
* igt@xe_pxp@pxp-termination-key-update-post-rpm:
- shard-bmg: NOTRUN -> [SKIP][124] ([Intel XE#4733])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-7/igt@xe_pxp@pxp-termination-key-update-post-rpm.html
* igt@xe_query@multigpu-query-invalid-extension:
- shard-bmg: NOTRUN -> [SKIP][125] ([Intel XE#944]) +2 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-4/igt@xe_query@multigpu-query-invalid-extension.html
* igt@xe_query@multigpu-query-invalid-size:
- shard-lnl: NOTRUN -> [SKIP][126] ([Intel XE#944]) +2 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-4/igt@xe_query@multigpu-query-invalid-size.html
* igt@xe_sriov_auto_provisioning@exclusive-ranges:
- shard-lnl: NOTRUN -> [SKIP][127] ([Intel XE#4130])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-4/igt@xe_sriov_auto_provisioning@exclusive-ranges.html
* igt@xe_sriov_scheduling@nonpreempt-engine-resets:
- shard-lnl: NOTRUN -> [SKIP][128] ([Intel XE#4351])
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-3/igt@xe_sriov_scheduling@nonpreempt-engine-resets.html
* igt@xe_vm@out-of-memory:
- shard-lnl: NOTRUN -> [SKIP][129] ([Intel XE#5745])
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-2/igt@xe_vm@out-of-memory.html
#### Possible fixes ####
* igt@kms_async_flips@async-flip-with-page-flip-events-linear:
- shard-lnl: [FAIL][130] ([Intel XE#5993]) -> [PASS][131] +3 other tests pass
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-lnl-2/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-1/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-bmg: [DMESG-FAIL][132] ([Intel XE#1727]) -> [PASS][133] +1 other test pass
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
- shard-bmg: [SKIP][134] ([Intel XE#2291]) -> [PASS][135] +1 other test pass
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-5/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-10/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size:
- shard-bmg: [DMESG-WARN][136] ([Intel XE#5354]) -> [PASS][137]
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-2/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-2/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-bmg: [FAIL][138] ([Intel XE#4633]) -> [PASS][139]
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-9/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible:
- shard-bmg: [SKIP][140] ([Intel XE#2316]) -> [PASS][141] +6 other tests pass
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-5/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-10/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-lnl: [FAIL][142] ([Intel XE#301]) -> [PASS][143] +1 other test pass
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@wf_vblank-ts-check@a-edp1:
- shard-lnl: [FAIL][144] ([Intel XE#3098]) -> [PASS][145] +1 other test pass
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-lnl-8/igt@kms_flip@wf_vblank-ts-check@a-edp1.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-8/igt@kms_flip@wf_vblank-ts-check@a-edp1.html
* igt@kms_hdr@static-toggle-suspend:
- shard-bmg: [SKIP][146] ([Intel XE#1503]) -> [PASS][147] +1 other test pass
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-5/igt@kms_hdr@static-toggle-suspend.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-7/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_pm_dc@dc5-psr:
- shard-lnl: [FAIL][148] ([Intel XE#718]) -> [PASS][149] +1 other test pass
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-lnl-5/igt@kms_pm_dc@dc5-psr.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-2/igt@kms_pm_dc@dc5-psr.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-lnl: [SKIP][150] ([Intel XE#1406] / [Intel XE#4692]) -> [PASS][151]
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-lnl-5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@xe_pm@d3hot-multiple-execs:
- shard-lnl: [TIMEOUT][152] ([Intel XE#7180]) -> [PASS][153]
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-lnl-4/igt@xe_pm@d3hot-multiple-execs.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-5/igt@xe_pm@d3hot-multiple-execs.html
* igt@xe_pm@s4-basic:
- shard-lnl: [DMESG-WARN][154] -> [PASS][155] +1 other test pass
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-lnl-3/igt@xe_pm@s4-basic.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-8/igt@xe_pm@s4-basic.html
* igt@xe_pxp@pxp-termination-key-update-post-rpm:
- shard-lnl: [SKIP][156] -> [PASS][157]
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-lnl-4/igt@xe_pxp@pxp-termination-key-update-post-rpm.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-lnl-2/igt@xe_pxp@pxp-termination-key-update-post-rpm.html
* igt@xe_sriov_auto_provisioning@selfconfig-reprovision-reduce-numvfs:
- shard-bmg: [FAIL][158] ([Intel XE#5937]) -> [PASS][159] +1 other test pass
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-7/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-reduce-numvfs.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-9/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-reduce-numvfs.html
#### Warnings ####
* igt@kms_content_protection@atomic-dpms-hdcp14:
- shard-bmg: [FAIL][160] ([Intel XE#3304]) -> [SKIP][161] ([Intel XE#7194])
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-4/igt@kms_content_protection@atomic-dpms-hdcp14.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_content_protection@atomic-dpms-hdcp14.html
* igt@kms_content_protection@lic-type-0:
- shard-bmg: [SKIP][162] ([Intel XE#2341]) -> [FAIL][163] ([Intel XE#1178] / [Intel XE#3304])
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-5/igt@kms_content_protection@lic-type-0.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-7/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@srm:
- shard-bmg: [FAIL][164] ([Intel XE#1178] / [Intel XE#3304]) -> [SKIP][165] ([Intel XE#2341])
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-2/igt@kms_content_protection@srm.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_content_protection@srm.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][166] ([Intel XE#2311]) -> [SKIP][167] ([Intel XE#2312]) +9 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt:
- shard-bmg: [SKIP][168] ([Intel XE#4141]) -> [SKIP][169] ([Intel XE#2312]) +6 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
- shard-bmg: [SKIP][170] ([Intel XE#2312]) -> [SKIP][171] ([Intel XE#4141]) +3 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render:
- shard-bmg: [SKIP][172] ([Intel XE#2312]) -> [SKIP][173] ([Intel XE#2311]) +9 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][174] ([Intel XE#2312]) -> [SKIP][175] ([Intel XE#2313]) +9 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
- shard-bmg: [SKIP][176] ([Intel XE#2313]) -> [SKIP][177] ([Intel XE#2312]) +11 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][178] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][179] ([Intel XE#3544])
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-5/igt@kms_hdr@brightness-with-hdr.html
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-9/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [SKIP][180] ([Intel XE#2426]) -> [FAIL][181] ([Intel XE#1729])
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-7/igt@kms_tiled_display@basic-test-pattern.html
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern.html
* igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate:
- shard-bmg: [ABORT][182] ([Intel XE#7169]) -> [SKIP][183] ([Intel XE#7136])
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-9/igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate.html
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-1/igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate.html
* igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
- shard-bmg: [ABORT][184] ([Intel XE#5466] / [Intel XE#6652]) -> [ABORT][185] ([Intel XE#5466])
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4497-241994730989320c926da9f2d0a5ec80b48f993d/shard-bmg-4/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/shard-bmg-3/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467
[Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
[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#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[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#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2350
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2853]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2853
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3098
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[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#3428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3428
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4294
[Intel XE#4351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4351
[Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
[Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
[Intel XE#4608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608
[Intel XE#4609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4609
[Intel XE#4633]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4633
[Intel XE#4665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4665
[Intel XE#4692]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4692
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
[Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
[Intel XE#5007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5007
[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#5466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5466
[Intel XE#5745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5745
[Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
[Intel XE#5937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5937
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#5993]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5993
[Intel XE#6054]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6054
[Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
[Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652
[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#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
[Intel XE#6900]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6900
[Intel XE#6911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6968]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6968
[Intel XE#6969]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6969
[Intel XE#7006]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7006
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7111]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7111
[Intel XE#7130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7130
[Intel XE#7131]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7131
[Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7169]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7169
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7179
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#7180]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7180
[Intel XE#7194]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7194
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8735 -> IGT_8736
* Linux: xe-4497-241994730989320c926da9f2d0a5ec80b48f993d -> xe-pw-161045v3
IGT_8735: 8735
IGT_8736: 8736
xe-4497-241994730989320c926da9f2d0a5ec80b48f993d: 241994730989320c926da9f2d0a5ec80b48f993d
xe-pw-161045v3: 161045v3
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161045v3/index.html
[-- Attachment #2: Type: text/html, Size: 65066 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2026-02-05 3:42 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
2026-02-03 8:05 ` ✓ CI.KUnit: success for " Patchwork
2026-02-03 8:25 ` [PATCH] " Imre Deak
2026-02-03 8:40 ` Kandpal, Suraj
2026-02-03 16:10 ` Imre Deak
2026-02-04 2:23 ` Kandpal, Suraj
2026-02-03 8:43 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-02-03 21:29 ` ✓ Xe.CI.FULL: " Patchwork
2026-02-04 2:32 ` [PATCH v2] " Suraj Kandpal
2026-02-04 11:24 ` Imre Deak
2026-02-04 2:49 ` ✓ CI.KUnit: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2) Patchwork
2026-02-04 3:25 ` ✗ Xe.CI.BAT: failure " Patchwork
2026-02-04 17:03 ` ✓ CI.KUnit: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev3) Patchwork
2026-02-04 17:42 ` ✗ Xe.CI.FULL: failure for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2) Patchwork
2026-02-04 17:46 ` ✗ Xe.CI.BAT: failure for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev3) Patchwork
2026-02-04 20:30 ` ✓ Xe.CI.BAT: success " Patchwork
2026-02-05 3:42 ` ✗ Xe.CI.FULL: failure " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox