Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL
@ 2026-04-24 20:30 Julia Filipchuk
  2026-04-24 20:37 ` ✓ CI.KUnit: success for " Patchwork
                   ` (11 more replies)
  0 siblings, 12 replies; 18+ messages in thread
From: Julia Filipchuk @ 2026-04-24 20:30 UTC (permalink / raw)
  To: intel-xe; +Cc: Julia Filipchuk

UAPI compatibility version 1.34.0

This patch is for testing only. If testing is successful the binary
blobs will replace the major versioned *_guc_70.bin files for given
platforms.

Signed-off-by: Julia Filipchuk <julia.filipchuk@intel.com>
---
 drivers/gpu/drm/xe/xe_uc_fw.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
index b5a49ef9dafe..3da4bbfdb400 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -119,9 +119,9 @@ struct fw_blobs_by_type {
 	fw_def(NOVALAKE_P,	GT_TYPE_MEDIA,	mmp_ver(xe,	guc,	nvlpm,	70, 60, 0))	\
 	fw_def(CRESCENTISLAND,	GT_TYPE_ANY,	mmp_ver(xe,	guc,	cri,	70, 55, 4))	\
 	fw_def(NOVALAKE_S,	GT_TYPE_ANY,	mmp_ver(xe,	guc,	nvl,	70, 55, 4))	\
-	fw_def(PANTHERLAKE,	GT_TYPE_ANY,	major_ver(xe,	guc,	ptl,	70, 54, 0))	\
-	fw_def(BATTLEMAGE,	GT_TYPE_ANY,	major_ver(xe,	guc,	bmg,	70, 54, 0))	\
-	fw_def(LUNARLAKE,	GT_TYPE_ANY,	major_ver(xe,	guc,	lnl,	70, 53, 0))	\
+	fw_def(PANTHERLAKE,	GT_TYPE_ANY,	mmp_ver(xe,	guc,	ptl,	70, 65, 0))	\
+	fw_def(BATTLEMAGE,	GT_TYPE_ANY,	mmp_ver(xe,	guc,	bmg,	70, 65, 0))	\
+	fw_def(LUNARLAKE,	GT_TYPE_ANY,	mmp_ver(xe,	guc,	lnl,	70, 65, 0))	\
 	fw_def(METEORLAKE,	GT_TYPE_ANY,	major_ver(i915,	guc,	mtl,	70, 53, 0))	\
 	fw_def(PVC,		GT_TYPE_ANY,	mmp_ver(xe,	guc,	pvc,	70, 44, 1))	\
 	fw_def(DG2,		GT_TYPE_ANY,	major_ver(i915,	guc,	dg2,	70, 53, 0))	\
-- 
2.51.0


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

* ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL
  2026-04-24 20:30 [PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL Julia Filipchuk
@ 2026-04-24 20:37 ` Patchwork
  2026-04-24 21:26 ` ✓ Xe.CI.BAT: " Patchwork
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2026-04-24 20:37 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

== Series Details ==

Series: drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL
URL   : https://patchwork.freedesktop.org/series/165457/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL
  2026-04-24 20:30 [PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL Julia Filipchuk
  2026-04-24 20:37 ` ✓ CI.KUnit: success for " Patchwork
@ 2026-04-24 21:26 ` Patchwork
  2026-04-24 22:25 ` ✗ Xe.CI.FULL: failure " Patchwork
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2026-04-24 21:26 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL
URL   : https://patchwork.freedesktop.org/series/165457/
State : success

== Summary ==

CI Bug Log - changes from xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f_BAT -> xe-pw-165457v1_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

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

  No changes in participating hosts


Changes
-------

  No changes found


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

  * Linux: xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f -> xe-pw-165457v1

  IGT_8873: a5c5d655807ead8204e01754b6434f0ecae40b96 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f: 6784fa94a98ae6fceef9c2c171c3e9fb8be6585f
  xe-pw-165457v1: 165457v1

== Logs ==

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

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

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

* ✗ Xe.CI.FULL: failure for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL
  2026-04-24 20:30 [PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL Julia Filipchuk
  2026-04-24 20:37 ` ✓ CI.KUnit: success for " Patchwork
  2026-04-24 21:26 ` ✓ Xe.CI.BAT: " Patchwork
@ 2026-04-24 22:25 ` Patchwork
  2026-04-27 18:38 ` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev2) Patchwork
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2026-04-24 22:25 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL
URL   : https://patchwork.freedesktop.org/series/165457/
State : failure

== Summary ==

CI Bug Log - changes from xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f_FULL -> xe-pw-165457v1_FULL
====================================================

Summary
-------

  **FAILURE**

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

### IGT changes ###

#### Possible regressions ####

  * igt@kms_sequence@queue-busy@pipe-c-dp-2:
    - shard-bmg:          NOTRUN -> [FAIL][1] +4 other tests fail
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@kms_sequence@queue-busy@pipe-c-dp-2.html

  * igt@xe_exec_balancer@many-execqueues-cm-parallel-userptr:
    - shard-bmg:          [PASS][2] -> [SKIP][3] +43 other tests skip
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@xe_exec_balancer@many-execqueues-cm-parallel-userptr.html
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@xe_exec_balancer@many-execqueues-cm-parallel-userptr.html

  * igt@xe_exec_reset@cat-error:
    - shard-bmg:          [PASS][4] -> [DMESG-WARN][5]
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-5/igt@xe_exec_reset@cat-error.html
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@xe_exec_reset@cat-error.html

  * igt@xe_svm_usrptr_madvise@svm-userptr-copy-madvise:
    - shard-bmg:          [PASS][6] -> [FAIL][7] +7 other tests fail
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@xe_svm_usrptr_madvise@svm-userptr-copy-madvise.html
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@xe_svm_usrptr_madvise@svm-userptr-copy-madvise.html

  
#### Warnings ####

  * igt@kms_fbcon_fbt@fbc:
    - shard-bmg:          [SKIP][8] ([Intel XE#4156] / [Intel XE#7425]) -> [SKIP][9]
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_fbcon_fbt@fbc.html
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_fbcon_fbt@fbc.html

  * igt@kms_joiner@invalid-modeset-force-ultra-joiner:
    - shard-bmg:          [SKIP][10] ([Intel XE#6911] / [Intel XE#7466]) -> [SKIP][11]
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-8/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html

  * igt@kms_vrr@negative-basic:
    - shard-bmg:          [SKIP][12] ([Intel XE#7825]) -> [FAIL][13] +2 other tests fail
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_vrr@negative-basic.html
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@kms_vrr@negative-basic.html

  * igt@xe_evict@evict-threads-small-multi-queue:
    - shard-bmg:          [SKIP][14] ([Intel XE#7140]) -> [SKIP][15]
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@xe_evict@evict-threads-small-multi-queue.html
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@xe_evict@evict-threads-small-multi-queue.html

  * igt@xe_prefetch_fault@prefetch-fault-svm:
    - shard-bmg:          [SKIP][16] ([Intel XE#7599]) -> [SKIP][17]
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@xe_prefetch_fault@prefetch-fault-svm.html
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@xe_prefetch_fault@prefetch-fault-svm.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@fbdev@pan:
    - shard-bmg:          [PASS][18] -> [SKIP][19] ([Intel XE#2134]) +1 other test skip
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-8/igt@fbdev@pan.html
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@fbdev@pan.html

  * igt@intel_hwmon@hwmon-write:
    - shard-bmg:          NOTRUN -> [FAIL][20] ([Intel XE#7445])
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@intel_hwmon@hwmon-write.html

  * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
    - shard-bmg:          [PASS][21] -> [SKIP][22] ([Intel XE#2233])
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html

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

  * igt@kms_big_fb@4-tiled-8bpp-rotate-90:
    - shard-bmg:          NOTRUN -> [SKIP][24] ([Intel XE#2327]) +1 other test skip
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/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-bmg:          [PASS][25] -> [SKIP][26] ([Intel XE#7825]) +44 other tests skip
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-5/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html

  * igt@kms_big_fb@y-tiled-32bpp-rotate-270:
    - shard-bmg:          NOTRUN -> [SKIP][27] ([Intel XE#1124]) +2 other tests skip
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html

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

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

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

  * igt@kms_cdclk@mode-transition-all-outputs:
    - shard-bmg:          NOTRUN -> [SKIP][31] ([Intel XE#2724] / [Intel XE#7449])
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@kms_cdclk@mode-transition-all-outputs.html

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

  * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][33] ([Intel XE#2252]) +1 other test skip
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html

  * igt@kms_color@ctm-0-25:
    - shard-bmg:          [PASS][34] -> [SKIP][35] ([Intel XE#3297])
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_color@ctm-0-25.html
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_color@ctm-0-25.html

  * igt@kms_color_pipeline@plane-lut1d-ctm3x4:
    - shard-bmg:          [PASS][36] -> [SKIP][37] ([Intel XE#7006])
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-5/igt@kms_color_pipeline@plane-lut1d-ctm3x4.html
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_color_pipeline@plane-lut1d-ctm3x4.html

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

  * igt@kms_cursor_crc@cursor-onscreen-max-size:
    - shard-bmg:          NOTRUN -> [SKIP][39] ([Intel XE#2320]) +2 other tests skip
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_cursor_crc@cursor-onscreen-max-size.html

  * igt@kms_cursor_crc@cursor-sliding-512x170:
    - shard-bmg:          NOTRUN -> [SKIP][40] ([Intel XE#2321] / [Intel XE#7355])
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_cursor_crc@cursor-sliding-512x170.html

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area:
    - shard-bmg:          NOTRUN -> [SKIP][41] ([Intel XE#4422] / [Intel XE#7442])
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area.html

  * igt@kms_flip@2x-flip-vs-wf_vblank:
    - shard-bmg:          [PASS][42] -> [SKIP][43] ([Intel XE#2316]) +7 other tests skip
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-8/igt@kms_flip@2x-flip-vs-wf_vblank.html
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_flip@2x-flip-vs-wf_vblank.html

  * igt@kms_flip@flip-vs-panning:
    - shard-bmg:          [PASS][44] -> [SKIP][45] ([Intel XE#2482]) +6 other tests skip
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_flip@flip-vs-panning.html
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_flip@flip-vs-panning.html

  * igt@kms_flip@flip-vs-wf_vblank-interruptible@a-dp2:
    - shard-bmg:          [PASS][46] -> [FAIL][47] ([Intel XE#5408] / [Intel XE#6266]) +5 other tests fail
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-3/igt@kms_flip@flip-vs-wf_vblank-interruptible@a-dp2.html
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@kms_flip@flip-vs-wf_vblank-interruptible@a-dp2.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling:
    - shard-bmg:          [PASS][48] -> [SKIP][49] ([Intel XE#7178])
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling:
    - shard-bmg:          NOTRUN -> [SKIP][50] ([Intel XE#7178] / [Intel XE#7351]) +1 other test skip
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html

  * igt@kms_flip_tiling@flip-change-tiling:
    - shard-bmg:          [PASS][51] -> [SKIP][52] ([Intel XE#2682])
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_flip_tiling@flip-change-tiling.html
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_flip_tiling@flip-change-tiling.html

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

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt:
    - shard-bmg:          NOTRUN -> [SKIP][54] ([Intel XE#4141]) +4 other tests skip
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][55] ([Intel XE#7061] / [Intel XE#7356]) +1 other test skip
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][56] ([Intel XE#2313]) +6 other tests skip
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html

  * igt@kms_invalid_mode@bad-hsync-end:
    - shard-bmg:          [PASS][57] -> [SKIP][58] ([Intel XE#2568]) +2 other tests skip
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_invalid_mode@bad-hsync-end.html
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_invalid_mode@bad-hsync-end.html

  * igt@kms_joiner@basic-max-non-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][59] ([Intel XE#4298] / [Intel XE#5873])
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@kms_joiner@basic-max-non-joiner.html

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

  * igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier:
    - shard-bmg:          NOTRUN -> [SKIP][61] ([Intel XE#7283]) +1 other test skip
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier.html

  * igt@kms_plane@plane-position-hole-dpms:
    - shard-bmg:          [PASS][62] -> [SKIP][63] ([Intel XE#7111]) +1 other test skip
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-8/igt@kms_plane@plane-position-hole-dpms.html
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_plane@plane-position-hole-dpms.html

  * igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant:
    - shard-bmg:          [PASS][64] -> [SKIP][65] ([Intel XE#7082]) +1 other test skip
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant.html
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant.html

  * igt@kms_plane_multiple@tiling-y:
    - shard-bmg:          NOTRUN -> [SKIP][66] ([Intel XE#5020] / [Intel XE#7348])
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_plane_multiple@tiling-y.html

  * igt@kms_plane_scaling@invalid-parameters:
    - shard-bmg:          [PASS][67] -> [SKIP][68] ([Intel XE#7687])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_plane_scaling@invalid-parameters.html
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_plane_scaling@invalid-parameters.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation:
    - shard-bmg:          [PASS][69] -> [SKIP][70] ([Intel XE#2763] / [Intel XE#6886]) +19 other tests skip
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation.html
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation.html

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

  * igt@kms_pm_backlight@fade-with-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][72] ([Intel XE#7376] / [Intel XE#870])
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_pm_backlight@fade-with-suspend.html

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

  * igt@kms_pm_rpm@modeset-non-lpsp:
    - shard-bmg:          [PASS][74] -> [SKIP][75] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#7383])
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-8/igt@kms_pm_rpm@modeset-non-lpsp.html
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_pm_rpm@modeset-non-lpsp.html

  * igt@kms_pm_rpm@system-suspend-modeset:
    - shard-bmg:          [PASS][76] -> [SKIP][77] ([Intel XE#7079])
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-5/igt@kms_pm_rpm@system-suspend-modeset.html
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_pm_rpm@system-suspend-modeset.html

  * igt@kms_properties@colorop-properties-atomic:
    - shard-bmg:          [PASS][78] -> [SKIP][79] ([Intel XE#7089])
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_properties@colorop-properties-atomic.html
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_properties@colorop-properties-atomic.html

  * igt@kms_properties@crtc-properties-atomic:
    - shard-bmg:          [PASS][80] -> [SKIP][81] ([Intel XE#7112])
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_properties@crtc-properties-atomic.html
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_properties@crtc-properties-atomic.html

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

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

  * igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
    - shard-bmg:          NOTRUN -> [SKIP][84] ([Intel XE#7795])
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html

  * igt@kms_rotation_crc@sprite-rotation-90:
    - shard-bmg:          NOTRUN -> [SKIP][85] ([Intel XE#3904] / [Intel XE#7342]) +1 other test skip
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_rotation_crc@sprite-rotation-90.html

  * igt@kms_setmode@basic-clone-single-crtc:
    - shard-bmg:          NOTRUN -> [SKIP][86] ([Intel XE#1435])
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_setmode@basic-clone-single-crtc.html

  * igt@kms_setmode@basic@pipe-a-edp-1:
    - shard-lnl:          [PASS][87] -> [FAIL][88] ([Intel XE#6361]) +1 other test fail
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-lnl-1/igt@kms_setmode@basic@pipe-a-edp-1.html
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-lnl-7/igt@kms_setmode@basic@pipe-a-edp-1.html

  * igt@kms_setmode@invalid-clone-single-crtc:
    - shard-bmg:          [PASS][89] -> [SKIP][90] ([Intel XE#1435])
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_setmode@invalid-clone-single-crtc.html
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_setmode@invalid-clone-single-crtc.html

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

  * igt@xe_eu_stall@blocking-re-enable:
    - shard-bmg:          [PASS][92] -> [SKIP][93] ([Intel XE#6568])
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@xe_eu_stall@blocking-re-enable.html
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@xe_eu_stall@blocking-re-enable.html

  * igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram:
    - shard-bmg:          NOTRUN -> [SKIP][94] ([Intel XE#7636]) +3 other tests skip
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram.html

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

  * igt@xe_exec_balancer@no-exec-cm-parallel-userptr:
    - shard-bmg:          [PASS][96] -> [SKIP][97] ([Intel XE#7827]) +4 other tests skip
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@xe_exec_balancer@no-exec-cm-parallel-userptr.html
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@xe_exec_balancer@no-exec-cm-parallel-userptr.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue:
    - shard-bmg:          NOTRUN -> [SKIP][98] ([Intel XE#2322] / [Intel XE#7372]) +2 other tests skip
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue.html

  * igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-invalidate-imm:
    - shard-bmg:          NOTRUN -> [SKIP][99] ([Intel XE#7136]) +7 other tests skip
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-invalidate-imm.html

  * igt@xe_exec_fault_mode@twice-userptr-rebind:
    - shard-bmg:          [PASS][100] -> [SKIP][101] ([Intel XE#7826]) +25 other tests skip
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@xe_exec_fault_mode@twice-userptr-rebind.html
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@xe_exec_fault_mode@twice-userptr-rebind.html

  * igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-priority:
    - shard-bmg:          NOTRUN -> [SKIP][102] ([Intel XE#6874]) +7 other tests skip
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-priority.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-malloc-race:
    - shard-bmg:          [PASS][103] -> [SKIP][104] ([Intel XE#7824]) +309 other tests skip
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@xe_exec_system_allocator@threads-shared-vm-many-malloc-race.html
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@xe_exec_system_allocator@threads-shared-vm-many-malloc-race.html

  * igt@xe_exec_threads@threads-multi-queue-mixed-shared-vm-userptr-rebind:
    - shard-bmg:          NOTRUN -> [SKIP][105] ([Intel XE#7138]) +3 other tests skip
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@xe_exec_threads@threads-multi-queue-mixed-shared-vm-userptr-rebind.html

  * igt@xe_media_fill@media-fill:
    - shard-bmg:          [PASS][106] -> [SKIP][107] ([Intel XE#2459] / [Intel XE#2596] / [Intel XE#7321] / [Intel XE#7453])
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@xe_media_fill@media-fill.html
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@xe_media_fill@media-fill.html

  * igt@xe_multigpu_svm@mgpu-atomic-op-prefetch:
    - shard-bmg:          NOTRUN -> [SKIP][108] ([Intel XE#6964])
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@xe_multigpu_svm@mgpu-atomic-op-prefetch.html

  * igt@xe_page_reclaim@prl-invalidate-full:
    - shard-bmg:          NOTRUN -> [SKIP][109] ([Intel XE#7793])
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@xe_page_reclaim@prl-invalidate-full.html

  * igt@xe_pat@false-sharing:
    - shard-bmg:          [PASS][110] -> [SKIP][111] ([Intel XE#7590])
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@xe_pat@false-sharing.html
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@xe_pat@false-sharing.html

  * igt@xe_pat@pat-sw-hw-reset-compare:
    - shard-bmg:          [PASS][112] -> [FAIL][113] ([Intel XE#7695])
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@xe_pat@pat-sw-hw-reset-compare.html
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@xe_pat@pat-sw-hw-reset-compare.html

  * igt@xe_pm@d3cold-i2c:
    - shard-bmg:          NOTRUN -> [SKIP][114] ([Intel XE#5694] / [Intel XE#7370])
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@xe_pm@d3cold-i2c.html

  * igt@xe_pxp@pxp-stale-queue-post-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][115] ([Intel XE#4733] / [Intel XE#7417])
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@xe_pxp@pxp-stale-queue-post-suspend.html

  * igt@xe_query@multigpu-query-config:
    - shard-bmg:          NOTRUN -> [SKIP][116] ([Intel XE#944])
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@xe_query@multigpu-query-config.html

  * igt@xe_wedged@wedged-at-any-timeout:
    - shard-bmg:          [PASS][117] -> [DMESG-WARN][118] ([Intel XE#5545])
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@xe_wedged@wedged-at-any-timeout.html
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@xe_wedged@wedged-at-any-timeout.html

  
#### Possible fixes ####

  * igt@fbdev@unaligned-read:
    - shard-bmg:          [SKIP][119] ([Intel XE#2134]) -> [PASS][120] +1 other test pass
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@fbdev@unaligned-read.html
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@fbdev@unaligned-read.html

  * igt@kms_big_fb@x-tiled-addfb:
    - shard-bmg:          [SKIP][121] ([Intel XE#7825]) -> [PASS][122] +55 other tests pass
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_big_fb@x-tiled-addfb.html
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-5/igt@kms_big_fb@x-tiled-addfb.html

  * igt@kms_color@ctm-blue-to-red:
    - shard-bmg:          [SKIP][123] ([Intel XE#3297]) -> [PASS][124] +1 other test pass
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_color@ctm-blue-to-red.html
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-5/igt@kms_color@ctm-blue-to-red.html

  * igt@kms_color@deep-color:
    - shard-bmg:          [SKIP][125] ([Intel XE#1511] / [Intel XE#3297]) -> [PASS][126]
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_color@deep-color.html
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_color@deep-color.html

  * igt@kms_color_pipeline@plane-ctm3x4:
    - shard-bmg:          [SKIP][127] ([Intel XE#7006]) -> [PASS][128]
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_color_pipeline@plane-ctm3x4.html
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@kms_color_pipeline@plane-ctm3x4.html

  * igt@kms_flip@2x-blocking-wf_vblank:
    - shard-bmg:          [SKIP][129] ([Intel XE#2316]) -> [PASS][130] +7 other tests pass
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_flip@2x-blocking-wf_vblank.html
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_flip@2x-blocking-wf_vblank.html

  * igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ad-dp2-hdmi-a3:
    - shard-bmg:          [FAIL][131] ([Intel XE#6266]) -> [PASS][132] +3 other tests pass
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ad-dp2-hdmi-a3.html
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ad-dp2-hdmi-a3.html

  * igt@kms_flip@2x-flip-vs-absolute-wf_vblank@cd-dp2-hdmi-a3:
    - shard-bmg:          [FAIL][133] ([Intel XE#3149] / [Intel XE#6266]) -> [PASS][134] +1 other test pass
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank@cd-dp2-hdmi-a3.html
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_flip@2x-flip-vs-absolute-wf_vblank@cd-dp2-hdmi-a3.html

  * igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible:
    - shard-bmg:          [FAIL][135] ([Intel XE#3149] / [Intel XE#5408] / [Intel XE#6266]) -> [PASS][136] +1 other test pass
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-6/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html

  * igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible@ab-dp2-hdmi-a3:
    - shard-bmg:          [FAIL][137] ([Intel XE#5408] / [Intel XE#6266]) -> [PASS][138] +2 other tests pass
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-6/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible@ab-dp2-hdmi-a3.html
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible@ab-dp2-hdmi-a3.html

  * igt@kms_flip@basic-flip-vs-modeset:
    - shard-bmg:          [SKIP][139] ([Intel XE#2482]) -> [PASS][140] +6 other tests pass
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_flip@basic-flip-vs-modeset.html
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@kms_flip@basic-flip-vs-modeset.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
    - shard-bmg:          [SKIP][141] ([Intel XE#7178]) -> [PASS][142]
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling:
    - shard-bmg:          [SKIP][143] ([Intel XE#2380]) -> [PASS][144] +4 other tests pass
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling.html
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling.html

  * igt@kms_frontbuffer_tracking@basic:
    - shard-bmg:          [SKIP][145] ([Intel XE#2434] / [Intel XE#2548] / [Intel XE#6314]) -> [PASS][146]
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_frontbuffer_tracking@basic.html
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-5/igt@kms_frontbuffer_tracking@basic.html

  * igt@kms_invalid_mode@clock-too-high:
    - shard-bmg:          [SKIP][147] ([Intel XE#2568]) -> [PASS][148] +2 other tests pass
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_invalid_mode@clock-too-high.html
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_invalid_mode@clock-too-high.html

  * igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping:
    - shard-bmg:          [SKIP][149] ([Intel XE#7283]) -> [PASS][150]
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping.html
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping.html

  * igt@kms_plane@plane-panning-bottom-right-suspend:
    - shard-bmg:          [SKIP][151] ([Intel XE#7111]) -> [PASS][152] +1 other test pass
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_plane@plane-panning-bottom-right-suspend.html
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@kms_plane@plane-panning-bottom-right-suspend.html

  * igt@kms_plane_alpha_blend@alpha-transparent-fb:
    - shard-bmg:          [SKIP][153] ([Intel XE#7082]) -> [PASS][154]
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_plane_alpha_blend@alpha-transparent-fb.html
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_plane_alpha_blend@alpha-transparent-fb.html

  * igt@kms_plane_scaling@planes-upscale-20x20@pipe-a:
    - shard-bmg:          [SKIP][155] ([Intel XE#2763] / [Intel XE#6886]) -> [PASS][156] +29 other tests pass
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_plane_scaling@planes-upscale-20x20@pipe-a.html
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@kms_plane_scaling@planes-upscale-20x20@pipe-a.html

  * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
    - shard-bmg:          [SKIP][157] ([Intel XE#1439] / [Intel XE#7402] / [Intel XE#836]) -> [PASS][158]
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html

  * igt@kms_pm_rpm@i2c:
    - shard-bmg:          [SKIP][159] ([Intel XE#7079]) -> [PASS][160]
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_pm_rpm@i2c.html
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@kms_pm_rpm@i2c.html

  * igt@kms_pm_rpm@universal-planes:
    - shard-bmg:          [SKIP][161] ([Intel XE#4886]) -> [PASS][162] +1 other test pass
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_pm_rpm@universal-planes.html
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-5/igt@kms_pm_rpm@universal-planes.html

  * igt@kms_setmode@basic@pipe-c-dp-2-pipe-a-hdmi-a-3:
    - shard-bmg:          [FAIL][163] ([Intel XE#6361]) -> [PASS][164]
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-7/igt@kms_setmode@basic@pipe-c-dp-2-pipe-a-hdmi-a-3.html
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-5/igt@kms_setmode@basic@pipe-c-dp-2-pipe-a-hdmi-a-3.html

  * igt@kms_vrr@max-min@pipe-a-edp-1:
    - shard-lnl:          [FAIL][165] ([Intel XE#4227]) -> [PASS][166] +1 other test pass
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-lnl-8/igt@kms_vrr@max-min@pipe-a-edp-1.html
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-lnl-1/igt@kms_vrr@max-min@pipe-a-edp-1.html

  * igt@xe_eu_stall@invalid-sampling-rate:
    - shard-bmg:          [SKIP][167] ([Intel XE#6568]) -> [PASS][168]
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@xe_eu_stall@invalid-sampling-rate.html
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@xe_eu_stall@invalid-sampling-rate.html

  * igt@xe_exec_balancer@many-parallel-userptr-invalidate:
    - shard-bmg:          [SKIP][169] -> [PASS][170] +40 other tests pass
   [169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@xe_exec_balancer@many-parallel-userptr-invalidate.html
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@xe_exec_balancer@many-parallel-userptr-invalidate.html

  * igt@xe_exec_balancer@twice-virtual-userptr-invalidate-race:
    - shard-bmg:          [SKIP][171] ([Intel XE#7827]) -> [PASS][172] +3 other tests pass
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@xe_exec_balancer@twice-virtual-userptr-invalidate-race.html
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-5/igt@xe_exec_balancer@twice-virtual-userptr-invalidate-race.html

  * igt@xe_exec_fault_mode@many-execqueues-rebind-imm:
    - shard-bmg:          [SKIP][173] ([Intel XE#7826]) -> [PASS][174] +28 other tests pass
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@xe_exec_fault_mode@many-execqueues-rebind-imm.html
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@xe_exec_fault_mode@many-execqueues-rebind-imm.html

  * igt@xe_exec_sip@invalidinstr-disabled@drm_xe_engine_class_render0:
    - shard-bmg:          [FAIL][175] -> [PASS][176] +8 other tests pass
   [175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@xe_exec_sip@invalidinstr-disabled@drm_xe_engine_class_render0.html
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@xe_exec_sip@invalidinstr-disabled@drm_xe_engine_class_render0.html

  * igt@xe_exec_system_allocator@many-large-execqueues-new-race-nomemset:
    - shard-bmg:          [SKIP][177] ([Intel XE#7824]) -> [PASS][178] +339 other tests pass
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@xe_exec_system_allocator@many-large-execqueues-new-race-nomemset.html
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@xe_exec_system_allocator@many-large-execqueues-new-race-nomemset.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-malloc-fork-read:
    - shard-bmg:          [DMESG-WARN][179] ([Intel XE#7725]) -> [PASS][180] +1 other test pass
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-6/igt@xe_exec_system_allocator@threads-shared-vm-many-malloc-fork-read.html
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@xe_exec_system_allocator@threads-shared-vm-many-malloc-fork-read.html

  * igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ct_init:
    - shard-bmg:          [ABORT][181] ([Intel XE#5545]) -> [PASS][182]
   [181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ct_init.html
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ct_init.html

  * igt@xe_pat@display-vs-wb-transient:
    - shard-bmg:          [SKIP][183] ([Intel XE#7590]) -> [PASS][184]
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@xe_pat@display-vs-wb-transient.html
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@xe_pat@display-vs-wb-transient.html

  * igt@xe_sriov_scheduling@equal-throughput@numvfs-random:
    - shard-bmg:          [DMESG-FAIL][185] -> [PASS][186] +1 other test pass
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@xe_sriov_scheduling@equal-throughput@numvfs-random.html
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-5/igt@xe_sriov_scheduling@equal-throughput@numvfs-random.html

  
#### Warnings ####

  * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
    - shard-bmg:          [SKIP][187] ([Intel XE#2370]) -> [SKIP][188] ([Intel XE#7825])
   [187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-8/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
   [188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html

  * igt@kms_big_fb@4-tiled-16bpp-rotate-90:
    - shard-bmg:          [SKIP][189] ([Intel XE#2327]) -> [SKIP][190] ([Intel XE#7825]) +1 other test skip
   [189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
   [190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html

  * igt@kms_big_fb@linear-32bpp-rotate-270:
    - shard-bmg:          [SKIP][191] ([Intel XE#7825]) -> [SKIP][192] ([Intel XE#2327]) +5 other tests skip
   [191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_big_fb@linear-32bpp-rotate-270.html
   [192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_big_fb@linear-32bpp-rotate-270.html

  * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-bmg:          [SKIP][193] ([Intel XE#7059] / [Intel XE#7085]) -> [SKIP][194] ([Intel XE#7825]) +1 other test skip
   [193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-8/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
   [194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@y-tiled-16bpp-rotate-270:
    - shard-bmg:          [SKIP][195] ([Intel XE#1124]) -> [SKIP][196] ([Intel XE#7825]) +10 other tests skip
   [195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-8/igt@kms_big_fb@y-tiled-16bpp-rotate-270.html
   [196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_big_fb@y-tiled-16bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180:
    - shard-bmg:          [SKIP][197] ([Intel XE#7825]) -> [SKIP][198] ([Intel XE#1124]) +12 other tests skip
   [197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html
   [198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
    - shard-bmg:          [SKIP][199] ([Intel XE#607] / [Intel XE#7361]) -> [SKIP][200] ([Intel XE#7825])
   [199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
   [200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html

  * igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
    - shard-bmg:          [SKIP][201] ([Intel XE#7825]) -> [SKIP][202] ([Intel XE#2652])
   [201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
   [202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs:
    - shard-bmg:          [SKIP][203] ([Intel XE#7825]) -> [SKIP][204] ([Intel XE#3432])
   [203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs.html
   [204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc:
    - shard-bmg:          [SKIP][205] ([Intel XE#3432]) -> [SKIP][206] ([Intel XE#7825]) +2 other tests skip
   [205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html
   [206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs:
    - shard-bmg:          [SKIP][207] ([Intel XE#7825]) -> [SKIP][208] ([Intel XE#2887]) +15 other tests skip
   [207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html
   [208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
    - shard-bmg:          [SKIP][209] ([Intel XE#2887]) -> [SKIP][210] ([Intel XE#7825]) +14 other tests skip
   [209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
   [210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
    - shard-bmg:          [SKIP][211] ([Intel XE#2652]) -> [SKIP][212] ([Intel XE#7825])
   [211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-8/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
   [212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html

  * igt@kms_content_protection@atomic:
    - shard-bmg:          [FAIL][213] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) -> [SKIP][214] ([Intel XE#7825]) +1 other test skip
   [213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_content_protection@atomic.html
   [214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_content_protection@atomic.html

  * igt@kms_content_protection@dp-mst-type-0:
    - shard-bmg:          [SKIP][215] ([Intel XE#2390] / [Intel XE#6974]) -> [SKIP][216] ([Intel XE#7825])
   [215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_content_protection@dp-mst-type-0.html
   [216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_content_protection@dp-mst-type-0.html

  * igt@kms_content_protection@dp-mst-type-0-hdcp14:
    - shard-bmg:          [SKIP][217] ([Intel XE#6974]) -> [SKIP][218] ([Intel XE#7825])
   [217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-5/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
   [218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_content_protection@dp-mst-type-0-hdcp14.html

  * igt@kms_content_protection@dp-mst-type-1:
    - shard-bmg:          [SKIP][219] ([Intel XE#7825]) -> [SKIP][220] ([Intel XE#2390] / [Intel XE#6974]) +1 other test skip
   [219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_content_protection@dp-mst-type-1.html
   [220]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@kms_content_protection@dp-mst-type-1.html

  * igt@kms_content_protection@legacy-hdcp14:
    - shard-bmg:          [SKIP][221] ([Intel XE#7825]) -> [FAIL][222] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +1 other test fail
   [221]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_content_protection@legacy-hdcp14.html
   [222]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-5/igt@kms_content_protection@legacy-hdcp14.html

  * igt@kms_cursor_crc@cursor-offscreen-256x85:
    - shard-bmg:          [SKIP][223] ([Intel XE#7825]) -> [SKIP][224] ([Intel XE#2320]) +3 other tests skip
   [223]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_cursor_crc@cursor-offscreen-256x85.html
   [224]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@kms_cursor_crc@cursor-offscreen-256x85.html

  * igt@kms_cursor_crc@cursor-offscreen-512x170:
    - shard-bmg:          [SKIP][225] ([Intel XE#2321] / [Intel XE#7355]) -> [SKIP][226] ([Intel XE#7825])
   [225]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_cursor_crc@cursor-offscreen-512x170.html
   [226]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_cursor_crc@cursor-offscreen-512x170.html

  * igt@kms_cursor_crc@cursor-offscreen-512x512:
    - shard-bmg:          [SKIP][227] ([Intel XE#7825]) -> [SKIP][228] ([Intel XE#2321] / [Intel XE#7355]) +1 other test skip
   [227]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_cursor_crc@cursor-offscreen-512x512.html
   [228]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-5/igt@kms_cursor_crc@cursor-offscreen-512x512.html

  * igt@kms_cursor_crc@cursor-random-32x32:
    - shard-bmg:          [SKIP][229] ([Intel XE#2320]) -> [SKIP][230] ([Intel XE#7825]) +5 other tests skip
   [229]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_cursor_crc@cursor-random-32x32.html
   [230]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_cursor_crc@cursor-random-32x32.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
    - shard-bmg:          [SKIP][231] ([Intel XE#7825]) -> [SKIP][232] ([Intel XE#2286] / [Intel XE#6035])
   [231]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
   [232]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
    - shard-bmg:          [SKIP][233] ([Intel XE#2286] / [Intel XE#6035]) -> [SKIP][234] ([Intel XE#7825])
   [233]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
   [234]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html

  * igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
    - shard-bmg:          [SKIP][235] ([Intel XE#7825]) -> [SKIP][236] ([Intel XE#1508])
   [235]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
   [236]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html

  * igt@kms_dp_link_training@uhbr-sst:
    - shard-bmg:          [SKIP][237] ([Intel XE#7825]) -> [SKIP][238] ([Intel XE#4354] / [Intel XE#5870])
   [237]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_dp_link_training@uhbr-sst.html
   [238]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_dp_link_training@uhbr-sst.html

  * igt@kms_dsc@dsc-with-bpc:
    - shard-bmg:          [SKIP][239] ([Intel XE#2244]) -> [SKIP][240] ([Intel XE#7825])
   [239]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-5/igt@kms_dsc@dsc-with-bpc.html
   [240]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_dsc@dsc-with-bpc.html

  * igt@kms_dsc@dsc-with-output-formats:
    - shard-bmg:          [SKIP][241] ([Intel XE#7825]) -> [SKIP][242] ([Intel XE#2244])
   [241]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_dsc@dsc-with-output-formats.html
   [242]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_dsc@dsc-with-output-formats.html

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats:
    - shard-bmg:          [SKIP][243] ([Intel XE#4422] / [Intel XE#7442]) -> [SKIP][244] ([Intel XE#7825])
   [243]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats.html
   [244]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
    - shard-bmg:          [SKIP][245] ([Intel XE#7178] / [Intel XE#7349]) -> [SKIP][246] ([Intel XE#7178])
   [245]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
   [246]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/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-bmg:          [SKIP][247] ([Intel XE#7178]) -> [SKIP][248] ([Intel XE#7178] / [Intel XE#7349])
   [247]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
   [248]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
    - shard-bmg:          [SKIP][249] ([Intel XE#7178] / [Intel XE#7351]) -> [SKIP][250] ([Intel XE#7178])
   [249]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
   [250]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling:
    - shard-bmg:          [SKIP][251] ([Intel XE#7178] / [Intel XE#7351]) -> [SKIP][252] ([Intel XE#2380]) +1 other test skip
   [251]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html
   [252]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
    - shard-bmg:          [SKIP][253] ([Intel XE#7178]) -> [SKIP][254] ([Intel XE#7178] / [Intel XE#7351])
   [253]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
   [254]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html

  * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-fullscreen:
    - shard-bmg:          [SKIP][255] ([Intel XE#2434] / [Intel XE#2548] / [Intel XE#6314]) -> [SKIP][256] ([Intel XE#2311]) +21 other tests skip
   [255]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-fullscreen.html
   [256]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-fullscreen.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][257] ([Intel XE#2311]) -> [SKIP][258] ([Intel XE#2434] / [Intel XE#2548] / [Intel XE#6314]) +20 other tests skip
   [257]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-mmap-wc.html
   [258]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-mmap-wc:
    - shard-bmg:          [SKIP][259] ([Intel XE#6314]) -> [SKIP][260] ([Intel XE#7061] / [Intel XE#7356]) +9 other tests skip
   [259]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-mmap-wc.html
   [260]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-blt:
    - shard-bmg:          [SKIP][261] ([Intel XE#4141]) -> [SKIP][262] ([Intel XE#6314])
   [261]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-blt.html
   [262]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][263] ([Intel XE#6314]) -> [SKIP][264] ([Intel XE#4141])
   [263]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-wc.html
   [264]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt:
    - shard-bmg:          [SKIP][265] ([Intel XE#2434] / [Intel XE#2548] / [Intel XE#6314]) -> [SKIP][266] ([Intel XE#4141]) +13 other tests skip
   [265]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html
   [266]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-plflip-blt:
    - shard-bmg:          [SKIP][267] ([Intel XE#2312]) -> [SKIP][268] ([Intel XE#4141])
   [267]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-plflip-blt.html
   [268]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-blt:
    - shard-bmg:          [SKIP][269] ([Intel XE#2434] / [Intel XE#2548] / [Intel XE#6314]) -> [SKIP][270] ([Intel XE#2312])
   [269]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-blt.html
   [270]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
    - shard-bmg:          [SKIP][271] ([Intel XE#4141]) -> [SKIP][272] ([Intel XE#2434] / [Intel XE#2548] / [Intel XE#6314]) +12 other tests skip
   [271]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
   [272]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-indfb-draw-render:
    - shard-bmg:          [SKIP][273] ([Intel XE#2311]) -> [SKIP][274] ([Intel XE#6314]) +2 other tests skip
   [273]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-indfb-draw-render.html
   [274]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-blt:
    - shard-bmg:          [SKIP][275] ([Intel XE#6314]) -> [SKIP][276] ([Intel XE#2311]) +2 other tests skip
   [275]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-blt.html
   [276]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-pgflip-blt:
    - shard-bmg:          [SKIP][277] ([Intel XE#2312]) -> [SKIP][278] ([Intel XE#2311])
   [277]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-pgflip-blt.html
   [278]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][279] ([Intel XE#2548] / [Intel XE#6314]) -> [SKIP][280] ([Intel XE#2311]) +5 other tests skip
   [279]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html
   [280]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render:
    - shard-bmg:          [SKIP][281] ([Intel XE#2311]) -> [SKIP][282] ([Intel XE#2312]) +1 other test skip
   [281]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
   [282]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-msflip-blt:
    - shard-bmg:          [SKIP][283] ([Intel XE#2311]) -> [SKIP][284] ([Intel XE#2548] / [Intel XE#6314]) +4 other tests skip
   [283]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-msflip-blt.html
   [284]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-render:
    - shard-bmg:          [SKIP][285] ([Intel XE#7061] / [Intel XE#7356]) -> [SKIP][286] ([Intel XE#6314]) +4 other tests skip
   [285]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-render.html
   [286]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary:
    - shard-bmg:          [SKIP][287] ([Intel XE#2313]) -> [SKIP][288] ([Intel XE#2548] / [Intel XE#6314]) +27 other tests skip
   [287]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html
   [288]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html

  * igt@kms_frontbuffer_tracking@plane-fbc-rte:
    - shard-bmg:          [SKIP][289] ([Intel XE#2350] / [Intel XE#7503]) -> [SKIP][290] ([Intel XE#2548] / [Intel XE#6314])
   [289]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
   [290]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_frontbuffer_tracking@plane-fbc-rte.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][291] ([Intel XE#2313]) -> [SKIP][292] ([Intel XE#6314])
   [291]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-wc.html
   [292]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-render:
    - shard-bmg:          [SKIP][293] ([Intel XE#6314]) -> [SKIP][294] ([Intel XE#2313]) +1 other test skip
   [293]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-render.html
   [294]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
    - shard-bmg:          [SKIP][295] ([Intel XE#2548] / [Intel XE#6314]) -> [SKIP][296] ([Intel XE#2313]) +30 other tests skip
   [295]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
   [296]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt:
    - shard-bmg:          [SKIP][297] ([Intel XE#2548] / [Intel XE#6314]) -> [SKIP][298] ([Intel XE#2312])
   [297]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt.html
   [298]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][299] ([Intel XE#2312]) -> [SKIP][300] ([Intel XE#2313])
   [299]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc.html
   [300]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc.html

  * igt@kms_hdr@invalid-hdr:
    - shard-bmg:          [SKIP][301] ([Intel XE#7825]) -> [SKIP][302] ([Intel XE#1503])
   [301]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_hdr@invalid-hdr.html
   [302]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@kms_hdr@invalid-hdr.html

  * igt@kms_panel_fitting@atomic-fastset:
    - shard-bmg:          [SKIP][303] ([Intel XE#2486]) -> [SKIP][304] ([Intel XE#7825])
   [303]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_panel_fitting@atomic-fastset.html
   [304]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_panel_fitting@atomic-fastset.html

  * igt@kms_plane_lowres@tiling-yf:
    - shard-bmg:          [SKIP][305] ([Intel XE#7825]) -> [SKIP][306] ([Intel XE#2393])
   [305]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_plane_lowres@tiling-yf.html
   [306]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@kms_plane_lowres@tiling-yf.html

  * igt@kms_plane_multiple@tiling-yf:
    - shard-bmg:          [SKIP][307] ([Intel XE#7825]) -> [SKIP][308] ([Intel XE#5020] / [Intel XE#7348])
   [307]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_plane_multiple@tiling-yf.html
   [308]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_plane_multiple@tiling-yf.html

  * igt@kms_pm_rpm@package-g7:
    - shard-bmg:          [SKIP][309] ([Intel XE#6813]) -> [SKIP][310] ([Intel XE#6814] / [Intel XE#7428])
   [309]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_pm_rpm@package-g7.html
   [310]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_pm_rpm@package-g7.html

  * igt@kms_rotation_crc@bad-tiling:
    - shard-bmg:          [SKIP][311] ([Intel XE#3904] / [Intel XE#7342]) -> [SKIP][312] ([Intel XE#7825])
   [311]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-5/igt@kms_rotation_crc@bad-tiling.html
   [312]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_rotation_crc@bad-tiling.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
    - shard-bmg:          [SKIP][313] ([Intel XE#7825]) -> [SKIP][314] ([Intel XE#2330] / [Intel XE#5813])
   [313]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
   [314]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
    - shard-bmg:          [SKIP][315] ([Intel XE#2330] / [Intel XE#5813]) -> [SKIP][316] ([Intel XE#7825]) +1 other test skip
   [315]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
   [316]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html

  * igt@kms_rotation_crc@sprite-rotation-270:
    - shard-bmg:          [SKIP][317] ([Intel XE#7825]) -> [SKIP][318] ([Intel XE#3904] / [Intel XE#7342])
   [317]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_rotation_crc@sprite-rotation-270.html
   [318]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_rotation_crc@sprite-rotation-270.html

  * igt@kms_scaling_modes@scaling-mode-full:
    - shard-bmg:          [SKIP][319] ([Intel XE#2413]) -> [SKIP][320] ([Intel XE#7825])
   [319]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-8/igt@kms_scaling_modes@scaling-mode-full.html
   [320]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_scaling_modes@scaling-mode-full.html

  * igt@kms_sharpness_filter@filter-basic:
    - shard-bmg:          [SKIP][321] ([Intel XE#6503]) -> [SKIP][322] ([Intel XE#7825]) +1 other test skip
   [321]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_sharpness_filter@filter-basic.html
   [322]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_sharpness_filter@filter-basic.html

  * igt@kms_sharpness_filter@invalid-filter-with-plane:
    - shard-bmg:          [SKIP][323] ([Intel XE#7825]) -> [SKIP][324] ([Intel XE#6503]) +1 other test skip
   [323]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_sharpness_filter@invalid-filter-with-plane.html
   [324]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@kms_sharpness_filter@invalid-filter-with-plane.html

  * igt@kms_tiled_display@basic-test-pattern:
    - shard-bmg:          [SKIP][325] ([Intel XE#2426] / [Intel XE#5848]) -> [SKIP][326] ([Intel XE#7825]) +1 other test skip
   [325]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern.html
   [326]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_tiled_display@basic-test-pattern.html

  * igt@kms_vrr@cmrr:
    - shard-bmg:          [SKIP][327] ([Intel XE#7825]) -> [SKIP][328] ([Intel XE#2168] / [Intel XE#7444])
   [327]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_vrr@cmrr.html
   [328]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-5/igt@kms_vrr@cmrr.html

  * igt@kms_vrr@flip-dpms:
    - shard-bmg:          [SKIP][329] ([Intel XE#1499]) -> [SKIP][330] ([Intel XE#7825])
   [329]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-8/igt@kms_vrr@flip-dpms.html
   [330]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_vrr@flip-dpms.html

  * igt@kms_vrr@lobf:
    - shard-bmg:          [SKIP][331] ([Intel XE#2168] / [Intel XE#7444]) -> [SKIP][332] ([Intel XE#7825])
   [331]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-1/igt@kms_vrr@lobf.html
   [332]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@kms_vrr@lobf.html

  * igt@kms_vrr@seamless-rr-switch-virtual:
    - shard-bmg:          [SKIP][333] ([Intel XE#7825]) -> [SKIP][334] ([Intel XE#1499])
   [333]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@kms_vrr@seamless-rr-switch-virtual.html
   [334]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@kms_vrr@seamless-rr-switch-virtual.html

  * igt@xe_evict@evict-beng-mixed-many-threads-small:
    - shard-bmg:          [SKIP][335] -> [INCOMPLETE][336] ([Intel XE#6321])
   [335]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@xe_evict@evict-beng-mixed-many-threads-small.html
   [336]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-8/igt@xe_evict@evict-beng-mixed-many-threads-small.html

  * igt@xe_evict@evict-small-external-multi-queue-cm:
    - shard-bmg:          [SKIP][337] -> [SKIP][338] ([Intel XE#7140])
   [337]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@xe_evict@evict-small-external-multi-queue-cm.html
   [338]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-5/igt@xe_evict@evict-small-external-multi-queue-cm.html

  * igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr:
    - shard-bmg:          [SKIP][339] ([Intel XE#7136]) -> [SKIP][340] ([Intel XE#7826]) +10 other tests skip
   [339]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-5/igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr.html
   [340]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-9/igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr.html

  * igt@xe_exec_fault_mode@many-multi-queue-userptr-rebind-prefetch:
    - shard-bmg:          [SKIP][341] ([Intel XE#7826]) -> [SKIP][342] ([Intel XE#7136]) +10 other tests skip
   [341]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@xe_exec_fault_mode@many-multi-queue-userptr-rebind-prefetch.html
   [342]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-6/igt@xe_exec_fault_mode@many-multi-queue-userptr-rebind-prefetch.html

  * igt@xe_mmap@small-bar:
    - shard-bmg:          [SKIP][343] ([Intel XE#7323] / [Intel XE#7384]) -> [SKIP][344] ([Intel XE#586] / [Intel XE#7323] / [Intel XE#7384])
   [343]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f/shard-bmg-9/igt@xe_mmap@small-bar.html
   [344]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v1/shard-bmg-10/igt@xe_mmap@small-bar.html

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

  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
  [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
  [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
  [Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
  [Intel XE#1511]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1511
  [Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
  [Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
  [Intel XE#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#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
  [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#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
  [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
  [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
  [Intel XE#2350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2350
  [Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
  [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
  [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
  [Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
  [Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2434]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2434
  [Intel XE#2459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2459
  [Intel XE#2482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2482
  [Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
  [Intel XE#2548]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2548
  [Intel XE#2568]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2568
  [Intel XE#2596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2596
  [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
  [Intel XE#2682]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2682
  [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
  [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#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
  [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
  [Intel XE#3297]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3297
  [Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
  [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
  [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
  [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
  [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
  [Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
  [Intel XE#4227]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4227
  [Intel XE#4298]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298
  [Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
  [Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
  [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#4886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4886
  [Intel XE#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
  [Intel XE#5408]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5408
  [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#5813]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5813
  [Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
  [Intel XE#586]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/586
  [Intel XE#5870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5870
  [Intel XE#5873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5873
  [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#6266]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6266
  [Intel XE#6314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6314
  [Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
  [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#6568]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6568
  [Intel XE#6813]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6813
  [Intel XE#6814]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6814
  [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#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
  [Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
  [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#7079]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7079
  [Intel XE#7082]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7082
  [Intel XE#7085]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7085
  [Intel XE#7089]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7089
  [Intel XE#7111]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7111
  [Intel XE#7112]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7112
  [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#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
  [Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
  [Intel XE#7321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7321
  [Intel XE#7323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7323
  [Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
  [Intel XE#7348]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7348
  [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#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#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
  [Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376
  [Intel XE#7383]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7383
  [Intel XE#7384]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7384
  [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#7425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7425
  [Intel XE#7428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7428
  [Intel XE#7442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7442
  [Intel XE#7444]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7444
  [Intel XE#7445]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7445
  [Intel XE#7449]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7449
  [Intel XE#7453]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7453
  [Intel XE#7466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7466
  [Intel XE#7503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7503
  [Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
  [Intel XE#7599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7599
  [Intel XE#7636]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636
  [Intel XE#7679]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7679
  [Intel XE#7687]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7687
  [Intel XE#7695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7695
  [Intel XE#7725]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7725
  [Intel XE#7793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7793
  [Intel XE#7795]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7795
  [Intel XE#7824]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7824
  [Intel XE#7825]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7825
  [Intel XE#7826]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7826
  [Intel XE#7827]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7827
  [Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944


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

  * Linux: xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f -> xe-pw-165457v1

  IGT_8873: a5c5d655807ead8204e01754b6434f0ecae40b96 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-4935-6784fa94a98ae6fceef9c2c171c3e9fb8be6585f: 6784fa94a98ae6fceef9c2c171c3e9fb8be6585f
  xe-pw-165457v1: 165457v1

== Logs ==

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

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

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

* ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev2)
  2026-04-24 20:30 [PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL Julia Filipchuk
                   ` (2 preceding siblings ...)
  2026-04-24 22:25 ` ✗ Xe.CI.FULL: failure " Patchwork
@ 2026-04-27 18:38 ` Patchwork
  2026-04-27 19:59 ` ✓ Xe.CI.BAT: " Patchwork
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2026-04-27 18:38 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

== Series Details ==

Series: drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev2)
URL   : https://patchwork.freedesktop.org/series/165457/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev2)
  2026-04-24 20:30 [PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL Julia Filipchuk
                   ` (3 preceding siblings ...)
  2026-04-27 18:38 ` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev2) Patchwork
@ 2026-04-27 19:59 ` Patchwork
  2026-04-28  0:28 ` ✗ Xe.CI.FULL: failure " Patchwork
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2026-04-27 19:59 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev2)
URL   : https://patchwork.freedesktop.org/series/165457/
State : success

== Summary ==

CI Bug Log - changes from xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf_BAT -> xe-pw-165457v2_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

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

  No changes in participating hosts


Changes
-------

  No changes found


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

  * IGT: IGT_8873 -> IGT_8874
  * Linux: xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf -> xe-pw-165457v2

  IGT_8873: a5c5d655807ead8204e01754b6434f0ecae40b96 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  IGT_8874: 4568b2c141ab630c34f8eb2b9afab8cbf8f3ce9e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf: b6f6b69b2dffa9ad1c43b2149786b4630d41acbf
  xe-pw-165457v2: 165457v2

== Logs ==

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

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

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

* ✗ Xe.CI.FULL: failure for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev2)
  2026-04-24 20:30 [PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL Julia Filipchuk
                   ` (4 preceding siblings ...)
  2026-04-27 19:59 ` ✓ Xe.CI.BAT: " Patchwork
@ 2026-04-28  0:28 ` Patchwork
  2026-04-28 20:17   ` Julia Filipchuk
  2026-04-28 21:12 ` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev3) Patchwork
                   ` (5 subsequent siblings)
  11 siblings, 1 reply; 18+ messages in thread
From: Patchwork @ 2026-04-28  0:28 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev2)
URL   : https://patchwork.freedesktop.org/series/165457/
State : failure

== Summary ==

CI Bug Log - changes from xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf_FULL -> xe-pw-165457v2_FULL
====================================================

Summary
-------

  **FAILURE**

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

### IGT changes ###

#### Possible regressions ####

  * igt@fbdev@write:
    - shard-bmg:          [PASS][1] -> [FAIL][2] +1 other test fail
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-10/igt@fbdev@write.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@fbdev@write.html

  
#### Warnings ####

  * igt@xe_fault_injection@exec-queue-create-fail-xe_pxp_exec_queue_add:
    - shard-bmg:          [SKIP][3] ([Intel XE#6281] / [Intel XE#7426]) -> [ABORT][4]
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-6/igt@xe_fault_injection@exec-queue-create-fail-xe_pxp_exec_queue_add.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-1/igt@xe_fault_injection@exec-queue-create-fail-xe_pxp_exec_queue_add.html

  * igt@xe_module_load@load:
    - shard-bmg:          ([PASS][5], [PASS][6], [PASS][7], [PASS][8], [PASS][9], [PASS][10], [PASS][11], [PASS][12], [PASS][13], [PASS][14], [PASS][15], [PASS][16], [PASS][17], [PASS][18], [PASS][19], [PASS][20], [PASS][21], [PASS][22], [PASS][23], [SKIP][24], [PASS][25], [PASS][26], [PASS][27]) ([Intel XE#2457] / [Intel XE#7405]) -> ([PASS][28], [PASS][29], [PASS][30], [SKIP][31], [PASS][32], [PASS][33], [ABORT][34], [PASS][35], [PASS][36], [PASS][37], [PASS][38], [PASS][39], [PASS][40], [PASS][41], [PASS][42], [PASS][43], [PASS][44], [PASS][45], [PASS][46], [PASS][47], [PASS][48]) ([Intel XE#2457] / [Intel XE#7405])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-7/igt@xe_module_load@load.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-8/igt@xe_module_load@load.html
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-8/igt@xe_module_load@load.html
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-2/igt@xe_module_load@load.html
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-8/igt@xe_module_load@load.html
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-2/igt@xe_module_load@load.html
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-7/igt@xe_module_load@load.html
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-10/igt@xe_module_load@load.html
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-6/igt@xe_module_load@load.html
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-10/igt@xe_module_load@load.html
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-10/igt@xe_module_load@load.html
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-6/igt@xe_module_load@load.html
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-1/igt@xe_module_load@load.html
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-1/igt@xe_module_load@load.html
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-1/igt@xe_module_load@load.html
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-1/igt@xe_module_load@load.html
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-2/igt@xe_module_load@load.html
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-2/igt@xe_module_load@load.html
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-10/igt@xe_module_load@load.html
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-1/igt@xe_module_load@load.html
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-7/igt@xe_module_load@load.html
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-5/igt@xe_module_load@load.html
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-6/igt@xe_module_load@load.html
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-6/igt@xe_module_load@load.html
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-10/igt@xe_module_load@load.html
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-10/igt@xe_module_load@load.html
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-6/igt@xe_module_load@load.html
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-8/igt@xe_module_load@load.html
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-1/igt@xe_module_load@load.html
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-5/igt@xe_module_load@load.html
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-1/igt@xe_module_load@load.html
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-6/igt@xe_module_load@load.html
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-6/igt@xe_module_load@load.html
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-1/igt@xe_module_load@load.html
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_module_load@load.html
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-8/igt@xe_module_load@load.html
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-8/igt@xe_module_load@load.html
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_module_load@load.html
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_module_load@load.html
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-10/igt@xe_module_load@load.html
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-7/igt@xe_module_load@load.html
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_module_load@load.html
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-7/igt@xe_module_load@load.html
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-7/igt@xe_module_load@load.html

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

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

### IGT changes ###

#### Issues hit ####

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

  * igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
    - shard-bmg:          NOTRUN -> [SKIP][50] ([Intel XE#1124]) +6 other tests skip
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-10/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs@pipe-c-dp-2:
    - shard-bmg:          NOTRUN -> [SKIP][51] ([Intel XE#2652]) +8 other tests skip
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-6/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs@pipe-c-dp-2.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc:
    - shard-bmg:          NOTRUN -> [SKIP][52] ([Intel XE#3432]) +1 other test skip
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][53] ([Intel XE#2887]) +7 other tests skip
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-6/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs.html

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

  * igt@kms_chamelium_edid@dp-edid-change-during-hibernate:
    - shard-bmg:          NOTRUN -> [SKIP][55] ([Intel XE#2252]) +3 other tests skip
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-6/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html

  * igt@kms_content_protection@legacy:
    - shard-bmg:          NOTRUN -> [FAIL][56] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +7 other tests fail
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_content_protection@legacy.html

  * igt@kms_cursor_crc@cursor-offscreen-512x512:
    - shard-bmg:          NOTRUN -> [SKIP][57] ([Intel XE#2321] / [Intel XE#7355]) +1 other test skip
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-10/igt@kms_cursor_crc@cursor-offscreen-512x512.html

  * igt@kms_cursor_crc@cursor-onscreen-max-size:
    - shard-bmg:          NOTRUN -> [SKIP][58] ([Intel XE#2320]) +5 other tests skip
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-10/igt@kms_cursor_crc@cursor-onscreen-max-size.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic:
    - shard-bmg:          [PASS][59] -> [FAIL][60] ([Intel XE#7571])
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-1/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-6/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html

  * igt@kms_dp_link_training@non-uhbr-mst:
    - shard-bmg:          NOTRUN -> [SKIP][61] ([Intel XE#4354] / [Intel XE#5882])
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-7/igt@kms_dp_link_training@non-uhbr-mst.html

  * igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
    - shard-bmg:          [PASS][62] -> [DMESG-FAIL][63] ([Intel XE#5208])
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-1/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html

  * igt@kms_flip@2x-modeset-vs-vblank-race-interruptible@bc-dp2-hdmi-a3:
    - shard-bmg:          [PASS][64] -> [DMESG-FAIL][65] ([Intel XE#5545])
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-1/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible@bc-dp2-hdmi-a3.html
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible@bc-dp2-hdmi-a3.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1:
    - shard-lnl:          [PASS][66] -> [FAIL][67] ([Intel XE#301])
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
    - shard-bmg:          NOTRUN -> [SKIP][68] ([Intel XE#7178] / [Intel XE#7351]) +2 other tests skip
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html

  * igt@kms_frontbuffer_tracking@drrs-rgb565-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][69] ([Intel XE#2311]) +14 other tests skip
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][70] ([Intel XE#4141]) +10 other tests skip
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][71] ([Intel XE#6557] / [Intel XE#6703])
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-abgr161616f-draw-blt:
    - shard-bmg:          NOTRUN -> [SKIP][72] ([Intel XE#7061] / [Intel XE#7356]) +2 other tests skip
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-abgr161616f-draw-blt.html

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

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][74] ([Intel XE#2313]) +16 other tests skip
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-wc.html

  * igt@kms_hdr@brightness-with-hdr:
    - shard-bmg:          NOTRUN -> [SKIP][75] ([Intel XE#3544])
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-6/igt@kms_hdr@brightness-with-hdr.html

  * igt@kms_hdr@invalid-hdr:
    - shard-bmg:          [PASS][76] -> [SKIP][77] ([Intel XE#1503])
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-1/igt@kms_hdr@invalid-hdr.html
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-10/igt@kms_hdr@invalid-hdr.html

  * igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping:
    - shard-bmg:          NOTRUN -> [SKIP][78] ([Intel XE#7283]) +2 other tests skip
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-8/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping.html

  * igt@kms_pm_backlight@fade-with-dpms:
    - shard-bmg:          NOTRUN -> [SKIP][79] ([Intel XE#7376] / [Intel XE#870]) +1 other test skip
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-1/igt@kms_pm_backlight@fade-with-dpms.html

  * igt@kms_pm_dc@dc5-psr:
    - shard-lnl:          [PASS][80] -> [FAIL][81] ([Intel XE#7340])
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-lnl-3/igt@kms_pm_dc@dc5-psr.html
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-lnl-7/igt@kms_pm_dc@dc5-psr.html

  * igt@kms_pm_rpm@modeset-lpsp-stress:
    - shard-bmg:          NOTRUN -> [SKIP][82] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#7383] / [Intel XE#836])
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-10/igt@kms_pm_rpm@modeset-lpsp-stress.html

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

  * igt@kms_psr@psr2-sprite-plane-onoff:
    - shard-bmg:          NOTRUN -> [SKIP][84] ([Intel XE#2234] / [Intel XE#2850]) +6 other tests skip
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-8/igt@kms_psr@psr2-sprite-plane-onoff.html

  * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
    - shard-bmg:          NOTRUN -> [SKIP][85] ([Intel XE#3904] / [Intel XE#7342])
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-1/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html

  * igt@kms_sharpness_filter@invalid-filter-with-scaler:
    - shard-bmg:          NOTRUN -> [SKIP][86] ([Intel XE#6503]) +3 other tests skip
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_sharpness_filter@invalid-filter-with-scaler.html

  * igt@kms_vrr@flip-basic-fastset:
    - shard-bmg:          NOTRUN -> [SKIP][87] ([Intel XE#1499])
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-7/igt@kms_vrr@flip-basic-fastset.html

  * igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
    - shard-lnl:          [PASS][88] -> [FAIL][89] ([Intel XE#2142]) +1 other test fail
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-lnl-2/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-lnl-8/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html

  * igt@xe_eudebug_online@set-breakpoint-faultable:
    - shard-bmg:          NOTRUN -> [SKIP][90] ([Intel XE#7636]) +10 other tests skip
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-8/igt@xe_eudebug_online@set-breakpoint-faultable.html

  * igt@xe_eudebug_sriov@deny-eudebug:
    - shard-bmg:          NOTRUN -> [SKIP][91] ([Intel XE#5793] / [Intel XE#7320] / [Intel XE#7464])
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-10/igt@xe_eudebug_sriov@deny-eudebug.html

  * igt@xe_evict@evict-small-multi-queue-priority:
    - shard-bmg:          NOTRUN -> [SKIP][92] ([Intel XE#7140]) +3 other tests skip
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-6/igt@xe_evict@evict-small-multi-queue-priority.html

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

  * igt@xe_exec_compute_mode@twice-basic:
    - shard-bmg:          [PASS][94] -> [SKIP][95] ([Intel XE#6557] / [Intel XE#6703]) +1 other test skip
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-10/igt@xe_exec_compute_mode@twice-basic.html
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_exec_compute_mode@twice-basic.html

  * igt@xe_exec_fault_mode@twice-multi-queue-userptr-rebind:
    - shard-bmg:          NOTRUN -> [SKIP][96] ([Intel XE#7136]) +6 other tests skip
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-8/igt@xe_exec_fault_mode@twice-multi-queue-userptr-rebind.html

  * igt@xe_exec_multi_queue@max-queues-basic:
    - shard-bmg:          NOTRUN -> [SKIP][97] ([Intel XE#6874]) +19 other tests skip
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-7/igt@xe_exec_multi_queue@max-queues-basic.html

  * igt@xe_exec_system_allocator@many-large-execqueues-mmap-new:
    - shard-bmg:          [PASS][98] -> [SKIP][99] ([Intel XE#6703]) +117 other tests skip
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-6/igt@xe_exec_system_allocator@many-large-execqueues-mmap-new.html
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_exec_system_allocator@many-large-execqueues-mmap-new.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-free-huge:
    - shard-bmg:          NOTRUN -> [SKIP][100] ([Intel XE#6703]) +25 other tests skip
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-free-huge.html

  * igt@xe_exec_threads@threads-multi-queue-mixed-fd-rebind:
    - shard-bmg:          NOTRUN -> [SKIP][101] ([Intel XE#7138]) +6 other tests skip
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_exec_threads@threads-multi-queue-mixed-fd-rebind.html

  * igt@xe_multigpu_svm@mgpu-concurrent-access-basic:
    - shard-bmg:          NOTRUN -> [SKIP][102] ([Intel XE#6964]) +1 other test skip
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_multigpu_svm@mgpu-concurrent-access-basic.html

  * igt@xe_pat@pat-index-xelp:
    - shard-bmg:          NOTRUN -> [SKIP][103] ([Intel XE#2245] / [Intel XE#7590])
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-6/igt@xe_pat@pat-index-xelp.html

  * igt@xe_pat@xa-app-transient-media-on:
    - shard-bmg:          NOTRUN -> [SKIP][104] ([Intel XE#7590]) +1 other test skip
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-1/igt@xe_pat@xa-app-transient-media-on.html

  * igt@xe_peer2peer@write:
    - shard-bmg:          NOTRUN -> [SKIP][105] ([Intel XE#2427] / [Intel XE#6953] / [Intel XE#7326] / [Intel XE#7353])
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-6/igt@xe_peer2peer@write.html

  * igt@xe_pm@d3cold-mmap-system:
    - shard-bmg:          NOTRUN -> [SKIP][106] ([Intel XE#2284] / [Intel XE#7370])
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-1/igt@xe_pm@d3cold-mmap-system.html

  * igt@xe_pmu@fn-engine-activity-load:
    - shard-bmg:          NOTRUN -> [FAIL][107] ([Intel XE#5937])
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-7/igt@xe_pmu@fn-engine-activity-load.html

  * igt@xe_prefetch_fault@prefetch-fault:
    - shard-bmg:          NOTRUN -> [SKIP][108] ([Intel XE#7599])
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-6/igt@xe_prefetch_fault@prefetch-fault.html

  * igt@xe_pxp@pxp-src-to-pxp-dest-rendercopy:
    - shard-bmg:          NOTRUN -> [SKIP][109] ([Intel XE#4733] / [Intel XE#7417]) +1 other test skip
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_pxp@pxp-src-to-pxp-dest-rendercopy.html

  * igt@xe_query@multigpu-query-pxp-status:
    - shard-bmg:          NOTRUN -> [SKIP][110] ([Intel XE#944]) +2 other tests skip
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-8/igt@xe_query@multigpu-query-pxp-status.html

  * igt@xe_sriov_flr@flr-each-isolation:
    - shard-bmg:          [PASS][111] -> [FAIL][112] ([Intel XE#6569])
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-6/igt@xe_sriov_flr@flr-each-isolation.html
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-1/igt@xe_sriov_flr@flr-each-isolation.html

  
#### Possible fixes ####

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1:
    - shard-lnl:          [FAIL][113] ([Intel XE#301]) -> [PASS][114]
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html

  * igt@kms_flip@flip-vs-panning-vs-hang:
    - shard-bmg:          [ABORT][115] ([Intel XE#5545] / [Intel XE#6652]) -> [PASS][116] +1 other test pass
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-2/igt@kms_flip@flip-vs-panning-vs-hang.html
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-1/igt@kms_flip@flip-vs-panning-vs-hang.html

  * igt@kms_setmode@basic@pipe-b-edp-1:
    - shard-lnl:          [FAIL][117] ([Intel XE#6361]) -> [PASS][118] +2 other tests pass
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-lnl-7/igt@kms_setmode@basic@pipe-b-edp-1.html
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-lnl-3/igt@kms_setmode@basic@pipe-b-edp-1.html

  
#### Warnings ####

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0:
    - shard-bmg:          [SKIP][119] ([Intel XE#1124]) -> [SKIP][120] ([Intel XE#6703]) +2 other tests skip
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html

  * igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs:
    - shard-bmg:          [SKIP][121] ([Intel XE#2887]) -> [SKIP][122] ([Intel XE#6703]) +2 other tests skip
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-1/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs.html
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs.html

  * igt@kms_chamelium_hpd@common-hpd-after-hibernate:
    - shard-bmg:          [SKIP][123] ([Intel XE#2252]) -> [SKIP][124] ([Intel XE#6703])
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-1/igt@kms_chamelium_hpd@common-hpd-after-hibernate.html
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_chamelium_hpd@common-hpd-after-hibernate.html

  * igt@kms_cursor_crc@cursor-onscreen-64x21:
    - shard-bmg:          [SKIP][125] ([Intel XE#2320]) -> [SKIP][126] ([Intel XE#6703]) +1 other test skip
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-1/igt@kms_cursor_crc@cursor-onscreen-64x21.html
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_cursor_crc@cursor-onscreen-64x21.html

  * igt@kms_fbcon_fbt@fbc:
    - shard-bmg:          [SKIP][127] ([Intel XE#4156] / [Intel XE#7425]) -> [SKIP][128] ([Intel XE#6703])
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-10/igt@kms_fbcon_fbt@fbc.html
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_fbcon_fbt@fbc.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling:
    - shard-bmg:          [SKIP][129] ([Intel XE#7178] / [Intel XE#7351]) -> [SKIP][130] ([Intel XE#6703]) +2 other tests skip
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][131] ([Intel XE#2311]) -> [SKIP][132] ([Intel XE#6703]) +3 other tests skip
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc.html
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@drrs-argb161616f-draw-render:
    - shard-bmg:          [SKIP][133] ([Intel XE#7061] / [Intel XE#7356]) -> [SKIP][134] ([Intel XE#6703])
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-argb161616f-draw-render.html
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-argb161616f-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt:
    - shard-bmg:          [SKIP][135] ([Intel XE#4141]) -> [SKIP][136] ([Intel XE#6703]) +3 other tests skip
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render:
    - shard-bmg:          [SKIP][137] ([Intel XE#2313]) -> [SKIP][138] ([Intel XE#6703]) +3 other tests skip
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render.html
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render.html

  * igt@kms_plane_multiple@tiling-y:
    - shard-bmg:          [SKIP][139] ([Intel XE#5020] / [Intel XE#7348]) -> [SKIP][140] ([Intel XE#6703])
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-2/igt@kms_plane_multiple@tiling-y.html
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_plane_multiple@tiling-y.html

  * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
    - shard-bmg:          [SKIP][141] ([Intel XE#2763] / [Intel XE#6886]) -> [SKIP][142] ([Intel XE#6703])
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-6/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf:
    - shard-bmg:          [SKIP][143] ([Intel XE#1489]) -> [SKIP][144] ([Intel XE#6703])
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-10/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf.html
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr@fbc-pr-primary-page-flip:
    - shard-bmg:          [SKIP][145] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][146] ([Intel XE#6703]) +2 other tests skip
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-10/igt@kms_psr@fbc-pr-primary-page-flip.html
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_psr@fbc-pr-primary-page-flip.html

  * igt@kms_sharpness_filter@filter-rotations:
    - shard-bmg:          [SKIP][147] ([Intel XE#6503]) -> [SKIP][148] ([Intel XE#6703])
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-6/igt@kms_sharpness_filter@filter-rotations.html
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@kms_sharpness_filter@filter-rotations.html

  * igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-vram:
    - shard-bmg:          [SKIP][149] ([Intel XE#7636]) -> [SKIP][150] ([Intel XE#6703])
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-10/igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-vram.html
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-vram.html

  * igt@xe_exec_basic@multigpu-once-userptr:
    - shard-bmg:          [SKIP][151] ([Intel XE#2322] / [Intel XE#7372]) -> [SKIP][152] ([Intel XE#6703]) +1 other test skip
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-8/igt@xe_exec_basic@multigpu-once-userptr.html
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_exec_basic@multigpu-once-userptr.html

  * igt@xe_exec_fault_mode@many-execqueues-multi-queue-rebind-prefetch:
    - shard-bmg:          [SKIP][153] ([Intel XE#7136]) -> [SKIP][154] ([Intel XE#6703]) +1 other test skip
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-10/igt@xe_exec_fault_mode@many-execqueues-multi-queue-rebind-prefetch.html
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_exec_fault_mode@many-execqueues-multi-queue-rebind-prefetch.html

  * igt@xe_exec_multi_queue@many-queues-basic-smem:
    - shard-bmg:          [SKIP][155] ([Intel XE#6874]) -> [SKIP][156] ([Intel XE#6703]) +6 other tests skip
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-2/igt@xe_exec_multi_queue@many-queues-basic-smem.html
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_exec_multi_queue@many-queues-basic-smem.html

  * igt@xe_page_reclaim@random:
    - shard-bmg:          [SKIP][157] ([Intel XE#7793]) -> [SKIP][158] ([Intel XE#6703])
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-7/igt@xe_page_reclaim@random.html
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_page_reclaim@random.html

  * igt@xe_pm@d3cold-mmap-vram:
    - shard-bmg:          [SKIP][159] ([Intel XE#2284] / [Intel XE#7370]) -> [SKIP][160] ([Intel XE#6703])
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-6/igt@xe_pm@d3cold-mmap-vram.html
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_pm@d3cold-mmap-vram.html

  * igt@xe_pxp@pxp-stale-bo-bind-post-termination-irq:
    - shard-bmg:          [SKIP][161] ([Intel XE#4733] / [Intel XE#7417]) -> [SKIP][162] ([Intel XE#6703])
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-1/igt@xe_pxp@pxp-stale-bo-bind-post-termination-irq.html
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_pxp@pxp-stale-bo-bind-post-termination-irq.html

  * igt@xe_query@multigpu-query-topology:
    - shard-bmg:          [SKIP][163] ([Intel XE#944]) -> [SKIP][164] ([Intel XE#6703])
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf/shard-bmg-1/igt@xe_query@multigpu-query-topology.html
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v2/shard-bmg-2/igt@xe_query@multigpu-query-topology.html

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

  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
  [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
  [Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245
  [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
  [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
  [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
  [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
  [Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
  [Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
  [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#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
  [Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
  [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#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
  [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
  [Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
  [Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
  [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
  [Intel XE#5208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5208
  [Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
  [Intel XE#5793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5793
  [Intel XE#5882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5882
  [Intel XE#5937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5937
  [Intel XE#6281]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6281
  [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#6557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6557
  [Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
  [Intel XE#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652
  [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#6953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6953
  [Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
  [Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
  [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#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
  [Intel XE#7320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7320
  [Intel XE#7326]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7326
  [Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340
  [Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
  [Intel XE#7348]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7348
  [Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
  [Intel XE#7353]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7353
  [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#7370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7370
  [Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
  [Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
  [Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376
  [Intel XE#7383]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7383
  [Intel XE#7399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7399
  [Intel XE#7405]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7405
  [Intel XE#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417
  [Intel XE#7425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7425
  [Intel XE#7426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7426
  [Intel XE#7464]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7464
  [Intel XE#7571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7571
  [Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
  [Intel XE#7599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7599
  [Intel XE#7636]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636
  [Intel XE#7679]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7679
  [Intel XE#7793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7793
  [Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944


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

  * IGT: IGT_8873 -> IGT_8874
  * Linux: xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf -> xe-pw-165457v2

  IGT_8873: a5c5d655807ead8204e01754b6434f0ecae40b96 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  IGT_8874: 4568b2c141ab630c34f8eb2b9afab8cbf8f3ce9e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf: b6f6b69b2dffa9ad1c43b2149786b4630d41acbf
  xe-pw-165457v2: 165457v2

== Logs ==

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

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

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

* Re: ✗ Xe.CI.FULL: failure for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev2)
  2026-04-28  0:28 ` ✗ Xe.CI.FULL: failure " Patchwork
@ 2026-04-28 20:17   ` Julia Filipchuk
  0 siblings, 0 replies; 18+ messages in thread
From: Julia Filipchuk @ 2026-04-28 20:17 UTC (permalink / raw)
  To: intel-xe


Triggering rerun now that shards-bmg-9 is removed from pool.

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

* ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev3)
  2026-04-24 20:30 [PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL Julia Filipchuk
                   ` (5 preceding siblings ...)
  2026-04-28  0:28 ` ✗ Xe.CI.FULL: failure " Patchwork
@ 2026-04-28 21:12 ` Patchwork
  2026-04-28 22:33 ` ✗ Xe.CI.BAT: failure " Patchwork
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2026-04-28 21:12 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

== Series Details ==

Series: drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev3)
URL   : https://patchwork.freedesktop.org/series/165457/
State : success

== Summary ==

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

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

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

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



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

* ✗ Xe.CI.BAT: failure for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev3)
  2026-04-24 20:30 [PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL Julia Filipchuk
                   ` (6 preceding siblings ...)
  2026-04-28 21:12 ` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev3) Patchwork
@ 2026-04-28 22:33 ` Patchwork
  2026-04-29 17:56   ` Julia Filipchuk
  2026-04-29  9:45 ` ✗ Xe.CI.FULL: " Patchwork
                   ` (3 subsequent siblings)
  11 siblings, 1 reply; 18+ messages in thread
From: Patchwork @ 2026-04-28 22:33 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev3)
URL   : https://patchwork.freedesktop.org/series/165457/
State : failure

== Summary ==

CI Bug Log - changes from xe-4946-e066eb26712bca7174e694a358351c50a38661d6_BAT -> xe-pw-165457v3_BAT
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with xe-pw-165457v3_BAT absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in xe-pw-165457v3_BAT, 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 (13 -> 6)
------------------------------

  ERROR: It appears as if the changes made in xe-pw-165457v3_BAT prevented too many machines from booting.

  Missing    (7): bat-ptl-1 bat-ptl-2 bat-ptl-vm bat-wcl-1 bat-wcl-2 bat-adlp-vm bat-adlp-7 


Changes
-------

  No changes found


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

  * IGT: IGT_8874 -> IGT_8877
  * Linux: xe-4946-e066eb26712bca7174e694a358351c50a38661d6 -> xe-pw-165457v3

  IGT_8874: 4568b2c141ab630c34f8eb2b9afab8cbf8f3ce9e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  IGT_8877: 1749e432cd72ef2c99f1b4e9d6f24411f1161901 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-4946-e066eb26712bca7174e694a358351c50a38661d6: e066eb26712bca7174e694a358351c50a38661d6
  xe-pw-165457v3: 165457v3

== Logs ==

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

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

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

* ✗ Xe.CI.FULL: failure for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev3)
  2026-04-24 20:30 [PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL Julia Filipchuk
                   ` (7 preceding siblings ...)
  2026-04-28 22:33 ` ✗ Xe.CI.BAT: failure " Patchwork
@ 2026-04-29  9:45 ` Patchwork
  2026-04-29 17:55   ` Julia Filipchuk
  2026-04-29 21:53 ` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev4) Patchwork
                   ` (2 subsequent siblings)
  11 siblings, 1 reply; 18+ messages in thread
From: Patchwork @ 2026-04-29  9:45 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev3)
URL   : https://patchwork.freedesktop.org/series/165457/
State : failure

== Summary ==

CI Bug Log - changes from xe-4946-e066eb26712bca7174e694a358351c50a38661d6_FULL -> xe-pw-165457v3_FULL
====================================================

Summary
-------

  **FAILURE**

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

### IGT changes ###

#### Possible regressions ####

  * igt@xe_exec_reset@multi-queue-cat-error-on-secondary:
    - shard-bmg:          NOTRUN -> [SKIP][1] +4 other tests skip
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-1/igt@xe_exec_reset@multi-queue-cat-error-on-secondary.html

  * igt@xe_exec_reset@multi-queue-gt-reset:
    - shard-lnl:          NOTRUN -> [SKIP][2] +13 other tests skip
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-lnl-3/igt@xe_exec_reset@multi-queue-gt-reset.html

  * igt@xe_live_ktest@xe_migrate@xe_migrate_sanity_kunit:
    - shard-bmg:          [PASS][3] -> [FAIL][4] +2 other tests fail
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-9/igt@xe_live_ktest@xe_migrate@xe_migrate_sanity_kunit.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@xe_live_ktest@xe_migrate@xe_migrate_sanity_kunit.html

  
#### Suppressed ####

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

  * {igt@xe_vm@overcommit-fault-vram-lr}:
    - shard-lnl:          NOTRUN -> [SKIP][5] +1 other test skip
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-lnl-8/igt@xe_vm@overcommit-fault-vram-lr.html

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

  Here are the changes found in xe-pw-165457v3_FULL that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@fbdev@read:
    - shard-bmg:          [PASS][6] -> [FAIL][7] ([Intel XE#7859])
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-8/igt@fbdev@read.html
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@fbdev@read.html

  * igt@kms_big_fb@4-tiled-64bpp-rotate-90:
    - shard-bmg:          NOTRUN -> [SKIP][8] ([Intel XE#2327]) +7 other tests skip
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-3/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html

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

  * igt@kms_big_fb@y-tiled-addfb:
    - shard-bmg:          NOTRUN -> [SKIP][10] ([Intel XE#2328] / [Intel XE#7367])
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-9/igt@kms_big_fb@y-tiled-addfb.html

  * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
    - shard-bmg:          NOTRUN -> [SKIP][11] ([Intel XE#607] / [Intel XE#7361])
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-8/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-bmg:          NOTRUN -> [SKIP][12] ([Intel XE#1124]) +6 other tests skip
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-8/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][13] ([Intel XE#2887]) +17 other tests skip
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-6/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc:
    - shard-bmg:          NOTRUN -> [SKIP][14] ([Intel XE#3432])
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-10/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html

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

  * igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
    - shard-bmg:          NOTRUN -> [SKIP][16] ([Intel XE#2252]) +5 other tests skip
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-9/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html

  * igt@kms_content_protection@atomic-dpms@pipe-a-dp-2:
    - shard-bmg:          NOTRUN -> [FAIL][17] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +1 other test fail
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-6/igt@kms_content_protection@atomic-dpms@pipe-a-dp-2.html

  * igt@kms_content_protection@dp-mst-type-1:
    - shard-bmg:          NOTRUN -> [SKIP][18] ([Intel XE#2390] / [Intel XE#6974])
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-1/igt@kms_content_protection@dp-mst-type-1.html

  * igt@kms_content_protection@dp-mst-type-1-suspend-resume:
    - shard-bmg:          NOTRUN -> [SKIP][19] ([Intel XE#6974])
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html

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

  * igt@kms_cursor_crc@cursor-random-256x85:
    - shard-bmg:          NOTRUN -> [SKIP][21] ([Intel XE#2320])
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-9/igt@kms_cursor_crc@cursor-random-256x85.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
    - shard-bmg:          NOTRUN -> [SKIP][22] ([Intel XE#2286] / [Intel XE#6035])
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html

  * igt@kms_dp_link_training@uhbr-sst:
    - shard-bmg:          NOTRUN -> [SKIP][23] ([Intel XE#4354] / [Intel XE#5870])
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-7/igt@kms_dp_link_training@uhbr-sst.html

  * igt@kms_fbcon_fbt@psr-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][24] ([Intel XE#6126] / [Intel XE#776]) +1 other test skip
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-6/igt@kms_fbcon_fbt@psr-suspend.html

  * igt@kms_feature_discovery@display-4x:
    - shard-bmg:          NOTRUN -> [SKIP][25] ([Intel XE#1138] / [Intel XE#7344])
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-1/igt@kms_feature_discovery@display-4x.html

  * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
    - shard-bmg:          [PASS][26] -> [FAIL][27] ([Intel XE#3149] / [Intel XE#3321]) +1 other test fail
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-3/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible:
    - shard-lnl:          [PASS][28] -> [FAIL][29] ([Intel XE#301]) +3 other tests fail
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank-interruptible.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
    - shard-bmg:          NOTRUN -> [SKIP][30] ([Intel XE#7178] / [Intel XE#7351]) +1 other test skip
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
    - shard-bmg:          NOTRUN -> [SKIP][31] ([Intel XE#7178] / [Intel XE#7349])
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html

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

  * igt@kms_frontbuffer_tracking@drrs-argb161616f-draw-blt:
    - shard-bmg:          NOTRUN -> [SKIP][33] ([Intel XE#7061] / [Intel XE#7356]) +3 other tests skip
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-argb161616f-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][34] ([Intel XE#4141]) +10 other tests skip
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
    - shard-bmg:          NOTRUN -> [SKIP][35] ([Intel XE#2352] / [Intel XE#7399]) +1 other test skip
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt:
    - shard-bmg:          NOTRUN -> [SKIP][36] ([Intel XE#2313]) +27 other tests skip
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html

  * igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier:
    - shard-bmg:          NOTRUN -> [SKIP][37] ([Intel XE#7283]) +2 other tests skip
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-8/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier.html

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

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

  * igt@kms_pm_lpsp@kms-lpsp:
    - shard-bmg:          NOTRUN -> [SKIP][40] ([Intel XE#2499])
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-1/igt@kms_pm_lpsp@kms-lpsp.html

  * igt@kms_pm_rpm@dpms-lpsp:
    - shard-bmg:          NOTRUN -> [SKIP][41] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#7383] / [Intel XE#836]) +1 other test skip
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-8/igt@kms_pm_rpm@dpms-lpsp.html

  * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf:
    - shard-bmg:          NOTRUN -> [SKIP][42] ([Intel XE#1489]) +5 other tests skip
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-9/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html

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

  * igt@kms_psr@psr2-primary-render:
    - shard-bmg:          NOTRUN -> [SKIP][44] ([Intel XE#2234])
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-7/igt@kms_psr@psr2-primary-render.html

  * igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
    - shard-lnl:          [PASS][45] -> [SKIP][46] ([Intel XE#4692] / [Intel XE#7508])
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-lnl-6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-lnl-2/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
    - shard-bmg:          NOTRUN -> [SKIP][47] ([Intel XE#2330] / [Intel XE#5813]) +1 other test skip
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html

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

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

  * igt@kms_vrr@seamless-rr-switch-virtual:
    - shard-bmg:          NOTRUN -> [SKIP][50] ([Intel XE#1499]) +1 other test skip
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-6/igt@kms_vrr@seamless-rr-switch-virtual.html

  * igt@xe_eudebug_online@set-breakpoint-faultable:
    - shard-bmg:          NOTRUN -> [SKIP][51] ([Intel XE#7636]) +13 other tests skip
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@xe_eudebug_online@set-breakpoint-faultable.html

  * igt@xe_eudebug_sriov@deny-sriov:
    - shard-bmg:          NOTRUN -> [SKIP][52] ([Intel XE#5793] / [Intel XE#7320] / [Intel XE#7464])
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-3/igt@xe_eudebug_sriov@deny-sriov.html

  * igt@xe_evict@evict-threads-small-multi-queue:
    - shard-bmg:          NOTRUN -> [SKIP][53] ([Intel XE#7140]) +2 other tests skip
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-1/igt@xe_evict@evict-threads-small-multi-queue.html

  * igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate-race:
    - shard-bmg:          NOTRUN -> [SKIP][54] ([Intel XE#2322] / [Intel XE#7372]) +8 other tests skip
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-10/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate-race.html

  * igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-invalidate-imm:
    - shard-bmg:          NOTRUN -> [SKIP][55] ([Intel XE#7136]) +13 other tests skip
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-7/igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-invalidate-imm.html

  * igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-userptr-invalidate:
    - shard-bmg:          NOTRUN -> [SKIP][56] ([Intel XE#6874]) +31 other tests skip
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-6/igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-userptr-invalidate.html

  * igt@xe_exec_system_allocator@many-stride-new-prefetch:
    - shard-bmg:          NOTRUN -> [INCOMPLETE][57] ([Intel XE#7098])
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-10/igt@xe_exec_system_allocator@many-stride-new-prefetch.html

  * igt@xe_exec_system_allocator@twice-large-malloc-nomemset:
    - shard-bmg:          [PASS][58] -> [SKIP][59] ([Intel XE#6703]) +122 other tests skip
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-9/igt@xe_exec_system_allocator@twice-large-malloc-nomemset.html
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@xe_exec_system_allocator@twice-large-malloc-nomemset.html

  * igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr-invalidate:
    - shard-bmg:          NOTRUN -> [SKIP][60] ([Intel XE#7138]) +3 other tests skip
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-8/igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr-invalidate.html

  * igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early:
    - shard-bmg:          NOTRUN -> [SKIP][61] ([Intel XE#6703]) +49 other tests skip
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early.html

  * igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
    - shard-bmg:          NOTRUN -> [SKIP][62] ([Intel XE#2229])
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-10/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html

  * igt@xe_media_fill@media-fill:
    - shard-bmg:          NOTRUN -> [SKIP][63] ([Intel XE#2459] / [Intel XE#2596] / [Intel XE#7321] / [Intel XE#7453])
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-8/igt@xe_media_fill@media-fill.html

  * igt@xe_multigpu_svm@mgpu-atomic-op-conflict:
    - shard-bmg:          NOTRUN -> [SKIP][64] ([Intel XE#6964]) +4 other tests skip
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@xe_multigpu_svm@mgpu-atomic-op-conflict.html

  * igt@xe_page_reclaim@invalid-1g:
    - shard-bmg:          NOTRUN -> [SKIP][65] ([Intel XE#7793]) +1 other test skip
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-10/igt@xe_page_reclaim@invalid-1g.html

  * igt@xe_pm@d3hot-i2c:
    - shard-bmg:          NOTRUN -> [SKIP][66] ([Intel XE#5742] / [Intel XE#7328] / [Intel XE#7400])
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-9/igt@xe_pm@d3hot-i2c.html

  * igt@xe_pm@vram-d3cold-threshold:
    - shard-bmg:          NOTRUN -> [SKIP][67] ([Intel XE#579] / [Intel XE#7329] / [Intel XE#7517])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@xe_pm@vram-d3cold-threshold.html

  * igt@xe_prefetch_fault@prefetch-fault-svm:
    - shard-bmg:          NOTRUN -> [SKIP][68] ([Intel XE#7599])
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-9/igt@xe_prefetch_fault@prefetch-fault-svm.html

  * igt@xe_pxp@display-black-pxp-fb:
    - shard-bmg:          NOTRUN -> [SKIP][69] ([Intel XE#4733] / [Intel XE#7417]) +1 other test skip
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-7/igt@xe_pxp@display-black-pxp-fb.html

  * igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz:
    - shard-bmg:          NOTRUN -> [SKIP][70] ([Intel XE#944]) +1 other test skip
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-1/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html

  * igt@xe_sriov_auto_provisioning@exclusive-ranges@numvfs-random:
    - shard-bmg:          [PASS][71] -> [FAIL][72] ([Intel XE#5937]) +1 other test fail
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-8/igt@xe_sriov_auto_provisioning@exclusive-ranges@numvfs-random.html
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-10/igt@xe_sriov_auto_provisioning@exclusive-ranges@numvfs-random.html

  * igt@xe_sriov_flr@flr-twice:
    - shard-bmg:          [PASS][73] -> [FAIL][74] ([Intel XE#6569])
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-6/igt@xe_sriov_flr@flr-twice.html
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-1/igt@xe_sriov_flr@flr-twice.html

  
#### Possible fixes ####

  * igt@kms_pm_dc@dc5-psr:
    - shard-lnl:          [FAIL][75] ([Intel XE#7340]) -> [PASS][76]
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-lnl-6/igt@kms_pm_dc@dc5-psr.html
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-lnl-3/igt@kms_pm_dc@dc5-psr.html

  * igt@xe_pmu@fn-engine-activity-load:
    - shard-bmg:          [FAIL][77] ([Intel XE#5937]) -> [PASS][78]
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-8/igt@xe_pmu@fn-engine-activity-load.html
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-7/igt@xe_pmu@fn-engine-activity-load.html

  * igt@xe_sriov_flr@flr-vf1-clear:
    - shard-bmg:          [FAIL][79] ([Intel XE#6569]) -> [PASS][80] +1 other test pass
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-7/igt@xe_sriov_flr@flr-vf1-clear.html
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-8/igt@xe_sriov_flr@flr-vf1-clear.html

  
#### Warnings ####

  * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
    - shard-bmg:          [SKIP][81] ([Intel XE#1124]) -> [SKIP][82] ([Intel XE#6703])
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-9/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html

  * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc:
    - shard-bmg:          [SKIP][83] ([Intel XE#2887]) -> [SKIP][84] ([Intel XE#6703]) +1 other test skip
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-9/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc.html
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc.html

  * igt@kms_chamelium_color@ctm-limited-range:
    - shard-bmg:          [SKIP][85] ([Intel XE#2325] / [Intel XE#7358]) -> [SKIP][86] ([Intel XE#6703])
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-9/igt@kms_chamelium_color@ctm-limited-range.html
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_chamelium_color@ctm-limited-range.html

  * igt@kms_chamelium_frames@hdmi-aspect-ratio:
    - shard-bmg:          [SKIP][87] ([Intel XE#2252]) -> [SKIP][88] ([Intel XE#6703])
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-10/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_chamelium_frames@hdmi-aspect-ratio.html

  * igt@kms_content_protection@dp-mst-type-0:
    - shard-bmg:          [SKIP][89] ([Intel XE#2390] / [Intel XE#6974]) -> [SKIP][90] ([Intel XE#6703])
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-6/igt@kms_content_protection@dp-mst-type-0.html
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_content_protection@dp-mst-type-0.html

  * igt@kms_dirtyfb@psr-dirtyfb-ioctl:
    - shard-bmg:          [SKIP][91] ([Intel XE#1508]) -> [SKIP][92] ([Intel XE#6703])
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-2/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html

  * igt@kms_dsc@dsc-with-bpc:
    - shard-bmg:          [SKIP][93] ([Intel XE#2244]) -> [SKIP][94] ([Intel XE#6703])
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-6/igt@kms_dsc@dsc-with-bpc.html
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_dsc@dsc-with-bpc.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
    - shard-bmg:          [SKIP][95] ([Intel XE#7178] / [Intel XE#7349]) -> [SKIP][96] ([Intel XE#6703])
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html

  * igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-render:
    - shard-bmg:          [SKIP][97] ([Intel XE#2311]) -> [SKIP][98] ([Intel XE#6703]) +4 other tests skip
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-render.html
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff:
    - shard-bmg:          [SKIP][99] ([Intel XE#4141]) -> [SKIP][100] ([Intel XE#6703]) +2 other tests skip
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff.html
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
    - shard-bmg:          [SKIP][101] ([Intel XE#4141]) -> [SKIP][102] ([Intel XE#6557] / [Intel XE#6703])
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-suspend:
    - shard-bmg:          [SKIP][103] ([Intel XE#2311]) -> [SKIP][104] ([Intel XE#6557] / [Intel XE#6703])
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-suspend.html
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-suspend.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt:
    - shard-bmg:          [SKIP][105] ([Intel XE#2313]) -> [SKIP][106] ([Intel XE#6703]) +5 other tests skip
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt.html
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-mmap-wc:
    - shard-bmg:          [SKIP][107] ([Intel XE#7061] / [Intel XE#7356]) -> [SKIP][108] ([Intel XE#6703])
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-mmap-wc.html
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-mmap-wc.html

  * igt@kms_hdr@brightness-with-hdr:
    - shard-bmg:          [SKIP][109] ([Intel XE#3544]) -> [SKIP][110] ([Intel XE#3374] / [Intel XE#3544])
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-10/igt@kms_hdr@brightness-with-hdr.html
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-7/igt@kms_hdr@brightness-with-hdr.html

  * igt@kms_hdr@invalid-hdr:
    - shard-bmg:          [SKIP][111] ([Intel XE#1503]) -> [SKIP][112] ([Intel XE#6703])
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-10/igt@kms_hdr@invalid-hdr.html
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_hdr@invalid-hdr.html

  * igt@kms_pm_backlight@brightness-with-dpms:
    - shard-bmg:          [SKIP][113] ([Intel XE#2938] / [Intel XE#7376]) -> [SKIP][114] ([Intel XE#6703])
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-7/igt@kms_pm_backlight@brightness-with-dpms.html
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_pm_backlight@brightness-with-dpms.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf:
    - shard-bmg:          [SKIP][115] ([Intel XE#1489]) -> [SKIP][116] ([Intel XE#6703])
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-3/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html

  * igt@kms_psr@fbc-pr-primary-page-flip:
    - shard-bmg:          [SKIP][117] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][118] ([Intel XE#6703]) +3 other tests skip
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-9/igt@kms_psr@fbc-pr-primary-page-flip.html
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_psr@fbc-pr-primary-page-flip.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
    - shard-bmg:          [SKIP][119] ([Intel XE#3904] / [Intel XE#7342]) -> [SKIP][120] ([Intel XE#6703])
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html

  * igt@kms_scaling_modes@scaling-mode-center:
    - shard-bmg:          [SKIP][121] ([Intel XE#2413]) -> [SKIP][122] ([Intel XE#6703])
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-7/igt@kms_scaling_modes@scaling-mode-center.html
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@kms_scaling_modes@scaling-mode-center.html

  * igt@kms_tiled_display@basic-test-pattern:
    - shard-bmg:          [FAIL][123] ([Intel XE#1729] / [Intel XE#7424]) -> [SKIP][124] ([Intel XE#2426] / [Intel XE#5848])
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-10/igt@kms_tiled_display@basic-test-pattern.html
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-7/igt@kms_tiled_display@basic-test-pattern.html

  * igt@xe_eudebug_online@single-step-one:
    - shard-bmg:          [SKIP][125] ([Intel XE#7636]) -> [SKIP][126] ([Intel XE#6703]) +2 other tests skip
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-3/igt@xe_eudebug_online@single-step-one.html
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@xe_eudebug_online@single-step-one.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-rebind:
    - shard-bmg:          [SKIP][127] ([Intel XE#2322] / [Intel XE#7372]) -> [SKIP][128] ([Intel XE#6703])
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-9/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-rebind.html
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-rebind.html

  * igt@xe_exec_fault_mode@twice-multi-queue-userptr:
    - shard-bmg:          [SKIP][129] ([Intel XE#7136]) -> [SKIP][130] ([Intel XE#6703]) +2 other tests skip
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-10/igt@xe_exec_fault_mode@twice-multi-queue-userptr.html
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@xe_exec_fault_mode@twice-multi-queue-userptr.html

  * igt@xe_exec_multi_queue@few-execs-preempt-mode-priority:
    - shard-bmg:          [SKIP][131] ([Intel XE#6874]) -> [SKIP][132] ([Intel XE#6703]) +5 other tests skip
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-7/igt@xe_exec_multi_queue@few-execs-preempt-mode-priority.html
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@xe_exec_multi_queue@few-execs-preempt-mode-priority.html

  * igt@xe_page_reclaim@many-vma-same-bo:
    - shard-bmg:          [SKIP][133] ([Intel XE#7793]) -> [SKIP][134] ([Intel XE#6703])
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-10/igt@xe_page_reclaim@many-vma-same-bo.html
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@xe_page_reclaim@many-vma-same-bo.html

  * igt@xe_query@multigpu-query-topology:
    - shard-bmg:          [SKIP][135] ([Intel XE#944]) -> [SKIP][136] ([Intel XE#6703])
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-9/igt@xe_query@multigpu-query-topology.html
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@xe_query@multigpu-query-topology.html

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

  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
  [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
  [Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
  [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
  [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
  [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
  [Intel XE#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#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#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
  [Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
  [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
  [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
  [Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2459
  [Intel XE#2499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2499
  [Intel XE#2596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2596
  [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#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938
  [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#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
  [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#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
  [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
  [Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
  [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#5742]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5742
  [Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
  [Intel XE#5793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5793
  [Intel XE#5813]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5813
  [Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
  [Intel XE#5870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5870
  [Intel XE#5937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5937
  [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#6126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6126
  [Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
  [Intel XE#6557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6557
  [Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
  [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#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
  [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#7085]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7085
  [Intel XE#7098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7098
  [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#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
  [Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
  [Intel XE#7320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7320
  [Intel XE#7321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7321
  [Intel XE#7328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7328
  [Intel XE#7329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7329
  [Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340
  [Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
  [Intel XE#7344]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7344
  [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#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#7367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7367
  [Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
  [Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
  [Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376
  [Intel XE#7383]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7383
  [Intel XE#7399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7399
  [Intel XE#7400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7400
  [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#7453]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7453
  [Intel XE#7464]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7464
  [Intel XE#7508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7508
  [Intel XE#7517]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7517
  [Intel XE#7599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7599
  [Intel XE#7636]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636
  [Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
  [Intel XE#7793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7793
  [Intel XE#7859]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7859
  [Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944


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

  * IGT: IGT_8874 -> IGT_8877
  * Linux: xe-4946-e066eb26712bca7174e694a358351c50a38661d6 -> xe-pw-165457v3

  IGT_8874: 4568b2c141ab630c34f8eb2b9afab8cbf8f3ce9e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  IGT_8877: 1749e432cd72ef2c99f1b4e9d6f24411f1161901 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-4946-e066eb26712bca7174e694a358351c50a38661d6: e066eb26712bca7174e694a358351c50a38661d6
  xe-pw-165457v3: 165457v3

== Logs ==

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

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

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

* Re: ✗ Xe.CI.FULL: failure for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev3)
  2026-04-29  9:45 ` ✗ Xe.CI.FULL: " Patchwork
@ 2026-04-29 17:55   ` Julia Filipchuk
  0 siblings, 0 replies; 18+ messages in thread
From: Julia Filipchuk @ 2026-04-29 17:55 UTC (permalink / raw)
  To: intel-xe

On 4/29/2026 2:45 AM, Patchwork wrote:
> == Series Details ==
> 
> Series: drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev3)
> URL   : https://patchwork.freedesktop.org/series/165457/
> State : failure
> 


> 
> #### Possible regressions ####
> 
>   * igt@xe_exec_reset@multi-queue-cat-error-on-secondary:
>     - shard-bmg:          NOTRUN -> [SKIP][1] +4 other tests skip
>    [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-1/igt@xe_exec_reset@multi-queue-cat-error-on-secondary.html

NOTRUN -> SKIP transition not issue as these tests are not run on BMG hardware.

`Test requirement: intel_graphics_ver(intel_get_drm_devid(fd)) >= IP_VER(35, 0)`


> 
>   * igt@xe_exec_reset@multi-queue-gt-reset:
>     - shard-lnl:          NOTRUN -> [SKIP][2] +13 other tests skip
>    [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-lnl-3/igt@xe_exec_reset@multi-queue-gt-reset.html

Same as above except on LNL.

`Test requirement: intel_graphics_ver(intel_get_drm_devid(fd)) >= IP_VER(35, 0)`

> 
>   * igt@xe_live_ktest@xe_migrate@xe_migrate_sanity_kunit:
>     - shard-bmg:          [PASS][3] -> [FAIL][4] +2 other tests fail
>    [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4946-e066eb26712bca7174e694a358351c50a38661d6/shard-bmg-9/igt@xe_live_ktest@xe_migrate@xe_migrate_sanity_kunit.html
>    [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v3/shard-bmg-2/igt@xe_live_ktest@xe_migrate@xe_migrate_sanity_kunit.html

These failures unrelated to patch.



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

* Re: ✗ Xe.CI.BAT: failure for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev3)
  2026-04-28 22:33 ` ✗ Xe.CI.BAT: failure " Patchwork
@ 2026-04-29 17:56   ` Julia Filipchuk
  2026-04-29 20:41     ` Julia Filipchuk
  0 siblings, 1 reply; 18+ messages in thread
From: Julia Filipchuk @ 2026-04-29 17:56 UTC (permalink / raw)
  To: intel-xe

On 4/28/2026 3:33 PM, Patchwork wrote:
> == Series Details ==
> 
> Series: drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev3)
> URL   : https://patchwork.freedesktop.org/series/165457/
> State : failure
>


