public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: expose multi_lrc_mask in debugfs info
@ 2026-03-24 21:23 Xin Wang
  2026-03-24 21:29 ` ✓ CI.KUnit: success for " Patchwork
                   ` (17 more replies)
  0 siblings, 18 replies; 28+ messages in thread
From: Xin Wang @ 2026-03-24 21:23 UTC (permalink / raw)
  To: intel-xe; +Cc: Xin Wang, Daniel Charles

Add multi_lrc_mask to the per-device info printed via debugfs
(/sys/kernel/debug/dri/<N>/info). This value indicates which engine
classes support multi-LRC submission and varies across platforms.

Exposing it through debugfs allows userspace tools like IGT to query
the actual kernel configuration rather than hardcoding platform-specific
values in test code. This avoids duplicating KMD logic in IGT and makes
tests automatically adapt to platform differences.

Cc: Daniel Charles <daniel.charles@intel.com>
Signed-off-by: Xin Wang <x.wang@intel.com>
---
 drivers/gpu/drm/xe/xe_debugfs.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/xe/xe_debugfs.c b/drivers/gpu/drm/xe/xe_debugfs.c
index 844cfafe1ec7..32f03b2777d5 100644
--- a/drivers/gpu/drm/xe/xe_debugfs.c
+++ b/drivers/gpu/drm/xe/xe_debugfs.c
@@ -88,6 +88,7 @@ static int info(struct seq_file *m, void *data)
 	drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs));
 	drm_printf(&p, "has_usm %s\n", str_yes_no(xe->info.has_usm));
 	drm_printf(&p, "skip_guc_pc %s\n", str_yes_no(xe->info.skip_guc_pc));
+	drm_printf(&p, "multi_lrc_mask 0x%x\n", xe->info.multi_lrc_mask);
 	for_each_gt(gt, xe, id) {
 		drm_printf(&p, "gt%d force wake %d\n", id,
 			   xe_force_wake_ref(gt_to_fw(gt), XE_FW_GT));
-- 
2.43.0


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

* ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
@ 2026-03-24 21:29 ` Patchwork
  2026-03-24 22:04 ` ✓ Xe.CI.BAT: " Patchwork
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 28+ messages in thread
From: Patchwork @ 2026-03-24 21:29 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe

== Series Details ==

Series: drm/xe: expose multi_lrc_mask in debugfs info
URL   : https://patchwork.freedesktop.org/series/163802/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/xe: expose multi_lrc_mask in debugfs info
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
  2026-03-24 21:29 ` ✓ CI.KUnit: success for " Patchwork
@ 2026-03-24 22:04 ` Patchwork
  2026-03-25 10:40 ` ✓ Xe.CI.FULL: " Patchwork
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 28+ messages in thread
From: Patchwork @ 2026-03-24 22:04 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: expose multi_lrc_mask in debugfs info
URL   : https://patchwork.freedesktop.org/series/163802/
State : success

== Summary ==

CI Bug Log - changes from xe-4774-0be244ee3139de3578e9acc56e1b917a4bd162cd_BAT -> xe-pw-163802v1_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (14 -> 14)
------------------------------

  No changes in participating hosts

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

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

### IGT changes ###

#### Issues hit ####

  * igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1:
    - bat-adlp-7:         [PASS][1] -> [DMESG-WARN][2] ([Intel XE#7483])
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4774-0be244ee3139de3578e9acc56e1b917a4bd162cd/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html

  
#### Possible fixes ####

  * igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1:
    - bat-adlp-7:         [DMESG-WARN][3] ([Intel XE#7483]) -> [PASS][4]
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4774-0be244ee3139de3578e9acc56e1b917a4bd162cd/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html

  * igt@xe_waitfence@engine:
    - bat-dg2-oem2:       [FAIL][5] ([Intel XE#6519]) -> [PASS][6]
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4774-0be244ee3139de3578e9acc56e1b917a4bd162cd/bat-dg2-oem2/igt@xe_waitfence@engine.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/bat-dg2-oem2/igt@xe_waitfence@engine.html

  * igt@xe_waitfence@reltime:
    - bat-dg2-oem2:       [FAIL][7] ([Intel XE#6520]) -> [PASS][8]
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4774-0be244ee3139de3578e9acc56e1b917a4bd162cd/bat-dg2-oem2/igt@xe_waitfence@reltime.html
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/bat-dg2-oem2/igt@xe_waitfence@reltime.html

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


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

  * IGT: IGT_8822 -> IGT_8824
  * Linux: xe-4774-0be244ee3139de3578e9acc56e1b917a4bd162cd -> xe-pw-163802v1

  IGT_8822: 8822
  IGT_8824: 8824
  xe-4774-0be244ee3139de3578e9acc56e1b917a4bd162cd: 0be244ee3139de3578e9acc56e1b917a4bd162cd
  xe-pw-163802v1: 163802v1

== Logs ==

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

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

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

* ✓ Xe.CI.FULL: success for drm/xe: expose multi_lrc_mask in debugfs info
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
  2026-03-24 21:29 ` ✓ CI.KUnit: success for " Patchwork
  2026-03-24 22:04 ` ✓ Xe.CI.BAT: " Patchwork
@ 2026-03-25 10:40 ` Patchwork
  2026-03-30 17:09 ` [PATCH v2] drm/xe: expose multi_lrc_engine_classes " Xin Wang
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 28+ messages in thread
From: Patchwork @ 2026-03-25 10:40 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: expose multi_lrc_mask in debugfs info
URL   : https://patchwork.freedesktop.org/series/163802/
State : success

== Summary ==

CI Bug Log - changes from xe-4774-0be244ee3139de3578e9acc56e1b917a4bd162cd_FULL -> xe-pw-163802v1_FULL
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (2 -> 2)
------------------------------

  No changes in participating hosts

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

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

### IGT changes ###

#### Issues hit ####

  * igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p:
    - shard-lnl:          NOTRUN -> [SKIP][1] ([Intel XE#1512] / [Intel XE#7392])
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/shard-lnl-6/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html

  * igt@kms_ccs@random-ccs-data-y-tiled-ccs:
    - shard-lnl:          NOTRUN -> [SKIP][2] ([Intel XE#2887])
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/shard-lnl-3/igt@kms_ccs@random-ccs-data-y-tiled-ccs.html

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

  * igt@kms_flip@flip-vs-expired-vblank@c-edp1:
    - shard-lnl:          [PASS][4] -> [FAIL][5] ([Intel XE#301] / [Intel XE#3149]) +1 other test fail
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4774-0be244ee3139de3578e9acc56e1b917a4bd162cd/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
    - shard-lnl:          NOTRUN -> [SKIP][6] ([Intel XE#7178] / [Intel XE#7351])
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff:
    - shard-lnl:          NOTRUN -> [SKIP][7] ([Intel XE#656]) +1 other test skip
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/shard-lnl-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html

  * igt@kms_hdr@static-toggle:
    - shard-lnl:          NOTRUN -> [SKIP][8] ([Intel XE#1503])
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/shard-lnl-6/igt@kms_hdr@static-toggle.html

  * igt@kms_psr@fbc-psr2-sprite-plane-onoff:
    - shard-lnl:          NOTRUN -> [SKIP][9] ([Intel XE#1406] / [Intel XE#7345])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/shard-lnl-5/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html

  * igt@kms_psr@fbc-psr2-sprite-plane-onoff@edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][10] ([Intel XE#1406] / [Intel XE#4609])
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/shard-lnl-5/igt@kms_psr@fbc-psr2-sprite-plane-onoff@edp-1.html

  * igt@xe_ccs@vm-bind-fault-mode-decompress:
    - shard-lnl:          NOTRUN -> [SKIP][11] ([Intel XE#7644])
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/shard-lnl-6/igt@xe_ccs@vm-bind-fault-mode-decompress.html

  * igt@xe_eudebug_online@resume-dss:
    - shard-lnl:          NOTRUN -> [SKIP][12] ([Intel XE#7636])
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/shard-lnl-6/igt@xe_eudebug_online@resume-dss.html

  * igt@xe_evict@evict-beng-mixed-threads-small-multi-vm:
    - shard-lnl:          NOTRUN -> [SKIP][13] ([Intel XE#6540] / [Intel XE#688])
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/shard-lnl-7/igt@xe_evict@evict-beng-mixed-threads-small-multi-vm.html

  * igt@xe_exec_balancer@once-parallel-userptr:
    - shard-lnl:          NOTRUN -> [SKIP][14] ([Intel XE#7482])
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/shard-lnl-2/igt@xe_exec_balancer@once-parallel-userptr.html

  * igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate-race:
    - shard-lnl:          NOTRUN -> [SKIP][15] ([Intel XE#1392])
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/shard-lnl-7/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate-race.html

  * igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-multi-vma:
    - shard-lnl:          [PASS][16] -> [FAIL][17] ([Intel XE#5625])
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4774-0be244ee3139de3578e9acc56e1b917a4bd162cd/shard-lnl-8/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-multi-vma.html
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/shard-lnl-5/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-multi-vma.html

  
#### Possible fixes ####

  * igt@kms_flip@flip-vs-expired-vblank-interruptible:
    - shard-lnl:          [FAIL][18] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][19] +1 other test pass
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4774-0be244ee3139de3578e9acc56e1b917a4bd162cd/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank-interruptible.html

  * igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
    - shard-lnl:          [SKIP][20] ([Intel XE#4692] / [Intel XE#7508]) -> [PASS][21]
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4774-0be244ee3139de3578e9acc56e1b917a4bd162cd/shard-lnl-3/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v1/shard-lnl-5/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html

  
  [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
  [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
  [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
  [Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
  [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#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
  [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
  [Intel XE#4609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4609
  [Intel XE#4692]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4692
  [Intel XE#5625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5625
  [Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
  [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
  [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
  [Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
  [Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
  [Intel XE#7345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7345
  [Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
  [Intel XE#7392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7392
  [Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
  [Intel XE#7508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7508
  [Intel XE#7636]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636
  [Intel XE#7644]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7644


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

  * IGT: IGT_8822 -> IGT_8824
  * Linux: xe-4774-0be244ee3139de3578e9acc56e1b917a4bd162cd -> xe-pw-163802v1

  IGT_8822: 8822
  IGT_8824: 8824
  xe-4774-0be244ee3139de3578e9acc56e1b917a4bd162cd: 0be244ee3139de3578e9acc56e1b917a4bd162cd
  xe-pw-163802v1: 163802v1

== Logs ==

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

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

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

* [PATCH v2] drm/xe: expose multi_lrc_engine_classes in debugfs info
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (2 preceding siblings ...)
  2026-03-25 10:40 ` ✓ Xe.CI.FULL: " Patchwork
@ 2026-03-30 17:09 ` Xin Wang
  2026-04-01 21:08   ` Matt Roper
  2026-03-30 17:16 ` ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev2) Patchwork
                   ` (13 subsequent siblings)
  17 siblings, 1 reply; 28+ messages in thread
From: Xin Wang @ 2026-03-30 17:09 UTC (permalink / raw)
  To: intel-xe; +Cc: Xin Wang, Daniel Charles

Add multi_lrc_engine_classes to the per-device info printed via debugfs
(/sys/kernel/debug/dri/<N>/info). This value indicates which engine
classes support multi-LRC submission and varies across platforms.

Exposing it through debugfs allows userspace tools like IGT to query
the actual kernel configuration rather than hardcoding platform-specific
values in test code. This avoids duplicating KMD logic in IGT and makes
tests automatically adapt to platform differences.

V2:
 - Print human-readable engine class names (e.g. "vcs vecs") instead
of a raw bitmask value.

Cc: Daniel Charles <daniel.charles@intel.com>
Signed-off-by: Xin Wang <x.wang@intel.com>
---
 drivers/gpu/drm/xe/xe_debugfs.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/drivers/gpu/drm/xe/xe_debugfs.c b/drivers/gpu/drm/xe/xe_debugfs.c
index 844cfafe1ec7..a410ee971980 100644
--- a/drivers/gpu/drm/xe/xe_debugfs.c
+++ b/drivers/gpu/drm/xe/xe_debugfs.c
@@ -18,6 +18,7 @@
 #include "xe_gt_debugfs.h"
 #include "xe_gt_printk.h"
 #include "xe_guc_ads.h"
+#include "xe_hw_engine.h"
 #include "xe_mmio.h"
 #include "xe_pm.h"
 #include "xe_psmi.h"
@@ -88,6 +89,16 @@ static int info(struct seq_file *m, void *data)
 	drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs));
 	drm_printf(&p, "has_usm %s\n", str_yes_no(xe->info.has_usm));
 	drm_printf(&p, "skip_guc_pc %s\n", str_yes_no(xe->info.skip_guc_pc));
