All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/dp: ALPM init to be done after DPCD init
@ 2026-03-02  3:36 Arun R Murthy
  2026-03-02  3:44 ` ✓ CI.KUnit: success for " Patchwork
                   ` (25 more replies)
  0 siblings, 26 replies; 41+ messages in thread
From: Arun R Murthy @ 2026-03-02  3:36 UTC (permalink / raw)
  To: intel-gfx, intel-xe
  Cc: animesh.manna, ankit.k.nautiyal, jani.nikula, jouni.hogander,
	Arun R Murthy

In ALPM init, the DPCD register ALPM_CAPABILITIES are to be read. This
read has to happen after the DPCD init.

Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
---
 drivers/gpu/drm/i915/display/intel_dp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
index 613559d11133..e60802b0b8c9 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -6948,8 +6948,6 @@ static bool intel_edp_init_connector(struct intel_dp *intel_dp,
 	 */
 	intel_hpd_enable_detection(encoder);
 
-	intel_alpm_init(intel_dp);
-
 	/* Cache DPCD and EDID for edp. */
 	has_dpcd = intel_edp_init_dpcd(intel_dp, connector);
 
@@ -6961,6 +6959,8 @@ static bool intel_edp_init_connector(struct intel_dp *intel_dp,
 		goto out_vdd_off;
 	}
 
+	intel_alpm_init(intel_dp);
+
 	/*
 	 * VBT and straps are liars. Also check HPD as that seems
 	 * to be the most reliable piece of information available.
-- 
2.25.1


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

* ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
@ 2026-03-02  3:44 ` Patchwork
  2026-03-02  4:27 ` ✓ Xe.CI.BAT: " Patchwork
                   ` (24 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-02  3:44 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-xe

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init
URL   : https://patchwork.freedesktop.org/series/162392/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/i915/dp: ALPM init to be done after DPCD init
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
  2026-03-02  3:44 ` ✓ CI.KUnit: success for " Patchwork
@ 2026-03-02  4:27 ` Patchwork
  2026-03-02  4:35 ` ✓ i915.CI.BAT: " Patchwork
                   ` (23 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-02  4:27 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-xe

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

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init
URL   : https://patchwork.freedesktop.org/series/162392/
State : success

== Summary ==

CI Bug Log - changes from xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9_BAT -> xe-pw-162392v1_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (13 -> 13)
------------------------------

  No changes in participating hosts


Changes
-------

  No changes found


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

  * IGT: IGT_8775 -> IGT_8776
  * Linux: xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9 -> xe-pw-162392v1

  IGT_8775: 8775
  IGT_8776: 8776
  xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9: 1ad945dbcb06504e1d9796cac1588c31b4ee62e9
  xe-pw-162392v1: 162392v1

== Logs ==

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

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

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

* ✓ i915.CI.BAT: success for drm/i915/dp: ALPM init to be done after DPCD init
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
  2026-03-02  3:44 ` ✓ CI.KUnit: success for " Patchwork
  2026-03-02  4:27 ` ✓ Xe.CI.BAT: " Patchwork
@ 2026-03-02  4:35 ` Patchwork
  2026-03-02  5:31 ` ✗ Xe.CI.FULL: failure " Patchwork
                   ` (22 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-02  4:35 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-gfx

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

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init
URL   : https://patchwork.freedesktop.org/series/162393/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_18066 -> Patchwork_162393v1
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/index.html

Participating hosts (43 -> 41)
------------------------------

  Missing    (2): bat-dg2-13 fi-snb-2520m 

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

  Here are the changes found in Patchwork_162393v1 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_lmem_swapping@parallel-random-engines:
    - bat-dg1-7:          [PASS][1] -> [ABORT][2] ([i915#15759]) +1 other test abort
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/bat-dg1-7/igt@gem_lmem_swapping@parallel-random-engines.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-7/igt@gem_lmem_swapping@parallel-random-engines.html

  * igt@gem_mmap@basic:
    - bat-dg1-6:          NOTRUN -> [SKIP][3] ([i915#4083])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@gem_mmap@basic.html

  * igt@gem_mmap_gtt@basic:
    - bat-dg1-6:          NOTRUN -> [SKIP][4] ([i915#4077]) +2 other tests skip
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@gem_mmap_gtt@basic.html

  * igt@gem_render_tiled_blits@basic:
    - bat-dg1-6:          NOTRUN -> [SKIP][5] ([i915#4079])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@gem_render_tiled_blits@basic.html

  * igt@gem_tiled_pread_basic@basic:
    - bat-dg1-6:          NOTRUN -> [SKIP][6] ([i915#15657])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@gem_tiled_pread_basic@basic.html

  * igt@i915_module_load@load:
    - fi-bsw-n3050:       [PASS][7] -> [DMESG-WARN][8] ([i915#15498])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/fi-bsw-n3050/igt@i915_module_load@load.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/fi-bsw-n3050/igt@i915_module_load@load.html

  * igt@i915_pm_rps@basic-api:
    - bat-dg1-6:          NOTRUN -> [SKIP][9] ([i915#11681] / [i915#6621])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@i915_pm_rps@basic-api.html

  * igt@i915_selftest@live@workarounds:
    - bat-atsm-1:         NOTRUN -> [DMESG-FAIL][10] ([i915#12061]) +1 other test dmesg-fail
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-atsm-1/igt@i915_selftest@live@workarounds.html

  * igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling:
    - bat-dg1-6:          NOTRUN -> [SKIP][11] ([i915#12311] / [i915#4212]) +7 other tests skip
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html

  * igt@kms_addfb_basic@basic-y-tiled-legacy:
    - bat-dg1-6:          NOTRUN -> [SKIP][12] ([i915#12311] / [i915#4215])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@kms_addfb_basic@basic-y-tiled-legacy.html

  * igt@kms_busy@basic:
    - bat-dg1-6:          NOTRUN -> [SKIP][13] ([i915#11190] / [i915#12311] / [i915#4303])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@kms_busy@basic.html

  * igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size:
    - bat-dg1-6:          NOTRUN -> [SKIP][14] ([i915#11190] / [i915#12311]) +15 other tests skip
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html

  * igt@kms_flip@basic-flip-vs-dpms:
    - bat-dg1-6:          NOTRUN -> [SKIP][15] ([i915#12311] / [i915#3637]) +2 other tests skip
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@kms_flip@basic-flip-vs-dpms.html

  * igt@kms_flip@basic-plain-flip:
    - bat-dg1-6:          NOTRUN -> [SKIP][16] ([i915#12311]) +1 other test skip
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@kms_flip@basic-plain-flip.html

  * igt@kms_frontbuffer_tracking@basic:
    - bat-dg1-6:          NOTRUN -> [SKIP][17] ([i915#12311] / [i915#4342])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@kms_frontbuffer_tracking@basic.html

  * igt@kms_hdmi_inject@inject-audio:
    - fi-tgl-1115g4:      [PASS][18] -> [SKIP][19] ([i915#13030])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/fi-tgl-1115g4/igt@kms_hdmi_inject@inject-audio.html
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/fi-tgl-1115g4/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_pm_backlight@basic-brightness:
    - bat-dg1-6:          NOTRUN -> [SKIP][20] ([i915#12311] / [i915#5354])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@kms_pm_backlight@basic-brightness.html

  * igt@kms_psr@psr-primary-page-flip:
    - bat-dg1-6:          NOTRUN -> [SKIP][21] ([i915#1072] / [i915#12311] / [i915#9732]) +3 other tests skip
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@kms_psr@psr-primary-page-flip.html

  * igt@kms_setmode@basic-clone-single-crtc:
    - bat-dg1-6:          NOTRUN -> [SKIP][22] ([i915#12311] / [i915#3555])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@kms_setmode@basic-clone-single-crtc.html

  * igt@prime_vgem@basic-fence-mmap:
    - bat-dg1-6:          NOTRUN -> [SKIP][23] ([i915#3708] / [i915#4077]) +1 other test skip
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@prime_vgem@basic-fence-mmap.html

  * igt@prime_vgem@basic-read:
    - bat-dg1-6:          NOTRUN -> [SKIP][24] ([i915#3708]) +2 other tests skip
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@prime_vgem@basic-read.html

  * igt@prime_vgem@basic-write:
    - bat-dg1-6:          NOTRUN -> [SKIP][25] ([i915#11723] / [i915#3708])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@prime_vgem@basic-write.html

  
#### Possible fixes ####

  * igt@gem_busy@busy:
    - bat-dg1-6:          [ABORT][26] ([i915#15759]) -> [PASS][27] +1 other test pass
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/bat-dg1-6/igt@gem_busy@busy.html
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-dg1-6/igt@gem_busy@busy.html

  * igt@gem_lmem_swapping@basic:
    - bat-atsm-1:         [ABORT][28] ([i915#15759]) -> [PASS][29] +1 other test pass
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/bat-atsm-1/igt@gem_lmem_swapping@basic.html
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/bat-atsm-1/igt@gem_lmem_swapping@basic.html

  
  [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
  [i915#11190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11190
  [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
  [i915#11723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11723
  [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
  [i915#12311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12311
  [i915#13030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13030
  [i915#15498]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15498
  [i915#15657]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15657
  [i915#15759]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15759
  [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
  [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
  [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
  [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
  [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
  [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
  [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
  [i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215
  [i915#4303]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4303
  [i915#4342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4342
  [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
  [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
  [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732


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

  * Linux: CI_DRM_18066 -> Patchwork_162393v1

  CI-20190529: 20190529
  CI_DRM_18066: 1ad945dbcb06504e1d9796cac1588c31b4ee62e9 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_8775: 8775
  Patchwork_162393v1: 1ad945dbcb06504e1d9796cac1588c31b4ee62e9 @ git://anongit.freedesktop.org/gfx-ci/linux

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/index.html

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

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

* ✗ Xe.CI.FULL: failure for drm/i915/dp: ALPM init to be done after DPCD init
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (2 preceding siblings ...)
  2026-03-02  4:35 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-03-02  5:31 ` Patchwork
  2026-03-02  6:35 ` ✗ i915.CI.Full: " Patchwork
                   ` (21 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-02  5:31 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-xe

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

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init
URL   : https://patchwork.freedesktop.org/series/162392/
State : failure

== Summary ==

CI Bug Log - changes from xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9_FULL -> xe-pw-162392v1_FULL
====================================================

Summary
-------

  **FAILURE**

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

### IGT changes ###

#### Possible regressions ####

  * igt@kms_color@ctm-blue-to-red:
    - shard-bmg:          [PASS][1] -> [DMESG-WARN][2]
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-bmg-5/igt@kms_color@ctm-blue-to-red.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-2/igt@kms_color@ctm-blue-to-red.html

  * igt@kms_color@ctm-blue-to-red@pipe-a-dp-2:
    - shard-bmg:          NOTRUN -> [DMESG-WARN][3]
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-2/igt@kms_color@ctm-blue-to-red@pipe-a-dp-2.html

  * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1:
    - shard-lnl:          [PASS][4] -> [FAIL][5] +57 other tests fail
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-lnl-6/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1.html
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-1/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1.html

  * igt@kms_psr@psr2-sprite-render:
    - shard-lnl:          NOTRUN -> [FAIL][6] +7 other tests fail
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-3/igt@kms_psr@psr2-sprite-render.html

  * igt@xe_oa@mmio-triggered-reports@oag-0:
    - shard-bmg:          [PASS][7] -> [FAIL][8] +10 other tests fail
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-bmg-2/igt@xe_oa@mmio-triggered-reports@oag-0.html
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-9/igt@xe_oa@mmio-triggered-reports@oag-0.html

  * igt@xe_oa@unprivileged-single-ctx-counters:
    - shard-bmg:          NOTRUN -> [FAIL][9] +1 other test fail
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-5/igt@xe_oa@unprivileged-single-ctx-counters.html

  * igt@xe_wedged@basic-wedged-read:
    - shard-bmg:          [PASS][10] -> [ABORT][11]
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-bmg-8/igt@xe_wedged@basic-wedged-read.html
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-1/igt@xe_wedged@basic-wedged-read.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@kms_big_fb@linear-32bpp-rotate-270:
    - shard-bmg:          NOTRUN -> [SKIP][12] ([Intel XE#2327]) +5 other tests skip
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-4/igt@kms_big_fb@linear-32bpp-rotate-270.html

  * igt@kms_big_fb@linear-8bpp-rotate-270:
    - shard-lnl:          NOTRUN -> [SKIP][13] ([Intel XE#1407]) +3 other tests skip
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-6/igt@kms_big_fb@linear-8bpp-rotate-270.html

  * igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip:
    - shard-bmg:          NOTRUN -> [SKIP][14] ([Intel XE#7059])
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-5/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180:
    - shard-bmg:          NOTRUN -> [SKIP][15] ([Intel XE#1124]) +10 other tests skip
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
    - shard-lnl:          NOTRUN -> [SKIP][16] ([Intel XE#1124]) +4 other tests skip
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-4/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html

  * igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p:
    - shard-lnl:          NOTRUN -> [SKIP][17] ([Intel XE#2191])
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-8/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html

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

  * igt@kms_bw@linear-tiling-1-displays-1920x1080p:
    - shard-bmg:          [PASS][19] -> [SKIP][20] ([Intel XE#367])
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-bmg-5/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-6/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html

  * igt@kms_bw@linear-tiling-1-displays-2160x1440p:
    - shard-bmg:          NOTRUN -> [SKIP][21] ([Intel XE#367]) +1 other test skip
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-6/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html

  * igt@kms_ccs@bad-aux-stride-yf-tiled-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][22] ([Intel XE#2887]) +11 other tests skip
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-2/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs.html

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs:
    - shard-lnl:          NOTRUN -> [SKIP][23] ([Intel XE#2887]) +4 other tests skip
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-1/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs@pipe-b-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][24] ([Intel XE#2669]) +3 other tests skip
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs@pipe-b-edp-1.html

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

  * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs:
    - shard-lnl:          NOTRUN -> [SKIP][26] ([Intel XE#3432])
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-1/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][27] ([Intel XE#3432]) +1 other test skip
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-9/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs.html

  * igt@kms_chamelium_color@ctm-max:
    - shard-lnl:          NOTRUN -> [SKIP][28] ([Intel XE#306])
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-5/igt@kms_chamelium_color@ctm-max.html

  * igt@kms_chamelium_color@ctm-red-to-blue:
    - shard-bmg:          NOTRUN -> [SKIP][29] ([Intel XE#2325])
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-5/igt@kms_chamelium_color@ctm-red-to-blue.html

  * igt@kms_chamelium_hpd@common-hpd-after-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][30] ([Intel XE#2252]) +9 other tests skip
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-8/igt@kms_chamelium_hpd@common-hpd-after-suspend.html

  * igt@kms_chamelium_hpd@dp-hpd-storm:
    - shard-lnl:          NOTRUN -> [SKIP][31] ([Intel XE#373]) +1 other test skip
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-5/igt@kms_chamelium_hpd@dp-hpd-storm.html

  * igt@kms_content_protection@atomic:
    - shard-lnl:          NOTRUN -> [SKIP][32] ([Intel XE#3278] / [Intel XE#6973])
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-3/igt@kms_content_protection@atomic.html

  * igt@kms_content_protection@content-type-change:
    - shard-bmg:          NOTRUN -> [SKIP][33] ([Intel XE#2341])
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-8/igt@kms_content_protection@content-type-change.html

  * igt@kms_content_protection@dp-mst-type-0-hdcp14:
    - shard-bmg:          NOTRUN -> [SKIP][34] ([Intel XE#6974])
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-4/igt@kms_content_protection@dp-mst-type-0-hdcp14.html

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

  * igt@kms_content_protection@lic-type-0-hdcp14@pipe-a-dp-1:
    - shard-bmg:          NOTRUN -> [FAIL][36] ([Intel XE#3304]) +1 other test fail
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-5/igt@kms_content_protection@lic-type-0-hdcp14@pipe-a-dp-1.html

  * igt@kms_content_protection@uevent:
    - shard-bmg:          NOTRUN -> [FAIL][37] ([Intel XE#6707]) +1 other test fail
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-3/igt@kms_content_protection@uevent.html

  * igt@kms_cursor_crc@cursor-offscreen-32x32:
    - shard-bmg:          NOTRUN -> [SKIP][38] ([Intel XE#2320]) +6 other tests skip
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-4/igt@kms_cursor_crc@cursor-offscreen-32x32.html

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

  * igt@kms_cursor_crc@cursor-random-max-size:
    - shard-lnl:          NOTRUN -> [SKIP][40] ([Intel XE#1424]) +2 other tests skip
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-2/igt@kms_cursor_crc@cursor-random-max-size.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
    - shard-lnl:          NOTRUN -> [SKIP][41] ([Intel XE#323])
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html

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

  * igt@kms_dp_link_training@uhbr-sst:
    - shard-lnl:          NOTRUN -> [SKIP][43] ([Intel XE#4354])
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-1/igt@kms_dp_link_training@uhbr-sst.html
    - shard-bmg:          NOTRUN -> [SKIP][44] ([Intel XE#4354])
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-1/igt@kms_dp_link_training@uhbr-sst.html

  * igt@kms_dsc@dsc-with-bpc:
    - shard-lnl:          NOTRUN -> [SKIP][45] ([Intel XE#2244])
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-3/igt@kms_dsc@dsc-with-bpc.html

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats:
    - shard-bmg:          NOTRUN -> [SKIP][46] ([Intel XE#4422])
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-7/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats.html

  * igt@kms_feature_discovery@display-3x:
    - shard-bmg:          NOTRUN -> [SKIP][47] ([Intel XE#2373])
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-6/igt@kms_feature_discovery@display-3x.html

  * igt@kms_feature_discovery@dp-mst:
    - shard-lnl:          NOTRUN -> [SKIP][48] ([Intel XE#1137])
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-5/igt@kms_feature_discovery@dp-mst.html

  * igt@kms_flip@2x-blocking-wf_vblank:
    - shard-lnl:          NOTRUN -> [SKIP][49] ([Intel XE#1421]) +1 other test skip
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-5/igt@kms_flip@2x-blocking-wf_vblank.html

  * igt@kms_flip@flip-vs-suspend@b-hdmi-a3:
    - shard-bmg:          [PASS][50] -> [INCOMPLETE][51] ([Intel XE#2049] / [Intel XE#2597])
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-bmg-8/igt@kms_flip@flip-vs-suspend@b-hdmi-a3.html
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-6/igt@kms_flip@flip-vs-suspend@b-hdmi-a3.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x:
    - shard-lnl:          NOTRUN -> [SKIP][52] ([Intel XE#7179])
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-3/igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
    - shard-bmg:          NOTRUN -> [SKIP][53] ([Intel XE#7178]) +2 other tests skip
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html

  * igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x:
    - shard-bmg:          NOTRUN -> [SKIP][54] ([Intel XE#7179]) +1 other test skip
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-2/igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x.html

  * igt@kms_force_connector_basic@force-edid:
    - shard-lnl:          NOTRUN -> [SKIP][55] ([Intel XE#352])
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-3/igt@kms_force_connector_basic@force-edid.html

  * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][56] ([Intel XE#6312] / [Intel XE#651]) +3 other tests skip
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-7/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw:
    - shard-bmg:          NOTRUN -> [SKIP][57] ([Intel XE#2311]) +27 other tests skip
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc:
    - shard-lnl:          NOTRUN -> [SKIP][58] ([Intel XE#656]) +13 other tests skip
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][59] ([Intel XE#4141]) +14 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-suspend:
    - shard-lnl:          [PASS][60] -> [ABORT][61] ([Intel XE#2625])
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-lnl-3/igt@kms_frontbuffer_tracking@fbc-suspend.html
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-6/igt@kms_frontbuffer_tracking@fbc-suspend.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-mmap-wc:
    - shard-lnl:          NOTRUN -> [SKIP][62] ([Intel XE#7061]) +1 other test skip
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-4/igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-mmap-wc.html

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

  * igt@kms_frontbuffer_tracking@plane-fbc-rte:
    - shard-bmg:          NOTRUN -> [SKIP][64] ([Intel XE#2350])
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-3/igt@kms_frontbuffer_tracking@plane-fbc-rte.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][65] ([Intel XE#2313]) +26 other tests skip
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-argb161616f-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][66] ([Intel XE#7061]) +1 other test skip
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-argb161616f-draw-mmap-wc.html

  * igt@kms_hdmi_inject@inject-audio:
    - shard-bmg:          [PASS][67] -> [SKIP][68] ([Intel XE#7308])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-bmg-1/igt@kms_hdmi_inject@inject-audio.html
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-8/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_joiner@basic-big-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][69] ([Intel XE#6901])
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-4/igt@kms_joiner@basic-big-joiner.html

  * igt@kms_joiner@basic-ultra-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][70] ([Intel XE#6911])
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-9/igt@kms_joiner@basic-ultra-joiner.html

  * igt@kms_pipe_stress@stress-xrgb8888-yftiled:
    - shard-lnl:          NOTRUN -> [SKIP][71] ([Intel XE#6912])
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-8/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html

  * igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier@pipe-b-plane-5:
    - shard-bmg:          NOTRUN -> [SKIP][72] ([Intel XE#7130]) +1 other test skip
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-4/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier@pipe-b-plane-5.html

  * igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier:
    - shard-lnl:          NOTRUN -> [SKIP][73] ([Intel XE#7283]) +1 other test skip
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-3/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier.html

  * igt@kms_plane@pixel-format-y-tiled-ccs-modifier-source-clamping:
    - shard-bmg:          NOTRUN -> [SKIP][74] ([Intel XE#7283]) +4 other tests skip
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-7/igt@kms_plane@pixel-format-y-tiled-ccs-modifier-source-clamping.html

  * igt@kms_plane_lowres@tiling-yf:
    - shard-bmg:          NOTRUN -> [SKIP][75] ([Intel XE#2393])
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-5/igt@kms_plane_lowres@tiling-yf.html

  * igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling:
    - shard-lnl:          NOTRUN -> [SKIP][76] ([Intel XE#2763] / [Intel XE#6886]) +3 other tests skip
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-1/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling.html

  * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-b:
    - shard-bmg:          NOTRUN -> [SKIP][77] ([Intel XE#2763] / [Intel XE#6886]) +4 other tests skip
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-b.html

  * igt@kms_pm_backlight@fade:
    - shard-bmg:          NOTRUN -> [SKIP][78] ([Intel XE#870])
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-4/igt@kms_pm_backlight@fade.html

  * igt@kms_pm_dc@dc5-retention-flops:
    - shard-bmg:          NOTRUN -> [SKIP][79] ([Intel XE#3309])
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-1/igt@kms_pm_dc@dc5-retention-flops.html

  * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf:
    - shard-lnl:          NOTRUN -> [SKIP][80] ([Intel XE#2893]) +1 other test skip
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-5/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html

  * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf:
    - shard-bmg:          NOTRUN -> [SKIP][81] ([Intel XE#1489]) +8 other tests skip
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-8/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html

  * igt@kms_psr@fbc-pr-basic:
    - shard-lnl:          NOTRUN -> [SKIP][82] ([Intel XE#1406])
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-5/igt@kms_psr@fbc-pr-basic.html

  * igt@kms_psr@psr-primary-page-flip:
    - shard-bmg:          NOTRUN -> [SKIP][83] ([Intel XE#2234] / [Intel XE#2850]) +10 other tests skip
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-7/igt@kms_psr@psr-primary-page-flip.html

  * igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
    - shard-lnl:          [PASS][84] -> [SKIP][85] ([Intel XE#4692])
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-lnl-7/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-3/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html

  * igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
    - shard-lnl:          NOTRUN -> [SKIP][86] ([Intel XE#3414] / [Intel XE#3904])
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-8/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
    - shard-bmg:          NOTRUN -> [SKIP][87] ([Intel XE#2330])
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html

  * igt@kms_rotation_crc@sprite-rotation-90:
    - shard-bmg:          NOTRUN -> [SKIP][88] ([Intel XE#3414] / [Intel XE#3904]) +2 other tests skip
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-8/igt@kms_rotation_crc@sprite-rotation-90.html

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

  * igt@kms_sharpness_filter@filter-formats:
    - shard-bmg:          NOTRUN -> [SKIP][90] ([Intel XE#6503]) +3 other tests skip
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-7/igt@kms_sharpness_filter@filter-formats.html

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

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-lnl:          NOTRUN -> [SKIP][92] ([Intel XE#362])
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-8/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@kms_vrr@cmrr:
    - shard-bmg:          NOTRUN -> [SKIP][93] ([Intel XE#2168])
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-3/igt@kms_vrr@cmrr.html

  * igt@kms_vrr@max-min:
    - shard-bmg:          NOTRUN -> [SKIP][94] ([Intel XE#1499])
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-5/igt@kms_vrr@max-min.html

  * igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
    - shard-lnl:          [PASS][95] -> [FAIL][96] ([Intel XE#2142]) +1 other test fail
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-lnl-3/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-4/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html

  * igt@xe_compute@eu-busy-10s:
    - shard-lnl:          NOTRUN -> [SKIP][97] ([Intel XE#6592] / [Intel XE#6645])
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-4/igt@xe_compute@eu-busy-10s.html

  * igt@xe_eudebug@basic-vm-access-parameters-userptr-faultable:
    - shard-lnl:          NOTRUN -> [SKIP][98] ([Intel XE#4837])
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-7/igt@xe_eudebug@basic-vm-access-parameters-userptr-faultable.html

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

  * igt@xe_eudebug_online@basic-breakpoint:
    - shard-lnl:          NOTRUN -> [SKIP][100] ([Intel XE#4837] / [Intel XE#6665]) +1 other test skip
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-5/igt@xe_eudebug_online@basic-breakpoint.html

  * igt@xe_eudebug_online@breakpoint-many-sessions-single-tile:
    - shard-bmg:          NOTRUN -> [SKIP][101] ([Intel XE#4837] / [Intel XE#6665]) +4 other tests skip
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-5/igt@xe_eudebug_online@breakpoint-many-sessions-single-tile.html

  * igt@xe_eudebug_online@pagefault-write-stress:
    - shard-lnl:          NOTRUN -> [SKIP][102] ([Intel XE#6665])
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-4/igt@xe_eudebug_online@pagefault-write-stress.html

  * igt@xe_evict@evict-threads-small-multi-queue:
    - shard-bmg:          NOTRUN -> [SKIP][103] ([Intel XE#7140])
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-7/igt@xe_evict@evict-threads-small-multi-queue.html

  * igt@xe_evict@evict-threads-small-multi-vm:
    - shard-lnl:          NOTRUN -> [SKIP][104] ([Intel XE#6540] / [Intel XE#688]) +4 other tests skip
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-5/igt@xe_evict@evict-threads-small-multi-vm.html

  * igt@xe_exec_balancer@twice-cm-virtual-userptr-invalidate-race:
    - shard-lnl:          NOTRUN -> [SKIP][105] ([Intel XE#7482]) +6 other tests skip
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-1/igt@xe_exec_balancer@twice-cm-virtual-userptr-invalidate-race.html

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

  * igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate:
    - shard-lnl:          NOTRUN -> [SKIP][107] ([Intel XE#1392]) +2 other tests skip
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-8/igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate.html

  * igt@xe_exec_fault_mode@many-execqueues-multi-queue-rebind-prefetch:
    - shard-bmg:          NOTRUN -> [SKIP][108] ([Intel XE#7136]) +12 other tests skip
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-8/igt@xe_exec_fault_mode@many-execqueues-multi-queue-rebind-prefetch.html

  * igt@xe_exec_fault_mode@once-multi-queue-invalid-fault:
    - shard-lnl:          NOTRUN -> [SKIP][109] ([Intel XE#7136]) +4 other tests skip
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-6/igt@xe_exec_fault_mode@once-multi-queue-invalid-fault.html

  * igt@xe_exec_multi_queue@few-execs-close-fd:
    - shard-lnl:          NOTRUN -> [SKIP][110] ([Intel XE#6874]) +8 other tests skip
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-8/igt@xe_exec_multi_queue@few-execs-close-fd.html

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

  * igt@xe_exec_threads@threads-many-queues:
    - shard-bmg:          NOTRUN -> [FAIL][112] ([Intel XE#7166])
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-9/igt@xe_exec_threads@threads-many-queues.html

  * igt@xe_exec_threads@threads-multi-queue-cm-fd-userptr-rebind:
    - shard-bmg:          NOTRUN -> [SKIP][113] ([Intel XE#7138]) +7 other tests skip
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-4/igt@xe_exec_threads@threads-multi-queue-cm-fd-userptr-rebind.html

  * igt@xe_exec_threads@threads-multi-queue-rebind-err:
    - shard-lnl:          NOTRUN -> [SKIP][114] ([Intel XE#7138]) +4 other tests skip
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-5/igt@xe_exec_threads@threads-multi-queue-rebind-err.html

  * igt@xe_multigpu_svm@mgpu-atomic-op-conflict:
    - shard-lnl:          NOTRUN -> [SKIP][115] ([Intel XE#6964])
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-6/igt@xe_multigpu_svm@mgpu-atomic-op-conflict.html

  * igt@xe_multigpu_svm@mgpu-concurrent-access-prefetch:
    - shard-bmg:          NOTRUN -> [SKIP][116] ([Intel XE#6964]) +2 other tests skip
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-2/igt@xe_multigpu_svm@mgpu-concurrent-access-prefetch.html

  * igt@xe_pm@d3cold-mmap-vram:
    - shard-bmg:          NOTRUN -> [SKIP][117] ([Intel XE#2284])
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-8/igt@xe_pm@d3cold-mmap-vram.html

  * igt@xe_pmu@all-fn-engine-activity-load:
    - shard-lnl:          NOTRUN -> [SKIP][118] ([Intel XE#4650])
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-5/igt@xe_pmu@all-fn-engine-activity-load.html

  * igt@xe_pxp@pxp-stale-bo-exec-post-rpm:
    - shard-bmg:          NOTRUN -> [SKIP][119] ([Intel XE#4733]) +1 other test skip
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-2/igt@xe_pxp@pxp-stale-bo-exec-post-rpm.html

  * igt@xe_query@multigpu-query-hwconfig:
    - shard-bmg:          NOTRUN -> [SKIP][120] ([Intel XE#944]) +2 other tests skip
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-9/igt@xe_query@multigpu-query-hwconfig.html

  * igt@xe_query@multigpu-query-oa-units:
    - shard-lnl:          NOTRUN -> [SKIP][121] ([Intel XE#944])
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-2/igt@xe_query@multigpu-query-oa-units.html

  * igt@xe_sriov_scheduling@equal-throughput:
    - shard-lnl:          NOTRUN -> [SKIP][122] ([Intel XE#4351])
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-8/igt@xe_sriov_scheduling@equal-throughput.html

  
#### Possible fixes ####

  * igt@kms_async_flips@test-cursor:
    - shard-lnl:          [SKIP][123] ([Intel XE#664]) -> [PASS][124]
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-lnl-1/igt@kms_async_flips@test-cursor.html
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-8/igt@kms_async_flips@test-cursor.html

  * igt@kms_atomic_transition@modeset-transition-nonblocking-fencing@2x-outputs:
    - shard-bmg:          [FAIL][125] -> [PASS][126] +1 other test pass
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-bmg-2/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing@2x-outputs.html
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-6/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing@2x-outputs.html

  * igt@kms_bw@linear-tiling-1-displays-3840x2160p:
    - shard-bmg:          [SKIP][127] ([Intel XE#367]) -> [PASS][128]
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-bmg-7/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-5/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html

  * igt@xe_exec_basic@no-exec-bindexecqueue-userptr-rebind@vecs1:
    - shard-bmg:          [DMESG-WARN][129] ([Intel XE#6652]) -> [PASS][130] +7 other tests pass
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-bmg-2/igt@xe_exec_basic@no-exec-bindexecqueue-userptr-rebind@vecs1.html
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-4/igt@xe_exec_basic@no-exec-bindexecqueue-userptr-rebind@vecs1.html

  * igt@xe_fault_injection@inject-fault-probe-function-xe_device_probe_early:
    - shard-bmg:          [ABORT][131] -> [PASS][132]
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-bmg-1/igt@xe_fault_injection@inject-fault-probe-function-xe_device_probe_early.html
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-7/igt@xe_fault_injection@inject-fault-probe-function-xe_device_probe_early.html

  * igt@xe_pmu@engine-activity-accuracy-50:
    - shard-bmg:          [ABORT][133] ([Intel XE#5545] / [Intel XE#6652]) -> [PASS][134] +1 other test pass
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-bmg-2/igt@xe_pmu@engine-activity-accuracy-50.html
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-3/igt@xe_pmu@engine-activity-accuracy-50.html

  * igt@xe_sriov_flr@flr-vfs-parallel:
    - shard-bmg:          [FAIL][135] ([Intel XE#6569]) -> [PASS][136]
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-bmg-8/igt@xe_sriov_flr@flr-vfs-parallel.html
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-6/igt@xe_sriov_flr@flr-vfs-parallel.html

  
#### Warnings ####

  * igt@kms_hdr@brightness-with-hdr:
    - shard-bmg:          [SKIP][137] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][138] ([Intel XE#3544])
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-bmg-5/igt@kms_hdr@brightness-with-hdr.html
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-bmg-6/igt@kms_hdr@brightness-with-hdr.html

  * igt@kms_pm_dc@dc3co-vpb-simulation:
    - shard-lnl:          [SKIP][139] ([Intel XE#7339]) -> [SKIP][140] ([Intel XE#1909])
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9/shard-lnl-4/igt@kms_pm_dc@dc3co-vpb-simulation.html
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v1/shard-lnl-3/igt@kms_pm_dc@dc3co-vpb-simulation.html

  
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1137]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
  [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
  [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
  [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
  [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
  [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
  [Intel XE#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#1909]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1909
  [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
  [Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142
  [Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
  [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
  [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#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
  [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
  [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
  [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2350
  [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
  [Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
  [Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
  [Intel XE#2625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2625
  [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
  [Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669
  [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
  [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
  [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
  [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
  [Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
  [Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
  [Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309
  [Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
  [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
  [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
  [Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
  [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
  [Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
  [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
  [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
  [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
  [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
  [Intel XE#4351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4351
  [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#4650]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4650
  [Intel XE#4692]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4692
  [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
  [Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
  [Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
  [Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
  [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
  [Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
  [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
  [Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
  [Intel XE#6592]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6592
  [Intel XE#664]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/664
  [Intel XE#6645]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6645
  [Intel XE#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652
  [Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
  [Intel XE#6707]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6707
  [Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
  [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
  [Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
  [Intel XE#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#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
  [Intel XE#6973]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6973
  [Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
  [Intel XE#7059]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7059
  [Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
  [Intel XE#7130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7130
  [Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
  [Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
  [Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
  [Intel XE#7166]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7166
  [Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
  [Intel XE#7179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7179
  [Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
  [Intel XE#7308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7308
  [Intel XE#7339]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7339
  [Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
  [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
-------------

  * IGT: IGT_8775 -> IGT_8776
  * Linux: xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9 -> xe-pw-162392v1

  IGT_8775: 8775
  IGT_8776: 8776
  xe-4636-1ad945dbcb06504e1d9796cac1588c31b4ee62e9: 1ad945dbcb06504e1d9796cac1588c31b4ee62e9
  xe-pw-162392v1: 162392v1

== Logs ==

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

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

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

* ✗ i915.CI.Full: failure for drm/i915/dp: ALPM init to be done after DPCD init
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (3 preceding siblings ...)
  2026-03-02  5:31 ` ✗ Xe.CI.FULL: failure " Patchwork
@ 2026-03-02  6:35 ` Patchwork
  2026-03-02  6:44 ` [PATCH] " Hogander, Jouni
                   ` (20 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-02  6:35 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-gfx

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

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init
URL   : https://patchwork.freedesktop.org/series/162393/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_18066_full -> Patchwork_162393v1_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with Patchwork_162393v1_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Patchwork_162393v1_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 (10 -> 10)
------------------------------

  No changes in participating hosts

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in Patchwork_162393v1_full:

### IGT changes ###

#### Possible regressions ####

  * igt@kms_draw_crc@draw-method-blt:
    - shard-glk11:        NOTRUN -> [DMESG-WARN][1] +1 other test dmesg-warn
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk11/igt@kms_draw_crc@draw-method-blt.html

  * igt@kms_psr@psr2-sprite-plane-onoff:
    - shard-mtlp:         [PASS][2] -> [FAIL][3] +76 other tests fail
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-mtlp-8/igt@kms_psr@psr2-sprite-plane-onoff.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-mtlp-5/igt@kms_psr@psr2-sprite-plane-onoff.html

  
#### Warnings ####

  * igt@kms_psr@psr2-primary-mmap-gtt@edp-1:
    - shard-mtlp:         [SKIP][4] ([i915#4077] / [i915#9688]) -> [FAIL][5] +3 other tests fail
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-mtlp-2/igt@kms_psr@psr2-primary-mmap-gtt@edp-1.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-mtlp-4/igt@kms_psr@psr2-primary-mmap-gtt@edp-1.html

  
New tests
---------

  New tests have been introduced between CI_DRM_18066_full and Patchwork_162393v1_full:

### New IGT tests (48) ###

  * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-a-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-b-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-c-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-d-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-b-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-c-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-a-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-c-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-a-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-b-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-c-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-a-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-b-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-c-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-d-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-b-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-c-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-a-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-c-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-d-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  * igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs@pipe-a-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  * igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs@pipe-b-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  * igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs@pipe-c-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  * igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs@pipe-d-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-b-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-c-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-d-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-a-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-b-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-c-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.00] s

  * igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs@pipe-a-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs@pipe-b-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs@pipe-c-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs@pipe-d-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-a-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-c-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-d-dp-3:
    - Statuses : 1 skip(s)
    - Exec time: [0.0] s

  

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

  Here are the changes found in Patchwork_162393v1_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_ccs@block-multicopy-compressed:
    - shard-rkl:          NOTRUN -> [SKIP][6] ([i915#9323])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-2/igt@gem_ccs@block-multicopy-compressed.html

  * igt@gem_ccs@ctrl-surf-copy-new-ctx:
    - shard-tglu-1:       NOTRUN -> [SKIP][7] ([i915#9323]) +1 other test skip
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@gem_ccs@ctrl-surf-copy-new-ctx.html

  * igt@gem_create@create-ext-set-pat:
    - shard-tglu-1:       NOTRUN -> [SKIP][8] ([i915#8562])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@gem_create@create-ext-set-pat.html

  * igt@gem_ctx_isolation@preservation-s3:
    - shard-rkl:          [PASS][9] -> [INCOMPLETE][10] ([i915#13356]) +3 other tests incomplete
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@gem_ctx_isolation@preservation-s3.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@gem_ctx_isolation@preservation-s3.html

  * igt@gem_ctx_isolation@preservation-s3@rcs0:
    - shard-glk11:        NOTRUN -> [INCOMPLETE][11] ([i915#13356]) +1 other test incomplete
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk11/igt@gem_ctx_isolation@preservation-s3@rcs0.html

  * igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0:
    - shard-dg2:          NOTRUN -> [SKIP][12] ([i915#5882]) +6 other tests skip
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html

  * igt@gem_ctx_sseu@invalid-args:
    - shard-tglu:         NOTRUN -> [SKIP][13] ([i915#280]) +1 other test skip
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@gem_ctx_sseu@invalid-args.html

  * igt@gem_exec_balancer@invalid-bonds:
    - shard-dg1:          NOTRUN -> [SKIP][14] ([i915#4036])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@gem_exec_balancer@invalid-bonds.html

  * igt@gem_exec_balancer@parallel-dmabuf-import-out-fence:
    - shard-rkl:          NOTRUN -> [SKIP][15] ([i915#4525])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-2/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html
    - shard-tglu-1:       NOTRUN -> [SKIP][16] ([i915#4525])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html

  * igt@gem_exec_capture@capture-recoverable:
    - shard-rkl:          NOTRUN -> [SKIP][17] ([i915#6344])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@gem_exec_capture@capture-recoverable.html

  * igt@gem_exec_fence@submit:
    - shard-dg1:          NOTRUN -> [SKIP][18] ([i915#4812])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@gem_exec_fence@submit.html

  * igt@gem_exec_fence@submit3:
    - shard-dg2:          NOTRUN -> [SKIP][19] ([i915#4812])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@gem_exec_fence@submit3.html

  * igt@gem_exec_flush@basic-wb-rw-default:
    - shard-dg2:          NOTRUN -> [SKIP][20] ([i915#3539] / [i915#4852])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@gem_exec_flush@basic-wb-rw-default.html

  * igt@gem_exec_reloc@basic-gtt-cpu:
    - shard-dg1:          NOTRUN -> [SKIP][21] ([i915#3281])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@gem_exec_reloc@basic-gtt-cpu.html

  * igt@gem_exec_reloc@basic-wc-gtt-active:
    - shard-rkl:          NOTRUN -> [SKIP][22] ([i915#3281])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-3/igt@gem_exec_reloc@basic-wc-gtt-active.html

  * igt@gem_exec_reloc@basic-write-read-noreloc:
    - shard-dg2:          NOTRUN -> [SKIP][23] ([i915#3281])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@gem_exec_reloc@basic-write-read-noreloc.html

  * igt@gem_exec_suspend@basic-s0@smem:
    - shard-dg2:          NOTRUN -> [INCOMPLETE][24] ([i915#13356])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@gem_exec_suspend@basic-s0@smem.html

  * igt@gem_fenced_exec_thrash@no-spare-fences-busy:
    - shard-dg1:          NOTRUN -> [SKIP][25] ([i915#4860])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html

  * igt@gem_linear_blits@interruptible:
    - shard-dg1:          [PASS][26] -> [FAIL][27] ([i915#15391])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg1-19/igt@gem_linear_blits@interruptible.html
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-14/igt@gem_linear_blits@interruptible.html

  * igt@gem_lmem_swapping@heavy-verify-multi-ccs:
    - shard-tglu-1:       NOTRUN -> [SKIP][28] ([i915#4613])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html

  * igt@gem_lmem_swapping@parallel-random-verify:
    - shard-tglu:         NOTRUN -> [SKIP][29] ([i915#4613]) +2 other tests skip
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@gem_lmem_swapping@parallel-random-verify.html

  * igt@gem_lmem_swapping@parallel-random-verify-ccs:
    - shard-dg1:          NOTRUN -> [SKIP][30] ([i915#12193])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-13/igt@gem_lmem_swapping@parallel-random-verify-ccs.html

  * igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0:
    - shard-dg1:          NOTRUN -> [SKIP][31] ([i915#4565])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-13/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html

  * igt@gem_lmem_swapping@random:
    - shard-glk:          NOTRUN -> [SKIP][32] ([i915#4613]) +4 other tests skip
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk6/igt@gem_lmem_swapping@random.html

  * igt@gem_lmem_swapping@smem-oom:
    - shard-rkl:          NOTRUN -> [SKIP][33] ([i915#4613])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@gem_lmem_swapping@smem-oom.html
    - shard-dg1:          [PASS][34] -> [FAIL][35] ([i915#15734])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg1-18/igt@gem_lmem_swapping@smem-oom.html
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@gem_lmem_swapping@smem-oom.html

  * igt@gem_lmem_swapping@smem-oom@lmem0:
    - shard-dg1:          [PASS][36] -> [CRASH][37] ([i915#5493])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@gem_lmem_swapping@smem-oom@lmem0.html

  * igt@gem_mmap@pf-nonblock:
    - shard-dg1:          NOTRUN -> [SKIP][38] ([i915#4083])
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@gem_mmap@pf-nonblock.html

  * igt@gem_mmap_gtt@cpuset-big-copy:
    - shard-dg2:          NOTRUN -> [SKIP][39] ([i915#4077]) +3 other tests skip
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@gem_mmap_gtt@cpuset-big-copy.html

  * igt@gem_mmap_gtt@flink-race:
    - shard-dg1:          NOTRUN -> [SKIP][40] ([i915#4077]) +3 other tests skip
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@gem_mmap_gtt@flink-race.html

  * igt@gem_partial_pwrite_pread@reads:
    - shard-dg2:          NOTRUN -> [SKIP][41] ([i915#3282]) +1 other test skip
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@gem_partial_pwrite_pread@reads.html

  * igt@gem_partial_pwrite_pread@reads-uncached:
    - shard-rkl:          NOTRUN -> [SKIP][42] ([i915#3282]) +1 other test skip
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@gem_partial_pwrite_pread@reads-uncached.html

  * igt@gem_pread@exhaustion:
    - shard-glk:          NOTRUN -> [WARN][43] ([i915#2658])
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk6/igt@gem_pread@exhaustion.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-glk10:        NOTRUN -> [WARN][44] ([i915#14702] / [i915#2658])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk10/igt@gem_pwrite@basic-exhaustion.html

  * igt@gem_pxp@hw-rejects-pxp-context:
    - shard-tglu:         NOTRUN -> [SKIP][45] ([i915#13398])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@gem_pxp@hw-rejects-pxp-context.html

  * igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
    - shard-dg2:          NOTRUN -> [SKIP][46] ([i915#4270]) +1 other test skip
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html

  * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume:
    - shard-dg1:          NOTRUN -> [SKIP][47] ([i915#4270])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html

  * igt@gem_readwrite@read-write:
    - shard-dg1:          NOTRUN -> [SKIP][48] ([i915#3282])
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@gem_readwrite@read-write.html

  * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled:
    - shard-dg2:          NOTRUN -> [SKIP][49] ([i915#5190] / [i915#8428]) +1 other test skip
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html

  * igt@gem_softpin@noreloc-s3:
    - shard-glk:          NOTRUN -> [INCOMPLETE][50] ([i915#13809])
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk1/igt@gem_softpin@noreloc-s3.html

  * igt@gem_tiled_pread_pwrite:
    - shard-dg1:          NOTRUN -> [SKIP][51] ([i915#4079])
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@gem_tiled_pread_pwrite.html

  * igt@gem_userptr_blits@create-destroy-unsync:
    - shard-rkl:          NOTRUN -> [SKIP][52] ([i915#3297]) +1 other test skip
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-2/igt@gem_userptr_blits@create-destroy-unsync.html
    - shard-tglu-1:       NOTRUN -> [SKIP][53] ([i915#3297]) +1 other test skip
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@gem_userptr_blits@create-destroy-unsync.html

  * igt@gem_userptr_blits@invalid-mmap-offset-unsync:
    - shard-tglu:         NOTRUN -> [SKIP][54] ([i915#3297])
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html

  * igt@gen9_exec_parse@allowed-all:
    - shard-dg2:          NOTRUN -> [SKIP][55] ([i915#2856])
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@gen9_exec_parse@allowed-all.html

  * igt@gen9_exec_parse@allowed-single:
    - shard-glk11:        NOTRUN -> [ABORT][56] ([i915#5566])
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk11/igt@gen9_exec_parse@allowed-single.html

  * igt@gen9_exec_parse@bb-oversize:
    - shard-dg1:          NOTRUN -> [SKIP][57] ([i915#2527])
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@gen9_exec_parse@bb-oversize.html

  * igt@gen9_exec_parse@bb-start-param:
    - shard-tglu-1:       NOTRUN -> [SKIP][58] ([i915#2527] / [i915#2856]) +1 other test skip
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@gen9_exec_parse@bb-start-param.html

  * igt@gen9_exec_parse@unaligned-jump:
    - shard-tglu:         NOTRUN -> [SKIP][59] ([i915#2527] / [i915#2856])
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@gen9_exec_parse@unaligned-jump.html

  * igt@i915_drm_fdinfo@most-busy-check-all@vecs0:
    - shard-dg2:          NOTRUN -> [SKIP][60] ([i915#14073]) +14 other tests skip
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@i915_drm_fdinfo@most-busy-check-all@vecs0.html

  * igt@i915_drm_fdinfo@most-busy-idle-check-all@rcs0:
    - shard-dg1:          NOTRUN -> [SKIP][61] ([i915#14073]) +5 other tests skip
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@i915_drm_fdinfo@most-busy-idle-check-all@rcs0.html

  * igt@i915_drm_fdinfo@virtual-busy-idle:
    - shard-dg2:          NOTRUN -> [SKIP][62] ([i915#14118])
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@i915_drm_fdinfo@virtual-busy-idle.html
    - shard-dg1:          NOTRUN -> [SKIP][63] ([i915#14118])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-13/igt@i915_drm_fdinfo@virtual-busy-idle.html

  * igt@i915_module_load@fault-injection@__uc_init:
    - shard-dg2:          NOTRUN -> [ABORT][64] ([i915#15481])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-7/igt@i915_module_load@fault-injection@__uc_init.html

  * igt@i915_module_load@fault-injection@intel_connector_register:
    - shard-glk10:        NOTRUN -> [ABORT][65] ([i915#15342]) +1 other test abort
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk10/igt@i915_module_load@fault-injection@intel_connector_register.html
    - shard-dg2:          NOTRUN -> [DMESG-WARN][66] ([i915#15342])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-7/igt@i915_module_load@fault-injection@intel_connector_register.html

  * igt@i915_module_load@fault-injection@intel_gt_init-enodev:
    - shard-glk10:        NOTRUN -> [SKIP][67] +261 other tests skip
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk10/igt@i915_module_load@fault-injection@intel_gt_init-enodev.html

  * igt@i915_pm_freq_api@freq-basic-api:
    - shard-tglu-1:       NOTRUN -> [SKIP][68] ([i915#8399]) +1 other test skip
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@i915_pm_freq_api@freq-basic-api.html

  * igt@i915_pm_rps@thresholds-park:
    - shard-dg1:          NOTRUN -> [SKIP][69] ([i915#11681])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@i915_pm_rps@thresholds-park.html

  * igt@i915_power@sanity:
    - shard-rkl:          NOTRUN -> [SKIP][70] ([i915#7984])
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-3/igt@i915_power@sanity.html

  * igt@i915_suspend@fence-restore-tiled2untiled:
    - shard-rkl:          [PASS][71] -> [INCOMPLETE][72] ([i915#4817])
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-8/igt@i915_suspend@fence-restore-tiled2untiled.html
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-4/igt@i915_suspend@fence-restore-tiled2untiled.html

  * igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-1:
    - shard-glk:          [PASS][73] -> [FAIL][74] ([i915#14888]) +1 other test fail
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-glk2/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-1.html
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk9/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-1.html

  * igt@kms_async_flips@async-flip-dpms@pipe-a-vga-1:
    - shard-snb:          NOTRUN -> [SKIP][75] +3 other tests skip
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-snb4/igt@kms_async_flips@async-flip-dpms@pipe-a-vga-1.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
    - shard-dg1:          NOTRUN -> [SKIP][76] ([i915#1769] / [i915#3555])
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html

  * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1:
    - shard-tglu:         [PASS][77] -> [FAIL][78] ([i915#15662]) +1 other test fail
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-tglu-9/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-8/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html

  * igt@kms_big_fb@4-tiled-32bpp-rotate-270:
    - shard-rkl:          NOTRUN -> [SKIP][79] ([i915#5286])
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-3/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html

  * igt@kms_big_fb@4-tiled-8bpp-rotate-90:
    - shard-dg1:          NOTRUN -> [SKIP][80] ([i915#4538] / [i915#5286])
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
    - shard-tglu:         NOTRUN -> [SKIP][81] ([i915#5286]) +1 other test skip
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
    - shard-tglu-1:       NOTRUN -> [SKIP][82] ([i915#5286]) +2 other tests skip
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html

  * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-tglu:         NOTRUN -> [SKIP][83] ([i915#3828])
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_fb@x-tiled-64bpp-rotate-90:
    - shard-dg1:          NOTRUN -> [SKIP][84] ([i915#3638])
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
    - shard-dg2:          NOTRUN -> [SKIP][85] ([i915#5190])
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
    - shard-dg1:          NOTRUN -> [SKIP][86] ([i915#4538])
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
    - shard-rkl:          NOTRUN -> [SKIP][87] +6 other tests skip
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip:
    - shard-dg2:          NOTRUN -> [SKIP][88] ([i915#4538] / [i915#5190]) +2 other tests skip
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html

  * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4:
    - shard-dg1:          NOTRUN -> [SKIP][89] ([i915#6095]) +135 other tests skip
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html

  * igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1:
    - shard-dg2:          NOTRUN -> [SKIP][90] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1.html

  * igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-b-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][91] ([i915#14544] / [i915#6095]) +9 other tests skip
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-b-hdmi-a-2.html

  * igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-c-hdmi-a-2:
    - shard-glk11:        NOTRUN -> [SKIP][92] +83 other tests skip
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk11/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-c-hdmi-a-2.html

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2:
    - shard-glk:          NOTRUN -> [SKIP][93] +294 other tests skip
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk6/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs:
    - shard-tglu:         NOTRUN -> [SKIP][94] ([i915#12313])
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1:
    - shard-tglu-1:       NOTRUN -> [SKIP][95] ([i915#6095]) +29 other tests skip
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1.html

  * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
    - shard-rkl:          NOTRUN -> [SKIP][96] ([i915#14098] / [i915#6095]) +22 other tests skip
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-3:
    - shard-dg2:          NOTRUN -> [SKIP][97] ([i915#6095]) +52 other tests skip
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-3.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][98] ([i915#14098] / [i915#14544] / [i915#6095]) +5 other tests skip
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][99] ([i915#6095]) +41 other tests skip
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-1:
    - shard-tglu:         NOTRUN -> [SKIP][100] ([i915#6095]) +34 other tests skip
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-1.html

  * igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1:
    - shard-dg2:          NOTRUN -> [SKIP][101] ([i915#10307] / [i915#6095]) +148 other tests skip
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1.html

  * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
    - shard-tglu-1:       NOTRUN -> [SKIP][102] ([i915#12313])
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html

  * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3:
    - shard-dg2:          NOTRUN -> [SKIP][103] ([i915#13781]) +3 other tests skip
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html

  * igt@kms_chamelium_frames@dp-crc-single:
    - shard-dg1:          NOTRUN -> [SKIP][104] ([i915#11151] / [i915#7828]) +2 other tests skip
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_chamelium_frames@dp-crc-single.html

  * igt@kms_chamelium_frames@hdmi-frame-dump:
    - shard-tglu:         NOTRUN -> [SKIP][105] ([i915#11151] / [i915#7828]) +3 other tests skip
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_chamelium_frames@hdmi-frame-dump.html

  * igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
    - shard-rkl:          NOTRUN -> [SKIP][106] ([i915#11151] / [i915#7828]) +1 other test skip
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-2/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
    - shard-tglu-1:       NOTRUN -> [SKIP][107] ([i915#11151] / [i915#7828]) +3 other tests skip
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html

  * igt@kms_chamelium_hpd@hdmi-hpd-storm:
    - shard-dg2:          NOTRUN -> [SKIP][108] ([i915#11151] / [i915#7828]) +4 other tests skip
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_chamelium_hpd@hdmi-hpd-storm.html

  * igt@kms_content_protection@atomic:
    - shard-tglu:         NOTRUN -> [SKIP][109] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_content_protection@atomic.html

  * igt@kms_content_protection@atomic-dpms@pipe-a-dp-3:
    - shard-dg2:          NOTRUN -> [FAIL][110] ([i915#7173]) +1 other test fail
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@kms_content_protection@atomic-dpms@pipe-a-dp-3.html

  * igt@kms_content_protection@dp-mst-type-0-hdcp14:
    - shard-tglu-1:       NOTRUN -> [SKIP][111] ([i915#15330])
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_content_protection@dp-mst-type-0-hdcp14.html

  * igt@kms_content_protection@dp-mst-type-0-suspend-resume:
    - shard-dg1:          NOTRUN -> [SKIP][112] ([i915#15330])
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html

  * igt@kms_content_protection@legacy:
    - shard-rkl:          NOTRUN -> [SKIP][113] ([i915#6944] / [i915#7118] / [i915#9424])
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_content_protection@legacy.html

  * igt@kms_content_protection@lic-type-0:
    - shard-tglu:         NOTRUN -> [SKIP][114] ([i915#6944] / [i915#9424])
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_content_protection@lic-type-0.html

  * igt@kms_content_protection@srm:
    - shard-tglu-1:       NOTRUN -> [SKIP][115] ([i915#6944] / [i915#7116] / [i915#7118])
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_content_protection@srm.html

  * igt@kms_cursor_crc@cursor-onscreen-256x85:
    - shard-rkl:          [PASS][116] -> [FAIL][117] ([i915#13566])
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_cursor_crc@cursor-onscreen-256x85.html
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-7/igt@kms_cursor_crc@cursor-onscreen-256x85.html

  * igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [FAIL][118] ([i915#13566]) +1 other test fail
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-7/igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-2.html

  * igt@kms_cursor_crc@cursor-onscreen-512x512:
    - shard-tglu:         NOTRUN -> [SKIP][119] ([i915#13049])
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_cursor_crc@cursor-onscreen-512x512.html

  * igt@kms_cursor_crc@cursor-random-32x32:
    - shard-dg2:          NOTRUN -> [SKIP][120] ([i915#3555]) +1 other test skip
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_cursor_crc@cursor-random-32x32.html

  * igt@kms_cursor_crc@cursor-random-512x170:
    - shard-tglu-1:       NOTRUN -> [SKIP][121] ([i915#13049])
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_cursor_crc@cursor-random-512x170.html

  * igt@kms_cursor_crc@cursor-random-512x512:
    - shard-dg2:          NOTRUN -> [SKIP][122] ([i915#13049]) +1 other test skip
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@kms_cursor_crc@cursor-random-512x512.html

  * igt@kms_cursor_crc@cursor-sliding-256x85:
    - shard-dg2:          [PASS][123] -> [ABORT][124] ([i915#15759]) +1 other test abort
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-3/igt@kms_cursor_crc@cursor-sliding-256x85.html
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-7/igt@kms_cursor_crc@cursor-sliding-256x85.html

  * igt@kms_cursor_crc@cursor-sliding-32x10:
    - shard-rkl:          NOTRUN -> [SKIP][125] ([i915#3555])
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-32x10.html
    - shard-tglu-1:       NOTRUN -> [SKIP][126] ([i915#3555]) +1 other test skip
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-32x10.html

  * igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1:
    - shard-tglu-1:       NOTRUN -> [FAIL][127] ([i915#13566]) +1 other test fail
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html

  * igt@kms_cursor_crc@cursor-sliding-max-size:
    - shard-dg1:          NOTRUN -> [SKIP][128] ([i915#3555]) +1 other test skip
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_cursor_crc@cursor-sliding-max-size.html

  * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
    - shard-dg2:          NOTRUN -> [SKIP][129] ([i915#13046] / [i915#5354]) +1 other test skip
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
    - shard-glk:          NOTRUN -> [FAIL][130] ([i915#13028])
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk4/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
    - shard-tglu:         NOTRUN -> [SKIP][131] ([i915#4103])
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
    - shard-rkl:          NOTRUN -> [SKIP][132] ([i915#4103]) +1 other test skip
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html

  * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
    - shard-tglu:         NOTRUN -> [SKIP][133] ([i915#9067])
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
    - shard-dg2:          NOTRUN -> [SKIP][134] ([i915#4103] / [i915#4213])
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html

  * igt@kms_display_modes@extended-mode-basic:
    - shard-tglu-1:       NOTRUN -> [SKIP][135] ([i915#13691])
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_display_modes@extended-mode-basic.html

  * igt@kms_dp_aux_dev:
    - shard-rkl:          NOTRUN -> [SKIP][136] ([i915#1257])
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-2/igt@kms_dp_aux_dev.html
    - shard-tglu-1:       NOTRUN -> [SKIP][137] ([i915#1257])
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_dp_aux_dev.html

  * igt@kms_draw_crc@draw-method-mmap-gtt:
    - shard-dg2:          NOTRUN -> [SKIP][138] ([i915#8812])
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_draw_crc@draw-method-mmap-gtt.html

  * igt@kms_dsc@dsc-with-bpc:
    - shard-dg1:          NOTRUN -> [SKIP][139] ([i915#3555] / [i915#3840])
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_dsc@dsc-with-bpc.html

  * igt@kms_dsc@dsc-with-output-formats:
    - shard-tglu-1:       NOTRUN -> [SKIP][140] ([i915#3555] / [i915#3840])
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_dsc@dsc-with-output-formats.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-glk:          NOTRUN -> [INCOMPLETE][141] ([i915#9878])
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk8/igt@kms_fbcon_fbt@fbc-suspend.html
    - shard-rkl:          NOTRUN -> [INCOMPLETE][142] ([i915#9878])
   [142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-3/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_fbcon_fbt@psr-suspend:
    - shard-rkl:          NOTRUN -> [SKIP][143] ([i915#3955])
   [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html
    - shard-tglu-1:       NOTRUN -> [SKIP][144] ([i915#3469])
   [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_fbcon_fbt@psr-suspend.html

  * igt@kms_feature_discovery@display-2x:
    - shard-tglu-1:       NOTRUN -> [SKIP][145] ([i915#1839])
   [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_feature_discovery@display-2x.html

  * igt@kms_feature_discovery@display-4x:
    - shard-tglu:         NOTRUN -> [SKIP][146] ([i915#1839])
   [146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_feature_discovery@display-4x.html

  * igt@kms_feature_discovery@psr1:
    - shard-tglu:         NOTRUN -> [SKIP][147] ([i915#658])
   [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_feature_discovery@psr1.html

  * igt@kms_flip@2x-absolute-wf_vblank-interruptible:
    - shard-dg1:          NOTRUN -> [SKIP][148] ([i915#9934]) +1 other test skip
   [148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html

  * igt@kms_flip@2x-blocking-wf_vblank:
    - shard-tglu-1:       NOTRUN -> [SKIP][149] ([i915#3637] / [i915#9934]) +2 other tests skip
   [149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_flip@2x-blocking-wf_vblank.html

  * igt@kms_flip@2x-modeset-vs-vblank-race:
    - shard-tglu:         NOTRUN -> [SKIP][150] ([i915#3637] / [i915#9934]) +3 other tests skip
   [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_flip@2x-modeset-vs-vblank-race.html

  * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset:
    - shard-dg2:          NOTRUN -> [SKIP][151] ([i915#9934]) +2 other tests skip
   [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
    - shard-tglu-1:       NOTRUN -> [SKIP][152] ([i915#15643]) +1 other test skip
   [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
    - shard-dg2:          NOTRUN -> [SKIP][153] ([i915#15643])
   [153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling:
    - shard-rkl:          NOTRUN -> [SKIP][154] ([i915#15643])
   [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
    - shard-tglu:         NOTRUN -> [SKIP][155] ([i915#15643])
   [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling:
    - shard-dg1:          NOTRUN -> [SKIP][156] ([i915#15643]) +1 other test skip
   [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt:
    - shard-rkl:          NOTRUN -> [SKIP][157] ([i915#1825]) +8 other tests skip
   [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt:
    - shard-snb:          [PASS][158] -> [SKIP][159] +27 other tests skip
   [158]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt.html
   [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbc-tiling-4:
    - shard-dg2:          [PASS][160] -> [FAIL][161] ([i915#15389] / [i915#6880]) +1 other test fail
   [160]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
   [161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-tiling-4.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-indfb-fliptrack-mmap-gtt:
    - shard-dg1:          NOTRUN -> [SKIP][162] ([i915#8708]) +1 other test skip
   [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-1p-indfb-fliptrack-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-render:
    - shard-dg2:          NOTRUN -> [SKIP][163] ([i915#15102]) +1 other test skip
   [163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-pwrite:
    - shard-dg1:          NOTRUN -> [SKIP][164] +6 other tests skip
   [164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-pwrite.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-cpu:
    - shard-rkl:          NOTRUN -> [SKIP][165] ([i915#15102])
   [165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
    - shard-dg2:          NOTRUN -> [SKIP][166] ([i915#15102] / [i915#3458]) +2 other tests skip
   [166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-render:
    - shard-dg2:          NOTRUN -> [SKIP][167] ([i915#5354]) +13 other tests skip
   [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
    - shard-tglu:         NOTRUN -> [SKIP][168] +25 other tests skip
   [168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-pwrite:
    - shard-tglu-1:       NOTRUN -> [SKIP][169] +23 other tests skip
   [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-pwrite.html

  * igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt:
    - shard-dg2:          NOTRUN -> [SKIP][170] ([i915#8708]) +2 other tests skip
   [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@psr-rgb565-draw-blt:
    - shard-dg1:          NOTRUN -> [SKIP][171] ([i915#15102] / [i915#3458]) +3 other tests skip
   [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-rgb565-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-rgb565-draw-render:
    - shard-rkl:          NOTRUN -> [SKIP][172] ([i915#15102] / [i915#3023]) +7 other tests skip
   [172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html
    - shard-tglu-1:       NOTRUN -> [SKIP][173] ([i915#15102]) +7 other tests skip
   [173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary:
    - shard-tglu:         NOTRUN -> [SKIP][174] ([i915#15102]) +12 other tests skip
   [174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary.html

  * igt@kms_getfb@getfb2-into-addfb2:
    - shard-dg1:          [PASS][175] -> [DMESG-WARN][176] ([i915#4423])
   [175]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg1-14/igt@kms_getfb@getfb2-into-addfb2.html
   [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-13/igt@kms_getfb@getfb2-into-addfb2.html

  * igt@kms_hdmi_inject@inject-audio:
    - shard-mtlp:         [PASS][177] -> [SKIP][178] ([i915#15725])
   [177]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-mtlp-7/igt@kms_hdmi_inject@inject-audio.html
   [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-mtlp-1/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_hdr@bpc-switch-dpms:
    - shard-tglu-1:       NOTRUN -> [SKIP][179] ([i915#3555] / [i915#8228]) +1 other test skip
   [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_hdr@bpc-switch-dpms.html

  * igt@kms_hdr@invalid-hdr:
    - shard-rkl:          NOTRUN -> [SKIP][180] ([i915#3555] / [i915#8228])
   [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-2/igt@kms_hdr@invalid-hdr.html

  * igt@kms_hdr@static-toggle:
    - shard-rkl:          [PASS][181] -> [SKIP][182] ([i915#3555] / [i915#8228])
   [181]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-1/igt@kms_hdr@static-toggle.html
   [182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-8/igt@kms_hdr@static-toggle.html

  * igt@kms_joiner@basic-ultra-joiner:
    - shard-tglu:         NOTRUN -> [SKIP][183] ([i915#15458])
   [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_joiner@basic-ultra-joiner.html

  * igt@kms_joiner@invalid-modeset-force-big-joiner:
    - shard-tglu-1:       NOTRUN -> [SKIP][184] ([i915#15459])
   [184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_joiner@invalid-modeset-force-big-joiner.html

  * igt@kms_joiner@invalid-modeset-force-ultra-joiner:
    - shard-dg1:          NOTRUN -> [SKIP][185] ([i915#15458])
   [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html

  * igt@kms_pipe_stress@stress-xrgb8888-yftiled:
    - shard-tglu:         NOTRUN -> [SKIP][186] ([i915#14712])
   [186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html

  * igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping:
    - shard-dg2:          NOTRUN -> [SKIP][187] ([i915#15709]) +1 other test skip
   [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping.html

  * igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier:
    - shard-dg1:          NOTRUN -> [SKIP][188] ([i915#15709])
   [188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier.html

  * igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping:
    - shard-tglu:         NOTRUN -> [SKIP][189] ([i915#15709])
   [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping.html

  * igt@kms_plane@pixel-format-x-tiled-modifier-source-clamping:
    - shard-dg1:          [PASS][190] -> [ABORT][191] ([i915#15759]) +6 other tests abort
   [190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg1-19/igt@kms_plane@pixel-format-x-tiled-modifier-source-clamping.html
   [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-17/igt@kms_plane@pixel-format-x-tiled-modifier-source-clamping.html

  * igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-5:
    - shard-dg2:          NOTRUN -> [SKIP][192] ([i915#15608]) +1 other test skip
   [192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-5.html

  * igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-a-plane-7:
    - shard-tglu:         NOTRUN -> [SKIP][193] ([i915#15608]) +1 other test skip
   [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-a-plane-7.html

  * igt@kms_plane@pixel-format-yf-tiled-ccs-modifier-source-clamping:
    - shard-tglu-1:       NOTRUN -> [SKIP][194] ([i915#15709])
   [194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_plane@pixel-format-yf-tiled-ccs-modifier-source-clamping.html

  * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b:
    - shard-rkl:          NOTRUN -> [ABORT][195] ([i915#15132])
   [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-1/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html

  * igt@kms_plane_alpha_blend@alpha-transparent-fb:
    - shard-glk:          NOTRUN -> [FAIL][196] ([i915#10647] / [i915#12177])
   [196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk6/igt@kms_plane_alpha_blend@alpha-transparent-fb.html

  * igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1:
    - shard-glk:          NOTRUN -> [FAIL][197] ([i915#10647]) +1 other test fail
   [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk6/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1.html

  * igt@kms_plane_multiple@2x-tiling-4:
    - shard-tglu:         NOTRUN -> [SKIP][198] ([i915#13958])
   [198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_plane_multiple@2x-tiling-4.html

  * igt@kms_plane_multiple@2x-tiling-none:
    - shard-tglu-1:       NOTRUN -> [SKIP][199] ([i915#13958])
   [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_plane_multiple@2x-tiling-none.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c:
    - shard-tglu:         NOTRUN -> [SKIP][200] ([i915#15329]) +4 other tests skip
   [200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
    - shard-dg1:          NOTRUN -> [SKIP][201] ([i915#15329]) +4 other tests skip
   [201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html

  * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation:
    - shard-rkl:          NOTRUN -> [SKIP][202] ([i915#15329] / [i915#3555])
   [202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-3/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html

  * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b:
    - shard-rkl:          NOTRUN -> [SKIP][203] ([i915#15329]) +2 other tests skip
   [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-3/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b.html

  * igt@kms_pm_backlight@bad-brightness:
    - shard-tglu:         NOTRUN -> [SKIP][204] ([i915#9812])
   [204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_pm_backlight@bad-brightness.html

  * igt@kms_pm_backlight@basic-brightness:
    - shard-dg1:          NOTRUN -> [SKIP][205] ([i915#5354])
   [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_pm_backlight@basic-brightness.html

  * igt@kms_pm_dc@dc3co-vpb-simulation:
    - shard-tglu:         NOTRUN -> [SKIP][206] ([i915#9685])
   [206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_pm_dc@dc3co-vpb-simulation.html

  * igt@kms_pm_dc@dc9-dpms:
    - shard-tglu-1:       NOTRUN -> [SKIP][207] ([i915#15739])
   [207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_pm_dc@dc9-dpms.html

  * igt@kms_pm_rpm@modeset-lpsp-stress:
    - shard-dg1:          [PASS][208] -> [SKIP][209] ([i915#15073]) +1 other test skip
   [208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp-stress.html
   [209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-19/igt@kms_pm_rpm@modeset-lpsp-stress.html

  * igt@kms_pm_rpm@modeset-non-lpsp-stress:
    - shard-rkl:          NOTRUN -> [SKIP][210] ([i915#15073])
   [210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress.html

  * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-tglu:         NOTRUN -> [SKIP][211] ([i915#15073])
   [211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@kms_pm_rpm@system-suspend-modeset:
    - shard-rkl:          [PASS][212] -> [INCOMPLETE][213] ([i915#14419])
   [212]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_pm_rpm@system-suspend-modeset.html
   [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_pm_rpm@system-suspend-modeset.html

  * igt@kms_prime@d3hot:
    - shard-dg2:          NOTRUN -> [SKIP][214] ([i915#6524] / [i915#6805])
   [214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_prime@d3hot.html

  * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf:
    - shard-tglu-1:       NOTRUN -> [SKIP][215] ([i915#11520]) +2 other tests skip
   [215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf.html

  * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area:
    - shard-dg2:          NOTRUN -> [SKIP][216] ([i915#11520]) +2 other tests skip
   [216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html

  * igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area:
    - shard-rkl:          NOTRUN -> [SKIP][217] ([i915#11520]) +3 other tests skip
   [217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area:
    - shard-glk11:        NOTRUN -> [SKIP][218] ([i915#11520]) +1 other test skip
   [218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk11/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area.html

  * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf:
    - shard-glk:          NOTRUN -> [SKIP][219] ([i915#11520]) +8 other tests skip
   [219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk6/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html

  * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf:
    - shard-tglu:         NOTRUN -> [SKIP][220] ([i915#11520]) +5 other tests skip
   [220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf:
    - shard-dg1:          NOTRUN -> [SKIP][221] ([i915#11520]) +2 other tests skip
   [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html

  * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area:
    - shard-glk10:        NOTRUN -> [SKIP][222] ([i915#11520]) +8 other tests skip
   [222]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk10/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html

  * igt@kms_psr@fbc-psr-cursor-plane-onoff:
    - shard-tglu:         NOTRUN -> [SKIP][223] ([i915#9732]) +9 other tests skip
   [223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_psr@fbc-psr-cursor-plane-onoff.html

  * igt@kms_psr@fbc-psr-primary-mmap-gtt:
    - shard-dg2:          NOTRUN -> [SKIP][224] ([i915#1072] / [i915#9732]) +6 other tests skip
   [224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_psr@fbc-psr-primary-mmap-gtt.html

  * igt@kms_psr@pr-sprite-plane-onoff:
    - shard-dg1:          NOTRUN -> [SKIP][225] ([i915#1072] / [i915#9732]) +5 other tests skip
   [225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_psr@pr-sprite-plane-onoff.html

  * igt@kms_psr@psr-cursor-mmap-cpu:
    - shard-rkl:          NOTRUN -> [SKIP][226] ([i915#1072] / [i915#9732]) +4 other tests skip
   [226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_psr@psr-cursor-mmap-cpu.html

  * igt@kms_psr@psr-cursor-render:
    - shard-tglu-1:       NOTRUN -> [SKIP][227] ([i915#9732]) +10 other tests skip
   [227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_psr@psr-cursor-render.html

  * igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
    - shard-dg2:          NOTRUN -> [SKIP][228] ([i915#9685])
   [228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html

  * igt@kms_rotation_crc@exhaust-fences:
    - shard-dg1:          NOTRUN -> [SKIP][229] ([i915#4884])
   [229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_rotation_crc@exhaust-fences.html

  * igt@kms_rotation_crc@multiplane-rotation:
    - shard-glk11:        NOTRUN -> [INCOMPLETE][230] ([i915#15492])
   [230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk11/igt@kms_rotation_crc@multiplane-rotation.html

  * igt@kms_rotation_crc@multiplane-rotation-cropping-bottom:
    - shard-glk:          NOTRUN -> [INCOMPLETE][231] ([i915#15500])
   [231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk5/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
    - shard-dg1:          NOTRUN -> [SKIP][232] ([i915#5289])
   [232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
    - shard-tglu:         NOTRUN -> [SKIP][233] ([i915#5289])
   [233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html

  * igt@kms_selftest@drm_framebuffer:
    - shard-tglu-1:       NOTRUN -> [ABORT][234] ([i915#13179]) +1 other test abort
   [234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_selftest@drm_framebuffer.html

  * igt@kms_setmode@basic@pipe-a-vga-1:
    - shard-snb:          NOTRUN -> [FAIL][235] ([i915#15106]) +3 other tests fail
   [235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-snb4/igt@kms_setmode@basic@pipe-a-vga-1.html

  * igt@kms_setmode@clone-exclusive-crtc:
    - shard-tglu:         NOTRUN -> [SKIP][236] ([i915#3555])
   [236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_setmode@clone-exclusive-crtc.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-tglu:         NOTRUN -> [SKIP][237] ([i915#8623])
   [237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@kms_vrr@max-min:
    - shard-tglu-1:       NOTRUN -> [SKIP][238] ([i915#9906])
   [238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@kms_vrr@max-min.html

  * igt@perf@non-zero-reason@0-rcs0:
    - shard-dg2:          NOTRUN -> [FAIL][239] ([i915#9100]) +1 other test fail
   [239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@perf@non-zero-reason@0-rcs0.html

  * igt@perf_pmu@busy-double-start@vcs1:
    - shard-dg2:          [PASS][240] -> [FAIL][241] ([i915#4349])
   [240]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-6/igt@perf_pmu@busy-double-start@vcs1.html
   [241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-8/igt@perf_pmu@busy-double-start@vcs1.html

  * igt@perf_pmu@event-wait@rcs0:
    - shard-dg2:          NOTRUN -> [SKIP][242] +4 other tests skip
   [242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@perf_pmu@event-wait@rcs0.html

  * igt@prime_mmap@test_aperture_limit:
    - shard-dg2:          NOTRUN -> [SKIP][243] ([i915#14121]) +1 other test skip
   [243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@prime_mmap@test_aperture_limit.html

  * igt@prime_vgem@fence-read-hang:
    - shard-rkl:          NOTRUN -> [SKIP][244] ([i915#3708])
   [244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-2/igt@prime_vgem@fence-read-hang.html

  * igt@prime_vgem@fence-write-hang:
    - shard-dg2:          NOTRUN -> [SKIP][245] ([i915#3708])
   [245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@prime_vgem@fence-write-hang.html

  * igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-random:
    - shard-tglu-1:       NOTRUN -> [FAIL][246] ([i915#12910]) +9 other tests fail
   [246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-1/igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-random.html

  * igt@sriov_basic@enable-vfs-autoprobe-on:
    - shard-dg1:          NOTRUN -> [SKIP][247] ([i915#9917])
   [247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-16/igt@sriov_basic@enable-vfs-autoprobe-on.html

  * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
    - shard-tglu:         NOTRUN -> [FAIL][248] ([i915#12910])
   [248]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-10/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html

  
#### Possible fixes ####

  * igt@core_getversion@all-cards:
    - shard-dg2:          [FAIL][249] ([i915#15689]) -> [PASS][250]
   [249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@core_getversion@all-cards.html
   [250]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@core_getversion@all-cards.html

  * igt@fbdev@unaligned-write:
    - shard-dg2:          [SKIP][251] ([i915#2582]) -> [PASS][252]
   [251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@fbdev@unaligned-write.html
   [252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@fbdev@unaligned-write.html

  * igt@gem_ccs@suspend-resume:
    - shard-dg2:          [INCOMPLETE][253] ([i915#13356]) -> [PASS][254]
   [253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-5/igt@gem_ccs@suspend-resume.html
   [254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@gem_ccs@suspend-resume.html

  * igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0:
    - shard-dg2:          [INCOMPLETE][255] ([i915#12392] / [i915#13356]) -> [PASS][256]
   [255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-5/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0.html
   [256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0.html

  * igt@gem_exec_suspend@basic-s0:
    - shard-rkl:          [ABORT][257] ([i915#15131]) -> [PASS][258] +1 other test pass
   [257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-1/igt@gem_exec_suspend@basic-s0.html
   [258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-3/igt@gem_exec_suspend@basic-s0.html

  * igt@gem_gpgpu_fill@offset-16x16:
    - shard-dg2:          [SKIP][259] ([i915#15689] / [i915#2575]) -> [PASS][260] +132 other tests pass
   [259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_gpgpu_fill@offset-16x16.html
   [260]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@gem_gpgpu_fill@offset-16x16.html

  * igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0:
    - shard-dg2:          [ABORT][261] ([i915#15759]) -> [PASS][262] +2 other tests pass
   [261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-4/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html
   [262]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html

  * igt@i915_drm_fdinfo@memory-info-purgeable:
    - shard-dg2:          [SKIP][263] -> [PASS][264] +1 other test pass
   [263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@i915_drm_fdinfo@memory-info-purgeable.html
   [264]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@i915_drm_fdinfo@memory-info-purgeable.html

  * igt@i915_module_load@load:
    - shard-dg2:          ([FAIL][265], [PASS][266], [PASS][267], [PASS][268], [FAIL][269], [PASS][270], [PASS][271], [PASS][272], [PASS][273], [PASS][274], [FAIL][275], [PASS][276], [PASS][277], [PASS][278], [PASS][279], [PASS][280], [FAIL][281], [PASS][282], [PASS][283], [PASS][284], [PASS][285], [FAIL][286], [FAIL][287], [PASS][288], [PASS][289]) ([i915#15741]) -> ([PASS][290], [PASS][291], [PASS][292], [PASS][293], [PASS][294], [PASS][295], [PASS][296], [PASS][297], [PASS][298], [PASS][299], [PASS][300], [PASS][301], [PASS][302], [PASS][303], [PASS][304], [PASS][305], [PASS][306], [PASS][307], [PASS][308], [PASS][309], [PASS][310], [PASS][311], [PASS][312], [PASS][313], [PASS][314])
   [265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@i915_module_load@load.html
   [266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-4/igt@i915_module_load@load.html
   [267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-8/igt@i915_module_load@load.html
   [268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-6/igt@i915_module_load@load.html
   [269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@i915_module_load@load.html
   [270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-7/igt@i915_module_load@load.html
   [271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-1/igt@i915_module_load@load.html
   [272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-7/igt@i915_module_load@load.html
   [273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-6/igt@i915_module_load@load.html
   [274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-1/igt@i915_module_load@load.html
   [275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@i915_module_load@load.html
   [276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-4/igt@i915_module_load@load.html
   [277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-5/igt@i915_module_load@load.html
   [278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-8/igt@i915_module_load@load.html
   [279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-5/igt@i915_module_load@load.html
   [280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-1/igt@i915_module_load@load.html
   [281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@i915_module_load@load.html
   [282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-6/igt@i915_module_load@load.html
   [283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-3/igt@i915_module_load@load.html
   [284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-8/igt@i915_module_load@load.html
   [285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-3/igt@i915_module_load@load.html
   [286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@i915_module_load@load.html
   [287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@i915_module_load@load.html
   [288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-4/igt@i915_module_load@load.html
   [289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-7/igt@i915_module_load@load.html
   [290]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@i915_module_load@load.html
   [291]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@i915_module_load@load.html
   [292]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@i915_module_load@load.html
   [293]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@i915_module_load@load.html
   [294]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@i915_module_load@load.html
   [295]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@i915_module_load@load.html
   [296]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@i915_module_load@load.html
   [297]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@i915_module_load@load.html
   [298]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@i915_module_load@load.html
   [299]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@i915_module_load@load.html
   [300]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@i915_module_load@load.html
   [301]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@i915_module_load@load.html
   [302]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@i915_module_load@load.html
   [303]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@i915_module_load@load.html
   [304]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@i915_module_load@load.html
   [305]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@i915_module_load@load.html
   [306]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-6/igt@i915_module_load@load.html
   [307]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-6/igt@i915_module_load@load.html
   [308]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-6/igt@i915_module_load@load.html
   [309]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-7/igt@i915_module_load@load.html
   [310]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-7/igt@i915_module_load@load.html
   [311]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-7/igt@i915_module_load@load.html
   [312]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-8/igt@i915_module_load@load.html
   [313]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-8/igt@i915_module_load@load.html
   [314]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-8/igt@i915_module_load@load.html

  * igt@i915_suspend@sysfs-reader:
    - shard-glk:          [INCOMPLETE][315] ([i915#4817]) -> [PASS][316] +1 other test pass
   [315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-glk8/igt@i915_suspend@sysfs-reader.html
   [316]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk5/igt@i915_suspend@sysfs-reader.html

  * igt@kms_async_flips@async-flip-with-page-flip-events-linear:
    - shard-dg2:          [SKIP][317] ([i915#15689]) -> [PASS][318] +186 other tests pass
   [317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
   [318]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html

  * igt@kms_async_flips@test-cursor-atomic:
    - shard-mtlp:         [SKIP][319] ([i915#10333]) -> [PASS][320] +1 other test pass
   [319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-mtlp-6/igt@kms_async_flips@test-cursor-atomic.html
   [320]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-mtlp-8/igt@kms_async_flips@test-cursor-atomic.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-mtlp:         [FAIL][321] ([i915#15733] / [i915#5138]) -> [PASS][322]
   [321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
   [322]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_dp_linktrain_fallback@dp-fallback:
    - shard-dg2:          [SKIP][323] ([i915#13707]) -> [PASS][324]
   [323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-6/igt@kms_dp_linktrain_fallback@dp-fallback.html
   [324]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@kms_dp_linktrain_fallback@dp-fallback.html

  * igt@kms_flip@2x-flip-vs-suspend-interruptible:
    - shard-snb:          [TIMEOUT][325] ([i915#14033] / [i915#14350]) -> [PASS][326]
   [325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-snb6/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
   [326]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-snb6/igt@kms_flip@2x-flip-vs-suspend-interruptible.html

  * igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1:
    - shard-snb:          [TIMEOUT][327] ([i915#14033]) -> [PASS][328]
   [327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-snb6/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1.html
   [328]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-snb6/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1.html

  * igt@kms_force_connector_basic@prune-stale-modes:
    - shard-mtlp:         [SKIP][329] ([i915#15672]) -> [PASS][330]
   [329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-mtlp-1/igt@kms_force_connector_basic@prune-stale-modes.html
   [330]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-mtlp-7/igt@kms_force_connector_basic@prune-stale-modes.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render:
    - shard-snb:          [SKIP][331] -> [PASS][332] +11 other tests pass
   [331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html
   [332]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html

  * igt@kms_hdr@static-swap:
    - shard-rkl:          [SKIP][333] ([i915#3555] / [i915#8228]) -> [PASS][334]
   [333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_hdr@static-swap.html
   [334]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_hdr@static-swap.html

  * igt@kms_hdr@static-toggle:
    - shard-dg2:          [SKIP][335] ([i915#3555] / [i915#8228]) -> [PASS][336] +1 other test pass
   [335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-6/igt@kms_hdr@static-toggle.html
   [336]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@kms_hdr@static-toggle.html

  * igt@kms_plane@pixel-format-linear-modifier:
    - shard-dg1:          [ABORT][337] ([i915#15759]) -> [PASS][338] +2 other tests pass
   [337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg1-13/igt@kms_plane@pixel-format-linear-modifier.html
   [338]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-13/igt@kms_plane@pixel-format-linear-modifier.html

  * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a:
    - shard-rkl:          [INCOMPLETE][339] ([i915#14412]) -> [PASS][340]
   [339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-4/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html
   [340]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-1/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html

  * igt@kms_plane_scaling@planes-scaler-unity-scaling:
    - shard-dg2:          [SKIP][341] ([i915#15689] / [i915#9423]) -> [PASS][342] +7 other tests pass
   [341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_plane_scaling@planes-scaler-unity-scaling.html
   [342]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_plane_scaling@planes-scaler-unity-scaling.html

  * igt@kms_plane_scaling@planes-upscale-factor-0-25:
    - shard-dg1:          [DMESG-WARN][343] ([i915#4423]) -> [PASS][344] +1 other test pass
   [343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg1-17/igt@kms_plane_scaling@planes-upscale-factor-0-25.html
   [344]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-19/igt@kms_plane_scaling@planes-upscale-factor-0-25.html

  * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-rkl:          [SKIP][345] ([i915#15073]) -> [PASS][346] +2 other tests pass
   [345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
   [346]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@kms_pm_rpm@system-suspend-idle:
    - shard-rkl:          [INCOMPLETE][347] ([i915#14419]) -> [PASS][348]
   [347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-3/igt@kms_pm_rpm@system-suspend-idle.html
   [348]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-2/igt@kms_pm_rpm@system-suspend-idle.html

  * igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_create:
    - shard-glk:          [ABORT][349] ([i915#13179]) -> [PASS][350]
   [349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-glk9/igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_create.html
   [350]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk4/igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_create.html

  * igt@kms_vblank@ts-continuation-dpms-suspend:
    - shard-rkl:          [INCOMPLETE][351] ([i915#12276]) -> [PASS][352]
   [351]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_vblank@ts-continuation-dpms-suspend.html
   [352]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_vblank@ts-continuation-dpms-suspend.html

  * igt@perf@gen12-invalid-class-instance:
    - shard-dg2:          [SKIP][353] ([i915#15607]) -> [PASS][354]
   [353]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@perf@gen12-invalid-class-instance.html
   [354]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@perf@gen12-invalid-class-instance.html

  * igt@perf_pmu@busy-accuracy-98@rcs0:
    - shard-tglu:         [FAIL][355] ([i915#4349]) -> [PASS][356] +1 other test pass
   [355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-tglu-3/igt@perf_pmu@busy-accuracy-98@rcs0.html
   [356]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-9/igt@perf_pmu@busy-accuracy-98@rcs0.html

  * igt@perf_pmu@busy-double-start@ccs0:
    - shard-dg2:          [FAIL][357] ([i915#4349]) -> [PASS][358]
   [357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-6/igt@perf_pmu@busy-double-start@ccs0.html
   [358]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-8/igt@perf_pmu@busy-double-start@ccs0.html

  * igt@perf_pmu@busy-double-start@vcs1:
    - shard-mtlp:         [FAIL][359] ([i915#4349]) -> [PASS][360] +1 other test pass
   [359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-mtlp-3/igt@perf_pmu@busy-double-start@vcs1.html
   [360]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-mtlp-3/igt@perf_pmu@busy-double-start@vcs1.html

  * igt@perf_pmu@busy-double-start@vecs0:
    - shard-dg1:          [FAIL][361] ([i915#4349]) -> [PASS][362]
   [361]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg1-17/igt@perf_pmu@busy-double-start@vecs0.html
   [362]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-14/igt@perf_pmu@busy-double-start@vecs0.html

  * igt@perf_pmu@most-busy-check-all:
    - shard-dg2:          [FAIL][363] ([i915#15520]) -> [PASS][364] +1 other test pass
   [363]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-6/igt@perf_pmu@most-busy-check-all.html
   [364]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-8/igt@perf_pmu@most-busy-check-all.html

  
#### Warnings ####

  * igt@api_intel_bb@blit-reloc-purge-cache:
    - shard-dg2:          [SKIP][365] ([i915#15689] / [i915#2575]) -> [SKIP][366] ([i915#8411]) +1 other test skip
   [365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@api_intel_bb@blit-reloc-purge-cache.html
   [366]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@api_intel_bb@blit-reloc-purge-cache.html
    - shard-rkl:          [SKIP][367] ([i915#8411]) -> [SKIP][368] ([i915#14544] / [i915#8411])
   [367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@api_intel_bb@blit-reloc-purge-cache.html
   [368]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@api_intel_bb@blit-reloc-purge-cache.html

  * igt@api_intel_bb@crc32:
    - shard-rkl:          [SKIP][369] ([i915#14544] / [i915#6230]) -> [SKIP][370] ([i915#6230])
   [369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@api_intel_bb@crc32.html
   [370]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@api_intel_bb@crc32.html

  * igt@gem_close_race@multigpu-basic-process:
    - shard-dg2:          [SKIP][371] ([i915#15689] / [i915#2575]) -> [SKIP][372] ([i915#7697])
   [371]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_close_race@multigpu-basic-process.html
   [372]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@gem_close_race@multigpu-basic-process.html

  * igt@gem_create@create-ext-cpu-access-sanity-check:
    - shard-rkl:          [SKIP][373] ([i915#6335]) -> [SKIP][374] ([i915#14544] / [i915#6335])
   [373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@gem_create@create-ext-cpu-access-sanity-check.html
   [374]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@gem_create@create-ext-cpu-access-sanity-check.html

  * igt@gem_ctx_persistence@saturated-hostile-nopreempt:
    - shard-dg2:          [SKIP][375] ([i915#15689] / [i915#2575]) -> [SKIP][376] ([i915#5882])
   [375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_ctx_persistence@saturated-hostile-nopreempt.html
   [376]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@gem_ctx_persistence@saturated-hostile-nopreempt.html

  * igt@gem_exec_balancer@bonded-sync:
    - shard-dg2:          [SKIP][377] ([i915#15689] / [i915#2575]) -> [SKIP][378] ([i915#4771]) +1 other test skip
   [377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_exec_balancer@bonded-sync.html
   [378]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@gem_exec_balancer@bonded-sync.html

  * igt@gem_exec_balancer@noheartbeat:
    - shard-dg2:          [SKIP][379] ([i915#15689] / [i915#2575]) -> [SKIP][380] ([i915#8555]) +1 other test skip
   [379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_exec_balancer@noheartbeat.html
   [380]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@gem_exec_balancer@noheartbeat.html

  * igt@gem_exec_balancer@parallel-bb-first:
    - shard-rkl:          [SKIP][381] ([i915#14544] / [i915#4525]) -> [SKIP][382] ([i915#4525])
   [381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@gem_exec_balancer@parallel-bb-first.html
   [382]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@gem_exec_balancer@parallel-bb-first.html

  * igt@gem_exec_flush@basic-wb-pro-default:
    - shard-dg2:          [SKIP][383] ([i915#15689] / [i915#2575]) -> [SKIP][384] ([i915#3539] / [i915#4852]) +2 other tests skip
   [383]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_exec_flush@basic-wb-pro-default.html
   [384]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@gem_exec_flush@basic-wb-pro-default.html

  * igt@gem_exec_params@rsvd2-dirt:
    - shard-dg2:          [SKIP][385] ([i915#15689] / [i915#2575]) -> [SKIP][386] ([i915#5107])
   [385]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_exec_params@rsvd2-dirt.html
   [386]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@gem_exec_params@rsvd2-dirt.html

  * igt@gem_exec_reloc@basic-cpu-wc:
    - shard-rkl:          [SKIP][387] ([i915#14544] / [i915#3281]) -> [SKIP][388] ([i915#3281]) +1 other test skip
   [387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@gem_exec_reloc@basic-cpu-wc.html
   [388]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-4/igt@gem_exec_reloc@basic-cpu-wc.html

  * igt@gem_exec_reloc@basic-write-read-active:
    - shard-dg2:          [SKIP][389] ([i915#15689] / [i915#2575]) -> [SKIP][390] ([i915#3281]) +15 other tests skip
   [389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_exec_reloc@basic-write-read-active.html
   [390]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@gem_exec_reloc@basic-write-read-active.html

  * igt@gem_exec_reloc@basic-write-read-noreloc:
    - shard-rkl:          [SKIP][391] ([i915#3281]) -> [SKIP][392] ([i915#14544] / [i915#3281]) +2 other tests skip
   [391]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@gem_exec_reloc@basic-write-read-noreloc.html
   [392]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@gem_exec_reloc@basic-write-read-noreloc.html

  * igt@gem_exec_suspend@basic-s0:
    - shard-dg2:          [SKIP][393] ([i915#15689] / [i915#2575]) -> [INCOMPLETE][394] ([i915#13356])
   [393]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_exec_suspend@basic-s0.html
   [394]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@gem_exec_suspend@basic-s0.html

  * igt@gem_fence_thrash@bo-copy:
    - shard-dg2:          [SKIP][395] ([i915#15689] / [i915#2575]) -> [SKIP][396] ([i915#4860]) +1 other test skip
   [395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_fence_thrash@bo-copy.html
   [396]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@gem_fence_thrash@bo-copy.html

  * igt@gem_lmem_evict@dontneed-evict-race:
    - shard-rkl:          [SKIP][397] ([i915#4613] / [i915#7582]) -> [SKIP][398] ([i915#14544] / [i915#4613] / [i915#7582])
   [397]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@gem_lmem_evict@dontneed-evict-race.html
   [398]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@gem_lmem_evict@dontneed-evict-race.html

  * igt@gem_lmem_swapping@heavy-verify-multi:
    - shard-rkl:          [SKIP][399] ([i915#14544] / [i915#4613]) -> [SKIP][400] ([i915#4613])
   [399]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-multi.html
   [400]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@gem_lmem_swapping@heavy-verify-multi.html

  * igt@gem_lmem_swapping@heavy-verify-random-ccs:
    - shard-rkl:          [SKIP][401] ([i915#4613]) -> [SKIP][402] ([i915#14544] / [i915#4613])
   [401]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@gem_lmem_swapping@heavy-verify-random-ccs.html
   [402]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-random-ccs.html

  * igt@gem_madvise@dontneed-before-pwrite:
    - shard-dg2:          [SKIP][403] ([i915#15689] / [i915#2575]) -> [SKIP][404] ([i915#3282]) +7 other tests skip
   [403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_madvise@dontneed-before-pwrite.html
   [404]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@gem_madvise@dontneed-before-pwrite.html

  * igt@gem_media_vme:
    - shard-dg2:          [SKIP][405] ([i915#15689] / [i915#2575]) -> [SKIP][406] ([i915#284])
   [405]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_media_vme.html
   [406]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@gem_media_vme.html

  * igt@gem_mmap_gtt@cpuset-medium-copy-xy:
    - shard-dg2:          [SKIP][407] ([i915#15689] / [i915#2575]) -> [SKIP][408] ([i915#4077]) +8 other tests skip
   [407]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html
   [408]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html

  * igt@gem_mmap_wc@copy:
    - shard-dg2:          [SKIP][409] ([i915#15689] / [i915#2575]) -> [SKIP][410] ([i915#4083]) +6 other tests skip
   [409]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_mmap_wc@copy.html
   [410]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@gem_mmap_wc@copy.html

  * igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
    - shard-rkl:          [SKIP][411] ([i915#3282]) -> [SKIP][412] ([i915#14544] / [i915#3282]) +4 other tests skip
   [411]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
   [412]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html

  * igt@gem_pxp@display-protected-crc:
    - shard-dg2:          [SKIP][413] ([i915#15689] / [i915#2575]) -> [SKIP][414] ([i915#4270]) +3 other tests skip
   [413]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_pxp@display-protected-crc.html
   [414]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@gem_pxp@display-protected-crc.html

  * igt@gem_readwrite@write-bad-handle:
    - shard-rkl:          [SKIP][415] ([i915#14544] / [i915#3282]) -> [SKIP][416] ([i915#3282]) +3 other tests skip
   [415]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@gem_readwrite@write-bad-handle.html
   [416]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-4/igt@gem_readwrite@write-bad-handle.html

  * igt@gem_render_copy@y-tiled-to-vebox-y-tiled:
    - shard-dg2:          [SKIP][417] ([i915#15689] / [i915#2575] / [i915#5190]) -> [SKIP][418] ([i915#5190] / [i915#8428]) +8 other tests skip
   [417]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_render_copy@y-tiled-to-vebox-y-tiled.html
   [418]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@gem_render_copy@y-tiled-to-vebox-y-tiled.html

  * igt@gem_set_tiling_vs_blt@tiled-to-tiled:
    - shard-rkl:          [SKIP][419] ([i915#14544] / [i915#8411]) -> [SKIP][420] ([i915#8411])
   [419]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
   [420]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-4/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html

  * igt@gem_set_tiling_vs_blt@tiled-to-untiled:
    - shard-dg2:          [SKIP][421] ([i915#15689] / [i915#2575]) -> [SKIP][422] ([i915#4079]) +2 other tests skip
   [421]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
   [422]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html

  * igt@gem_softpin@evict-snoop:
    - shard-dg2:          [SKIP][423] ([i915#15689] / [i915#2575]) -> [SKIP][424] ([i915#4885])
   [423]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_softpin@evict-snoop.html
   [424]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@gem_softpin@evict-snoop.html

  * igt@gem_userptr_blits@access-control:
    - shard-rkl:          [SKIP][425] ([i915#3297]) -> [SKIP][426] ([i915#14544] / [i915#3297])
   [425]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@gem_userptr_blits@access-control.html
   [426]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@gem_userptr_blits@access-control.html

  * igt@gem_userptr_blits@coherency-sync:
    - shard-dg2:          [SKIP][427] ([i915#15689] / [i915#2575]) -> [SKIP][428] ([i915#3297]) +2 other tests skip
   [427]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_userptr_blits@coherency-sync.html
   [428]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@gem_userptr_blits@coherency-sync.html

  * igt@gem_userptr_blits@forbidden-operations:
    - shard-dg2:          [SKIP][429] ([i915#15689] / [i915#2575]) -> [SKIP][430] ([i915#3282] / [i915#3297])
   [429]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_userptr_blits@forbidden-operations.html
   [430]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@gem_userptr_blits@forbidden-operations.html

  * igt@gem_userptr_blits@map-fixed-invalidate-overlap:
    - shard-dg2:          [SKIP][431] ([i915#15689] / [i915#2575]) -> [SKIP][432] ([i915#3297] / [i915#4880]) +1 other test skip
   [431]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html
   [432]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html

  * igt@gen9_exec_parse@allowed-single:
    - shard-dg2:          [SKIP][433] ([i915#15689] / [i915#2575]) -> [SKIP][434] ([i915#2856]) +6 other tests skip
   [433]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@gen9_exec_parse@allowed-single.html
   [434]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@gen9_exec_parse@allowed-single.html

  * igt@gen9_exec_parse@cmd-crossing-page:
    - shard-rkl:          [SKIP][435] ([i915#2527]) -> [SKIP][436] ([i915#14544] / [i915#2527]) +1 other test skip
   [435]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@gen9_exec_parse@cmd-crossing-page.html
   [436]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@gen9_exec_parse@cmd-crossing-page.html

  * igt@gen9_exec_parse@valid-registers:
    - shard-rkl:          [SKIP][437] ([i915#14544] / [i915#2527]) -> [SKIP][438] ([i915#2527]) +3 other tests skip
   [437]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@gen9_exec_parse@valid-registers.html
   [438]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@gen9_exec_parse@valid-registers.html

  * igt@i915_drm_fdinfo@busy-hang:
    - shard-dg2:          [SKIP][439] -> [SKIP][440] ([i915#14073])
   [439]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@i915_drm_fdinfo@busy-hang.html
   [440]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@i915_drm_fdinfo@busy-hang.html

  * igt@i915_drm_fdinfo@virtual-busy-all:
    - shard-dg2:          [SKIP][441] ([i915#15689]) -> [SKIP][442] ([i915#14118])
   [441]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@i915_drm_fdinfo@virtual-busy-all.html
   [442]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@i915_drm_fdinfo@virtual-busy-all.html

  * igt@i915_module_load@fault-injection:
    - shard-dg2:          [SKIP][443] ([i915#15689] / [i915#2575]) -> [ABORT][444] ([i915#15342] / [i915#15481])
   [443]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@i915_module_load@fault-injection.html
   [444]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-7/igt@i915_module_load@fault-injection.html

  * igt@i915_module_load@fault-injection@__uc_init:
    - shard-rkl:          [SKIP][445] ([i915#14544] / [i915#15479]) -> [SKIP][446] ([i915#15479]) +4 other tests skip
   [445]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@i915_module_load@fault-injection@__uc_init.html
   [446]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-4/igt@i915_module_load@fault-injection@__uc_init.html

  * igt@i915_pm_freq_mult@media-freq@gt0:
    - shard-rkl:          [SKIP][447] ([i915#6590]) -> [SKIP][448] ([i915#14544] / [i915#6590]) +1 other test skip
   [447]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@i915_pm_freq_mult@media-freq@gt0.html
   [448]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@i915_pm_freq_mult@media-freq@gt0.html

  * igt@i915_pm_rps@thresholds:
    - shard-dg2:          [SKIP][449] ([i915#15689] / [i915#2575]) -> [SKIP][450] ([i915#11681])
   [449]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@i915_pm_rps@thresholds.html
   [450]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@i915_pm_rps@thresholds.html

  * igt@kms_addfb_basic@basic-y-tiled-legacy:
    - shard-dg2:          [SKIP][451] ([i915#15689] / [i915#5190]) -> [SKIP][452] ([i915#4215] / [i915#5190])
   [451]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_addfb_basic@basic-y-tiled-legacy.html
   [452]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@kms_addfb_basic@basic-y-tiled-legacy.html

  * igt@kms_addfb_basic@framebuffer-vs-set-tiling:
    - shard-dg2:          [SKIP][453] ([i915#15689]) -> [SKIP][454] ([i915#4212])
   [453]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
   [454]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-7/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html

  * igt@kms_big_fb@4-tiled-16bpp-rotate-270:
    - shard-rkl:          [SKIP][455] ([i915#5286]) -> [SKIP][456] ([i915#14544] / [i915#5286]) +1 other test skip
   [455]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html
   [456]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html

  * igt@kms_big_fb@4-tiled-16bpp-rotate-90:
    - shard-rkl:          [SKIP][457] ([i915#14544] / [i915#5286]) -> [SKIP][458] ([i915#5286]) +1 other test skip
   [457]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
   [458]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html

  * igt@kms_big_fb@linear-32bpp-rotate-90:
    - shard-rkl:          [SKIP][459] ([i915#3638]) -> [SKIP][460] ([i915#14544] / [i915#3638]) +2 other tests skip
   [459]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_big_fb@linear-32bpp-rotate-90.html
   [460]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_big_fb@linear-32bpp-rotate-90.html

  * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-rkl:          [SKIP][461] ([i915#3828]) -> [SKIP][462] ([i915#14544] / [i915#3828])
   [461]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
   [462]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@yf-tiled-32bpp-rotate-90:
    - shard-dg2:          [SKIP][463] ([i915#15689] / [i915#5190]) -> [SKIP][464] ([i915#4538] / [i915#5190]) +10 other tests skip
   [463]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html
   [464]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html

  * igt@kms_big_fb@yf-tiled-addfb-size-overflow:
    - shard-dg2:          [SKIP][465] ([i915#15689] / [i915#5190]) -> [SKIP][466] ([i915#5190]) +2 other tests skip
   [465]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
   [466]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-7/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html

  * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs:
    - shard-rkl:          [SKIP][467] ([i915#14098] / [i915#6095]) -> [SKIP][468] ([i915#14098] / [i915#14544] / [i915#6095]) +5 other tests skip
   [467]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html
   [468]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2:
    - shard-rkl:          [SKIP][469] ([i915#14544] / [i915#6095]) -> [SKIP][470] ([i915#6095]) +5 other tests skip
   [469]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2.html
   [470]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-4/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2:
    - shard-rkl:          [SKIP][471] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][472] ([i915#14098] / [i915#6095]) +7 other tests skip
   [471]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html
   [472]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-4/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html

  * igt@kms_ccs@bad-rotation-90-yf-tiled-ccs:
    - shard-dg2:          [SKIP][473] ([i915#15689]) -> [SKIP][474] ([i915#10307] / [i915#6095]) +11 other tests skip
   [473]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs.html
   [474]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs.html

  * igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
    - shard-dg2:          [SKIP][475] ([i915#15689]) -> [SKIP][476] ([i915#12313]) +4 other tests skip
   [475]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
   [476]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
    - shard-rkl:          [SKIP][477] ([i915#12313] / [i915#14544]) -> [SKIP][478] ([i915#12313])
   [477]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
   [478]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs:
    - shard-dg2:          [SKIP][479] ([i915#15689]) -> [SKIP][480] ([i915#10307] / [i915#10434] / [i915#6095])
   [479]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs.html
   [480]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs:
    - shard-dg2:          [SKIP][481] ([i915#15689]) -> [SKIP][482] ([i915#6095]) +7 other tests skip
   [481]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs.html
   [482]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs.html

  * igt@kms_cdclk@mode-transition:
    - shard-dg2:          [SKIP][483] ([i915#15689]) -> [SKIP][484] ([i915#13781])
   [483]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_cdclk@mode-transition.html
   [484]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@kms_cdclk@mode-transition.html
    - shard-rkl:          [SKIP][485] ([i915#3742]) -> [SKIP][486] ([i915#14544] / [i915#3742])
   [485]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_cdclk@mode-transition.html
   [486]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_cdclk@mode-transition.html

  * igt@kms_chamelium_color@ctm-max:
    - shard-dg2:          [SKIP][487] ([i915#15689]) -> [SKIP][488] +7 other tests skip
   [487]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_chamelium_color@ctm-max.html
   [488]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_chamelium_color@ctm-max.html

  * igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
    - shard-dg2:          [SKIP][489] ([i915#15689]) -> [SKIP][490] ([i915#11151] / [i915#7828]) +9 other tests skip
   [489]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
   [490]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html

  * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
    - shard-rkl:          [SKIP][491] ([i915#11151] / [i915#7828]) -> [SKIP][492] ([i915#11151] / [i915#14544] / [i915#7828]) +2 other tests skip
   [491]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
   [492]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html

  * igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
    - shard-rkl:          [SKIP][493] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][494] ([i915#11151] / [i915#7828]) +2 other tests skip
   [493]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
   [494]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html

  * igt@kms_color@deep-color:
    - shard-dg2:          [SKIP][495] ([i915#15689]) -> [SKIP][496] ([i915#12655] / [i915#3555])
   [495]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_color@deep-color.html
   [496]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_color@deep-color.html

  * igt@kms_content_protection@atomic-dpms:
    - shard-dg2:          [SKIP][497] ([i915#6944] / [i915#7118] / [i915#9424]) -> [FAIL][498] ([i915#7173])
   [497]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-7/igt@kms_content_protection@atomic-dpms.html
   [498]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@kms_content_protection@atomic-dpms.html

  * igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
    - shard-dg2:          [SKIP][499] ([i915#15689]) -> [SKIP][500] ([i915#15330])
   [499]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
   [500]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html

  * igt@kms_content_protection@dp-mst-type-0:
    - shard-rkl:          [SKIP][501] ([i915#15330] / [i915#3116]) -> [SKIP][502] ([i915#14544] / [i915#15330] / [i915#3116])
   [501]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_content_protection@dp-mst-type-0.html
   [502]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_content_protection@dp-mst-type-0.html

  * igt@kms_content_protection@lic-type-0-hdcp14:
    - shard-dg2:          [SKIP][503] ([i915#6944]) -> [FAIL][504] ([i915#7173])
   [503]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-6/igt@kms_content_protection@lic-type-0-hdcp14.html
   [504]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-11/igt@kms_content_protection@lic-type-0-hdcp14.html

  * igt@kms_content_protection@lic-type-1:
    - shard-dg2:          [SKIP][505] ([i915#15689]) -> [SKIP][506] ([i915#6944] / [i915#9424])
   [505]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_content_protection@lic-type-1.html
   [506]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_content_protection@lic-type-1.html

  * igt@kms_content_protection@suspend-resume:
    - shard-dg2:          [SKIP][507] ([i915#15689]) -> [SKIP][508] ([i915#6944]) +2 other tests skip
   [507]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_content_protection@suspend-resume.html
   [508]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-7/igt@kms_content_protection@suspend-resume.html
    - shard-rkl:          [SKIP][509] ([i915#14544] / [i915#6944]) -> [SKIP][510] ([i915#6944])
   [509]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_content_protection@suspend-resume.html
   [510]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-4/igt@kms_content_protection@suspend-resume.html

  * igt@kms_content_protection@type1:
    - shard-dg2:          [SKIP][511] ([i915#15689]) -> [SKIP][512] ([i915#6944] / [i915#7118] / [i915#9424])
   [511]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_content_protection@type1.html
   [512]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@kms_content_protection@type1.html
    - shard-rkl:          [SKIP][513] ([i915#6944] / [i915#7118] / [i915#9424]) -> [SKIP][514] ([i915#14544] / [i915#6944] / [i915#7118] / [i915#9424])
   [513]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_content_protection@type1.html
   [514]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_content_protection@type1.html

  * igt@kms_cursor_crc@cursor-onscreen-512x170:
    - shard-rkl:          [SKIP][515] ([i915#13049]) -> [SKIP][516] ([i915#13049] / [i915#14544])
   [515]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_cursor_crc@cursor-onscreen-512x170.html
   [516]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-512x170.html

  * igt@kms_cursor_crc@cursor-rapid-movement-32x32:
    - shard-dg2:          [SKIP][517] ([i915#15689]) -> [SKIP][518] ([i915#3555]) +6 other tests skip
   [517]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
   [518]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html

  * igt@kms_cursor_crc@cursor-rapid-movement-512x170:
    - shard-dg2:          [SKIP][519] ([i915#15689]) -> [SKIP][520] ([i915#13049]) +1 other test skip
   [519]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
   [520]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html

  * igt@kms_cursor_crc@cursor-rapid-movement-512x512:
    - shard-rkl:          [SKIP][521] ([i915#13049] / [i915#14544]) -> [SKIP][522] ([i915#13049])
   [521]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
   [522]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
    - shard-dg2:          [SKIP][523] ([i915#15689]) -> [SKIP][524] ([i915#13046] / [i915#5354]) +4 other tests skip
   [523]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
   [524]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html

  * igt@kms_dp_link_training@non-uhbr-sst:
    - shard-dg2:          [SKIP][525] ([i915#15689]) -> [SKIP][526] ([i915#13749])
   [525]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_dp_link_training@non-uhbr-sst.html
   [526]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-7/igt@kms_dp_link_training@non-uhbr-sst.html
    - shard-rkl:          [SKIP][527] ([i915#13749] / [i915#14544]) -> [SKIP][528] ([i915#13749])
   [527]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_dp_link_training@non-uhbr-sst.html
   [528]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-4/igt@kms_dp_link_training@non-uhbr-sst.html

  * igt@kms_dp_link_training@uhbr-mst:
    - shard-dg2:          [SKIP][529] ([i915#15689]) -> [SKIP][530] ([i915#13748])
   [529]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_dp_link_training@uhbr-mst.html
   [530]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@kms_dp_link_training@uhbr-mst.html
    - shard-rkl:          [SKIP][531] ([i915#13748]) -> [SKIP][532] ([i915#13748] / [i915#14544])
   [531]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_dp_link_training@uhbr-mst.html
   [532]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_dp_link_training@uhbr-mst.html

  * igt@kms_draw_crc@draw-method-mmap-wc:
    - shard-dg2:          [SKIP][533] ([i915#15689]) -> [SKIP][534] ([i915#8812])
   [533]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_draw_crc@draw-method-mmap-wc.html
   [534]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_draw_crc@draw-method-mmap-wc.html

  * igt@kms_dsc@dsc-basic:
    - shard-rkl:          [SKIP][535] ([i915#14544] / [i915#3555] / [i915#3840]) -> [SKIP][536] ([i915#3555] / [i915#3840])
   [535]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_dsc@dsc-basic.html
   [536]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_dsc@dsc-basic.html

  * igt@kms_dsc@dsc-fractional-bpp:
    - shard-dg2:          [SKIP][537] ([i915#15689]) -> [SKIP][538] ([i915#3840] / [i915#9688])
   [537]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_dsc@dsc-fractional-bpp.html
   [538]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@kms_dsc@dsc-fractional-bpp.html

  * igt@kms_feature_discovery@dp-mst:
    - shard-dg2:          [SKIP][539] ([i915#15689]) -> [SKIP][540] ([i915#9337])
   [539]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_feature_discovery@dp-mst.html
   [540]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_feature_discovery@dp-mst.html

  * igt@kms_feature_discovery@psr2:
    - shard-dg2:          [SKIP][541] ([i915#15689]) -> [SKIP][542] ([i915#658])
   [541]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_feature_discovery@psr2.html
   [542]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_feature_discovery@psr2.html

  * igt@kms_flip@2x-flip-vs-fences:
    - shard-rkl:          [SKIP][543] ([i915#14544] / [i915#9934]) -> [SKIP][544] ([i915#9934]) +4 other tests skip
   [543]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_flip@2x-flip-vs-fences.html
   [544]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_flip@2x-flip-vs-fences.html

  * igt@kms_flip@2x-flip-vs-panning-vs-hang:
    - shard-dg2:          [SKIP][545] ([i915#15689]) -> [SKIP][546] ([i915#9934]) +10 other tests skip
   [545]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
   [546]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
    - shard-rkl:          [SKIP][547] ([i915#9934]) -> [SKIP][548] ([i915#14544] / [i915#9934]) +3 other tests skip
   [547]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
   [548]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_flip@2x-flip-vs-panning-vs-hang.html

  * igt@kms_flip@flip-vs-fences-interruptible:
    - shard-dg2:          [SKIP][549] ([i915#15689]) -> [SKIP][550] ([i915#8381])
   [549]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_flip@flip-vs-fences-interruptible.html
   [550]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_flip@flip-vs-fences-interruptible.html

  * igt@kms_flip@flip-vs-suspend:
    - shard-glk:          [INCOMPLETE][551] ([i915#12745] / [i915#4839] / [i915#6113]) -> [INCOMPLETE][552] ([i915#12745] / [i915#4839])
   [551]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-glk1/igt@kms_flip@flip-vs-suspend.html
   [552]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk6/igt@kms_flip@flip-vs-suspend.html

  * igt@kms_flip@flip-vs-suspend@a-hdmi-a1:
    - shard-glk:          [INCOMPLETE][553] ([i915#12745] / [i915#6113]) -> [INCOMPLETE][554] ([i915#12745])
   [553]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-glk1/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html
   [554]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk6/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling:
    - shard-rkl:          [SKIP][555] ([i915#14544] / [i915#15643]) -> [SKIP][556] ([i915#15643])
   [555]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
   [556]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
    - shard-dg2:          [SKIP][557] ([i915#15689] / [i915#5190]) -> [SKIP][558] ([i915#15643] / [i915#5190]) +1 other test skip
   [557]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
   [558]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling:
    - shard-rkl:          [SKIP][559] ([i915#15643]) -> [SKIP][560] ([i915#14544] / [i915#15643]) +1 other test skip
   [559]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
   [560]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
    - shard-dg2:          [SKIP][561] ([i915#15689]) -> [SKIP][562] ([i915#15643]) +5 other tests skip
   [561]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
   [562]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
    - shard-rkl:          [SKIP][563] ([i915#1825]) -> [SKIP][564] ([i915#14544] / [i915#1825]) +18 other tests skip
   [563]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
   [564]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt:
    - shard-dg2:          [SKIP][565] ([i915#15689]) -> [SKIP][566] ([i915#5354]) +40 other tests skip
   [565]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
   [566]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-pwrite:
    - shard-rkl:          [SKIP][567] ([i915#15102]) -> [SKIP][568] ([i915#14544] / [i915#15102]) +2 other tests skip
   [567]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-pwrite.html
   [568]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-pwrite.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
    - shard-rkl:          [SKIP][569] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][570] ([i915#15102] / [i915#3023]) +4 other tests skip
   [569]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
   [570]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite:
    - shard-dg2:          [SKIP][571] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][572] ([i915#15102] / [i915#3458]) +1 other test skip
   [571]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html
   [572]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move:
    - shard-dg2:          [SKIP][573] ([i915#15102] / [i915#3458]) -> [SKIP][574] ([i915#10433] / [i915#15102] / [i915#3458]) +1 other test skip
   [573]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move.html
   [574]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt:
    - shard-rkl:          [SKIP][575] ([i915#14544] / [i915#1825]) -> [SKIP][576] ([i915#1825]) +13 other tests skip
   [575]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html
   [576]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
    - shard-dg2:          [SKIP][577] ([i915#15689]) -> [SKIP][578] ([i915#10055])
   [577]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
   [578]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html

  * igt@kms_frontbuffer_tracking@pipe-fbc-rte:
    - shard-dg2:          [SKIP][579] ([i915#15689]) -> [SKIP][580] ([i915#9766])
   [579]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
   [580]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-blt:
    - shard-dg2:          [SKIP][581] ([i915#15689]) -> [SKIP][582] ([i915#15102]) +1 other test skip
   [581]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-blt.html
   [582]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt:
    - shard-rkl:          [SKIP][583] ([i915#14544] / [i915#15102]) -> [SKIP][584] ([i915#15102]) +1 other test skip
   [583]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
   [584]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-wc:
    - shard-dg2:          [SKIP][585] ([i915#15689]) -> [SKIP][586] ([i915#15104]) +2 other tests skip
   [585]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-wc.html
   [586]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
    - shard-dg2:          [SKIP][587] ([i915#15689]) -> [SKIP][588] ([i915#15102] / [i915#3458]) +16 other tests skip
   [587]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
   [588]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-gtt:
    - shard-dg2:          [SKIP][589] ([i915#15689]) -> [SKIP][590] ([i915#8708]) +20 other tests skip
   [589]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
   [590]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu:
    - shard-dg1:          [SKIP][591] -> [SKIP][592] ([i915#4423])
   [591]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html
   [592]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@psr-suspend:
    - shard-rkl:          [SKIP][593] ([i915#15102] / [i915#3023]) -> [SKIP][594] ([i915#14544] / [i915#15102] / [i915#3023]) +7 other tests skip
   [593]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-suspend.html
   [594]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-suspend.html

  * igt@kms_hdr@brightness-with-hdr:
    - shard-mtlp:         [SKIP][595] ([i915#1187] / [i915#12713]) -> [SKIP][596] ([i915#12713])
   [595]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-mtlp-1/igt@kms_hdr@brightness-with-hdr.html
   [596]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-mtlp-7/igt@kms_hdr@brightness-with-hdr.html

  * igt@kms_hdr@static-swap:
    - shard-dg2:          [SKIP][597] ([i915#15689]) -> [SKIP][598] ([i915#3555] / [i915#8228])
   [597]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_hdr@static-swap.html
   [598]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@kms_hdr@static-swap.html

  * igt@kms_joiner@basic-big-joiner:
    - shard-dg2:          [SKIP][599] ([i915#15689]) -> [SKIP][600] ([i915#15460])
   [599]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_joiner@basic-big-joiner.html
   [600]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_joiner@basic-big-joiner.html

  * igt@kms_joiner@basic-force-big-joiner:
    - shard-rkl:          [SKIP][601] ([i915#14544] / [i915#15459]) -> [SKIP][602] ([i915#15459])
   [601]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_joiner@basic-force-big-joiner.html
   [602]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_joiner@basic-force-big-joiner.html

  * igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
    - shard-dg2:          [SKIP][603] ([i915#15689]) -> [SKIP][604] ([i915#4816])
   [603]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
   [604]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html

  * igt@kms_panel_fitting@atomic-fastset:
    - shard-dg2:          [SKIP][605] ([i915#15689]) -> [SKIP][606] ([i915#6301]) +1 other test skip
   [605]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_panel_fitting@atomic-fastset.html
   [606]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@kms_panel_fitting@atomic-fastset.html

  * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
    - shard-dg2:          [SKIP][607] ([i915#15689] / [i915#2575]) -> [SKIP][608] +3 other tests skip
   [607]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html
   [608]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-7/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html
    - shard-rkl:          [SKIP][609] ([i915#14544]) -> [SKIP][610] +3 other tests skip
   [609]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html
   [610]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-4/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html

  * igt@kms_pipe_stress@stress-xrgb8888-ytiled:
    - shard-dg2:          [SKIP][611] ([i915#15689]) -> [SKIP][612] ([i915#13705])
   [611]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
   [612]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html

  * igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping:
    - shard-rkl:          [SKIP][613] ([i915#14544] / [i915#15709]) -> [SKIP][614] ([i915#15709]) +1 other test skip
   [613]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping.html
   [614]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping.html

  * igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping:
    - shard-rkl:          [SKIP][615] ([i915#15709]) -> [SKIP][616] ([i915#14544] / [i915#15709]) +1 other test skip
   [615]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping.html
   [616]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping.html

  * igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier-source-clamping:
    - shard-dg2:          [SKIP][617] ([i915#15689]) -> [SKIP][618] ([i915#15709]) +4 other tests skip
   [617]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier-source-clamping.html
   [618]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier-source-clamping.html

  * igt@kms_plane@plane-panning-bottom-right-suspend:
    - shard-rkl:          [INCOMPLETE][619] ([i915#14412]) -> [ABORT][620] ([i915#15132])
   [619]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-4/igt@kms_plane@plane-panning-bottom-right-suspend.html
   [620]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-1/igt@kms_plane@plane-panning-bottom-right-suspend.html

  * igt@kms_plane_lowres@tiling-yf:
    - shard-dg2:          [SKIP][621] ([i915#15689]) -> [SKIP][622] ([i915#3555] / [i915#8821])
   [621]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_plane_lowres@tiling-yf.html
   [622]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@kms_plane_lowres@tiling-yf.html
    - shard-rkl:          [SKIP][623] ([i915#3555]) -> [SKIP][624] ([i915#14544] / [i915#3555]) +2 other tests skip
   [623]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_plane_lowres@tiling-yf.html
   [624]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_plane_lowres@tiling-yf.html

  * igt@kms_plane_multiple@2x-tiling-yf:
    - shard-dg2:          [SKIP][625] ([i915#15689]) -> [SKIP][626] ([i915#13958])
   [625]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_plane_multiple@2x-tiling-yf.html
   [626]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_plane_multiple@2x-tiling-yf.html

  * igt@kms_plane_scaling@intel-max-src-size:
    - shard-dg2:          [SKIP][627] ([i915#15689] / [i915#9423]) -> [SKIP][628] ([i915#6953] / [i915#9423])
   [627]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_plane_scaling@intel-max-src-size.html
   [628]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_plane_scaling@intel-max-src-size.html

  * igt@kms_pm_backlight@brightness-with-dpms:
    - shard-dg2:          [SKIP][629] ([i915#15689]) -> [SKIP][630] ([i915#12343])
   [629]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_pm_backlight@brightness-with-dpms.html
   [630]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_pm_backlight@brightness-with-dpms.html

  * igt@kms_pm_dc@dc3co-vpb-simulation:
    - shard-mtlp:         [SKIP][631] ([i915#15740]) -> [SKIP][632] ([i915#9292])
   [631]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-mtlp-6/igt@kms_pm_dc@dc3co-vpb-simulation.html
   [632]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-mtlp-6/igt@kms_pm_dc@dc3co-vpb-simulation.html

  * igt@kms_pm_dc@dc5-retention-flops:
    - shard-dg2:          [SKIP][633] ([i915#15689]) -> [SKIP][634] ([i915#3828]) +1 other test skip
   [633]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_pm_dc@dc5-retention-flops.html
   [634]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_pm_dc@dc5-retention-flops.html

  * igt@kms_pm_dc@dc6-dpms:
    - shard-tglu:         [FAIL][635] ([i915#15752]) -> [SKIP][636] ([i915#15128])
   [635]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-tglu-5/igt@kms_pm_dc@dc6-dpms.html
   [636]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-tglu-6/igt@kms_pm_dc@dc6-dpms.html

  * igt@kms_pm_lpsp@kms-lpsp:
    - shard-dg2:          [SKIP][637] ([i915#15689]) -> [SKIP][638] ([i915#9340])
   [637]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_pm_lpsp@kms-lpsp.html
   [638]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-7/igt@kms_pm_lpsp@kms-lpsp.html
    - shard-rkl:          [SKIP][639] ([i915#14544] / [i915#9340]) -> [SKIP][640] ([i915#9340])
   [639]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_pm_lpsp@kms-lpsp.html
   [640]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-4/igt@kms_pm_lpsp@kms-lpsp.html
    - shard-dg1:          [SKIP][641] ([i915#9340]) -> [SKIP][642] ([i915#3828])
   [641]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg1-12/igt@kms_pm_lpsp@kms-lpsp.html
   [642]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg1-14/igt@kms_pm_lpsp@kms-lpsp.html

  * igt@kms_pm_lpsp@screens-disabled:
    - shard-rkl:          [SKIP][643] ([i915#14544] / [i915#8430]) -> [SKIP][644] ([i915#8430])
   [643]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_pm_lpsp@screens-disabled.html
   [644]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_pm_lpsp@screens-disabled.html

  * igt@kms_pm_rpm@cursor:
    - shard-dg2:          [SKIP][645] ([i915#15689]) -> [SKIP][646] ([i915#4077])
   [645]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_pm_rpm@cursor.html
   [646]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@kms_pm_rpm@cursor.html

  * igt@kms_pm_rpm@package-g7:
    - shard-dg2:          [SKIP][647] -> [SKIP][648] ([i915#15403])
   [647]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_pm_rpm@package-g7.html
   [648]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-4/igt@kms_pm_rpm@package-g7.html

  * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
    - shard-rkl:          [SKIP][649] ([i915#11520] / [i915#14544]) -> [SKIP][650] ([i915#11520]) +3 other tests skip
   [649]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
   [650]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-4/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html

  * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
    - shard-rkl:          [SKIP][651] ([i915#11520]) -> [SKIP][652] ([i915#11520] / [i915#14544]) +2 other tests skip
   [651]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
   [652]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html

  * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
    - shard-dg2:          [SKIP][653] ([i915#15689]) -> [SKIP][654] ([i915#11520]) +12 other tests skip
   [653]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
   [654]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html

  * igt@kms_psr2_su@page_flip-nv12:
    - shard-dg2:          [SKIP][655] ([i915#15689]) -> [SKIP][656] ([i915#9683])
   [655]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_psr2_su@page_flip-nv12.html
   [656]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_psr2_su@page_flip-nv12.html

  * igt@kms_psr@fbc-psr-cursor-plane-move:
    - shard-dg2:          [SKIP][657] ([i915#15689]) -> [SKIP][658] ([i915#1072] / [i915#9732]) +26 other tests skip
   [657]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_psr@fbc-psr-cursor-plane-move.html
   [658]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@kms_psr@fbc-psr-cursor-plane-move.html
    - shard-rkl:          [SKIP][659] ([i915#1072] / [i915#9732]) -> [SKIP][660] ([i915#1072] / [i915#14544] / [i915#9732]) +6 other tests skip
   [659]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_psr@fbc-psr-cursor-plane-move.html
   [660]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_psr@fbc-psr-cursor-plane-move.html

  * igt@kms_psr@fbc-psr-primary-page-flip:
    - shard-rkl:          [SKIP][661] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][662] ([i915#1072] / [i915#9732]) +7 other tests skip
   [661]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_psr@fbc-psr-primary-page-flip.html
   [662]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_psr@fbc-psr-primary-page-flip.html

  * igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
    - shard-rkl:          [SKIP][663] ([i915#9685]) -> [SKIP][664] ([i915#14544] / [i915#9685])
   [663]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
   [664]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html

  * igt@kms_rotation_crc@primary-rotation-90:
    - shard-dg2:          [SKIP][665] ([i915#15689]) -> [SKIP][666] ([i915#12755])
   [665]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_rotation_crc@primary-rotation-90.html
   [666]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_rotation_crc@primary-rotation-90.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
    - shard-dg2:          [SKIP][667] ([i915#15689] / [i915#5190]) -> [SKIP][668] ([i915#12755] / [i915#5190])
   [667]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
   [668]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html

  * igt@kms_scaling_modes@scaling-mode-center:
    - shard-rkl:          [SKIP][669] ([i915#14544] / [i915#3555]) -> [SKIP][670] ([i915#3555])
   [669]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-6/igt@kms_scaling_modes@scaling-mode-center.html
   [670]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-5/igt@kms_scaling_modes@scaling-mode-center.html

  * igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free:
    - shard-glk:          [DMESG-FAIL][671] -> [ABORT][672] ([i915#13179])
   [671]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-glk9/igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free.html
   [672]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-glk4/igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free.html

  * igt@kms_vrr@flip-basic:
    - shard-dg2:          [SKIP][673] ([i915#15689]) -> [SKIP][674] ([i915#15243] / [i915#3555]) +1 other test skip
   [673]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_vrr@flip-basic.html
   [674]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_vrr@flip-basic.html

  * igt@kms_vrr@flip-basic-fastset:
    - shard-rkl:          [SKIP][675] ([i915#9906]) -> [SKIP][676] ([i915#14544] / [i915#9906])
   [675]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@kms_vrr@flip-basic-fastset.html
   [676]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@kms_vrr@flip-basic-fastset.html

  * igt@kms_vrr@seamless-rr-switch-drrs:
    - shard-dg2:          [SKIP][677] ([i915#15689]) -> [SKIP][678] ([i915#9906]) +1 other test skip
   [677]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@kms_vrr@seamless-rr-switch-drrs.html
   [678]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@kms_vrr@seamless-rr-switch-drrs.html

  * igt@perf_pmu@event-wait@rcs0:
    - shard-rkl:          [SKIP][679] -> [SKIP][680] ([i915#14544]) +5 other tests skip
   [679]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@perf_pmu@event-wait@rcs0.html
   [680]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@perf_pmu@event-wait@rcs0.html

  * igt@prime_vgem@basic-read:
    - shard-dg2:          [SKIP][681] ([i915#15689] / [i915#2575]) -> [SKIP][682] ([i915#3291] / [i915#3708])
   [681]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@prime_vgem@basic-read.html
   [682]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-1/igt@prime_vgem@basic-read.html
    - shard-rkl:          [SKIP][683] ([i915#3291] / [i915#3708]) -> [SKIP][684] ([i915#14544] / [i915#3291] / [i915#3708])
   [683]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-rkl-5/igt@prime_vgem@basic-read.html
   [684]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-rkl-6/igt@prime_vgem@basic-read.html

  * igt@sriov_basic@bind-unbind-vf:
    - shard-dg2:          [SKIP][685] ([i915#15689]) -> [SKIP][686] ([i915#9917])
   [685]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@sriov_basic@bind-unbind-vf.html
   [686]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@sriov_basic@bind-unbind-vf.html

  * igt@tools_test@sysfs_l3_parity:
    - shard-dg2:          [SKIP][687] ([i915#15689] / [i915#2575] / [i915#4818]) -> [SKIP][688] ([i915#4818])
   [687]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18066/shard-dg2-11/igt@tools_test@sysfs_l3_parity.html
   [688]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/shard-dg2-3/igt@tools_test@sysfs_l3_parity.html

  
  [i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055
  [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
  [i915#10333]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10333
  [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
  [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
  [i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
  [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
  [i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
  [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
  [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
  [i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187
  [i915#12177]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12177
  [i915#12193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12193
  [i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276
  [i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
  [i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343
  [i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392
  [i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
  [i915#12655]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12655
  [i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
  [i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
  [i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
  [i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
  [i915#13028]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13028
  [i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046
  [i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
  [i915#13179]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179
  [i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
  [i915#13398]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398
  [i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
  [i915#13691]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691
  [i915#13705]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13705
  [i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707
  [i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748
  [i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
  [i915#13781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13781
  [i915#13809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13809
  [i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
  [i915#14033]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14033
  [i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073
  [i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
  [i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118
  [i915#14121]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14121
  [i915#14350]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14350
  [i915#14412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14412
  [i915#14419]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14419
  [i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
  [i915#14702]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14702
  [i915#14712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14712
  [i915#14888]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14888
  [i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073
  [i915#15102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15102
  [i915#15104]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15104
  [i915#15106]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15106
  [i915#15128]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15128
  [i915#15131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15131
  [i915#15132]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15132
  [i915#15243]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15243
  [i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329
  [i915#15330]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15330
  [i915#15342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15342
  [i915#15389]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15389
  [i915#15391]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15391
  [i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403
  [i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
  [i915#15459]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15459
  [i915#15460]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15460
  [i915#15479]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15479
  [i915#15481]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15481
  [i915#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492
  [i915#15500]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15500
  [i915#15520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15520
  [i915#15607]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15607
  [i915#15608]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15608
  [i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
  [i915#15662]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15662
  [i915#15672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15672
  [i915#15689]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15689
  [i915#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709
  [i915#15725]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15725
  [i915#15733]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15733
  [i915#15734]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15734
  [i915#15739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15739
  [i915#15740]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15740
  [i915#15741]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15741
  [i915#15752]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15752
  [i915#15759]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15759
  [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
  [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
  [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
  [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
  [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
  [i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582
  [i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658
  [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
  [i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284
  [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
  [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
  [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
  [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
  [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
  [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
  [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
  [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
  [i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469
  [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
  [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
  [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
  [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
  [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
  [i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
  [i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
  [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
  [i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955
  [i915#4036]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4036
  [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
  [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
  [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
  [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
  [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
  [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
  [i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215
  [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
  [i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
  [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
  [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
  [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
  [i915#4565]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4565
  [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
  [i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771
  [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
  [i915#4816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816
  [i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
  [i915#4818]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4818
  [i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
  [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
  [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
  [i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880
  [i915#4884]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4884
  [i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885
  [i915#5107]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5107
  [i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138
  [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
  [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
  [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
  [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
  [i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493
  [i915#5566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5566
  [i915#5882]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5882
  [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
  [i915#6113]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113
  [i915#6230]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230
  [i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
  [i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
  [i915#6344]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6344
  [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
  [i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
  [i915#6590]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6590
  [i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805
  [i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880
  [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
  [i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
  [i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116
  [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
  [i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173
  [i915#7582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582
  [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
  [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
  [i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984
  [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
  [i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381
  [i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
  [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
  [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
  [i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430
  [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
  [i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562
  [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
  [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
  [i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812
  [i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821
  [i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
  [i915#9100]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100
  [i915#9292]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9292
  [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
  [i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337
  [i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
  [i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423
  [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
  [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
  [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
  [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
  [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
  [i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766
  [i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
  [i915#9878]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9878
  [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
  [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
  [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934


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

  * Linux: CI_DRM_18066 -> Patchwork_162393v1

  CI-20190529: 20190529
  CI_DRM_18066: 1ad945dbcb06504e1d9796cac1588c31b4ee62e9 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_8775: 8775
  Patchwork_162393v1: 1ad945dbcb06504e1d9796cac1588c31b4ee62e9 @ git://anongit.freedesktop.org/gfx-ci/linux
  piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v1/index.html

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

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

* Re: [PATCH] drm/i915/dp: ALPM init to be done after DPCD init
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (4 preceding siblings ...)
  2026-03-02  6:35 ` ✗ i915.CI.Full: " Patchwork
@ 2026-03-02  6:44 ` Hogander, Jouni
  2026-03-02  7:20   ` Murthy, Arun R
  2026-03-02  8:40 ` [PATCHv2 1/2] drm/i915/dp: Read ALPM caps " Arun R Murthy
                   ` (19 subsequent siblings)
  25 siblings, 1 reply; 41+ messages in thread
From: Hogander, Jouni @ 2026-03-02  6:44 UTC (permalink / raw)
  To: Murthy, Arun R, intel-xe@lists.freedesktop.org,
	intel-gfx@lists.freedesktop.org
  Cc: Nikula, Jani, Manna, Animesh, Nautiyal, Ankit K

On Mon, 2026-03-02 at 09:06 +0530, Arun R Murthy wrote:
> In ALPM init, the DPCD register ALPM_CAPABILITIES are to be read.
> This
> read has to happen after the DPCD init.
> 
> Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
> ---
>  drivers/gpu/drm/i915/display/intel_dp.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_dp.c
> b/drivers/gpu/drm/i915/display/intel_dp.c
> index 613559d11133..e60802b0b8c9 100644
> --- a/drivers/gpu/drm/i915/display/intel_dp.c
> +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> @@ -6948,8 +6948,6 @@ static bool intel_edp_init_connector(struct
> intel_dp *intel_dp,
>  	 */
>  	intel_hpd_enable_detection(encoder);
>  
> -	intel_alpm_init(intel_dp);
> -
>  	/* Cache DPCD and EDID for edp. */
>  	has_dpcd = intel_edp_init_dpcd(intel_dp, connector);
>  
> @@ -6961,6 +6959,8 @@ static bool intel_edp_init_connector(struct
> intel_dp *intel_dp,
>  		goto out_vdd_off;
>  	}
>  
> +	intel_alpm_init(intel_dp);

This will cause problems to PSR/Panel Replay. intel_psr_init_dpcd is
relying on ALPM dpcd init is done first.

BR,
Jouni Högander

> +
>  	/*
>  	 * VBT and straps are liars. Also check HPD as that seems
>  	 * to be the most reliable piece of information available.


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

* Re: [PATCH] drm/i915/dp: ALPM init to be done after DPCD init
  2026-03-02  6:44 ` [PATCH] " Hogander, Jouni
@ 2026-03-02  7:20   ` Murthy, Arun R
  2026-03-02  8:00     ` Hogander, Jouni
  0 siblings, 1 reply; 41+ messages in thread
From: Murthy, Arun R @ 2026-03-02  7:20 UTC (permalink / raw)
  To: Hogander, Jouni, intel-xe@lists.freedesktop.org,
	intel-gfx@lists.freedesktop.org
  Cc: Nikula, Jani, Manna, Animesh, Nautiyal, Ankit K

On 02-03-2026 12:14, Hogander, Jouni wrote:
> On Mon, 2026-03-02 at 09:06 +0530, Arun R Murthy wrote:
>> In ALPM init, the DPCD register ALPM_CAPABILITIES are to be read.
>> This
>> read has to happen after the DPCD init.
>>
>> Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
>> ---
>>   drivers/gpu/drm/i915/display/intel_dp.c | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/i915/display/intel_dp.c
>> b/drivers/gpu/drm/i915/display/intel_dp.c
>> index 613559d11133..e60802b0b8c9 100644
>> --- a/drivers/gpu/drm/i915/display/intel_dp.c
>> +++ b/drivers/gpu/drm/i915/display/intel_dp.c
>> @@ -6948,8 +6948,6 @@ static bool intel_edp_init_connector(struct
>> intel_dp *intel_dp,
>>   	 */
>>   	intel_hpd_enable_detection(encoder);
>>   
>> -	intel_alpm_init(intel_dp);
>> -
>>   	/* Cache DPCD and EDID for edp. */
>>   	has_dpcd = intel_edp_init_dpcd(intel_dp, connector);
>>   
>> @@ -6961,6 +6959,8 @@ static bool intel_edp_init_connector(struct
>> intel_dp *intel_dp,
>>   		goto out_vdd_off;
>>   	}
>>   
>> +	intel_alpm_init(intel_dp);
> This will cause problems to PSR/Panel Replay. intel_psr_init_dpcd is
> relying on ALPM dpcd init is done first.
>
> BR,
> Jouni Högander

I think this will also have to be moved down.

For eDP intel_psr_init_dpcd() is called in intel_edp_init_dpcd. So can 
we move intel_alpm_init inside intel_edp_init_dpcd() ? Just before 
calling intel_psr_init_dpcd !
Also rename intel_alpm_init() to intel_alpm_init_dpcd() ?

Thanks and Regards,
Arun R Murthy
--------------------

>> +
>>   	/*
>>   	 * VBT and straps are liars. Also check HPD as that seems
>>   	 * to be the most reliable piece of information available.

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

* Re: [PATCH] drm/i915/dp: ALPM init to be done after DPCD init
  2026-03-02  7:20   ` Murthy, Arun R
@ 2026-03-02  8:00     ` Hogander, Jouni
  2026-03-02  8:11       ` Murthy, Arun R
  0 siblings, 1 reply; 41+ messages in thread
From: Hogander, Jouni @ 2026-03-02  8:00 UTC (permalink / raw)
  To: Murthy, Arun R, intel-xe@lists.freedesktop.org,
	intel-gfx@lists.freedesktop.org
  Cc: Nikula, Jani, Manna, Animesh, Nautiyal, Ankit K

On Mon, 2026-03-02 at 12:50 +0530, Murthy, Arun R wrote:
> On 02-03-2026 12:14, Hogander, Jouni wrote:
> > On Mon, 2026-03-02 at 09:06 +0530, Arun R Murthy wrote:
> > > In ALPM init, the DPCD register ALPM_CAPABILITIES are to be read.
> > > This
> > > read has to happen after the DPCD init.
> > > 
> > > Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
> > > ---
> > >   drivers/gpu/drm/i915/display/intel_dp.c | 4 ++--
> > >   1 file changed, 2 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/drivers/gpu/drm/i915/display/intel_dp.c
> > > b/drivers/gpu/drm/i915/display/intel_dp.c
> > > index 613559d11133..e60802b0b8c9 100644
> > > --- a/drivers/gpu/drm/i915/display/intel_dp.c
> > > +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> > > @@ -6948,8 +6948,6 @@ static bool intel_edp_init_connector(struct
> > > intel_dp *intel_dp,
> > >   	 */
> > >   	intel_hpd_enable_detection(encoder);
> > >   
> > > -	intel_alpm_init(intel_dp);
> > > -
> > >   	/* Cache DPCD and EDID for edp. */
> > >   	has_dpcd = intel_edp_init_dpcd(intel_dp, connector);
> > >   
> > > @@ -6961,6 +6959,8 @@ static bool intel_edp_init_connector(struct
> > > intel_dp *intel_dp,
> > >   		goto out_vdd_off;
> > >   	}
> > >   
> > > +	intel_alpm_init(intel_dp);
> > This will cause problems to PSR/Panel Replay. intel_psr_init_dpcd
> > is
> > relying on ALPM dpcd init is done first.
> > 
> > BR,
> > Jouni Högander
> 
> I think this will also have to be moved down.
> 
> For eDP intel_psr_init_dpcd() is called in intel_edp_init_dpcd. 
> So can 
> we move intel_alpm_init inside intel_edp_init_dpcd() ? Just before 
> calling intel_psr_init_dpcd !
> Also rename intel_alpm_init() to intel_alpm_init_dpcd() ?

Animesh has some ongoing work related:

https://patchwork.freedesktop.org/patch/687711/?series=156417&rev=4

I think it should be ok to move and rename it. That mutex_init within
should be handled somehow.

BR,
Jouni Högander

> 
> Thanks and Regards,
> Arun R Murthy
> --------------------
> 
> > > +
> > >   	/*
> > >   	 * VBT and straps are liars. Also check HPD as that
> > > seems
> > >   	 * to be the most reliable piece of information
> > > available.


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

* Re: [PATCH] drm/i915/dp: ALPM init to be done after DPCD init
  2026-03-02  8:00     ` Hogander, Jouni
@ 2026-03-02  8:11       ` Murthy, Arun R
  0 siblings, 0 replies; 41+ messages in thread
From: Murthy, Arun R @ 2026-03-02  8:11 UTC (permalink / raw)
  To: Hogander, Jouni, intel-xe@lists.freedesktop.org,
	intel-gfx@lists.freedesktop.org
  Cc: Nikula, Jani, Manna, Animesh, Nautiyal, Ankit K

On 02-03-2026 13:30, Hogander, Jouni wrote:
> On Mon, 2026-03-02 at 12:50 +0530, Murthy, Arun R wrote:
>> On 02-03-2026 12:14, Hogander, Jouni wrote:
>>> On Mon, 2026-03-02 at 09:06 +0530, Arun R Murthy wrote:
>>>> In ALPM init, the DPCD register ALPM_CAPABILITIES are to be read.
>>>> This
>>>> read has to happen after the DPCD init.
>>>>
>>>> Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
>>>> ---
>>>>    drivers/gpu/drm/i915/display/intel_dp.c | 4 ++--
>>>>    1 file changed, 2 insertions(+), 2 deletions(-)
>>>>
>>>> diff --git a/drivers/gpu/drm/i915/display/intel_dp.c
>>>> b/drivers/gpu/drm/i915/display/intel_dp.c
>>>> index 613559d11133..e60802b0b8c9 100644
>>>> --- a/drivers/gpu/drm/i915/display/intel_dp.c
>>>> +++ b/drivers/gpu/drm/i915/display/intel_dp.c
>>>> @@ -6948,8 +6948,6 @@ static bool intel_edp_init_connector(struct
>>>> intel_dp *intel_dp,
>>>>    	 */
>>>>    	intel_hpd_enable_detection(encoder);
>>>>    
>>>> -	intel_alpm_init(intel_dp);
>>>> -
>>>>    	/* Cache DPCD and EDID for edp. */
>>>>    	has_dpcd = intel_edp_init_dpcd(intel_dp, connector);
>>>>    
>>>> @@ -6961,6 +6959,8 @@ static bool intel_edp_init_connector(struct
>>>> intel_dp *intel_dp,
>>>>    		goto out_vdd_off;
>>>>    	}
>>>>    
>>>> +	intel_alpm_init(intel_dp);
>>> This will cause problems to PSR/Panel Replay. intel_psr_init_dpcd
>>> is
>>> relying on ALPM dpcd init is done first.
>>>
>>> BR,
>>> Jouni Högander
>> I think this will also have to be moved down.
>>
>> For eDP intel_psr_init_dpcd() is called in intel_edp_init_dpcd.
>> So can
>> we move intel_alpm_init inside intel_edp_init_dpcd() ? Just before
>> calling intel_psr_init_dpcd !
>> Also rename intel_alpm_init() to intel_alpm_init_dpcd() ?
> Animesh has some ongoing work related:
>
> https://patchwork.freedesktop.org/patch/687711/?series=156417&rev=4
I think we can still go ahead with those. The one that I am trying to 
fix is move alpm_init inside intel_edp_init_dpcd() just before 
intel_psr_init_dpcd().

Will float a patch with the said changes.

Thanks for the review.


Thanks and Regards,
Arun R Murthy
--------------------

>
> I think it should be ok to move and rename it. That mutex_init within
> should be handled somehow.
>
> BR,
> Jouni Högander
>
>> Thanks and Regards,
>> Arun R Murthy
>> --------------------
>>
>>>> +
>>>>    	/*
>>>>    	 * VBT and straps are liars. Also check HPD as that
>>>> seems
>>>>    	 * to be the most reliable piece of information
>>>> available.

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

* [PATCHv2 1/2] drm/i915/dp: Read ALPM caps after DPCD init
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (5 preceding siblings ...)
  2026-03-02  6:44 ` [PATCH] " Hogander, Jouni
@ 2026-03-02  8:40 ` Arun R Murthy
  2026-03-02  8:40   ` [PATCHv2 2/2] drm/i915/dp: Rename alpm_init to alpm_init_dpcd Arun R Murthy
  2026-03-04  4:05 ` [PATCHv4] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
                   ` (18 subsequent siblings)
  25 siblings, 1 reply; 41+ messages in thread
From: Arun R Murthy @ 2026-03-02  8:40 UTC (permalink / raw)
  To: intel-gfx, intel-xe
  Cc: animesh.manna, ankit.k.nautiyal, jani.nikula, jouni.hogander,
	Arun R Murthy

For eDP read the ALPM DPCD caps after DPCD initalization and just before
the PSR init.

v2: Move intel_alpm_init to intel_edp_init_dpcd (Jouni)

Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
---
 drivers/gpu/drm/i915/display/intel_dp.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
index 025e906b63a9..1544758c0bbc 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -4748,6 +4748,9 @@ intel_edp_init_dpcd(struct intel_dp *intel_dp, struct intel_connector *connector
 	 */
 	intel_dp_init_source_oui(intel_dp);
 
+	/* Read ALPM DPCD caps before reading the PSR CAPS */
+	intel_alpm_init(intel_dp);
+
 	/*
 	 * This has to be called after intel_dp->edp_dpcd is filled, PSR checks
 	 * for SET_POWER_CAPABLE bit in intel_dp->edp_dpcd[1]
@@ -6914,8 +6917,6 @@ static bool intel_edp_init_connector(struct intel_dp *intel_dp,
 	 */
 	intel_hpd_enable_detection(encoder);
 
-	intel_alpm_init(intel_dp);
-
 	/* Cache DPCD and EDID for edp. */
 	has_dpcd = intel_edp_init_dpcd(intel_dp, connector);
 
-- 
2.25.1


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

* [PATCHv2 2/2] drm/i915/dp: Rename alpm_init to alpm_init_dpcd
  2026-03-02  8:40 ` [PATCHv2 1/2] drm/i915/dp: Read ALPM caps " Arun R Murthy
@ 2026-03-02  8:40   ` Arun R Murthy
  2026-03-02 14:58     ` Dibin Moolakadan Subrahmanian
  0 siblings, 1 reply; 41+ messages in thread
From: Arun R Murthy @ 2026-03-02  8:40 UTC (permalink / raw)
  To: intel-gfx, intel-xe
  Cc: animesh.manna, ankit.k.nautiyal, jani.nikula, jouni.hogander,
	Arun R Murthy

In the function intel_alpm_init we are reading the ALPM_CAPABILITIES and
storing them in intel_dp, so appending the function name to _dpcd so as
to align with other function such as intel_psr_init_dpcd referenced in
the same function.

Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
---
 drivers/gpu/drm/i915/display/intel_alpm.c | 2 +-
 drivers/gpu/drm/i915/display/intel_alpm.h | 2 +-
 drivers/gpu/drm/i915/display/intel_dp.c   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_alpm.c b/drivers/gpu/drm/i915/display/intel_alpm.c
index b3334bc4d0f9..8ba7463d7fe1 100644
--- a/drivers/gpu/drm/i915/display/intel_alpm.c
+++ b/drivers/gpu/drm/i915/display/intel_alpm.c
@@ -42,7 +42,7 @@ bool intel_alpm_is_alpm_aux_less(struct intel_dp *intel_dp,
 		(crtc_state->has_lobf && intel_alpm_aux_less_wake_supported(intel_dp));
 }
 
-void intel_alpm_init(struct intel_dp *intel_dp)
+void intel_alpm_init_dpcd(struct intel_dp *intel_dp)
 {
 	u8 dpcd;
 
diff --git a/drivers/gpu/drm/i915/display/intel_alpm.h b/drivers/gpu/drm/i915/display/intel_alpm.h
index 1cf70668ab1b..a24a7a03bdaa 100644
--- a/drivers/gpu/drm/i915/display/intel_alpm.h
+++ b/drivers/gpu/drm/i915/display/intel_alpm.h
@@ -15,7 +15,7 @@ struct intel_connector;
 struct intel_atomic_state;
 struct intel_crtc;
 
-void intel_alpm_init(struct intel_dp *intel_dp);
+void intel_alpm_init_dpcd(struct intel_dp *intel_dp);
 bool intel_alpm_compute_params(struct intel_dp *intel_dp,
 			       struct intel_crtc_state *crtc_state);
 void intel_alpm_lobf_compute_config(struct intel_dp *intel_dp,
diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
index 1544758c0bbc..4e9df88b90cd 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -4749,7 +4749,7 @@ intel_edp_init_dpcd(struct intel_dp *intel_dp, struct intel_connector *connector
 	intel_dp_init_source_oui(intel_dp);
 
 	/* Read ALPM DPCD caps before reading the PSR CAPS */
-	intel_alpm_init(intel_dp);
+	intel_alpm_init_dpcd(intel_dp);
 
 	/*
 	 * This has to be called after intel_dp->edp_dpcd is filled, PSR checks
-- 
2.25.1


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

* Re: [PATCHv2 2/2] drm/i915/dp: Rename alpm_init to alpm_init_dpcd
  2026-03-02  8:40   ` [PATCHv2 2/2] drm/i915/dp: Rename alpm_init to alpm_init_dpcd Arun R Murthy
@ 2026-03-02 14:58     ` Dibin Moolakadan Subrahmanian
  2026-03-03  4:10       ` Murthy, Arun R
  0 siblings, 1 reply; 41+ messages in thread
From: Dibin Moolakadan Subrahmanian @ 2026-03-02 14:58 UTC (permalink / raw)
  To: Arun R Murthy, intel-gfx, intel-xe
  Cc: animesh.manna, ankit.k.nautiyal, jani.nikula, jouni.hogander


On 02-03-2026 14:10, Arun R Murthy wrote:
> In the function intel_alpm_init we are reading the ALPM_CAPABILITIES and
> storing them in intel_dp, so appending the function name to _dpcd so as
> to align with other function such as intel_psr_init_dpcd referenced in
> the same function.

Rename looks okay, but mutex_init(&intel_dp->alpm.lock)
looks to be out of the place in intel_psr_init_dpcd.

Regards,
Dibin

> Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
> ---
>   drivers/gpu/drm/i915/display/intel_alpm.c | 2 +-
>   drivers/gpu/drm/i915/display/intel_alpm.h | 2 +-
>   drivers/gpu/drm/i915/display/intel_dp.c   | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_alpm.c b/drivers/gpu/drm/i915/display/intel_alpm.c
> index b3334bc4d0f9..8ba7463d7fe1 100644
> --- a/drivers/gpu/drm/i915/display/intel_alpm.c
> +++ b/drivers/gpu/drm/i915/display/intel_alpm.c
> @@ -42,7 +42,7 @@ bool intel_alpm_is_alpm_aux_less(struct intel_dp *intel_dp,
>   		(crtc_state->has_lobf && intel_alpm_aux_less_wake_supported(intel_dp));
>   }
>   
> -void intel_alpm_init(struct intel_dp *intel_dp)
> +void intel_alpm_init_dpcd(struct intel_dp *intel_dp)
>   {
>   	u8 dpcd;
>   
> diff --git a/drivers/gpu/drm/i915/display/intel_alpm.h b/drivers/gpu/drm/i915/display/intel_alpm.h
> index 1cf70668ab1b..a24a7a03bdaa 100644
> --- a/drivers/gpu/drm/i915/display/intel_alpm.h
> +++ b/drivers/gpu/drm/i915/display/intel_alpm.h
> @@ -15,7 +15,7 @@ struct intel_connector;
>   struct intel_atomic_state;
>   struct intel_crtc;
>   
> -void intel_alpm_init(struct intel_dp *intel_dp);
> +void intel_alpm_init_dpcd(struct intel_dp *intel_dp);
>   bool intel_alpm_compute_params(struct intel_dp *intel_dp,
>   			       struct intel_crtc_state *crtc_state);
>   void intel_alpm_lobf_compute_config(struct intel_dp *intel_dp,
> diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
> index 1544758c0bbc..4e9df88b90cd 100644
> --- a/drivers/gpu/drm/i915/display/intel_dp.c
> +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> @@ -4749,7 +4749,7 @@ intel_edp_init_dpcd(struct intel_dp *intel_dp, struct intel_connector *connector
>   	intel_dp_init_source_oui(intel_dp);
>   
>   	/* Read ALPM DPCD caps before reading the PSR CAPS */
> -	intel_alpm_init(intel_dp);
> +	intel_alpm_init_dpcd(intel_dp);
>   
>   	/*
>   	 * This has to be called after intel_dp->edp_dpcd is filled, PSR checks

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

* RE: [PATCHv2 2/2] drm/i915/dp: Rename alpm_init to alpm_init_dpcd
  2026-03-02 14:58     ` Dibin Moolakadan Subrahmanian
@ 2026-03-03  4:10       ` Murthy, Arun R
  2026-03-03 11:30         ` Hogander, Jouni
  0 siblings, 1 reply; 41+ messages in thread
From: Murthy, Arun R @ 2026-03-03  4:10 UTC (permalink / raw)
  To: Dibin Moolakadan Subrahmanian, intel-gfx@lists.freedesktop.org,
	intel-xe@lists.freedesktop.org
  Cc: Manna, Animesh, Nautiyal, Ankit K, Nikula, Jani, Hogander, Jouni


> -----Original Message-----
> From: Dibin Moolakadan Subrahmanian
> <dibin.moolakadan.subrahmanian@intel.com>
> Sent: Monday, March 2, 2026 8:28 PM
> To: Murthy, Arun R <arun.r.murthy@intel.com>; intel-gfx@lists.freedesktop.org;
> intel-xe@lists.freedesktop.org
> Cc: Manna, Animesh <animesh.manna@intel.com>; Nautiyal, Ankit K
> <ankit.k.nautiyal@intel.com>; Nikula, Jani <jani.nikula@intel.com>; Hogander,
> Jouni <jouni.hogander@intel.com>
> Subject: Re: [PATCHv2 2/2] drm/i915/dp: Rename alpm_init to alpm_init_dpcd
> 
> 
> On 02-03-2026 14:10, Arun R Murthy wrote:
> > In the function intel_alpm_init we are reading the ALPM_CAPABILITIES
> > and storing them in intel_dp, so appending the function name to _dpcd
> > so as to align with other function such as intel_psr_init_dpcd
> > referenced in the same function.
> 
> Rename looks okay, but mutex_init(&intel_dp->alpm.lock) looks to be out of the
> place in intel_psr_init_dpcd.
> 
A patch for this is already floated by Animesh.
https://patchwork.freedesktop.org/patch/687711/?series=156417&rev=4

Thanks and Regards,
Arun R Murthy
--------------------

> Regards,
> Dibin
> 
> > Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
> > ---
> >   drivers/gpu/drm/i915/display/intel_alpm.c | 2 +-
> >   drivers/gpu/drm/i915/display/intel_alpm.h | 2 +-
> >   drivers/gpu/drm/i915/display/intel_dp.c   | 2 +-
> >   3 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/i915/display/intel_alpm.c
> > b/drivers/gpu/drm/i915/display/intel_alpm.c
> > index b3334bc4d0f9..8ba7463d7fe1 100644
> > --- a/drivers/gpu/drm/i915/display/intel_alpm.c
> > +++ b/drivers/gpu/drm/i915/display/intel_alpm.c
> > @@ -42,7 +42,7 @@ bool intel_alpm_is_alpm_aux_less(struct intel_dp
> *intel_dp,
> >   		(crtc_state->has_lobf &&
> intel_alpm_aux_less_wake_supported(intel_dp));
> >   }
> >
> > -void intel_alpm_init(struct intel_dp *intel_dp)
> > +void intel_alpm_init_dpcd(struct intel_dp *intel_dp)
> >   {
> >   	u8 dpcd;
> >
> > diff --git a/drivers/gpu/drm/i915/display/intel_alpm.h
> > b/drivers/gpu/drm/i915/display/intel_alpm.h
> > index 1cf70668ab1b..a24a7a03bdaa 100644
> > --- a/drivers/gpu/drm/i915/display/intel_alpm.h
> > +++ b/drivers/gpu/drm/i915/display/intel_alpm.h
> > @@ -15,7 +15,7 @@ struct intel_connector;
> >   struct intel_atomic_state;
> >   struct intel_crtc;
> >
> > -void intel_alpm_init(struct intel_dp *intel_dp);
> > +void intel_alpm_init_dpcd(struct intel_dp *intel_dp);
> >   bool intel_alpm_compute_params(struct intel_dp *intel_dp,
> >   			       struct intel_crtc_state *crtc_state);
> >   void intel_alpm_lobf_compute_config(struct intel_dp *intel_dp, diff
> > --git a/drivers/gpu/drm/i915/display/intel_dp.c
> > b/drivers/gpu/drm/i915/display/intel_dp.c
> > index 1544758c0bbc..4e9df88b90cd 100644
> > --- a/drivers/gpu/drm/i915/display/intel_dp.c
> > +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> > @@ -4749,7 +4749,7 @@ intel_edp_init_dpcd(struct intel_dp *intel_dp,
> struct intel_connector *connector
> >   	intel_dp_init_source_oui(intel_dp);
> >
> >   	/* Read ALPM DPCD caps before reading the PSR CAPS */
> > -	intel_alpm_init(intel_dp);
> > +	intel_alpm_init_dpcd(intel_dp);
> >
> >   	/*
> >   	 * This has to be called after intel_dp->edp_dpcd is filled, PSR
> > checks

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

* Re: [PATCHv2 2/2] drm/i915/dp: Rename alpm_init to alpm_init_dpcd
  2026-03-03  4:10       ` Murthy, Arun R
@ 2026-03-03 11:30         ` Hogander, Jouni
  0 siblings, 0 replies; 41+ messages in thread
From: Hogander, Jouni @ 2026-03-03 11:30 UTC (permalink / raw)
  To: Murthy, Arun R, Dibin Moolakadan Subrahmanian,
	intel-xe@lists.freedesktop.org, intel-gfx@lists.freedesktop.org
  Cc: Nikula, Jani, Manna, Animesh, Nautiyal, Ankit K

On Tue, 2026-03-03 at 04:10 +0000, Murthy, Arun R wrote:
> 
> > -----Original Message-----
> > From: Dibin Moolakadan Subrahmanian
> > <dibin.moolakadan.subrahmanian@intel.com>
> > Sent: Monday, March 2, 2026 8:28 PM
> > To: Murthy, Arun R <arun.r.murthy@intel.com>;
> > intel-gfx@lists.freedesktop.org;
> > intel-xe@lists.freedesktop.org
> > Cc: Manna, Animesh <animesh.manna@intel.com>; Nautiyal, Ankit K
> > <ankit.k.nautiyal@intel.com>; Nikula, Jani <jani.nikula@intel.com>;
> > Hogander,
> > Jouni <jouni.hogander@intel.com>
> > Subject: Re: [PATCHv2 2/2] drm/i915/dp: Rename alpm_init to
> > alpm_init_dpcd
> > 
> > 
> > On 02-03-2026 14:10, Arun R Murthy wrote:
> > > In the function intel_alpm_init we are reading the
> > > ALPM_CAPABILITIES
> > > and storing them in intel_dp, so appending the function name to
> > > _dpcd
> > > so as to align with other function such as intel_psr_init_dpcd
> > > referenced in the same function.
> > 
> > Rename looks okay, but mutex_init(&intel_dp->alpm.lock) looks to be
> > out of the
> > place in intel_psr_init_dpcd.
> > 
> A patch for this is already floated by Animesh.
> https://patchwork.freedesktop.org/patch/687711/?series=156417&rev=4

you could already do this in your patch (set). I.e. split
intel_alpm_init as intel_alpm_init_dpcd and intel_alpm_init. Move edp
counterpart as you are doing in this patch and then move
intel_alpm_init into intel_dp_init_connector. Intel_alpm_init
initializing the mutex and intel_alpm_init_dpcd reading sink alpm
capabilities.

Anyways this patch is clearly fixing one issue and not introducing any
new. We are now talking about existing problem where mutex is
initialize inf wrong place:

Reviewed-by: Jouni Högander <jouni.hogander@intel.com>

BR,
Jouni Högander

> 
> Thanks and Regards,
> Arun R Murthy
> --------------------
> 
> > Regards,
> > Dibin
> > 
> > > Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
> > > ---
> > >   drivers/gpu/drm/i915/display/intel_alpm.c | 2 +-
> > >   drivers/gpu/drm/i915/display/intel_alpm.h | 2 +-
> > >   drivers/gpu/drm/i915/display/intel_dp.c   | 2 +-
> > >   3 files changed, 3 insertions(+), 3 deletions(-)
> > > 
> > > diff --git a/drivers/gpu/drm/i915/display/intel_alpm.c
> > > b/drivers/gpu/drm/i915/display/intel_alpm.c
> > > index b3334bc4d0f9..8ba7463d7fe1 100644
> > > --- a/drivers/gpu/drm/i915/display/intel_alpm.c
> > > +++ b/drivers/gpu/drm/i915/display/intel_alpm.c
> > > @@ -42,7 +42,7 @@ bool intel_alpm_is_alpm_aux_less(struct
> > > intel_dp
> > *intel_dp,
> > >   		(crtc_state->has_lobf &&
> > intel_alpm_aux_less_wake_supported(intel_dp));
> > >   }
> > > 
> > > -void intel_alpm_init(struct intel_dp *intel_dp)
> > > +void intel_alpm_init_dpcd(struct intel_dp *intel_dp)
> > >   {
> > >   	u8 dpcd;
> > > 
> > > diff --git a/drivers/gpu/drm/i915/display/intel_alpm.h
> > > b/drivers/gpu/drm/i915/display/intel_alpm.h
> > > index 1cf70668ab1b..a24a7a03bdaa 100644
> > > --- a/drivers/gpu/drm/i915/display/intel_alpm.h
> > > +++ b/drivers/gpu/drm/i915/display/intel_alpm.h
> > > @@ -15,7 +15,7 @@ struct intel_connector;
> > >   struct intel_atomic_state;
> > >   struct intel_crtc;
> > > 
> > > -void intel_alpm_init(struct intel_dp *intel_dp);
> > > +void intel_alpm_init_dpcd(struct intel_dp *intel_dp);
> > >   bool intel_alpm_compute_params(struct intel_dp *intel_dp,
> > >   			       struct intel_crtc_state
> > > *crtc_state);
> > >   void intel_alpm_lobf_compute_config(struct intel_dp *intel_dp,
> > > diff
> > > --git a/drivers/gpu/drm/i915/display/intel_dp.c
> > > b/drivers/gpu/drm/i915/display/intel_dp.c
> > > index 1544758c0bbc..4e9df88b90cd 100644
> > > --- a/drivers/gpu/drm/i915/display/intel_dp.c
> > > +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> > > @@ -4749,7 +4749,7 @@ intel_edp_init_dpcd(struct intel_dp
> > > *intel_dp,
> > struct intel_connector *connector
> > >   	intel_dp_init_source_oui(intel_dp);
> > > 
> > >   	/* Read ALPM DPCD caps before reading the PSR CAPS */
> > > -	intel_alpm_init(intel_dp);
> > > +	intel_alpm_init_dpcd(intel_dp);
> > > 
> > >   	/*
> > >   	 * This has to be called after intel_dp->edp_dpcd is
> > > filled, PSR
> > > checks


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

* [PATCHv4] drm/i915/dp: Read ALPM caps after DPCD init
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (6 preceding siblings ...)
  2026-03-02  8:40 ` [PATCHv2 1/2] drm/i915/dp: Read ALPM caps " Arun R Murthy
@ 2026-03-04  4:05 ` Arun R Murthy
  2026-03-04  6:05   ` Manna, Animesh
  2026-03-04  6:17   ` Hogander, Jouni
  2026-03-04  4:13 ` ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev4) Patchwork
                   ` (17 subsequent siblings)
  25 siblings, 2 replies; 41+ messages in thread
From: Arun R Murthy @ 2026-03-04  4:05 UTC (permalink / raw)
  To: intel-gfx, intel-xe
  Cc: animesh.manna, ankit.k.nautiyal, jani.nikula, jouni.hogander,
	Arun R Murthy

For eDP read the ALPM DPCD caps after DPCD initalization and just before
the PSR init.

v2: Move intel_alpm_init to intel_edp_init_dpcd (Jouni)
v3: Add Fixes with commit-id (Jouni)
v4: Separated the alpm dpcd read caps from alpm_init and moved to
intel_edp_init_dpcd.

Fixes: 15438b325987 ("drm/i915/alpm: Add compute config for lobf")
Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
---
 drivers/gpu/drm/i915/display/intel_alpm.c | 6 ------
 drivers/gpu/drm/i915/display/intel_dp.c   | 9 +++++++++
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_alpm.c b/drivers/gpu/drm/i915/display/intel_alpm.c
index b3334bc4d0f9..a7350ce8e716 100644
--- a/drivers/gpu/drm/i915/display/intel_alpm.c
+++ b/drivers/gpu/drm/i915/display/intel_alpm.c
@@ -44,12 +44,6 @@ bool intel_alpm_is_alpm_aux_less(struct intel_dp *intel_dp,
 
 void intel_alpm_init(struct intel_dp *intel_dp)
 {
-	u8 dpcd;
-
-	if (drm_dp_dpcd_readb(&intel_dp->aux, DP_RECEIVER_ALPM_CAP, &dpcd) < 0)
-		return;
-
-	intel_dp->alpm_dpcd = dpcd;
 	mutex_init(&intel_dp->alpm.lock);
 }
 
diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
index 025e906b63a9..e781d4d0dd1b 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -4709,6 +4709,7 @@ static bool
 intel_edp_init_dpcd(struct intel_dp *intel_dp, struct intel_connector *connector)
 {
 	struct intel_display *display = to_intel_display(intel_dp);
+	int ret;
 
 	/* this function is meant to be called only once */
 	drm_WARN_ON(display->drm, intel_dp->dpcd[DP_DPCD_REV] != 0);
@@ -4748,6 +4749,14 @@ intel_edp_init_dpcd(struct intel_dp *intel_dp, struct intel_connector *connector
 	 */
 	intel_dp_init_source_oui(intel_dp);
 
+	/* Read the ALPM DPCD caps */
+	if (intel_dp->edp_dpcd[0] >= DP_EDP_14) {
+		ret = drm_dp_dpcd_readb(&intel_dp->aux, DP_RECEIVER_ALPM_CAP,
+					&intel_dp->alpm_dpcd);
+		if (ret < 0)
+			return false;
+	}
+
 	/*
 	 * This has to be called after intel_dp->edp_dpcd is filled, PSR checks
 	 * for SET_POWER_CAPABLE bit in intel_dp->edp_dpcd[1]
-- 
2.25.1


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

* ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev4)
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (7 preceding siblings ...)
  2026-03-04  4:05 ` [PATCHv4] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
@ 2026-03-04  4:13 ` Patchwork
  2026-03-04  4:56 ` ✗ Xe.CI.BAT: failure " Patchwork
                   ` (16 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-04  4:13 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-xe

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init (rev4)
URL   : https://patchwork.freedesktop.org/series/162392/
State : success

== Summary ==

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

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

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

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



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

* ✗ Xe.CI.BAT: failure for drm/i915/dp: ALPM init to be done after DPCD init (rev4)
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (8 preceding siblings ...)
  2026-03-04  4:13 ` ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev4) Patchwork
@ 2026-03-04  4:56 ` Patchwork
  2026-03-04  5:02 ` ✗ i915.CI.BAT: " Patchwork
                   ` (15 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-04  4:56 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-xe

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

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init (rev4)
URL   : https://patchwork.freedesktop.org/series/162392/
State : failure

== Summary ==

ERROR: The runconfig 'xe-4655-cfc20c776480fda8c1b0517b187bb71ec0781cd4_BAT' does not exist in the database

== Logs ==

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

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

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

* ✗ i915.CI.BAT: failure for drm/i915/dp: ALPM init to be done after DPCD init (rev4)
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (9 preceding siblings ...)
  2026-03-04  4:56 ` ✗ Xe.CI.BAT: failure " Patchwork
@ 2026-03-04  5:02 ` Patchwork
  2026-03-04  6:38 ` [PATCHv5] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
                   ` (14 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-04  5:02 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-gfx

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

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init (rev4)
URL   : https://patchwork.freedesktop.org/series/162393/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_18085 -> Patchwork_162393v4
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with Patchwork_162393v4 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Patchwork_162393v4, 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.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v4/index.html

Participating hosts (41 -> 40)
------------------------------

  Missing    (1): bat-dg2-13 

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in Patchwork_162393v4:

### IGT changes ###

#### Possible regressions ####

  * igt@gem_lmem_swapping@parallel-random-engines:
    - bat-atsm-1:         NOTRUN -> [ABORT][1]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v4/bat-atsm-1/igt@gem_lmem_swapping@parallel-random-engines.html

  * igt@i915_selftest@live@uncore:
    - bat-arls-5:         [PASS][2] -> [INCOMPLETE][3]
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/bat-arls-5/igt@i915_selftest@live@uncore.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v4/bat-arls-5/igt@i915_selftest@live@uncore.html

  
#### Warnings ####

  * igt@i915_selftest@live:
    - bat-arls-5:         [DMESG-FAIL][4] ([i915#15784]) -> [INCOMPLETE][5]
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/bat-arls-5/igt@i915_selftest@live.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v4/bat-arls-5/igt@i915_selftest@live.html

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

  Here are the changes found in Patchwork_162393v4 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@fbdev@info:
    - fi-hsw-4770:        [PASS][6] -> [SKIP][7] ([i915#1849] / [i915#2582])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/fi-hsw-4770/igt@fbdev@info.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v4/fi-hsw-4770/igt@fbdev@info.html

  * igt@fbdev@nullptr:
    - fi-hsw-4770:        [PASS][8] -> [SKIP][9] ([i915#2582]) +3 other tests skip
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/fi-hsw-4770/igt@fbdev@nullptr.html
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v4/fi-hsw-4770/igt@fbdev@nullptr.html

  * igt@gem_lmem_swapping@parallel-random-engines:
    - bat-dg2-9:          [PASS][10] -> [ABORT][11] ([i915#15759]) +1 other test abort
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/bat-dg2-9/igt@gem_lmem_swapping@parallel-random-engines.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v4/bat-dg2-9/igt@gem_lmem_swapping@parallel-random-engines.html

  * igt@gem_lmem_swapping@parallel-random-engines@lmem0:
    - bat-dg2-14:         [PASS][12] -> [ABORT][13] ([i915#15759]) +1 other test abort
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/bat-dg2-14/igt@gem_lmem_swapping@parallel-random-engines@lmem0.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v4/bat-dg2-14/igt@gem_lmem_swapping@parallel-random-engines@lmem0.html
    - bat-atsm-1:         NOTRUN -> [ABORT][14] ([i915#15759])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v4/bat-atsm-1/igt@gem_lmem_swapping@parallel-random-engines@lmem0.html

  * igt@gem_softpin@safe-alignment:
    - fi-hsw-4770:        [PASS][15] -> [FAIL][16] ([i915#15527])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/fi-hsw-4770/igt@gem_softpin@safe-alignment.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v4/fi-hsw-4770/igt@gem_softpin@safe-alignment.html

  * igt@kms_pipe_crc_basic@read-crc@pipe-c-dp-1:
    - bat-dg2-8:          [PASS][17] -> [ABORT][18] ([i915#15759]) +1 other test abort
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/bat-dg2-8/igt@kms_pipe_crc_basic@read-crc@pipe-c-dp-1.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v4/bat-dg2-8/igt@kms_pipe_crc_basic@read-crc@pipe-c-dp-1.html

  
#### Possible fixes ####

  * igt@gem_lmem_swapping@basic:
    - bat-atsm-1:         [ABORT][19] ([i915#15759]) -> [PASS][20] +1 other test pass
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/bat-atsm-1/igt@gem_lmem_swapping@basic.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v4/bat-atsm-1/igt@gem_lmem_swapping@basic.html

  
  [i915#15527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15527
  [i915#15759]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15759
  [i915#15784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15784
  [i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849
  [i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582


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

  * Linux: CI_DRM_18085 -> Patchwork_162393v4

  CI-20190529: 20190529
  CI_DRM_18085: cfc20c776480fda8c1b0517b187bb71ec0781cd4 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_8777: a50285a68dbef0fe11140adef4016a756f57b324 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  Patchwork_162393v4: cfc20c776480fda8c1b0517b187bb71ec0781cd4 @ git://anongit.freedesktop.org/gfx-ci/linux

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v4/index.html

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

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

* RE: [PATCHv4] drm/i915/dp: Read ALPM caps after DPCD init
  2026-03-04  4:05 ` [PATCHv4] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
@ 2026-03-04  6:05   ` Manna, Animesh
  2026-03-04  6:17   ` Hogander, Jouni
  1 sibling, 0 replies; 41+ messages in thread
From: Manna, Animesh @ 2026-03-04  6:05 UTC (permalink / raw)
  To: Murthy, Arun R, intel-gfx@lists.freedesktop.org,
	intel-xe@lists.freedesktop.org
  Cc: Nautiyal, Ankit K, Nikula, Jani, Hogander, Jouni



> -----Original Message-----
> From: Murthy, Arun R <arun.r.murthy@intel.com>
> Sent: Wednesday, March 4, 2026 9:36 AM
> To: intel-gfx@lists.freedesktop.org; intel-xe@lists.freedesktop.org
> Cc: Manna, Animesh <animesh.manna@intel.com>; Nautiyal, Ankit K
> <ankit.k.nautiyal@intel.com>; Nikula, Jani <jani.nikula@intel.com>;
> Hogander, Jouni <jouni.hogander@intel.com>; Murthy, Arun R
> <arun.r.murthy@intel.com>
> Subject: [PATCHv4] drm/i915/dp: Read ALPM caps after DPCD init
> 
> For eDP read the ALPM DPCD caps after DPCD initalization and just before
> the PSR init.
> 
> v2: Move intel_alpm_init to intel_edp_init_dpcd (Jouni)
> v3: Add Fixes with commit-id (Jouni)
> v4: Separated the alpm dpcd read caps from alpm_init and moved to
> intel_edp_init_dpcd.
> 
> Fixes: 15438b325987 ("drm/i915/alpm: Add compute config for lobf")
> Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
> ---
>  drivers/gpu/drm/i915/display/intel_alpm.c | 6 ------
>  drivers/gpu/drm/i915/display/intel_dp.c   | 9 +++++++++
>  2 files changed, 9 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_alpm.c
> b/drivers/gpu/drm/i915/display/intel_alpm.c
> index b3334bc4d0f9..a7350ce8e716 100644
> --- a/drivers/gpu/drm/i915/display/intel_alpm.c
> +++ b/drivers/gpu/drm/i915/display/intel_alpm.c
> @@ -44,12 +44,6 @@ bool intel_alpm_is_alpm_aux_less(struct intel_dp
> *intel_dp,
> 
>  void intel_alpm_init(struct intel_dp *intel_dp)  {
> -	u8 dpcd;
> -
> -	if (drm_dp_dpcd_readb(&intel_dp->aux, DP_RECEIVER_ALPM_CAP,
> &dpcd) < 0)
> -		return;
> -
> -	intel_dp->alpm_dpcd = dpcd;
>  	mutex_init(&intel_dp->alpm.lock);
>  }
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_dp.c
> b/drivers/gpu/drm/i915/display/intel_dp.c
> index 025e906b63a9..e781d4d0dd1b 100644
> --- a/drivers/gpu/drm/i915/display/intel_dp.c
> +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> @@ -4709,6 +4709,7 @@ static bool
>  intel_edp_init_dpcd(struct intel_dp *intel_dp, struct intel_connector
> *connector)  {
>  	struct intel_display *display = to_intel_display(intel_dp);
> +	int ret;
> 
>  	/* this function is meant to be called only once */
>  	drm_WARN_ON(display->drm, intel_dp->dpcd[DP_DPCD_REV] != 0);
> @@ -4748,6 +4749,14 @@ intel_edp_init_dpcd(struct intel_dp *intel_dp,
> struct intel_connector *connector
>  	 */
>  	intel_dp_init_source_oui(intel_dp);
> 
> +	/* Read the ALPM DPCD caps */
> +	if (intel_dp->edp_dpcd[0] >= DP_EDP_14) {
> +		ret = drm_dp_dpcd_readb(&intel_dp->aux,
> DP_RECEIVER_ALPM_CAP,
> +					&intel_dp->alpm_dpcd);
> +		if (ret < 0)
> +			return false;
> +	}

LGTM.
Reviewed-by: Animesh Manna <animesh.manna@intel.com>

> +
>  	/*
>  	 * This has to be called after intel_dp->edp_dpcd is filled, PSR checks
>  	 * for SET_POWER_CAPABLE bit in intel_dp->edp_dpcd[1]
> --
> 2.25.1


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

* Re: [PATCHv4] drm/i915/dp: Read ALPM caps after DPCD init
  2026-03-04  4:05 ` [PATCHv4] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
  2026-03-04  6:05   ` Manna, Animesh
@ 2026-03-04  6:17   ` Hogander, Jouni
  2026-03-04  6:22     ` Hogander, Jouni
  1 sibling, 1 reply; 41+ messages in thread
From: Hogander, Jouni @ 2026-03-04  6:17 UTC (permalink / raw)
  To: Murthy, Arun R, intel-xe@lists.freedesktop.org,
	intel-gfx@lists.freedesktop.org
  Cc: Nikula, Jani, Manna, Animesh, Nautiyal, Ankit K

On Wed, 2026-03-04 at 09:35 +0530, Arun R Murthy wrote:
> For eDP read the ALPM DPCD caps after DPCD initalization and just
> before
> the PSR init.
> 
> v2: Move intel_alpm_init to intel_edp_init_dpcd (Jouni)
> v3: Add Fixes with commit-id (Jouni)
> v4: Separated the alpm dpcd read caps from alpm_init and moved to
> intel_edp_init_dpcd.
> 
> Fixes: 15438b325987 ("drm/i915/alpm: Add compute config for lobf")
> Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
> ---
>  drivers/gpu/drm/i915/display/intel_alpm.c | 6 ------
>  drivers/gpu/drm/i915/display/intel_dp.c   | 9 +++++++++
>  2 files changed, 9 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_alpm.c
> b/drivers/gpu/drm/i915/display/intel_alpm.c
> index b3334bc4d0f9..a7350ce8e716 100644
> --- a/drivers/gpu/drm/i915/display/intel_alpm.c
> +++ b/drivers/gpu/drm/i915/display/intel_alpm.c
> @@ -44,12 +44,6 @@ bool intel_alpm_is_alpm_aux_less(struct intel_dp
> *intel_dp,
>  
>  void intel_alpm_init(struct intel_dp *intel_dp)
>  {
> -	u8 dpcd;
> -
> -	if (drm_dp_dpcd_readb(&intel_dp->aux, DP_RECEIVER_ALPM_CAP,
> &dpcd) < 0)
> -		return;
> -
> -	intel_dp->alpm_dpcd = dpcd;
>  	mutex_init(&intel_dp->alpm.lock);
>  }
>  
> diff --git a/drivers/gpu/drm/i915/display/intel_dp.c
> b/drivers/gpu/drm/i915/display/intel_dp.c
> index 025e906b63a9..e781d4d0dd1b 100644
> --- a/drivers/gpu/drm/i915/display/intel_dp.c
> +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> @@ -4709,6 +4709,7 @@ static bool
>  intel_edp_init_dpcd(struct intel_dp *intel_dp, struct
> intel_connector *connector)
>  {
>  	struct intel_display *display = to_intel_display(intel_dp);
> +	int ret;
>  
>  	/* this function is meant to be called only once */
>  	drm_WARN_ON(display->drm, intel_dp->dpcd[DP_DPCD_REV] != 0);
> @@ -4748,6 +4749,14 @@ intel_edp_init_dpcd(struct intel_dp *intel_dp,
> struct intel_connector *connector
>  	 */
>  	intel_dp_init_source_oui(intel_dp);
>  
> +	/* Read the ALPM DPCD caps */
> +	if (intel_dp->edp_dpcd[0] >= DP_EDP_14) {

I think you should not check eDP revision. DP_RECEIVER_ALPM_CAP is
supposed to return 0 if ALPM isn't supported.

> +		ret = drm_dp_dpcd_readb(&intel_dp->aux,
> DP_RECEIVER_ALPM_CAP,
> +					&intel_dp->alpm_dpcd);
> +		if (ret < 0)
> +			return false;
> +	}
> +

Rather add e.g. intel_alpm_init_dpcd. Animesh is working on that DP
ALPM support (https://patchwork.freedesktop.org/series/156417/) and
your added dpcd init will be shared with DP path.

BR,
Jouni Högander

>  	/*
>  	 * This has to be called after intel_dp->edp_dpcd is filled,
> PSR checks
>  	 * for SET_POWER_CAPABLE bit in intel_dp->edp_dpcd[1]


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

* Re: [PATCHv4] drm/i915/dp: Read ALPM caps after DPCD init
  2026-03-04  6:17   ` Hogander, Jouni
@ 2026-03-04  6:22     ` Hogander, Jouni
  2026-03-04  6:24       ` Murthy, Arun R
  0 siblings, 1 reply; 41+ messages in thread
From: Hogander, Jouni @ 2026-03-04  6:22 UTC (permalink / raw)
  To: Murthy, Arun R, intel-xe@lists.freedesktop.org,
	intel-gfx@lists.freedesktop.org
  Cc: Nikula, Jani, Manna, Animesh, Nautiyal, Ankit K

On Wed, 2026-03-04 at 08:17 +0200, Hogander, Jouni wrote:
> On Wed, 2026-03-04 at 09:35 +0530, Arun R Murthy wrote:
> > For eDP read the ALPM DPCD caps after DPCD initalization and just
> > before
> > the PSR init.
> > 
> > v2: Move intel_alpm_init to intel_edp_init_dpcd (Jouni)
> > v3: Add Fixes with commit-id (Jouni)
> > v4: Separated the alpm dpcd read caps from alpm_init and moved to
> > intel_edp_init_dpcd.
> > 
> > Fixes: 15438b325987 ("drm/i915/alpm: Add compute config for lobf")
> > Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
> > ---
> >  drivers/gpu/drm/i915/display/intel_alpm.c | 6 ------
> >  drivers/gpu/drm/i915/display/intel_dp.c   | 9 +++++++++
> >  2 files changed, 9 insertions(+), 6 deletions(-)
> > 
> > diff --git a/drivers/gpu/drm/i915/display/intel_alpm.c
> > b/drivers/gpu/drm/i915/display/intel_alpm.c
> > index b3334bc4d0f9..a7350ce8e716 100644
> > --- a/drivers/gpu/drm/i915/display/intel_alpm.c
> > +++ b/drivers/gpu/drm/i915/display/intel_alpm.c
> > @@ -44,12 +44,6 @@ bool intel_alpm_is_alpm_aux_less(struct intel_dp
> > *intel_dp,
> >  
> >  void intel_alpm_init(struct intel_dp *intel_dp)
> >  {
> > -	u8 dpcd;
> > -
> > -	if (drm_dp_dpcd_readb(&intel_dp->aux,
> > DP_RECEIVER_ALPM_CAP,
> > &dpcd) < 0)
> > -		return;
> > -
> > -	intel_dp->alpm_dpcd = dpcd;
> >  	mutex_init(&intel_dp->alpm.lock);
> >  }
> >  
> > diff --git a/drivers/gpu/drm/i915/display/intel_dp.c
> > b/drivers/gpu/drm/i915/display/intel_dp.c
> > index 025e906b63a9..e781d4d0dd1b 100644
> > --- a/drivers/gpu/drm/i915/display/intel_dp.c
> > +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> > @@ -4709,6 +4709,7 @@ static bool
> >  intel_edp_init_dpcd(struct intel_dp *intel_dp, struct
> > intel_connector *connector)
> >  {
> >  	struct intel_display *display =
> > to_intel_display(intel_dp);
> > +	int ret;
> >  
> >  	/* this function is meant to be called only once */
> >  	drm_WARN_ON(display->drm, intel_dp->dpcd[DP_DPCD_REV] !=
> > 0);
> > @@ -4748,6 +4749,14 @@ intel_edp_init_dpcd(struct intel_dp
> > *intel_dp,
> > struct intel_connector *connector
> >  	 */
> >  	intel_dp_init_source_oui(intel_dp);
> >  
> > +	/* Read the ALPM DPCD caps */
> > +	if (intel_dp->edp_dpcd[0] >= DP_EDP_14) {
> 
> I think you should not check eDP revision. DP_RECEIVER_ALPM_CAP is
> supposed to return 0 if ALPM isn't supported.
> 
> > +		ret = drm_dp_dpcd_readb(&intel_dp->aux,
> > DP_RECEIVER_ALPM_CAP,
> > +					&intel_dp->alpm_dpcd);
> > +		if (ret < 0)
> > +			return false;
> > +	}
> > +
> 
> Rather add e.g. intel_alpm_init_dpcd. Animesh is working on that DP
> ALPM support (https://patchwork.freedesktop.org/series/156417/) and
> your added dpcd init will be shared with DP path.

Now just noticed it's different DPCD address for DP. I.e. no reason to
add init dpcd. Still please consider my other comment about checking
eDP revision.

BR,
Jouni Högander

> 
> BR,
> Jouni Högander
> 
> >  	/*
> >  	 * This has to be called after intel_dp->edp_dpcd is
> > filled,
> > PSR checks
> >  	 * for SET_POWER_CAPABLE bit in intel_dp->edp_dpcd[1]
> 


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

* RE: [PATCHv4] drm/i915/dp: Read ALPM caps after DPCD init
  2026-03-04  6:22     ` Hogander, Jouni
@ 2026-03-04  6:24       ` Murthy, Arun R
  0 siblings, 0 replies; 41+ messages in thread
From: Murthy, Arun R @ 2026-03-04  6:24 UTC (permalink / raw)
  To: Hogander, Jouni, intel-xe@lists.freedesktop.org,
	intel-gfx@lists.freedesktop.org
  Cc: Nikula, Jani, Manna, Animesh, Nautiyal, Ankit K


> -----Original Message-----
> From: Hogander, Jouni <jouni.hogander@intel.com>
> Sent: Wednesday, March 4, 2026 11:52 AM
> To: Murthy, Arun R <arun.r.murthy@intel.com>; intel-xe@lists.freedesktop.org;
> intel-gfx@lists.freedesktop.org
> Cc: Nikula, Jani <jani.nikula@intel.com>; Manna, Animesh
> <animesh.manna@intel.com>; Nautiyal, Ankit K <ankit.k.nautiyal@intel.com>
> Subject: Re: [PATCHv4] drm/i915/dp: Read ALPM caps after DPCD init
> 
> On Wed, 2026-03-04 at 08:17 +0200, Hogander, Jouni wrote:
> > On Wed, 2026-03-04 at 09:35 +0530, Arun R Murthy wrote:
> > > For eDP read the ALPM DPCD caps after DPCD initalization and just
> > > before the PSR init.
> > >
> > > v2: Move intel_alpm_init to intel_edp_init_dpcd (Jouni)
> > > v3: Add Fixes with commit-id (Jouni)
> > > v4: Separated the alpm dpcd read caps from alpm_init and moved to
> > > intel_edp_init_dpcd.
> > >
> > > Fixes: 15438b325987 ("drm/i915/alpm: Add compute config for lobf")
> > > Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
> > > ---
> > >  drivers/gpu/drm/i915/display/intel_alpm.c | 6 ------
> > >  drivers/gpu/drm/i915/display/intel_dp.c   | 9 +++++++++
> > >  2 files changed, 9 insertions(+), 6 deletions(-)
> > >
> > > diff --git a/drivers/gpu/drm/i915/display/intel_alpm.c
> > > b/drivers/gpu/drm/i915/display/intel_alpm.c
> > > index b3334bc4d0f9..a7350ce8e716 100644
> > > --- a/drivers/gpu/drm/i915/display/intel_alpm.c
> > > +++ b/drivers/gpu/drm/i915/display/intel_alpm.c
> > > @@ -44,12 +44,6 @@ bool intel_alpm_is_alpm_aux_less(struct intel_dp
> > > *intel_dp,
> > >
> > >  void intel_alpm_init(struct intel_dp *intel_dp)
> > >  {
> > > -	u8 dpcd;
> > > -
> > > -	if (drm_dp_dpcd_readb(&intel_dp->aux,
> > > DP_RECEIVER_ALPM_CAP,
> > > &dpcd) < 0)
> > > -		return;
> > > -
> > > -	intel_dp->alpm_dpcd = dpcd;
> > >  	mutex_init(&intel_dp->alpm.lock);
> > >  }
> > >
> > > diff --git a/drivers/gpu/drm/i915/display/intel_dp.c
> > > b/drivers/gpu/drm/i915/display/intel_dp.c
> > > index 025e906b63a9..e781d4d0dd1b 100644
> > > --- a/drivers/gpu/drm/i915/display/intel_dp.c
> > > +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> > > @@ -4709,6 +4709,7 @@ static bool
> > >  intel_edp_init_dpcd(struct intel_dp *intel_dp, struct
> > > intel_connector *connector)
> > >  {
> > >  	struct intel_display *display =
> > > to_intel_display(intel_dp);
> > > +	int ret;
> > >
> > >  	/* this function is meant to be called only once */
> > >  	drm_WARN_ON(display->drm, intel_dp->dpcd[DP_DPCD_REV] != 0);
> @@
> > > -4748,6 +4749,14 @@ intel_edp_init_dpcd(struct intel_dp *intel_dp,
> > > struct intel_connector *connector
> > >  	 */
> > >  	intel_dp_init_source_oui(intel_dp);
> > >
> > > +	/* Read the ALPM DPCD caps */
> > > +	if (intel_dp->edp_dpcd[0] >= DP_EDP_14) {
> >
> > I think you should not check eDP revision. DP_RECEIVER_ALPM_CAP is
> > supposed to return 0 if ALPM isn't supported.
> >
> > > +		ret = drm_dp_dpcd_readb(&intel_dp->aux,
> > > DP_RECEIVER_ALPM_CAP,
> > > +					&intel_dp->alpm_dpcd);
> > > +		if (ret < 0)
> > > +			return false;
> > > +	}
> > > +
> >
> > Rather add e.g. intel_alpm_init_dpcd. Animesh is working on that DP
> > ALPM support (https://patchwork.freedesktop.org/series/156417/) and
> > your added dpcd init will be shared with DP path.
> 
> Now just noticed it's different DPCD address for DP. I.e. no reason to add init
> dpcd. Still please consider my other comment about checking eDP revision.
> 
Sure!

Thanks and Regards,
Arun R Murthy
------------------
> BR,
> Jouni Högander
> 
> >
> > BR,
> > Jouni Högander
> >
> > >  	/*
> > >  	 * This has to be called after intel_dp->edp_dpcd is filled, PSR
> > > checks
> > >  	 * for SET_POWER_CAPABLE bit in intel_dp->edp_dpcd[1]
> >


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

* [PATCHv5] drm/i915/dp: Read ALPM caps after DPCD init
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (10 preceding siblings ...)
  2026-03-04  5:02 ` ✗ i915.CI.BAT: " Patchwork
@ 2026-03-04  6:38 ` Arun R Murthy
  2026-03-04  6:53   ` Hogander, Jouni
  2026-03-04  6:46 ` ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev5) Patchwork
                   ` (13 subsequent siblings)
  25 siblings, 1 reply; 41+ messages in thread
From: Arun R Murthy @ 2026-03-04  6:38 UTC (permalink / raw)
  To: intel-gfx, intel-xe
  Cc: animesh.manna, ankit.k.nautiyal, jani.nikula, jouni.hogander,
	Arun R Murthy

For eDP read the ALPM DPCD caps after DPCD initalization and just before
the PSR init.

v2: Move intel_alpm_init to intel_edp_init_dpcd (Jouni)
v3: Add Fixes with commit-id (Jouni)
v4: Separated the alpm dpcd read caps from alpm_init and moved to
intel_edp_init_dpcd.
v5: Read alpm_caps always for eDP irrespective of the eDP version (Jouni)

Fixes: 15438b325987 ("drm/i915/alpm: Add compute config for lobf")
Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
Reviewed-by: Animesh Manna <animesh.manna@intel.com>
---
 drivers/gpu/drm/i915/display/intel_alpm.c | 6 ------
 drivers/gpu/drm/i915/display/intel_dp.c   | 7 +++++++
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_alpm.c b/drivers/gpu/drm/i915/display/intel_alpm.c
index b3334bc4d0f9..a7350ce8e716 100644
--- a/drivers/gpu/drm/i915/display/intel_alpm.c
+++ b/drivers/gpu/drm/i915/display/intel_alpm.c
@@ -44,12 +44,6 @@ bool intel_alpm_is_alpm_aux_less(struct intel_dp *intel_dp,
 
 void intel_alpm_init(struct intel_dp *intel_dp)
 {
-	u8 dpcd;
-
-	if (drm_dp_dpcd_readb(&intel_dp->aux, DP_RECEIVER_ALPM_CAP, &dpcd) < 0)
-		return;
-
-	intel_dp->alpm_dpcd = dpcd;
 	mutex_init(&intel_dp->alpm.lock);
 }
 
diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
index 025e906b63a9..37783b7e3bed 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -4709,6 +4709,7 @@ static bool
 intel_edp_init_dpcd(struct intel_dp *intel_dp, struct intel_connector *connector)
 {
 	struct intel_display *display = to_intel_display(intel_dp);
+	int ret;
 
 	/* this function is meant to be called only once */
 	drm_WARN_ON(display->drm, intel_dp->dpcd[DP_DPCD_REV] != 0);
@@ -4748,6 +4749,12 @@ intel_edp_init_dpcd(struct intel_dp *intel_dp, struct intel_connector *connector
 	 */
 	intel_dp_init_source_oui(intel_dp);
 
+	/* Read the ALPM DPCD caps */
+	ret = drm_dp_dpcd_readb(&intel_dp->aux, DP_RECEIVER_ALPM_CAP,
+				&intel_dp->alpm_dpcd);
+	if (ret < 0)
+		return false;
+
 	/*
 	 * This has to be called after intel_dp->edp_dpcd is filled, PSR checks
 	 * for SET_POWER_CAPABLE bit in intel_dp->edp_dpcd[1]
-- 
2.25.1


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

* ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev5)
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (11 preceding siblings ...)
  2026-03-04  6:38 ` [PATCHv5] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
@ 2026-03-04  6:46 ` Patchwork
  2026-03-04  7:21 ` [PATCHv6] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
                   ` (12 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-04  6:46 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-xe

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init (rev5)
URL   : https://patchwork.freedesktop.org/series/162392/
State : success

== Summary ==

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

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

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

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



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

* Re: [PATCHv5] drm/i915/dp: Read ALPM caps after DPCD init
  2026-03-04  6:38 ` [PATCHv5] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
@ 2026-03-04  6:53   ` Hogander, Jouni
  0 siblings, 0 replies; 41+ messages in thread
From: Hogander, Jouni @ 2026-03-04  6:53 UTC (permalink / raw)
  To: Murthy, Arun R, intel-xe@lists.freedesktop.org,
	intel-gfx@lists.freedesktop.org
  Cc: Nikula, Jani, Manna, Animesh, Nautiyal, Ankit K

On Wed, 2026-03-04 at 12:08 +0530, Arun R Murthy wrote:
> For eDP read the ALPM DPCD caps after DPCD initalization and just
> before
> the PSR init.
> 
> v2: Move intel_alpm_init to intel_edp_init_dpcd (Jouni)
> v3: Add Fixes with commit-id (Jouni)
> v4: Separated the alpm dpcd read caps from alpm_init and moved to
> intel_edp_init_dpcd.
> v5: Read alpm_caps always for eDP irrespective of the eDP version
> (Jouni)
> 
> Fixes: 15438b325987 ("drm/i915/alpm: Add compute config for lobf")
> Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
> Reviewed-by: Animesh Manna <animesh.manna@intel.com>
> ---
>  drivers/gpu/drm/i915/display/intel_alpm.c | 6 ------
>  drivers/gpu/drm/i915/display/intel_dp.c   | 7 +++++++
>  2 files changed, 7 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_alpm.c
> b/drivers/gpu/drm/i915/display/intel_alpm.c
> index b3334bc4d0f9..a7350ce8e716 100644
> --- a/drivers/gpu/drm/i915/display/intel_alpm.c
> +++ b/drivers/gpu/drm/i915/display/intel_alpm.c
> @@ -44,12 +44,6 @@ bool intel_alpm_is_alpm_aux_less(struct intel_dp
> *intel_dp,
>  
>  void intel_alpm_init(struct intel_dp *intel_dp)
>  {
> -	u8 dpcd;
> -
> -	if (drm_dp_dpcd_readb(&intel_dp->aux, DP_RECEIVER_ALPM_CAP,
> &dpcd) < 0)
> -		return;
> -
> -	intel_dp->alpm_dpcd = dpcd;
>  	mutex_init(&intel_dp->alpm.lock);
>  }
>  
> diff --git a/drivers/gpu/drm/i915/display/intel_dp.c
> b/drivers/gpu/drm/i915/display/intel_dp.c
> index 025e906b63a9..37783b7e3bed 100644
> --- a/drivers/gpu/drm/i915/display/intel_dp.c
> +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> @@ -4709,6 +4709,7 @@ static bool
>  intel_edp_init_dpcd(struct intel_dp *intel_dp, struct
> intel_connector *connector)
>  {
>  	struct intel_display *display = to_intel_display(intel_dp);
> +	int ret;
>  
>  	/* this function is meant to be called only once */
>  	drm_WARN_ON(display->drm, intel_dp->dpcd[DP_DPCD_REV] != 0);
> @@ -4748,6 +4749,12 @@ intel_edp_init_dpcd(struct intel_dp *intel_dp,
> struct intel_connector *connector
>  	 */
>  	intel_dp_init_source_oui(intel_dp);
>  
> +	/* Read the ALPM DPCD caps */
> +	ret = drm_dp_dpcd_readb(&intel_dp->aux,
> DP_RECEIVER_ALPM_CAP,
> +				&intel_dp->alpm_dpcd);

Sorry for late notice. There is this comment in
include/drm/display/drm_dp_helper.h:

 * In most of the cases you should be using
 * drm_dp_dpcd_read_byte() instead.

w/wo that changed:

Reviewed-by: Jouni Högander <jouni.hogander@intel.com>

> +	if (ret < 0)
> +		return false;
> +
>  	/*
>  	 * This has to be called after intel_dp->edp_dpcd is filled,
> PSR checks
>  	 * for SET_POWER_CAPABLE bit in intel_dp->edp_dpcd[1]


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

* [PATCHv6] drm/i915/dp: Read ALPM caps after DPCD init
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (12 preceding siblings ...)
  2026-03-04  6:46 ` ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev5) Patchwork
@ 2026-03-04  7:21 ` Arun R Murthy
  2026-03-09  9:38   ` Manna, Animesh
  2026-03-12 11:43   ` Jani Nikula
  2026-03-04  7:34 ` ✗ Xe.CI.BAT: failure for drm/i915/dp: ALPM init to be done after DPCD init (rev5) Patchwork
                   ` (11 subsequent siblings)
  25 siblings, 2 replies; 41+ messages in thread
From: Arun R Murthy @ 2026-03-04  7:21 UTC (permalink / raw)
  To: intel-gfx, intel-xe
  Cc: animesh.manna, ankit.k.nautiyal, jani.nikula, jouni.hogander,
	Arun R Murthy

For eDP read the ALPM DPCD caps after DPCD initalization and just before
the PSR init.

v2: Move intel_alpm_init to intel_edp_init_dpcd (Jouni)
v3: Add Fixes with commit-id (Jouni)
v4: Separated the alpm dpcd read caps from alpm_init and moved to
intel_edp_init_dpcd.
v5: Read alpm_caps always for eDP irrespective of the eDP version (Jouni)
v6: replace drm_dp_dpcd_readb with drm_dp_dpcd_read_byte (Jouni)

Fixes: 15438b325987 ("drm/i915/alpm: Add compute config for lobf")
Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
Reviewed-by: Animesh Manna <animesh.manna@intel.com>
Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
---
 drivers/gpu/drm/i915/display/intel_alpm.c | 6 ------
 drivers/gpu/drm/i915/display/intel_dp.c   | 7 +++++++
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_alpm.c b/drivers/gpu/drm/i915/display/intel_alpm.c
index b3334bc4d0f9..a7350ce8e716 100644
--- a/drivers/gpu/drm/i915/display/intel_alpm.c
+++ b/drivers/gpu/drm/i915/display/intel_alpm.c
@@ -44,12 +44,6 @@ bool intel_alpm_is_alpm_aux_less(struct intel_dp *intel_dp,
 
 void intel_alpm_init(struct intel_dp *intel_dp)
 {
-	u8 dpcd;
-
-	if (drm_dp_dpcd_readb(&intel_dp->aux, DP_RECEIVER_ALPM_CAP, &dpcd) < 0)
-		return;
-
-	intel_dp->alpm_dpcd = dpcd;
 	mutex_init(&intel_dp->alpm.lock);
 }
 
diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
index 025e906b63a9..d6a7ccbc9932 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -4709,6 +4709,7 @@ static bool
 intel_edp_init_dpcd(struct intel_dp *intel_dp, struct intel_connector *connector)
 {
 	struct intel_display *display = to_intel_display(intel_dp);
+	int ret;
 
 	/* this function is meant to be called only once */
 	drm_WARN_ON(display->drm, intel_dp->dpcd[DP_DPCD_REV] != 0);
@@ -4748,6 +4749,12 @@ intel_edp_init_dpcd(struct intel_dp *intel_dp, struct intel_connector *connector
 	 */
 	intel_dp_init_source_oui(intel_dp);
 
+	/* Read the ALPM DPCD caps */
+	ret = drm_dp_dpcd_read_byte(&intel_dp->aux, DP_RECEIVER_ALPM_CAP,
+				    &intel_dp->alpm_dpcd);
+	if (ret < 0)
+		return false;
+
 	/*
 	 * This has to be called after intel_dp->edp_dpcd is filled, PSR checks
 	 * for SET_POWER_CAPABLE bit in intel_dp->edp_dpcd[1]
-- 
2.25.1


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

* ✗ Xe.CI.BAT: failure for drm/i915/dp: ALPM init to be done after DPCD init (rev5)
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (13 preceding siblings ...)
  2026-03-04  7:21 ` [PATCHv6] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
@ 2026-03-04  7:34 ` Patchwork
  2026-03-04  8:07 ` ✓ i915.CI.BAT: success " Patchwork
                   ` (10 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-04  7:34 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-xe

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

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init (rev5)
URL   : https://patchwork.freedesktop.org/series/162392/
State : failure

== Summary ==

ERROR: The runconfig 'xe-4655-cfc20c776480fda8c1b0517b187bb71ec0781cd4_BAT' does not exist in the database

== Logs ==

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

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

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

* ✓ i915.CI.BAT: success for drm/i915/dp: ALPM init to be done after DPCD init (rev5)
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (14 preceding siblings ...)
  2026-03-04  7:34 ` ✗ Xe.CI.BAT: failure for drm/i915/dp: ALPM init to be done after DPCD init (rev5) Patchwork
@ 2026-03-04  8:07 ` Patchwork
  2026-03-04  8:20 ` ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev6) Patchwork
                   ` (9 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-04  8:07 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-gfx

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

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init (rev5)
URL   : https://patchwork.freedesktop.org/series/162393/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_18085 -> Patchwork_162393v5
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v5/index.html

Participating hosts (41 -> 40)
------------------------------

  Missing    (1): bat-dg2-13 

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

  Here are the changes found in Patchwork_162393v5 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_lmem_swapping@basic:
    - bat-dg2-8:          [PASS][1] -> [ABORT][2] ([i915#15759]) +1 other test abort
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/bat-dg2-8/igt@gem_lmem_swapping@basic.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v5/bat-dg2-8/igt@gem_lmem_swapping@basic.html

  * igt@i915_selftest@live@workarounds:
    - bat-arls-5:         [PASS][3] -> [DMESG-FAIL][4] ([i915#12061])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/bat-arls-5/igt@i915_selftest@live@workarounds.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v5/bat-arls-5/igt@i915_selftest@live@workarounds.html
    - bat-atsm-1:         NOTRUN -> [DMESG-FAIL][5] ([i915#12061]) +1 other test dmesg-fail
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v5/bat-atsm-1/igt@i915_selftest@live@workarounds.html

  * igt@kms_hdmi_inject@inject-audio:
    - fi-tgl-1115g4:      [PASS][6] -> [SKIP][7] ([i915#13030])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/fi-tgl-1115g4/igt@kms_hdmi_inject@inject-audio.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v5/fi-tgl-1115g4/igt@kms_hdmi_inject@inject-audio.html

  
#### Possible fixes ####

  * igt@gem_lmem_swapping@basic:
    - bat-atsm-1:         [ABORT][8] ([i915#15759]) -> [PASS][9] +1 other test pass
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/bat-atsm-1/igt@gem_lmem_swapping@basic.html
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v5/bat-atsm-1/igt@gem_lmem_swapping@basic.html

  * igt@i915_selftest@live@gt_pm:
    - bat-arls-5:         [DMESG-FAIL][10] ([i915#15784]) -> [PASS][11]
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/bat-arls-5/igt@i915_selftest@live@gt_pm.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v5/bat-arls-5/igt@i915_selftest@live@gt_pm.html

  * igt@i915_selftest@live@workarounds:
    - bat-dg2-14:         [DMESG-FAIL][12] ([i915#12061]) -> [PASS][13] +1 other test pass
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/bat-dg2-14/igt@i915_selftest@live@workarounds.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v5/bat-dg2-14/igt@i915_selftest@live@workarounds.html

  
#### Warnings ####

  * igt@i915_selftest@live:
    - bat-arls-5:         [DMESG-FAIL][14] ([i915#15784]) -> [DMESG-FAIL][15] ([i915#12061])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/bat-arls-5/igt@i915_selftest@live.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v5/bat-arls-5/igt@i915_selftest@live.html

  
  [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
  [i915#13030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13030
  [i915#15759]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15759
  [i915#15784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15784


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

  * Linux: CI_DRM_18085 -> Patchwork_162393v5

  CI-20190529: 20190529
  CI_DRM_18085: cfc20c776480fda8c1b0517b187bb71ec0781cd4 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_8777: a50285a68dbef0fe11140adef4016a756f57b324 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  Patchwork_162393v5: cfc20c776480fda8c1b0517b187bb71ec0781cd4 @ git://anongit.freedesktop.org/gfx-ci/linux

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v5/index.html

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

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

* ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev6)
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (15 preceding siblings ...)
  2026-03-04  8:07 ` ✓ i915.CI.BAT: success " Patchwork
@ 2026-03-04  8:20 ` Patchwork
  2026-03-04  8:55 ` ✓ i915.CI.BAT: " Patchwork
                   ` (8 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-04  8:20 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-xe

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init (rev6)
URL   : https://patchwork.freedesktop.org/series/162392/
State : success

== Summary ==

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

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

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

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



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

* ✓ i915.CI.BAT: success for drm/i915/dp: ALPM init to be done after DPCD init (rev6)
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (16 preceding siblings ...)
  2026-03-04  8:20 ` ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev6) Patchwork
@ 2026-03-04  8:55 ` Patchwork
  2026-03-04  9:00 ` ✗ Xe.CI.BAT: failure " Patchwork
                   ` (7 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-04  8:55 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-gfx

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

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init (rev6)
URL   : https://patchwork.freedesktop.org/series/162393/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_18085 -> Patchwork_162393v6
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/index.html

Participating hosts (41 -> 39)
------------------------------

  Missing    (2): bat-dg2-13 bat-adls-6 

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

  Here are the changes found in Patchwork_162393v6 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_lmem_swapping@parallel-random-engines:
    - bat-atsm-1:         NOTRUN -> [ABORT][1] ([i915#15759]) +1 other test abort
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/bat-atsm-1/igt@gem_lmem_swapping@parallel-random-engines.html
    - bat-dg2-9:          [PASS][2] -> [ABORT][3] ([i915#15759]) +1 other test abort
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/bat-dg2-9/igt@gem_lmem_swapping@parallel-random-engines.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/bat-dg2-9/igt@gem_lmem_swapping@parallel-random-engines.html

  * igt@i915_selftest@live@workarounds:
    - bat-mtlp-9:         [PASS][4] -> [DMESG-FAIL][5] ([i915#12061]) +1 other test dmesg-fail
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/bat-mtlp-9/igt@i915_selftest@live@workarounds.html

  
#### Possible fixes ####

  * igt@gem_lmem_swapping@basic:
    - bat-atsm-1:         [ABORT][6] ([i915#15759]) -> [PASS][7] +1 other test pass
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/bat-atsm-1/igt@gem_lmem_swapping@basic.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/bat-atsm-1/igt@gem_lmem_swapping@basic.html

  * igt@i915_selftest@live:
    - bat-arls-5:         [DMESG-FAIL][8] ([i915#15784]) -> [PASS][9] +1 other test pass
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/bat-arls-5/igt@i915_selftest@live.html
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/bat-arls-5/igt@i915_selftest@live.html

  
  [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
  [i915#15759]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15759
  [i915#15784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15784


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

  * Linux: CI_DRM_18085 -> Patchwork_162393v6

  CI-20190529: 20190529
  CI_DRM_18085: cfc20c776480fda8c1b0517b187bb71ec0781cd4 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_8777: a50285a68dbef0fe11140adef4016a756f57b324 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  Patchwork_162393v6: cfc20c776480fda8c1b0517b187bb71ec0781cd4 @ git://anongit.freedesktop.org/gfx-ci/linux

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/index.html

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

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

* ✗ Xe.CI.BAT: failure for drm/i915/dp: ALPM init to be done after DPCD init (rev6)
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (17 preceding siblings ...)
  2026-03-04  8:55 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-03-04  9:00 ` Patchwork
  2026-03-05  6:06 ` ✗ Xe.CI.FULL: " Patchwork
                   ` (6 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-04  9:00 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-xe

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

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init (rev6)
URL   : https://patchwork.freedesktop.org/series/162392/
State : failure

== Summary ==

ERROR: The runconfig 'xe-4655-cfc20c776480fda8c1b0517b187bb71ec0781cd4_BAT' does not exist in the database

== Logs ==

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

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

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

* ✗ Xe.CI.FULL: failure for drm/i915/dp: ALPM init to be done after DPCD init (rev6)
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (18 preceding siblings ...)
  2026-03-04  9:00 ` ✗ Xe.CI.BAT: failure " Patchwork
@ 2026-03-05  6:06 ` Patchwork
  2026-03-05  9:40 ` ✗ Xe.CI.BAT: " Patchwork
                   ` (5 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-05  6:06 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-xe

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

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init (rev6)
URL   : https://patchwork.freedesktop.org/series/162392/
State : failure

== Summary ==

ERROR: The runconfig 'xe-4655-cfc20c776480fda8c1b0517b187bb71ec0781cd4_FULL' does not exist in the database

== Logs ==

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

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

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

* ✗ Xe.CI.BAT: failure for drm/i915/dp: ALPM init to be done after DPCD init (rev6)
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (19 preceding siblings ...)
  2026-03-05  6:06 ` ✗ Xe.CI.FULL: " Patchwork
@ 2026-03-05  9:40 ` Patchwork
  2026-03-05 10:42 ` ✓ i915.CI.Full: success " Patchwork
                   ` (4 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-05  9:40 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-xe

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

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init (rev6)
URL   : https://patchwork.freedesktop.org/series/162392/
State : failure

== Summary ==

ERROR: The runconfig 'xe-4655-cfc20c776480fda8c1b0517b187bb71ec0781cd4_BAT' does not exist in the database

== Logs ==

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

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

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

* ✓ i915.CI.Full: success for drm/i915/dp: ALPM init to be done after DPCD init (rev6)
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (20 preceding siblings ...)
  2026-03-05  9:40 ` ✗ Xe.CI.BAT: " Patchwork
@ 2026-03-05 10:42 ` Patchwork
  2026-03-05 10:43 ` ✗ Xe.CI.FULL: failure " Patchwork
                   ` (3 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-05 10:42 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-gfx

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

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init (rev6)
URL   : https://patchwork.freedesktop.org/series/162393/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_18085_full -> Patchwork_162393v6_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (10 -> 10)
------------------------------

  No changes in participating hosts

New tests
---------

  New tests have been introduced between CI_DRM_18085_full and Patchwork_162393v6_full:

### New IGT tests (1) ###

  * igt@kms_cursor_edge_walk@64x64-top-edge@pipe-a-vga-1:
    - Statuses : 1 pass(s)
    - Exec time: [3.40] s

  

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

  Here are the changes found in Patchwork_162393v6_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@api_intel_bb@blit-reloc-purge-cache:
    - shard-rkl:          NOTRUN -> [SKIP][1] ([i915#8411])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-4/igt@api_intel_bb@blit-reloc-purge-cache.html

  * igt@device_reset@cold-reset-bound:
    - shard-tglu-1:       NOTRUN -> [SKIP][2] ([i915#11078])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@device_reset@cold-reset-bound.html
    - shard-dg1:          NOTRUN -> [SKIP][3] ([i915#11078])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@device_reset@cold-reset-bound.html

  * igt@drm_buddy@drm_buddy:
    - shard-rkl:          NOTRUN -> [SKIP][4] ([i915#15678])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-4/igt@drm_buddy@drm_buddy.html

  * igt@gem_ccs@block-multicopy-compressed:
    - shard-rkl:          NOTRUN -> [SKIP][5] ([i915#9323])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@gem_ccs@block-multicopy-compressed.html
    - shard-tglu:         NOTRUN -> [SKIP][6] ([i915#9323])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@gem_ccs@block-multicopy-compressed.html

  * igt@gem_ccs@block-multicopy-inplace:
    - shard-mtlp:         NOTRUN -> [SKIP][7] ([i915#3555] / [i915#9323])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@gem_ccs@block-multicopy-inplace.html

  * igt@gem_ccs@ctrl-surf-copy:
    - shard-rkl:          NOTRUN -> [SKIP][8] ([i915#3555] / [i915#9323])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@gem_ccs@ctrl-surf-copy.html

  * igt@gem_ccs@ctrl-surf-copy-new-ctx:
    - shard-tglu-1:       NOTRUN -> [SKIP][9] ([i915#9323])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
    - shard-dg1:          NOTRUN -> [SKIP][10] ([i915#9323])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@gem_ccs@ctrl-surf-copy-new-ctx.html

  * igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-smem-lmem0:
    - shard-dg2:          NOTRUN -> [INCOMPLETE][11] ([i915#12392] / [i915#13356])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-3/igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-smem-lmem0.html

  * igt@gem_close_race@multigpu-basic-process:
    - shard-tglu-1:       NOTRUN -> [SKIP][12] ([i915#7697])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@gem_close_race@multigpu-basic-process.html

  * igt@gem_create@create-ext-set-pat:
    - shard-rkl:          NOTRUN -> [SKIP][13] ([i915#8562])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@gem_create@create-ext-set-pat.html
    - shard-dg1:          NOTRUN -> [SKIP][14] ([i915#8562])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@gem_create@create-ext-set-pat.html
    - shard-tglu:         NOTRUN -> [SKIP][15] ([i915#8562])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@gem_create@create-ext-set-pat.html

  * igt@gem_ctx_persistence@heartbeat-hang:
    - shard-mtlp:         NOTRUN -> [SKIP][16] ([i915#8555]) +2 other tests skip
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@gem_ctx_persistence@heartbeat-hang.html

  * igt@gem_ctx_sseu@engines:
    - shard-mtlp:         NOTRUN -> [SKIP][17] ([i915#280])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@gem_ctx_sseu@engines.html

  * igt@gem_ctx_sseu@invalid-sseu:
    - shard-rkl:          NOTRUN -> [SKIP][18] ([i915#280])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@gem_ctx_sseu@invalid-sseu.html
    - shard-dg1:          NOTRUN -> [SKIP][19] ([i915#280]) +2 other tests skip
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@gem_ctx_sseu@invalid-sseu.html
    - shard-tglu:         NOTRUN -> [SKIP][20] ([i915#280])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@gem_ctx_sseu@invalid-sseu.html

  * igt@gem_ctx_sseu@mmap-args:
    - shard-tglu-1:       NOTRUN -> [SKIP][21] ([i915#280])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@gem_ctx_sseu@mmap-args.html

  * igt@gem_exec_balancer@bonded-dual:
    - shard-dg1:          NOTRUN -> [SKIP][22] ([i915#4771]) +1 other test skip
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@gem_exec_balancer@bonded-dual.html

  * igt@gem_exec_balancer@bonded-false-hang:
    - shard-mtlp:         NOTRUN -> [SKIP][23] ([i915#4812])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@gem_exec_balancer@bonded-false-hang.html

  * igt@gem_exec_balancer@bonded-pair:
    - shard-dg2:          NOTRUN -> [SKIP][24] ([i915#4771])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@gem_exec_balancer@bonded-pair.html

  * igt@gem_exec_balancer@parallel-balancer:
    - shard-tglu:         NOTRUN -> [SKIP][25] ([i915#4525])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@gem_exec_balancer@parallel-balancer.html

  * igt@gem_exec_balancer@parallel-ordering:
    - shard-rkl:          NOTRUN -> [SKIP][26] ([i915#4525]) +1 other test skip
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-4/igt@gem_exec_balancer@parallel-ordering.html

  * igt@gem_exec_create@legacy:
    - shard-dg1:          [PASS][27] -> [ABORT][28] ([i915#15759]) +1 other test abort
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg1-14/igt@gem_exec_create@legacy.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-17/igt@gem_exec_create@legacy.html

  * igt@gem_exec_fence@submit67:
    - shard-dg1:          NOTRUN -> [SKIP][29] ([i915#4812]) +1 other test skip
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@gem_exec_fence@submit67.html

  * igt@gem_exec_flush@basic-wb-ro-default:
    - shard-dg1:          NOTRUN -> [SKIP][30] ([i915#3539] / [i915#4852])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@gem_exec_flush@basic-wb-ro-default.html

  * igt@gem_exec_reloc@basic-wc:
    - shard-dg2:          NOTRUN -> [SKIP][31] ([i915#3281]) +3 other tests skip
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@gem_exec_reloc@basic-wc.html

  * igt@gem_exec_reloc@basic-wc-gtt-active:
    - shard-mtlp:         NOTRUN -> [SKIP][32] ([i915#3281]) +1 other test skip
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@gem_exec_reloc@basic-wc-gtt-active.html

  * igt@gem_exec_reloc@basic-wc-read-active:
    - shard-dg1:          NOTRUN -> [SKIP][33] ([i915#3281]) +8 other tests skip
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@gem_exec_reloc@basic-wc-read-active.html

  * igt@gem_exec_reloc@basic-write-wc-noreloc:
    - shard-rkl:          NOTRUN -> [SKIP][34] ([i915#3281]) +7 other tests skip
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@gem_exec_reloc@basic-write-wc-noreloc.html

  * igt@gem_exec_schedule@preempt-queue-contexts-chain:
    - shard-dg2:          NOTRUN -> [SKIP][35] ([i915#4537] / [i915#4812]) +1 other test skip
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@gem_exec_schedule@preempt-queue-contexts-chain.html

  * igt@gem_exec_suspend@basic-s0:
    - shard-dg2:          [PASS][36] -> [INCOMPLETE][37] ([i915#13356]) +1 other test incomplete
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-8/igt@gem_exec_suspend@basic-s0.html
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@gem_exec_suspend@basic-s0.html

  * igt@gem_exec_suspend@basic-s3:
    - shard-glk:          NOTRUN -> [INCOMPLETE][38] ([i915#13196] / [i915#13356]) +1 other test incomplete
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk2/igt@gem_exec_suspend@basic-s3.html

  * igt@gem_fence_thrash@bo-write-verify-threaded-none:
    - shard-dg1:          NOTRUN -> [SKIP][39] ([i915#4860]) +1 other test skip
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@gem_fence_thrash@bo-write-verify-threaded-none.html

  * igt@gem_lmem_swapping@heavy-verify-random-ccs:
    - shard-tglu:         NOTRUN -> [SKIP][40] ([i915#4613]) +1 other test skip
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@gem_lmem_swapping@heavy-verify-random-ccs.html

  * igt@gem_lmem_swapping@parallel-multi:
    - shard-tglu-1:       NOTRUN -> [SKIP][41] ([i915#4613]) +3 other tests skip
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@gem_lmem_swapping@parallel-multi.html

  * igt@gem_lmem_swapping@parallel-random-verify-ccs:
    - shard-rkl:          NOTRUN -> [SKIP][42] ([i915#4613]) +5 other tests skip
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@gem_lmem_swapping@parallel-random-verify-ccs.html

  * igt@gem_lmem_swapping@smem-oom:
    - shard-dg1:          NOTRUN -> [FAIL][43] ([i915#15734])
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@gem_lmem_swapping@smem-oom.html

  * igt@gem_lmem_swapping@smem-oom@lmem0:
    - shard-dg1:          NOTRUN -> [CRASH][44] ([i915#5493])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@gem_lmem_swapping@smem-oom@lmem0.html

  * igt@gem_lmem_swapping@verify:
    - shard-mtlp:         NOTRUN -> [SKIP][45] ([i915#4613]) +1 other test skip
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-1/igt@gem_lmem_swapping@verify.html

  * igt@gem_lmem_swapping@verify-ccs:
    - shard-dg1:          NOTRUN -> [SKIP][46] ([i915#12193])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@gem_lmem_swapping@verify-ccs.html

  * igt@gem_lmem_swapping@verify-ccs@lmem0:
    - shard-dg1:          NOTRUN -> [SKIP][47] ([i915#4565])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@gem_lmem_swapping@verify-ccs@lmem0.html

  * igt@gem_mmap_gtt@cpuset-medium-copy:
    - shard-mtlp:         NOTRUN -> [SKIP][48] ([i915#4077]) +3 other tests skip
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@gem_mmap_gtt@cpuset-medium-copy.html

  * igt@gem_mmap_gtt@fault-concurrent-y:
    - shard-dg2:          NOTRUN -> [SKIP][49] ([i915#4077]) +1 other test skip
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-6/igt@gem_mmap_gtt@fault-concurrent-y.html

  * igt@gem_mmap_wc@copy:
    - shard-dg2:          NOTRUN -> [SKIP][50] ([i915#4083]) +5 other tests skip
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@gem_mmap_wc@copy.html

  * igt@gem_mmap_wc@write-read:
    - shard-dg1:          NOTRUN -> [SKIP][51] ([i915#4083]) +10 other tests skip
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@gem_mmap_wc@write-read.html

  * igt@gem_partial_pwrite_pread@write-display:
    - shard-dg2:          NOTRUN -> [SKIP][52] ([i915#3282]) +1 other test skip
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@gem_partial_pwrite_pread@write-display.html

  * igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
    - shard-rkl:          NOTRUN -> [SKIP][53] ([i915#3282]) +5 other tests skip
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-4/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
    - shard-mtlp:         NOTRUN -> [SKIP][54] ([i915#3282]) +2 other tests skip
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-1/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html

  * igt@gem_pxp@display-protected-crc:
    - shard-rkl:          NOTRUN -> [SKIP][55] ([i915#4270]) +1 other test skip
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-4/igt@gem_pxp@display-protected-crc.html

  * igt@gem_pxp@hw-rejects-pxp-context:
    - shard-mtlp:         NOTRUN -> [SKIP][56] ([i915#13398])
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@gem_pxp@hw-rejects-pxp-context.html

  * igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
    - shard-dg1:          NOTRUN -> [SKIP][57] ([i915#4270]) +2 other tests skip
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html

  * igt@gem_pxp@verify-pxp-stale-ctx-execution:
    - shard-dg2:          NOTRUN -> [SKIP][58] ([i915#4270]) +1 other test skip
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@gem_pxp@verify-pxp-stale-ctx-execution.html

  * igt@gem_readwrite@read-write:
    - shard-dg1:          NOTRUN -> [SKIP][59] ([i915#3282]) +3 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@gem_readwrite@read-write.html

  * igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs:
    - shard-mtlp:         NOTRUN -> [SKIP][60] ([i915#8428])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs.html

  * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
    - shard-dg2:          NOTRUN -> [SKIP][61] ([i915#5190] / [i915#8428]) +2 other tests skip
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-6/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html

  * igt@gem_set_tiling_vs_pwrite:
    - shard-dg1:          NOTRUN -> [SKIP][62] ([i915#4079])
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@gem_set_tiling_vs_pwrite.html

  * igt@gem_softpin@evict-snoop-interruptible:
    - shard-dg1:          NOTRUN -> [SKIP][63] ([i915#4885])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@gem_softpin@evict-snoop-interruptible.html

  * igt@gem_softpin@noreloc-s3:
    - shard-rkl:          [PASS][64] -> [INCOMPLETE][65] ([i915#13809])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-2/igt@gem_softpin@noreloc-s3.html
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@gem_softpin@noreloc-s3.html
    - shard-glk11:        NOTRUN -> [INCOMPLETE][66] ([i915#13809])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk11/igt@gem_softpin@noreloc-s3.html

  * igt@gem_userptr_blits@coherency-sync:
    - shard-tglu:         NOTRUN -> [SKIP][67] ([i915#3297])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@gem_userptr_blits@coherency-sync.html

  * igt@gem_userptr_blits@coherency-unsync:
    - shard-tglu-1:       NOTRUN -> [SKIP][68] ([i915#3297]) +2 other tests skip
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@gem_userptr_blits@coherency-unsync.html

  * igt@gem_userptr_blits@create-destroy-unsync:
    - shard-dg2:          NOTRUN -> [SKIP][69] ([i915#3297])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@gem_userptr_blits@create-destroy-unsync.html

  * igt@gem_userptr_blits@dmabuf-unsync:
    - shard-rkl:          NOTRUN -> [SKIP][70] ([i915#3297]) +2 other tests skip
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-4/igt@gem_userptr_blits@dmabuf-unsync.html

  * igt@gem_userptr_blits@relocations:
    - shard-dg2:          NOTRUN -> [SKIP][71] ([i915#3281] / [i915#3297])
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@gem_userptr_blits@relocations.html

  * igt@gem_userptr_blits@unsync-overlap:
    - shard-dg1:          NOTRUN -> [SKIP][72] ([i915#3297]) +1 other test skip
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@gem_userptr_blits@unsync-overlap.html

  * igt@gen9_exec_parse@batch-without-end:
    - shard-mtlp:         NOTRUN -> [SKIP][73] ([i915#2856]) +1 other test skip
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-1/igt@gen9_exec_parse@batch-without-end.html

  * igt@gen9_exec_parse@bb-oversize:
    - shard-rkl:          NOTRUN -> [SKIP][74] ([i915#2527]) +2 other tests skip
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@gen9_exec_parse@bb-oversize.html

  * igt@gen9_exec_parse@bb-start-out:
    - shard-dg2:          NOTRUN -> [SKIP][75] ([i915#2856])
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@gen9_exec_parse@bb-start-out.html

  * igt@gen9_exec_parse@shadow-peek:
    - shard-dg1:          NOTRUN -> [SKIP][76] ([i915#2527]) +3 other tests skip
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@gen9_exec_parse@shadow-peek.html

  * igt@gen9_exec_parse@valid-registers:
    - shard-tglu-1:       NOTRUN -> [SKIP][77] ([i915#2527] / [i915#2856]) +2 other tests skip
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@gen9_exec_parse@valid-registers.html

  * igt@i915_drm_fdinfo@isolation@rcs0:
    - shard-dg2:          NOTRUN -> [SKIP][78] ([i915#14073]) +7 other tests skip
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@i915_drm_fdinfo@isolation@rcs0.html

  * igt@i915_drm_fdinfo@most-busy-check-all@bcs0:
    - shard-mtlp:         NOTRUN -> [SKIP][79] ([i915#14073]) +6 other tests skip
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@i915_drm_fdinfo@most-busy-check-all@bcs0.html

  * igt@i915_drm_fdinfo@virtual-busy-all:
    - shard-mtlp:         NOTRUN -> [SKIP][80] ([i915#14118]) +1 other test skip
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-1/igt@i915_drm_fdinfo@virtual-busy-all.html

  * igt@i915_fb_tiling@basic-x-tiling:
    - shard-dg1:          NOTRUN -> [SKIP][81] ([i915#13786])
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@i915_fb_tiling@basic-x-tiling.html

  * igt@i915_module_load@resize-bar:
    - shard-tglu-1:       NOTRUN -> [SKIP][82] ([i915#6412])
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@i915_module_load@resize-bar.html

  * igt@i915_pm_freq_api@freq-basic-api:
    - shard-tglu-1:       NOTRUN -> [SKIP][83] ([i915#8399])
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@i915_pm_freq_api@freq-basic-api.html

  * igt@i915_pm_freq_api@freq-reset:
    - shard-tglu:         NOTRUN -> [SKIP][84] ([i915#8399])
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@i915_pm_freq_api@freq-reset.html

  * igt@i915_pm_freq_mult@media-freq@gt0:
    - shard-tglu-1:       NOTRUN -> [SKIP][85] ([i915#6590]) +1 other test skip
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@i915_pm_freq_mult@media-freq@gt0.html

  * igt@i915_pm_rc6_residency@rc6-fence:
    - shard-tglu:         NOTRUN -> [WARN][86] ([i915#13790] / [i915#2681]) +1 other test warn
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@i915_pm_rc6_residency@rc6-fence.html

  * igt@i915_pm_rpm@system-suspend:
    - shard-glk:          NOTRUN -> [INCOMPLETE][87] ([i915#13356])
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk1/igt@i915_pm_rpm@system-suspend.html

  * igt@i915_pm_rps@min-max-config-idle:
    - shard-dg1:          NOTRUN -> [SKIP][88] ([i915#11681] / [i915#6621])
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@i915_pm_rps@min-max-config-idle.html

  * igt@i915_pm_sseu@full-enable:
    - shard-dg1:          NOTRUN -> [SKIP][89] ([i915#4387])
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@i915_pm_sseu@full-enable.html

  * igt@i915_power@sanity:
    - shard-mtlp:         [PASS][90] -> [SKIP][91] ([i915#7984])
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-mtlp-8/igt@i915_power@sanity.html
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-5/igt@i915_power@sanity.html

  * igt@i915_selftest@live@workarounds:
    - shard-dg2:          [PASS][92] -> [DMESG-FAIL][93] ([i915#12061]) +1 other test dmesg-fail
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-7/igt@i915_selftest@live@workarounds.html
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-8/igt@i915_selftest@live@workarounds.html

  * igt@i915_suspend@fence-restore-tiled2untiled:
    - shard-glk:          NOTRUN -> [INCOMPLETE][94] ([i915#4817])
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk6/igt@i915_suspend@fence-restore-tiled2untiled.html

  * igt@i915_suspend@fence-restore-untiled:
    - shard-glk11:        NOTRUN -> [INCOMPLETE][95] ([i915#4817])
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk11/igt@i915_suspend@fence-restore-untiled.html

  * igt@kms_addfb_basic@bo-too-small-due-to-tiling:
    - shard-mtlp:         NOTRUN -> [SKIP][96] ([i915#4212]) +1 other test skip
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html

  * igt@kms_addfb_basic@framebuffer-vs-set-tiling:
    - shard-dg1:          NOTRUN -> [SKIP][97] ([i915#4212])
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html

  * igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
    - shard-tglu-1:       NOTRUN -> [SKIP][98] ([i915#12454] / [i915#12712])
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html

  * igt@kms_atomic@plane-primary-overlay-mutable-zpos:
    - shard-rkl:          NOTRUN -> [SKIP][99] ([i915#9531])
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
    - shard-dg2:          [PASS][100] -> [FAIL][101] ([i915#5956]) +1 other test fail
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
    - shard-rkl:          NOTRUN -> [SKIP][102] ([i915#1769] / [i915#3555])
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
    - shard-tglu:         NOTRUN -> [SKIP][103] ([i915#1769] / [i915#3555])
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1:
    - shard-mtlp:         [PASS][104] -> [FAIL][105] ([i915#5956]) +1 other test fail
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-mtlp-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html

  * igt@kms_big_fb@4-tiled-64bpp-rotate-0:
    - shard-dg1:          NOTRUN -> [SKIP][106] ([i915#4538] / [i915#5286]) +4 other tests skip
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html

  * igt@kms_big_fb@4-tiled-8bpp-rotate-180:
    - shard-tglu-1:       NOTRUN -> [SKIP][107] ([i915#5286]) +2 other tests skip
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html

  * igt@kms_big_fb@4-tiled-addfb-size-overflow:
    - shard-tglu:         NOTRUN -> [SKIP][108] ([i915#5286]) +2 other tests skip
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_big_fb@4-tiled-addfb-size-overflow.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-rkl:          NOTRUN -> [SKIP][109] ([i915#5286]) +5 other tests skip
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@linear-16bpp-rotate-270:
    - shard-mtlp:         NOTRUN -> [SKIP][110] +5 other tests skip
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_big_fb@linear-16bpp-rotate-270.html

  * igt@kms_big_fb@linear-32bpp-rotate-90:
    - shard-dg1:          NOTRUN -> [SKIP][111] ([i915#3638]) +2 other tests skip
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@kms_big_fb@linear-32bpp-rotate-90.html

  * igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip:
    - shard-rkl:          NOTRUN -> [SKIP][112] ([i915#3828])
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html

  * igt@kms_big_fb@x-tiled-16bpp-rotate-90:
    - shard-dg2:          NOTRUN -> [SKIP][113] +4 other tests skip
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html

  * igt@kms_big_fb@x-tiled-8bpp-rotate-90:
    - shard-rkl:          NOTRUN -> [SKIP][114] ([i915#3638]) +2 other tests skip
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html

  * igt@kms_big_fb@yf-tiled-32bpp-rotate-90:
    - shard-dg2:          NOTRUN -> [SKIP][115] ([i915#4538] / [i915#5190]) +7 other tests skip
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0:
    - shard-dg1:          NOTRUN -> [SKIP][116] ([i915#4538]) +5 other tests skip
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html

  * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][117] ([i915#14544] / [i915#6095]) +5 other tests skip
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2.html

  * igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-c-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][118] ([i915#6095]) +19 other tests skip
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-c-edp-1.html

  * igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-1:
    - shard-dg2:          NOTRUN -> [SKIP][119] ([i915#10307] / [i915#6095]) +68 other tests skip
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-4/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-1.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-3:
    - shard-dg2:          NOTRUN -> [SKIP][120] ([i915#6095]) +40 other tests skip
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-3/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-3.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][121] ([i915#6095]) +85 other tests skip
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2:
    - shard-glk:          NOTRUN -> [SKIP][122] +109 other tests skip
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk9/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html

  * igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs:
    - shard-glk10:        NOTRUN -> [SKIP][123] +94 other tests skip
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk10/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs.html

  * igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
    - shard-rkl:          NOTRUN -> [SKIP][124] ([i915#12313])
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
    - shard-tglu:         NOTRUN -> [SKIP][125] ([i915#12313])
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html

  * igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs:
    - shard-tglu-1:       NOTRUN -> [SKIP][126] ([i915#6095]) +49 other tests skip
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs.html

  * igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-1:
    - shard-tglu:         NOTRUN -> [SKIP][127] ([i915#6095]) +29 other tests skip
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-1.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][128] ([i915#14098] / [i915#14544] / [i915#6095]) +2 other tests skip
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2.html

  * igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs-cc:
    - shard-glk11:        NOTRUN -> [SKIP][129] +187 other tests skip
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk11/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs-cc.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
    - shard-dg1:          NOTRUN -> [SKIP][130] ([i915#12805])
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
    - shard-rkl:          NOTRUN -> [SKIP][131] ([i915#12805])
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
    - shard-tglu:         NOTRUN -> [SKIP][132] ([i915#12805])
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-ccs:
    - shard-glk:          NOTRUN -> [INCOMPLETE][133] ([i915#14694] / [i915#15582]) +1 other test incomplete
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk1/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1:
    - shard-dg2:          NOTRUN -> [SKIP][134] ([i915#10307] / [i915#10434] / [i915#6095]) +3 other tests skip
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html

  * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-c-hdmi-a-1:
    - shard-rkl:          NOTRUN -> [SKIP][135] ([i915#14098] / [i915#6095]) +57 other tests skip
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-c-hdmi-a-1.html

  * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
    - shard-dg1:          NOTRUN -> [SKIP][136] ([i915#12313])
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-3:
    - shard-dg1:          NOTRUN -> [SKIP][137] ([i915#6095]) +226 other tests skip
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-3.html

  * igt@kms_cdclk@mode-transition-all-outputs:
    - shard-tglu-1:       NOTRUN -> [SKIP][138] ([i915#3742]) +1 other test skip
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_cdclk@mode-transition-all-outputs.html

  * igt@kms_chamelium_audio@hdmi-audio-edid:
    - shard-dg1:          NOTRUN -> [SKIP][139] ([i915#11151] / [i915#7828]) +7 other tests skip
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_chamelium_audio@hdmi-audio-edid.html

  * igt@kms_chamelium_color@ctm-0-75:
    - shard-tglu:         NOTRUN -> [SKIP][140] +39 other tests skip
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_chamelium_color@ctm-0-75.html

  * igt@kms_chamelium_edid@hdmi-edid-read:
    - shard-tglu-1:       NOTRUN -> [SKIP][141] ([i915#11151] / [i915#7828]) +5 other tests skip
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_chamelium_edid@hdmi-edid-read.html

  * igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
    - shard-rkl:          NOTRUN -> [SKIP][142] ([i915#11151] / [i915#7828]) +7 other tests skip
   [142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
    - shard-tglu:         NOTRUN -> [SKIP][143] ([i915#11151] / [i915#7828]) +2 other tests skip
   [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html

  * igt@kms_chamelium_hpd@hdmi-hpd-storm:
    - shard-dg2:          NOTRUN -> [SKIP][144] ([i915#11151] / [i915#7828]) +1 other test skip
   [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@kms_chamelium_hpd@hdmi-hpd-storm.html

  * igt@kms_chamelium_hpd@vga-hpd:
    - shard-mtlp:         NOTRUN -> [SKIP][145] ([i915#11151] / [i915#7828]) +3 other tests skip
   [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-1/igt@kms_chamelium_hpd@vga-hpd.html

  * igt@kms_content_protection@atomic:
    - shard-rkl:          NOTRUN -> [SKIP][146] ([i915#6944] / [i915#7118] / [i915#9424])
   [146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-4/igt@kms_content_protection@atomic.html
    - shard-mtlp:         NOTRUN -> [SKIP][147] ([i915#6944] / [i915#9424])
   [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-1/igt@kms_content_protection@atomic.html

  * igt@kms_content_protection@atomic-dpms:
    - shard-dg1:          NOTRUN -> [SKIP][148] ([i915#6944] / [i915#7116] / [i915#9424])
   [148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_content_protection@atomic-dpms.html

  * igt@kms_content_protection@atomic-hdcp14:
    - shard-mtlp:         NOTRUN -> [SKIP][149] ([i915#6944])
   [149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_content_protection@atomic-hdcp14.html

  * igt@kms_content_protection@content-type-change:
    - shard-rkl:          NOTRUN -> [SKIP][150] ([i915#6944] / [i915#9424])
   [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_content_protection@content-type-change.html

  * igt@kms_content_protection@dp-mst-lic-type-0:
    - shard-rkl:          NOTRUN -> [SKIP][151] ([i915#15330] / [i915#3116])
   [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_content_protection@dp-mst-lic-type-0.html

  * igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
    - shard-tglu-1:       NOTRUN -> [SKIP][152] ([i915#15330])
   [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html

  * igt@kms_content_protection@dp-mst-lic-type-1:
    - shard-dg2:          NOTRUN -> [SKIP][153] ([i915#15330] / [i915#3299])
   [153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-6/igt@kms_content_protection@dp-mst-lic-type-1.html

  * igt@kms_content_protection@dp-mst-type-0-suspend-resume:
    - shard-rkl:          NOTRUN -> [SKIP][154] ([i915#15330])
   [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html

  * igt@kms_content_protection@dp-mst-type-1:
    - shard-dg1:          NOTRUN -> [SKIP][155] ([i915#15330] / [i915#3299])
   [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_content_protection@dp-mst-type-1.html

  * igt@kms_content_protection@legacy-hdcp14:
    - shard-dg2:          NOTRUN -> [SKIP][156] ([i915#6944])
   [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@kms_content_protection@legacy-hdcp14.html
    - shard-dg1:          NOTRUN -> [SKIP][157] ([i915#6944]) +2 other tests skip
   [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@kms_content_protection@legacy-hdcp14.html

  * igt@kms_content_protection@lic-type-0:
    - shard-tglu:         NOTRUN -> [SKIP][158] ([i915#6944] / [i915#9424]) +1 other test skip
   [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_content_protection@lic-type-0.html

  * igt@kms_content_protection@lic-type-0-hdcp14:
    - shard-tglu-1:       NOTRUN -> [SKIP][159] ([i915#6944])
   [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_content_protection@lic-type-0-hdcp14.html

  * igt@kms_content_protection@lic-type-1:
    - shard-tglu-1:       NOTRUN -> [SKIP][160] ([i915#6944] / [i915#9424])
   [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_content_protection@lic-type-1.html

  * igt@kms_content_protection@uevent-hdcp14:
    - shard-tglu:         NOTRUN -> [SKIP][161] ([i915#6944])
   [161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_content_protection@uevent-hdcp14.html

  * igt@kms_cursor_crc@cursor-offscreen-32x32:
    - shard-mtlp:         NOTRUN -> [SKIP][162] ([i915#3555] / [i915#8814])
   [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_cursor_crc@cursor-offscreen-32x32.html

  * igt@kms_cursor_crc@cursor-offscreen-512x512:
    - shard-dg2:          NOTRUN -> [SKIP][163] ([i915#13049])
   [163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@kms_cursor_crc@cursor-offscreen-512x512.html

  * igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1:
    - shard-tglu-1:       NOTRUN -> [FAIL][164] ([i915#13566]) +1 other test fail
   [164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1.html

  * igt@kms_cursor_crc@cursor-rapid-movement-32x10:
    - shard-dg1:          NOTRUN -> [SKIP][165] ([i915#3555]) +9 other tests skip
   [165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html

  * igt@kms_cursor_crc@cursor-rapid-movement-512x170:
    - shard-rkl:          NOTRUN -> [SKIP][166] ([i915#13049])
   [166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
    - shard-tglu:         NOTRUN -> [SKIP][167] ([i915#13049])
   [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html

  * igt@kms_cursor_crc@cursor-rapid-movement-512x512:
    - shard-dg1:          NOTRUN -> [SKIP][168] ([i915#13049])
   [168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html

  * igt@kms_cursor_crc@cursor-sliding-128x42:
    - shard-mtlp:         NOTRUN -> [SKIP][169] ([i915#8814]) +1 other test skip
   [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-1/igt@kms_cursor_crc@cursor-sliding-128x42.html

  * igt@kms_cursor_crc@cursor-sliding-32x10:
    - shard-dg2:          NOTRUN -> [SKIP][170] ([i915#3555])
   [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@kms_cursor_crc@cursor-sliding-32x10.html

  * igt@kms_cursor_crc@cursor-sliding-512x170:
    - shard-mtlp:         NOTRUN -> [SKIP][171] ([i915#13049])
   [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_cursor_crc@cursor-sliding-512x170.html

  * igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1:
    - shard-rkl:          NOTRUN -> [FAIL][172] ([i915#13566]) +4 other tests fail
   [172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html

  * igt@kms_cursor_edge_walk@256x256-top-bottom:
    - shard-dg1:          [PASS][173] -> [DMESG-WARN][174] ([i915#4423]) +1 other test dmesg-warn
   [173]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg1-18/igt@kms_cursor_edge_walk@256x256-top-bottom.html
   [174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-16/igt@kms_cursor_edge_walk@256x256-top-bottom.html

  * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
    - shard-tglu-1:       NOTRUN -> [SKIP][175] +33 other tests skip
   [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html

  * igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
    - shard-dg2:          NOTRUN -> [SKIP][176] ([i915#13046] / [i915#5354]) +2 other tests skip
   [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
    - shard-mtlp:         NOTRUN -> [SKIP][177] ([i915#4213])
   [177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic:
    - shard-rkl:          NOTRUN -> [SKIP][178] +22 other tests skip
   [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
    - shard-dg1:          NOTRUN -> [SKIP][179] ([i915#4423])
   [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
    - shard-tglu-1:       NOTRUN -> [SKIP][180] ([i915#4103])
   [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html

  * igt@kms_dirtyfb@psr-dirtyfb-ioctl:
    - shard-dg2:          NOTRUN -> [SKIP][181] ([i915#9833])
   [181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-6/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html

  * igt@kms_display_modes@extended-mode-basic:
    - shard-dg2:          NOTRUN -> [SKIP][182] ([i915#13691])
   [182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@kms_display_modes@extended-mode-basic.html
    - shard-dg1:          NOTRUN -> [SKIP][183] ([i915#13691])
   [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@kms_display_modes@extended-mode-basic.html

  * igt@kms_dp_link_training@non-uhbr-mst:
    - shard-dg1:          NOTRUN -> [SKIP][184] ([i915#13749]) +1 other test skip
   [184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@kms_dp_link_training@non-uhbr-mst.html

  * igt@kms_dp_link_training@uhbr-mst:
    - shard-dg1:          NOTRUN -> [SKIP][185] ([i915#13748])
   [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_dp_link_training@uhbr-mst.html

  * igt@kms_dp_link_training@uhbr-sst:
    - shard-mtlp:         NOTRUN -> [SKIP][186] ([i915#13749])
   [186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_dp_link_training@uhbr-sst.html

  * igt@kms_dp_linktrain_fallback@dp-fallback:
    - shard-rkl:          NOTRUN -> [SKIP][187] ([i915#13707])
   [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_dp_linktrain_fallback@dp-fallback.html

  * igt@kms_dp_linktrain_fallback@dsc-fallback:
    - shard-tglu-1:       NOTRUN -> [SKIP][188] ([i915#13707])
   [188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_dp_linktrain_fallback@dsc-fallback.html

  * igt@kms_draw_crc@draw-method-mmap-gtt:
    - shard-dg1:          NOTRUN -> [SKIP][189] ([i915#8812])
   [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_draw_crc@draw-method-mmap-gtt.html

  * igt@kms_dsc@dsc-basic:
    - shard-tglu-1:       NOTRUN -> [SKIP][190] ([i915#3555] / [i915#3840])
   [190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_dsc@dsc-basic.html

  * igt@kms_dsc@dsc-fractional-bpp:
    - shard-rkl:          NOTRUN -> [SKIP][191] ([i915#3840])
   [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_dsc@dsc-fractional-bpp.html

  * igt@kms_dsc@dsc-with-output-formats-with-bpc:
    - shard-dg2:          NOTRUN -> [SKIP][192] ([i915#3840] / [i915#9053])
   [192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
    - shard-dg1:          NOTRUN -> [SKIP][193] ([i915#3840] / [i915#9053])
   [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@kms_dsc@dsc-with-output-formats-with-bpc.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-glk10:        NOTRUN -> [INCOMPLETE][194] ([i915#9878])
   [194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk10/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_fbcon_fbt@psr:
    - shard-tglu-1:       NOTRUN -> [SKIP][195] ([i915#3469])
   [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_fbcon_fbt@psr.html

  * igt@kms_feature_discovery@chamelium:
    - shard-dg1:          NOTRUN -> [SKIP][196] ([i915#4854])
   [196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_feature_discovery@chamelium.html

  * igt@kms_feature_discovery@display-2x:
    - shard-tglu-1:       NOTRUN -> [SKIP][197] ([i915#1839])
   [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_feature_discovery@display-2x.html

  * igt@kms_feature_discovery@display-4x:
    - shard-rkl:          NOTRUN -> [SKIP][198] ([i915#1839])
   [198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_feature_discovery@display-4x.html
    - shard-tglu:         NOTRUN -> [SKIP][199] ([i915#1839]) +1 other test skip
   [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_feature_discovery@display-4x.html

  * igt@kms_feature_discovery@dp-mst:
    - shard-rkl:          NOTRUN -> [SKIP][200] ([i915#9337])
   [200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_feature_discovery@dp-mst.html
    - shard-tglu:         NOTRUN -> [SKIP][201] ([i915#9337])
   [201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_feature_discovery@dp-mst.html

  * igt@kms_feature_discovery@psr1:
    - shard-dg1:          NOTRUN -> [SKIP][202] ([i915#658])
   [202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@kms_feature_discovery@psr1.html

  * igt@kms_feature_discovery@psr2:
    - shard-tglu-1:       NOTRUN -> [SKIP][203] ([i915#658])
   [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_feature_discovery@psr2.html

  * igt@kms_flip@2x-absolute-wf_vblank-interruptible:
    - shard-dg2:          NOTRUN -> [SKIP][204] ([i915#9934]) +2 other tests skip
   [204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html

  * igt@kms_flip@2x-blocking-wf_vblank:
    - shard-dg1:          NOTRUN -> [SKIP][205] ([i915#9934]) +5 other tests skip
   [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-17/igt@kms_flip@2x-blocking-wf_vblank.html

  * igt@kms_flip@2x-flip-vs-fences:
    - shard-dg1:          NOTRUN -> [SKIP][206] ([i915#8381])
   [206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@kms_flip@2x-flip-vs-fences.html

  * igt@kms_flip@2x-flip-vs-fences-interruptible:
    - shard-dg2:          NOTRUN -> [SKIP][207] ([i915#8381])
   [207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@kms_flip@2x-flip-vs-fences-interruptible.html

  * igt@kms_flip@2x-flip-vs-modeset:
    - shard-mtlp:         NOTRUN -> [SKIP][208] ([i915#3637] / [i915#9934]) +1 other test skip
   [208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-1/igt@kms_flip@2x-flip-vs-modeset.html

  * igt@kms_flip@2x-plain-flip:
    - shard-rkl:          NOTRUN -> [SKIP][209] ([i915#9934]) +10 other tests skip
   [209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_flip@2x-plain-flip.html

  * igt@kms_flip@2x-plain-flip-interruptible:
    - shard-tglu:         NOTRUN -> [SKIP][210] ([i915#3637] / [i915#9934]) +4 other tests skip
   [210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_flip@2x-plain-flip-interruptible.html

  * igt@kms_flip@2x-plain-flip-ts-check-interruptible:
    - shard-tglu-1:       NOTRUN -> [SKIP][211] ([i915#3637] / [i915#9934]) +1 other test skip
   [211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html

  * igt@kms_flip@flip-vs-suspend:
    - shard-rkl:          [PASS][212] -> [INCOMPLETE][213] ([i915#6113]) +1 other test incomplete
   [212]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-4/igt@kms_flip@flip-vs-suspend.html
   [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_flip@flip-vs-suspend.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
    - shard-rkl:          NOTRUN -> [SKIP][214] ([i915#15643]) +2 other tests skip
   [214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
    - shard-mtlp:         NOTRUN -> [SKIP][215] ([i915#15643]) +1 other test skip
   [215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling:
    - shard-mtlp:         NOTRUN -> [SKIP][216] ([i915#3555] / [i915#8810] / [i915#8813]) +2 other tests skip
   [216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode:
    - shard-mtlp:         NOTRUN -> [SKIP][217] ([i915#8810] / [i915#8813])
   [217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling:
    - shard-tglu:         NOTRUN -> [SKIP][218] ([i915#15643])
   [218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
    - shard-dg1:          NOTRUN -> [SKIP][219] ([i915#15643]) +1 other test skip
   [219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling:
    - shard-tglu-1:       NOTRUN -> [SKIP][220] ([i915#15643]) +3 other tests skip
   [220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
    - shard-dg2:          NOTRUN -> [SKIP][221] ([i915#15643] / [i915#5190])
   [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html

  * igt@kms_force_connector_basic@force-load-detect:
    - shard-mtlp:         NOTRUN -> [SKIP][222] ([i915#15672])
   [222]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-1/igt@kms_force_connector_basic@force-load-detect.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
    - shard-dg1:          NOTRUN -> [SKIP][223] +48 other tests skip
   [223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html

  * igt@kms_frontbuffer_tracking@fbc-tiling-4:
    - shard-rkl:          NOTRUN -> [SKIP][224] ([i915#5439])
   [224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-tiling-4.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt:
    - shard-dg1:          NOTRUN -> [SKIP][225] ([i915#15104])
   [225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
    - shard-dg2:          NOTRUN -> [SKIP][226] ([i915#8708]) +4 other tests skip
   [226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt:
    - shard-dg2:          NOTRUN -> [SKIP][227] ([i915#5354]) +12 other tests skip
   [227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc:
    - shard-dg1:          NOTRUN -> [SKIP][228] ([i915#8708]) +15 other tests skip
   [228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render:
    - shard-tglu-1:       NOTRUN -> [SKIP][229] ([i915#15102]) +18 other tests skip
   [229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
    - shard-dg1:          NOTRUN -> [SKIP][230] ([i915#5439])
   [230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-cpu:
    - shard-dg1:          NOTRUN -> [SKIP][231] ([i915#15102]) +3 other tests skip
   [231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt:
    - shard-rkl:          NOTRUN -> [SKIP][232] ([i915#15102]) +2 other tests skip
   [232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt:
    - shard-tglu:         NOTRUN -> [SKIP][233] ([i915#15102]) +10 other tests skip
   [233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
    - shard-rkl:          NOTRUN -> [SKIP][234] ([i915#15102] / [i915#3023]) +19 other tests skip
   [234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt:
    - shard-dg1:          NOTRUN -> [SKIP][235] ([i915#15102] / [i915#3458]) +14 other tests skip
   [235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-gtt:
    - shard-mtlp:         NOTRUN -> [SKIP][236] ([i915#8708]) +3 other tests skip
   [236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt:
    - shard-rkl:          NOTRUN -> [SKIP][237] ([i915#1825]) +34 other tests skip
   [237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
    - shard-mtlp:         NOTRUN -> [SKIP][238] ([i915#1825]) +11 other tests skip
   [238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
    - shard-dg2:          NOTRUN -> [SKIP][239] ([i915#15102] / [i915#3458]) +8 other tests skip
   [239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html

  * igt@kms_hdr@bpc-switch:
    - shard-dg2:          NOTRUN -> [SKIP][240] ([i915#3555] / [i915#8228]) +1 other test skip
   [240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@kms_hdr@bpc-switch.html

  * igt@kms_hdr@static-toggle:
    - shard-rkl:          NOTRUN -> [SKIP][241] ([i915#3555] / [i915#8228]) +2 other tests skip
   [241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_hdr@static-toggle.html

  * igt@kms_hdr@static-toggle-dpms:
    - shard-tglu:         NOTRUN -> [SKIP][242] ([i915#3555] / [i915#8228])
   [242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_hdr@static-toggle-dpms.html

  * igt@kms_hdr@static-toggle-suspend:
    - shard-dg1:          NOTRUN -> [SKIP][243] ([i915#3555] / [i915#8228]) +2 other tests skip
   [243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_hdr@static-toggle-suspend.html

  * igt@kms_invalid_mode@clock-too-high:
    - shard-mtlp:         NOTRUN -> [SKIP][244] ([i915#3555] / [i915#6403] / [i915#8826])
   [244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_invalid_mode@clock-too-high.html

  * igt@kms_invalid_mode@clock-too-high@pipe-c-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][245] ([i915#9457]) +2 other tests skip
   [245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_invalid_mode@clock-too-high@pipe-c-edp-1.html

  * igt@kms_invalid_mode@clock-too-high@pipe-d-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][246] ([i915#8826] / [i915#9457])
   [246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_invalid_mode@clock-too-high@pipe-d-edp-1.html

  * igt@kms_joiner@basic-big-joiner:
    - shard-rkl:          NOTRUN -> [SKIP][247] ([i915#15460])
   [247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-4/igt@kms_joiner@basic-big-joiner.html

  * igt@kms_joiner@basic-force-big-joiner:
    - shard-dg2:          NOTRUN -> [SKIP][248] ([i915#15459])
   [248]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@kms_joiner@basic-force-big-joiner.html
    - shard-dg1:          NOTRUN -> [SKIP][249] ([i915#15459])
   [249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@kms_joiner@basic-force-big-joiner.html

  * igt@kms_joiner@basic-max-non-joiner:
    - shard-tglu:         NOTRUN -> [SKIP][250] ([i915#13688])
   [250]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_joiner@basic-max-non-joiner.html

  * igt@kms_joiner@invalid-modeset-big-joiner:
    - shard-tglu-1:       NOTRUN -> [SKIP][251] ([i915#15460])
   [251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_joiner@invalid-modeset-big-joiner.html

  * igt@kms_joiner@invalid-modeset-ultra-joiner:
    - shard-dg1:          NOTRUN -> [SKIP][252] ([i915#15458])
   [252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_joiner@invalid-modeset-ultra-joiner.html

  * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
    - shard-dg2:          NOTRUN -> [SKIP][253] ([i915#15638] / [i915#15722])
   [253]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html

  * igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
    - shard-rkl:          NOTRUN -> [SKIP][254] ([i915#1839] / [i915#4816])
   [254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html

  * igt@kms_panel_fitting@atomic-fastset:
    - shard-tglu-1:       NOTRUN -> [SKIP][255] ([i915#6301])
   [255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_panel_fitting@atomic-fastset.html

  * igt@kms_pipe_crc_basic@suspend-read-crc:
    - shard-glk:          NOTRUN -> [INCOMPLETE][256] ([i915#12756] / [i915#13409] / [i915#13476])
   [256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk9/igt@kms_pipe_crc_basic@suspend-read-crc.html

  * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2:
    - shard-glk:          NOTRUN -> [INCOMPLETE][257] ([i915#13409] / [i915#13476])
   [257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk9/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2.html

  * igt@kms_pipe_stress@stress-xrgb8888-yftiled:
    - shard-tglu-1:       NOTRUN -> [SKIP][258] ([i915#14712])
   [258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html

  * igt@kms_pipe_stress@stress-xrgb8888-ytiled:
    - shard-dg2:          NOTRUN -> [SKIP][259] ([i915#13705])
   [259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-6/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html

  * igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping:
    - shard-dg2:          NOTRUN -> [SKIP][260] ([i915#15709])
   [260]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping.html

  * igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier:
    - shard-tglu:         NOTRUN -> [SKIP][261] ([i915#15709]) +1 other test skip
   [261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier.html

  * igt@kms_plane@pixel-format-linear-modifier:
    - shard-dg1:          NOTRUN -> [ABORT][262] ([i915#15759]) +1 other test abort
   [262]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@kms_plane@pixel-format-linear-modifier.html

  * igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-5:
    - shard-dg2:          NOTRUN -> [SKIP][263] ([i915#15608]) +1 other test skip
   [263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-5.html

  * igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier:
    - shard-dg1:          NOTRUN -> [SKIP][264] ([i915#15709]) +4 other tests skip
   [264]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier.html

  * igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping:
    - shard-mtlp:         NOTRUN -> [SKIP][265] ([i915#15709]) +1 other test skip
   [265]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html

  * igt@kms_plane@pixel-format-yf-tiled-modifier:
    - shard-rkl:          NOTRUN -> [SKIP][266] ([i915#15709]) +3 other tests skip
   [266]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_plane@pixel-format-yf-tiled-modifier.html

  * igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping:
    - shard-tglu-1:       NOTRUN -> [SKIP][267] ([i915#15709]) +3 other tests skip
   [267]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping.html

  * igt@kms_plane_alpha_blend@alpha-transparent-fb:
    - shard-glk11:        NOTRUN -> [FAIL][268] ([i915#10647] / [i915#12177])
   [268]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk11/igt@kms_plane_alpha_blend@alpha-transparent-fb.html

  * igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1:
    - shard-glk11:        NOTRUN -> [FAIL][269] ([i915#10647]) +1 other test fail
   [269]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk11/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1.html

  * igt@kms_plane_lowres@tiling-yf:
    - shard-rkl:          NOTRUN -> [SKIP][270] ([i915#3555]) +3 other tests skip
   [270]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_plane_lowres@tiling-yf.html

  * igt@kms_plane_multiple@2x-tiling-x:
    - shard-tglu-1:       NOTRUN -> [SKIP][271] ([i915#13958])
   [271]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_plane_multiple@2x-tiling-x.html

  * igt@kms_plane_multiple@2x-tiling-y:
    - shard-dg1:          NOTRUN -> [SKIP][272] ([i915#13958]) +1 other test skip
   [272]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_plane_multiple@2x-tiling-y.html

  * igt@kms_plane_multiple@tiling-yf:
    - shard-tglu-1:       NOTRUN -> [SKIP][273] ([i915#14259])
   [273]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_plane_multiple@tiling-yf.html

  * igt@kms_plane_scaling@intel-max-src-size:
    - shard-dg2:          NOTRUN -> [SKIP][274] ([i915#6953] / [i915#9423])
   [274]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@kms_plane_scaling@intel-max-src-size.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c:
    - shard-mtlp:         NOTRUN -> [SKIP][275] ([i915#15329]) +4 other tests skip
   [275]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c.html

  * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b:
    - shard-tglu-1:       NOTRUN -> [SKIP][276] ([i915#15329]) +4 other tests skip
   [276]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b.html

  * igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
    - shard-dg1:          NOTRUN -> [SKIP][277] ([i915#15329]) +4 other tests skip
   [277]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html

  * igt@kms_pm_backlight@basic-brightness:
    - shard-rkl:          NOTRUN -> [SKIP][278] ([i915#5354])
   [278]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_pm_backlight@basic-brightness.html
    - shard-tglu:         NOTRUN -> [SKIP][279] ([i915#9812])
   [279]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_pm_backlight@basic-brightness.html

  * igt@kms_pm_backlight@brightness-with-dpms:
    - shard-dg1:          NOTRUN -> [SKIP][280] ([i915#12343])
   [280]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@kms_pm_backlight@brightness-with-dpms.html

  * igt@kms_pm_backlight@fade-with-suspend:
    - shard-dg1:          NOTRUN -> [SKIP][281] ([i915#5354]) +1 other test skip
   [281]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_pm_backlight@fade-with-suspend.html

  * igt@kms_pm_dc@dc6-psr:
    - shard-dg2:          NOTRUN -> [SKIP][282] ([i915#9685])
   [282]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-6/igt@kms_pm_dc@dc6-psr.html

  * igt@kms_pm_dc@dc9-dpms:
    - shard-rkl:          NOTRUN -> [SKIP][283] ([i915#15739])
   [283]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_pm_dc@dc9-dpms.html

  * igt@kms_pm_lpsp@kms-lpsp:
    - shard-tglu-1:       NOTRUN -> [SKIP][284] ([i915#3828]) +1 other test skip
   [284]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_pm_lpsp@kms-lpsp.html
    - shard-dg1:          NOTRUN -> [SKIP][285] ([i915#9340])
   [285]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_pm_lpsp@kms-lpsp.html

  * igt@kms_pm_rpm@cursor:
    - shard-dg1:          NOTRUN -> [SKIP][286] ([i915#4077]) +12 other tests skip
   [286]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@kms_pm_rpm@cursor.html

  * igt@kms_pm_rpm@dpms-lpsp:
    - shard-dg2:          [PASS][287] -> [SKIP][288] ([i915#15073])
   [287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-4/igt@kms_pm_rpm@dpms-lpsp.html
   [288]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@kms_pm_rpm@dpms-lpsp.html

  * igt@kms_pm_rpm@dpms-mode-unset-lpsp:
    - shard-rkl:          NOTRUN -> [SKIP][289] ([i915#15073])
   [289]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-4/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html

  * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
    - shard-tglu-1:       NOTRUN -> [SKIP][290] ([i915#15073])
   [290]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html

  * igt@kms_pm_rpm@modeset-non-lpsp:
    - shard-tglu:         NOTRUN -> [SKIP][291] ([i915#15073])
   [291]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_pm_rpm@modeset-non-lpsp.html

  * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-rkl:          [PASS][292] -> [SKIP][293] ([i915#15073]) +1 other test skip
   [292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
   [293]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@kms_pm_rpm@package-g7:
    - shard-tglu-1:       NOTRUN -> [SKIP][294] ([i915#15403])
   [294]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_pm_rpm@package-g7.html
    - shard-dg1:          NOTRUN -> [SKIP][295] ([i915#15403])
   [295]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_pm_rpm@package-g7.html

  * igt@kms_pm_rpm@system-suspend-idle:
    - shard-dg2:          [PASS][296] -> [INCOMPLETE][297] ([i915#14419])
   [296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-8/igt@kms_pm_rpm@system-suspend-idle.html
   [297]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-4/igt@kms_pm_rpm@system-suspend-idle.html

  * igt@kms_prime@basic-crc-hybrid:
    - shard-tglu:         NOTRUN -> [SKIP][298] ([i915#6524]) +1 other test skip
   [298]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_prime@basic-crc-hybrid.html

  * igt@kms_prime@basic-crc-vgem:
    - shard-dg1:          NOTRUN -> [SKIP][299] ([i915#6524])
   [299]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_prime@basic-crc-vgem.html

  * igt@kms_prime@basic-modeset-hybrid:
    - shard-rkl:          NOTRUN -> [SKIP][300] ([i915#6524])
   [300]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_prime@basic-modeset-hybrid.html

  * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf:
    - shard-glk10:        NOTRUN -> [SKIP][301] ([i915#11520]) +2 other tests skip
   [301]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk10/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf.html

  * igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area:
    - shard-tglu:         NOTRUN -> [SKIP][302] ([i915#11520]) +4 other tests skip
   [302]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html

  * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][303] ([i915#9808]) +1 other test skip
   [303]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1.html

  * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][304] ([i915#12316]) +4 other tests skip
   [304]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area:
    - shard-glk:          NOTRUN -> [SKIP][305] ([i915#11520]) +2 other tests skip
   [305]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk9/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area.html

  * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf:
    - shard-glk11:        NOTRUN -> [SKIP][306] ([i915#11520]) +4 other tests skip
   [306]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk11/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf:
    - shard-dg2:          NOTRUN -> [SKIP][307] ([i915#11520]) +1 other test skip
   [307]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf.html

  * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
    - shard-tglu-1:       NOTRUN -> [SKIP][308] ([i915#11520]) +3 other tests skip
   [308]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
    - shard-dg1:          NOTRUN -> [SKIP][309] ([i915#11520]) +6 other tests skip
   [309]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html

  * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
    - shard-rkl:          NOTRUN -> [SKIP][310] ([i915#11520]) +9 other tests skip
   [310]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-4/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html

  * igt@kms_psr2_su@frontbuffer-xrgb8888:
    - shard-tglu-1:       NOTRUN -> [SKIP][311] ([i915#9683])
   [311]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_psr2_su@frontbuffer-xrgb8888.html

  * igt@kms_psr2_su@page_flip-xrgb8888:
    - shard-dg2:          NOTRUN -> [SKIP][312] ([i915#9683])
   [312]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@kms_psr2_su@page_flip-xrgb8888.html

  * igt@kms_psr@fbc-psr-sprite-plane-onoff:
    - shard-mtlp:         NOTRUN -> [SKIP][313] ([i915#9688]) +8 other tests skip
   [313]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-1/igt@kms_psr@fbc-psr-sprite-plane-onoff.html

  * igt@kms_psr@fbc-psr2-cursor-blt:
    - shard-dg1:          NOTRUN -> [SKIP][314] ([i915#1072] / [i915#9732]) +20 other tests skip
   [314]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@kms_psr@fbc-psr2-cursor-blt.html

  * igt@kms_psr@pr-dpms:
    - shard-tglu:         NOTRUN -> [SKIP][315] ([i915#9732]) +9 other tests skip
   [315]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_psr@pr-dpms.html

  * igt@kms_psr@pr-sprite-plane-onoff:
    - shard-tglu-1:       NOTRUN -> [SKIP][316] ([i915#9732]) +16 other tests skip
   [316]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_psr@pr-sprite-plane-onoff.html

  * igt@kms_psr@psr-cursor-render:
    - shard-dg2:          NOTRUN -> [SKIP][317] ([i915#1072] / [i915#9732]) +9 other tests skip
   [317]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@kms_psr@psr-cursor-render.html

  * igt@kms_psr@psr2-cursor-mmap-gtt:
    - shard-rkl:          NOTRUN -> [SKIP][318] ([i915#1072] / [i915#9732]) +21 other tests skip
   [318]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_psr@psr2-cursor-mmap-gtt.html

  * igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
    - shard-rkl:          NOTRUN -> [SKIP][319] ([i915#9685])
   [319]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html

  * igt@kms_rotation_crc@exhaust-fences:
    - shard-dg1:          NOTRUN -> [SKIP][320] ([i915#4884])
   [320]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@kms_rotation_crc@exhaust-fences.html

  * igt@kms_rotation_crc@multiplane-rotation:
    - shard-glk10:        NOTRUN -> [INCOMPLETE][321] ([i915#15492])
   [321]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk10/igt@kms_rotation_crc@multiplane-rotation.html

  * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
    - shard-dg2:          [PASS][322] -> [ABORT][323] ([i915#15759]) +4 other tests abort
   [322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-7/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
   [323]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-8/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
    - shard-rkl:          NOTRUN -> [SKIP][324] ([i915#5289]) +1 other test skip
   [324]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
    - shard-tglu:         NOTRUN -> [SKIP][325] ([i915#5289]) +1 other test skip
   [325]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
    - shard-tglu-1:       NOTRUN -> [SKIP][326] ([i915#5289])
   [326]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html

  * igt@kms_scaling_modes@scaling-mode-none:
    - shard-tglu:         NOTRUN -> [SKIP][327] ([i915#3555]) +2 other tests skip
   [327]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_scaling_modes@scaling-mode-none.html

  * igt@kms_setmode@basic-clone-single-crtc:
    - shard-tglu-1:       NOTRUN -> [SKIP][328] ([i915#3555]) +3 other tests skip
   [328]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@kms_setmode@basic-clone-single-crtc.html

  * igt@kms_tiled_display@basic-test-pattern:
    - shard-dg1:          NOTRUN -> [SKIP][329] ([i915#8623])
   [329]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@kms_tiled_display@basic-test-pattern.html
    - shard-dg2:          NOTRUN -> [SKIP][330] ([i915#8623])
   [330]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@kms_tiled_display@basic-test-pattern.html

  * igt@kms_vrr@flip-suspend:
    - shard-mtlp:         NOTRUN -> [SKIP][331] ([i915#3555] / [i915#8808]) +1 other test skip
   [331]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@kms_vrr@flip-suspend.html

  * igt@kms_vrr@lobf:
    - shard-dg1:          NOTRUN -> [SKIP][332] ([i915#11920])
   [332]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@kms_vrr@lobf.html

  * igt@kms_vrr@seamless-rr-switch-virtual:
    - shard-rkl:          NOTRUN -> [SKIP][333] ([i915#9906])
   [333]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_vrr@seamless-rr-switch-virtual.html
    - shard-tglu:         NOTRUN -> [SKIP][334] ([i915#9906])
   [334]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@kms_vrr@seamless-rr-switch-virtual.html

  * igt@perf@gen8-unprivileged-single-ctx-counters:
    - shard-rkl:          NOTRUN -> [SKIP][335] ([i915#2436])
   [335]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-4/igt@perf@gen8-unprivileged-single-ctx-counters.html

  * igt@perf@non-zero-reason@0-rcs0:
    - shard-dg2:          NOTRUN -> [FAIL][336] ([i915#9100]) +1 other test fail
   [336]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-6/igt@perf@non-zero-reason@0-rcs0.html

  * igt@perf@unprivileged-single-ctx-counters:
    - shard-rkl:          NOTRUN -> [SKIP][337] ([i915#2433])
   [337]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@perf@unprivileged-single-ctx-counters.html

  * igt@perf_pmu@busy-double-start@bcs0:
    - shard-mtlp:         [PASS][338] -> [FAIL][339] ([i915#4349])
   [338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-mtlp-4/igt@perf_pmu@busy-double-start@bcs0.html
   [339]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-4/igt@perf_pmu@busy-double-start@bcs0.html

  * igt@perf_pmu@busy-double-start@vecs1:
    - shard-dg2:          NOTRUN -> [FAIL][340] ([i915#4349]) +4 other tests fail
   [340]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@perf_pmu@busy-double-start@vecs1.html

  * igt@perf_pmu@module-unload:
    - shard-tglu:         NOTRUN -> [ABORT][341] ([i915#15778])
   [341]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-10/igt@perf_pmu@module-unload.html

  * igt@perf_pmu@rc6@other-idle-gt0:
    - shard-tglu-1:       NOTRUN -> [SKIP][342] ([i915#8516])
   [342]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@perf_pmu@rc6@other-idle-gt0.html

  * igt@prime_vgem@basic-fence-mmap:
    - shard-dg2:          NOTRUN -> [SKIP][343] ([i915#3708] / [i915#4077])
   [343]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@prime_vgem@basic-fence-mmap.html
    - shard-dg1:          NOTRUN -> [SKIP][344] ([i915#3708] / [i915#4077])
   [344]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@prime_vgem@basic-fence-mmap.html

  * igt@prime_vgem@basic-fence-read:
    - shard-dg1:          NOTRUN -> [SKIP][345] ([i915#3708])
   [345]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-12/igt@prime_vgem@basic-fence-read.html

  * igt@prime_vgem@coherency-gtt:
    - shard-mtlp:         NOTRUN -> [SKIP][346] ([i915#3708] / [i915#4077])
   [346]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@prime_vgem@coherency-gtt.html

  * igt@prime_vgem@fence-flip-hang:
    - shard-mtlp:         NOTRUN -> [SKIP][347] ([i915#3708])
   [347]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@prime_vgem@fence-flip-hang.html

  * igt@prime_vgem@fence-read-hang:
    - shard-rkl:          NOTRUN -> [SKIP][348] ([i915#3708])
   [348]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@prime_vgem@fence-read-hang.html

  * igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-6:
    - shard-mtlp:         NOTRUN -> [FAIL][349] ([i915#12910]) +9 other tests fail
   [349]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-8/igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-6.html

  * igt@sriov_basic@enable-vfs-autoprobe-on:
    - shard-dg1:          NOTRUN -> [SKIP][350] ([i915#9917])
   [350]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@sriov_basic@enable-vfs-autoprobe-on.html

  * igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-7:
    - shard-tglu-1:       NOTRUN -> [FAIL][351] ([i915#12910]) +9 other tests fail
   [351]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-1/igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-7.html

  
#### Possible fixes ####

  * igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0:
    - shard-dg2:          [INCOMPLETE][352] ([i915#12392] / [i915#13356]) -> [PASS][353]
   [352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-5/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html
   [353]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-3/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html

  * igt@gem_exec_create@basic@lmem0:
    - shard-dg1:          [ABORT][354] ([i915#15759]) -> [PASS][355] +10 other tests pass
   [354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg1-19/igt@gem_exec_create@basic@lmem0.html
   [355]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-13/igt@gem_exec_create@basic@lmem0.html

  * igt@gem_exec_endless@dispatch:
    - shard-dg2:          [TIMEOUT][356] ([i915#3778] / [i915#7016]) -> [PASS][357]
   [356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-4/igt@gem_exec_endless@dispatch.html
   [357]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-3/igt@gem_exec_endless@dispatch.html

  * igt@gem_exec_endless@dispatch@vecs1:
    - shard-dg2:          [TIMEOUT][358] ([i915#7016]) -> [PASS][359]
   [358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-4/igt@gem_exec_endless@dispatch@vecs1.html
   [359]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-3/igt@gem_exec_endless@dispatch@vecs1.html

  * igt@gem_exec_suspend@basic-s3:
    - shard-rkl:          [ABORT][360] ([i915#15131]) -> [PASS][361] +1 other test pass
   [360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-1/igt@gem_exec_suspend@basic-s3.html
   [361]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-5/igt@gem_exec_suspend@basic-s3.html

  * igt@gem_workarounds@suspend-resume:
    - shard-rkl:          [INCOMPLETE][362] ([i915#13356]) -> [PASS][363]
   [362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@gem_workarounds@suspend-resume.html
   [363]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@gem_workarounds@suspend-resume.html

  * igt@i915_module_load@load:
    - shard-glk:          ([PASS][364], [PASS][365], [PASS][366], [PASS][367], [PASS][368], [PASS][369], [PASS][370], [PASS][371], [PASS][372], [PASS][373], [PASS][374], [PASS][375], [PASS][376], [PASS][377], [DMESG-WARN][378], [PASS][379], [PASS][380], [PASS][381], [PASS][382], [PASS][383]) ([i915#118]) -> ([PASS][384], [PASS][385], [PASS][386], [PASS][387], [PASS][388], [PASS][389], [PASS][390], [PASS][391], [PASS][392], [PASS][393], [PASS][394], [PASS][395], [PASS][396], [PASS][397], [PASS][398], [PASS][399], [PASS][400], [PASS][401], [PASS][402], [PASS][403])
   [364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk6/igt@i915_module_load@load.html
   [365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk1/igt@i915_module_load@load.html
   [366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk3/igt@i915_module_load@load.html
   [367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk8/igt@i915_module_load@load.html
   [368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk6/igt@i915_module_load@load.html
   [369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk2/igt@i915_module_load@load.html
   [370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk2/igt@i915_module_load@load.html
   [371]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk8/igt@i915_module_load@load.html
   [372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk3/igt@i915_module_load@load.html
   [373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk8/igt@i915_module_load@load.html
   [374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk1/igt@i915_module_load@load.html
   [375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk2/igt@i915_module_load@load.html
   [376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk9/igt@i915_module_load@load.html
   [377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk6/igt@i915_module_load@load.html
   [378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk5/igt@i915_module_load@load.html
   [379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk9/igt@i915_module_load@load.html
   [380]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk4/igt@i915_module_load@load.html
   [381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk5/igt@i915_module_load@load.html
   [382]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk2/igt@i915_module_load@load.html
   [383]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk5/igt@i915_module_load@load.html
   [384]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk2/igt@i915_module_load@load.html
   [385]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk2/igt@i915_module_load@load.html
   [386]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk1/igt@i915_module_load@load.html
   [387]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk2/igt@i915_module_load@load.html
   [388]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk3/igt@i915_module_load@load.html
   [389]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk1/igt@i915_module_load@load.html
   [390]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk3/igt@i915_module_load@load.html
   [391]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk3/igt@i915_module_load@load.html
   [392]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk4/igt@i915_module_load@load.html
   [393]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk1/igt@i915_module_load@load.html
   [394]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk4/igt@i915_module_load@load.html
   [395]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk5/igt@i915_module_load@load.html
   [396]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk5/igt@i915_module_load@load.html
   [397]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk6/igt@i915_module_load@load.html
   [398]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk6/igt@i915_module_load@load.html
   [399]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk8/igt@i915_module_load@load.html
   [400]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk9/igt@i915_module_load@load.html
   [401]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk8/igt@i915_module_load@load.html
   [402]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk8/igt@i915_module_load@load.html
   [403]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk9/igt@i915_module_load@load.html

  * igt@i915_pm_freq_api@freq-suspend@gt0:
    - shard-dg2:          [INCOMPLETE][404] ([i915#13356] / [i915#13820]) -> [PASS][405] +1 other test pass
   [404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-5/igt@i915_pm_freq_api@freq-suspend@gt0.html
   [405]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-5/igt@i915_pm_freq_api@freq-suspend@gt0.html

  * igt@i915_selftest@live:
    - shard-mtlp:         [INCOMPLETE][406] ([i915#15176]) -> [PASS][407]
   [406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-mtlp-6/igt@i915_selftest@live.html
   [407]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-1/igt@i915_selftest@live.html

  * igt@i915_selftest@live@perf:
    - shard-mtlp:         [INCOMPLETE][408] -> [PASS][409]
   [408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-mtlp-6/igt@i915_selftest@live@perf.html
   [409]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-1/igt@i915_selftest@live@perf.html

  * igt@i915_selftest@live@workarounds:
    - shard-mtlp:         [DMESG-FAIL][410] ([i915#12061]) -> [PASS][411]
   [410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-mtlp-6/igt@i915_selftest@live@workarounds.html
   [411]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-1/igt@i915_selftest@live@workarounds.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-mtlp:         [FAIL][412] ([i915#15733] / [i915#5138]) -> [PASS][413]
   [412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
   [413]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling:
    - shard-dg1:          [DMESG-WARN][414] ([i915#4423]) -> [PASS][415] +2 other tests pass
   [414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg1-19/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html
   [415]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html

  * igt@kms_frontbuffer_tracking@fbc-tiling-4:
    - shard-dg2:          [FAIL][416] ([i915#15389] / [i915#6880]) -> [PASS][417]
   [416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
   [417]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-tiling-4.html

  * igt@kms_hdmi_inject@inject-audio:
    - shard-mtlp:         [SKIP][418] ([i915#15725]) -> [PASS][419]
   [418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-mtlp-1/igt@kms_hdmi_inject@inject-audio.html
   [419]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-2/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_pm_rpm@modeset-lpsp:
    - shard-dg1:          [SKIP][420] ([i915#15073]) -> [PASS][421]
   [420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg1-19/igt@kms_pm_rpm@modeset-lpsp.html
   [421]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp.html

  * igt@kms_pm_rpm@modeset-non-lpsp-stress:
    - shard-dg2:          [SKIP][422] ([i915#15073]) -> [PASS][423]
   [422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
   [423]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@kms_pm_rpm@modeset-non-lpsp-stress.html

  * igt@kms_rotation_crc@cursor-rotation-180:
    - shard-dg2:          [ABORT][424] ([i915#15759]) -> [PASS][425]
   [424]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-3/igt@kms_rotation_crc@cursor-rotation-180.html
   [425]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-6/igt@kms_rotation_crc@cursor-rotation-180.html

  * igt@kms_vblank@ts-continuation-dpms-suspend:
    - shard-rkl:          [INCOMPLETE][426] ([i915#12276]) -> [PASS][427] +1 other test pass
   [426]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-4/igt@kms_vblank@ts-continuation-dpms-suspend.html
   [427]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_vblank@ts-continuation-dpms-suspend.html

  
#### Warnings ####

  * igt@device_reset@unbind-cold-reset-rebind:
    - shard-rkl:          [SKIP][428] ([i915#11078]) -> [SKIP][429] ([i915#11078] / [i915#14544])
   [428]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@device_reset@unbind-cold-reset-rebind.html
   [429]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@device_reset@unbind-cold-reset-rebind.html

  * igt@gem_ccs@block-copy-compressed:
    - shard-rkl:          [SKIP][430] ([i915#3555] / [i915#9323]) -> [SKIP][431] ([i915#14544] / [i915#3555] / [i915#9323])
   [430]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-2/igt@gem_ccs@block-copy-compressed.html
   [431]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@gem_ccs@block-copy-compressed.html

  * igt@gem_create@create-ext-cpu-access-big:
    - shard-rkl:          [SKIP][432] ([i915#14544] / [i915#6335]) -> [SKIP][433] ([i915#6335])
   [432]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@gem_create@create-ext-cpu-access-big.html
   [433]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@gem_create@create-ext-cpu-access-big.html

  * igt@gem_ctx_sseu@invalid-args:
    - shard-rkl:          [SKIP][434] ([i915#14544] / [i915#280]) -> [SKIP][435] ([i915#280])
   [434]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@gem_ctx_sseu@invalid-args.html
   [435]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@gem_ctx_sseu@invalid-args.html

  * igt@gem_exec_balancer@parallel-bb-first:
    - shard-rkl:          [SKIP][436] ([i915#4525]) -> [SKIP][437] ([i915#14544] / [i915#4525]) +1 other test skip
   [436]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-2/igt@gem_exec_balancer@parallel-bb-first.html
   [437]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@gem_exec_balancer@parallel-bb-first.html

  * igt@gem_exec_reloc@basic-gtt-noreloc:
    - shard-rkl:          [SKIP][438] ([i915#3281]) -> [SKIP][439] ([i915#14544] / [i915#3281])
   [438]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-2/igt@gem_exec_reloc@basic-gtt-noreloc.html
   [439]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-noreloc.html

  * igt@gem_exec_reloc@basic-write-read:
    - shard-rkl:          [SKIP][440] ([i915#14544] / [i915#3281]) -> [SKIP][441] ([i915#3281]) +7 other tests skip
   [440]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@gem_exec_reloc@basic-write-read.html
   [441]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@gem_exec_reloc@basic-write-read.html

  * igt@gem_huc_copy@huc-copy:
    - shard-rkl:          [SKIP][442] ([i915#14544] / [i915#2190]) -> [SKIP][443] ([i915#2190])
   [442]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@gem_huc_copy@huc-copy.html
   [443]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@gem_huc_copy@huc-copy.html

  * igt@gem_lmem_swapping@massive:
    - shard-rkl:          [SKIP][444] ([i915#4613]) -> [SKIP][445] ([i915#14544] / [i915#4613])
   [444]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-2/igt@gem_lmem_swapping@massive.html
   [445]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@gem_lmem_swapping@massive.html

  * igt@gem_lmem_swapping@smem-oom:
    - shard-dg2:          [ABORT][446] ([i915#15759]) -> [FAIL][447] ([i915#15734])
   [446]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-4/igt@gem_lmem_swapping@smem-oom.html
   [447]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@gem_lmem_swapping@smem-oom.html

  * igt@gem_lmem_swapping@smem-oom@lmem0:
    - shard-dg2:          [ABORT][448] ([i915#15759]) -> [CRASH][449] ([i915#5493])
   [448]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-4/igt@gem_lmem_swapping@smem-oom@lmem0.html
   [449]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@gem_lmem_swapping@smem-oom@lmem0.html

  * igt@gem_lmem_swapping@verify-ccs:
    - shard-rkl:          [SKIP][450] ([i915#14544] / [i915#4613]) -> [SKIP][451] ([i915#4613]) +3 other tests skip
   [450]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@gem_lmem_swapping@verify-ccs.html
   [451]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@gem_lmem_swapping@verify-ccs.html

  * igt@gem_media_vme:
    - shard-rkl:          [SKIP][452] ([i915#14544] / [i915#284]) -> [SKIP][453] ([i915#284])
   [452]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@gem_media_vme.html
   [453]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@gem_media_vme.html

  * igt@gem_partial_pwrite_pread@writes-after-reads:
    - shard-rkl:          [SKIP][454] ([i915#14544] / [i915#3282]) -> [SKIP][455] ([i915#3282]) +5 other tests skip
   [454]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads.html
   [455]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@gem_partial_pwrite_pread@writes-after-reads.html

  * igt@gem_readwrite@write-bad-handle:
    - shard-rkl:          [SKIP][456] ([i915#3282]) -> [SKIP][457] ([i915#14544] / [i915#3282]) +1 other test skip
   [456]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@gem_readwrite@write-bad-handle.html
   [457]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@gem_readwrite@write-bad-handle.html

  * igt@gem_set_tiling_vs_blt@tiled-to-untiled:
    - shard-rkl:          [SKIP][458] ([i915#14544] / [i915#8411]) -> [SKIP][459] ([i915#8411])
   [458]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
   [459]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html

  * igt@gem_userptr_blits@coherency-unsync:
    - shard-rkl:          [SKIP][460] ([i915#14544] / [i915#3297]) -> [SKIP][461] ([i915#3297]) +2 other tests skip
   [460]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@gem_userptr_blits@coherency-unsync.html
   [461]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@gem_userptr_blits@coherency-unsync.html

  * igt@gem_userptr_blits@dmabuf-sync:
    - shard-rkl:          [SKIP][462] ([i915#3297] / [i915#3323]) -> [SKIP][463] ([i915#14544] / [i915#3297] / [i915#3323])
   [462]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-2/igt@gem_userptr_blits@dmabuf-sync.html
   [463]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@gem_userptr_blits@dmabuf-sync.html

  * igt@gem_userptr_blits@unsync-unmap-cycles:
    - shard-rkl:          [SKIP][464] ([i915#3297]) -> [SKIP][465] ([i915#14544] / [i915#3297])
   [464]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-2/igt@gem_userptr_blits@unsync-unmap-cycles.html
   [465]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@gem_userptr_blits@unsync-unmap-cycles.html

  * igt@gen9_exec_parse@bb-large:
    - shard-rkl:          [SKIP][466] ([i915#2527]) -> [SKIP][467] ([i915#14544] / [i915#2527])
   [466]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-2/igt@gen9_exec_parse@bb-large.html
   [467]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@gen9_exec_parse@bb-large.html

  * igt@gen9_exec_parse@bb-start-far:
    - shard-rkl:          [SKIP][468] ([i915#14544] / [i915#2527]) -> [SKIP][469] ([i915#2527]) +1 other test skip
   [468]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@gen9_exec_parse@bb-start-far.html
   [469]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@gen9_exec_parse@bb-start-far.html

  * igt@i915_module_load@resize-bar:
    - shard-rkl:          [SKIP][470] ([i915#14544] / [i915#6412]) -> [SKIP][471] ([i915#6412])
   [470]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@i915_module_load@resize-bar.html
   [471]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@i915_module_load@resize-bar.html

  * igt@i915_pm_freq_mult@media-freq@gt0:
    - shard-rkl:          [SKIP][472] ([i915#14544] / [i915#6590]) -> [SKIP][473] ([i915#6590]) +1 other test skip
   [472]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@i915_pm_freq_mult@media-freq@gt0.html
   [473]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@i915_pm_freq_mult@media-freq@gt0.html

  * igt@i915_pm_sseu@full-enable:
    - shard-rkl:          [SKIP][474] ([i915#14544] / [i915#4387]) -> [SKIP][475] ([i915#4387])
   [474]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@i915_pm_sseu@full-enable.html
   [475]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@i915_pm_sseu@full-enable.html

  * igt@i915_query@hwconfig_table:
    - shard-rkl:          [SKIP][476] ([i915#14544] / [i915#6245]) -> [SKIP][477] ([i915#6245])
   [476]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@i915_query@hwconfig_table.html
   [477]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@i915_query@hwconfig_table.html

  * igt@intel_hwmon@hwmon-write:
    - shard-rkl:          [SKIP][478] ([i915#14544] / [i915#7707]) -> [SKIP][479] ([i915#7707])
   [478]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@intel_hwmon@hwmon-write.html
   [479]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@intel_hwmon@hwmon-write.html

  * igt@kms_big_fb@4-tiled-64bpp-rotate-180:
    - shard-rkl:          [SKIP][480] ([i915#14544] / [i915#5286]) -> [SKIP][481] ([i915#5286]) +2 other tests skip
   [480]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
   [481]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-rkl:          [SKIP][482] ([i915#5286]) -> [SKIP][483] ([i915#14544] / [i915#5286]) +2 other tests skip
   [482]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
   [483]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-rkl:          [SKIP][484] ([i915#14544] / [i915#3828]) -> [SKIP][485] ([i915#3828]) +1 other test skip
   [484]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
   [485]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-rkl:          [SKIP][486] ([i915#3828]) -> [SKIP][487] ([i915#14544] / [i915#3828])
   [486]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html
   [487]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-270:
    - shard-rkl:          [SKIP][488] ([i915#14544] / [i915#3638]) -> [SKIP][489] ([i915#3638]) +1 other test skip
   [488]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
   [489]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-8bpp-rotate-90:
    - shard-rkl:          [SKIP][490] ([i915#3638]) -> [SKIP][491] ([i915#14544] / [i915#3638]) +1 other test skip
   [490]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
   [491]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html

  * igt@kms_big_fb@yf-tiled-8bpp-rotate-90:
    - shard-rkl:          [SKIP][492] ([i915#14544]) -> [SKIP][493] +6 other tests skip
   [492]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html
   [493]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
    - shard-rkl:          [SKIP][494] -> [SKIP][495] ([i915#14544]) +5 other tests skip
   [494]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
   [495]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html

  * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
    - shard-rkl:          [SKIP][496] ([i915#12313] / [i915#14544]) -> [SKIP][497] ([i915#12313])
   [496]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
   [497]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc:
    - shard-rkl:          [SKIP][498] ([i915#14098] / [i915#6095]) -> [SKIP][499] ([i915#14098] / [i915#14544] / [i915#6095]) +4 other tests skip
   [498]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-2/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc.html
   [499]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2:
    - shard-rkl:          [SKIP][500] ([i915#14544] / [i915#6095]) -> [SKIP][501] ([i915#6095]) +7 other tests skip
   [500]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2.html
   [501]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2.html

  * igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-b-hdmi-a-2:
    - shard-rkl:          [SKIP][502] ([i915#6095]) -> [SKIP][503] ([i915#14544] / [i915#6095]) +1 other test skip
   [502]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-b-hdmi-a-2.html
   [503]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-b-hdmi-a-2.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
    - shard-rkl:          [SKIP][504] ([i915#12805] / [i915#14544]) -> [SKIP][505] ([i915#12805])
   [504]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
   [505]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
    - shard-rkl:          [SKIP][506] ([i915#12313]) -> [SKIP][507] ([i915#12313] / [i915#14544]) +1 other test skip
   [506]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
   [507]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
    - shard-rkl:          [SKIP][508] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][509] ([i915#14098] / [i915#6095]) +13 other tests skip
   [508]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
   [509]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html

  * igt@kms_cdclk@mode-transition-all-outputs:
    - shard-rkl:          [SKIP][510] ([i915#14544] / [i915#3742]) -> [SKIP][511] ([i915#3742])
   [510]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_cdclk@mode-transition-all-outputs.html
   [511]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_cdclk@mode-transition-all-outputs.html

  * igt@kms_chamelium_edid@vga-edid-read:
    - shard-rkl:          [SKIP][512] ([i915#11151] / [i915#7828]) -> [SKIP][513] ([i915#11151] / [i915#14544] / [i915#7828]) +3 other tests skip
   [512]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_chamelium_edid@vga-edid-read.html
   [513]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_chamelium_edid@vga-edid-read.html

  * igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
    - shard-rkl:          [SKIP][514] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][515] ([i915#11151] / [i915#7828]) +4 other tests skip
   [514]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
   [515]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html

  * igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
    - shard-rkl:          [SKIP][516] ([i915#14544] / [i915#15330]) -> [SKIP][517] ([i915#15330])
   [516]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
   [517]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html

  * igt@kms_content_protection@dp-mst-type-1:
    - shard-rkl:          [SKIP][518] ([i915#14544] / [i915#15330] / [i915#3116]) -> [SKIP][519] ([i915#15330] / [i915#3116])
   [518]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_content_protection@dp-mst-type-1.html
   [519]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_content_protection@dp-mst-type-1.html

  * igt@kms_content_protection@type1:
    - shard-rkl:          [SKIP][520] ([i915#6944] / [i915#7118] / [i915#9424]) -> [SKIP][521] ([i915#14544] / [i915#6944] / [i915#7118] / [i915#9424]) +1 other test skip
   [520]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-2/igt@kms_content_protection@type1.html
   [521]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_content_protection@type1.html

  * igt@kms_cursor_crc@cursor-onscreen-32x32:
    - shard-rkl:          [SKIP][522] ([i915#3555]) -> [SKIP][523] ([i915#14544] / [i915#3555]) +1 other test skip
   [522]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-2/igt@kms_cursor_crc@cursor-onscreen-32x32.html
   [523]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-32x32.html

  * igt@kms_cursor_crc@cursor-sliding-512x512:
    - shard-rkl:          [SKIP][524] ([i915#13049]) -> [SKIP][525] ([i915#13049] / [i915#14544]) +1 other test skip
   [524]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_cursor_crc@cursor-sliding-512x512.html
   [525]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_cursor_crc@cursor-sliding-512x512.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
    - shard-dg1:          [SKIP][526] ([i915#4103] / [i915#4213]) -> [SKIP][527] ([i915#4103] / [i915#4213] / [i915#4423])
   [526]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg1-18/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
   [527]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-16/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html

  * igt@kms_dither@fb-8bpc-vs-panel-6bpc:
    - shard-rkl:          [SKIP][528] ([i915#3555] / [i915#3804]) -> [SKIP][529] ([i915#14544] / [i915#3555] / [i915#3804])
   [528]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
   [529]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html

  * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
    - shard-rkl:          [SKIP][530] ([i915#3804]) -> [SKIP][531] ([i915#14544] / [i915#3804])
   [530]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html
   [531]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html

  * igt@kms_dp_link_training@non-uhbr-sst:
    - shard-rkl:          [SKIP][532] ([i915#13749] / [i915#14544]) -> [SKIP][533] ([i915#13749])
   [532]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_dp_link_training@non-uhbr-sst.html
   [533]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_dp_link_training@non-uhbr-sst.html

  * igt@kms_dp_link_training@uhbr-mst:
    - shard-rkl:          [SKIP][534] ([i915#13748] / [i915#14544]) -> [SKIP][535] ([i915#13748])
   [534]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_dp_link_training@uhbr-mst.html
   [535]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_dp_link_training@uhbr-mst.html

  * igt@kms_dp_linktrain_fallback@dsc-fallback:
    - shard-rkl:          [SKIP][536] ([i915#13707] / [i915#14544]) -> [SKIP][537] ([i915#13707])
   [536]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_dp_linktrain_fallback@dsc-fallback.html
   [537]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_dp_linktrain_fallback@dsc-fallback.html

  * igt@kms_dsc@dsc-basic:
    - shard-rkl:          [SKIP][538] ([i915#14544] / [i915#3555] / [i915#3840]) -> [SKIP][539] ([i915#3555] / [i915#3840])
   [538]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_dsc@dsc-basic.html
   [539]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_dsc@dsc-basic.html

  * igt@kms_dsc@dsc-with-bpc-formats:
    - shard-rkl:          [SKIP][540] ([i915#3555] / [i915#3840]) -> [SKIP][541] ([i915#14544] / [i915#3555] / [i915#3840])
   [540]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_dsc@dsc-with-bpc-formats.html
   [541]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_dsc@dsc-with-bpc-formats.html

  * igt@kms_feature_discovery@chamelium:
    - shard-rkl:          [SKIP][542] ([i915#14544] / [i915#4854]) -> [SKIP][543] ([i915#4854])
   [542]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_feature_discovery@chamelium.html
   [543]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_feature_discovery@chamelium.html

  * igt@kms_flip@2x-flip-vs-suspend:
    - shard-glk:          [INCOMPLETE][544] ([i915#12314] / [i915#12745] / [i915#4839]) -> [INCOMPLETE][545] ([i915#12745] / [i915#4839])
   [544]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk8/igt@kms_flip@2x-flip-vs-suspend.html
   [545]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk4/igt@kms_flip@2x-flip-vs-suspend.html

  * igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2:
    - shard-glk:          [INCOMPLETE][546] ([i915#12314] / [i915#4839]) -> [INCOMPLETE][547] ([i915#4839])
   [546]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk8/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html
   [547]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk4/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html

  * igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
    - shard-rkl:          [SKIP][548] ([i915#9934]) -> [SKIP][549] ([i915#14544] / [i915#9934]) +2 other tests skip
   [548]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
   [549]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html

  * igt@kms_flip@2x-wf_vblank-ts-check:
    - shard-rkl:          [SKIP][550] ([i915#14544] / [i915#9934]) -> [SKIP][551] ([i915#9934]) +1 other test skip
   [550]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_flip@2x-wf_vblank-ts-check.html
   [551]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_flip@2x-wf_vblank-ts-check.html

  * igt@kms_flip@flip-vs-suspend:
    - shard-glk:          [INCOMPLETE][552] ([i915#12745] / [i915#4839] / [i915#6113]) -> [INCOMPLETE][553] ([i915#12314] / [i915#12745] / [i915#4839] / [i915#6113])
   [552]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk3/igt@kms_flip@flip-vs-suspend.html
   [553]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk5/igt@kms_flip@flip-vs-suspend.html

  * igt@kms_flip@flip-vs-suspend@a-hdmi-a1:
    - shard-glk:          [INCOMPLETE][554] ([i915#12745] / [i915#6113]) -> [INCOMPLETE][555] ([i915#12314] / [i915#12745] / [i915#6113])
   [554]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-glk3/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html
   [555]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-glk5/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling:
    - shard-rkl:          [SKIP][556] ([i915#15643]) -> [SKIP][557] ([i915#14544] / [i915#15643])
   [556]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
   [557]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling:
    - shard-rkl:          [SKIP][558] ([i915#14544] / [i915#15643]) -> [SKIP][559] ([i915#15643]) +4 other tests skip
   [558]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html
   [559]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-render:
    - shard-dg1:          [SKIP][560] ([i915#4423]) -> [SKIP][561] +1 other test skip
   [560]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-render.html
   [561]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render:
    - shard-rkl:          [SKIP][562] ([i915#1825]) -> [SKIP][563] ([i915#14544] / [i915#1825]) +20 other tests skip
   [562]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html
   [563]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
    - shard-rkl:          [SKIP][564] ([i915#14544] / [i915#1825]) -> [SKIP][565] ([i915#1825]) +23 other tests skip
   [564]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
   [565]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-suspend:
    - shard-dg2:          [SKIP][566] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][567] ([i915#15102] / [i915#3458]) +3 other tests skip
   [566]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html
   [567]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-blt:
    - shard-rkl:          [SKIP][568] ([i915#14544] / [i915#15102]) -> [SKIP][569] ([i915#15102]) +1 other test skip
   [568]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-blt.html
   [569]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-pwrite:
    - shard-rkl:          [SKIP][570] ([i915#15102]) -> [SKIP][571] ([i915#14544] / [i915#15102])
   [570]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-pwrite.html
   [571]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-pwrite.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc:
    - shard-dg1:          [SKIP][572] ([i915#4423] / [i915#8708]) -> [SKIP][573] ([i915#8708])
   [572]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html
   [573]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
    - shard-rkl:          [SKIP][574] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][575] ([i915#15102] / [i915#3023]) +8 other tests skip
   [574]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
   [575]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-slowdraw:
    - shard-dg2:          [SKIP][576] ([i915#15102] / [i915#3458]) -> [SKIP][577] ([i915#10433] / [i915#15102] / [i915#3458])
   [576]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-slowdraw.html
   [577]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-slowdraw.html

  * igt@kms_frontbuffer_tracking@psr-suspend:
    - shard-rkl:          [SKIP][578] ([i915#15102] / [i915#3023]) -> [SKIP][579] ([i915#14544] / [i915#15102] / [i915#3023]) +12 other tests skip
   [578]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-suspend.html
   [579]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-suspend.html

  * igt@kms_hdr@brightness-with-hdr:
    - shard-dg1:          [SKIP][580] ([i915#1187] / [i915#12713]) -> [SKIP][581] ([i915#12713])
   [580]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg1-13/igt@kms_hdr@brightness-with-hdr.html
   [581]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-18/igt@kms_hdr@brightness-with-hdr.html

  * igt@kms_hdr@invalid-hdr:
    - shard-rkl:          [SKIP][582] ([i915#14544] / [i915#3555] / [i915#8228]) -> [SKIP][583] ([i915#3555] / [i915#8228])
   [582]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_hdr@invalid-hdr.html
   [583]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_hdr@invalid-hdr.html

  * igt@kms_joiner@invalid-modeset-ultra-joiner:
    - shard-rkl:          [SKIP][584] ([i915#14544] / [i915#15458]) -> [SKIP][585] ([i915#15458])
   [584]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_joiner@invalid-modeset-ultra-joiner.html
   [585]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_joiner@invalid-modeset-ultra-joiner.html

  * igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier:
    - shard-rkl:          [SKIP][586] ([i915#14544] / [i915#15709]) -> [SKIP][587] ([i915#15709]) +2 other tests skip
   [586]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier.html
   [587]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier.html

  * igt@kms_plane@pixel-format-yf-tiled-ccs-modifier-source-clamping:
    - shard-rkl:          [SKIP][588] ([i915#15709]) -> [SKIP][589] ([i915#14544] / [i915#15709])
   [588]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_plane@pixel-format-yf-tiled-ccs-modifier-source-clamping.html
   [589]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_plane@pixel-format-yf-tiled-ccs-modifier-source-clamping.html

  * igt@kms_plane_multiple@tiling-yf:
    - shard-rkl:          [SKIP][590] ([i915#14259] / [i915#14544]) -> [SKIP][591] ([i915#14259])
   [590]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_plane_multiple@tiling-yf.html
   [591]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_plane_multiple@tiling-yf.html

  * igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
    - shard-rkl:          [SKIP][592] ([i915#14544] / [i915#15329]) -> [SKIP][593] ([i915#15329]) +7 other tests skip
   [592]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html
   [593]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html

  * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c:
    - shard-rkl:          [SKIP][594] ([i915#15329]) -> [SKIP][595] ([i915#14544] / [i915#15329]) +3 other tests skip
   [594]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c.html
   [595]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c.html

  * igt@kms_pm_backlight@basic-brightness:
    - shard-dg1:          [SKIP][596] ([i915#4423] / [i915#5354]) -> [SKIP][597] ([i915#5354])
   [596]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg1-13/igt@kms_pm_backlight@basic-brightness.html
   [597]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-18/igt@kms_pm_backlight@basic-brightness.html

  * igt@kms_pm_backlight@fade-with-suspend:
    - shard-rkl:          [SKIP][598] ([i915#14544] / [i915#5354]) -> [SKIP][599] ([i915#5354])
   [598]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_pm_backlight@fade-with-suspend.html
   [599]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_pm_backlight@fade-with-suspend.html

  * igt@kms_pm_dc@dc6-dpms:
    - shard-tglu:         [FAIL][600] ([i915#15752]) -> [SKIP][601] ([i915#15128])
   [600]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-tglu-4/igt@kms_pm_dc@dc6-dpms.html
   [601]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-tglu-6/igt@kms_pm_dc@dc6-dpms.html

  * igt@kms_pm_rpm@modeset-lpsp:
    - shard-rkl:          [SKIP][602] ([i915#15073]) -> [SKIP][603] ([i915#14544] / [i915#15073])
   [602]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp.html
   [603]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp.html

  * igt@kms_pm_rpm@modeset-lpsp-stress:
    - shard-rkl:          [SKIP][604] ([i915#14544] / [i915#15073]) -> [SKIP][605] ([i915#15073])
   [604]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp-stress.html
   [605]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp-stress.html

  * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf:
    - shard-rkl:          [SKIP][606] ([i915#11520]) -> [SKIP][607] ([i915#11520] / [i915#14544]) +3 other tests skip
   [606]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-2/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf.html
   [607]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf.html

  * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
    - shard-rkl:          [SKIP][608] ([i915#11520] / [i915#14544]) -> [SKIP][609] ([i915#11520]) +4 other tests skip
   [608]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
   [609]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html

  * igt@kms_psr@fbc-pr-suspend:
    - shard-rkl:          [SKIP][610] ([i915#1072] / [i915#9732]) -> [SKIP][611] ([i915#1072] / [i915#14544] / [i915#9732]) +9 other tests skip
   [610]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-2/igt@kms_psr@fbc-pr-suspend.html
   [611]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_psr@fbc-pr-suspend.html

  * igt@kms_psr@pr-no-drrs:
    - shard-dg1:          [SKIP][612] ([i915#1072] / [i915#4423] / [i915#9732]) -> [SKIP][613] ([i915#1072] / [i915#9732])
   [612]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-dg1-13/igt@kms_psr@pr-no-drrs.html
   [613]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-dg1-18/igt@kms_psr@pr-no-drrs.html

  * igt@kms_psr@psr-sprite-plane-move:
    - shard-rkl:          [SKIP][614] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][615] ([i915#1072] / [i915#9732]) +14 other tests skip
   [614]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_psr@psr-sprite-plane-move.html
   [615]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_psr@psr-sprite-plane-move.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
    - shard-rkl:          [SKIP][616] ([i915#14544] / [i915#5289]) -> [SKIP][617] ([i915#5289])
   [616]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
   [617]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html

  * igt@kms_setmode@invalid-clone-single-crtc:
    - shard-rkl:          [SKIP][618] ([i915#14544] / [i915#3555]) -> [SKIP][619] ([i915#3555]) +1 other test skip
   [618]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_setmode@invalid-clone-single-crtc.html
   [619]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_setmode@invalid-clone-single-crtc.html

  * igt@kms_vrr@flip-basic-fastset:
    - shard-rkl:          [SKIP][620] ([i915#9906]) -> [SKIP][621] ([i915#14544] / [i915#9906]) +1 other test skip
   [620]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-3/igt@kms_vrr@flip-basic-fastset.html
   [621]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-6/igt@kms_vrr@flip-basic-fastset.html

  * igt@kms_vrr@flip-dpms:
    - shard-rkl:          [SKIP][622] ([i915#14544] / [i915#15243] / [i915#3555]) -> [SKIP][623] ([i915#15243] / [i915#3555])
   [622]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-rkl-6/igt@kms_vrr@flip-dpms.html
   [623]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-rkl-2/igt@kms_vrr@flip-dpms.html

  * igt@perf_pmu@module-unload:
    - shard-mtlp:         [ABORT][624] ([i915#15778]) -> [INCOMPLETE][625] ([i915#13520])
   [624]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18085/shard-mtlp-1/igt@perf_pmu@module-unload.html
   [625]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/shard-mtlp-2/igt@perf_pmu@module-unload.html

  
  [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
  [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
  [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
  [i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
  [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
  [i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078
  [i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
  [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
  [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
  [i915#118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118
  [i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187
  [i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920
  [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
  [i915#12177]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12177
  [i915#12193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12193
  [i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276
  [i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
  [i915#12314]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12314
  [i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316
  [i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343
  [i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392
  [i915#12454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454
  [i915#12712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12712
  [i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
  [i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
  [i915#12756]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12756
  [i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
  [i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
  [i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046
  [i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
  [i915#13196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13196
  [i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
  [i915#13398]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398
  [i915#13409]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13409
  [i915#13476]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13476
  [i915#13520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13520
  [i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
  [i915#13688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13688
  [i915#13691]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691
  [i915#13705]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13705
  [i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707
  [i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748
  [i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
  [i915#13786]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13786
  [i915#13790]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13790
  [i915#13809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13809
  [i915#13820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13820
  [i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
  [i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073
  [i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
  [i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118
  [i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
  [i915#14419]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14419
  [i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
  [i915#14694]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14694
  [i915#14712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14712
  [i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073
  [i915#15102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15102
  [i915#15104]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15104
  [i915#15128]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15128
  [i915#15131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15131
  [i915#15176]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15176
  [i915#15243]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15243
  [i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329
  [i915#15330]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15330
  [i915#15389]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15389
  [i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403
  [i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
  [i915#15459]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15459
  [i915#15460]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15460
  [i915#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492
  [i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
  [i915#15608]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15608
  [i915#15638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15638
  [i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
  [i915#15672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15672
  [i915#15678]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15678
  [i915#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709
  [i915#15722]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15722
  [i915#15725]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15725
  [i915#15733]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15733
  [i915#15734]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15734
  [i915#15739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15739
  [i915#15752]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15752
  [i915#15759]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15759
  [i915#15778]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15778
  [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
  [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
  [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
  [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
  [i915#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433
  [i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436
  [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
  [i915#2681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2681
  [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
  [i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284
  [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
  [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
  [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
  [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
  [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
  [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
  [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
  [i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323
  [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
  [i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469
  [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
  [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
  [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
  [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
  [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
  [i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
  [i915#3778]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3778
  [i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
  [i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
  [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
  [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
  [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
  [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
  [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
  [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
  [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
  [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
  [i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
  [i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387
  [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
  [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
  [i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
  [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
  [i915#4565]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4565
  [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
  [i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771
  [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
  [i915#4816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816
  [i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
  [i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
  [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
  [i915#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854
  [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
  [i915#4884]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4884
  [i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885
  [i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138
  [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
  [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
  [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
  [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
  [i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
  [i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493
  [i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956
  [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
  [i915#6113]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113
  [i915#6245]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245
  [i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
  [i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
  [i915#6403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6403
  [i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412
  [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
  [i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
  [i915#6590]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6590
  [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
  [i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880
  [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
  [i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
  [i915#7016]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7016
  [i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116
  [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
  [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
  [i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
  [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
  [i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984
  [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
  [i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381
  [i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
  [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
  [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
  [i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
  [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
  [i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562
  [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
  [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
  [i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808
  [i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810
  [i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812
  [i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813
  [i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
  [i915#8826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8826
  [i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053
  [i915#9100]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100
  [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
  [i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337
  [i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
  [i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423
  [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
  [i915#9457]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9457
  [i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531
  [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
  [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
  [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
  [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
  [i915#9808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808
  [i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
  [i915#9833]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9833
  [i915#9878]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9878
  [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
  [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
  [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934


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

  * Linux: CI_DRM_18085 -> Patchwork_162393v6

  CI-20190529: 20190529
  CI_DRM_18085: cfc20c776480fda8c1b0517b187bb71ec0781cd4 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_8777: a50285a68dbef0fe11140adef4016a756f57b324 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  Patchwork_162393v6: cfc20c776480fda8c1b0517b187bb71ec0781cd4 @ git://anongit.freedesktop.org/gfx-ci/linux
  piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_162393v6/index.html

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

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

* ✗ Xe.CI.FULL: failure for drm/i915/dp: ALPM init to be done after DPCD init (rev6)
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (21 preceding siblings ...)
  2026-03-05 10:42 ` ✓ i915.CI.Full: success " Patchwork
@ 2026-03-05 10:43 ` Patchwork
  2026-03-06  4:49 ` ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev7) Patchwork
                   ` (2 subsequent siblings)
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-05 10:43 UTC (permalink / raw)
  To: Arun R Murthy; +Cc: intel-xe

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

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init (rev6)
URL   : https://patchwork.freedesktop.org/series/162392/
State : failure

== Summary ==

ERROR: The runconfig 'xe-4655-cfc20c776480fda8c1b0517b187bb71ec0781cd4_FULL' does not exist in the database

== Logs ==

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

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

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

* ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev7)
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (22 preceding siblings ...)
  2026-03-05 10:43 ` ✗ Xe.CI.FULL: failure " Patchwork
@ 2026-03-06  4:49 ` Patchwork
  2026-03-06  5:38 ` ✓ Xe.CI.BAT: " Patchwork
  2026-03-07  4:01 ` ✗ Xe.CI.FULL: failure " Patchwork
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-06  4:49 UTC (permalink / raw)
  To: Murthy, Arun R; +Cc: intel-xe

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init (rev7)
URL   : https://patchwork.freedesktop.org/series/162392/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/i915/dp: ALPM init to be done after DPCD init (rev7)
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (23 preceding siblings ...)
  2026-03-06  4:49 ` ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev7) Patchwork
@ 2026-03-06  5:38 ` Patchwork
  2026-03-07  4:01 ` ✗ Xe.CI.FULL: failure " Patchwork
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-06  5:38 UTC (permalink / raw)
  To: Murthy, Arun R; +Cc: intel-xe

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

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init (rev7)
URL   : https://patchwork.freedesktop.org/series/162392/
State : success

== Summary ==

CI Bug Log - changes from xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a_BAT -> xe-pw-162392v7_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

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

  Additional (1): bat-wcl-2 

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

  Here are the changes found in xe-pw-162392v7_BAT that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@fbdev@write:
    - bat-wcl-2:          NOTRUN -> [SKIP][1] ([Intel XE#7241]) +4 other tests skip
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/bat-wcl-2/igt@fbdev@write.html

  * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
    - bat-wcl-2:          NOTRUN -> [SKIP][2] ([Intel XE#7245])
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/bat-wcl-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html

  * igt@kms_flip@basic-flip-vs-modeset:
    - bat-wcl-2:          NOTRUN -> [SKIP][3] ([Intel XE#7240]) +3 other tests skip
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/bat-wcl-2/igt@kms_flip@basic-flip-vs-modeset.html

  * igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1:
    - bat-adlp-7:         [PASS][4] -> [DMESG-WARN][5] ([Intel XE#7483])
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html

  * igt@kms_frontbuffer_tracking@basic:
    - bat-wcl-2:          NOTRUN -> [SKIP][6] ([Intel XE#7246])
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/bat-wcl-2/igt@kms_frontbuffer_tracking@basic.html

  * igt@kms_pipe_crc_basic@hang-read-crc:
    - bat-wcl-2:          NOTRUN -> [SKIP][7] ([Intel XE#7237]) +13 other tests skip
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/bat-wcl-2/igt@kms_pipe_crc_basic@hang-read-crc.html

  * igt@kms_psr@psr-sprite-plane-onoff:
    - bat-wcl-2:          NOTRUN -> [SKIP][8] ([Intel XE#2850]) +2 other tests skip
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/bat-wcl-2/igt@kms_psr@psr-sprite-plane-onoff.html

  * igt@xe_evict@evict-small-multi-vm:
    - bat-wcl-2:          NOTRUN -> [SKIP][9] ([Intel XE#7238]) +11 other tests skip
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/bat-wcl-2/igt@xe_evict@evict-small-multi-vm.html

  * igt@xe_exec_balancer@twice-cm-virtual-userptr:
    - bat-wcl-2:          NOTRUN -> [SKIP][10] ([Intel XE#7482]) +17 other tests skip
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/bat-wcl-2/igt@xe_exec_balancer@twice-cm-virtual-userptr.html

  * igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
    - bat-wcl-2:          NOTRUN -> [SKIP][11] ([Intel XE#7239]) +2 other tests skip
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/bat-wcl-2/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html

  * igt@xe_mmap@vram:
    - bat-wcl-2:          NOTRUN -> [SKIP][12] ([Intel XE#7243])
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/bat-wcl-2/igt@xe_mmap@vram.html

  * igt@xe_pat@pat-index-xehpc:
    - bat-wcl-2:          NOTRUN -> [SKIP][13] ([Intel XE#7247])
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/bat-wcl-2/igt@xe_pat@pat-index-xehpc.html

  * igt@xe_pat@pat-index-xelp:
    - bat-wcl-2:          NOTRUN -> [SKIP][14] ([Intel XE#7242])
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/bat-wcl-2/igt@xe_pat@pat-index-xelp.html

  * igt@xe_pat@pat-index-xelpg:
    - bat-wcl-2:          NOTRUN -> [SKIP][15] ([Intel XE#7248])
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/bat-wcl-2/igt@xe_pat@pat-index-xelpg.html

  
#### Possible fixes ####

  * igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1:
    - bat-adlp-7:         [DMESG-WARN][16] ([Intel XE#7483]) -> [PASS][17]
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html

  
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#7237]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7237
  [Intel XE#7238]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7238
  [Intel XE#7239]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7239
  [Intel XE#7240]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7240
  [Intel XE#7241]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7241
  [Intel XE#7242]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7242
  [Intel XE#7243]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7243
  [Intel XE#7245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7245
  [Intel XE#7246]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7246
  [Intel XE#7247]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7247
  [Intel XE#7248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7248
  [Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
  [Intel XE#7483]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7483


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

  * Linux: xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a -> xe-pw-162392v7

  IGT_8782: eac3b04d1f76b82ac3a183fb293c44e9185d8dba @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a: 0173caacd7e64feb97afe9bd5dcd51ad20c9f77a
  xe-pw-162392v7: 162392v7

== Logs ==

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

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

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

* ✗ Xe.CI.FULL: failure for drm/i915/dp: ALPM init to be done after DPCD init (rev7)
  2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
                   ` (24 preceding siblings ...)
  2026-03-06  5:38 ` ✓ Xe.CI.BAT: " Patchwork
@ 2026-03-07  4:01 ` Patchwork
  25 siblings, 0 replies; 41+ messages in thread
From: Patchwork @ 2026-03-07  4:01 UTC (permalink / raw)
  To: Murthy, Arun R; +Cc: intel-xe

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

== Series Details ==

Series: drm/i915/dp: ALPM init to be done after DPCD init (rev7)
URL   : https://patchwork.freedesktop.org/series/162392/
State : failure

== Summary ==

CI Bug Log - changes from xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a_FULL -> xe-pw-162392v7_FULL
====================================================

Summary
-------

  **FAILURE**

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

### IGT changes ###

#### Possible regressions ####

  * igt@kms_flip@flip-vs-expired-vblank@c-dp2:
    - shard-bmg:          NOTRUN -> [INCOMPLETE][1] +1 other test incomplete
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-8/igt@kms_flip@flip-vs-expired-vblank@c-dp2.html

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

  Here are the changes found in xe-pw-162392v7_FULL that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
    - shard-bmg:          NOTRUN -> [SKIP][2] ([Intel XE#2233])
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html

  * igt@kms_big_fb@linear-8bpp-rotate-90:
    - shard-bmg:          NOTRUN -> [SKIP][3] ([Intel XE#2327]) +6 other tests skip
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-9/igt@kms_big_fb@linear-8bpp-rotate-90.html

  * igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip:
    - shard-bmg:          NOTRUN -> [SKIP][4] ([Intel XE#7059] / [Intel XE#7085])
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html

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

  * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
    - shard-bmg:          NOTRUN -> [SKIP][6] ([Intel XE#607] / [Intel XE#7361])
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html

  * igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p:
    - shard-bmg:          NOTRUN -> [SKIP][7] ([Intel XE#2314] / [Intel XE#2894] / [Intel XE#7373])
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html

  * igt@kms_bw@linear-tiling-1-displays-3840x2160p:
    - shard-bmg:          NOTRUN -> [SKIP][8] ([Intel XE#367] / [Intel XE#7354]) +1 other test skip
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html

  * igt@kms_bw@linear-tiling-2-displays-2560x1440p:
    - shard-lnl:          NOTRUN -> [SKIP][9] ([Intel XE#367] / [Intel XE#7354])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-lnl-2/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html

  * igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][10] ([Intel XE#2652]) +8 other tests skip
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-7/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc:
    - shard-bmg:          NOTRUN -> [SKIP][11] ([Intel XE#3432]) +2 other tests skip
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc:
    - shard-lnl:          NOTRUN -> [SKIP][12] ([Intel XE#2887])
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-lnl-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html

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

  * igt@kms_chamelium_color@ctm-max:
    - shard-bmg:          NOTRUN -> [SKIP][14] ([Intel XE#2325] / [Intel XE#7358]) +1 other test skip
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_chamelium_color@ctm-max.html

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

  * igt@kms_chamelium_sharpness_filter@filter-basic:
    - shard-bmg:          NOTRUN -> [SKIP][16] ([Intel XE#6507])
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_chamelium_sharpness_filter@filter-basic.html

  * igt@kms_color_pipeline@plane-lut3d-green-only@pipe-b-plane-0:
    - shard-bmg:          NOTRUN -> [SKIP][17] ([Intel XE#6969]) +10 other tests skip
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_color_pipeline@plane-lut3d-green-only@pipe-b-plane-0.html

  * igt@kms_color_pipeline@plane-lut3d-green-only@pipe-d-plane-2:
    - shard-bmg:          NOTRUN -> [SKIP][18] ([Intel XE#6969] / [Intel XE#7006]) +1 other test skip
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_color_pipeline@plane-lut3d-green-only@pipe-d-plane-2.html

  * igt@kms_content_protection@atomic-dpms-hdcp14@pipe-a-dp-2:
    - shard-bmg:          NOTRUN -> [FAIL][19] ([Intel XE#3304] / [Intel XE#7374]) +1 other test fail
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_content_protection@atomic-dpms-hdcp14@pipe-a-dp-2.html

  * igt@kms_content_protection@legacy-hdcp14:
    - shard-bmg:          NOTRUN -> [FAIL][20] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +1 other test fail
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_content_protection@legacy-hdcp14.html

  * igt@kms_cursor_crc@cursor-random-32x32:
    - shard-bmg:          NOTRUN -> [SKIP][21] ([Intel XE#2320]) +5 other tests skip
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_cursor_crc@cursor-random-32x32.html

  * igt@kms_cursor_crc@cursor-rapid-movement-512x512:
    - shard-bmg:          NOTRUN -> [SKIP][22] ([Intel XE#2321] / [Intel XE#7355])
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
    - shard-bmg:          NOTRUN -> [SKIP][23] ([Intel XE#2286] / [Intel XE#6035])
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html

  * igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
    - shard-bmg:          NOTRUN -> [SKIP][24] ([Intel XE#4210] / [Intel XE#7467])
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html

  * igt@kms_dsc@dsc-with-output-formats:
    - shard-bmg:          NOTRUN -> [SKIP][25] ([Intel XE#2244]) +1 other test skip
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-9/igt@kms_dsc@dsc-with-output-formats.html

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area:
    - shard-bmg:          NOTRUN -> [SKIP][26] ([Intel XE#4422] / [Intel XE#7442])
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area.html

  * igt@kms_fbcon_fbt@fbc:
    - shard-bmg:          NOTRUN -> [SKIP][27] ([Intel XE#4156] / [Intel XE#7425])
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-2/igt@kms_fbcon_fbt@fbc.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
    - shard-bmg:          NOTRUN -> [SKIP][28] ([Intel XE#7178] / [Intel XE#7351]) +5 other tests skip
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x:
    - shard-bmg:          NOTRUN -> [SKIP][29] ([Intel XE#7179])
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
    - shard-bmg:          NOTRUN -> [SKIP][30] ([Intel XE#7178] / [Intel XE#7349])
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][31] ([Intel XE#4141]) +11 other tests skip
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][32] ([Intel XE#7061] / [Intel XE#7356]) +5 other tests skip
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][33] ([Intel XE#2311]) +30 other tests skip
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render:
    - shard-lnl:          NOTRUN -> [SKIP][34] ([Intel XE#656])
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-lnl-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][35] ([Intel XE#2313]) +26 other tests skip
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc.html

  * igt@kms_joiner@basic-force-ultra-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][36] ([Intel XE#6911] / [Intel XE#7466])
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_joiner@basic-force-ultra-joiner.html

  * igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
    - shard-bmg:          NOTRUN -> [SKIP][37] ([Intel XE#2501] / [Intel XE#5852])
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html

  * igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping:
    - shard-bmg:          NOTRUN -> [SKIP][38] ([Intel XE#7283]) +4 other tests skip
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping.html

  * igt@kms_plane_lowres@tiling-yf:
    - shard-bmg:          NOTRUN -> [SKIP][39] ([Intel XE#2393])
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-8/igt@kms_plane_lowres@tiling-yf.html

  * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
    - shard-bmg:          NOTRUN -> [SKIP][40] ([Intel XE#2763] / [Intel XE#6886]) +4 other tests skip
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-8/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html

  * igt@kms_pm_dc@dc3co-vpb-simulation:
    - shard-bmg:          NOTRUN -> [SKIP][41] ([Intel XE#2391] / [Intel XE#6927])
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-2/igt@kms_pm_dc@dc3co-vpb-simulation.html

  * igt@kms_pm_rpm@dpms-mode-unset-lpsp:
    - shard-bmg:          NOTRUN -> [SKIP][42] ([Intel XE#1439] / [Intel XE#7402] / [Intel XE#836])
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html

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

  * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf:
    - shard-bmg:          NOTRUN -> [SKIP][44] ([Intel XE#1489]) +6 other tests skip
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr@fbc-pr-sprite-blt:
    - shard-lnl:          NOTRUN -> [SKIP][45] ([Intel XE#1406])
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-lnl-2/igt@kms_psr@fbc-pr-sprite-blt.html

  * igt@kms_psr@fbc-psr-primary-render:
    - shard-bmg:          NOTRUN -> [SKIP][46] ([Intel XE#2234] / [Intel XE#2850]) +9 other tests skip
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-2/igt@kms_psr@fbc-psr-primary-render.html

  * igt@kms_psr@psr2-primary-render:
    - shard-bmg:          NOTRUN -> [SKIP][47] ([Intel XE#2234])
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@kms_psr@psr2-primary-render.html

  * igt@kms_sharpness_filter@filter-tap:
    - shard-bmg:          NOTRUN -> [SKIP][48] ([Intel XE#6503]) +1 other test skip
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_sharpness_filter@filter-tap.html

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

  * igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
    - shard-lnl:          [PASS][50] -> [FAIL][51] ([Intel XE#2142]) +1 other test fail
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-lnl-2/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-lnl-4/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html

  * igt@xe_compute@ccs-mode-basic:
    - shard-lnl:          NOTRUN -> [SKIP][52] ([Intel XE#1447] / [Intel XE#7471])
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-lnl-2/igt@xe_compute@ccs-mode-basic.html

  * igt@xe_eudebug@attach-debug-metadata:
    - shard-lnl:          NOTRUN -> [SKIP][53] ([Intel XE#4837])
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-lnl-2/igt@xe_eudebug@attach-debug-metadata.html

  * igt@xe_eudebug@connect-user:
    - shard-bmg:          NOTRUN -> [SKIP][54] ([Intel XE#4837]) +6 other tests skip
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@xe_eudebug@connect-user.html

  * igt@xe_eudebug_online@interrupt-reconnect:
    - shard-bmg:          NOTRUN -> [SKIP][55] ([Intel XE#4837] / [Intel XE#6665]) +3 other tests skip
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-2/igt@xe_eudebug_online@interrupt-reconnect.html

  * igt@xe_eudebug_online@pagefault-read-stress:
    - shard-lnl:          NOTRUN -> [SKIP][56] ([Intel XE#6665])
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-lnl-2/igt@xe_eudebug_online@pagefault-read-stress.html

  * igt@xe_evict@evict-cm-threads-small-multi-queue:
    - shard-bmg:          NOTRUN -> [SKIP][57] ([Intel XE#7140]) +1 other test skip
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-7/igt@xe_evict@evict-cm-threads-small-multi-queue.html

  * igt@xe_exec_balancer@many-virtual-userptr-invalidate-race:
    - shard-lnl:          NOTRUN -> [SKIP][58] ([Intel XE#7482])
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-lnl-2/igt@xe_exec_balancer@many-virtual-userptr-invalidate-race.html

  * igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate:
    - shard-bmg:          NOTRUN -> [SKIP][59] ([Intel XE#2322] / [Intel XE#7372]) +10 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-7/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate.html

  * igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-invalidate:
    - shard-lnl:          NOTRUN -> [SKIP][60] ([Intel XE#7136])
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-lnl-2/igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-invalidate.html

  * igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-imm:
    - shard-bmg:          NOTRUN -> [SKIP][61] ([Intel XE#7136]) +10 other tests skip
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-8/igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-imm.html

  * igt@xe_exec_multi_queue@few-execs-preempt-mode-userptr-invalidate:
    - shard-bmg:          NOTRUN -> [SKIP][62] ([Intel XE#6874]) +28 other tests skip
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@xe_exec_multi_queue@few-execs-preempt-mode-userptr-invalidate.html

  * igt@xe_exec_multi_queue@one-queue-close-fd-smem:
    - shard-lnl:          NOTRUN -> [SKIP][63] ([Intel XE#6874])
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-lnl-2/igt@xe_exec_multi_queue@one-queue-close-fd-smem.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-large-execqueues-mmap-file-nomemset:
    - shard-bmg:          NOTRUN -> [DMESG-WARN][64] ([Intel XE#6652])
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-2/igt@xe_exec_system_allocator@threads-shared-vm-many-large-execqueues-mmap-file-nomemset.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-large-malloc-multi-fault:
    - shard-bmg:          NOTRUN -> [DMESG-FAIL][65] ([Intel XE#6652])
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-2/igt@xe_exec_system_allocator@threads-shared-vm-many-large-malloc-multi-fault.html

  * igt@xe_exec_threads@threads-multi-queue-rebind:
    - shard-bmg:          NOTRUN -> [SKIP][66] ([Intel XE#7138]) +7 other tests skip
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-9/igt@xe_exec_threads@threads-multi-queue-rebind.html

  * igt@xe_exec_threads@threads-multi-queue-userptr-rebind-err:
    - shard-lnl:          NOTRUN -> [SKIP][67] ([Intel XE#7138])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-lnl-2/igt@xe_exec_threads@threads-multi-queue-userptr-rebind-err.html

  * igt@xe_mmap@vram:
    - shard-lnl:          NOTRUN -> [SKIP][68] ([Intel XE#1416])
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-lnl-2/igt@xe_mmap@vram.html

  * igt@xe_multigpu_svm@mgpu-pagefault-basic:
    - shard-bmg:          NOTRUN -> [SKIP][69] ([Intel XE#6964]) +1 other test skip
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@xe_multigpu_svm@mgpu-pagefault-basic.html

  * igt@xe_oa@mmio-triggered-reports-read:
    - shard-bmg:          NOTRUN -> [FAIL][70] ([Intel XE#7522] / [Intel XE#7555])
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-9/igt@xe_oa@mmio-triggered-reports-read.html

  * igt@xe_oa@mmio-triggered-reports-read@oag-0:
    - shard-bmg:          NOTRUN -> [FAIL][71] ([Intel XE#7555])
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-9/igt@xe_oa@mmio-triggered-reports-read@oag-0.html

  * igt@xe_oa@mmio-triggered-reports-read@sag-1:
    - shard-bmg:          NOTRUN -> [FAIL][72] ([Intel XE#7522]) +2 other tests fail
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-9/igt@xe_oa@mmio-triggered-reports-read@sag-1.html

  * igt@xe_oa@oa-tlb-invalidate:
    - shard-bmg:          NOTRUN -> [SKIP][73] ([Intel XE#2248] / [Intel XE#7325] / [Intel XE#7393])
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@xe_oa@oa-tlb-invalidate.html

  * igt@xe_pm@d3cold-i2c:
    - shard-bmg:          NOTRUN -> [SKIP][74] ([Intel XE#5694] / [Intel XE#7370])
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@xe_pm@d3cold-i2c.html

  * igt@xe_pm@d3hot-i2c:
    - shard-bmg:          NOTRUN -> [SKIP][75] ([Intel XE#5742] / [Intel XE#7328] / [Intel XE#7400])
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@xe_pm@d3hot-i2c.html

  * igt@xe_pm@s3-d3cold-basic-exec:
    - shard-bmg:          NOTRUN -> [SKIP][76] ([Intel XE#2284] / [Intel XE#7370]) +1 other test skip
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-1/igt@xe_pm@s3-d3cold-basic-exec.html

  * igt@xe_pm_residency@aspm_link_residency:
    - shard-bmg:          [PASS][77] -> [SKIP][78] ([Intel XE#7258])
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-9/igt@xe_pm_residency@aspm_link_residency.html
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-5/igt@xe_pm_residency@aspm_link_residency.html

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

  * igt@xe_query@multigpu-query-invalid-query:
    - shard-bmg:          NOTRUN -> [SKIP][80] ([Intel XE#944])
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-9/igt@xe_query@multigpu-query-invalid-query.html

  * igt@xe_vm@large-misaligned-binds-8388608:
    - shard-bmg:          NOTRUN -> [ABORT][81] ([Intel XE#5545] / [Intel XE#6652])
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-2/igt@xe_vm@large-misaligned-binds-8388608.html

  
#### Possible fixes ####

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
    - shard-bmg:          [DMESG-WARN][82] -> [PASS][83] +1 other test pass
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-9/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_flip@2x-wf_vblank-ts-check:
    - shard-bmg:          [SKIP][84] ([Intel XE#6703]) -> [PASS][85] +19 other tests pass
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_flip@2x-wf_vblank-ts-check.html
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_flip@2x-wf_vblank-ts-check.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible:
    - shard-lnl:          [FAIL][86] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][87] +1 other test pass
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html

  * igt@kms_flip@flip-vs-rmfb:
    - shard-bmg:          [INCOMPLETE][88] ([Intel XE#1727]) -> [PASS][89] +1 other test pass
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_flip@flip-vs-rmfb.html
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_flip@flip-vs-rmfb.html

  * igt@kms_hdr@invalid-hdr:
    - shard-bmg:          [SKIP][90] ([Intel XE#1503]) -> [PASS][91]
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_hdr@invalid-hdr.html
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_hdr@invalid-hdr.html

  * igt@kms_pm_dc@dc5-psr:
    - shard-lnl:          [FAIL][92] ([Intel XE#7340]) -> [PASS][93]
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-lnl-7/igt@kms_pm_dc@dc5-psr.html
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-lnl-1/igt@kms_pm_dc@dc5-psr.html

  * igt@kms_pm_rpm@system-suspend-modeset:
    - shard-bmg:          [SKIP][94] ([Intel XE#6693]) -> [PASS][95]
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_pm_rpm@system-suspend-modeset.html
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_pm_rpm@system-suspend-modeset.html

  * igt@kms_rotation_crc@multiplane-rotation:
    - shard-bmg:          [FAIL][96] ([Intel XE#6946]) -> [PASS][97]
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_rotation_crc@multiplane-rotation.html
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_rotation_crc@multiplane-rotation.html

  * igt@kms_setmode@basic@pipe-b-edp-1:
    - shard-lnl:          [FAIL][98] ([Intel XE#6361]) -> [PASS][99] +2 other tests pass
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-lnl-1/igt@kms_setmode@basic@pipe-b-edp-1.html
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-lnl-1/igt@kms_setmode@basic@pipe-b-edp-1.html

  * igt@xe_exec_system_allocator@process-many-large-mmap-free:
    - shard-bmg:          [DMESG-FAIL][100] ([Intel XE#5545]) -> [PASS][101]
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@xe_exec_system_allocator@process-many-large-mmap-free.html
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@xe_exec_system_allocator@process-many-large-mmap-free.html

  * igt@xe_exec_system_allocator@threads-many-new-nomemset:
    - shard-bmg:          [DMESG-FAIL][102] ([Intel XE#5213] / [Intel XE#6652]) -> [PASS][103]
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@xe_exec_system_allocator@threads-many-new-nomemset.html
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@xe_exec_system_allocator@threads-many-new-nomemset.html

  
#### Warnings ####

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-bmg:          [SKIP][104] ([Intel XE#6703]) -> [SKIP][105] ([Intel XE#1124])
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_bw@linear-tiling-3-displays-1920x1080p:
    - shard-bmg:          [SKIP][106] ([Intel XE#6703]) -> [SKIP][107] ([Intel XE#367] / [Intel XE#7354])
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_bw@linear-tiling-3-displays-1920x1080p.html
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_bw@linear-tiling-3-displays-1920x1080p.html

  * igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs-cc:
    - shard-bmg:          [SKIP][108] ([Intel XE#6703]) -> [SKIP][109] ([Intel XE#2887])
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs-cc.html
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs-cc.html

  * igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode:
    - shard-bmg:          [SKIP][110] ([Intel XE#6703]) -> [SKIP][111] ([Intel XE#2252])
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html

  * igt@kms_content_protection@type1:
    - shard-bmg:          [SKIP][112] ([Intel XE#6703]) -> [SKIP][113] ([Intel XE#2341])
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_content_protection@type1.html
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_content_protection@type1.html

  * igt@kms_cursor_crc@cursor-random-512x170:
    - shard-bmg:          [SKIP][114] ([Intel XE#6703]) -> [SKIP][115] ([Intel XE#2321] / [Intel XE#7355]) +1 other test skip
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_cursor_crc@cursor-random-512x170.html
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_cursor_crc@cursor-random-512x170.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-plflip-blt:
    - shard-bmg:          [SKIP][116] ([Intel XE#6703]) -> [SKIP][117] ([Intel XE#2311])
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-plflip-blt.html
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
    - shard-bmg:          [SKIP][118] ([Intel XE#6703]) -> [SKIP][119] ([Intel XE#4141]) +2 other tests skip
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][120] ([Intel XE#6703]) -> [SKIP][121] ([Intel XE#2313]) +1 other test skip
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html

  * igt@kms_hdr@brightness-with-hdr:
    - shard-bmg:          [SKIP][122] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][123] ([Intel XE#3544])
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-1/igt@kms_hdr@brightness-with-hdr.html
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-4/igt@kms_hdr@brightness-with-hdr.html

  * igt@kms_joiner@invalid-modeset-ultra-joiner:
    - shard-bmg:          [SKIP][124] ([Intel XE#6703]) -> [SKIP][125] ([Intel XE#6911] / [Intel XE#7378])
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_joiner@invalid-modeset-ultra-joiner.html
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_joiner@invalid-modeset-ultra-joiner.html

  * igt@kms_panel_fitting@atomic-fastset:
    - shard-bmg:          [SKIP][126] ([Intel XE#6703]) -> [SKIP][127] ([Intel XE#2486])
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_panel_fitting@atomic-fastset.html
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_panel_fitting@atomic-fastset.html

  * igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier-source-clamping:
    - shard-bmg:          [SKIP][128] ([Intel XE#6703]) -> [SKIP][129] ([Intel XE#7283]) +1 other test skip
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier-source-clamping.html
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier-source-clamping.html

  * igt@kms_psr@psr2-primary-blt:
    - shard-bmg:          [SKIP][130] ([Intel XE#6703]) -> [SKIP][131] ([Intel XE#2234] / [Intel XE#2850])
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_psr@psr2-primary-blt.html
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_psr@psr2-primary-blt.html

  * igt@kms_sharpness_filter@invalid-plane-with-filter:
    - shard-bmg:          [SKIP][132] ([Intel XE#6703]) -> [SKIP][133] ([Intel XE#6503])
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@kms_sharpness_filter@invalid-plane-with-filter.html
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@kms_sharpness_filter@invalid-plane-with-filter.html

  * igt@kms_tiled_display@basic-test-pattern:
    - shard-bmg:          [SKIP][134] ([Intel XE#2426] / [Intel XE#5848]) -> [FAIL][135] ([Intel XE#1729] / [Intel XE#7424])
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-bmg:          [SKIP][136] ([Intel XE#2509] / [Intel XE#7437]) -> [SKIP][137] ([Intel XE#2426] / [Intel XE#5848])
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@xe_exec_basic@multigpu-once-bindexecqueue:
    - shard-bmg:          [SKIP][138] ([Intel XE#6703]) -> [SKIP][139] ([Intel XE#2322] / [Intel XE#7372])
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@xe_exec_basic@multigpu-once-bindexecqueue.html
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@xe_exec_basic@multigpu-once-bindexecqueue.html

  * igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-close-fd-smem:
    - shard-bmg:          [SKIP][140] ([Intel XE#6703]) -> [SKIP][141] ([Intel XE#6874])
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-close-fd-smem.html
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-close-fd-smem.html

  * igt@xe_pm@s4-d3cold-basic-exec:
    - shard-bmg:          [SKIP][142] ([Intel XE#6703]) -> [SKIP][143] ([Intel XE#2284] / [Intel XE#7370])
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a/shard-bmg-2/igt@xe_pm@s4-d3cold-basic-exec.html
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-162392v7/shard-bmg-3/igt@xe_pm@s4-d3cold-basic-exec.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#1416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1416
  [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
  [Intel XE#1447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1447
  [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#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
  [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
  [Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142
  [Intel XE#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
  [Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248
  [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
  [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
  [Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
  [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
  [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
  [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2391]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2391
  [Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
  [Intel XE#2501]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2501
  [Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
  [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
  [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
  [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#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
  [Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
  [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
  [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
  [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
  [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
  [Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
  [Intel XE#4210]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4210
  [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#5213]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5213
  [Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
  [Intel XE#5694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5694
  [Intel XE#5742]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5742
  [Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
  [Intel XE#5852]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5852
  [Intel XE#6035]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6035
  [Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
  [Intel XE#6361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6361
  [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#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
  [Intel XE#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652
  [Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
  [Intel XE#6693]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6693
  [Intel XE#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703
  [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#6911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911
  [Intel XE#6927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6927
  [Intel XE#6946]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6946
  [Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
  [Intel XE#6969]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6969
  [Intel XE#7006]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7006
  [Intel XE#7059]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7059
  [Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
  [Intel XE#7085]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7085
  [Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
  [Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
  [Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
  [Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
  [Intel XE#7179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7179
  [Intel XE#7258]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7258
  [Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
  [Intel XE#7325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7325
  [Intel XE#7328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7328
  [Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340
  [Intel XE#7349]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7349
  [Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
  [Intel XE#7354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7354
  [Intel XE#7355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7355
  [Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
  [Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
  [Intel XE#7361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7361
  [Intel XE#7370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7370
  [Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
  [Intel XE#7373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7373
  [Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
  [Intel XE#7378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7378
  [Intel XE#7383]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7383
  [Intel XE#7393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7393
  [Intel XE#7400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7400
  [Intel XE#7402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7402
  [Intel XE#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417
  [Intel XE#7424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7424
  [Intel XE#7425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7425
  [Intel XE#7437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7437
  [Intel XE#7442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7442
  [Intel XE#7466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7466
  [Intel XE#7467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7467
  [Intel XE#7471]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7471
  [Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
  [Intel XE#7522]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7522
  [Intel XE#7555]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7555
  [Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944


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

  * Linux: xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a -> xe-pw-162392v7

  IGT_8782: eac3b04d1f76b82ac3a183fb293c44e9185d8dba @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-4671-0173caacd7e64feb97afe9bd5dcd51ad20c9f77a: 0173caacd7e64feb97afe9bd5dcd51ad20c9f77a
  xe-pw-162392v7: 162392v7

== Logs ==

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

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

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

* RE: [PATCHv6] drm/i915/dp: Read ALPM caps after DPCD init
  2026-03-04  7:21 ` [PATCHv6] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
@ 2026-03-09  9:38   ` Manna, Animesh
  2026-03-12 11:43   ` Jani Nikula
  1 sibling, 0 replies; 41+ messages in thread
From: Manna, Animesh @ 2026-03-09  9:38 UTC (permalink / raw)
  To: Murthy, Arun R, intel-gfx@lists.freedesktop.org,
	intel-xe@lists.freedesktop.org
  Cc: Nautiyal, Ankit K, Nikula, Jani, Hogander, Jouni



> -----Original Message-----
> From: Murthy, Arun R <arun.r.murthy@intel.com>
> Sent: Wednesday, March 4, 2026 12:52 PM
> To: intel-gfx@lists.freedesktop.org; intel-xe@lists.freedesktop.org
> Cc: Manna, Animesh <animesh.manna@intel.com>; Nautiyal, Ankit K
> <ankit.k.nautiyal@intel.com>; Nikula, Jani <jani.nikula@intel.com>;
> Hogander, Jouni <jouni.hogander@intel.com>; Murthy, Arun R
> <arun.r.murthy@intel.com>
> Subject: [PATCHv6] drm/i915/dp: Read ALPM caps after DPCD init
> 
> For eDP read the ALPM DPCD caps after DPCD initalization and just before
> the PSR init.
> 
> v2: Move intel_alpm_init to intel_edp_init_dpcd (Jouni)
> v3: Add Fixes with commit-id (Jouni)
> v4: Separated the alpm dpcd read caps from alpm_init and moved to
> intel_edp_init_dpcd.
> v5: Read alpm_caps always for eDP irrespective of the eDP version (Jouni)
> v6: replace drm_dp_dpcd_readb with drm_dp_dpcd_read_byte (Jouni)
> 
> Fixes: 15438b325987 ("drm/i915/alpm: Add compute config for lobf")
> Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
> Reviewed-by: Animesh Manna <animesh.manna@intel.com>
> Reviewed-by: Jouni Högander <jouni.hogander@intel.com>

Pushed the changes to din. Thanks for the patch.

Regards,
Animesh
> ---
>  drivers/gpu/drm/i915/display/intel_alpm.c | 6 ------
>  drivers/gpu/drm/i915/display/intel_dp.c   | 7 +++++++
>  2 files changed, 7 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_alpm.c
> b/drivers/gpu/drm/i915/display/intel_alpm.c
> index b3334bc4d0f9..a7350ce8e716 100644
> --- a/drivers/gpu/drm/i915/display/intel_alpm.c
> +++ b/drivers/gpu/drm/i915/display/intel_alpm.c
> @@ -44,12 +44,6 @@ bool intel_alpm_is_alpm_aux_less(struct intel_dp
> *intel_dp,
> 
>  void intel_alpm_init(struct intel_dp *intel_dp)  {
> -	u8 dpcd;
> -
> -	if (drm_dp_dpcd_readb(&intel_dp->aux, DP_RECEIVER_ALPM_CAP,
> &dpcd) < 0)
> -		return;
> -
> -	intel_dp->alpm_dpcd = dpcd;
>  	mutex_init(&intel_dp->alpm.lock);
>  }
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_dp.c
> b/drivers/gpu/drm/i915/display/intel_dp.c
> index 025e906b63a9..d6a7ccbc9932 100644
> --- a/drivers/gpu/drm/i915/display/intel_dp.c
> +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> @@ -4709,6 +4709,7 @@ static bool
>  intel_edp_init_dpcd(struct intel_dp *intel_dp, struct intel_connector
> *connector)  {
>  	struct intel_display *display = to_intel_display(intel_dp);
> +	int ret;
> 
>  	/* this function is meant to be called only once */
>  	drm_WARN_ON(display->drm, intel_dp->dpcd[DP_DPCD_REV] != 0);
> @@ -4748,6 +4749,12 @@ intel_edp_init_dpcd(struct intel_dp *intel_dp,
> struct intel_connector *connector
>  	 */
>  	intel_dp_init_source_oui(intel_dp);
> 
> +	/* Read the ALPM DPCD caps */
> +	ret = drm_dp_dpcd_read_byte(&intel_dp->aux,
> DP_RECEIVER_ALPM_CAP,
> +				    &intel_dp->alpm_dpcd);
> +	if (ret < 0)
> +		return false;
> +
>  	/*
>  	 * This has to be called after intel_dp->edp_dpcd is filled, PSR checks
>  	 * for SET_POWER_CAPABLE bit in intel_dp->edp_dpcd[1]
> --
> 2.25.1


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

* Re: [PATCHv6] drm/i915/dp: Read ALPM caps after DPCD init
  2026-03-04  7:21 ` [PATCHv6] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
  2026-03-09  9:38   ` Manna, Animesh
@ 2026-03-12 11:43   ` Jani Nikula
  1 sibling, 0 replies; 41+ messages in thread
From: Jani Nikula @ 2026-03-12 11:43 UTC (permalink / raw)
  To: Arun R Murthy, intel-gfx, intel-xe
  Cc: animesh.manna, ankit.k.nautiyal, jouni.hogander, Arun R Murthy

On Wed, 04 Mar 2026, Arun R Murthy <arun.r.murthy@intel.com> wrote:
> For eDP read the ALPM DPCD caps after DPCD initalization and just before
> the PSR init.

Folks, this is *not* sufficient for a commit message.

Please ensure the commit message answers the question, "Why?".

There's nothing about that here, and this is a commit that will be
backported to stable kernels as well.

BR,
Jani.



>
> v2: Move intel_alpm_init to intel_edp_init_dpcd (Jouni)
> v3: Add Fixes with commit-id (Jouni)
> v4: Separated the alpm dpcd read caps from alpm_init and moved to
> intel_edp_init_dpcd.
> v5: Read alpm_caps always for eDP irrespective of the eDP version (Jouni)
> v6: replace drm_dp_dpcd_readb with drm_dp_dpcd_read_byte (Jouni)
>
> Fixes: 15438b325987 ("drm/i915/alpm: Add compute config for lobf")
> Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
> Reviewed-by: Animesh Manna <animesh.manna@intel.com>
> Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
> ---
>  drivers/gpu/drm/i915/display/intel_alpm.c | 6 ------
>  drivers/gpu/drm/i915/display/intel_dp.c   | 7 +++++++
>  2 files changed, 7 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_alpm.c b/drivers/gpu/drm/i915/display/intel_alpm.c
> index b3334bc4d0f9..a7350ce8e716 100644
> --- a/drivers/gpu/drm/i915/display/intel_alpm.c
> +++ b/drivers/gpu/drm/i915/display/intel_alpm.c
> @@ -44,12 +44,6 @@ bool intel_alpm_is_alpm_aux_less(struct intel_dp *intel_dp,
>  
>  void intel_alpm_init(struct intel_dp *intel_dp)
>  {
> -	u8 dpcd;
> -
> -	if (drm_dp_dpcd_readb(&intel_dp->aux, DP_RECEIVER_ALPM_CAP, &dpcd) < 0)
> -		return;
> -
> -	intel_dp->alpm_dpcd = dpcd;
>  	mutex_init(&intel_dp->alpm.lock);
>  }
>  
> diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
> index 025e906b63a9..d6a7ccbc9932 100644
> --- a/drivers/gpu/drm/i915/display/intel_dp.c
> +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> @@ -4709,6 +4709,7 @@ static bool
>  intel_edp_init_dpcd(struct intel_dp *intel_dp, struct intel_connector *connector)
>  {
>  	struct intel_display *display = to_intel_display(intel_dp);
> +	int ret;
>  
>  	/* this function is meant to be called only once */
>  	drm_WARN_ON(display->drm, intel_dp->dpcd[DP_DPCD_REV] != 0);
> @@ -4748,6 +4749,12 @@ intel_edp_init_dpcd(struct intel_dp *intel_dp, struct intel_connector *connector
>  	 */
>  	intel_dp_init_source_oui(intel_dp);
>  
> +	/* Read the ALPM DPCD caps */
> +	ret = drm_dp_dpcd_read_byte(&intel_dp->aux, DP_RECEIVER_ALPM_CAP,
> +				    &intel_dp->alpm_dpcd);
> +	if (ret < 0)
> +		return false;
> +
>  	/*
>  	 * This has to be called after intel_dp->edp_dpcd is filled, PSR checks
>  	 * for SET_POWER_CAPABLE bit in intel_dp->edp_dpcd[1]

-- 
Jani Nikula, Intel

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

end of thread, other threads:[~2026-03-12 11:43 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
2026-03-02  3:44 ` ✓ CI.KUnit: success for " Patchwork
2026-03-02  4:27 ` ✓ Xe.CI.BAT: " Patchwork
2026-03-02  4:35 ` ✓ i915.CI.BAT: " Patchwork
2026-03-02  5:31 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-03-02  6:35 ` ✗ i915.CI.Full: " Patchwork
2026-03-02  6:44 ` [PATCH] " Hogander, Jouni
2026-03-02  7:20   ` Murthy, Arun R
2026-03-02  8:00     ` Hogander, Jouni
2026-03-02  8:11       ` Murthy, Arun R
2026-03-02  8:40 ` [PATCHv2 1/2] drm/i915/dp: Read ALPM caps " Arun R Murthy
2026-03-02  8:40   ` [PATCHv2 2/2] drm/i915/dp: Rename alpm_init to alpm_init_dpcd Arun R Murthy
2026-03-02 14:58     ` Dibin Moolakadan Subrahmanian
2026-03-03  4:10       ` Murthy, Arun R
2026-03-03 11:30         ` Hogander, Jouni
2026-03-04  4:05 ` [PATCHv4] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
2026-03-04  6:05   ` Manna, Animesh
2026-03-04  6:17   ` Hogander, Jouni
2026-03-04  6:22     ` Hogander, Jouni
2026-03-04  6:24       ` Murthy, Arun R
2026-03-04  4:13 ` ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev4) Patchwork
2026-03-04  4:56 ` ✗ Xe.CI.BAT: failure " Patchwork
2026-03-04  5:02 ` ✗ i915.CI.BAT: " Patchwork
2026-03-04  6:38 ` [PATCHv5] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
2026-03-04  6:53   ` Hogander, Jouni
2026-03-04  6:46 ` ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev5) Patchwork
2026-03-04  7:21 ` [PATCHv6] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
2026-03-09  9:38   ` Manna, Animesh
2026-03-12 11:43   ` Jani Nikula
2026-03-04  7:34 ` ✗ Xe.CI.BAT: failure for drm/i915/dp: ALPM init to be done after DPCD init (rev5) Patchwork
2026-03-04  8:07 ` ✓ i915.CI.BAT: success " Patchwork
2026-03-04  8:20 ` ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev6) Patchwork
2026-03-04  8:55 ` ✓ i915.CI.BAT: " Patchwork
2026-03-04  9:00 ` ✗ Xe.CI.BAT: failure " Patchwork
2026-03-05  6:06 ` ✗ Xe.CI.FULL: " Patchwork
2026-03-05  9:40 ` ✗ Xe.CI.BAT: " Patchwork
2026-03-05 10:42 ` ✓ i915.CI.Full: success " Patchwork
2026-03-05 10:43 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-03-06  4:49 ` ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev7) Patchwork
2026-03-06  5:38 ` ✓ Xe.CI.BAT: " Patchwork
2026-03-07  4:01 ` ✗ Xe.CI.FULL: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.