> 
> Participating hosts (13 -> 6)
> ------------------------------
> 
>   ERROR: It appears as if the changes made in xe-pw-165457v3_BAT prevented too many machines from booting.
> 
>   Missing    (7): bat-ptl-1 bat-ptl-2 bat-ptl-vm bat-wcl-1 bat-wcl-2 bat-adlp-vm bat-adlp-7 
> 
Previous runs of this revision passed all bat tests. Ignoring this fluke.

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

* Re: ✗ Xe.CI.BAT: failure for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev3)
  2026-04-29 17:56   ` Julia Filipchuk
@ 2026-04-29 20:41     ` Julia Filipchuk
  0 siblings, 0 replies; 18+ messages in thread
From: Julia Filipchuk @ 2026-04-29 20:41 UTC (permalink / raw)
  To: intel-xe

On 4/29/2026 10:56 AM, Julia Filipchuk wrote:
> On 4/28/2026 3:33 PM, Patchwork wrote:
>> == Series Details ==
>>
>> Series: drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev3)
>> URL   : https://patchwork.freedesktop.org/series/165457/
>> State : failure
>>
> 
> 
>>
>> Participating hosts (13 -> 6)
>> ------------------------------
>>
>>   ERROR: It appears as if the changes made in xe-pw-165457v3_BAT prevented too many machines from booting.
>>
>>   Missing    (7): bat-ptl-1 bat-ptl-2 bat-ptl-vm bat-wcl-1 bat-wcl-2 bat-adlp-vm bat-adlp-7 
>>
> Previous runs of this revision passed all bat tests. Ignoring this fluke.