+	drm_printf(&p, "multi_lrc_engine_classes");
+	if (xe->info.multi_lrc_mask) {
+		for (enum xe_engine_class ec = 0; ec < XE_ENGINE_CLASS_MAX; ec++) {
+			if (xe->info.multi_lrc_mask & BIT(ec))
+				drm_printf(&p, " %s", xe_hw_engine_class_to_str(ec));
+		}
+	} else {
+		drm_printf(&p, " none");
+	}
+	drm_printf(&p, "\n");
 	for_each_gt(gt, xe, id) {
 		drm_printf(&p, "gt%d force wake %d\n", id,
 			   xe_force_wake_ref(gt_to_fw(gt), XE_FW_GT));
-- 
2.43.0


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

* ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev2)
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (3 preceding siblings ...)
  2026-03-30 17:09 ` [PATCH v2] drm/xe: expose multi_lrc_engine_classes " Xin Wang
@ 2026-03-30 17:16 ` Patchwork
  2026-03-30 17:53 ` ✓ Xe.CI.BAT: " Patchwork
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 28+ messages in thread
From: Patchwork @ 2026-03-30 17:16 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe

== Series Details ==

Series: drm/xe: expose multi_lrc_mask in debugfs info (rev2)
URL   : https://patchwork.freedesktop.org/series/163802/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/xe: expose multi_lrc_mask in debugfs info (rev2)
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (4 preceding siblings ...)
  2026-03-30 17:16 ` ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev2) Patchwork
@ 2026-03-30 17:53 ` Patchwork
  2026-03-30 20:49 ` ✓ Xe.CI.FULL: " Patchwork
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 28+ messages in thread
From: Patchwork @ 2026-03-30 17:53 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: expose multi_lrc_mask in debugfs info (rev2)
URL   : https://patchwork.freedesktop.org/series/163802/
State : success

== Summary ==

CI Bug Log - changes from xe-4820-bd31fb142d057e5995cfeaad45b36e051ccb7ccb_BAT -> xe-pw-163802v2_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

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

  No changes in participating hosts


Changes
-------

  No changes found


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

  * Linux: xe-4820-bd31fb142d057e5995cfeaad45b36e051ccb7ccb -> xe-pw-163802v2

  IGT_8835: 8835
  xe-4820-bd31fb142d057e5995cfeaad45b36e051ccb7ccb: bd31fb142d057e5995cfeaad45b36e051ccb7ccb
  xe-pw-163802v2: 163802v2

== Logs ==

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

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

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

* ✓ Xe.CI.FULL: success for drm/xe: expose multi_lrc_mask in debugfs info (rev2)
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (5 preceding siblings ...)
  2026-03-30 17:53 ` ✓ Xe.CI.BAT: " Patchwork
@ 2026-03-30 20:49 ` Patchwork
  2026-03-31  0:29 ` [PATCH v3] drm/xe: improve readability of debugfs info engine output Xin Wang
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 28+ messages in thread
From: Patchwork @ 2026-03-30 20:49 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: expose multi_lrc_mask in debugfs info (rev2)
URL   : https://patchwork.freedesktop.org/series/163802/
State : success

== Summary ==

CI Bug Log - changes from xe-4820-bd31fb142d057e5995cfeaad45b36e051ccb7ccb_FULL -> xe-pw-163802v2_FULL
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (2 -> 2)
------------------------------

  No changes in participating hosts

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

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

### IGT changes ###

#### Issues hit ####

  * igt@intel_hwmon@hwmon-read:
    - shard-bmg:          NOTRUN -> [SKIP][1] ([Intel XE#5177] / [Intel XE#6703])
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v2/shard-bmg-5/igt@intel_hwmon@hwmon-read.html

  * igt@kms_atomic_transition@plane-all-modeset-transition:
    - shard-lnl:          NOTRUN -> [SKIP][2] ([Intel XE#3279])
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v2/shard-lnl-2/igt@kms_atomic_transition@plane-all-modeset-transition.html

  * igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs:
    - shard-lnl:          NOTRUN -> [SKIP][3] ([Intel XE#2887]) +1 other test skip
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v2/shard-lnl-2/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs.html

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

  * igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary:
    - shard-lnl:          NOTRUN -> [SKIP][5] ([Intel XE#6312] / [Intel XE#651])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v2/shard-lnl-2/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][6] ([Intel XE#6703]) +221 other tests skip
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v2/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc:
    - shard-lnl:          NOTRUN -> [SKIP][7] ([Intel XE#656])
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v2/shard-lnl-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][8] ([Intel XE#6557] / [Intel XE#6703]) +1 other test skip
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v2/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html

  * igt@kms_joiner@invalid-modeset-big-joiner:
    - shard-lnl:          NOTRUN -> [SKIP][9] ([Intel XE#6901])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v2/shard-lnl-2/igt@kms_joiner@invalid-modeset-big-joiner.html

  * igt@xe_eudebug_online@pagefault-one-of-many:
    - shard-lnl:          NOTRUN -> [SKIP][10] ([Intel XE#7636])
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v2/shard-lnl-2/igt@xe_eudebug_online@pagefault-one-of-many.html

  * igt@xe_exec_balancer@once-parallel-basic:
    - shard-lnl:          NOTRUN -> [SKIP][11] ([Intel XE#7482])
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v2/shard-lnl-2/igt@xe_exec_balancer@once-parallel-basic.html

  * igt@xe_exec_basic@multigpu-once-userptr-rebind:
    - shard-lnl:          NOTRUN -> [SKIP][12] ([Intel XE#1392])
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v2/shard-lnl-2/igt@xe_exec_basic@multigpu-once-userptr-rebind.html

  * igt@xe_exec_fault_mode@twice-multi-queue-userptr-invalidate-race-prefetch:
    - shard-lnl:          NOTRUN -> [SKIP][13] ([Intel XE#7136])
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v2/shard-lnl-2/igt@xe_exec_fault_mode@twice-multi-queue-userptr-invalidate-race-prefetch.html

  
#### Possible fixes ####

  * igt@xe_pmu@gt-frequency@gt0:
    - shard-lnl:          [FAIL][14] -> [PASS][15] +1 other test pass
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4820-bd31fb142d057e5995cfeaad45b36e051ccb7ccb/shard-lnl-7/igt@xe_pmu@gt-frequency@gt0.html
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v2/shard-lnl-1/igt@xe_pmu@gt-frequency@gt0.html

  
  [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#3279]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279
  [Intel XE#5177]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5177
  [Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
  [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
  [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#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703
  [Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
  [Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
  [Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
  [Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
  [Intel XE#7636]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636


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

  * Linux: xe-4820-bd31fb142d057e5995cfeaad45b36e051ccb7ccb -> xe-pw-163802v2

  IGT_8835: 8835
  xe-4820-bd31fb142d057e5995cfeaad45b36e051ccb7ccb: bd31fb142d057e5995cfeaad45b36e051ccb7ccb
  xe-pw-163802v2: 163802v2

== Logs ==

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

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

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

* [PATCH v3] drm/xe: improve readability of debugfs info engine output
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (6 preceding siblings ...)
  2026-03-30 20:49 ` ✓ Xe.CI.FULL: " Patchwork
@ 2026-03-31  0:29 ` Xin Wang
  2026-03-31  3:29   ` Niranjana Vishwanathapura
  2026-03-31  0:43 ` ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev3) Patchwork
                   ` (9 subsequent siblings)
  17 siblings, 1 reply; 28+ messages in thread
