Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/cx0: Use the consolidated HDMI tables
@ 2025-12-16  8:27 Suraj Kandpal
  2025-12-16 10:04 ` ✓ CI.KUnit: success for " Patchwork
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Suraj Kandpal @ 2025-12-16  8:27 UTC (permalink / raw)
  To: intel-xe, intel-gfx
  Cc: ankit.k.nautiyal, imre.deak, mika.kahola, Suraj Kandpal

Use the consolidated HDMI tables before we try to compute them via
algorithm. The reason is that these are the ideal values and even
though the values calculated via the HDMI algorithm are correct but
not always ideal.

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
---
 drivers/gpu/drm/i915/display/intel_cx0_phy.c | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.c b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
index f6d69627154e..d0f764189567 100644
--- a/drivers/gpu/drm/i915/display/intel_cx0_phy.c
+++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
@@ -2671,15 +2671,18 @@ static int intel_c20pll_calc_state(const struct intel_crtc_state *crtc_state,
 	hw_state->cx0pll.use_c10 = false;
 	hw_state->cx0pll.lane_count = crtc_state->lane_count;
 
-	/* try computed C20 HDMI tables before using consolidated tables */
-	if (!is_dp)
-		/* TODO: Update SSC state for HDMI as well */
-		err = intel_c20_compute_hdmi_tmds_pll(crtc_state, &hw_state->cx0pll.c20);
-
+	/*
+	 * Try the ideal C20 HDMI tables before trying to compute them since the values
+	 * calculated even though would be correct but not ideal
+	 */
 	if (err)
 		err = intel_c20pll_calc_state_from_table(crtc_state, encoder,
 							 &hw_state->cx0pll);
 
+	if (!is_dp && err)
+		err = intel_c20_compute_hdmi_tmds_pll(crtc_state, &hw_state->cx0pll.c20);
+		/* TODO: Update SSC state for HDMI as well */
+
 	if (err)
 		return err;
 
-- 
2.34.1


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

* ✓ CI.KUnit: success for drm/i915/cx0: Use the consolidated HDMI tables
  2025-12-16  8:27 [PATCH] drm/i915/cx0: Use the consolidated HDMI tables Suraj Kandpal
@ 2025-12-16 10:04 ` Patchwork
  2025-12-16 11:34 ` ✓ Xe.CI.BAT: " Patchwork
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2025-12-16 10:04 UTC (permalink / raw)
  To: Suraj Kandpal; +Cc: intel-xe

== Series Details ==

Series: drm/i915/cx0: Use the consolidated HDMI tables
URL   : https://patchwork.freedesktop.org/series/159083/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/i915/cx0: Use the consolidated HDMI tables
  2025-12-16  8:27 [PATCH] drm/i915/cx0: Use the consolidated HDMI tables Suraj Kandpal
  2025-12-16 10:04 ` ✓ CI.KUnit: success for " Patchwork
@ 2025-12-16 11:34 ` Patchwork
  2025-12-17  1:54 ` ✓ Xe.CI.Full: " Patchwork
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2025-12-16 11:34 UTC (permalink / raw)
  To: Suraj Kandpal; +Cc: intel-xe

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

== Series Details ==

Series: drm/i915/cx0: Use the consolidated HDMI tables
URL   : https://patchwork.freedesktop.org/series/159083/
State : success

== Summary ==

CI Bug Log - changes from xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c_BAT -> xe-pw-159083v1_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (12 -> 12)
------------------------------

  No changes in participating hosts

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

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

### IGT changes ###