Ignore previous comment. Triggering another re-run to get PTL, WCL results with
latest set of changes to be safe.


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

* ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev4)
  2026-04-24 20:30 [PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL Julia Filipchuk
                   ` (8 preceding siblings ...)
  2026-04-29  9:45 ` ✗ Xe.CI.FULL: " Patchwork
@ 2026-04-29 21:53 ` Patchwork
  2026-04-29 22:49 ` ✓ Xe.CI.BAT: " Patchwork
  2026-04-30 11:37 ` ✗ Xe.CI.FULL: failure " Patchwork
  11 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2026-04-29 21:53 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

== Series Details ==

Series: drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev4)
URL   : https://patchwork.freedesktop.org/series/165457/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev4)
  2026-04-24 20:30 [PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL Julia Filipchuk
                   ` (9 preceding siblings ...)
  2026-04-29 21:53 ` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev4) Patchwork
@ 2026-04-29 22:49 ` Patchwork
  2026-04-30 11:37 ` ✗ Xe.CI.FULL: failure " Patchwork
  11 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2026-04-29 22:49 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev4)
URL   : https://patchwork.freedesktop.org/series/165457/
State : success

== Summary ==

CI Bug Log - changes from xe-4954-c50aab3f28b1580a38a58ca7a3fc3ff9ceb5d5ed_BAT -> xe-pw-165457v4_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

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

  No changes in participating hosts


Changes
-------

  No changes found


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

  * Linux: xe-4954-c50aab3f28b1580a38a58ca7a3fc3ff9ceb5d5ed -> xe-pw-165457v4

  IGT_8879: 02b0e01dd9a5a3ab1efe976bb8c4f13cfcdbab1a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-4954-c50aab3f28b1580a38a58ca7a3fc3ff9ceb5d5ed: c50aab3f28b1580a38a58ca7a3fc3ff9ceb5d5ed
  xe-pw-165457v4: 165457v4

== Logs ==

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

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

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

* ✗ Xe.CI.FULL: failure for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev4)
  2026-04-24 20:30 [PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL Julia Filipchuk
                   ` (10 preceding siblings ...)
  2026-04-29 22:49 ` ✓ Xe.CI.BAT: " Patchwork
@ 2026-04-30 11:37 ` Patchwork
  2026-04-30 20:46   ` Julia Filipchuk
  11 siblings, 1 reply; 18+ messages in thread
From: Patchwork @ 2026-04-30 11:37 UTC (permalink / raw)
  To: Julia Filipchuk; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev4)
URL   : https://patchwork.freedesktop.org/series/165457/
State : failure

== Summary ==

CI Bug Log - changes from xe-4954-c50aab3f28b1580a38a58ca7a3fc3ff9ceb5d5ed_FULL -> xe-pw-165457v4_FULL
====================================================

Summary
-------

  **FAILURE**

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

### IGT changes ###

#### Possible regressions ####

  * igt@xe_exec_reset@cm-multi-queue-cat-error-on-secondary:
    - shard-bmg:          NOTRUN -> [SKIP][1] +1 other test skip
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-1/igt@xe_exec_reset@cm-multi-queue-cat-error-on-secondary.html

  * igt@xe_exec_reset@multi-queue-cancel-on-secondary:
    - shard-lnl:          NOTRUN -> [SKIP][2] +2 other tests skip
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@xe_exec_reset@multi-queue-cancel-on-secondary.html

  * igt@xe_exec_system_allocator@fault-process-benchmark:
    - shard-bmg:          [PASS][3] -> [FAIL][4]
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4954-c50aab3f28b1580a38a58ca7a3fc3ff9ceb5d5ed/shard-bmg-9/igt@xe_exec_system_allocator@fault-process-benchmark.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-1/igt@xe_exec_system_allocator@fault-process-benchmark.html

  * igt@xe_exec_system_allocator@fault-threads-benchmark:
    - shard-bmg:          NOTRUN -> [TIMEOUT][5]
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-4/igt@xe_exec_system_allocator@fault-threads-benchmark.html

  * igt@xe_live_ktest@xe_migrate@xe_migrate_sanity_kunit:
    - shard-bmg:          NOTRUN -> [FAIL][6] +2 other tests fail
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-2/igt@xe_live_ktest@xe_migrate@xe_migrate_sanity_kunit.html

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

  Here are the changes found in xe-pw-165457v4_FULL that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@core_hotunplug@hotunbind-rebind:
    - shard-bmg:          NOTRUN -> [SKIP][7] ([Intel XE#6779])
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-2/igt@core_hotunplug@hotunbind-rebind.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
    - shard-bmg:          NOTRUN -> [SKIP][8] ([Intel XE#2370]) +1 other test skip
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html

  * igt@kms_big_fb@4-tiled-32bpp-rotate-90:
    - shard-bmg:          NOTRUN -> [SKIP][9] ([Intel XE#2327]) +1 other test skip
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
    - shard-lnl:          NOTRUN -> [SKIP][10] ([Intel XE#3658] / [Intel XE#7360])
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html

  * igt@kms_big_fb@x-tiled-8bpp-rotate-270:
    - shard-lnl:          NOTRUN -> [SKIP][11] ([Intel XE#1407]) +2 other tests skip
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html

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

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-lnl:          NOTRUN -> [SKIP][13] ([Intel XE#1124]) +4 other tests skip
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_fb@yf-tiled-addfb:
    - shard-lnl:          NOTRUN -> [SKIP][14] ([Intel XE#1467] / [Intel XE#7367])
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@kms_big_fb@yf-tiled-addfb.html

  * igt@kms_bw@connected-linear-tiling-4-displays-target-2160x1440p:
    - shard-lnl:          NOTRUN -> [SKIP][15] ([Intel XE#7676]) +1 other test skip
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@kms_bw@connected-linear-tiling-4-displays-target-2160x1440p.html

  * igt@kms_bw@connected-linear-tiling-4-displays-target-3840x2160p:
    - shard-bmg:          NOTRUN -> [SKIP][16] ([Intel XE#7679])
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-3/igt@kms_bw@connected-linear-tiling-4-displays-target-3840x2160p.html

  * igt@kms_bw@linear-tiling-1-displays-target-2560x1440p:
    - shard-bmg:          NOTRUN -> [SKIP][17] ([Intel XE#367]) +2 other tests skip
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-4/igt@kms_bw@linear-tiling-1-displays-target-2560x1440p.html

  * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs:
    - shard-lnl:          NOTRUN -> [SKIP][18] ([Intel XE#2887]) +5 other tests skip
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs.html

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

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

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
    - shard-lnl:          NOTRUN -> [SKIP][21] ([Intel XE#3432])
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-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-165457v4/shard-bmg-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html

  * igt@kms_chamelium_color@ctm-0-25:
    - shard-bmg:          NOTRUN -> [SKIP][23] ([Intel XE#2325] / [Intel XE#7358]) +1 other test skip
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@kms_chamelium_color@ctm-0-25.html

  * igt@kms_chamelium_color@ctm-0-75:
    - shard-lnl:          NOTRUN -> [SKIP][24] ([Intel XE#306] / [Intel XE#7358])
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@kms_chamelium_color@ctm-0-75.html

  * igt@kms_chamelium_edid@dp-edid-stress-resolution-4k:
    - shard-lnl:          NOTRUN -> [SKIP][25] ([Intel XE#373]) +4 other tests skip
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_chamelium_edid@dp-edid-stress-resolution-4k.html

  * igt@kms_chamelium_frames@hdmi-aspect-ratio:
    - shard-bmg:          NOTRUN -> [SKIP][26] ([Intel XE#2252]) +6 other tests skip
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-1/igt@kms_chamelium_frames@hdmi-aspect-ratio.html

  * igt@kms_content_protection@dp-mst-lic-type-0:
    - shard-bmg:          NOTRUN -> [SKIP][27] ([Intel XE#2390] / [Intel XE#6974])
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-3/igt@kms_content_protection@dp-mst-lic-type-0.html

  * igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
    - shard-lnl:          NOTRUN -> [SKIP][28] ([Intel XE#6974])
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html

  * igt@kms_content_protection@lic-type-0-hdcp14@pipe-a-dp-2:
    - shard-bmg:          NOTRUN -> [FAIL][29] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +3 other tests fail
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-1/igt@kms_content_protection@lic-type-0-hdcp14@pipe-a-dp-2.html

  * igt@kms_content_protection@lic-type-1:
    - shard-lnl:          NOTRUN -> [SKIP][30] ([Intel XE#7642])
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@kms_content_protection@lic-type-1.html

  * igt@kms_content_protection@type1:
    - shard-bmg:          NOTRUN -> [SKIP][31] ([Intel XE#7642])
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-3/igt@kms_content_protection@type1.html

  * igt@kms_cursor_crc@cursor-onscreen-max-size:
    - shard-bmg:          NOTRUN -> [SKIP][32] ([Intel XE#2320]) +4 other tests skip
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@kms_cursor_crc@cursor-onscreen-max-size.html

  * igt@kms_cursor_crc@cursor-sliding-512x512:
    - shard-bmg:          NOTRUN -> [SKIP][33] ([Intel XE#2321] / [Intel XE#7355]) +2 other tests skip
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-3/igt@kms_cursor_crc@cursor-sliding-512x512.html

  * igt@kms_cursor_crc@cursor-sliding-64x21:
    - shard-lnl:          NOTRUN -> [SKIP][34] ([Intel XE#1424]) +5 other tests skip
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_cursor_crc@cursor-sliding-64x21.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic:
    - shard-bmg:          [PASS][35] -> [FAIL][36] ([Intel XE#7571])
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4954-c50aab3f28b1580a38a58ca7a3fc3ff9ceb5d5ed/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-1/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
    - shard-bmg:          NOTRUN -> [SKIP][37] ([Intel XE#2286] / [Intel XE#6035])
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
    - shard-lnl:          NOTRUN -> [SKIP][38] ([Intel XE#323] / [Intel XE#6035])
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html

  * igt@kms_dp_link_training@uhbr-mst:
    - shard-bmg:          NOTRUN -> [SKIP][39] ([Intel XE#4354] / [Intel XE#7386])
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@kms_dp_link_training@uhbr-mst.html

  * igt@kms_dsc@dsc-basic:
    - shard-bmg:          NOTRUN -> [SKIP][40] ([Intel XE#2244])
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@kms_dsc@dsc-basic.html

  * igt@kms_dsc@dsc-fractional-bpp:
    - shard-lnl:          NOTRUN -> [SKIP][41] ([Intel XE#2244])
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_dsc@dsc-fractional-bpp.html

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

  * igt@kms_flip@2x-flip-vs-rmfb-interruptible:
    - shard-lnl:          NOTRUN -> [SKIP][43] ([Intel XE#1421]) +5 other tests skip
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html

  * igt@kms_flip@2x-nonexisting-fb:
    - shard-bmg:          NOTRUN -> [SKIP][44] ([Intel XE#6703]) +217 other tests skip
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-2/igt@kms_flip@2x-nonexisting-fb.html

  * igt@kms_flip@2x-plain-flip-ts-check-interruptible@bc-dp2-hdmi-a3:
    - shard-bmg:          NOTRUN -> [DMESG-FAIL][45] ([Intel XE#5545]) +1 other test dmesg-fail
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-2/igt@kms_flip@2x-plain-flip-ts-check-interruptible@bc-dp2-hdmi-a3.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible:
    - shard-lnl:          [PASS][46] -> [FAIL][47] ([Intel XE#301] / [Intel XE#3149]) +1 other test fail
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4954-c50aab3f28b1580a38a58ca7a3fc3ff9ceb5d5ed/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
    - shard-bmg:          NOTRUN -> [SKIP][48] ([Intel XE#7178] / [Intel XE#7351]) +2 other tests skip
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling:
    - shard-lnl:          NOTRUN -> [SKIP][49] ([Intel XE#7178] / [Intel XE#7351]) +2 other tests skip
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling:
    - shard-lnl:          NOTRUN -> [SKIP][50] ([Intel XE#1397] / [Intel XE#1745] / [Intel XE#7385])
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> [SKIP][51] ([Intel XE#1397] / [Intel XE#7385])
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode.html

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

  * igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-indfb-draw-mmap-wc:
    - shard-lnl:          NOTRUN -> [SKIP][53] ([Intel XE#6312])
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt:
    - shard-bmg:          NOTRUN -> [SKIP][54] ([Intel XE#4141]) +10 other tests skip
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][55] ([Intel XE#2311]) +22 other tests skip
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-mmap-wc:
    - shard-lnl:          NOTRUN -> [SKIP][56] ([Intel XE#5812] / [Intel XE#656]) +18 other tests skip
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-abgr161616f-draw-blt:
    - shard-bmg:          NOTRUN -> [SKIP][57] ([Intel XE#7061] / [Intel XE#7356]) +2 other tests skip
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-abgr161616f-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][58] ([Intel XE#7061] / [Intel XE#7356]) +2 other tests skip
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-rgb565-draw-render:
    - shard-lnl:          NOTRUN -> [SKIP][59] ([Intel XE#6312] / [Intel XE#651]) +5 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrs-rgb565-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][60] ([Intel XE#2313]) +22 other tests skip
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html

  * igt@kms_hdr@invalid-hdr:
    - shard-bmg:          [PASS][61] -> [SKIP][62] ([Intel XE#1503])
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4954-c50aab3f28b1580a38a58ca7a3fc3ff9ceb5d5ed/shard-bmg-8/igt@kms_hdr@invalid-hdr.html
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-9/igt@kms_hdr@invalid-hdr.html

  * igt@kms_joiner@basic-force-ultra-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][63] ([Intel XE#6911] / [Intel XE#7466])
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-1/igt@kms_joiner@basic-force-ultra-joiner.html

  * igt@kms_joiner@basic-max-non-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][64] ([Intel XE#4298] / [Intel XE#5873])
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@kms_joiner@basic-max-non-joiner.html

  * igt@kms_panel_fitting@atomic-fastset:
    - shard-bmg:          NOTRUN -> [SKIP][65] ([Intel XE#2486])
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@kms_panel_fitting@atomic-fastset.html

  * igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping:
    - shard-lnl:          NOTRUN -> [SKIP][66] ([Intel XE#7283]) +1 other test skip
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping.html

  * igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping:
    - shard-bmg:          NOTRUN -> [SKIP][67] ([Intel XE#7283]) +5 other tests skip
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping.html

  * igt@kms_plane_lowres@tiling-x@pipe-b-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][68] ([Intel XE#599] / [Intel XE#7382]) +3 other tests skip
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@kms_plane_lowres@tiling-x@pipe-b-edp-1.html

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

  * igt@kms_plane_multiple@2x-tiling-none:
    - shard-lnl:          NOTRUN -> [SKIP][70] ([Intel XE#4596] / [Intel XE#5854])
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_plane_multiple@2x-tiling-none.html

  * igt@kms_plane_multiple@tiling-yf:
    - shard-lnl:          NOTRUN -> [SKIP][71] ([Intel XE#5020] / [Intel XE#7348])
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_plane_multiple@tiling-yf.html

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

  * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-c:
    - shard-bmg:          NOTRUN -> [SKIP][73] ([Intel XE#2763] / [Intel XE#6886]) +4 other tests skip
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-3/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-c.html

  * igt@kms_pm_backlight@fade:
    - shard-bmg:          NOTRUN -> [SKIP][74] ([Intel XE#7376] / [Intel XE#870])
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-3/igt@kms_pm_backlight@fade.html

  * igt@kms_pm_rpm@package-g7:
    - shard-bmg:          NOTRUN -> [SKIP][75] ([Intel XE#6814] / [Intel XE#7428])
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@kms_pm_rpm@package-g7.html

  * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
    - shard-bmg:          NOTRUN -> [SKIP][76] ([Intel XE#1489]) +5 other tests skip
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-4/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html

  * igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area:
    - shard-lnl:          NOTRUN -> [SKIP][77] ([Intel XE#2893] / [Intel XE#7304]) +2 other tests skip
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area.html

  * igt@kms_psr@fbc-psr2-cursor-plane-move:
    - shard-bmg:          NOTRUN -> [SKIP][78] ([Intel XE#2234] / [Intel XE#2850]) +11 other tests skip
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-3/igt@kms_psr@fbc-psr2-cursor-plane-move.html

  * igt@kms_psr@fbc-psr2-primary-page-flip:
    - shard-lnl:          NOTRUN -> [SKIP][79] ([Intel XE#1406] / [Intel XE#7345])
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_psr@fbc-psr2-primary-page-flip.html

  * igt@kms_psr@fbc-psr2-primary-page-flip@edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][80] ([Intel XE#1406] / [Intel XE#4609])
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_psr@fbc-psr2-primary-page-flip@edp-1.html

  * igt@kms_psr@pr-cursor-plane-onoff:
    - shard-lnl:          NOTRUN -> [SKIP][81] ([Intel XE#1406]) +2 other tests skip
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@kms_psr@pr-cursor-plane-onoff.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
    - shard-lnl:          NOTRUN -> [SKIP][82] ([Intel XE#1127] / [Intel XE#5813])
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html

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

  * igt@kms_sharpness_filter@invalid-plane-with-filter:
    - shard-bmg:          NOTRUN -> [SKIP][84] ([Intel XE#6503]) +2 other tests skip
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-3/igt@kms_sharpness_filter@invalid-plane-with-filter.html

  * igt@kms_tiled_display@basic-test-pattern:
    - shard-lnl:          NOTRUN -> [SKIP][85] ([Intel XE#362] / [Intel XE#5848])
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@kms_tiled_display@basic-test-pattern.html

  * igt@kms_tv_load_detect@load-detect:
    - shard-bmg:          NOTRUN -> [SKIP][86] ([Intel XE#2450] / [Intel XE#5857])
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-4/igt@kms_tv_load_detect@load-detect.html

  * igt@kms_vrr@flip-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][87] ([Intel XE#1499])
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-3/igt@kms_vrr@flip-suspend.html

  * igt@kms_vrr@max-min@pipe-a-edp-1:
    - shard-lnl:          [PASS][88] -> [FAIL][89] ([Intel XE#4227]) +1 other test fail
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4954-c50aab3f28b1580a38a58ca7a3fc3ff9ceb5d5ed/shard-lnl-8/igt@kms_vrr@max-min@pipe-a-edp-1.html
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-7/igt@kms_vrr@max-min@pipe-a-edp-1.html

  * igt@xe_compute@ccs-mode-compute-kernel:
    - shard-lnl:          NOTRUN -> [SKIP][90] ([Intel XE#1447] / [Intel XE#7469])
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@xe_compute@ccs-mode-compute-kernel.html

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

  * igt@xe_eudebug@attach-debug-metadata:
    - shard-lnl:          NOTRUN -> [SKIP][92] ([Intel XE#7636]) +7 other tests skip
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@xe_eudebug@attach-debug-metadata.html

  * igt@xe_eudebug_online@single-step:
    - shard-bmg:          NOTRUN -> [SKIP][93] ([Intel XE#7636]) +11 other tests skip
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-4/igt@xe_eudebug_online@single-step.html

  * igt@xe_evict@evict-beng-cm-threads-small:
    - shard-lnl:          NOTRUN -> [SKIP][94] ([Intel XE#6540] / [Intel XE#688]) +5 other tests skip
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@xe_evict@evict-beng-cm-threads-small.html

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

  * igt@xe_exec_balancer@many-execqueues-cm-virtual-rebind:
    - shard-bmg:          NOTRUN -> [SKIP][96] ([Intel XE#6557] / [Intel XE#6703]) +2 other tests skip
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-2/igt@xe_exec_balancer@many-execqueues-cm-virtual-rebind.html

  * igt@xe_exec_balancer@no-exec-cm-parallel-rebind:
    - shard-lnl:          NOTRUN -> [SKIP][97] ([Intel XE#7482]) +8 other tests skip
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@xe_exec_balancer@no-exec-cm-parallel-rebind.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate:
    - shard-bmg:          NOTRUN -> [SKIP][98] ([Intel XE#2322] / [Intel XE#7372]) +7 other tests skip
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate.html

  * igt@xe_exec_basic@multigpu-no-exec-basic:
    - shard-lnl:          NOTRUN -> [SKIP][99] ([Intel XE#1392]) +3 other tests skip
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@xe_exec_basic@multigpu-no-exec-basic.html

  * igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-rebind-prefetch:
    - shard-lnl:          NOTRUN -> [SKIP][100] ([Intel XE#7136]) +7 other tests skip
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-rebind-prefetch.html

  * igt@xe_exec_fault_mode@twice-multi-queue-userptr:
    - shard-bmg:          NOTRUN -> [SKIP][101] ([Intel XE#7136]) +14 other tests skip
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@xe_exec_fault_mode@twice-multi-queue-userptr.html

  * igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-basic-smem:
    - shard-lnl:          NOTRUN -> [SKIP][102] ([Intel XE#6874]) +14 other tests skip
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-basic-smem.html

  * igt@xe_exec_multi_queue@two-queues-priority:
    - shard-bmg:          NOTRUN -> [SKIP][103] ([Intel XE#6874]) +25 other tests skip
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-3/igt@xe_exec_multi_queue@two-queues-priority.html

  * igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr-invalidate:
    - shard-bmg:          NOTRUN -> [SKIP][104] ([Intel XE#7138]) +8 other tests skip
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-1/igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr-invalidate.html

  * igt@xe_exec_threads@threads-multi-queue-mixed-shared-vm-rebind:
    - shard-lnl:          NOTRUN -> [SKIP][105] ([Intel XE#7138]) +3 other tests skip
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@xe_exec_threads@threads-multi-queue-mixed-shared-vm-rebind.html

  * igt@xe_fault_injection@exec-queue-create-fail-xe_pxp_exec_queue_add:
    - shard-bmg:          NOTRUN -> [SKIP][106] ([Intel XE#6281] / [Intel XE#7426])
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@xe_fault_injection@exec-queue-create-fail-xe_pxp_exec_queue_add.html

  * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
    - shard-lnl:          NOTRUN -> [SKIP][107] ([Intel XE#2229])
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html

  * igt@xe_mmap@small-bar:
    - shard-lnl:          NOTRUN -> [SKIP][108] ([Intel XE#512] / [Intel XE#7323] / [Intel XE#7384])
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@xe_mmap@small-bar.html

  * igt@xe_multigpu_svm@mgpu-latency-copy-basic:
    - shard-bmg:          NOTRUN -> [SKIP][109] ([Intel XE#6964]) +2 other tests skip
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@xe_multigpu_svm@mgpu-latency-copy-basic.html

  * igt@xe_multigpu_svm@mgpu-latency-copy-prefetch:
    - shard-lnl:          NOTRUN -> [SKIP][110] ([Intel XE#6964]) +1 other test skip
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@xe_multigpu_svm@mgpu-latency-copy-prefetch.html

  * igt@xe_non_msix@walker-interrupt-notification-non-msix:
    - shard-bmg:          NOTRUN -> [SKIP][111] ([Intel XE#7622])
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@xe_non_msix@walker-interrupt-notification-non-msix.html

  * igt@xe_oa@oa-tlb-invalidate:
    - shard-bmg:          NOTRUN -> [SKIP][112] ([Intel XE#2248] / [Intel XE#7325] / [Intel XE#7393])
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@xe_oa@oa-tlb-invalidate.html

  * igt@xe_page_reclaim@binds-null-vma:
    - shard-bmg:          NOTRUN -> [SKIP][113] ([Intel XE#7793]) +1 other test skip
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@xe_page_reclaim@binds-null-vma.html

  * igt@xe_pat@l2-flush-opt-svm-pat-restrict:
    - shard-bmg:          NOTRUN -> [SKIP][114] ([Intel XE#7590])
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@xe_pat@l2-flush-opt-svm-pat-restrict.html

  * igt@xe_pat@pat-index-xehpc:
    - shard-bmg:          NOTRUN -> [SKIP][115] ([Intel XE#1420] / [Intel XE#7590])
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-4/igt@xe_pat@pat-index-xehpc.html

  * igt@xe_peer2peer@write:
    - shard-lnl:          NOTRUN -> [SKIP][116] ([Intel XE#1061] / [Intel XE#7326] / [Intel XE#7353])
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@xe_peer2peer@write.html

  * igt@xe_pm@s3-d3cold-basic-exec:
    - shard-lnl:          NOTRUN -> [SKIP][117] ([Intel XE#2284] / [Intel XE#366] / [Intel XE#7370]) +2 other tests skip
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@xe_pm@s3-d3cold-basic-exec.html

  * igt@xe_pxp@pxp-stale-bo-exec-post-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][118] ([Intel XE#4733] / [Intel XE#7417]) +2 other tests skip
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-3/igt@xe_pxp@pxp-stale-bo-exec-post-suspend.html

  * igt@xe_query@multigpu-query-mem-usage:
    - shard-lnl:          NOTRUN -> [SKIP][119] ([Intel XE#944])
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@xe_query@multigpu-query-mem-usage.html

  * igt@xe_query@multigpu-query-oa-units:
    - shard-bmg:          NOTRUN -> [SKIP][120] ([Intel XE#944]) +1 other test skip
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-8/igt@xe_query@multigpu-query-oa-units.html

  * igt@xe_sriov_auto_provisioning@exclusive-ranges:
    - shard-lnl:          NOTRUN -> [SKIP][121] ([Intel XE#4130] / [Intel XE#7366])
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@xe_sriov_auto_provisioning@exclusive-ranges.html

  * igt@xe_sriov_vfio@bind-unbind-vfs:
    - shard-lnl:          NOTRUN -> [SKIP][122] ([Intel XE#7724])
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@xe_sriov_vfio@bind-unbind-vfs.html

  * igt@xe_survivability@runtime-survivability:
    - shard-lnl:          NOTRUN -> [SKIP][123] ([Intel XE#6529] / [Intel XE#7331] / [Intel XE#7388])
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-3/igt@xe_survivability@runtime-survivability.html

  
#### Possible fixes ####

  * igt@kms_flip@flip-vs-expired-vblank@b-edp1:
    - shard-lnl:          [FAIL][124] ([Intel XE#301]) -> [PASS][125]
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4954-c50aab3f28b1580a38a58ca7a3fc3ff9ceb5d5ed/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html

  
#### Warnings ####

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-bmg:          [SKIP][126] ([Intel XE#2426] / [Intel XE#5848]) -> [SKIP][127] ([Intel XE#2509] / [Intel XE#7437])
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4954-c50aab3f28b1580a38a58ca7a3fc3ff9ceb5d5ed/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-10/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  
  [Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
  [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#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
  [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#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
  [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#1447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1447
  [Intel XE#1467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467
  [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#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
  [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
  [Intel XE#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#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#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
  [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
  [Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450
  [Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
  [Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
  [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#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
  [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
  [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
  [Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
  [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
  [Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
  [Intel XE#3658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3658
  [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
  [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
  [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
  [Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
  [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
  [Intel XE#4227]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4227
  [Intel XE#4298]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298
  [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#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
  [Intel XE#4609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4609
  [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
  [Intel XE#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512
  [Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
  [Intel XE#5812]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5812
  [Intel XE#5813]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5813
  [Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
  [Intel XE#5854]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5854
  [Intel XE#5857]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5857
  [Intel XE#5873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5873
  [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
  [Intel XE#6035]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6035
  [Intel XE#6281]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6281
  [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#6529]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6529
  [Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
  [Intel XE#6557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6557
  [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
  [Intel XE#6599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6599
  [Intel XE#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703
  [Intel XE#6779]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6779
  [Intel XE#6814]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6814
  [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#6911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911
  [Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
  [Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
  [Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
  [Intel XE#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#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
  [Intel XE#7304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7304
  [Intel XE#7323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7323
  [Intel XE#7325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7325
  [Intel XE#7326]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7326
  [Intel XE#7331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7331
  [Intel XE#7345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7345
  [Intel XE#7348]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7348
  [Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
  [Intel XE#7353]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7353
  [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#7360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7360
  [Intel XE#7366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7366
  [Intel XE#7367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7367
  [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#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
  [Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376
  [Intel XE#7382]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7382
  [Intel XE#7384]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7384
  [Intel XE#7385]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7385
  [Intel XE#7386]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7386
  [Intel XE#7388]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7388
  [Intel XE#7389]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7389
  [Intel XE#7393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7393
  [Intel XE#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417
  [Intel XE#7426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7426
  [Intel XE#7428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7428
  [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#7469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7469
  [Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
  [Intel XE#7571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7571
  [Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
  [Intel XE#7622]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7622
  [Intel XE#7636]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636
  [Intel XE#7642]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7642
  [Intel XE#7676]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7676
  [Intel XE#7679]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7679
  [Intel XE#7724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7724
  [Intel XE#7793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7793
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944


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

  * Linux: xe-4954-c50aab3f28b1580a38a58ca7a3fc3ff9ceb5d5ed -> xe-pw-165457v4

  IGT_8879: 02b0e01dd9a5a3ab1efe976bb8c4f13cfcdbab1a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-4954-c50aab3f28b1580a38a58ca7a3fc3ff9ceb5d5ed: c50aab3f28b1580a38a58ca7a3fc3ff9ceb5d5ed
  xe-pw-165457v4: 165457v4

== Logs ==

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

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

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

* Re: ✗ Xe.CI.FULL: failure for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev4)
  2026-04-30 11:37 ` ✗ Xe.CI.FULL: failure " Patchwork
@ 2026-04-30 20:46   ` Julia Filipchuk
  0 siblings, 0 replies; 18+ messages in thread
From: Julia Filipchuk @ 2026-04-30 20:46 UTC (permalink / raw)
  To: intel-xe

On 4/30/2026 4:37 AM, Patchwork wrote:
> == Series Details ==
> 
> Series: drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev4)
> URL   : https://patchwork.freedesktop.org/series/165457/
> State : failure
> 

...

> #### Possible regressions ####
> 
>   * igt@xe_exec_reset@cm-multi-queue-cat-error-on-secondary:
>     - shard-bmg:          NOTRUN -> [SKIP][1] +1 other test skip
>    [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-1/igt@xe_exec_reset@cm-multi-queue-cat-error-on-secondary.html

Test not run on platform.
"Test requirement: intel_graphics_ver(intel_get_drm_devid(fd)) >= IP_VER(35, 0)"

> 
>   * igt@xe_exec_reset@multi-queue-cancel-on-secondary:
>     - shard-lnl:          NOTRUN -> [SKIP][2] +2 other tests skip
>    [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-lnl-8/igt@xe_exec_reset@multi-queue-cancel-on-secondary.html

Test not run on platform.
"Test requirement: intel_graphics_ver(intel_get_drm_devid(fd)) >= IP_VER(35, 0)"

> 
>   * igt@xe_exec_system_allocator@fault-process-benchmark:
>     - shard-bmg:          [PASS][3] -> [FAIL][4]
>    [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4954-c50aab3f28b1580a38a58ca7a3fc3ff9ceb5d5ed/shard-bmg-9/igt@xe_exec_system_allocator@fault-process-benchmark.html
>    [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-1/igt@xe_exec_system_allocator@fault-process-benchmark.html
> 
>   * igt@xe_exec_system_allocator@fault-threads-benchmark:
>     - shard-bmg:          NOTRUN -> [TIMEOUT][5]
>    [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-4/igt@xe_exec_system_allocator@fault-threads-benchmark.html
> 
>   * igt@xe_live_ktest@xe_migrate@xe_migrate_sanity_kunit:
>     - shard-bmg:          NOTRUN -> [FAIL][6] +2 other tests fail
>    [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165457v4/shard-bmg-2/igt@xe_live_ktest@xe_migrate@xe_migrate_sanity_kunit.html

All three above issues are unrelated to new GuC firmware.



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

end of thread, other threads:[~2026-04-30 20:46 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-24 20:30 [PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL Julia Filipchuk
2026-04-24 20:37 ` ✓ CI.KUnit: success for " Patchwork
2026-04-24 21:26 ` ✓ Xe.CI.BAT: " Patchwork
2026-04-24 22:25 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-04-27 18:38 ` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev2) Patchwork
2026-04-27 19:59 ` ✓ Xe.CI.BAT: " Patchwork
2026-04-28  0:28 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-04-28 20:17   ` Julia Filipchuk
2026-04-28 21:12 ` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev3) Patchwork
2026-04-28 22:33 ` ✗ Xe.CI.BAT: failure " Patchwork
2026-04-29 17:56   ` Julia Filipchuk
2026-04-29 20:41     ` Julia Filipchuk
2026-04-29  9:45 ` ✗ Xe.CI.FULL: " Patchwork
2026-04-29 17:55   ` Julia Filipchuk
2026-04-29 21:53 ` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev4) Patchwork
2026-04-29 22:49 ` ✓ Xe.CI.BAT: " Patchwork
2026-04-30 11:37 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-04-30 20:46   ` Julia Filipchuk

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