From: Xin Wang @ 2026-03-31  0:29 UTC (permalink / raw)
  To: intel-xe; +Cc: Xin Wang

Improve the readability of the info debugfs output by replacing
raw numeric engine masks with human-readable engine and class
names.

Also expose multi_lrc_engine_classes in the info output and print
per-GT engine capability data in a form that is easier to inspect
manually and simpler for userspace tests to consume.

This avoids requiring userspace to duplicate kernel mask decoding
logic when validating engine capabilities.

Signed-off-by: Xin Wang <x.wang@intel.com>
---
 drivers/gpu/drm/xe/xe_debugfs.c | 44 ++++++++++++++++++++++++++++++---
 1 file changed, 40 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_debugfs.c b/drivers/gpu/drm/xe/xe_debugfs.c
index 844cfafe1ec7..9d1c388054e4 100644
--- a/drivers/gpu/drm/xe/xe_debugfs.c
+++ b/drivers/gpu/drm/xe/xe_debugfs.c
@@ -15,9 +15,11 @@
 #include "xe_bo.h"
 #include "xe_device.h"
 #include "xe_force_wake.h"
+#include "xe_gt.h"
 #include "xe_gt_debugfs.h"
 #include "xe_gt_printk.h"
 #include "xe_guc_ads.h"
+#include "xe_hw_engine.h"
 #include "xe_mmio.h"
 #include "xe_pm.h"
 #include "xe_psmi.h"
@@ -61,6 +63,37 @@ static struct xe_device *node_to_xe(struct drm_info_node *node)
 	return to_xe_device(node->minor->dev);
 }
 
+static void print_engine_class_mask(struct drm_printer *p, const char *label, u8 mask)
+{
+	drm_printf(p, "%s", label);
+	if (mask) {
+		for (enum xe_engine_class ec = 0; ec < XE_ENGINE_CLASS_MAX; ec++) {
+			if (mask & BIT(ec))
+				drm_printf(p, " %s", xe_hw_engine_class_to_str(ec));
+		}
+	} else {
+		drm_printf(p, " none");
+	}
+	drm_printf(p, "\n");
+}
+
+static void print_engine_mask(struct drm_printer *p, const char *label,
+			      struct xe_gt *gt, u64 mask)
+{
+	struct xe_hw_engine *hwe;
+	enum xe_hw_engine_id id;
+
+	drm_printf(p, "%s", label);
+	if (mask) {
+		for_each_hw_engine(hwe, gt, id)
+			if (mask & BIT_ULL(id))
+				drm_printf(p, " %s", hwe->name);
+	} else {
+		drm_printf(p, " none");
+	}
+	drm_printf(p, "\n");
+}
+
 static int info(struct seq_file *m, void *data)
 {
 	struct xe_device *xe = node_to_xe(m->private);
@@ -88,13 +121,16 @@ static int info(struct seq_file *m, void *data)
 	drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs));
 	drm_printf(&p, "has_usm %s\n", str_yes_no(xe->info.has_usm));
 	drm_printf(&p, "skip_guc_pc %s\n", str_yes_no(xe->info.skip_guc_pc));
+	print_engine_class_mask(&p, "multi_lrc_engine_classes", xe->info.multi_lrc_mask);
 	for_each_gt(gt, xe, id) {
+		char label[40];
+
 		drm_printf(&p, "gt%d force wake %d\n", id,
 			   xe_force_wake_ref(gt_to_fw(gt), XE_FW_GT));
-		drm_printf(&p, "gt%d engine_mask 0x%llx\n", id,
-			   gt->info.engine_mask);
-		drm_printf(&p, "gt%d multi_queue_engine_class_mask 0x%x\n", id,
-			   gt->info.multi_queue_engine_class_mask);
+		snprintf(label, sizeof(label), "gt%d engines", id);
+		print_engine_mask(&p, label, gt, gt->info.engine_mask);
+		snprintf(label, sizeof(label), "gt%d multi_queue_engine_classes", id);
+		print_engine_class_mask(&p, label, gt->info.multi_queue_engine_class_mask);
 	}
 
 	return 0;
-- 
2.43.0


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

* ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev3)
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (7 preceding siblings ...)
  2026-03-31  0:29 ` [PATCH v3] drm/xe: improve readability of debugfs info engine output Xin Wang
@ 2026-03-31  0:43 ` Patchwork
  2026-03-31  1:29 ` ✓ Xe.CI.BAT: " Patchwork
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 28+ messages in thread
From: Patchwork @ 2026-03-31  0:43 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe

== Series Details ==

Series: drm/xe: expose multi_lrc_mask in debugfs info (rev3)
URL   : https://patchwork.freedesktop.org/series/163802/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/xe: expose multi_lrc_mask in debugfs info (rev3)
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (8 preceding siblings ...)
  2026-03-31  0:43 ` ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev3) Patchwork
@ 2026-03-31  1:29 ` Patchwork
  2026-03-31  5:56 ` ✗ Xe.CI.FULL: failure " Patchwork
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 28+ messages in thread
From: Patchwork @ 2026-03-31  1:29 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: expose multi_lrc_mask in debugfs info (rev3)
URL   : https://patchwork.freedesktop.org/series/163802/
State : success

== Summary ==

CI Bug Log - changes from xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a_BAT -> xe-pw-163802v3_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

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

  No changes in participating hosts

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

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

### IGT changes ###