#### Issues hit ####

  * igt@xe_waitfence@abstime:
    - bat-dg2-oem2:       [PASS][1] -> [TIMEOUT][2] ([Intel XE#6506])
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c/bat-dg2-oem2/igt@xe_waitfence@abstime.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/bat-dg2-oem2/igt@xe_waitfence@abstime.html

  * igt@xe_waitfence@engine:
    - bat-dg2-oem2:       [PASS][3] -> [FAIL][4] ([Intel XE#6519])
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c/bat-dg2-oem2/igt@xe_waitfence@engine.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/bat-dg2-oem2/igt@xe_waitfence@engine.html

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


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

  * Linux: xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c -> xe-pw-159083v1

  IGT_8666: 8666
  xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c: 301c90aee06999676070d16b9f508541f7d5bf5c
  xe-pw-159083v1: 159083v1

== Logs ==

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

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

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

* ✓ Xe.CI.Full: success for drm/i915/cx0: Use the consolidated HDMI tables
  2025-12-16  8:27 [PATCH] drm/i915/cx0: Use the consolidated HDMI tables Suraj Kandpal
  2025-12-16 10:04 ` ✓ CI.KUnit: success for " Patchwork
  2025-12-16 11:34 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-12-17  1:54 ` Patchwork
  2025-12-18 14:32 ` [PATCH] " Nautiyal, Ankit K
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2025-12-17  1:54 UTC (permalink / raw)
  To: Suraj Kandpal; +Cc: intel-xe

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

== Series Details ==

Series: drm/i915/cx0: Use the consolidated HDMI tables
URL   : https://patchwork.freedesktop.org/series/159083/
State : success

== Summary ==

CI Bug Log - changes from xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c_FULL -> xe-pw-159083v1_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-159083v1_FULL that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@kms_async_flips@alternate-sync-async-flip-atomic:
    - shard-bmg:          [PASS][1] -> [FAIL][2] ([Intel XE#3718] / [Intel XE#6078])
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c/shard-bmg-5/igt@kms_async_flips@alternate-sync-async-flip-atomic.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-5/igt@kms_async_flips@alternate-sync-async-flip-atomic.html

  * igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-dp-2:
    - shard-bmg:          [PASS][3] -> [FAIL][4] ([Intel XE#6078])
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c/shard-bmg-5/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-dp-2.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-5/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-dp-2.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
    - shard-bmg:          NOTRUN -> [SKIP][5] ([Intel XE#2370])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html

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

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

  * igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p:
    - shard-bmg:          NOTRUN -> [SKIP][8] ([Intel XE#2314] / [Intel XE#2894])
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs@pipe-c-dp-2:
    - shard-bmg:          NOTRUN -> [SKIP][9] ([Intel XE#2652] / [Intel XE#787]) +17 other tests skip
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs@pipe-c-dp-2.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][10] ([Intel XE#3432])
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][11] ([Intel XE#2887]) +3 other tests skip
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-1/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html

  * igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate:
    - shard-bmg:          NOTRUN -> [SKIP][12] ([Intel XE#2252]) +5 other tests skip
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html

  * igt@kms_cursor_crc@cursor-offscreen-128x42:
    - shard-bmg:          NOTRUN -> [SKIP][13] ([Intel XE#2320])
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-1/igt@kms_cursor_crc@cursor-offscreen-128x42.html

  * igt@kms_cursor_crc@cursor-onscreen-512x512:
    - shard-bmg:          NOTRUN -> [SKIP][14] ([Intel XE#2321]) +1 other test skip
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@kms_cursor_crc@cursor-onscreen-512x512.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
    - shard-bmg:          NOTRUN -> [DMESG-WARN][15] ([Intel XE#5354])
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html

  * igt@kms_dirtyfb@psr-dirtyfb-ioctl:
    - shard-bmg:          NOTRUN -> [SKIP][16] ([Intel XE#1508])
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html

  * igt@kms_dp_linktrain_fallback@dsc-fallback:
    - shard-bmg:          NOTRUN -> [SKIP][17] ([Intel XE#4331])
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-1/igt@kms_dp_linktrain_fallback@dsc-fallback.html

  * igt@kms_flip@flip-vs-expired-vblank@a-edp1:
    - shard-lnl:          [PASS][18] -> [FAIL][19] ([Intel XE#301])
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][20] ([Intel XE#2311]) +12 other tests skip
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][21] ([Intel XE#4141]) +4 other tests skip
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][22] ([Intel XE#2313]) +11 other tests skip
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html

  * igt@kms_hdr@bpc-switch-suspend:
    - shard-bmg:          NOTRUN -> [ABORT][23] ([Intel XE#6740]) +1 other test abort
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-1/igt@kms_hdr@bpc-switch-suspend.html

  * igt@kms_joiner@basic-force-ultra-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][24] ([Intel XE#2934] / [Intel XE#6590])
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@kms_joiner@basic-force-ultra-joiner.html

  * igt@kms_plane_multiple@2x-tiling-y:
    - shard-bmg:          NOTRUN -> [SKIP][25] ([Intel XE#5021])
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@kms_plane_multiple@2x-tiling-y.html

  * igt@kms_pm_dc@dc3co-vpb-simulation:
    - shard-bmg:          NOTRUN -> [SKIP][26] ([Intel XE#2391])
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@kms_pm_dc@dc3co-vpb-simulation.html

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

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

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
    - shard-bmg:          NOTRUN -> [SKIP][29] ([Intel XE#3414] / [Intel XE#3904])
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html

  * igt@kms_sharpness_filter@filter-tap:
    - shard-bmg:          NOTRUN -> [SKIP][30] ([Intel XE#6503])
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@kms_sharpness_filter@filter-tap.html

  * igt@kms_vrr@flip-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][31] ([Intel XE#1499]) +1 other test skip
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@kms_vrr@flip-suspend.html

  * igt@xe_compute@ccs-mode-compute-kernel:
    - shard-bmg:          NOTRUN -> [SKIP][32] ([Intel XE#6599])
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@xe_compute@ccs-mode-compute-kernel.html

  * igt@xe_eudebug@basic-vm-bind-extended-discovery:
    - shard-bmg:          NOTRUN -> [SKIP][33] ([Intel XE#4837]) +1 other test skip
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@xe_eudebug@basic-vm-bind-extended-discovery.html

  * igt@xe_eudebug_online@pagefault-write-stress:
    - shard-bmg:          NOTRUN -> [SKIP][34] ([Intel XE#6665] / [Intel XE#6681])
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@xe_eudebug_online@pagefault-write-stress.html

  * igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram:
    - shard-bmg:          NOTRUN -> [SKIP][35] ([Intel XE#4837] / [Intel XE#6665])
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram.html

  * igt@xe_exec_basic@multigpu-no-exec-bindexecqueue:
    - shard-bmg:          NOTRUN -> [SKIP][36] ([Intel XE#2322]) +5 other tests skip
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-1/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue.html

  * igt@xe_exec_multi_queue@one-queue-priority-smem:
    - shard-bmg:          NOTRUN -> [SKIP][37] ([Intel XE#6874]) +8 other tests skip
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@xe_exec_multi_queue@one-queue-priority-smem.html

  * igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma:
    - shard-lnl:          [PASS][38] -> [FAIL][39] ([Intel XE#5625])
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c/shard-lnl-5/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma.html
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-lnl-4/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma.html

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

  * igt@xe_mmap@small-bar:
    - shard-bmg:          NOTRUN -> [SKIP][41] ([Intel XE#586])
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-8/igt@xe_mmap@small-bar.html

  * igt@xe_peer2peer@read:
    - shard-bmg:          NOTRUN -> [SKIP][42] ([Intel XE#2427])
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-1/igt@xe_peer2peer@read.html

  * igt@xe_pmu@engine-activity-accuracy-50@engine-drm_xe_engine_class_video_decode0:
    - shard-lnl:          [PASS][43] -> [FAIL][44] ([Intel XE#6251])
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c/shard-lnl-5/igt@xe_pmu@engine-activity-accuracy-50@engine-drm_xe_engine_class_video_decode0.html
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-lnl-4/igt@xe_pmu@engine-activity-accuracy-50@engine-drm_xe_engine_class_video_decode0.html

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

  
#### Possible fixes ####

  * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
    - shard-bmg:          [DMESG-WARN][46] ([Intel XE#5354]) -> [PASS][47]
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html

  * igt@kms_flip@flip-vs-expired-vblank@b-edp1:
    - shard-lnl:          [FAIL][48] ([Intel XE#301]) -> [PASS][49]
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html

  * igt@kms_vrr@flipline:
    - shard-lnl:          [FAIL][50] ([Intel XE#4227]) -> [PASS][51] +1 other test pass
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c/shard-lnl-3/igt@kms_vrr@flipline.html
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-lnl-2/igt@kms_vrr@flipline.html

  * igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_compute0:
    - shard-lnl:          [FAIL][52] ([Intel XE#6251]) -> [PASS][53] +1 other test pass
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c/shard-lnl-5/igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_compute0.html
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v1/shard-lnl-4/igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_compute0.html

  
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
  [Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
  [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#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
  [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
  [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
  [Intel XE#2391]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2391
  [Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
  [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#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
  [Intel XE#2934]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2934
  [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [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#3718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3718
  [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#4227]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4227
  [Intel XE#4331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4331
  [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#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
  [Intel XE#5354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5354
  [Intel XE#5625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5625
  [Intel XE#586]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/586
  [Intel XE#6078]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6078
  [Intel XE#6251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6251
  [Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
  [Intel XE#6590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6590
  [Intel XE#6599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6599
  [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#6740]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6740
  [Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
  [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787


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

  * Linux: xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c -> xe-pw-159083v1

  IGT_8666: 8666
  xe-4251-301c90aee06999676070d16b9f508541f7d5bf5c: 301c90aee06999676070d16b9f508541f7d5bf5c
  xe-pw-159083v1: 159083v1

== Logs ==

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

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

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

* Re: [PATCH] drm/i915/cx0: Use the consolidated HDMI tables
  2025-12-16  8:27 [PATCH] drm/i915/cx0: Use the consolidated HDMI tables Suraj Kandpal
                   ` (2 preceding siblings ...)
  2025-12-17  1:54 ` ✓ Xe.CI.Full: " Patchwork
@ 2025-12-18 14:32 ` Nautiyal, Ankit K
  2025-12-19  3:48 ` [PATCH v2] " Suraj Kandpal
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Nautiyal, Ankit K @ 2025-12-18 14:32 UTC (permalink / raw)
  To: Suraj Kandpal, intel-xe, intel-gfx; +Cc: imre.deak, mika.kahola


On 12/16/2025 1:57 PM, Suraj Kandpal wrote:
> Use the consolidated HDMI tables before we try to compute them via
> algorithm. The reason is that these are the ideal values and even
> though the values calculated via the HDMI algorithm are correct but
> not always ideal.


Will be good to mention that this change is for C20 PHY. For others we 
are already following the same policy.


>
> Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
> ---
>   drivers/gpu/drm/i915/display/intel_cx0_phy.c | 13 ++++++++-----
>   1 file changed, 8 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.c b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
> index f6d69627154e..d0f764189567 100644
> --- a/drivers/gpu/drm/i915/display/intel_cx0_phy.c
> +++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
> @@ -2671,15 +2671,18 @@ static int intel_c20pll_calc_state(const struct intel_crtc_state *crtc_state,
>   	hw_state->cx0pll.use_c10 = false;
>   	hw_state->cx0pll.lane_count = crtc_state->lane_count;
>   
> -	/* try computed C20 HDMI tables before using consolidated tables */
> -	if (!is_dp)
> -		/* TODO: Update SSC state for HDMI as well */
> -		err = intel_c20_compute_hdmi_tmds_pll(crtc_state, &hw_state->cx0pll.c20);
> -
> +	/*
> +	 * Try the ideal C20 HDMI tables before trying to compute them since the values
> +	 * calculated even though would be correct but not ideal
> +	 */
>   	if (err)
>   		err = intel_c20pll_calc_state_from_table(crtc_state, encoder,
>   							 &hw_state->cx0pll);
>   
> +	if (!is_dp && err)
> +		err = intel_c20_compute_hdmi_tmds_pll(crtc_state, &hw_state->cx0pll.c20);
> +		/* TODO: Update SSC state for HDMI as well */

Nitpick: Let this comment be before the intel_c20_compute_hdmi_tmds_pl() 
call to match existing code.

In any case the change looks good to me.

Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>


Regards,

Ankit

> +
>   	if (err)
>   		return err;
>   

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

* [PATCH v2] drm/i915/cx0: Use the consolidated HDMI tables
  2025-12-16  8:27 [PATCH] drm/i915/cx0: Use the consolidated HDMI tables Suraj Kandpal
                   ` (3 preceding siblings ...)
  2025-12-18 14:32 ` [PATCH] " Nautiyal, Ankit K
@ 2025-12-19  3:48 ` Suraj Kandpal
  2025-12-22 14:47   ` Jani Nikula
  2025-12-19  4:03 ` ✓ CI.KUnit: success for drm/i915/cx0: Use the consolidated HDMI tables (rev2) Patchwork
                   ` (6 subsequent siblings)
  11 siblings, 1 reply; 14+ messages in thread
From: Suraj Kandpal @ 2025-12-19  3:48 UTC (permalink / raw)
  To: intel-xe, intel-gfx
  Cc: ankit.k.nautiyal, imre.deak, mika.kahola, Suraj Kandpal

Use the consolidated HDMI tables before we try to compute them via
algorithm. The reason is that these are the ideal values and even
though the values calculated via the HDMI algorithm are correct but
not always ideal. This is done for C20 and already exists for C10.

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
---
v1 -> v2: 
- Update commit message (Ankit)
- Change TODO comment line (Ankit)

 drivers/gpu/drm/i915/display/intel_cx0_phy.c | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.c b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
index f6d69627154e..f956a117f1f6 100644
--- a/drivers/gpu/drm/i915/display/intel_cx0_phy.c
+++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
@@ -2671,15 +2671,18 @@ static int intel_c20pll_calc_state(const struct intel_crtc_state *crtc_state,
 	hw_state->cx0pll.use_c10 = false;
 	hw_state->cx0pll.lane_count = crtc_state->lane_count;
 
-	/* try computed C20 HDMI tables before using consolidated tables */
-	if (!is_dp)
-		/* TODO: Update SSC state for HDMI as well */
-		err = intel_c20_compute_hdmi_tmds_pll(crtc_state, &hw_state->cx0pll.c20);
-
+	/*
+	 * Try the ideal C20 HDMI tables before trying to compute them since the values
+	 * calculated even though would be correct but not ideal
+	 */
 	if (err)
 		err = intel_c20pll_calc_state_from_table(crtc_state, encoder,
 							 &hw_state->cx0pll);
 
+	/* TODO: Update SSC state for HDMI as well */
+	if (!is_dp && err)
+		err = intel_c20_compute_hdmi_tmds_pll(crtc_state, &hw_state->cx0pll.c20);
+
 	if (err)
 		return err;
 
-- 
2.34.1


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

* ✓ CI.KUnit: success for drm/i915/cx0: Use the consolidated HDMI tables (rev2)
  2025-12-16  8:27 [PATCH] drm/i915/cx0: Use the consolidated HDMI tables Suraj Kandpal
                   ` (4 preceding siblings ...)
  2025-12-19  3:48 ` [PATCH v2] " Suraj Kandpal
@ 2025-12-19  4:03 ` Patchwork
  2025-12-19  4:37 ` ✓ Xe.CI.BAT: " Patchwork
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2025-12-19  4:03 UTC (permalink / raw)
  To: Suraj Kandpal; +Cc: intel-xe

== Series Details ==

Series: drm/i915/cx0: Use the consolidated HDMI tables (rev2)
URL   : https://patchwork.freedesktop.org/series/159083/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/i915/cx0: Use the consolidated HDMI tables (rev2)
  2025-12-16  8:27 [PATCH] drm/i915/cx0: Use the consolidated HDMI tables Suraj Kandpal
                   ` (5 preceding siblings ...)
  2025-12-19  4:03 ` ✓ CI.KUnit: success for drm/i915/cx0: Use the consolidated HDMI tables (rev2) Patchwork
@ 2025-12-19  4:37 ` Patchwork
  2025-12-20  8:06 ` ✗ Xe.CI.Full: failure " Patchwork
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2025-12-19  4:37 UTC (permalink / raw)
  To: Suraj Kandpal; +Cc: intel-xe

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

== Series Details ==

Series: drm/i915/cx0: Use the consolidated HDMI tables (rev2)
URL   : https://patchwork.freedesktop.org/series/159083/
State : success

== Summary ==

CI Bug Log - changes from xe-4272-93db616df689a410d961e7c614c57e61d17a29a0_BAT -> xe-pw-159083v2_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (12 -> 12)
------------------------------

  No changes in participating hosts

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

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

### IGT changes ###

#### Issues hit ####

  * igt@xe_module_load@load:
    - bat-bmg-1:          [PASS][1] -> [ABORT][2] ([Intel XE#6818])
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/bat-bmg-1/igt@xe_module_load@load.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/bat-bmg-1/igt@xe_module_load@load.html

  * igt@xe_waitfence@abstime:
    - bat-dg2-oem2:       [PASS][3] -> [TIMEOUT][4] ([Intel XE#6506])
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/bat-dg2-oem2/igt@xe_waitfence@abstime.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/bat-dg2-oem2/igt@xe_waitfence@abstime.html

  
#### Possible fixes ####

  * igt@xe_waitfence@engine:
    - bat-dg2-oem2:       [FAIL][5] ([Intel XE#6519]) -> [PASS][6]
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/bat-dg2-oem2/igt@xe_waitfence@engine.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/bat-dg2-oem2/igt@xe_waitfence@engine.html

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


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

  * Linux: xe-4272-93db616df689a410d961e7c614c57e61d17a29a0 -> xe-pw-159083v2

  IGT_8674: f38f4d8e9c65aff45ac807e646d06e38bc3193a2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-4272-93db616df689a410d961e7c614c57e61d17a29a0: 93db616df689a410d961e7c614c57e61d17a29a0
  xe-pw-159083v2: 159083v2

== Logs ==

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

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

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

* ✗ Xe.CI.Full: failure for drm/i915/cx0: Use the consolidated HDMI tables (rev2)
  2025-12-16  8:27 [PATCH] drm/i915/cx0: Use the consolidated HDMI tables Suraj Kandpal
                   ` (6 preceding siblings ...)
  2025-12-19  4:37 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-12-20  8:06 ` Patchwork
  2025-12-23  6:34 ` [PATCH v3] drm/i915/cx0: Use the consolidated HDMI tables Suraj Kandpal
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2025-12-20  8:06 UTC (permalink / raw)
  To: Suraj Kandpal; +Cc: intel-xe

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

== Series Details ==

Series: drm/i915/cx0: Use the consolidated HDMI tables (rev2)
URL   : https://patchwork.freedesktop.org/series/159083/
State : failure

== Summary ==

CI Bug Log - changes from xe-4272-93db616df689a410d961e7c614c57e61d17a29a0_FULL -> xe-pw-159083v2_FULL
====================================================

Summary
-------

  **FAILURE**

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

### IGT changes ###

#### Possible regressions ####

  * igt@kms_cursor_edge_walk@256x256-top-bottom@pipe-d-dp-2:
    - shard-bmg:          [PASS][1] -> [FAIL][2] +1 other test fail
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_cursor_edge_walk@256x256-top-bottom@pipe-d-dp-2.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-2/igt@kms_cursor_edge_walk@256x256-top-bottom@pipe-d-dp-2.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@fbdev@pan:
    - shard-bmg:          [PASS][3] -> [SKIP][4] ([Intel XE#2134])
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@fbdev@pan.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@fbdev@pan.html

  * igt@intel_hwmon@hwmon-read:
    - shard-bmg:          [PASS][5] -> [SKIP][6] ([Intel XE#5177] / [Intel XE#6703])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@intel_hwmon@hwmon-read.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@intel_hwmon@hwmon-read.html

  * igt@kms_async_flips@async-flip-suspend-resume@pipe-b-hdmi-a-3:
    - shard-bmg:          [PASS][7] -> [INCOMPLETE][8] ([Intel XE#4912]) +1 other test incomplete
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-1/igt@kms_async_flips@async-flip-suspend-resume@pipe-b-hdmi-a-3.html
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-1/igt@kms_async_flips@async-flip-suspend-resume@pipe-b-hdmi-a-3.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-270:
    - shard-bmg:          NOTRUN -> [SKIP][9] ([Intel XE#2327])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-8bpp-rotate-90:
    - shard-bmg:          NOTRUN -> [SKIP][10] ([Intel XE#1124]) +2 other tests skip
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html

  * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
    - shard-bmg:          [PASS][11] -> [SKIP][12] ([Intel XE#2314] / [Intel XE#2894])
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-10/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-4/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html

  * igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p:
    - shard-bmg:          NOTRUN -> [SKIP][13] ([Intel XE#2314] / [Intel XE#2894])
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html

  * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][14] ([Intel XE#2887]) +2 other tests skip
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-4/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3:
    - shard-bmg:          NOTRUN -> [SKIP][15] ([Intel XE#2652] / [Intel XE#787]) +11 other tests skip
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3.html

  * igt@kms_chamelium_color@ctm-negative:
    - shard-bmg:          NOTRUN -> [SKIP][16] ([Intel XE#2325])
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_chamelium_color@ctm-negative.html

  * igt@kms_chamelium_hpd@common-hpd-after-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][17] ([Intel XE#2252])
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_chamelium_hpd@common-hpd-after-suspend.html

  * igt@kms_content_protection@lic-type-0@pipe-a-dp-2:
    - shard-bmg:          NOTRUN -> [FAIL][18] ([Intel XE#1178]) +2 other tests fail
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_content_protection@lic-type-0@pipe-a-dp-2.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
    - shard-bmg:          [PASS][19] -> [SKIP][20] ([Intel XE#2291]) +1 other test skip
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html

  * igt@kms_dsc@dsc-with-bpc:
    - shard-bmg:          NOTRUN -> [SKIP][21] ([Intel XE#2244]) +1 other test skip
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_dsc@dsc-with-bpc.html

  * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible:
    - shard-bmg:          [PASS][22] -> [SKIP][23] ([Intel XE#2316]) +2 other tests skip
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-10/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-4/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible:
    - shard-lnl:          [PASS][24] -> [FAIL][25] ([Intel XE#301]) +2 other tests fail
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank-interruptible.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
    - shard-bmg:          NOTRUN -> [SKIP][26] ([Intel XE#2293] / [Intel XE#2380]) +1 other test skip
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html

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

  * igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-blt:
    - shard-bmg:          NOTRUN -> [SKIP][28] ([Intel XE#2311]) +7 other tests skip
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][29] ([Intel XE#2312]) +1 other test skip
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][30] ([Intel XE#4141]) +2 other tests skip
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][31] ([Intel XE#2313]) +5 other tests skip
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt.html

  * igt@kms_plane_cursor@viewport@pipe-b-hdmi-a-3-size-64:
    - shard-bmg:          NOTRUN -> [DMESG-FAIL][32] ([Intel XE#1727])
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-2/igt@kms_plane_cursor@viewport@pipe-b-hdmi-a-3-size-64.html

  * igt@kms_plane_multiple@tiling-y:
    - shard-bmg:          NOTRUN -> [SKIP][33] ([Intel XE#5020])
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_plane_multiple@tiling-y.html

  * igt@kms_pm_dc@deep-pkgc:
    - shard-bmg:          NOTRUN -> [SKIP][34] ([Intel XE#2505])
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_pm_dc@deep-pkgc.html

  * igt@kms_pm_rpm@i2c:
    - shard-bmg:          [PASS][35] -> [SKIP][36] ([Intel XE#6693]) +2 other tests skip
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@kms_pm_rpm@i2c.html
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_pm_rpm@i2c.html

  * igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area:
    - shard-bmg:          NOTRUN -> [SKIP][37] ([Intel XE#1406] / [Intel XE#1489]) +2 other tests skip
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area.html

  * igt@kms_psr@pr-sprite-plane-onoff:
    - shard-bmg:          NOTRUN -> [SKIP][38] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +3 other tests skip
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_psr@pr-sprite-plane-onoff.html

  * igt@kms_scaling_modes@scaling-mode-full-aspect:
    - shard-bmg:          NOTRUN -> [SKIP][39] ([Intel XE#2413])
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_scaling_modes@scaling-mode-full-aspect.html

  * igt@kms_vrr@lobf:
    - shard-bmg:          NOTRUN -> [SKIP][40] ([Intel XE#2168])
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-4/igt@kms_vrr@lobf.html

  * igt@testdisplay:
    - shard-bmg:          [PASS][41] -> [ABORT][42] ([Intel XE#6740])
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-10/igt@testdisplay.html
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@testdisplay.html

  * igt@xe_compute@eu-busy-10s:
    - shard-bmg:          NOTRUN -> [SKIP][43] ([Intel XE#6599])
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@xe_compute@eu-busy-10s.html

  * igt@xe_eudebug@attach-debug-metadata:
    - shard-bmg:          NOTRUN -> [SKIP][44] ([Intel XE#4837]) +1 other test skip
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@xe_eudebug@attach-debug-metadata.html

  * igt@xe_eudebug_online@pagefault-write-stress:
    - shard-bmg:          NOTRUN -> [SKIP][45] ([Intel XE#6665] / [Intel XE#6681])
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@xe_eudebug_online@pagefault-write-stress.html

  * igt@xe_exec_basic@many-execqueues-null-defer-bind:
    - shard-bmg:          [PASS][46] -> [SKIP][47] ([Intel XE#6703]) +432 other tests skip
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@xe_exec_basic@many-execqueues-null-defer-bind.html
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@xe_exec_basic@many-execqueues-null-defer-bind.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind:
    - shard-bmg:          NOTRUN -> [SKIP][48] ([Intel XE#2322]) +2 other tests skip
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html

  * igt@xe_exec_multi_queue@two-queues-priority:
    - shard-bmg:          NOTRUN -> [SKIP][49] ([Intel XE#6874]) +5 other tests skip
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@xe_exec_multi_queue@two-queues-priority.html

  * igt@xe_exec_system_allocator@once-mmap-race-nomemset:
    - shard-bmg:          [PASS][50] -> [SKIP][51] ([Intel XE#6557] / [Intel XE#6703]) +6 other tests skip
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@xe_exec_system_allocator@once-mmap-race-nomemset.html
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@xe_exec_system_allocator@once-mmap-race-nomemset.html

  * igt@xe_exec_system_allocator@process-many-execqueues-mmap-free-huge:
    - shard-bmg:          NOTRUN -> [SKIP][52] ([Intel XE#4943]) +9 other tests skip
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@xe_exec_system_allocator@process-many-execqueues-mmap-free-huge.html

  * igt@xe_live_ktest@xe_bo:
    - shard-bmg:          [PASS][53] -> [SKIP][54] ([Intel XE#2229]) +2 other tests skip
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@xe_live_ktest@xe_bo.html
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@xe_live_ktest@xe_bo.html

  * igt@xe_module_load@force-load:
    - shard-bmg:          NOTRUN -> [SKIP][55] ([Intel XE#2457])
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-4/igt@xe_module_load@force-load.html

  * igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_video_decode0:
    - shard-lnl:          [PASS][56] -> [FAIL][57] ([Intel XE#6251]) +2 other tests fail
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-lnl-5/igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_video_decode0.html
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-lnl-8/igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_video_decode0.html

  * igt@xe_query@multigpu-query-pxp-status:
    - shard-bmg:          NOTRUN -> [SKIP][58] ([Intel XE#944])
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@xe_query@multigpu-query-pxp-status.html

  * igt@xe_sriov_auto_provisioning@selfconfig-basic:
    - shard-bmg:          NOTRUN -> [FAIL][59] ([Intel XE#5937]) +3 other tests fail
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-4/igt@xe_sriov_auto_provisioning@selfconfig-basic.html

  
#### Possible fixes ####

  * igt@core_setmaster@master-drop-set-user:
    - shard-bmg:          [FAIL][60] ([Intel XE#4674]) -> [PASS][61]
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@core_setmaster@master-drop-set-user.html
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@core_setmaster@master-drop-set-user.html

  * igt@fbdev@eof:
    - shard-bmg:          [SKIP][62] ([Intel XE#2134]) -> [PASS][63]
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@fbdev@eof.html
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@fbdev@eof.html

  * igt@fbdev@read:
    - shard-bmg:          [FAIL][64] -> [PASS][65]
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@fbdev@read.html
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-7/igt@fbdev@read.html

  * igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p:
    - shard-bmg:          [SKIP][66] ([Intel XE#2314] / [Intel XE#2894]) -> [PASS][67]
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-2/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
    - shard-bmg:          [SKIP][68] ([Intel XE#2291]) -> [PASS][69] +2 other tests pass
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-2/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html

  * igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
    - shard-bmg:          [SKIP][70] ([Intel XE#2316]) -> [PASS][71] +2 other tests pass
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-3/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank@b-edp1:
    - shard-lnl:          [FAIL][72] ([Intel XE#301]) -> [PASS][73]
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html

  * igt@kms_flip@flip-vs-expired-vblank@c-edp1:
    - shard-lnl:          [FAIL][74] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][75]
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html

  * igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-2:
    - shard-bmg:          [ABORT][76] ([Intel XE#6740]) -> [PASS][77] +1 other test pass
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-8/igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-2.html
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-4/igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-2.html

  * igt@kms_pm_rpm@system-suspend-idle:
    - shard-bmg:          [SKIP][78] ([Intel XE#6693]) -> [PASS][79]
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_pm_rpm@system-suspend-idle.html
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_pm_rpm@system-suspend-idle.html

  * igt@kms_setmode@invalid-clone-single-crtc:
    - shard-bmg:          [SKIP][80] ([Intel XE#1435]) -> [PASS][81]
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_setmode@invalid-clone-single-crtc.html
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-2/igt@kms_setmode@invalid-clone-single-crtc.html

  * igt@kms_vblank@ts-continuation-dpms-rpm@pipe-d-hdmi-a-3:
    - shard-bmg:          [SKIP][82] -> [PASS][83] +5 other tests pass
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-9/igt@kms_vblank@ts-continuation-dpms-rpm@pipe-d-hdmi-a-3.html
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_vblank@ts-continuation-dpms-rpm@pipe-d-hdmi-a-3.html

  * igt@xe_exec_balancer@many-parallel-userptr-invalidate-race:
    - shard-bmg:          [SKIP][84] ([Intel XE#6557] / [Intel XE#6703]) -> [PASS][85] +5 other tests pass
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@xe_exec_balancer@many-parallel-userptr-invalidate-race.html
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@xe_exec_balancer@many-parallel-userptr-invalidate-race.html

  * igt@xe_exec_system_allocator@many-large-execqueues-mmap-free-nomemset:
    - shard-bmg:          [SKIP][86] ([Intel XE#6703]) -> [PASS][87] +403 other tests pass
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@xe_exec_system_allocator@many-large-execqueues-mmap-free-nomemset.html
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@xe_exec_system_allocator@many-large-execqueues-mmap-free-nomemset.html

  * igt@xe_module_load@many-reload:
    - shard-bmg:          [FAIL][88] ([Intel XE#6913]) -> [PASS][89]
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@xe_module_load@many-reload.html
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@xe_module_load@many-reload.html

  
#### Warnings ####

  * igt@kms_big_fb@x-tiled-16bpp-rotate-270:
    - shard-bmg:          [SKIP][90] ([Intel XE#2327]) -> [SKIP][91] ([Intel XE#6703]) +2 other tests skip
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-90:
    - shard-bmg:          [SKIP][92] ([Intel XE#6703]) -> [SKIP][93] ([Intel XE#2327]) +3 other tests skip
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-2/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180:
    - shard-bmg:          [SKIP][94] ([Intel XE#6703]) -> [SKIP][95] ([Intel XE#1124]) +5 other tests skip
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
    - shard-bmg:          [SKIP][96] ([Intel XE#1124]) -> [SKIP][97] ([Intel XE#6703]) +6 other tests skip
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html

  * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
    - shard-bmg:          [SKIP][98] ([Intel XE#607]) -> [SKIP][99] ([Intel XE#6703])
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html

  * igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p:
    - shard-bmg:          [SKIP][100] ([Intel XE#6703]) -> [SKIP][101] ([Intel XE#2314] / [Intel XE#2894])
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html

  * igt@kms_bw@linear-tiling-1-displays-3840x2160p:
    - shard-bmg:          [SKIP][102] ([Intel XE#6703]) -> [SKIP][103] ([Intel XE#367]) +1 other test skip
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html

  * igt@kms_bw@linear-tiling-3-displays-1920x1080p:
    - shard-bmg:          [SKIP][104] ([Intel XE#367]) -> [SKIP][105] ([Intel XE#6703]) +2 other tests skip
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@kms_bw@linear-tiling-3-displays-1920x1080p.html
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_bw@linear-tiling-3-displays-1920x1080p.html

  * igt@kms_ccs@crc-primary-basic-yf-tiled-ccs:
    - shard-bmg:          [SKIP][106] ([Intel XE#6703]) -> [SKIP][107] ([Intel XE#2887]) +4 other tests skip
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_ccs@crc-primary-basic-yf-tiled-ccs.html
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_ccs@crc-primary-basic-yf-tiled-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
    - shard-bmg:          [SKIP][108] ([Intel XE#6703]) -> [SKIP][109] ([Intel XE#2652] / [Intel XE#787])
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs:
    - shard-bmg:          [SKIP][110] ([Intel XE#6703]) -> [SKIP][111] ([Intel XE#3432]) +1 other test skip
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs:
    - shard-bmg:          [SKIP][112] ([Intel XE#2887]) -> [SKIP][113] ([Intel XE#6703]) +11 other tests skip
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
    - shard-bmg:          [SKIP][114] ([Intel XE#2652] / [Intel XE#787]) -> [SKIP][115] ([Intel XE#6703])
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html

  * igt@kms_cdclk@mode-transition:
    - shard-bmg:          [SKIP][116] ([Intel XE#2724]) -> [SKIP][117] ([Intel XE#6703])
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@kms_cdclk@mode-transition.html
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_cdclk@mode-transition.html

  * igt@kms_chamelium_color@ctm-0-50:
    - shard-bmg:          [SKIP][118] ([Intel XE#6703]) -> [SKIP][119] ([Intel XE#2325])
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_chamelium_color@ctm-0-50.html
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_chamelium_color@ctm-0-50.html

  * igt@kms_chamelium_edid@dp-edid-change-during-hibernate:
    - shard-bmg:          [SKIP][120] ([Intel XE#2252]) -> [SKIP][121] ([Intel XE#6703]) +6 other tests skip
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html

  * igt@kms_chamelium_edid@dp-edid-resolution-list:
    - shard-bmg:          [SKIP][122] ([Intel XE#6703]) -> [SKIP][123] ([Intel XE#2252]) +6 other tests skip
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_chamelium_edid@dp-edid-resolution-list.html
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_chamelium_edid@dp-edid-resolution-list.html

  * igt@kms_chamelium_sharpness_filter@filter-basic:
    - shard-bmg:          [SKIP][124] ([Intel XE#6507]) -> [SKIP][125] ([Intel XE#6703])
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_chamelium_sharpness_filter@filter-basic.html
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_chamelium_sharpness_filter@filter-basic.html

  * igt@kms_content_protection@legacy:
    - shard-bmg:          [SKIP][126] ([Intel XE#6703]) -> [FAIL][127] ([Intel XE#1178])
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_content_protection@legacy.html
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_content_protection@legacy.html

  * igt@kms_content_protection@mei-interface:
    - shard-bmg:          [SKIP][128] ([Intel XE#6703]) -> [SKIP][129] ([Intel XE#2341])
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_content_protection@mei-interface.html
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-2/igt@kms_content_protection@mei-interface.html

  * igt@kms_cursor_crc@cursor-offscreen-256x85:
    - shard-bmg:          [SKIP][130] ([Intel XE#2320]) -> [SKIP][131] ([Intel XE#6703]) +3 other tests skip
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_cursor_crc@cursor-offscreen-256x85.html
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_cursor_crc@cursor-offscreen-256x85.html

  * igt@kms_cursor_crc@cursor-offscreen-512x512:
    - shard-bmg:          [SKIP][132] ([Intel XE#2321]) -> [SKIP][133] ([Intel XE#6703]) +1 other test skip
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@kms_cursor_crc@cursor-offscreen-512x512.html
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_cursor_crc@cursor-offscreen-512x512.html

  * igt@kms_cursor_crc@cursor-onscreen-128x42:
    - shard-bmg:          [SKIP][134] ([Intel XE#6703]) -> [SKIP][135] ([Intel XE#2320]) +3 other tests skip
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_cursor_crc@cursor-onscreen-128x42.html
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_cursor_crc@cursor-onscreen-128x42.html

  * igt@kms_cursor_legacy@flip-vs-cursor-legacy:
    - shard-bmg:          [FAIL][136] ([Intel XE#5299]) -> [SKIP][137] ([Intel XE#6703])
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
    - shard-bmg:          [SKIP][138] ([Intel XE#6703]) -> [SKIP][139] ([Intel XE#2286])
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
    - shard-bmg:          [SKIP][140] ([Intel XE#2286]) -> [SKIP][141] ([Intel XE#6703])
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html

  * igt@kms_dirtyfb@psr-dirtyfb-ioctl:
    - shard-bmg:          [SKIP][142] ([Intel XE#6703]) -> [SKIP][143] ([Intel XE#1508])
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html

  * igt@kms_dsc@dsc-fractional-bpp:
    - shard-bmg:          [SKIP][144] ([Intel XE#2244]) -> [SKIP][145] ([Intel XE#6703]) +1 other test skip
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@kms_dsc@dsc-fractional-bpp.html
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_dsc@dsc-fractional-bpp.html

  * igt@kms_feature_discovery@display-2x:
    - shard-bmg:          [SKIP][146] ([Intel XE#2373]) -> [SKIP][147] ([Intel XE#6703])
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_feature_discovery@display-2x.html
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_feature_discovery@display-2x.html

  * igt@kms_flip@2x-flip-vs-dpms:
    - shard-bmg:          [SKIP][148] ([Intel XE#2316]) -> [SKIP][149] ([Intel XE#6703]) +3 other tests skip
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_flip@2x-flip-vs-dpms.html
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_flip@2x-flip-vs-dpms.html

  * igt@kms_flip@flip-vs-expired-vblank:
    - shard-lnl:          [FAIL][150] ([Intel XE#301] / [Intel XE#3149]) -> [FAIL][151] ([Intel XE#301])
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank.html
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
    - shard-bmg:          [SKIP][152] ([Intel XE#2293] / [Intel XE#2380]) -> [SKIP][153] ([Intel XE#6703]) +1 other test skip
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
    - shard-bmg:          [SKIP][154] ([Intel XE#6703]) -> [SKIP][155] ([Intel XE#2293] / [Intel XE#2380]) +2 other tests skip
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt:
    - shard-bmg:          [SKIP][156] ([Intel XE#2311]) -> [SKIP][157] ([Intel XE#2312]) +9 other tests skip
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-10/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][158] ([Intel XE#2312]) -> [SKIP][159] ([Intel XE#6703]) +7 other tests skip
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt:
    - shard-bmg:          [SKIP][160] ([Intel XE#2312]) -> [SKIP][161] ([Intel XE#2311]) +5 other tests skip
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt.html
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt:
    - shard-bmg:          [SKIP][162] ([Intel XE#4141]) -> [SKIP][163] ([Intel XE#6703]) +6 other tests skip
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt.html
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][164] ([Intel XE#2312]) -> [SKIP][165] ([Intel XE#4141]) +3 other tests skip
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
    - shard-bmg:          [SKIP][166] ([Intel XE#4141]) -> [SKIP][167] ([Intel XE#6557] / [Intel XE#6703])
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
    - shard-bmg:          [SKIP][168] ([Intel XE#4141]) -> [SKIP][169] ([Intel XE#2312]) +2 other tests skip
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-10/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
   [169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
    - shard-bmg:          [SKIP][170] ([Intel XE#6703]) -> [SKIP][171] ([Intel XE#4141]) +13 other tests skip
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-indfb-draw-render:
    - shard-bmg:          [SKIP][172] ([Intel XE#2311]) -> [SKIP][173] ([Intel XE#6703]) +17 other tests skip
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-indfb-draw-render.html
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][174] ([Intel XE#6703]) -> [SKIP][175] ([Intel XE#2311]) +19 other tests skip
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html
   [175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt:
    - shard-bmg:          [SKIP][176] ([Intel XE#2312]) -> [SKIP][177] ([Intel XE#6557] / [Intel XE#6703])
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt.html
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
    - shard-bmg:          [SKIP][178] ([Intel XE#6703]) -> [SKIP][179] ([Intel XE#2352])
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
    - shard-bmg:          [SKIP][180] ([Intel XE#2312]) -> [SKIP][181] ([Intel XE#2313]) +7 other tests skip
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
   [181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt:
    - shard-bmg:          [SKIP][182] ([Intel XE#2313]) -> [SKIP][183] ([Intel XE#6703]) +18 other tests skip
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][184] ([Intel XE#6703]) -> [SKIP][185] ([Intel XE#2313]) +23 other tests skip
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
    - shard-bmg:          [SKIP][186] ([Intel XE#2313]) -> [SKIP][187] ([Intel XE#2312]) +8 other tests skip
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-10/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
   [187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html

  * igt@kms_hdr@invalid-hdr:
    - shard-bmg:          [ABORT][188] ([Intel XE#6740]) -> [SKIP][189] ([Intel XE#1503])
   [188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@kms_hdr@invalid-hdr.html
   [189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_hdr@invalid-hdr.html

  * igt@kms_joiner@basic-ultra-joiner:
    - shard-bmg:          [SKIP][190] ([Intel XE#6911]) -> [SKIP][191] ([Intel XE#6703])
   [190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@kms_joiner@basic-ultra-joiner.html
   [191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_joiner@basic-ultra-joiner.html

  * igt@kms_joiner@invalid-modeset-big-joiner:
    - shard-bmg:          [SKIP][192] ([Intel XE#6703]) -> [SKIP][193] ([Intel XE#6901])
   [192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_joiner@invalid-modeset-big-joiner.html
   [193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_joiner@invalid-modeset-big-joiner.html

  * igt@kms_joiner@invalid-modeset-force-ultra-joiner:
    - shard-bmg:          [SKIP][194] ([Intel XE#6703]) -> [SKIP][195] ([Intel XE#6911])
   [194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
   [195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html

  * igt@kms_panel_fitting@legacy:
    - shard-bmg:          [SKIP][196] ([Intel XE#2486]) -> [SKIP][197] ([Intel XE#6703]) +1 other test skip
   [196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@kms_panel_fitting@legacy.html
   [197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_panel_fitting@legacy.html

  * igt@kms_pipe_stress@stress-xrgb8888-ytiled:
    - shard-bmg:          [SKIP][198] ([Intel XE#4329]) -> [SKIP][199] ([Intel XE#6703])
   [198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
   [199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html

  * igt@kms_plane_cursor@viewport:
    - shard-bmg:          [SKIP][200] ([Intel XE#6703]) -> [INCOMPLETE][201] ([Intel XE#1727])
   [200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_plane_cursor@viewport.html
   [201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-2/igt@kms_plane_cursor@viewport.html

  * igt@kms_plane_multiple@2x-tiling-yf:
    - shard-bmg:          [SKIP][202] ([Intel XE#4596]) -> [SKIP][203] ([Intel XE#5021])
   [202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_plane_multiple@2x-tiling-yf.html
   [203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-3/igt@kms_plane_multiple@2x-tiling-yf.html

  * igt@kms_plane_multiple@tiling-yf:
    - shard-bmg:          [SKIP][204] ([Intel XE#5020]) -> [SKIP][205] ([Intel XE#6703])
   [204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@kms_plane_multiple@tiling-yf.html
   [205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_plane_multiple@tiling-yf.html

  * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
    - shard-bmg:          [SKIP][206] ([Intel XE#6886]) -> [SKIP][207] ([Intel XE#6703]) +1 other test skip
   [206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
   [207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html

  * igt@kms_pm_backlight@bad-brightness:
    - shard-bmg:          [SKIP][208] ([Intel XE#6703]) -> [SKIP][209] ([Intel XE#870])
   [208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_pm_backlight@bad-brightness.html
   [209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_pm_backlight@bad-brightness.html

  * igt@kms_pm_dc@dc3co-vpb-simulation:
    - shard-bmg:          [SKIP][210] ([Intel XE#6703]) -> [SKIP][211] ([Intel XE#2391])
   [210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_pm_dc@dc3co-vpb-simulation.html
   [211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_pm_dc@dc3co-vpb-simulation.html

  * igt@kms_pm_rpm@modeset-lpsp:
    - shard-bmg:          [SKIP][212] ([Intel XE#6693]) -> [SKIP][213] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836])
   [212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_pm_rpm@modeset-lpsp.html
   [213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_pm_rpm@modeset-lpsp.html

  * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf:
    - shard-bmg:          [SKIP][214] ([Intel XE#1406] / [Intel XE#1489]) -> [SKIP][215] ([Intel XE#1406] / [Intel XE#6703]) +3 other tests skip
   [214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf.html
   [215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf.html

  * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
    - shard-bmg:          [SKIP][216] ([Intel XE#1406] / [Intel XE#6703]) -> [SKIP][217] ([Intel XE#1406] / [Intel XE#1489]) +5 other tests skip
   [216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
   [217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html

  * igt@kms_psr@fbc-psr2-cursor-plane-move:
    - shard-bmg:          [SKIP][218] ([Intel XE#1406] / [Intel XE#6703]) -> [SKIP][219] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +6 other tests skip
   [218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_psr@fbc-psr2-cursor-plane-move.html
   [219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_psr@fbc-psr2-cursor-plane-move.html

  * igt@kms_psr@psr-suspend:
    - shard-bmg:          [SKIP][220] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) -> [SKIP][221] ([Intel XE#1406] / [Intel XE#6703]) +10 other tests skip
   [220]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@kms_psr@psr-suspend.html
   [221]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_psr@psr-suspend.html

  * igt@kms_rotation_crc@primary-rotation-90:
    - shard-bmg:          [SKIP][222] ([Intel XE#6703]) -> [SKIP][223] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
   [222]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_rotation_crc@primary-rotation-90.html
   [223]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_rotation_crc@primary-rotation-90.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
    - shard-bmg:          [SKIP][224] ([Intel XE#2330]) -> [SKIP][225] ([Intel XE#6703])
   [224]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
   [225]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html

  * igt@kms_setmode@invalid-clone-exclusive-crtc:
    - shard-bmg:          [SKIP][226] ([Intel XE#6703]) -> [SKIP][227] ([Intel XE#1435])
   [226]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_setmode@invalid-clone-exclusive-crtc.html
   [227]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_setmode@invalid-clone-exclusive-crtc.html

  * igt@kms_sharpness_filter@filter-basic:
    - shard-bmg:          [SKIP][228] ([Intel XE#6503]) -> [SKIP][229] ([Intel XE#6703]) +1 other test skip
   [228]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_sharpness_filter@filter-basic.html
   [229]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_sharpness_filter@filter-basic.html

  * igt@kms_sharpness_filter@filter-scaler-downscale:
    - shard-bmg:          [SKIP][230] ([Intel XE#6703]) -> [SKIP][231] ([Intel XE#6503]) +1 other test skip
   [230]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_sharpness_filter@filter-scaler-downscale.html
   [231]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-2/igt@kms_sharpness_filter@filter-scaler-downscale.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-bmg:          [SKIP][232] ([Intel XE#6703]) -> [SKIP][233] ([Intel XE#2426])
   [232]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
   [233]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@kms_vrr@cmrr:
    - shard-bmg:          [SKIP][234] ([Intel XE#2168]) -> [SKIP][235] ([Intel XE#6703])
   [234]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@kms_vrr@cmrr.html
   [235]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_vrr@cmrr.html

  * igt@kms_vrr@flip-basic:
    - shard-bmg:          [SKIP][236] ([Intel XE#6703]) -> [SKIP][237] ([Intel XE#1499]) +1 other test skip
   [236]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@kms_vrr@flip-basic.html
   [237]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-7/igt@kms_vrr@flip-basic.html

  * igt@kms_vrr@flip-suspend:
    - shard-bmg:          [SKIP][238] ([Intel XE#1499]) -> [SKIP][239] ([Intel XE#6703])
   [238]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@kms_vrr@flip-suspend.html
   [239]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@kms_vrr@flip-suspend.html

  * igt@xe_eudebug@basic-vm-bind-vm-destroy:
    - shard-bmg:          [SKIP][240] ([Intel XE#6703]) -> [SKIP][241] ([Intel XE#4837]) +5 other tests skip
   [240]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@xe_eudebug@basic-vm-bind-vm-destroy.html
   [241]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@xe_eudebug@basic-vm-bind-vm-destroy.html

  * igt@xe_eudebug@multigpu-basic-client:
    - shard-bmg:          [SKIP][242] ([Intel XE#4837]) -> [SKIP][243] ([Intel XE#6703]) +4 other tests skip
   [242]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@xe_eudebug@multigpu-basic-client.html
   [243]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@xe_eudebug@multigpu-basic-client.html

  * igt@xe_eudebug_online@pagefault-one-of-many:
    - shard-bmg:          [SKIP][244] ([Intel XE#6703]) -> [SKIP][245] ([Intel XE#6665])
   [244]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@xe_eudebug_online@pagefault-one-of-many.html
   [245]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@xe_eudebug_online@pagefault-one-of-many.html

  * igt@xe_eudebug_online@set-breakpoint:
    - shard-bmg:          [SKIP][246] ([Intel XE#4837] / [Intel XE#6665]) -> [SKIP][247] ([Intel XE#6703]) +2 other tests skip
   [246]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@xe_eudebug_online@set-breakpoint.html
   [247]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@xe_eudebug_online@set-breakpoint.html

  * igt@xe_eudebug_online@single-step:
    - shard-bmg:          [SKIP][248] ([Intel XE#6703]) -> [SKIP][249] ([Intel XE#4837] / [Intel XE#6665]) +3 other tests skip
   [248]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@xe_eudebug_online@single-step.html
   [249]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-2/igt@xe_eudebug_online@single-step.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race:
    - shard-bmg:          [SKIP][250] ([Intel XE#6703]) -> [SKIP][251] ([Intel XE#2322]) +5 other tests skip
   [250]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race.html
   [251]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-7/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race.html

  * igt@xe_exec_basic@multigpu-once-null-defer-mmap:
    - shard-bmg:          [SKIP][252] ([Intel XE#2322]) -> [SKIP][253] ([Intel XE#6703]) +3 other tests skip
   [252]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@xe_exec_basic@multigpu-once-null-defer-mmap.html
   [253]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@xe_exec_basic@multigpu-once-null-defer-mmap.html

  * igt@xe_exec_multi_queue@max-queues-basic:
    - shard-bmg:          [SKIP][254] ([Intel XE#6703]) -> [SKIP][255] ([Intel XE#6874]) +20 other tests skip
   [254]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@xe_exec_multi_queue@max-queues-basic.html
   [255]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@xe_exec_multi_queue@max-queues-basic.html

  * igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-dyn-priority-smem:
    - shard-bmg:          [SKIP][256] ([Intel XE#6874]) -> [SKIP][257] ([Intel XE#6703]) +21 other tests skip
   [256]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-dyn-priority-smem.html
   [257]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-dyn-priority-smem.html

  * igt@xe_exec_system_allocator@many-64k-mmap-huge:
    - shard-bmg:          [SKIP][258] ([Intel XE#5007]) -> [SKIP][259] ([Intel XE#6703])
   [258]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@xe_exec_system_allocator@many-64k-mmap-huge.html
   [259]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@xe_exec_system_allocator@many-64k-mmap-huge.html

  * igt@xe_exec_system_allocator@many-64k-mmap-huge-nomemset:
    - shard-bmg:          [SKIP][260] ([Intel XE#6703]) -> [SKIP][261] ([Intel XE#5007])
   [260]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@xe_exec_system_allocator@many-64k-mmap-huge-nomemset.html
   [261]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-2/igt@xe_exec_system_allocator@many-64k-mmap-huge-nomemset.html

  * igt@xe_exec_system_allocator@many-execqueues-mmap-huge-nomemset:
    - shard-bmg:          [SKIP][262] ([Intel XE#4943]) -> [SKIP][263] ([Intel XE#6703]) +22 other tests skip
   [262]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-3/igt@xe_exec_system_allocator@many-execqueues-mmap-huge-nomemset.html
   [263]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@xe_exec_system_allocator@many-execqueues-mmap-huge-nomemset.html

  * igt@xe_exec_system_allocator@once-mmap-huge-nomemset:
    - shard-bmg:          [SKIP][264] ([Intel XE#6703]) -> [SKIP][265] ([Intel XE#4943]) +15 other tests skip
   [264]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@xe_exec_system_allocator@once-mmap-huge-nomemset.html
   [265]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-7/igt@xe_exec_system_allocator@once-mmap-huge-nomemset.html

  * igt@xe_pat@pat-index-xehpc:
    - shard-bmg:          [SKIP][266] ([Intel XE#1420]) -> [SKIP][267] ([Intel XE#6703])
   [266]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@xe_pat@pat-index-xehpc.html
   [267]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@xe_pat@pat-index-xehpc.html

  * igt@xe_pm@d3cold-mocs:
    - shard-bmg:          [SKIP][268] ([Intel XE#6703]) -> [SKIP][269] ([Intel XE#2284]) +2 other tests skip
   [268]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@xe_pm@d3cold-mocs.html
   [269]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@xe_pm@d3cold-mocs.html

  * igt@xe_pxp@pxp-src-to-pxp-dest-rendercopy:
    - shard-bmg:          [SKIP][270] ([Intel XE#6703]) -> [SKIP][271] ([Intel XE#4733])
   [270]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@xe_pxp@pxp-src-to-pxp-dest-rendercopy.html
   [271]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-8/igt@xe_pxp@pxp-src-to-pxp-dest-rendercopy.html

  * igt@xe_pxp@pxp-termination-key-update-post-suspend:
    - shard-bmg:          [SKIP][272] ([Intel XE#4733]) -> [SKIP][273] ([Intel XE#6703])
   [272]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-2/igt@xe_pxp@pxp-termination-key-update-post-suspend.html
   [273]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@xe_pxp@pxp-termination-key-update-post-suspend.html

  * igt@xe_query@multigpu-query-cs-cycles:
    - shard-bmg:          [SKIP][274] ([Intel XE#6703]) -> [SKIP][275] ([Intel XE#944])
   [274]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-5/igt@xe_query@multigpu-query-cs-cycles.html
   [275]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-10/igt@xe_query@multigpu-query-cs-cycles.html

  * igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz:
    - shard-bmg:          [SKIP][276] ([Intel XE#944]) -> [SKIP][277] ([Intel XE#6703]) +2 other tests skip
   [276]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4272-93db616df689a410d961e7c614c57e61d17a29a0/shard-bmg-4/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html
   [277]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v2/shard-bmg-5/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html

  
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
  [Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
  [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
  [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
  [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
  [Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
  [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
  [Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
  [Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
  [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
  [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#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
  [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
  [Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
  [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
  [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
  [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
  [Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
  [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
  [Intel XE#2391]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2391
  [Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
  [Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
  [Intel XE#2505]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2505
  [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
  [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [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#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
  [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
  [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#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
  [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#4329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4329
  [Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
  [Intel XE#4674]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4674
  [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
  [Intel XE#4912]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4912
  [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#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
  [Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
  [Intel XE#5177]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5177
  [Intel XE#5299]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5299
  [Intel XE#5937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5937
  [Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
  [Intel XE#6251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6251
  [Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
  [Intel XE#6507]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6507
  [Intel XE#6557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6557
  [Intel XE#6599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6599
  [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#6693]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6693
  [Intel XE#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703
  [Intel XE#6740]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6740
  [Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
  [Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
  [Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
  [Intel XE#6911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911
  [Intel XE#6913]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6913
  [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-4272-93db616df689a410d961e7c614c57e61d17a29a0 -> xe-pw-159083v2

  IGT_8674: f38f4d8e9c65aff45ac807e646d06e38bc3193a2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-4272-93db616df689a410d961e7c614c57e61d17a29a0: 93db616df689a410d961e7c614c57e61d17a29a0
  xe-pw-159083v2: 159083v2

== Logs ==

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

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

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

* Re: [PATCH v2] drm/i915/cx0: Use the consolidated HDMI tables
  2025-12-19  3:48 ` [PATCH v2] " Suraj Kandpal
@ 2025-12-22 14:47   ` Jani Nikula
  0 siblings, 0 replies; 14+ messages in thread
From: Jani Nikula @ 2025-12-22 14:47 UTC (permalink / raw)
  To: Suraj Kandpal, intel-xe, intel-gfx
  Cc: ankit.k.nautiyal, imre.deak, mika.kahola, Suraj Kandpal

On Fri, 19 Dec 2025, Suraj Kandpal <suraj.kandpal@intel.com> wrote:
> Use the consolidated HDMI tables before we try to compute them via
> algorithm. The reason is that these are the ideal values and even
> though the values calculated via the HDMI algorithm are correct but
> not always ideal. This is done for C20 and already exists for C10.
>
> Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
> Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
> ---
> v1 -> v2: 
> - Update commit message (Ankit)
> - Change TODO comment line (Ankit)
>
>  drivers/gpu/drm/i915/display/intel_cx0_phy.c | 13 ++++++++-----
>  1 file changed, 8 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.c b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
> index f6d69627154e..f956a117f1f6 100644
> --- a/drivers/gpu/drm/i915/display/intel_cx0_phy.c
> +++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
> @@ -2671,15 +2671,18 @@ static int intel_c20pll_calc_state(const struct intel_crtc_state *crtc_state,
>  	hw_state->cx0pll.use_c10 = false;
>  	hw_state->cx0pll.lane_count = crtc_state->lane_count;
>  
> -	/* try computed C20 HDMI tables before using consolidated tables */
> -	if (!is_dp)
> -		/* TODO: Update SSC state for HDMI as well */
> -		err = intel_c20_compute_hdmi_tmds_pll(crtc_state, &hw_state->cx0pll.c20);
> -
> +	/*
> +	 * Try the ideal C20 HDMI tables before trying to compute them since the values
> +	 * calculated even though would be correct but not ideal
> +	 */

Parse error. Please do something about the grammar.

BR,
Jani.

>  	if (err)
>  		err = intel_c20pll_calc_state_from_table(crtc_state, encoder,
>  							 &hw_state->cx0pll);
>  
> +	/* TODO: Update SSC state for HDMI as well */
> +	if (!is_dp && err)
> +		err = intel_c20_compute_hdmi_tmds_pll(crtc_state, &hw_state->cx0pll.c20);
> +
>  	if (err)
>  		return err;

-- 
Jani Nikula, Intel

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

* [PATCH v3] drm/i915/cx0: Use the consolidated HDMI tables
  2025-12-16  8:27 [PATCH] drm/i915/cx0: Use the consolidated HDMI tables Suraj Kandpal
                   ` (7 preceding siblings ...)
  2025-12-20  8:06 ` ✗ Xe.CI.Full: failure " Patchwork
@ 2025-12-23  6:34 ` Suraj Kandpal
  2025-12-23  7:29 ` ✓ CI.KUnit: success for drm/i915/cx0: Use the consolidated HDMI tables (rev3) Patchwork
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Suraj Kandpal @ 2025-12-23  6:34 UTC (permalink / raw)
  To: intel-xe, intel-gfx
  Cc: ankit.k.nautiyal, imre.deak, mika.kahola, Suraj Kandpal

Use the consolidated HDMI tables before we try to compute them via
algorithm. The reason is that these are the ideal values and even
though the values calculated via the HDMI algorithm are correct but
not always ideal. This is done for C20 and already exists for C10.

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
---
v1 -> v2: 
- Update commit message (Ankit)
- Change TODO comment line (Ankit)

v2 -> v3
- Fix comment message grammar (Jani)

 drivers/gpu/drm/i915/display/intel_cx0_phy.c | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.c b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
index 2c87c58812da..7288065d2461 100644
--- a/drivers/gpu/drm/i915/display/intel_cx0_phy.c
+++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
@@ -2671,15 +2671,18 @@ static int intel_c20pll_calc_state(const struct intel_crtc_state *crtc_state,
 	hw_state->cx0pll.use_c10 = false;
 	hw_state->cx0pll.lane_count = crtc_state->lane_count;
 
-	/* try computed C20 HDMI tables before using consolidated tables */
-	if (!is_dp)
-		/* TODO: Update SSC state for HDMI as well */
-		err = intel_c20_compute_hdmi_tmds_pll(crtc_state, &hw_state->cx0pll.c20);
-
+	/*
+	 * Try the ideal C20 HDMI tables before computing them, since the calculated
+	 * values, although correct, may not be optimal.
+	 */
 	if (err)
 		err = intel_c20pll_calc_state_from_table(crtc_state, encoder,
 							 &hw_state->cx0pll);
 
+	/* TODO: Update SSC state for HDMI as well */
+	if (!is_dp && err)
+		err = intel_c20_compute_hdmi_tmds_pll(crtc_state, &hw_state->cx0pll.c20);
+
 	if (err)
 		return err;
 
-- 
2.34.1


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

* ✓ CI.KUnit: success for drm/i915/cx0: Use the consolidated HDMI tables (rev3)
  2025-12-16  8:27 [PATCH] drm/i915/cx0: Use the consolidated HDMI tables Suraj Kandpal
                   ` (8 preceding siblings ...)
  2025-12-23  6:34 ` [PATCH v3] drm/i915/cx0: Use the consolidated HDMI tables Suraj Kandpal
@ 2025-12-23  7:29 ` Patchwork
  2025-12-23  8:14 ` ✓ Xe.CI.BAT: " Patchwork
  2025-12-23 17:36 ` ✓ Xe.CI.Full: " Patchwork
  11 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2025-12-23  7:29 UTC (permalink / raw)
  To: Suraj Kandpal; +Cc: intel-xe

== Series Details ==

Series: drm/i915/cx0: Use the consolidated HDMI tables (rev3)
URL   : https://patchwork.freedesktop.org/series/159083/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/i915/cx0: Use the consolidated HDMI tables (rev3)
  2025-12-16  8:27 [PATCH] drm/i915/cx0: Use the consolidated HDMI tables Suraj Kandpal
                   ` (9 preceding siblings ...)
  2025-12-23  7:29 ` ✓ CI.KUnit: success for drm/i915/cx0: Use the consolidated HDMI tables (rev3) Patchwork
@ 2025-12-23  8:14 ` Patchwork
  2025-12-23 17:36 ` ✓ Xe.CI.Full: " Patchwork
  11 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2025-12-23  8:14 UTC (permalink / raw)
  To: Suraj Kandpal; +Cc: intel-xe

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

== Series Details ==

Series: drm/i915/cx0: Use the consolidated HDMI tables (rev3)
URL   : https://patchwork.freedesktop.org/series/159083/
State : success

== Summary ==

CI Bug Log - changes from xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9_BAT -> xe-pw-159083v3_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

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

  Missing    (1): bat-adlp-vm 

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

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

### IGT changes ###

#### Warnings ####

  * igt@xe_module_load@load:
    - bat-bmg-1:          [ABORT][1] ([Intel XE#6922]) -> [ABORT][2] ([Intel XE#6818])
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/bat-bmg-1/igt@xe_module_load@load.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/bat-bmg-1/igt@xe_module_load@load.html

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


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

  * Linux: xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9 -> xe-pw-159083v3

  IGT_8674: f38f4d8e9c65aff45ac807e646d06e38bc3193a2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9: f101d56dc32350daa45c130ff7a6d46512f614a9
  xe-pw-159083v3: 159083v3

== Logs ==

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

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

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

* ✓ Xe.CI.Full: success for drm/i915/cx0: Use the consolidated HDMI tables (rev3)
  2025-12-16  8:27 [PATCH] drm/i915/cx0: Use the consolidated HDMI tables Suraj Kandpal
                   ` (10 preceding siblings ...)
  2025-12-23  8:14 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-12-23 17:36 ` Patchwork
  11 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2025-12-23 17:36 UTC (permalink / raw)
  To: Kandpal, Suraj; +Cc: intel-xe

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

== Series Details ==

Series: drm/i915/cx0: Use the consolidated HDMI tables (rev3)
URL   : https://patchwork.freedesktop.org/series/159083/
State : success

== Summary ==

CI Bug Log - changes from xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9_FULL -> xe-pw-159083v3_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-159083v3_FULL that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-b-hdmi-a-3:
    - shard-bmg:          NOTRUN -> [INCOMPLETE][1] ([Intel XE#2705])
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-b-hdmi-a-3.html

  * igt@kms_big_fb@linear-64bpp-rotate-90:
    - shard-bmg:          NOTRUN -> [SKIP][2] ([Intel XE#2327])
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_big_fb@linear-64bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-16bpp-rotate-180:
    - shard-bmg:          NOTRUN -> [SKIP][3] ([Intel XE#1124]) +2 other tests skip
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_big_fb@y-tiled-16bpp-rotate-180.html

  * igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:
    - shard-bmg:          [PASS][4] -> [SKIP][5] ([Intel XE#2314] / [Intel XE#2894])
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-2/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-4/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html

  * igt@kms_bw@linear-tiling-1-displays-3840x2160p:
    - shard-bmg:          NOTRUN -> [SKIP][6] ([Intel XE#367])
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html

  * igt@kms_ccs@crc-primary-basic-yf-tiled-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][7] ([Intel XE#2887]) +2 other tests skip
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_ccs@crc-primary-basic-yf-tiled-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3:
    - shard-bmg:          NOTRUN -> [SKIP][8] ([Intel XE#2652] / [Intel XE#787]) +8 other tests skip
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
    - shard-bmg:          NOTRUN -> [SKIP][9] ([Intel XE#3432])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html

  * igt@kms_chamelium_color@ctm-0-50:
    - shard-bmg:          NOTRUN -> [SKIP][10] ([Intel XE#2325])
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_chamelium_color@ctm-0-50.html

  * igt@kms_chamelium_edid@dp-edid-resolution-list:
    - shard-bmg:          NOTRUN -> [SKIP][11] ([Intel XE#2252]) +2 other tests skip
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_chamelium_edid@dp-edid-resolution-list.html

  * igt@kms_content_protection@legacy:
    - shard-bmg:          NOTRUN -> [FAIL][12] ([Intel XE#1178]) +3 other tests fail
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_content_protection@legacy.html

  * igt@kms_cursor_crc@cursor-onscreen-512x170:
    - shard-bmg:          NOTRUN -> [SKIP][13] ([Intel XE#2321])
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_cursor_crc@cursor-onscreen-512x170.html

  * igt@kms_cursor_crc@cursor-rapid-movement-128x42:
    - shard-bmg:          NOTRUN -> [SKIP][14] ([Intel XE#2320])
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
    - shard-bmg:          [PASS][15] -> [SKIP][16] ([Intel XE#2291]) +3 other tests skip
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-2/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-4/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html

  * igt@kms_dirtyfb@psr-dirtyfb-ioctl:
    - shard-bmg:          NOTRUN -> [SKIP][17] ([Intel XE#1508]) +1 other test skip
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests:
    - shard-bmg:          NOTRUN -> [SKIP][18] ([Intel XE#4422])
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html

  * igt@kms_flip@2x-flip-vs-suspend-interruptible:
    - shard-bmg:          [PASS][19] -> [SKIP][20] ([Intel XE#2316]) +2 other tests skip
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-9/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-4/igt@kms_flip@2x-flip-vs-suspend-interruptible.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
    - shard-bmg:          NOTRUN -> [SKIP][21] ([Intel XE#2293] / [Intel XE#2380])
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode:
    - shard-bmg:          NOTRUN -> [SKIP][22] ([Intel XE#2293]) +4 other tests skip
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
    - shard-bmg:          NOTRUN -> [SKIP][23] ([Intel XE#4141]) +5 other tests skip
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][24] ([Intel XE#2311]) +7 other tests skip
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
    - shard-bmg:          NOTRUN -> [SKIP][25] ([Intel XE#2352])
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen:
    - shard-bmg:          NOTRUN -> [SKIP][26] ([Intel XE#2313]) +8 other tests skip
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen.html

  * igt@kms_hdr@static-toggle-suspend@pipe-a-dp-2:
    - shard-bmg:          NOTRUN -> [ABORT][27] ([Intel XE#6740])
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-9/igt@kms_hdr@static-toggle-suspend@pipe-a-dp-2.html

  * igt@kms_joiner@invalid-modeset-big-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][28] ([Intel XE#6901])
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_joiner@invalid-modeset-big-joiner.html

  * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b:
    - shard-bmg:          NOTRUN -> [SKIP][29] ([Intel XE#6886]) +7 other tests skip
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b.html

  * igt@kms_pm_backlight@bad-brightness:
    - shard-bmg:          NOTRUN -> [SKIP][30] ([Intel XE#870])
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_pm_backlight@bad-brightness.html

  * igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area:
    - shard-bmg:          NOTRUN -> [SKIP][31] ([Intel XE#1406] / [Intel XE#1489]) +3 other tests skip
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html

  * igt@kms_psr@fbc-psr2-cursor-plane-move:
    - shard-bmg:          NOTRUN -> [SKIP][32] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +5 other tests skip
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_psr@fbc-psr2-cursor-plane-move.html

  * igt@kms_rotation_crc@primary-rotation-90:
    - shard-bmg:          NOTRUN -> [SKIP][33] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_rotation_crc@primary-rotation-90.html

  * igt@kms_setmode@invalid-clone-exclusive-crtc:
    - shard-bmg:          NOTRUN -> [SKIP][34] ([Intel XE#1435])
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_setmode@invalid-clone-exclusive-crtc.html

  * igt@kms_sharpness_filter@filter-dpms:
    - shard-bmg:          NOTRUN -> [SKIP][35] ([Intel XE#6503])
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_sharpness_filter@filter-dpms.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-bmg:          NOTRUN -> [SKIP][36] ([Intel XE#2426])
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@kms_vblank@query-forked-hang@pipe-a-dp-2:
    - shard-bmg:          [PASS][37] -> [ABORT][38] ([Intel XE#5545]) +1 other test abort
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-4/igt@kms_vblank@query-forked-hang@pipe-a-dp-2.html
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-2/igt@kms_vblank@query-forked-hang@pipe-a-dp-2.html

  * igt@testdisplay:
    - shard-bmg:          [PASS][39] -> [ABORT][40] ([Intel XE#6740])
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-10/igt@testdisplay.html
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-7/igt@testdisplay.html

  * igt@xe_eudebug@vma-ufence-faultable:
    - shard-bmg:          NOTRUN -> [SKIP][41] ([Intel XE#4837])
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@xe_eudebug@vma-ufence-faultable.html

  * igt@xe_eudebug_online@pagefault-one-of-many:
    - shard-bmg:          NOTRUN -> [SKIP][42] ([Intel XE#6665])
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@xe_eudebug_online@pagefault-one-of-many.html

  * igt@xe_eudebug_online@pagefault-write:
    - shard-bmg:          NOTRUN -> [SKIP][43] ([Intel XE#4837] / [Intel XE#6665])
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@xe_eudebug_online@pagefault-write.html

  * igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-rebind:
    - shard-bmg:          NOTRUN -> [SKIP][44] ([Intel XE#2322]) +1 other test skip
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-rebind.html

  * igt@xe_exec_multi_queue@few-execs-preempt-mode-fault-priority:
    - shard-bmg:          NOTRUN -> [SKIP][45] ([Intel XE#6874]) +6 other tests skip
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@xe_exec_multi_queue@few-execs-preempt-mode-fault-priority.html

  * igt@xe_exec_system_allocator@many-64k-mmap-free-huge-nomemset:
    - shard-bmg:          NOTRUN -> [SKIP][46] ([Intel XE#5007])
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@xe_exec_system_allocator@many-64k-mmap-free-huge-nomemset.html

  * igt@xe_exec_system_allocator@threads-many-mmap-free-huge-nomemset:
    - shard-bmg:          NOTRUN -> [SKIP][47] ([Intel XE#4943]) +5 other tests skip
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@xe_exec_system_allocator@threads-many-mmap-free-huge-nomemset.html

  * igt@xe_live_ktest@xe_eudebug:
    - shard-bmg:          NOTRUN -> [SKIP][48] ([Intel XE#2833])
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@xe_live_ktest@xe_eudebug.html

  * igt@xe_pm@s4-d3cold-basic-exec:
    - shard-bmg:          NOTRUN -> [SKIP][49] ([Intel XE#2284])
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@xe_pm@s4-d3cold-basic-exec.html

  * igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq:
    - shard-bmg:          NOTRUN -> [SKIP][50] ([Intel XE#4733]) +1 other test skip
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq.html

  
#### Possible fixes ####

  * igt@core_hotunplug@hotreplug-lateclose:
    - shard-bmg:          [SKIP][51] ([Intel XE#6779]) -> [PASS][52]
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@core_hotunplug@hotreplug-lateclose.html
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@core_hotunplug@hotreplug-lateclose.html

  * igt@device_reset@unbind-reset-rebind:
    - shard-bmg:          [SKIP][53] ([Intel XE#6815]) -> [PASS][54]
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@device_reset@unbind-reset-rebind.html
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@device_reset@unbind-reset-rebind.html

  * igt@fbdev@unaligned-read:
    - shard-bmg:          [SKIP][55] ([Intel XE#2134]) -> [PASS][56] +1 other test pass
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@fbdev@unaligned-read.html
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-3/igt@fbdev@unaligned-read.html

  * igt@kms_async_flips@alternate-sync-async-flip-atomic:
    - shard-bmg:          [FAIL][57] ([Intel XE#3718] / [Intel XE#6078]) -> [PASS][58]
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-2/igt@kms_async_flips@alternate-sync-async-flip-atomic.html
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-4/igt@kms_async_flips@alternate-sync-async-flip-atomic.html

  * igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-dp-2:
    - shard-bmg:          [FAIL][59] ([Intel XE#6078]) -> [PASS][60]
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-2/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-dp-2.html
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-4/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-dp-2.html

  * igt@kms_flip@flip-vs-expired-vblank@a-edp1:
    - shard-lnl:          [FAIL][61] ([Intel XE#301]) -> [PASS][62] +1 other test pass
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html

  * igt@kms_hdr@invalid-metadata-sizes:
    - shard-bmg:          [ABORT][63] ([Intel XE#6740]) -> [PASS][64] +1 other test pass
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-9/igt@kms_hdr@invalid-metadata-sizes.html
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@kms_hdr@invalid-metadata-sizes.html

  * igt@kms_pm_rpm@i2c:
    - shard-bmg:          [SKIP][65] ([Intel XE#6693]) -> [PASS][66] +4 other tests pass
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_pm_rpm@i2c.html
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_pm_rpm@i2c.html

  * igt@xe_evict@evict-mixed-many-threads-small:
    - shard-bmg:          [INCOMPLETE][67] ([Intel XE#6321]) -> [PASS][68]
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-8/igt@xe_evict@evict-mixed-many-threads-small.html
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@xe_evict@evict-mixed-many-threads-small.html

  * igt@xe_exec_system_allocator@once-mmap-race-nomemset:
    - shard-bmg:          [SKIP][69] ([Intel XE#6557] / [Intel XE#6703]) -> [PASS][70] +8 other tests pass
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_exec_system_allocator@once-mmap-race-nomemset.html
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@xe_exec_system_allocator@once-mmap-race-nomemset.html

  * igt@xe_fault_injection@inject-fault-probe-function-wait_for_lmem_ready:
    - shard-bmg:          [SKIP][71] ([Intel XE#6703]) -> [PASS][72] +799 other tests pass
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_fault_injection@inject-fault-probe-function-wait_for_lmem_ready.html
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-10/igt@xe_fault_injection@inject-fault-probe-function-wait_for_lmem_ready.html

  * igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute:
    - shard-bmg:          [ABORT][73] -> [PASS][74]
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-8/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute.html
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-8/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute.html

  * igt@xe_live_ktest@xe_bo:
    - shard-bmg:          [SKIP][75] ([Intel XE#2229]) -> [PASS][76] +1 other test pass
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_live_ktest@xe_bo.html
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-7/igt@xe_live_ktest@xe_bo.html

  * igt@xe_mmap@vram-system:
    - shard-bmg:          [DMESG-WARN][77] -> [PASS][78]
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-2/igt@xe_mmap@vram-system.html
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-9/igt@xe_mmap@vram-system.html

  
#### Warnings ####

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
    - shard-bmg:          [SKIP][79] ([Intel XE#6703]) -> [INCOMPLETE][80] ([Intel XE#2705] / [Intel XE#6819])
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html

  * igt@kms_big_fb@linear-64bpp-rotate-270:
    - shard-bmg:          [SKIP][81] ([Intel XE#6703]) -> [SKIP][82] ([Intel XE#2327]) +3 other tests skip
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_big_fb@linear-64bpp-rotate-270.html
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-3/igt@kms_big_fb@linear-64bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
    - shard-bmg:          [SKIP][83] ([Intel XE#6703]) -> [SKIP][84] ([Intel XE#1124]) +14 other tests skip
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-3/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html

  * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
    - shard-bmg:          [SKIP][85] ([Intel XE#6703]) -> [SKIP][86] ([Intel XE#607])
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-7/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html

  * igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p:
    - shard-bmg:          [SKIP][87] ([Intel XE#6703]) -> [SKIP][88] ([Intel XE#2314] / [Intel XE#2894])
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-3/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html

  * igt@kms_bw@linear-tiling-1-displays-2160x1440p:
    - shard-bmg:          [SKIP][89] ([Intel XE#6703]) -> [SKIP][90] ([Intel XE#367]) +3 other tests skip
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs:
    - shard-bmg:          [SKIP][91] ([Intel XE#6703]) -> [SKIP][92] ([Intel XE#3432]) +1 other test skip
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-10/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs:
    - shard-bmg:          [SKIP][93] ([Intel XE#6703]) -> [SKIP][94] ([Intel XE#2887]) +22 other tests skip
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html

  * igt@kms_cdclk@plane-scaling:
    - shard-bmg:          [SKIP][95] ([Intel XE#6703]) -> [SKIP][96] ([Intel XE#2724]) +1 other test skip
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_cdclk@plane-scaling.html
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_cdclk@plane-scaling.html

  * igt@kms_chamelium_color@ctm-green-to-red:
    - shard-bmg:          [SKIP][97] ([Intel XE#6703]) -> [SKIP][98] ([Intel XE#2325])
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_chamelium_color@ctm-green-to-red.html
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-3/igt@kms_chamelium_color@ctm-green-to-red.html

  * igt@kms_chamelium_edid@dp-edid-change-during-hibernate:
    - shard-bmg:          [SKIP][99] ([Intel XE#6703]) -> [SKIP][100] ([Intel XE#2252]) +11 other tests skip
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html

  * igt@kms_content_protection@dp-mst-type-0:
    - shard-bmg:          [SKIP][101] ([Intel XE#6703]) -> [SKIP][102] ([Intel XE#2390])
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_content_protection@dp-mst-type-0.html
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_content_protection@dp-mst-type-0.html

  * igt@kms_cursor_crc@cursor-offscreen-512x512:
    - shard-bmg:          [SKIP][103] ([Intel XE#6703]) -> [SKIP][104] ([Intel XE#2321]) +2 other tests skip
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_cursor_crc@cursor-offscreen-512x512.html
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_cursor_crc@cursor-offscreen-512x512.html

  * igt@kms_cursor_crc@cursor-onscreen-max-size:
    - shard-bmg:          [SKIP][105] ([Intel XE#6703]) -> [SKIP][106] ([Intel XE#2320]) +4 other tests skip
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_cursor_crc@cursor-onscreen-max-size.html
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_cursor_crc@cursor-onscreen-max-size.html

  * igt@kms_cursor_crc@cursor-rapid-movement-256x85:
    - shard-bmg:          [SKIP][107] ([Intel XE#6557] / [Intel XE#6703]) -> [SKIP][108] ([Intel XE#2320])
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_cursor_crc@cursor-rapid-movement-256x85.html
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_cursor_crc@cursor-rapid-movement-256x85.html

  * igt@kms_cursor_legacy@flip-vs-cursor-legacy:
    - shard-bmg:          [SKIP][109] ([Intel XE#6703]) -> [FAIL][110] ([Intel XE#5299])
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-7/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
    - shard-bmg:          [SKIP][111] ([Intel XE#6703]) -> [SKIP][112] ([Intel XE#2286])
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html

  * igt@kms_dp_link_training@non-uhbr-mst:
    - shard-bmg:          [SKIP][113] ([Intel XE#6703]) -> [SKIP][114] ([Intel XE#4354])
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_dp_link_training@non-uhbr-mst.html
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_dp_link_training@non-uhbr-mst.html

  * igt@kms_dsc@dsc-fractional-bpp:
    - shard-bmg:          [SKIP][115] ([Intel XE#6703]) -> [SKIP][116] ([Intel XE#2244]) +2 other tests skip
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_dsc@dsc-fractional-bpp.html
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_dsc@dsc-fractional-bpp.html

  * igt@kms_fbcon_fbt@fbc:
    - shard-bmg:          [SKIP][117] ([Intel XE#6703]) -> [SKIP][118] ([Intel XE#4156])
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_fbcon_fbt@fbc.html
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-3/igt@kms_fbcon_fbt@fbc.html

  * igt@kms_fbcon_fbt@psr-suspend:
    - shard-bmg:          [SKIP][119] ([Intel XE#6703]) -> [SKIP][120] ([Intel XE#776])
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_fbcon_fbt@psr-suspend.html
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_fbcon_fbt@psr-suspend.html

  * igt@kms_feature_discovery@dp-mst:
    - shard-bmg:          [SKIP][121] ([Intel XE#6703]) -> [SKIP][122] ([Intel XE#2375])
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_feature_discovery@dp-mst.html
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-10/igt@kms_feature_discovery@dp-mst.html

  * igt@kms_feature_discovery@psr2:
    - shard-bmg:          [SKIP][123] ([Intel XE#6703]) -> [SKIP][124] ([Intel XE#2374])
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_feature_discovery@psr2.html
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_feature_discovery@psr2.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
    - shard-bmg:          [SKIP][125] ([Intel XE#6703]) -> [SKIP][126] ([Intel XE#2293] / [Intel XE#2380]) +3 other tests skip
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][127] ([Intel XE#2311]) -> [SKIP][128] ([Intel XE#2312]) +6 other tests skip
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-mmap-wc.html
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render:
    - shard-bmg:          [SKIP][129] ([Intel XE#6703]) -> [SKIP][130] ([Intel XE#2311]) +35 other tests skip
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt:
    - shard-bmg:          [SKIP][131] ([Intel XE#6703]) -> [SKIP][132] ([Intel XE#4141]) +17 other tests skip
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt.html
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
    - shard-bmg:          [SKIP][133] ([Intel XE#6557] / [Intel XE#6703]) -> [SKIP][134] ([Intel XE#4141])
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
    - shard-bmg:          [SKIP][135] ([Intel XE#4141]) -> [SKIP][136] ([Intel XE#2312]) +3 other tests skip
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-onoff:
    - shard-bmg:          [SKIP][137] ([Intel XE#2312]) -> [SKIP][138] ([Intel XE#2311])
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-onoff.html
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-move:
    - shard-bmg:          [SKIP][139] ([Intel XE#2313]) -> [SKIP][140] ([Intel XE#2312]) +4 other tests skip
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-move.html
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt:
    - shard-bmg:          [SKIP][141] ([Intel XE#6703]) -> [SKIP][142] ([Intel XE#2313]) +41 other tests skip
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-blt:
    - shard-bmg:          [SKIP][143] ([Intel XE#2312]) -> [SKIP][144] ([Intel XE#2313])
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-blt.html
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-blt.html

  * igt@kms_hdr@invalid-hdr:
    - shard-bmg:          [SKIP][145] ([Intel XE#6703]) -> [SKIP][146] ([Intel XE#1503])
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-2/igt@kms_hdr@invalid-hdr.html
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-9/igt@kms_hdr@invalid-hdr.html

  * igt@kms_hdr@static-toggle-suspend:
    - shard-bmg:          [SKIP][147] ([Intel XE#6703]) -> [ABORT][148] ([Intel XE#6740])
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-2/igt@kms_hdr@static-toggle-suspend.html
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-9/igt@kms_hdr@static-toggle-suspend.html

  * igt@kms_joiner@basic-ultra-joiner:
    - shard-bmg:          [SKIP][149] ([Intel XE#6703]) -> [SKIP][150] ([Intel XE#6911])
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_joiner@basic-ultra-joiner.html
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-7/igt@kms_joiner@basic-ultra-joiner.html

  * igt@kms_panel_fitting@legacy:
    - shard-bmg:          [SKIP][151] ([Intel XE#6703]) -> [SKIP][152] ([Intel XE#2486])
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_panel_fitting@legacy.html
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-7/igt@kms_panel_fitting@legacy.html

  * igt@kms_pipe_stress@stress-xrgb8888-ytiled:
    - shard-bmg:          [SKIP][153] ([Intel XE#6703]) -> [SKIP][154] ([Intel XE#4329] / [Intel XE#6912])
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-7/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
    - shard-lnl:          [SKIP][155] ([Intel XE#4329]) -> [SKIP][156] ([Intel XE#4329] / [Intel XE#6912])
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-lnl-2/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-lnl-4/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html

  * igt@kms_plane_lowres@tiling-y:
    - shard-bmg:          [SKIP][157] ([Intel XE#6703]) -> [SKIP][158] ([Intel XE#2393])
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_plane_lowres@tiling-y.html
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_plane_lowres@tiling-y.html

  * igt@kms_plane_multiple@tiling-yf:
    - shard-bmg:          [SKIP][159] ([Intel XE#6703]) -> [SKIP][160] ([Intel XE#5020])
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_plane_multiple@tiling-yf.html
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_plane_multiple@tiling-yf.html

  * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
    - shard-bmg:          [SKIP][161] ([Intel XE#6703]) -> [SKIP][162] ([Intel XE#6886]) +1 other test skip
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html

  * igt@kms_pm_backlight@brightness-with-dpms:
    - shard-bmg:          [SKIP][163] ([Intel XE#6703]) -> [SKIP][164] ([Intel XE#2938])
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_pm_backlight@brightness-with-dpms.html
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@kms_pm_backlight@brightness-with-dpms.html

  * igt@kms_pm_dc@dc5-retention-flops:
    - shard-bmg:          [SKIP][165] ([Intel XE#6703]) -> [SKIP][166] ([Intel XE#3309])
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_pm_dc@dc5-retention-flops.html
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-3/igt@kms_pm_dc@dc5-retention-flops.html

  * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf:
    - shard-bmg:          [SKIP][167] ([Intel XE#1406] / [Intel XE#6703]) -> [SKIP][168] ([Intel XE#1406] / [Intel XE#1489]) +9 other tests skip
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-2/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-9/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr@psr2-no-drrs:
    - shard-bmg:          [SKIP][169] ([Intel XE#1406] / [Intel XE#6703]) -> [SKIP][170] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +17 other tests skip
   [169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_psr@psr2-no-drrs.html
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-10/igt@kms_psr@psr2-no-drrs.html

  * igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
    - shard-bmg:          [SKIP][171] ([Intel XE#1406] / [Intel XE#6703]) -> [SKIP][172] ([Intel XE#1406] / [Intel XE#2414])
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-3/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html

  * igt@kms_scaling_modes@scaling-mode-full-aspect:
    - shard-bmg:          [SKIP][173] ([Intel XE#6703]) -> [SKIP][174] ([Intel XE#2413])
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-2/igt@kms_scaling_modes@scaling-mode-full-aspect.html
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-9/igt@kms_scaling_modes@scaling-mode-full-aspect.html

  * igt@kms_sharpness_filter@filter-formats:
    - shard-bmg:          [SKIP][175] ([Intel XE#6703]) -> [SKIP][176] ([Intel XE#6503]) +3 other tests skip
   [175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_sharpness_filter@filter-formats.html
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-3/igt@kms_sharpness_filter@filter-formats.html

  * igt@kms_tv_load_detect@load-detect:
    - shard-bmg:          [SKIP][177] ([Intel XE#6557] / [Intel XE#6703]) -> [SKIP][178] ([Intel XE#2450])
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_tv_load_detect@load-detect.html
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-3/igt@kms_tv_load_detect@load-detect.html

  * igt@kms_vrr@flip-suspend:
    - shard-bmg:          [SKIP][179] ([Intel XE#6703]) -> [SKIP][180] ([Intel XE#1499]) +1 other test skip
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@kms_vrr@flip-suspend.html
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-7/igt@kms_vrr@flip-suspend.html

  * igt@xe_eudebug@basic-vm-access-userptr:
    - shard-bmg:          [SKIP][181] ([Intel XE#6703]) -> [SKIP][182] ([Intel XE#4837]) +13 other tests skip
   [181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_eudebug@basic-vm-access-userptr.html
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@xe_eudebug@basic-vm-access-userptr.html

  * igt@xe_eudebug_online@set-breakpoint-sigint-debugger:
    - shard-bmg:          [SKIP][183] ([Intel XE#6703]) -> [SKIP][184] ([Intel XE#4837] / [Intel XE#6665]) +5 other tests skip
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_eudebug_online@set-breakpoint-sigint-debugger.html
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-10/igt@xe_eudebug_online@set-breakpoint-sigint-debugger.html

  * igt@xe_eudebug_sriov@deny-eudebug:
    - shard-bmg:          [SKIP][185] ([Intel XE#6703]) -> [SKIP][186] ([Intel XE#5793])
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_eudebug_sriov@deny-eudebug.html
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-3/igt@xe_eudebug_sriov@deny-eudebug.html

  * igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate:
    - shard-bmg:          [SKIP][187] ([Intel XE#6703]) -> [SKIP][188] ([Intel XE#2322]) +10 other tests skip
   [187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate.html
   [188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-3/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate.html

  * igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-priority:
    - shard-bmg:          [SKIP][189] ([Intel XE#6703]) -> [SKIP][190] ([Intel XE#6874]) +35 other tests skip
   [189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-priority.html
   [190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-priority.html

  * igt@xe_exec_system_allocator@many-64k-mmap-huge:
    - shard-bmg:          [SKIP][191] ([Intel XE#6703]) -> [SKIP][192] ([Intel XE#5007])
   [191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_exec_system_allocator@many-64k-mmap-huge.html
   [192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-7/igt@xe_exec_system_allocator@many-64k-mmap-huge.html

  * igt@xe_exec_system_allocator@many-execqueues-mmap-huge-nomemset:
    - shard-bmg:          [SKIP][193] ([Intel XE#6703]) -> [SKIP][194] ([Intel XE#4943]) +35 other tests skip
   [193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_exec_system_allocator@many-execqueues-mmap-huge-nomemset.html
   [194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@xe_exec_system_allocator@many-execqueues-mmap-huge-nomemset.html

  * igt@xe_fault_injection@exec-queue-create-fail-xe_pxp_exec_queue_add:
    - shard-bmg:          [SKIP][195] ([Intel XE#6703]) -> [SKIP][196] ([Intel XE#6281])
   [195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_fault_injection@exec-queue-create-fail-xe_pxp_exec_queue_add.html
   [196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@xe_fault_injection@exec-queue-create-fail-xe_pxp_exec_queue_add.html

  * igt@xe_pat@pat-index-xehpc:
    - shard-bmg:          [SKIP][197] ([Intel XE#6703]) -> [SKIP][198] ([Intel XE#1420])
   [197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_pat@pat-index-xehpc.html
   [198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-7/igt@xe_pat@pat-index-xehpc.html

  * igt@xe_pat@pat-index-xelp:
    - shard-bmg:          [SKIP][199] ([Intel XE#6703]) -> [SKIP][200] ([Intel XE#2245])
   [199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_pat@pat-index-xelp.html
   [200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-10/igt@xe_pat@pat-index-xelp.html

  * igt@xe_pm@d3cold-basic:
    - shard-bmg:          [SKIP][201] ([Intel XE#6703]) -> [SKIP][202] ([Intel XE#2284]) +1 other test skip
   [201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-2/igt@xe_pm@d3cold-basic.html
   [202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-9/igt@xe_pm@d3cold-basic.html

  * igt@xe_pm@d3hot-i2c:
    - shard-bmg:          [SKIP][203] ([Intel XE#6703]) -> [SKIP][204] ([Intel XE#5742])
   [203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_pm@d3hot-i2c.html
   [204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-1/igt@xe_pm@d3hot-i2c.html

  * igt@xe_pm@vram-d3cold-threshold:
    - shard-bmg:          [SKIP][205] ([Intel XE#6703]) -> [SKIP][206] ([Intel XE#579])
   [205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_pm@vram-d3cold-threshold.html
   [206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-3/igt@xe_pm@vram-d3cold-threshold.html

  * igt@xe_pxp@pxp-termination-key-update-post-suspend:
    - shard-bmg:          [SKIP][207] ([Intel XE#6703]) -> [SKIP][208] ([Intel XE#4733]) +1 other test skip
   [207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_pxp@pxp-termination-key-update-post-suspend.html
   [208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-7/igt@xe_pxp@pxp-termination-key-update-post-suspend.html

  * igt@xe_query@multigpu-query-invalid-cs-cycles:
    - shard-bmg:          [SKIP][209] ([Intel XE#6703]) -> [SKIP][210] ([Intel XE#944]) +3 other tests skip
   [209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9/shard-bmg-5/igt@xe_query@multigpu-query-invalid-cs-cycles.html
   [210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-159083v3/shard-bmg-10/igt@xe_query@multigpu-query-invalid-cs-cycles.html

  
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
  [Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
  [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
  [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#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
  [Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
  [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
  [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#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245
  [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
  [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
  [Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
  [Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
  [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
  [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
  [Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
  [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
  [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
  [Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
  [Intel XE#2375]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2375
  [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
  [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
  [Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
  [Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
  [Intel XE#2414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450
  [Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
  [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
  [Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
  [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
  [Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
  [Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938
  [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309
  [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#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
  [Intel XE#3718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3718
  [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#4329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4329
  [Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
  [Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
  [Intel XE#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#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
  [Intel XE#5299]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5299
  [Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
  [Intel XE#5742]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5742
  [Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
  [Intel XE#5793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5793
  [Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
  [Intel XE#6078]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6078
  [Intel XE#6281]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6281
  [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#6557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6557
  [Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
  [Intel XE#6693]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6693
  [Intel XE#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703
  [Intel XE#6740]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6740
  [Intel XE#6779]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6779
  [Intel XE#6815]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6815
  [Intel XE#6819]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6819
  [Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
  [Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
  [Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
  [Intel XE#6911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911
  [Intel XE#6912]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6912
  [Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
  [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944


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

  * Linux: xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9 -> xe-pw-159083v3

  IGT_8674: f38f4d8e9c65aff45ac807e646d06e38bc3193a2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-4295-f101d56dc32350daa45c130ff7a6d46512f614a9: f101d56dc32350daa45c130ff7a6d46512f614a9
  xe-pw-159083v3: 159083v3

== Logs ==

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

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

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

end of thread, other threads:[~2025-12-23 17:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-16  8:27 [PATCH] drm/i915/cx0: Use the consolidated HDMI tables Suraj Kandpal
2025-12-16 10:04 ` ✓ CI.KUnit: success for " Patchwork
2025-12-16 11:34 ` ✓ Xe.CI.BAT: " Patchwork
2025-12-17  1:54 ` ✓ Xe.CI.Full: " Patchwork
2025-12-18 14:32 ` [PATCH] " Nautiyal, Ankit K
2025-12-19  3:48 ` [PATCH v2] " Suraj Kandpal
2025-12-22 14:47   ` Jani Nikula
2025-12-19  4:03 ` ✓ CI.KUnit: success for drm/i915/cx0: Use the consolidated HDMI tables (rev2) Patchwork
2025-12-19  4:37 ` ✓ Xe.CI.BAT: " Patchwork
2025-12-20  8:06 ` ✗ Xe.CI.Full: failure " Patchwork
2025-12-23  6:34 ` [PATCH v3] drm/i915/cx0: Use the consolidated HDMI tables Suraj Kandpal
2025-12-23  7:29 ` ✓ CI.KUnit: success for drm/i915/cx0: Use the consolidated HDMI tables (rev3) Patchwork
2025-12-23  8:14 ` ✓ Xe.CI.BAT: " Patchwork
2025-12-23 17:36 ` ✓ Xe.CI.Full: " Patchwork

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