#### Issues hit ####

  * igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1:
    - bat-adlp-7:         [PASS][1] -> [DMESG-WARN][2] ([Intel XE#7483])
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html

  
#### Possible fixes ####

  * igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1:
    - bat-adlp-7:         [DMESG-WARN][3] ([Intel XE#7483]) -> [PASS][4]
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html

  
#### Warnings ####

  * igt@core_hotunplug@unbind-rebind:
    - bat-bmg-2:          [DMESG-WARN][5] ([Intel XE#7433]) -> [ABORT][6] ([Intel XE#7249] / [Intel XE#7578])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html

  
  [Intel XE#7249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7249
  [Intel XE#7433]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7433
  [Intel XE#7483]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7483
  [Intel XE#7578]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7578


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

  * Linux: xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a -> xe-pw-163802v3

  IGT_8836: 8836
  xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a: 247b271f2f09fedf9c4cc85fcc338217fc396a9a
  xe-pw-163802v3: 163802v3

== Logs ==

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

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

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

* Re: [PATCH v3] drm/xe: improve readability of debugfs info engine output
  2026-03-31  0:29 ` [PATCH v3] drm/xe: improve readability of debugfs info engine output Xin Wang
@ 2026-03-31  3:29   ` Niranjana Vishwanathapura
  0 siblings, 0 replies; 28+ messages in thread
From: Niranjana Vishwanathapura @ 2026-03-31  3:29 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe

On Mon, Mar 30, 2026 at 05:29:44PM -0700, Xin Wang wrote:
>Improve the readability of the info debugfs output by replacing
>raw numeric engine masks with human-readable engine and class
>names.
>
>Also expose multi_lrc_engine_classes in the info output and print
>per-GT engine capability data in a form that is easier to inspect
>manually and simpler for userspace tests to consume.
>
>This avoids requiring userspace to duplicate kernel mask decoding
>logic when validating engine capabilities.
>
>Signed-off-by: Xin Wang <x.wang@intel.com>
>---
> drivers/gpu/drm/xe/xe_debugfs.c | 44 ++++++++++++++++++++++++++++++---
> 1 file changed, 40 insertions(+), 4 deletions(-)
>
>diff --git a/drivers/gpu/drm/xe/xe_debugfs.c b/drivers/gpu/drm/xe/xe_debugfs.c
>index 844cfafe1ec7..9d1c388054e4 100644
>--- a/drivers/gpu/drm/xe/xe_debugfs.c
>+++ b/drivers/gpu/drm/xe/xe_debugfs.c
>@@ -15,9 +15,11 @@
> #include "xe_bo.h"
> #include "xe_device.h"
> #include "xe_force_wake.h"
>+#include "xe_gt.h"
> #include "xe_gt_debugfs.h"
> #include "xe_gt_printk.h"
> #include "xe_guc_ads.h"
>+#include "xe_hw_engine.h"
> #include "xe_mmio.h"
> #include "xe_pm.h"
> #include "xe_psmi.h"
>@@ -61,6 +63,37 @@ static struct xe_device *node_to_xe(struct drm_info_node *node)
> 	return to_xe_device(node->minor->dev);
> }
>
>+static void print_engine_class_mask(struct drm_printer *p, const char *label, u8 mask)
>+{
>+	drm_printf(p, "%s", label);
>+	if (mask) {
>+		for (enum xe_engine_class ec = 0; ec < XE_ENGINE_CLASS_MAX; ec++) {

If there is one usecase, there will probably many that follow :)
Can make make this a macro 'for_each_hw_engine_class()'?

>+			if (mask & BIT(ec))
>+				drm_printf(p, " %s", xe_hw_engine_class_to_str(ec));
>+		}
>+	} else {
>+		drm_printf(p, " none");
>+	}
>+	drm_printf(p, "\n");
>+}
>+
>+static void print_engine_mask(struct drm_printer *p, const char *label,
>+			      struct xe_gt *gt, u64 mask)
>+{
>+	struct xe_hw_engine *hwe;
>+	enum xe_hw_engine_id id;
>+
>+	drm_printf(p, "%s", label);
>+	if (mask) {
>+		for_each_hw_engine(hwe, gt, id)
>+			if (mask & BIT_ULL(id))
>+				drm_printf(p, " %s", hwe->name);
>+	} else {
>+		drm_printf(p, " none");
>+	}
>+	drm_printf(p, "\n");
>+}
>+
> static int info(struct seq_file *m, void *data)
> {
> 	struct xe_device *xe = node_to_xe(m->private);
>@@ -88,13 +121,16 @@ static int info(struct seq_file *m, void *data)
> 	drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs));
> 	drm_printf(&p, "has_usm %s\n", str_yes_no(xe->info.has_usm));
> 	drm_printf(&p, "skip_guc_pc %s\n", str_yes_no(xe->info.skip_guc_pc));
>+	print_engine_class_mask(&p, "multi_lrc_engine_classes", xe->info.multi_lrc_mask);

May be add this as a separate patch.

> 	for_each_gt(gt, xe, id) {
>+		char label[40];
>+
> 		drm_printf(&p, "gt%d force wake %d\n", id,
> 			   xe_force_wake_ref(gt_to_fw(gt), XE_FW_GT));
>-		drm_printf(&p, "gt%d engine_mask 0x%llx\n", id,
>-			   gt->info.engine_mask);
>-		drm_printf(&p, "gt%d multi_queue_engine_class_mask 0x%x\n", id,
>-			   gt->info.multi_queue_engine_class_mask);
>+		snprintf(label, sizeof(label), "gt%d engines", id);
>+		print_engine_mask(&p, label, gt, gt->info.engine_mask);
>+		snprintf(label, sizeof(label), "gt%d multi_queue_engine_classes", id);
>+		print_engine_class_mask(&p, label, gt->info.multi_queue_engine_class_mask);

Do we need to pass the label? We can probably just print that here? I am fine with passing also.

I am bit concerned about it breaking the ABI. I did not see IGT code relying on these masks,
but it is better to check with maintainers also.

Other than these, patch looks good to me.
Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>

Niranjana

> 	}
>
> 	return 0;
>-- 
>2.43.0
>

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

* ✗ Xe.CI.FULL: failure for drm/xe: expose multi_lrc_mask in debugfs info (rev3)
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (9 preceding siblings ...)
  2026-03-31  1:29 ` ✓ Xe.CI.BAT: " Patchwork
@ 2026-03-31  5:56 ` Patchwork
  2026-04-01 21:26 ` [PATCH v4 0/2] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 28+ messages in thread
From: Patchwork @ 2026-03-31  5:56 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: expose multi_lrc_mask in debugfs info (rev3)
URL   : https://patchwork.freedesktop.org/series/163802/
State : failure

== Summary ==

CI Bug Log - changes from xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a_FULL -> xe-pw-163802v3_FULL
====================================================

Summary
-------

  **FAILURE**

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

### IGT changes ###

#### Possible regressions ####

  * igt@kms_fbcon_fbt@psr-suspend:
    - shard-lnl:          [PASS][1] -> [FAIL][2]
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-lnl-8/igt@kms_fbcon_fbt@psr-suspend.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-lnl-5/igt@kms_fbcon_fbt@psr-suspend.html

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

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

### IGT changes ###

#### Possible fixes ####

  * igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
    - shard-lnl:          [FAIL][3] ([Intel XE#2142]) -> [PASS][4] +1 other test pass
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-lnl-6/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-lnl-2/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html

  
#### Warnings ####

  * igt@xe_module_load@load:
    - shard-bmg:          ([DMESG-WARN][5], [DMESG-WARN][6], [PASS][7], [PASS][8], [DMESG-WARN][9], [DMESG-WARN][10], [DMESG-WARN][11], [DMESG-WARN][12], [DMESG-WARN][13], [DMESG-WARN][14], [DMESG-WARN][15], [DMESG-WARN][16], [DMESG-WARN][17], [DMESG-WARN][18], [DMESG-WARN][19], [DMESG-WARN][20], [DMESG-WARN][21], [DMESG-WARN][22], [DMESG-WARN][23], [DMESG-WARN][24], [DMESG-WARN][25], [DMESG-WARN][26], [DMESG-WARN][27], [DMESG-WARN][28], [DMESG-WARN][29]) ([Intel XE#7433]) -> ([DMESG-WARN][30], [DMESG-WARN][31], [DMESG-WARN][32], [DMESG-WARN][33], [DMESG-WARN][34], [DMESG-WARN][35], [DMESG-WARN][36], [DMESG-WARN][37], [DMESG-WARN][38], [DMESG-WARN][39], [DMESG-WARN][40], [DMESG-WARN][41], [DMESG-WARN][42], [DMESG-WARN][43], [DMESG-WARN][44], [DMESG-WARN][45], [DMESG-WARN][46], [DMESG-WARN][47], [DMESG-WARN][48], [DMESG-WARN][49], [DMESG-WARN][50], [DMESG-WARN][51], [DMESG-WARN][52], [DMESG-WARN][53], [DMESG-WARN][54]) ([Intel XE#7433])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-4/igt@xe_module_load@load.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-4/igt@xe_module_load@load.html
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-5/igt@xe_module_load@load.html
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-5/igt@xe_module_load@load.html
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-6/igt@xe_module_load@load.html
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-6/igt@xe_module_load@load.html
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-6/igt@xe_module_load@load.html
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-3/igt@xe_module_load@load.html
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-3/igt@xe_module_load@load.html
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-3/igt@xe_module_load@load.html
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-9/igt@xe_module_load@load.html
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-4/igt@xe_module_load@load.html
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-2/igt@xe_module_load@load.html
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-8/igt@xe_module_load@load.html
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-8/igt@xe_module_load@load.html
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-8/igt@xe_module_load@load.html
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-2/igt@xe_module_load@load.html
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-9/igt@xe_module_load@load.html
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-9/igt@xe_module_load@load.html
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-7/igt@xe_module_load@load.html
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-7/igt@xe_module_load@load.html
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-1/igt@xe_module_load@load.html
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-1/igt@xe_module_load@load.html
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-10/igt@xe_module_load@load.html
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a/shard-bmg-10/igt@xe_module_load@load.html
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-2/igt@xe_module_load@load.html
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-2/igt@xe_module_load@load.html
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-2/igt@xe_module_load@load.html
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-9/igt@xe_module_load@load.html
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-9/igt@xe_module_load@load.html
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-7/igt@xe_module_load@load.html
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-7/igt@xe_module_load@load.html
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-7/igt@xe_module_load@load.html
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-1/igt@xe_module_load@load.html
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-9/igt@xe_module_load@load.html
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-1/igt@xe_module_load@load.html
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-10/igt@xe_module_load@load.html
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-10/igt@xe_module_load@load.html
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-10/igt@xe_module_load@load.html
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-8/igt@xe_module_load@load.html
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-8/igt@xe_module_load@load.html
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-8/igt@xe_module_load@load.html
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-4/igt@xe_module_load@load.html
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-4/igt@xe_module_load@load.html
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-4/igt@xe_module_load@load.html
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-3/igt@xe_module_load@load.html
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-3/igt@xe_module_load@load.html
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-6/igt@xe_module_load@load.html
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-6/igt@xe_module_load@load.html
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v3/shard-bmg-6/igt@xe_module_load@load.html

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


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

  * Linux: xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a -> xe-pw-163802v3

  IGT_8836: 8836
  xe-4823-247b271f2f09fedf9c4cc85fcc338217fc396a9a: 247b271f2f09fedf9c4cc85fcc338217fc396a9a
  xe-pw-163802v3: 163802v3

== Logs ==

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

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

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

* Re: [PATCH v2] drm/xe: expose multi_lrc_engine_classes in debugfs info
  2026-03-30 17:09 ` [PATCH v2] drm/xe: expose multi_lrc_engine_classes " Xin Wang
@ 2026-04-01 21:08   ` Matt Roper
  0 siblings, 0 replies; 28+ messages in thread
From: Matt Roper @ 2026-04-01 21:08 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe, Daniel Charles

On Mon, Mar 30, 2026 at 10:09:28AM -0700, Xin Wang wrote:
> Add multi_lrc_engine_classes to the per-device info printed via debugfs
> (/sys/kernel/debug/dri/<N>/info). This value indicates which engine
> classes support multi-LRC submission and varies across platforms.
> 
> Exposing it through debugfs allows userspace tools like IGT to query
> the actual kernel configuration rather than hardcoding platform-specific
> values in test code. This avoids duplicating KMD logic in IGT and makes
> tests automatically adapt to platform differences.
> 
> V2:
>  - Print human-readable engine class names (e.g. "vcs vecs") instead
> of a raw bitmask value.
> 
> Cc: Daniel Charles <daniel.charles@intel.com>
> Signed-off-by: Xin Wang <x.wang@intel.com>

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>

> ---
>  drivers/gpu/drm/xe/xe_debugfs.c | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/drivers/gpu/drm/xe/xe_debugfs.c b/drivers/gpu/drm/xe/xe_debugfs.c
> index 844cfafe1ec7..a410ee971980 100644
> --- a/drivers/gpu/drm/xe/xe_debugfs.c
> +++ b/drivers/gpu/drm/xe/xe_debugfs.c
> @@ -18,6 +18,7 @@
>  #include "xe_gt_debugfs.h"
>  #include "xe_gt_printk.h"
>  #include "xe_guc_ads.h"
> +#include "xe_hw_engine.h"
>  #include "xe_mmio.h"
>  #include "xe_pm.h"
>  #include "xe_psmi.h"
> @@ -88,6 +89,16 @@ static int info(struct seq_file *m, void *data)
>  	drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs));
>  	drm_printf(&p, "has_usm %s\n", str_yes_no(xe->info.has_usm));
>  	drm_printf(&p, "skip_guc_pc %s\n", str_yes_no(xe->info.skip_guc_pc));
> +	drm_printf(&p, "multi_lrc_engine_classes");
> +	if (xe->info.multi_lrc_mask) {
> +		for (enum xe_engine_class ec = 0; ec < XE_ENGINE_CLASS_MAX; ec++) {
> +			if (xe->info.multi_lrc_mask & BIT(ec))
> +				drm_printf(&p, " %s", xe_hw_engine_class_to_str(ec));
> +		}
> +	} else {
> +		drm_printf(&p, " none");
> +	}
> +	drm_printf(&p, "\n");
>  	for_each_gt(gt, xe, id) {
>  		drm_printf(&p, "gt%d force wake %d\n", id,
>  			   xe_force_wake_ref(gt_to_fw(gt), XE_FW_GT));
> -- 
> 2.43.0
> 

-- 
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation

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

* [PATCH v4 0/2] drm/xe: expose multi_lrc_mask in debugfs info
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (10 preceding siblings ...)
  2026-03-31  5:56 ` ✗ Xe.CI.FULL: failure " Patchwork
@ 2026-04-01 21:26 ` Xin Wang
  2026-04-01 21:26   ` [PATCH v4 1/2] drm/xe: improve readability of debugfs engine info output Xin Wang
  2026-04-01 21:26   ` [PATCH v4 2/2] drm/xe: expose multi-lrc engine classes in debugfs info Xin Wang
  2026-04-01 21:33 ` ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev4) Patchwork
                   ` (5 subsequent siblings)
  17 siblings, 2 replies; 28+ messages in thread
From: Xin Wang @ 2026-04-01 21:26 UTC (permalink / raw)
  To: intel-xe; +Cc: Xin Wang

This series improves the debugfs info output for xe engines and exposes
the multi-LRC engine class capability.

Patch 1 replaces raw numeric engine masks with human-readable engine and
class names in the per-GT debugfs info output. This avoids requiring
userspace to duplicate kernel mask decoding logic when validating engine
capabilities.

Patch 2 adds multi_lrc_engine_classes to the device-level info output,
so userspace can inspect the device-level multi-LRC class capability in
a single place.

Xin Wang (2):
  drm/xe: improve readability of debugfs engine info output
  drm/xe: expose multi-lrc engine classes in debugfs info

 drivers/gpu/drm/xe/xe_debugfs.c | 40 +++++++++++++++++++++++++++++----
 1 file changed, 36 insertions(+), 4 deletions(-)

-- 
2.43.0


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

* [PATCH v4 1/2] drm/xe: improve readability of debugfs engine info output
  2026-04-01 21:26 ` [PATCH v4 0/2] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
@ 2026-04-01 21:26   ` Xin Wang
  2026-04-01 22:29     ` Matt Roper
  2026-04-01 21:26   ` [PATCH v4 2/2] drm/xe: expose multi-lrc engine classes in debugfs info Xin Wang
  1 sibling, 1 reply; 28+ messages in thread
From: Xin Wang @ 2026-04-01 21:26 UTC (permalink / raw)
  To: intel-xe; +Cc: Xin Wang, Niranjana Vishwanathapura

Improve the readability of the info debugfs output by replacing
raw numeric engine masks with human-readable engine and class
names.

Also print per-GT engine capability data in a form that is easier
to inspect manually and simpler for userspace tests to consume.

This avoids requiring userspace to duplicate kernel mask decoding
logic when validating engine capabilities.

Signed-off-by: Xin Wang <x.wang@intel.com>
Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
---
 drivers/gpu/drm/xe/xe_debugfs.c | 38 +++++++++++++++++++++++++++++----
 1 file changed, 34 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_debugfs.c b/drivers/gpu/drm/xe/xe_debugfs.c
index 844cfafe1ec7..9986a0310c36 100644
--- a/drivers/gpu/drm/xe/xe_debugfs.c
+++ b/drivers/gpu/drm/xe/xe_debugfs.c
@@ -15,9 +15,11 @@
 #include "xe_bo.h"
 #include "xe_device.h"
 #include "xe_force_wake.h"
+#include "xe_gt.h"
 #include "xe_gt_debugfs.h"
 #include "xe_gt_printk.h"
 #include "xe_guc_ads.h"
+#include "xe_hw_engine.h"
 #include "xe_mmio.h"
 #include "xe_pm.h"
 #include "xe_psmi.h"
@@ -61,6 +63,34 @@ static struct xe_device *node_to_xe(struct drm_info_node *node)
 	return to_xe_device(node->minor->dev);
 }
 
+static void print_engine_class_mask(struct drm_printer *p, u8 mask)
+{
+	if (mask) {
+		for (enum xe_engine_class ec = 0; ec < XE_ENGINE_CLASS_MAX; ec++) {
+			if (mask & BIT(ec))
+				drm_printf(p, " %s", xe_hw_engine_class_to_str(ec));
+		}
+	} else {
+		drm_printf(p, " none");
+	}
+	drm_printf(p, "\n");
+}
+
+static void print_engine_mask(struct drm_printer *p, struct xe_gt *gt, u64 mask)
+{
+	struct xe_hw_engine *hwe;
+	enum xe_hw_engine_id id;
+
+	if (mask) {
+		for_each_hw_engine(hwe, gt, id)
+			if (mask & BIT_ULL(id))
+				drm_printf(p, " %s", hwe->name);
+	} else {
+		drm_printf(p, " none");
+	}
+	drm_printf(p, "\n");
+}
+
 static int info(struct seq_file *m, void *data)
 {
 	struct xe_device *xe = node_to_xe(m->private);
@@ -91,10 +121,10 @@ static int info(struct seq_file *m, void *data)
 	for_each_gt(gt, xe, id) {
 		drm_printf(&p, "gt%d force wake %d\n", id,
 			   xe_force_wake_ref(gt_to_fw(gt), XE_FW_GT));
-		drm_printf(&p, "gt%d engine_mask 0x%llx\n", id,
-			   gt->info.engine_mask);
-		drm_printf(&p, "gt%d multi_queue_engine_class_mask 0x%x\n", id,
-			   gt->info.multi_queue_engine_class_mask);
+		drm_printf(&p, "gt%d engines", id);
+		print_engine_mask(&p, gt, gt->info.engine_mask);
+		drm_printf(&p, "gt%d multi_queue_engine_classes", id);
+		print_engine_class_mask(&p, gt->info.multi_queue_engine_class_mask);
 	}
 
 	return 0;
-- 
2.43.0


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

* [PATCH v4 2/2] drm/xe: expose multi-lrc engine classes in debugfs info
  2026-04-01 21:26 ` [PATCH v4 0/2] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
  2026-04-01 21:26   ` [PATCH v4 1/2] drm/xe: improve readability of debugfs engine info output Xin Wang
@ 2026-04-01 21:26   ` Xin Wang
  2026-04-01 22:33     ` Matt Roper
  1 sibling, 1 reply; 28+ messages in thread
From: Xin Wang @ 2026-04-01 21:26 UTC (permalink / raw)
  To: intel-xe; +Cc: Xin Wang, Niranjana Vishwanathapura

Expose multi_lrc_engine_classes in the info debugfs output so
userspace can inspect the multi-LRC class capability directly.

Signed-off-by: Xin Wang <x.wang@intel.com>
Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
---
 drivers/gpu/drm/xe/xe_debugfs.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/xe/xe_debugfs.c b/drivers/gpu/drm/xe/xe_debugfs.c
index 9986a0310c36..b5f7233da360 100644
--- a/drivers/gpu/drm/xe/xe_debugfs.c
+++ b/drivers/gpu/drm/xe/xe_debugfs.c
@@ -118,6 +118,8 @@ static int info(struct seq_file *m, void *data)
 	drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs));
 	drm_printf(&p, "has_usm %s\n", str_yes_no(xe->info.has_usm));
 	drm_printf(&p, "skip_guc_pc %s\n", str_yes_no(xe->info.skip_guc_pc));
+	drm_printf(&p, "multi_lrc_engine_classes");
+	print_engine_class_mask(&p, xe->info.multi_lrc_mask);
 	for_each_gt(gt, xe, id) {
 		drm_printf(&p, "gt%d force wake %d\n", id,
 			   xe_force_wake_ref(gt_to_fw(gt), XE_FW_GT));
-- 
2.43.0


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

* ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev4)
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (11 preceding siblings ...)
  2026-04-01 21:26 ` [PATCH v4 0/2] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
@ 2026-04-01 21:33 ` Patchwork
  2026-04-01 22:10 ` ✓ Xe.CI.BAT: " Patchwork
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 28+ messages in thread
From: Patchwork @ 2026-04-01 21:33 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe

== Series Details ==

Series: drm/xe: expose multi_lrc_mask in debugfs info (rev4)
URL   : https://patchwork.freedesktop.org/series/163802/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/xe: expose multi_lrc_mask in debugfs info (rev4)
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (12 preceding siblings ...)
  2026-04-01 21:33 ` ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev4) Patchwork
@ 2026-04-01 22:10 ` Patchwork
  2026-04-02  5:16 ` ✓ Xe.CI.FULL: " Patchwork
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 28+ messages in thread
From: Patchwork @ 2026-04-01 22:10 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: expose multi_lrc_mask in debugfs info (rev4)
URL   : https://patchwork.freedesktop.org/series/163802/
State : success

== Summary ==

CI Bug Log - changes from xe-4835-3bc4b20741a977a593763678ab6d5b23c3e10d6c_BAT -> xe-pw-163802v4_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (14 -> 14)
------------------------------

  No changes in participating hosts


Changes
-------

  No changes found


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

  * IGT: IGT_8840 -> IGT_8841
  * Linux: xe-4835-3bc4b20741a977a593763678ab6d5b23c3e10d6c -> xe-pw-163802v4

  IGT_8840: 8840
  IGT_8841: 8841
  xe-4835-3bc4b20741a977a593763678ab6d5b23c3e10d6c: 3bc4b20741a977a593763678ab6d5b23c3e10d6c
  xe-pw-163802v4: 163802v4

== Logs ==

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

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

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

* Re: [PATCH v4 1/2] drm/xe: improve readability of debugfs engine info output
  2026-04-01 21:26   ` [PATCH v4 1/2] drm/xe: improve readability of debugfs engine info output Xin Wang
@ 2026-04-01 22:29     ` Matt Roper
  0 siblings, 0 replies; 28+ messages in thread
From: Matt Roper @ 2026-04-01 22:29 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe, Niranjana Vishwanathapura

On Wed, Apr 01, 2026 at 02:26:36PM -0700, Xin Wang wrote:
> Improve the readability of the info debugfs output by replacing
> raw numeric engine masks with human-readable engine and class
> names.
> 
> Also print per-GT engine capability data in a form that is easier
> to inspect manually and simpler for userspace tests to consume.
> 
> This avoids requiring userspace to duplicate kernel mask decoding

Minor nitpick:  usually when people refer to "userspace" in commit
messages and such, they're referring to "real" userspace, not manual
inspection of debugfs (via 'cat'), and not the artificial tests of the
kernel itself (IGT) that are snooping on internal details specifically
for test coverage purposes.  I worry that using "userspace" like this
might convey the wrong impression that we consider it valid for actual
userspace software to consume the contents of debugfs, which isn't what
we want.

I'd reword the commit message here to just say that it makes it easier
for a human to interpret the data (which is really the primary purpose
of this debugfs interface in general), and as a side effect it makes it
easier for IGT tests to use to ensure appropriate test coverage of the
kernel's uapi.

> logic when validating engine capabilities.
> 
> Signed-off-by: Xin Wang <x.wang@intel.com>
> Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
> ---
>  drivers/gpu/drm/xe/xe_debugfs.c | 38 +++++++++++++++++++++++++++++----
>  1 file changed, 34 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/gpu/drm/xe/xe_debugfs.c b/drivers/gpu/drm/xe/xe_debugfs.c
> index 844cfafe1ec7..9986a0310c36 100644
> --- a/drivers/gpu/drm/xe/xe_debugfs.c
> +++ b/drivers/gpu/drm/xe/xe_debugfs.c
> @@ -15,9 +15,11 @@
>  #include "xe_bo.h"
>  #include "xe_device.h"
>  #include "xe_force_wake.h"
> +#include "xe_gt.h"
>  #include "xe_gt_debugfs.h"
>  #include "xe_gt_printk.h"
>  #include "xe_guc_ads.h"
> +#include "xe_hw_engine.h"
>  #include "xe_mmio.h"
>  #include "xe_pm.h"
>  #include "xe_psmi.h"
> @@ -61,6 +63,34 @@ static struct xe_device *node_to_xe(struct drm_info_node *node)
>  	return to_xe_device(node->minor->dev);
>  }
>  
> +static void print_engine_class_mask(struct drm_printer *p, u8 mask)
> +{
> +	if (mask) {
> +		for (enum xe_engine_class ec = 0; ec < XE_ENGINE_CLASS_MAX; ec++) {
> +			if (mask & BIT(ec))
> +				drm_printf(p, " %s", xe_hw_engine_class_to_str(ec));
> +		}
> +	} else {
> +		drm_printf(p, " none");
> +	}

Another minor nitpick:  when possible it's nice to minimize indentation
levels since it makes the code easier to read.  In this case it be
simpler to do something like

        if (!mask) {
                drm_printf(p, " none\n");
                return;
        }

        for (...) {

        }

Same for the function below.


Aside from the nitpicks, the overall change looks good so,

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>


> +	drm_printf(p, "\n");
> +}
> +
> +static void print_engine_mask(struct drm_printer *p, struct xe_gt *gt, u64 mask)
> +{
> +	struct xe_hw_engine *hwe;
> +	enum xe_hw_engine_id id;
> +
> +	if (mask) {
> +		for_each_hw_engine(hwe, gt, id)
> +			if (mask & BIT_ULL(id))
> +				drm_printf(p, " %s", hwe->name);
> +	} else {
> +		drm_printf(p, " none");
> +	}
> +	drm_printf(p, "\n");
> +}
> +
>  static int info(struct seq_file *m, void *data)
>  {
>  	struct xe_device *xe = node_to_xe(m->private);
> @@ -91,10 +121,10 @@ static int info(struct seq_file *m, void *data)
>  	for_each_gt(gt, xe, id) {
>  		drm_printf(&p, "gt%d force wake %d\n", id,
>  			   xe_force_wake_ref(gt_to_fw(gt), XE_FW_GT));
> -		drm_printf(&p, "gt%d engine_mask 0x%llx\n", id,
> -			   gt->info.engine_mask);
> -		drm_printf(&p, "gt%d multi_queue_engine_class_mask 0x%x\n", id,
> -			   gt->info.multi_queue_engine_class_mask);
> +		drm_printf(&p, "gt%d engines", id);
> +		print_engine_mask(&p, gt, gt->info.engine_mask);
> +		drm_printf(&p, "gt%d multi_queue_engine_classes", id);
> +		print_engine_class_mask(&p, gt->info.multi_queue_engine_class_mask);
>  	}
>  
>  	return 0;
> -- 
> 2.43.0
> 

-- 
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation

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

* Re: [PATCH v4 2/2] drm/xe: expose multi-lrc engine classes in debugfs info
  2026-04-01 21:26   ` [PATCH v4 2/2] drm/xe: expose multi-lrc engine classes in debugfs info Xin Wang
@ 2026-04-01 22:33     ` Matt Roper
  0 siblings, 0 replies; 28+ messages in thread
From: Matt Roper @ 2026-04-01 22:33 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe, Niranjana Vishwanathapura

On Wed, Apr 01, 2026 at 02:26:37PM -0700, Xin Wang wrote:
> Expose multi_lrc_engine_classes in the info debugfs output so
> userspace can inspect the multi-LRC class capability directly.

As noted on the previous patch, this isn't for "userspace" in the way
people will interpret this comment.  This is just a useful extra piece
of information to have available for debugging so I don't think it
really needs to be justified further.


Matt

> 
> Signed-off-by: Xin Wang <x.wang@intel.com>
> Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
> ---
>  drivers/gpu/drm/xe/xe_debugfs.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/gpu/drm/xe/xe_debugfs.c b/drivers/gpu/drm/xe/xe_debugfs.c
> index 9986a0310c36..b5f7233da360 100644
> --- a/drivers/gpu/drm/xe/xe_debugfs.c
> +++ b/drivers/gpu/drm/xe/xe_debugfs.c
> @@ -118,6 +118,8 @@ static int info(struct seq_file *m, void *data)
>  	drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs));
>  	drm_printf(&p, "has_usm %s\n", str_yes_no(xe->info.has_usm));
>  	drm_printf(&p, "skip_guc_pc %s\n", str_yes_no(xe->info.skip_guc_pc));
> +	drm_printf(&p, "multi_lrc_engine_classes");
> +	print_engine_class_mask(&p, xe->info.multi_lrc_mask);
>  	for_each_gt(gt, xe, id) {
>  		drm_printf(&p, "gt%d force wake %d\n", id,
>  			   xe_force_wake_ref(gt_to_fw(gt), XE_FW_GT));
> -- 
> 2.43.0
> 

-- 
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation

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

* ✓ Xe.CI.FULL: success for drm/xe: expose multi_lrc_mask in debugfs info (rev4)
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (13 preceding siblings ...)
  2026-04-01 22:10 ` ✓ Xe.CI.BAT: " Patchwork
@ 2026-04-02  5:16 ` Patchwork
  2026-04-02 16:29 ` [PATCH v5 0/2] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 28+ messages in thread
From: Patchwork @ 2026-04-02  5:16 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: expose multi_lrc_mask in debugfs info (rev4)
URL   : https://patchwork.freedesktop.org/series/163802/
State : success

== Summary ==

CI Bug Log - changes from xe-4835-3bc4b20741a977a593763678ab6d5b23c3e10d6c_FULL -> xe-pw-163802v4_FULL
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (2 -> 2)
------------------------------

  No changes in participating hosts

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

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

### IGT changes ###

#### Issues hit ####

  * igt@kms_async_flips@alternate-sync-async-flip:
    - shard-lnl:          [PASS][1] -> [FAIL][2] ([Intel XE#3718] / [Intel XE#7265]) +1 other test fail
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4835-3bc4b20741a977a593763678ab6d5b23c3e10d6c/shard-lnl-4/igt@kms_async_flips@alternate-sync-async-flip.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-1/igt@kms_async_flips@alternate-sync-async-flip.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-lnl:          NOTRUN -> [SKIP][3] ([Intel XE#1407])
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_ccs@crc-primary-basic-yf-tiled-ccs:
    - shard-lnl:          NOTRUN -> [SKIP][4] ([Intel XE#2887])
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-8/igt@kms_ccs@crc-primary-basic-yf-tiled-ccs.html

  * igt@kms_chamelium_hpd@dp-hpd-after-hibernate:
    - shard-lnl:          NOTRUN -> [SKIP][5] ([Intel XE#373])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-7/igt@kms_chamelium_hpd@dp-hpd-after-hibernate.html

  * igt@kms_content_protection@atomic:
    - shard-lnl:          NOTRUN -> [SKIP][6] ([Intel XE#7642])
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-5/igt@kms_content_protection@atomic.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic:
    - shard-lnl:          NOTRUN -> [SKIP][7] ([Intel XE#309] / [Intel XE#7343])
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic.html

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

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

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling:
    - shard-lnl:          NOTRUN -> [SKIP][10] ([Intel XE#7178] / [Intel XE#7351])
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render:
    - shard-lnl:          NOTRUN -> [SKIP][11] ([Intel XE#656])
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render.html

  * igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping:
    - shard-lnl:          NOTRUN -> [SKIP][12] ([Intel XE#7283])
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-6/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html

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

  * igt@kms_pm_dc@dc6-psr:
    - shard-lnl:          [PASS][14] -> [FAIL][15] ([Intel XE#7340])
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4835-3bc4b20741a977a593763678ab6d5b23c3e10d6c/shard-lnl-5/igt@kms_pm_dc@dc6-psr.html
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-6/igt@kms_pm_dc@dc6-psr.html

  * igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
    - shard-lnl:          [PASS][16] -> [FAIL][17] ([Intel XE#2142]) +1 other test fail
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4835-3bc4b20741a977a593763678ab6d5b23c3e10d6c/shard-lnl-5/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-4/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html

  * igt@xe_eudebug@vm-bind-clear-faultable:
    - shard-lnl:          NOTRUN -> [SKIP][18] ([Intel XE#7636]) +1 other test skip
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-8/igt@xe_eudebug@vm-bind-clear-faultable.html

  * igt@xe_evict@evict-small-external-multi-queue-cm:
    - shard-lnl:          NOTRUN -> [SKIP][19] ([Intel XE#6540] / [Intel XE#688])
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-3/igt@xe_evict@evict-small-external-multi-queue-cm.html

  * igt@xe_exec_basic@multigpu-once-basic-defer-mmap:
    - shard-lnl:          NOTRUN -> [SKIP][20] ([Intel XE#1392])
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-5/igt@xe_exec_basic@multigpu-once-basic-defer-mmap.html

  * igt@xe_exec_fault_mode@twice-multi-queue-rebind-imm:
    - shard-lnl:          NOTRUN -> [SKIP][21] ([Intel XE#7136]) +2 other tests skip
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-5/igt@xe_exec_fault_mode@twice-multi-queue-rebind-imm.html

  * igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-basic-smem:
    - shard-lnl:          NOTRUN -> [SKIP][22] ([Intel XE#6874]) +2 other tests skip
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-3/igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-basic-smem.html

  * igt@xe_exec_threads@threads-multi-queue-fd-userptr-rebind:
    - shard-lnl:          NOTRUN -> [SKIP][23] ([Intel XE#7138])
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-2/igt@xe_exec_threads@threads-multi-queue-fd-userptr-rebind.html

  * igt@xe_multigpu_svm@mgpu-latency-basic:
    - shard-lnl:          NOTRUN -> [SKIP][24] ([Intel XE#6964])
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-3/igt@xe_multigpu_svm@mgpu-latency-basic.html

  * igt@xe_pm@d3cold-basic:
    - shard-lnl:          NOTRUN -> [SKIP][25] ([Intel XE#2284] / [Intel XE#366] / [Intel XE#7370])
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-2/igt@xe_pm@d3cold-basic.html

  * igt@xe_query@multigpu-query-topology:
    - shard-lnl:          NOTRUN -> [SKIP][26] ([Intel XE#944]) +1 other test skip
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-2/igt@xe_query@multigpu-query-topology.html

  
#### Possible fixes ####

  * igt@kms_pm_dc@dc5-dpms:
    - shard-lnl:          [FAIL][27] ([Intel XE#7340] / [Intel XE#7504]) -> [PASS][28]
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4835-3bc4b20741a977a593763678ab6d5b23c3e10d6c/shard-lnl-2/igt@kms_pm_dc@dc5-dpms.html
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-6/igt@kms_pm_dc@dc5-dpms.html

  * igt@kms_pm_dc@dc5-psr:
    - shard-lnl:          [FAIL][29] ([Intel XE#7340]) -> [PASS][30]
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4835-3bc4b20741a977a593763678ab6d5b23c3e10d6c/shard-lnl-7/igt@kms_pm_dc@dc5-psr.html
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-1/igt@kms_pm_dc@dc5-psr.html

  * igt@kms_rotation_crc@multiplane-rotation-cropping-top:
    - shard-lnl:          [FAIL][31] ([Intel XE#1874] / [Intel XE#7305]) -> [PASS][32]
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4835-3bc4b20741a977a593763678ab6d5b23c3e10d6c/shard-lnl-1/igt@kms_rotation_crc@multiplane-rotation-cropping-top.html
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v4/shard-lnl-8/igt@kms_rotation_crc@multiplane-rotation-cropping-top.html

  
  [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#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
  [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
  [Intel XE#1874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1874
  [Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142
  [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
  [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
  [Intel XE#3718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3718
  [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
  [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
  [Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
  [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
  [Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
  [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
  [Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
  [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#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
  [Intel XE#7265]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7265
  [Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
  [Intel XE#7305]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7305
  [Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340
  [Intel XE#7343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7343
  [Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
  [Intel XE#7370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7370
  [Intel XE#7382]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7382
  [Intel XE#7385]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7385
  [Intel XE#7504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7504
  [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#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944


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

  * IGT: IGT_8840 -> IGT_8841
  * Linux: xe-4835-3bc4b20741a977a593763678ab6d5b23c3e10d6c -> xe-pw-163802v4

  IGT_8840: 8840
  IGT_8841: 8841
  xe-4835-3bc4b20741a977a593763678ab6d5b23c3e10d6c: 3bc4b20741a977a593763678ab6d5b23c3e10d6c
  xe-pw-163802v4: 163802v4

== Logs ==

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

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

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

* [PATCH v5 0/2] drm/xe: expose multi_lrc_mask in debugfs info
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (14 preceding siblings ...)
  2026-04-02  5:16 ` ✓ Xe.CI.FULL: " Patchwork
@ 2026-04-02 16:29 ` Xin Wang
  2026-04-02 16:29   ` [PATCH v5 1/2] drm/xe: improve readability of debugfs engine info output Xin Wang
  2026-04-02 16:29   ` [PATCH v5 2/2] drm/xe: expose multi-lrc engine classes in debugfs info Xin Wang
  2026-04-02 16:49 ` ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev5) Patchwork
  2026-04-02 17:45 ` ✓ Xe.CI.BAT: " Patchwork
  17 siblings, 2 replies; 28+ messages in thread
From: Xin Wang @ 2026-04-02 16:29 UTC (permalink / raw)
  To: intel-xe; +Cc: Xin Wang

This series improves the debugfs info output for xe engines and exposes
the multi-LRC engine class capability.

Patch 1 replaces raw numeric engine masks with human-readable engine and
class names in the per-GT debugfs info output, making it easier for a
human to interpret directly and simpler for IGT tests to use when
validating engine capabilities.

Patch 2 adds multi_lrc_engine_classes to the device-level info output
as a useful extra piece of information for debugging.

v5: (Matt Roper)
 - Reword commit messages to avoid "userspace" framing
 - Use early-return pattern in print_engine_class_mask() and
   print_engine_mask() to minimize indentation

Xin Wang (2):
  drm/xe: improve readability of debugfs engine info output
  drm/xe: expose multi-lrc engine classes in debugfs info

 drivers/gpu/drm/xe/xe_debugfs.c | 43 ++++++++++++++++++++++++++++++---
 1 file changed, 39 insertions(+), 4 deletions(-)

-- 
2.43.0


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

* [PATCH v5 1/2] drm/xe: improve readability of debugfs engine info output
  2026-04-02 16:29 ` [PATCH v5 0/2] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
@ 2026-04-02 16:29   ` Xin Wang
  2026-04-02 16:29   ` [PATCH v5 2/2] drm/xe: expose multi-lrc engine classes in debugfs info Xin Wang
  1 sibling, 0 replies; 28+ messages in thread
From: Xin Wang @ 2026-04-02 16:29 UTC (permalink / raw)
  To: intel-xe; +Cc: Xin Wang, Niranjana Vishwanathapura, Matt Roper

Improve the readability of the info debugfs output by replacing
raw numeric engine masks with human-readable engine and class
names.

Also print per-GT engine capability data in a form that is easier
for a human to interpret directly, and as a side effect simpler
for IGT tests to use when validating engine capabilities.

Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Xin Wang <x.wang@intel.com>
---
 drivers/gpu/drm/xe/xe_debugfs.c | 41 +++++++++++++++++++++++++++++----
 1 file changed, 37 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_debugfs.c b/drivers/gpu/drm/xe/xe_debugfs.c
index 844cfafe1ec7..490d7ef7e812 100644
--- a/drivers/gpu/drm/xe/xe_debugfs.c
+++ b/drivers/gpu/drm/xe/xe_debugfs.c
@@ -15,9 +15,11 @@
 #include "xe_bo.h"
 #include "xe_device.h"
 #include "xe_force_wake.h"
+#include "xe_gt.h"
 #include "xe_gt_debugfs.h"
 #include "xe_gt_printk.h"
 #include "xe_guc_ads.h"
+#include "xe_hw_engine.h"
 #include "xe_mmio.h"
 #include "xe_pm.h"
 #include "xe_psmi.h"
@@ -61,6 +63,37 @@ static struct xe_device *node_to_xe(struct drm_info_node *node)
 	return to_xe_device(node->minor->dev);
 }
 
+static void print_engine_class_mask(struct drm_printer *p, u16 mask)
+{
+	if (!mask) {
+		drm_printf(p, " none\n");
+		return;
+	}
+
+	for (enum xe_engine_class ec = 0; ec < XE_ENGINE_CLASS_MAX; ec++) {
+		if (mask & BIT(ec))
+			drm_printf(p, " %s", xe_hw_engine_class_to_str(ec));
+	}
+	drm_printf(p, "\n");
+}
+
+static void print_engine_mask(struct drm_printer *p, struct xe_gt *gt, u64 mask)
+{
+	struct xe_hw_engine *hwe;
+	enum xe_hw_engine_id id;
+
+	if (!mask) {
+		drm_printf(p, " none\n");
+		return;
+	}
+
+	for_each_hw_engine(hwe, gt, id) {
+		if (mask & BIT_ULL(id))
+			drm_printf(p, " %s", hwe->name);
+	}
+	drm_printf(p, "\n");
+}
+
 static int info(struct seq_file *m, void *data)
 {
 	struct xe_device *xe = node_to_xe(m->private);
@@ -91,10 +124,10 @@ static int info(struct seq_file *m, void *data)
 	for_each_gt(gt, xe, id) {
 		drm_printf(&p, "gt%d force wake %d\n", id,
 			   xe_force_wake_ref(gt_to_fw(gt), XE_FW_GT));
-		drm_printf(&p, "gt%d engine_mask 0x%llx\n", id,
-			   gt->info.engine_mask);
-		drm_printf(&p, "gt%d multi_queue_engine_class_mask 0x%x\n", id,
-			   gt->info.multi_queue_engine_class_mask);
+		drm_printf(&p, "gt%d engines", id);
+		print_engine_mask(&p, gt, gt->info.engine_mask);
+		drm_printf(&p, "gt%d multi_queue_engine_classes", id);
+		print_engine_class_mask(&p, gt->info.multi_queue_engine_class_mask);
 	}
 
 	return 0;
-- 
2.43.0


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

* [PATCH v5 2/2] drm/xe: expose multi-lrc engine classes in debugfs info
  2026-04-02 16:29 ` [PATCH v5 0/2] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
  2026-04-02 16:29   ` [PATCH v5 1/2] drm/xe: improve readability of debugfs engine info output Xin Wang
@ 2026-04-02 16:29   ` Xin Wang
  1 sibling, 0 replies; 28+ messages in thread
From: Xin Wang @ 2026-04-02 16:29 UTC (permalink / raw)
  To: intel-xe; +Cc: Xin Wang, Niranjana Vishwanathapura

Expose multi_lrc_engine_classes in the info debugfs output as a
useful extra piece of information for debugging.

Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Signed-off-by: Xin Wang <x.wang@intel.com>
---
 drivers/gpu/drm/xe/xe_debugfs.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/xe/xe_debugfs.c b/drivers/gpu/drm/xe/xe_debugfs.c
index 490d7ef7e812..c9d4484821af 100644
--- a/drivers/gpu/drm/xe/xe_debugfs.c
+++ b/drivers/gpu/drm/xe/xe_debugfs.c
@@ -121,6 +121,8 @@ static int info(struct seq_file *m, void *data)
 	drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs));
 	drm_printf(&p, "has_usm %s\n", str_yes_no(xe->info.has_usm));
 	drm_printf(&p, "skip_guc_pc %s\n", str_yes_no(xe->info.skip_guc_pc));
+	drm_printf(&p, "multi_lrc_engine_classes");
+	print_engine_class_mask(&p, xe->info.multi_lrc_mask);
 	for_each_gt(gt, xe, id) {
 		drm_printf(&p, "gt%d force wake %d\n", id,
 			   xe_force_wake_ref(gt_to_fw(gt), XE_FW_GT));
-- 
2.43.0


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

* ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev5)
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (15 preceding siblings ...)
  2026-04-02 16:29 ` [PATCH v5 0/2] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
@ 2026-04-02 16:49 ` Patchwork
  2026-04-02 17:45 ` ✓ Xe.CI.BAT: " Patchwork
  17 siblings, 0 replies; 28+ messages in thread
From: Patchwork @ 2026-04-02 16:49 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe

== Series Details ==

Series: drm/xe: expose multi_lrc_mask in debugfs info (rev5)
URL   : https://patchwork.freedesktop.org/series/163802/
State : success

== Summary ==

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

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/xe: expose multi_lrc_mask in debugfs info (rev5)
  2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
                   ` (16 preceding siblings ...)
  2026-04-02 16:49 ` ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev5) Patchwork
@ 2026-04-02 17:45 ` Patchwork
  17 siblings, 0 replies; 28+ messages in thread
From: Patchwork @ 2026-04-02 17:45 UTC (permalink / raw)
  To: Xin Wang; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: expose multi_lrc_mask in debugfs info (rev5)
URL   : https://patchwork.freedesktop.org/series/163802/
State : success

== Summary ==

CI Bug Log - changes from xe-4843-dba2251b00d3faac3be7fc15431ffb9c4d60232b_BAT -> xe-pw-163802v5_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (14 -> 14)
------------------------------

  No changes in participating hosts

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

  Here are the changes found in xe-pw-163802v5_BAT that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
    - bat-bmg-2:          NOTRUN -> [SKIP][1] ([Intel XE#2229])
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v5/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html

  
#### Possible fixes ####

  * igt@core_hotunplug@unbind-rebind:
    - bat-bmg-2:          [ABORT][2] ([Intel XE#7249] / [Intel XE#7578]) -> [PASS][3]
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4843-dba2251b00d3faac3be7fc15431ffb9c4d60232b/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-163802v5/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html

  
  [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
  [Intel XE#7249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7249
  [Intel XE#7578]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7578


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

  * IGT: IGT_8843 -> IGT_8845
  * Linux: xe-4843-dba2251b00d3faac3be7fc15431ffb9c4d60232b -> xe-pw-163802v5

  IGT_8843: 8843
  IGT_8845: bdaaf0b253471f6018f93e5c63f5415aa0c96bcb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-4843-dba2251b00d3faac3be7fc15431ffb9c4d60232b: dba2251b00d3faac3be7fc15431ffb9c4d60232b
  xe-pw-163802v5: 163802v5

== Logs ==

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

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

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

* [PATCH v5 1/2] drm/xe: improve readability of debugfs engine info output
  2026-04-02 18:05 [PATCH v5 0/2] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
@ 2026-04-02 18:05 ` Xin Wang
  0 siblings, 0 replies; 28+ messages in thread
From: Xin Wang @ 2026-04-02 18:05 UTC (permalink / raw)
  To: intel-xe; +Cc: Xin Wang, Niranjana Vishwanathapura, Matt Roper

Improve the readability of the info debugfs output by replacing
raw numeric engine masks with human-readable engine and class
names.

Also print per-GT engine capability data in a form that is easier
for a human to interpret directly, and as a side effect simpler
for IGT tests to use when validating engine capabilities.

Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Xin Wang <x.wang@intel.com>
---
 drivers/gpu/drm/xe/xe_debugfs.c | 41 +++++++++++++++++++++++++++++----
 1 file changed, 37 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_debugfs.c b/drivers/gpu/drm/xe/xe_debugfs.c
index 844cfafe1ec7..490d7ef7e812 100644
--- a/drivers/gpu/drm/xe/xe_debugfs.c
+++ b/drivers/gpu/drm/xe/xe_debugfs.c
@@ -15,9 +15,11 @@
 #include "xe_bo.h"
 #include "xe_device.h"
 #include "xe_force_wake.h"
+#include "xe_gt.h"
 #include "xe_gt_debugfs.h"
 #include "xe_gt_printk.h"
 #include "xe_guc_ads.h"
+#include "xe_hw_engine.h"
 #include "xe_mmio.h"
 #include "xe_pm.h"
 #include "xe_psmi.h"
@@ -61,6 +63,37 @@ static struct xe_device *node_to_xe(struct drm_info_node *node)
 	return to_xe_device(node->minor->dev);
 }
 
+static void print_engine_class_mask(struct drm_printer *p, u16 mask)
+{
+	if (!mask) {
+		drm_printf(p, " none\n");
+		return;
+	}
+
+	for (enum xe_engine_class ec = 0; ec < XE_ENGINE_CLASS_MAX; ec++) {
+		if (mask & BIT(ec))
+			drm_printf(p, " %s", xe_hw_engine_class_to_str(ec));
+	}
+	drm_printf(p, "\n");
+}
+
+static void print_engine_mask(struct drm_printer *p, struct xe_gt *gt, u64 mask)
+{
+	struct xe_hw_engine *hwe;
+	enum xe_hw_engine_id id;
+
+	if (!mask) {
+		drm_printf(p, " none\n");
+		return;
+	}
+
+	for_each_hw_engine(hwe, gt, id) {
+		if (mask & BIT_ULL(id))
+			drm_printf(p, " %s", hwe->name);
+	}
+	drm_printf(p, "\n");
+}
+
 static int info(struct seq_file *m, void *data)
 {
 	struct xe_device *xe = node_to_xe(m->private);
@@ -91,10 +124,10 @@ static int info(struct seq_file *m, void *data)
 	for_each_gt(gt, xe, id) {
 		drm_printf(&p, "gt%d force wake %d\n", id,
 			   xe_force_wake_ref(gt_to_fw(gt), XE_FW_GT));
-		drm_printf(&p, "gt%d engine_mask 0x%llx\n", id,
-			   gt->info.engine_mask);
-		drm_printf(&p, "gt%d multi_queue_engine_class_mask 0x%x\n", id,
-			   gt->info.multi_queue_engine_class_mask);
+		drm_printf(&p, "gt%d engines", id);
+		print_engine_mask(&p, gt, gt->info.engine_mask);
+		drm_printf(&p, "gt%d multi_queue_engine_classes", id);
+		print_engine_class_mask(&p, gt->info.multi_queue_engine_class_mask);
 	}
 
 	return 0;
-- 
2.43.0


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

end of thread, other threads:[~2026-04-02 18:06 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-24 21:23 [PATCH] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
2026-03-24 21:29 ` ✓ CI.KUnit: success for " Patchwork
2026-03-24 22:04 ` ✓ Xe.CI.BAT: " Patchwork
2026-03-25 10:40 ` ✓ Xe.CI.FULL: " Patchwork
2026-03-30 17:09 ` [PATCH v2] drm/xe: expose multi_lrc_engine_classes " Xin Wang
2026-04-01 21:08   ` Matt Roper
2026-03-30 17:16 ` ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev2) Patchwork
2026-03-30 17:53 ` ✓ Xe.CI.BAT: " Patchwork
2026-03-30 20:49 ` ✓ Xe.CI.FULL: " Patchwork
2026-03-31  0:29 ` [PATCH v3] drm/xe: improve readability of debugfs info engine output Xin Wang
2026-03-31  3:29   ` Niranjana Vishwanathapura
2026-03-31  0:43 ` ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev3) Patchwork
2026-03-31  1:29 ` ✓ Xe.CI.BAT: " Patchwork
2026-03-31  5:56 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-04-01 21:26 ` [PATCH v4 0/2] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
2026-04-01 21:26   ` [PATCH v4 1/2] drm/xe: improve readability of debugfs engine info output Xin Wang
2026-04-01 22:29     ` Matt Roper
2026-04-01 21:26   ` [PATCH v4 2/2] drm/xe: expose multi-lrc engine classes in debugfs info Xin Wang
2026-04-01 22:33     ` Matt Roper
2026-04-01 21:33 ` ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev4) Patchwork
2026-04-01 22:10 ` ✓ Xe.CI.BAT: " Patchwork
2026-04-02  5:16 ` ✓ Xe.CI.FULL: " Patchwork
2026-04-02 16:29 ` [PATCH v5 0/2] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
2026-04-02 16:29   ` [PATCH v5 1/2] drm/xe: improve readability of debugfs engine info output Xin Wang
2026-04-02 16:29   ` [PATCH v5 2/2] drm/xe: expose multi-lrc engine classes in debugfs info Xin Wang
2026-04-02 16:49 ` ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev5) Patchwork
2026-04-02 17:45 ` ✓ Xe.CI.BAT: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2026-04-02 18:05 [PATCH v5 0/2] drm/xe: expose multi_lrc_mask in debugfs info Xin Wang
2026-04-02 18:05 ` [PATCH v5 1/2] drm/xe: improve readability of debugfs engine info output Xin Wang

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