Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset
@ 2025-06-12 17:28 Matthew Brost
  2025-06-12 20:34 ` ✓ CI.KUnit: success for " Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Matthew Brost @ 2025-06-12 17:28 UTC (permalink / raw)
  To: intel-xe; +Cc: lucas.demarchi, umesh.nerlige.ramappa

The parallel scratch layout spans 2k and LRC_ENGINE_ID_PPHWSP_OFFSET
lands within than space. This happens to be ok as the offset lands in
reserved part of guc_sched_wq_desc, but for future safety move
LRC_ENGINE_ID_PPHWSP_OFFSET to the unused offset of 1024 below parallel
scratch layout.

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
---
 drivers/gpu/drm/xe/xe_lrc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_lrc.c b/drivers/gpu/drm/xe/xe_lrc.c
index 529c6a972a55..6fb2a2ca4e78 100644
--- a/drivers/gpu/drm/xe/xe_lrc.c
+++ b/drivers/gpu/drm/xe/xe_lrc.c
@@ -654,8 +654,8 @@ u32 xe_lrc_pphwsp_offset(struct xe_lrc *lrc)
 #define LRC_SEQNO_PPHWSP_OFFSET 512
 #define LRC_START_SEQNO_PPHWSP_OFFSET (LRC_SEQNO_PPHWSP_OFFSET + 8)
 #define LRC_CTX_JOB_TIMESTAMP_OFFSET (LRC_START_SEQNO_PPHWSP_OFFSET + 8)
+#define LRC_ENGINE_ID_PPHWSP_OFFSET 1024
 #define LRC_PARALLEL_PPHWSP_OFFSET 2048
-#define LRC_ENGINE_ID_PPHWSP_OFFSET 2096
 
 u32 xe_lrc_regs_offset(struct xe_lrc *lrc)
 {
-- 
2.34.1


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

* ✓ CI.KUnit: success for drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset
  2025-06-12 17:28 [PATCH] drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset Matthew Brost
@ 2025-06-12 20:34 ` Patchwork
  2025-06-13 12:42 ` ✗ Xe.CI.Full: failure " Patchwork
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-06-12 20:34 UTC (permalink / raw)
  To: Matthew Brost; +Cc: intel-xe

== Series Details ==

Series: drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset
URL   : https://patchwork.freedesktop.org/series/150182/
State : success

== Summary ==

+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[20:33:11] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[20:33:15] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[20:33:45] Starting KUnit Kernel (1/1)...
[20:33:45] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[20:33:45] ================== guc_buf (11 subtests) ===================
[20:33:45] [PASSED] test_smallest
[20:33:45] [PASSED] test_largest
[20:33:45] [PASSED] test_granular
[20:33:45] [PASSED] test_unique
[20:33:45] [PASSED] test_overlap
[20:33:45] [PASSED] test_reusable
[20:33:45] [PASSED] test_too_big
[20:33:45] [PASSED] test_flush
[20:33:45] [PASSED] test_lookup
[20:33:45] [PASSED] test_data
[20:33:45] [PASSED] test_class
[20:33:45] ===================== [PASSED] guc_buf =====================
[20:33:45] =================== guc_dbm (7 subtests) ===================
[20:33:45] [PASSED] test_empty
[20:33:45] [PASSED] test_default
[20:33:45] ======================== test_size  ========================
[20:33:45] [PASSED] 4
[20:33:45] [PASSED] 8
[20:33:45] [PASSED] 32
[20:33:45] [PASSED] 256
[20:33:45] ==================== [PASSED] test_size ====================
[20:33:45] ======================= test_reuse  ========================
[20:33:45] [PASSED] 4
[20:33:45] [PASSED] 8
[20:33:45] [PASSED] 32
[20:33:45] [PASSED] 256
[20:33:45] =================== [PASSED] test_reuse ====================
[20:33:45] =================== test_range_overlap  ====================
[20:33:45] [PASSED] 4
[20:33:45] [PASSED] 8
[20:33:45] [PASSED] 32
[20:33:45] [PASSED] 256
[20:33:45] =============== [PASSED] test_range_overlap ================
[20:33:45] =================== test_range_compact  ====================
[20:33:45] [PASSED] 4
[20:33:45] [PASSED] 8
[20:33:45] [PASSED] 32
[20:33:45] [PASSED] 256
[20:33:45] =============== [PASSED] test_range_compact ================
[20:33:45] ==================== test_range_spare  =====================
[20:33:45] [PASSED] 4
[20:33:45] [PASSED] 8
[20:33:45] [PASSED] 32
[20:33:45] [PASSED] 256
[20:33:45] ================ [PASSED] test_range_spare =================
[20:33:45] ===================== [PASSED] guc_dbm =====================
[20:33:45] =================== guc_idm (6 subtests) ===================
[20:33:45] [PASSED] bad_init
[20:33:45] [PASSED] no_init
[20:33:45] [PASSED] init_fini
[20:33:45] [PASSED] check_used
[20:33:45] [PASSED] check_quota
[20:33:45] [PASSED] check_all
[20:33:45] ===================== [PASSED] guc_idm =====================
[20:33:45] ================== no_relay (3 subtests) ===================
[20:33:45] [PASSED] xe_drops_guc2pf_if_not_ready
[20:33:45] [PASSED] xe_drops_guc2vf_if_not_ready
[20:33:45] [PASSED] xe_rejects_send_if_not_ready
[20:33:45] ==================== [PASSED] no_relay =====================
[20:33:45] ================== pf_relay (14 subtests) ==================
[20:33:45] [PASSED] pf_rejects_guc2pf_too_short
[20:33:45] [PASSED] pf_rejects_guc2pf_too_long
[20:33:45] [PASSED] pf_rejects_guc2pf_no_payload
[20:33:45] [PASSED] pf_fails_no_payload
[20:33:45] [PASSED] pf_fails_bad_origin
[20:33:45] [PASSED] pf_fails_bad_type
[20:33:45] [PASSED] pf_txn_reports_error
[20:33:45] [PASSED] pf_txn_sends_pf2guc
[20:33:45] [PASSED] pf_sends_pf2guc
[20:33:45] [SKIPPED] pf_loopback_nop
[20:33:45] [SKIPPED] pf_loopback_echo
[20:33:45] [SKIPPED] pf_loopback_fail
[20:33:45] [SKIPPED] pf_loopback_busy
[20:33:45] [SKIPPED] pf_loopback_retry
[20:33:45] ==================== [PASSED] pf_relay =====================
[20:33:45] ================== vf_relay (3 subtests) ===================
[20:33:45] [PASSED] vf_rejects_guc2vf_too_short
[20:33:45] [PASSED] vf_rejects_guc2vf_too_long
[20:33:45] [PASSED] vf_rejects_guc2vf_no_payload
[20:33:45] ==================== [PASSED] vf_relay =====================
[20:33:45] ================= pf_service (11 subtests) =================
[20:33:45] [PASSED] pf_negotiate_any
[20:33:45] [PASSED] pf_negotiate_base_match
[20:33:45] [PASSED] pf_negotiate_base_newer
[20:33:45] [PASSED] pf_negotiate_base_next
[20:33:45] [SKIPPED] pf_negotiate_base_older
[20:33:45] [PASSED] pf_negotiate_base_prev
[20:33:45] [PASSED] pf_negotiate_latest_match
[20:33:45] [PASSED] pf_negotiate_latest_newer
[20:33:45] [PASSED] pf_negotiate_latest_next
[20:33:45] [SKIPPED] pf_negotiate_latest_older
[20:33:45] [SKIPPED] pf_negotiate_latest_prev
[20:33:45] =================== [PASSED] pf_service ====================
[20:33:45] ===================== lmtt (1 subtest) =====================
[20:33:45] ======================== test_ops  =========================
[20:33:45] [PASSED] 2-level
[20:33:45] [PASSED] multi-level
[20:33:45] ==================== [PASSED] test_ops =====================
[20:33:45] ====================== [PASSED] lmtt =======================
[20:33:45] =================== xe_mocs (2 subtests) ===================
[20:33:45] ================ xe_live_mocs_kernel_kunit  ================
[20:33:45] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[20:33:45] ================ xe_live_mocs_reset_kunit  =================
[20:33:45] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[20:33:45] ==================== [SKIPPED] xe_mocs =====================
[20:33:45] ================= xe_migrate (2 subtests) ==================
[20:33:45] ================= xe_migrate_sanity_kunit  =================
[20:33:45] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[20:33:45] ================== xe_validate_ccs_kunit  ==================
[20:33:45] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[20:33:45] =================== [SKIPPED] xe_migrate ===================
[20:33:45] ================== xe_dma_buf (1 subtest) ==================
[20:33:45] ==================== xe_dma_buf_kunit  =====================
[20:33:45] ================ [SKIPPED] xe_dma_buf_kunit ================
[20:33:45] =================== [SKIPPED] xe_dma_buf ===================
[20:33:45] ================= xe_bo_shrink (1 subtest) =================
[20:33:45] =================== xe_bo_shrink_kunit  ====================
[20:33:45] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[20:33:45] ================== [SKIPPED] xe_bo_shrink ==================
[20:33:45] ==================== xe_bo (2 subtests) ====================
[20:33:45] ================== xe_ccs_migrate_kunit  ===================
[20:33:45] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[20:33:45] ==================== xe_bo_evict_kunit  ====================
[20:33:45] =============== [SKIPPED] xe_bo_evict_kunit ================
[20:33:45] ===================== [SKIPPED] xe_bo ======================
[20:33:45] ==================== args (11 subtests) ====================
[20:33:45] [PASSED] count_args_test
[20:33:45] [PASSED] call_args_example
[20:33:45] [PASSED] call_args_test
[20:33:45] [PASSED] drop_first_arg_example
[20:33:45] [PASSED] drop_first_arg_test
[20:33:45] [PASSED] first_arg_example
[20:33:45] [PASSED] first_arg_test
[20:33:45] [PASSED] last_arg_example
[20:33:45] [PASSED] last_arg_test
[20:33:45] [PASSED] pick_arg_example
[20:33:45] [PASSED] sep_comma_example
[20:33:45] ====================== [PASSED] args =======================
[20:33:45] =================== xe_pci (2 subtests) ====================
[20:33:45] [PASSED] xe_gmdid_graphics_ip
[20:33:45] [PASSED] xe_gmdid_media_ip
[20:33:45] ===================== [PASSED] xe_pci ======================
[20:33:45] =================== xe_rtp (2 subtests) ====================
[20:33:45] =============== xe_rtp_process_to_sr_tests  ================
[20:33:45] [PASSED] coalesce-same-reg
[20:33:45] [PASSED] no-match-no-add
[20:33:45] [PASSED] match-or
[20:33:45] [PASSED] match-or-xfail
[20:33:45] [PASSED] no-match-no-add-multiple-rules
[20:33:45] [PASSED] two-regs-two-entries
[20:33:45] [PASSED] clr-one-set-other
[20:33:45] [PASSED] set-field
[20:33:45] [PASSED] conflict-duplicate
[20:33:45] [PASSED] conflict-not-disjoint
stty: 'standard input': Inappropriate ioctl for device
[20:33:45] [PASSED] conflict-reg-type
[20:33:45] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[20:33:45] ================== xe_rtp_process_tests  ===================
[20:33:45] [PASSED] active1
[20:33:45] [PASSED] active2
[20:33:45] [PASSED] active-inactive
[20:33:45] [PASSED] inactive-active
[20:33:45] [PASSED] inactive-1st_or_active-inactive
[20:33:45] [PASSED] inactive-2nd_or_active-inactive
[20:33:45] [PASSED] inactive-last_or_active-inactive
[20:33:45] [PASSED] inactive-no_or_active-inactive
[20:33:45] ============== [PASSED] xe_rtp_process_tests ===============
[20:33:45] ===================== [PASSED] xe_rtp ======================
[20:33:45] ==================== xe_wa (1 subtest) =====================
[20:33:45] ======================== xe_wa_gt  =========================
[20:33:45] [PASSED] TIGERLAKE (B0)
[20:33:45] [PASSED] DG1 (A0)
[20:33:45] [PASSED] DG1 (B0)
[20:33:45] [PASSED] ALDERLAKE_S (A0)
[20:33:45] [PASSED] ALDERLAKE_S (B0)
[20:33:45] [PASSED] ALDERLAKE_S (C0)
[20:33:45] [PASSED] ALDERLAKE_S (D0)
[20:33:45] [PASSED] ALDERLAKE_P (A0)
[20:33:45] [PASSED] ALDERLAKE_P (B0)
[20:33:45] [PASSED] ALDERLAKE_P (C0)
[20:33:45] [PASSED] ALDERLAKE_S_RPLS (D0)
[20:33:45] [PASSED] ALDERLAKE_P_RPLU (E0)
[20:33:45] [PASSED] DG2_G10 (C0)
[20:33:45] [PASSED] DG2_G11 (B1)
[20:33:45] [PASSED] DG2_G12 (A1)
[20:33:45] [PASSED] METEORLAKE (g:A0, m:A0)
[20:33:45] [PASSED] METEORLAKE (g:A0, m:A0)
[20:33:45] [PASSED] METEORLAKE (g:A0, m:A0)
[20:33:45] [PASSED] LUNARLAKE (g:A0, m:A0)
[20:33:45] [PASSED] LUNARLAKE (g:B0, m:A0)
[20:33:45] [PASSED] BATTLEMAGE (g:A0, m:A1)
[20:33:45] ==================== [PASSED] xe_wa_gt =====================
[20:33:45] ====================== [PASSED] xe_wa ======================
[20:33:45] ============================================================
[20:33:45] Testing complete. Ran 133 tests: passed: 117, skipped: 16
[20:33:45] Elapsed time: 33.859s total, 4.064s configuring, 29.476s building, 0.293s running

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

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

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



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

* ✗ Xe.CI.Full: failure for drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset
  2025-06-12 17:28 [PATCH] drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset Matthew Brost
  2025-06-12 20:34 ` ✓ CI.KUnit: success for " Patchwork
@ 2025-06-13 12:42 ` Patchwork
  2025-06-13 16:38 ` [PATCH] " Umesh Nerlige Ramappa
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-06-13 12:42 UTC (permalink / raw)
  To: Matthew Brost; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset
URL   : https://patchwork.freedesktop.org/series/150182/
State : failure

== Summary ==

ERROR: The runconfig 'xe-3243-aca8df1835568921d5f108fe9fd16b1d282a74b2_FULL' does not exist in the database

== Logs ==

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

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

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

* Re: [PATCH] drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset
  2025-06-12 17:28 [PATCH] drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset Matthew Brost
  2025-06-12 20:34 ` ✓ CI.KUnit: success for " Patchwork
  2025-06-13 12:42 ` ✗ Xe.CI.Full: failure " Patchwork
@ 2025-06-13 16:38 ` Umesh Nerlige Ramappa
  2025-06-13 20:12   ` Matthew Brost
  2025-06-13 22:39 ` ✓ CI.KUnit: success for drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset (rev2) Patchwork
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 8+ messages in thread
From: Umesh Nerlige Ramappa @ 2025-06-13 16:38 UTC (permalink / raw)
  To: Matthew Brost; +Cc: intel-xe, lucas.demarchi

On Thu, Jun 12, 2025 at 10:28:50AM -0700, Matthew Brost wrote:
>The parallel scratch layout spans 2k and LRC_ENGINE_ID_PPHWSP_OFFSET
>lands within than space. This happens to be ok as the offset lands in
>reserved part of guc_sched_wq_desc, but for future safety move
>LRC_ENGINE_ID_PPHWSP_OFFSET to the unused offset of 1024 below parallel
>scratch layout.

Oh, didn't know that. If you could add that info in a comment above
LRC_PARALLEL_PPHWSP_OFFSET, it would help anyone adding new stuff in
future. Ideally we should update the bspec at some point here - 77575
and guide everyone to look there for overlaps.

Change LGTM from utilization perspective, so with or without the above,

Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>

Thanks,
Umesh

>
>Signed-off-by: Matthew Brost <matthew.brost@intel.com>
>---
> drivers/gpu/drm/xe/xe_lrc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/drivers/gpu/drm/xe/xe_lrc.c b/drivers/gpu/drm/xe/xe_lrc.c
>index 529c6a972a55..6fb2a2ca4e78 100644
>--- a/drivers/gpu/drm/xe/xe_lrc.c
>+++ b/drivers/gpu/drm/xe/xe_lrc.c
>@@ -654,8 +654,8 @@ u32 xe_lrc_pphwsp_offset(struct xe_lrc *lrc)
> #define LRC_SEQNO_PPHWSP_OFFSET 512
> #define LRC_START_SEQNO_PPHWSP_OFFSET (LRC_SEQNO_PPHWSP_OFFSET + 8)
> #define LRC_CTX_JOB_TIMESTAMP_OFFSET (LRC_START_SEQNO_PPHWSP_OFFSET + 8)
>+#define LRC_ENGINE_ID_PPHWSP_OFFSET 1024
> #define LRC_PARALLEL_PPHWSP_OFFSET 2048
>-#define LRC_ENGINE_ID_PPHWSP_OFFSET 2096
>
> u32 xe_lrc_regs_offset(struct xe_lrc *lrc)
> {
>-- 
>2.34.1
>

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

* Re: [PATCH] drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset
  2025-06-13 16:38 ` [PATCH] " Umesh Nerlige Ramappa
@ 2025-06-13 20:12   ` Matthew Brost
  0 siblings, 0 replies; 8+ messages in thread
From: Matthew Brost @ 2025-06-13 20:12 UTC (permalink / raw)
  To: Umesh Nerlige Ramappa; +Cc: intel-xe, lucas.demarchi

On Fri, Jun 13, 2025 at 09:38:12AM -0700, Umesh Nerlige Ramappa wrote:
> On Thu, Jun 12, 2025 at 10:28:50AM -0700, Matthew Brost wrote:
> > The parallel scratch layout spans 2k and LRC_ENGINE_ID_PPHWSP_OFFSET
> > lands within than space. This happens to be ok as the offset lands in
> > reserved part of guc_sched_wq_desc, but for future safety move
> > LRC_ENGINE_ID_PPHWSP_OFFSET to the unused offset of 1024 below parallel
> > scratch layout.
> 
> Oh, didn't know that. If you could add that info in a comment above

I'll add a comment when merging this.

> LRC_PARALLEL_PPHWSP_OFFSET, it would help anyone adding new stuff in
> future. Ideally we should update the bspec at some point here - 77575
> and guide everyone to look there for overlaps.
> 

Yea, that would be good to make sure we are not clobbering anything the
GuC / HW is using in our software defined state here.

Ideally I want kernel doc describing the entire layout of LRC BO too as
I continually forget how it is laid out and have reseverse engine the
code.

Matt

> Change LGTM from utilization perspective, so with or without the above,
> 
> Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
> 
> Thanks,
> Umesh
> 
> > 
> > Signed-off-by: Matthew Brost <matthew.brost@intel.com>
> > ---
> > drivers/gpu/drm/xe/xe_lrc.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/gpu/drm/xe/xe_lrc.c b/drivers/gpu/drm/xe/xe_lrc.c
> > index 529c6a972a55..6fb2a2ca4e78 100644
> > --- a/drivers/gpu/drm/xe/xe_lrc.c
> > +++ b/drivers/gpu/drm/xe/xe_lrc.c
> > @@ -654,8 +654,8 @@ u32 xe_lrc_pphwsp_offset(struct xe_lrc *lrc)
> > #define LRC_SEQNO_PPHWSP_OFFSET 512
> > #define LRC_START_SEQNO_PPHWSP_OFFSET (LRC_SEQNO_PPHWSP_OFFSET + 8)
> > #define LRC_CTX_JOB_TIMESTAMP_OFFSET (LRC_START_SEQNO_PPHWSP_OFFSET + 8)
> > +#define LRC_ENGINE_ID_PPHWSP_OFFSET 1024
> > #define LRC_PARALLEL_PPHWSP_OFFSET 2048
> > -#define LRC_ENGINE_ID_PPHWSP_OFFSET 2096
> > 
> > u32 xe_lrc_regs_offset(struct xe_lrc *lrc)
> > {
> > -- 
> > 2.34.1
> > 

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

* ✓ CI.KUnit: success for drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset (rev2)
  2025-06-12 17:28 [PATCH] drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset Matthew Brost
                   ` (2 preceding siblings ...)
  2025-06-13 16:38 ` [PATCH] " Umesh Nerlige Ramappa
@ 2025-06-13 22:39 ` Patchwork
  2025-06-13 23:16 ` ✓ Xe.CI.BAT: " Patchwork
  2025-06-15 22:53 ` ✓ Xe.CI.Full: " Patchwork
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-06-13 22:39 UTC (permalink / raw)
  To: Matthew Brost; +Cc: intel-xe

== Series Details ==

Series: drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset (rev2)
URL   : https://patchwork.freedesktop.org/series/150182/
State : success

== Summary ==

+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[22:38:22] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[22:38:26] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[22:38:53] Starting KUnit Kernel (1/1)...
[22:38:53] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[22:38:53] ================== guc_buf (11 subtests) ===================
[22:38:53] [PASSED] test_smallest
[22:38:53] [PASSED] test_largest
[22:38:53] [PASSED] test_granular
[22:38:53] [PASSED] test_unique
[22:38:53] [PASSED] test_overlap
[22:38:53] [PASSED] test_reusable
[22:38:53] [PASSED] test_too_big
[22:38:53] [PASSED] test_flush
[22:38:53] [PASSED] test_lookup
[22:38:53] [PASSED] test_data
[22:38:53] [PASSED] test_class
[22:38:53] ===================== [PASSED] guc_buf =====================
[22:38:53] =================== guc_dbm (7 subtests) ===================
[22:38:53] [PASSED] test_empty
[22:38:53] [PASSED] test_default
[22:38:53] ======================== test_size  ========================
[22:38:53] [PASSED] 4
[22:38:53] [PASSED] 8
[22:38:53] [PASSED] 32
[22:38:53] [PASSED] 256
[22:38:53] ==================== [PASSED] test_size ====================
[22:38:53] ======================= test_reuse  ========================
[22:38:53] [PASSED] 4
[22:38:53] [PASSED] 8
[22:38:53] [PASSED] 32
[22:38:53] [PASSED] 256
[22:38:53] =================== [PASSED] test_reuse ====================
[22:38:53] =================== test_range_overlap  ====================
[22:38:53] [PASSED] 4
[22:38:53] [PASSED] 8
[22:38:53] [PASSED] 32
[22:38:53] [PASSED] 256
[22:38:53] =============== [PASSED] test_range_overlap ================
[22:38:53] =================== test_range_compact  ====================
[22:38:53] [PASSED] 4
[22:38:53] [PASSED] 8
[22:38:53] [PASSED] 32
[22:38:53] [PASSED] 256
[22:38:53] =============== [PASSED] test_range_compact ================
[22:38:53] ==================== test_range_spare  =====================
[22:38:53] [PASSED] 4
[22:38:53] [PASSED] 8
[22:38:53] [PASSED] 32
[22:38:53] [PASSED] 256
[22:38:53] ================ [PASSED] test_range_spare =================
[22:38:53] ===================== [PASSED] guc_dbm =====================
[22:38:53] =================== guc_idm (6 subtests) ===================
[22:38:53] [PASSED] bad_init
[22:38:53] [PASSED] no_init
[22:38:53] [PASSED] init_fini
[22:38:53] [PASSED] check_used
[22:38:53] [PASSED] check_quota
[22:38:53] [PASSED] check_all
[22:38:53] ===================== [PASSED] guc_idm =====================
[22:38:53] ================== no_relay (3 subtests) ===================
[22:38:53] [PASSED] xe_drops_guc2pf_if_not_ready
[22:38:53] [PASSED] xe_drops_guc2vf_if_not_ready
[22:38:53] [PASSED] xe_rejects_send_if_not_ready
[22:38:53] ==================== [PASSED] no_relay =====================
[22:38:53] ================== pf_relay (14 subtests) ==================
[22:38:53] [PASSED] pf_rejects_guc2pf_too_short
[22:38:53] [PASSED] pf_rejects_guc2pf_too_long
[22:38:53] [PASSED] pf_rejects_guc2pf_no_payload
[22:38:53] [PASSED] pf_fails_no_payload
[22:38:53] [PASSED] pf_fails_bad_origin
[22:38:53] [PASSED] pf_fails_bad_type
[22:38:53] [PASSED] pf_txn_reports_error
[22:38:53] [PASSED] pf_txn_sends_pf2guc
[22:38:53] [PASSED] pf_sends_pf2guc
[22:38:53] [SKIPPED] pf_loopback_nop
[22:38:53] [SKIPPED] pf_loopback_echo
[22:38:53] [SKIPPED] pf_loopback_fail
[22:38:53] [SKIPPED] pf_loopback_busy
[22:38:53] [SKIPPED] pf_loopback_retry
[22:38:53] ==================== [PASSED] pf_relay =====================
[22:38:53] ================== vf_relay (3 subtests) ===================
[22:38:54] [PASSED] vf_rejects_guc2vf_too_short
[22:38:54] [PASSED] vf_rejects_guc2vf_too_long
[22:38:54] [PASSED] vf_rejects_guc2vf_no_payload
[22:38:54] ==================== [PASSED] vf_relay =====================
[22:38:54] ================= pf_service (11 subtests) =================
[22:38:54] [PASSED] pf_negotiate_any
[22:38:54] [PASSED] pf_negotiate_base_match
[22:38:54] [PASSED] pf_negotiate_base_newer
[22:38:54] [PASSED] pf_negotiate_base_next
[22:38:54] [SKIPPED] pf_negotiate_base_older
[22:38:54] [PASSED] pf_negotiate_base_prev
[22:38:54] [PASSED] pf_negotiate_latest_match
[22:38:54] [PASSED] pf_negotiate_latest_newer
[22:38:54] [PASSED] pf_negotiate_latest_next
[22:38:54] [SKIPPED] pf_negotiate_latest_older
[22:38:54] [SKIPPED] pf_negotiate_latest_prev
[22:38:54] =================== [PASSED] pf_service ====================
[22:38:54] ===================== lmtt (1 subtest) =====================
[22:38:54] ======================== test_ops  =========================
[22:38:54] [PASSED] 2-level
[22:38:54] [PASSED] multi-level
[22:38:54] ==================== [PASSED] test_ops =====================
[22:38:54] ====================== [PASSED] lmtt =======================
[22:38:54] =================== xe_mocs (2 subtests) ===================
[22:38:54] ================ xe_live_mocs_kernel_kunit  ================
[22:38:54] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[22:38:54] ================ xe_live_mocs_reset_kunit  =================
[22:38:54] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[22:38:54] ==================== [SKIPPED] xe_mocs =====================
[22:38:54] ================= xe_migrate (2 subtests) ==================
[22:38:54] ================= xe_migrate_sanity_kunit  =================
[22:38:54] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[22:38:54] ================== xe_validate_ccs_kunit  ==================
[22:38:54] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[22:38:54] =================== [SKIPPED] xe_migrate ===================
[22:38:54] ================== xe_dma_buf (1 subtest) ==================
[22:38:54] ==================== xe_dma_buf_kunit  =====================
[22:38:54] ================ [SKIPPED] xe_dma_buf_kunit ================
[22:38:54] =================== [SKIPPED] xe_dma_buf ===================
[22:38:54] ================= xe_bo_shrink (1 subtest) =================
[22:38:54] =================== xe_bo_shrink_kunit  ====================
[22:38:54] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[22:38:54] ================== [SKIPPED] xe_bo_shrink ==================
[22:38:54] ==================== xe_bo (2 subtests) ====================
[22:38:54] ================== xe_ccs_migrate_kunit  ===================
[22:38:54] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[22:38:54] ==================== xe_bo_evict_kunit  ====================
[22:38:54] =============== [SKIPPED] xe_bo_evict_kunit ================
[22:38:54] ===================== [SKIPPED] xe_bo ======================
[22:38:54] ==================== args (11 subtests) ====================
[22:38:54] [PASSED] count_args_test
[22:38:54] [PASSED] call_args_example
[22:38:54] [PASSED] call_args_test
[22:38:54] [PASSED] drop_first_arg_example
[22:38:54] [PASSED] drop_first_arg_test
[22:38:54] [PASSED] first_arg_example
[22:38:54] [PASSED] first_arg_test
[22:38:54] [PASSED] last_arg_example
[22:38:54] [PASSED] last_arg_test
[22:38:54] [PASSED] pick_arg_example
[22:38:54] [PASSED] sep_comma_example
[22:38:54] ====================== [PASSED] args =======================
[22:38:54] =================== xe_pci (2 subtests) ====================
[22:38:54] [PASSED] xe_gmdid_graphics_ip
[22:38:54] [PASSED] xe_gmdid_media_ip
[22:38:54] ===================== [PASSED] xe_pci ======================
[22:38:54] =================== xe_rtp (2 subtests) ====================
[22:38:54] =============== xe_rtp_process_to_sr_tests  ================
[22:38:54] [PASSED] coalesce-same-reg
[22:38:54] [PASSED] no-match-no-add
[22:38:54] [PASSED] match-or
[22:38:54] [PASSED] match-or-xfail
[22:38:54] [PASSED] no-match-no-add-multiple-rules
[22:38:54] [PASSED] two-regs-two-entries
[22:38:54] [PASSED] clr-one-set-other
[22:38:54] [PASSED] set-field
[22:38:54] [PASSED] conflict-duplicate
[22:38:54] [PASSED] conflict-not-disjoint
stty: 'standard input': Inappropriate ioctl for device
[22:38:54] [PASSED] conflict-reg-type
[22:38:54] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[22:38:54] ================== xe_rtp_process_tests  ===================
[22:38:54] [PASSED] active1
[22:38:54] [PASSED] active2
[22:38:54] [PASSED] active-inactive
[22:38:54] [PASSED] inactive-active
[22:38:54] [PASSED] inactive-1st_or_active-inactive
[22:38:54] [PASSED] inactive-2nd_or_active-inactive
[22:38:54] [PASSED] inactive-last_or_active-inactive
[22:38:54] [PASSED] inactive-no_or_active-inactive
[22:38:54] ============== [PASSED] xe_rtp_process_tests ===============
[22:38:54] ===================== [PASSED] xe_rtp ======================
[22:38:54] ==================== xe_wa (1 subtest) =====================
[22:38:54] ======================== xe_wa_gt  =========================
[22:38:54] [PASSED] TIGERLAKE (B0)
[22:38:54] [PASSED] DG1 (A0)
[22:38:54] [PASSED] DG1 (B0)
[22:38:54] [PASSED] ALDERLAKE_S (A0)
[22:38:54] [PASSED] ALDERLAKE_S (B0)
[22:38:54] [PASSED] ALDERLAKE_S (C0)
[22:38:54] [PASSED] ALDERLAKE_S (D0)
[22:38:54] [PASSED] ALDERLAKE_P (A0)
[22:38:54] [PASSED] ALDERLAKE_P (B0)
[22:38:54] [PASSED] ALDERLAKE_P (C0)
[22:38:54] [PASSED] ALDERLAKE_S_RPLS (D0)
[22:38:54] [PASSED] ALDERLAKE_P_RPLU (E0)
[22:38:54] [PASSED] DG2_G10 (C0)
[22:38:54] [PASSED] DG2_G11 (B1)
[22:38:54] [PASSED] DG2_G12 (A1)
[22:38:54] [PASSED] METEORLAKE (g:A0, m:A0)
[22:38:54] [PASSED] METEORLAKE (g:A0, m:A0)
[22:38:54] [PASSED] METEORLAKE (g:A0, m:A0)
[22:38:54] [PASSED] LUNARLAKE (g:A0, m:A0)
[22:38:54] [PASSED] LUNARLAKE (g:B0, m:A0)
[22:38:54] [PASSED] BATTLEMAGE (g:A0, m:A1)
[22:38:54] ==================== [PASSED] xe_wa_gt =====================
[22:38:54] ====================== [PASSED] xe_wa ======================
[22:38:54] ============================================================
[22:38:54] Testing complete. Ran 133 tests: passed: 117, skipped: 16
[22:38:54] Elapsed time: 31.397s total, 4.123s configuring, 26.956s building, 0.293s running

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

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

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



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

* ✓ Xe.CI.BAT: success for drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset (rev2)
  2025-06-12 17:28 [PATCH] drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset Matthew Brost
                   ` (3 preceding siblings ...)
  2025-06-13 22:39 ` ✓ CI.KUnit: success for drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset (rev2) Patchwork
@ 2025-06-13 23:16 ` Patchwork
  2025-06-15 22:53 ` ✓ Xe.CI.Full: " Patchwork
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-06-13 23:16 UTC (permalink / raw)
  To: Matthew Brost; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset (rev2)
URL   : https://patchwork.freedesktop.org/series/150182/
State : success

== Summary ==

CI Bug Log - changes from xe-3252-4d016d6e602638e0ebc3895331224e057508c07a_BAT -> xe-pw-150182v2_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (8 -> 8)
------------------------------

  No changes in participating hosts


Changes
-------

  No changes found


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

  * Linux: xe-3252-4d016d6e602638e0ebc3895331224e057508c07a -> xe-pw-150182v2

  IGT_8411: d5b5d2bb4f8795a98ea58376a128b74f654b7ec1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-3252-4d016d6e602638e0ebc3895331224e057508c07a: 4d016d6e602638e0ebc3895331224e057508c07a
  xe-pw-150182v2: 150182v2

== Logs ==

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

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

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

* ✓ Xe.CI.Full: success for drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset (rev2)
  2025-06-12 17:28 [PATCH] drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset Matthew Brost
                   ` (4 preceding siblings ...)
  2025-06-13 23:16 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-06-15 22:53 ` Patchwork
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-06-15 22:53 UTC (permalink / raw)
  To: Matthew Brost; +Cc: intel-xe

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

== Series Details ==

Series: drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset (rev2)
URL   : https://patchwork.freedesktop.org/series/150182/
State : success

== Summary ==

CI Bug Log - changes from xe-3252-4d016d6e602638e0ebc3895331224e057508c07a_FULL -> xe-pw-150182v2_FULL
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (4 -> 4)
------------------------------

  No changes in participating hosts

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

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

### IGT changes ###

#### Issues hit ####

  * igt@kms_async_flips@alternate-sync-async-flip-atomic:
    - shard-bmg:          [PASS][1] -> [FAIL][2] ([Intel XE#3718] / [Intel XE#827])
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-4/igt@kms_async_flips@alternate-sync-async-flip-atomic.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-2/igt@kms_async_flips@alternate-sync-async-flip-atomic.html

  * igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-d-dp-2:
    - shard-bmg:          [PASS][3] -> [FAIL][4] ([Intel XE#827])
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-4/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-d-dp-2.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-2/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-d-dp-2.html

  * igt@kms_big_fb@4-tiled-64bpp-rotate-270:
    - shard-bmg:          NOTRUN -> [SKIP][5] ([Intel XE#2327])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][6] ([Intel XE#316])
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-0:
    - shard-adlp:         [PASS][7] -> [DMESG-WARN][8] ([Intel XE#2953] / [Intel XE#4173])
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-6/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-2/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
    - shard-dg2-set2:     [PASS][9] -> [SKIP][10] ([Intel XE#2351] / [Intel XE#4208])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
    - shard-dg2-set2:     NOTRUN -> [SKIP][11] ([Intel XE#1124]) +1 other test skip
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-bmg:          NOTRUN -> [SKIP][12] ([Intel XE#1124])
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p:
    - shard-bmg:          NOTRUN -> [SKIP][13] ([Intel XE#2314] / [Intel XE#2894])
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][14] ([Intel XE#2191])
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html

  * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-dp-4:
    - shard-dg2-set2:     NOTRUN -> [SKIP][15] ([Intel XE#787]) +20 other tests skip
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-dp-4.html

  * igt@kms_ccs@bad-pixel-format-y-tiled-ccs@pipe-d-hdmi-a-1:
    - shard-adlp:         NOTRUN -> [SKIP][16] ([Intel XE#455] / [Intel XE#787]) +1 other test skip
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_ccs@bad-pixel-format-y-tiled-ccs@pipe-d-hdmi-a-1.html

  * igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs@pipe-d-dp-4:
    - shard-dg2-set2:     NOTRUN -> [SKIP][17] ([Intel XE#455] / [Intel XE#787]) +5 other tests skip
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-464/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs@pipe-d-dp-4.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc:
    - shard-bmg:          NOTRUN -> [SKIP][18] ([Intel XE#2887]) +1 other test skip
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc@pipe-a-hdmi-a-1:
    - shard-adlp:         NOTRUN -> [SKIP][19] ([Intel XE#787]) +5 other tests skip
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc@pipe-a-hdmi-a-1.html

  * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
    - shard-dg2-set2:     NOTRUN -> [SKIP][20] ([Intel XE#2907])
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
    - shard-bmg:          [PASS][21] -> [INCOMPLETE][22] ([Intel XE#3862]) +1 other test incomplete
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
    - shard-dg2-set2:     [PASS][23] -> [INCOMPLETE][24] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#3124] / [Intel XE#4345])
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-dp-4:
    - shard-dg2-set2:     [PASS][25] -> [INCOMPLETE][26] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#3124])
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-dp-4.html
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-dp-4.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6:
    - shard-dg2-set2:     [PASS][27] -> [INCOMPLETE][28] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4522])
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html

  * igt@kms_cdclk@mode-transition:
    - shard-dg2-set2:     [PASS][29] -> [SKIP][30] ([Intel XE#4208]) +8 other tests skip
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@kms_cdclk@mode-transition.html
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@kms_cdclk@mode-transition.html

  * igt@kms_cdclk@mode-transition@pipe-a-hdmi-a-1:
    - shard-adlp:         NOTRUN -> [SKIP][31] ([Intel XE#4417]) +2 other tests skip
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_cdclk@mode-transition@pipe-a-hdmi-a-1.html

  * igt@kms_chamelium_color@ctm-blue-to-red:
    - shard-bmg:          NOTRUN -> [SKIP][32] ([Intel XE#2325])
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@kms_chamelium_color@ctm-blue-to-red.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][33] ([Intel XE#306])
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_chamelium_color@ctm-blue-to-red.html

  * igt@kms_chamelium_hpd@hdmi-hpd-after-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][34] ([Intel XE#2252])
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@kms_chamelium_hpd@hdmi-hpd-after-suspend.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][35] ([Intel XE#373])
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_chamelium_hpd@hdmi-hpd-after-suspend.html

  * igt@kms_content_protection@uevent:
    - shard-dg2-set2:     NOTRUN -> [FAIL][36] ([Intel XE#1188]) +1 other test fail
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-464/igt@kms_content_protection@uevent.html

  * igt@kms_cursor_crc@cursor-onscreen-32x32:
    - shard-bmg:          NOTRUN -> [SKIP][37] ([Intel XE#2320]) +1 other test skip
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@kms_cursor_crc@cursor-onscreen-32x32.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
    - shard-bmg:          [PASS][38] -> [SKIP][39] ([Intel XE#2291]) +4 other tests skip
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-3/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
    - shard-dg2-set2:     NOTRUN -> [SKIP][40] ([Intel XE#323])
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
    - shard-bmg:          NOTRUN -> [SKIP][41] ([Intel XE#2286])
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html

  * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible:
    - shard-bmg:          [PASS][42] -> [SKIP][43] ([Intel XE#2316]) +4 other tests skip
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-3/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html

  * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
    - shard-dg2-set2:     [PASS][44] -> [FAIL][45] ([Intel XE#301]) +14 other tests fail
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-464/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html

  * igt@kms_flip@flip-vs-absolute-wf_vblank:
    - shard-lnl:          [PASS][46] -> [FAIL][47] ([Intel XE#886]) +3 other tests fail
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-lnl-1/igt@kms_flip@flip-vs-absolute-wf_vblank.html
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-lnl-3/igt@kms_flip@flip-vs-absolute-wf_vblank.html

  * igt@kms_flip@flip-vs-suspend@d-dp4:
    - shard-dg2-set2:     NOTRUN -> [INCOMPLETE][48] ([Intel XE#2049] / [Intel XE#2597]) +1 other test incomplete
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_flip@flip-vs-suspend@d-dp4.html

  * igt@kms_flip@plain-flip-fb-recreate:
    - shard-bmg:          [PASS][49] -> [FAIL][50] ([Intel XE#2882]) +1 other test fail
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-4/igt@kms_flip@plain-flip-fb-recreate.html
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-2/igt@kms_flip@plain-flip-fb-recreate.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
    - shard-adlp:         NOTRUN -> [SKIP][51] ([Intel XE#455]) +3 other tests skip
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
    - shard-dg2-set2:     NOTRUN -> [SKIP][52] ([Intel XE#455]) +4 other tests skip
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html

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

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode:
    - shard-bmg:          NOTRUN -> [SKIP][54] ([Intel XE#2293]) +1 other test skip
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][55] ([Intel XE#2311]) +4 other tests skip
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render.html

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

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc:
    - shard-dg2-set2:     NOTRUN -> [SKIP][57] ([Intel XE#651]) +6 other tests skip
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcpsr-stridechange:
    - shard-dg2-set2:     NOTRUN -> [SKIP][58] ([Intel XE#653]) +5 other tests skip
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-stridechange.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt:
    - shard-dg2-set2:     NOTRUN -> [SKIP][59] ([Intel XE#2351] / [Intel XE#4208]) +3 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][60] ([Intel XE#2313]) +3 other tests skip
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html

  * igt@kms_hdr@static-toggle-suspend:
    - shard-bmg:          [PASS][61] -> [SKIP][62] ([Intel XE#1503]) +1 other test skip
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-7/igt@kms_hdr@static-toggle-suspend.html
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-6/igt@kms_hdr@static-toggle-suspend.html

  * igt@kms_joiner@basic-force-ultra-joiner:
    - shard-dg2-set2:     NOTRUN -> [SKIP][63] ([Intel XE#2925]) +1 other test skip
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-464/igt@kms_joiner@basic-force-ultra-joiner.html

  * igt@kms_lease@lease-get:
    - shard-dg2-set2:     [PASS][64] -> [SKIP][65] ([Intel XE#4208] / [i915#2575]) +4 other tests skip
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@kms_lease@lease-get.html
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@kms_lease@lease-get.html

  * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers:
    - shard-dg2-set2:     NOTRUN -> [SKIP][66] ([Intel XE#4208] / [i915#2575]) +19 other tests skip
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers.html

  * igt@kms_pm_dc@dc5-retention-flops:
    - shard-dg2-set2:     NOTRUN -> [SKIP][67] ([Intel XE#3309])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_pm_dc@dc5-retention-flops.html
    - shard-bmg:          NOTRUN -> [SKIP][68] ([Intel XE#3309])
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@kms_pm_dc@dc5-retention-flops.html

  * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf:
    - shard-bmg:          NOTRUN -> [SKIP][69] ([Intel XE#1489])
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][70] ([Intel XE#1489])
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf.html

  * igt@kms_psr@fbc-pr-basic:
    - shard-bmg:          NOTRUN -> [SKIP][71] ([Intel XE#2234] / [Intel XE#2850]) +1 other test skip
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@kms_psr@fbc-pr-basic.html

  * igt@kms_psr@fbc-psr2-sprite-plane-move:
    - shard-dg2-set2:     NOTRUN -> [SKIP][72] ([Intel XE#2850] / [Intel XE#929]) +3 other tests skip
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_psr@fbc-psr2-sprite-plane-move.html

  * igt@xe_eudebug@basic-vm-bind:
    - shard-bmg:          NOTRUN -> [SKIP][73] ([Intel XE#4837]) +1 other test skip
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@xe_eudebug@basic-vm-bind.html

  * igt@xe_eudebug@basic-vm-bind-extended-discovery:
    - shard-dg2-set2:     NOTRUN -> [SKIP][74] ([Intel XE#4837]) +2 other tests skip
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-464/igt@xe_eudebug@basic-vm-bind-extended-discovery.html

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

  * igt@xe_exec_basic@no-exec-bindexecqueue-rebind:
    - shard-dg2-set2:     NOTRUN -> [SKIP][76] ([Intel XE#4208]) +104 other tests skip
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@xe_exec_basic@no-exec-bindexecqueue-rebind.html

  * igt@xe_exec_fault_mode@twice-invalid-fault:
    - shard-dg2-set2:     NOTRUN -> [SKIP][77] ([Intel XE#288]) +6 other tests skip
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-464/igt@xe_exec_fault_mode@twice-invalid-fault.html

  * igt@xe_exec_system_allocator@threads-many-execqueues-mmap-new-huge:
    - shard-bmg:          NOTRUN -> [SKIP][78] ([Intel XE#4943]) +4 other tests skip
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@xe_exec_system_allocator@threads-many-execqueues-mmap-new-huge.html

  * igt@xe_exec_system_allocator@threads-many-large-execqueues-mmap-remap-ro-eocheck:
    - shard-dg2-set2:     NOTRUN -> [SKIP][79] ([Intel XE#4915]) +61 other tests skip
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@xe_exec_system_allocator@threads-many-large-execqueues-mmap-remap-ro-eocheck.html

  * igt@xe_module_load@load:
    - shard-dg2-set2:     ([PASS][80], [PASS][81], [PASS][82], [PASS][83], [PASS][84], [PASS][85], [PASS][86], [PASS][87], [PASS][88], [PASS][89], [PASS][90], [PASS][91], [PASS][92], [PASS][93], [PASS][94], [PASS][95], [PASS][96], [PASS][97], [PASS][98], [PASS][99], [PASS][100], [PASS][101], [PASS][102], [PASS][103], [PASS][104]) -> ([PASS][105], [PASS][106], [PASS][107], [PASS][108], [PASS][109], [PASS][110], [PASS][111], [PASS][112], [PASS][113], [PASS][114], [PASS][115], [PASS][116], [PASS][117], [SKIP][118], [PASS][119], [PASS][120], [PASS][121], [PASS][122], [PASS][123], [PASS][124], [PASS][125], [PASS][126], [PASS][127], [PASS][128], [PASS][129], [PASS][130]) ([Intel XE#378])
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-464/igt@xe_module_load@load.html
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-464/igt@xe_module_load@load.html
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-464/igt@xe_module_load@load.html
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@xe_module_load@load.html
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-435/igt@xe_module_load@load.html
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-435/igt@xe_module_load@load.html
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-435/igt@xe_module_load@load.html
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-436/igt@xe_module_load@load.html
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-436/igt@xe_module_load@load.html
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-436/igt@xe_module_load@load.html
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-464/igt@xe_module_load@load.html
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-436/igt@xe_module_load@load.html
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-464/igt@xe_module_load@load.html
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-464/igt@xe_module_load@load.html
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@xe_module_load@load.html
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@xe_module_load@load.html
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-435/igt@xe_module_load@load.html
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-435/igt@xe_module_load@load.html
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-435/igt@xe_module_load@load.html
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@xe_module_load@load.html
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@xe_module_load@load.html
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-436/igt@xe_module_load@load.html
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@xe_module_load@load.html
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@xe_module_load@load.html
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@xe_module_load@load.html
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-433/igt@xe_module_load@load.html
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-464/igt@xe_module_load@load.html
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@xe_module_load@load.html
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@xe_module_load@load.html
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-464/igt@xe_module_load@load.html
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@xe_module_load@load.html
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@xe_module_load@load.html
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@xe_module_load@load.html
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@xe_module_load@load.html
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@xe_module_load@load.html
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@xe_module_load@load.html
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-464/igt@xe_module_load@load.html
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-464/igt@xe_module_load@load.html
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@xe_module_load@load.html
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-433/igt@xe_module_load@load.html
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-433/igt@xe_module_load@load.html
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-433/igt@xe_module_load@load.html
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-433/igt@xe_module_load@load.html
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-433/igt@xe_module_load@load.html
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@xe_module_load@load.html
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@xe_module_load@load.html
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@xe_module_load@load.html
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@xe_module_load@load.html
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-464/igt@xe_module_load@load.html
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-464/igt@xe_module_load@load.html
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-464/igt@xe_module_load@load.html

  * igt@xe_oa@missing-sample-flags:
    - shard-dg2-set2:     NOTRUN -> [SKIP][131] ([Intel XE#2541] / [Intel XE#3573])
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@xe_oa@missing-sample-flags.html

  * igt@xe_pm@s4-multiple-execs:
    - shard-adlp:         [PASS][132] -> [ABORT][133] ([Intel XE#1794])
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-1/igt@xe_pm@s4-multiple-execs.html
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-9/igt@xe_pm@s4-multiple-execs.html
    - shard-lnl:          [PASS][134] -> [ABORT][135] ([Intel XE#1794])
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-lnl-1/igt@xe_pm@s4-multiple-execs.html
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-lnl-2/igt@xe_pm@s4-multiple-execs.html

  * igt@xe_pmu@fn-engine-activity-sched-if-idle:
    - shard-adlp:         NOTRUN -> [ABORT][136] ([Intel XE#5214])
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-3/igt@xe_pmu@fn-engine-activity-sched-if-idle.html

  * igt@xe_pxp@pxp-termination-key-update-post-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][137] ([Intel XE#4733]) +1 other test skip
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@xe_pxp@pxp-termination-key-update-post-suspend.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][138] ([Intel XE#4733]) +1 other test skip
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@xe_pxp@pxp-termination-key-update-post-suspend.html

  
#### Possible fixes ####

  * igt@core_hotunplug@hotrebind-lateclose:
    - shard-adlp:         [SKIP][139] ([Intel XE#4963]) -> [PASS][140]
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@core_hotunplug@hotrebind-lateclose.html
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@core_hotunplug@hotrebind-lateclose.html

  * igt@kms_addfb_basic@bad-pitch-63:
    - shard-adlp:         [SKIP][141] ([Intel XE#4950]) -> [PASS][142] +18 other tests pass
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_addfb_basic@bad-pitch-63.html
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_addfb_basic@bad-pitch-63.html

  * igt@kms_async_flips@invalid-async-flip-atomic@pipe-b-hdmi-a-1:
    - shard-adlp:         [DMESG-WARN][143] ([Intel XE#4543]) -> [PASS][144] +1 other test pass
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_async_flips@invalid-async-flip-atomic@pipe-b-hdmi-a-1.html
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_async_flips@invalid-async-flip-atomic@pipe-b-hdmi-a-1.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4:
    - shard-dg2-set2:     [INCOMPLETE][145] ([Intel XE#3862]) -> [PASS][146] +1 other test pass
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-464/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
    - shard-dg2-set2:     [INCOMPLETE][147] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4345] / [Intel XE#4522]) -> [PASS][148] +1 other test pass
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
    - shard-bmg:          [SKIP][149] ([Intel XE#2291]) -> [PASS][150] +1 other test pass
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-6/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html

  * igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible:
    - shard-bmg:          [SKIP][151] ([Intel XE#2316]) -> [PASS][152] +4 other tests pass
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-6/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-4/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html

  * igt@kms_flip@2x-flip-vs-expired-vblank@ac-hdmi-a6-dp4:
    - shard-dg2-set2:     [FAIL][153] ([Intel XE#301]) -> [PASS][154]
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-464/igt@kms_flip@2x-flip-vs-expired-vblank@ac-hdmi-a6-dp4.html
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@kms_flip@2x-flip-vs-expired-vblank@ac-hdmi-a6-dp4.html

  * igt@kms_frontbuffer_tracking@fbc-1p-rte:
    - shard-adlp:         [SKIP][155] ([Intel XE#4947]) -> [PASS][156] +2 other tests pass
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_frontbuffer_tracking@fbc-1p-rte.html
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_frontbuffer_tracking@fbc-1p-rte.html

  * igt@kms_hdr@invalid-hdr:
    - shard-bmg:          [SKIP][157] ([Intel XE#1503]) -> [PASS][158]
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-5/igt@kms_hdr@invalid-hdr.html
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-3/igt@kms_hdr@invalid-hdr.html

  * igt@kms_vrr@negative-basic:
    - shard-bmg:          [SKIP][159] ([Intel XE#1499]) -> [PASS][160]
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-6/igt@kms_vrr@negative-basic.html
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-4/igt@kms_vrr@negative-basic.html

  * {igt@xe_compute_preempt@compute-preempt-many-vram-evict@engine-drm_xe_engine_class_compute}:
    - shard-bmg:          [ABORT][161] ([Intel XE#3970]) -> [PASS][162] +1 other test pass
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-6/igt@xe_compute_preempt@compute-preempt-many-vram-evict@engine-drm_xe_engine_class_compute.html
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-5/igt@xe_compute_preempt@compute-preempt-many-vram-evict@engine-drm_xe_engine_class_compute.html

  * igt@xe_exec_system_allocator@threads-many-stride-malloc-bo-unmap-nomemset:
    - shard-bmg:          [FAIL][163] -> [PASS][164]
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-7/igt@xe_exec_system_allocator@threads-many-stride-malloc-bo-unmap-nomemset.html
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-4/igt@xe_exec_system_allocator@threads-many-stride-malloc-bo-unmap-nomemset.html

  * igt@xe_exec_threads@threads-mixed-fd-userptr-invalidate:
    - shard-dg2-set2:     [INCOMPLETE][165] -> [PASS][166]
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-435/igt@xe_exec_threads@threads-mixed-fd-userptr-invalidate.html
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-435/igt@xe_exec_threads@threads-mixed-fd-userptr-invalidate.html

  * igt@xe_pm@s2idle-basic:
    - shard-adlp:         [DMESG-WARN][167] ([Intel XE#2953] / [Intel XE#4173]) -> [PASS][168]
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-3/igt@xe_pm@s2idle-basic.html
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-1/igt@xe_pm@s2idle-basic.html

  * igt@xe_pmu@gt-frequency:
    - shard-dg2-set2:     [FAIL][169] ([Intel XE#4835]) -> [PASS][170] +1 other test pass
   [169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-435/igt@xe_pmu@gt-frequency.html
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-433/igt@xe_pmu@gt-frequency.html

  * igt@xe_vm@large-misaligned-binds-2147483648:
    - shard-adlp:         [SKIP][171] ([Intel XE#4945]) -> [PASS][172] +29 other tests pass
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@xe_vm@large-misaligned-binds-2147483648.html
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@xe_vm@large-misaligned-binds-2147483648.html

  
#### Warnings ####

  * igt@kms_big_fb@4-tiled-32bpp-rotate-180:
    - shard-adlp:         [SKIP][173] ([Intel XE#4947]) -> [SKIP][174] ([Intel XE#1124])
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html

  * igt@kms_big_fb@linear-32bpp-rotate-90:
    - shard-adlp:         [SKIP][175] ([Intel XE#4947]) -> [SKIP][176] ([Intel XE#316]) +1 other test skip
   [175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_big_fb@linear-32bpp-rotate-90.html
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_big_fb@linear-32bpp-rotate-90.html

  * igt@kms_big_fb@yf-tiled-addfb-size-overflow:
    - shard-adlp:         [SKIP][177] ([Intel XE#4947]) -> [SKIP][178] ([Intel XE#610])
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html

  * igt@kms_bw@linear-tiling-4-displays-1920x1080p:
    - shard-adlp:         [SKIP][179] ([Intel XE#4950]) -> [SKIP][180] ([Intel XE#367])
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_bw@linear-tiling-4-displays-1920x1080p.html
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_bw@linear-tiling-4-displays-1920x1080p.html

  * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc:
    - shard-adlp:         [SKIP][181] ([Intel XE#4947]) -> [SKIP][182] ([Intel XE#455] / [Intel XE#787]) +1 other test skip
   [181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc.html
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
    - shard-adlp:         [SKIP][183] ([Intel XE#4947]) -> [SKIP][184] ([Intel XE#2907]) +1 other test skip
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
    - shard-dg2-set2:     [INCOMPLETE][185] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#3124]) -> [INCOMPLETE][186] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4522])
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_cdclk@mode-transition:
    - shard-adlp:         [SKIP][187] ([Intel XE#4947]) -> [SKIP][188] ([Intel XE#4417] / [Intel XE#455])
   [187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_cdclk@mode-transition.html
   [188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_cdclk@mode-transition.html

  * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe:
    - shard-adlp:         [SKIP][189] ([Intel XE#4950]) -> [SKIP][190] ([Intel XE#373])
   [189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html
   [190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html
    - shard-dg2-set2:     [SKIP][191] ([Intel XE#373]) -> [SKIP][192] ([Intel XE#4208] / [i915#2575])
   [191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html
   [192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html

  * igt@kms_content_protection@atomic-dpms:
    - shard-bmg:          [FAIL][193] ([Intel XE#1178]) -> [SKIP][194] ([Intel XE#2341])
   [193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-7/igt@kms_content_protection@atomic-dpms.html
   [194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-6/igt@kms_content_protection@atomic-dpms.html

  * igt@kms_fbcon_fbt@psr:
    - shard-adlp:         [SKIP][195] ([Intel XE#4947]) -> [SKIP][196] ([Intel XE#776])
   [195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_fbcon_fbt@psr.html
   [196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_fbcon_fbt@psr.html

  * igt@kms_flip@2x-plain-flip-interruptible:
    - shard-adlp:         [SKIP][197] ([Intel XE#4950]) -> [SKIP][198] ([Intel XE#310]) +1 other test skip
   [197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_flip@2x-plain-flip-interruptible.html
   [198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_flip@2x-plain-flip-interruptible.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
    - shard-adlp:         [SKIP][199] ([Intel XE#2351] / [Intel XE#4947]) -> [SKIP][200] ([Intel XE#455])
   [199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
   [200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
    - shard-dg2-set2:     [SKIP][201] ([Intel XE#455]) -> [SKIP][202] ([Intel XE#2351] / [Intel XE#4208])
   [201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
   [202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling:
    - shard-adlp:         [SKIP][203] ([Intel XE#4947]) -> [SKIP][204] ([Intel XE#455]) +2 other tests skip
   [203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
   [204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html

  * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-mmap-wc:
    - shard-adlp:         [SKIP][205] ([Intel XE#4947]) -> [SKIP][206] ([Intel XE#651]) +1 other test skip
   [205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-mmap-wc.html
   [206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw:
    - shard-bmg:          [SKIP][207] ([Intel XE#2311]) -> [SKIP][208] ([Intel XE#2312]) +10 other tests skip
   [207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html
   [208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render:
    - shard-adlp:         [SKIP][209] ([Intel XE#4947]) -> [SKIP][210] ([Intel XE#656]) +6 other tests skip
   [209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html
   [210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt:
    - shard-dg2-set2:     [INCOMPLETE][211] ([Intel XE#4842]) -> [SKIP][212] ([Intel XE#4208])
   [211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html
   [212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][213] ([Intel XE#4141]) -> [SKIP][214] ([Intel XE#2312]) +3 other tests skip
   [213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
   [214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-move:
    - shard-bmg:          [SKIP][215] ([Intel XE#2312]) -> [SKIP][216] ([Intel XE#4141]) +3 other tests skip
   [215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-move.html
   [216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-blt:
    - shard-adlp:         [SKIP][217] ([Intel XE#2351] / [Intel XE#4947]) -> [SKIP][218] ([Intel XE#651])
   [217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-blt.html
   [218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-blt.html
    - shard-dg2-set2:     [SKIP][219] ([Intel XE#651]) -> [SKIP][220] ([Intel XE#2351] / [Intel XE#4208])
   [219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-blt.html
   [220]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move:
    - shard-bmg:          [SKIP][221] ([Intel XE#2312]) -> [SKIP][222] ([Intel XE#2311]) +7 other tests skip
   [221]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move.html
   [222]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-onoff:
    - shard-adlp:         [SKIP][223] ([Intel XE#2351] / [Intel XE#4947]) -> [SKIP][224] ([Intel XE#656]) +1 other test skip
   [223]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-onoff.html
   [224]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
    - shard-bmg:          [SKIP][225] ([Intel XE#2313]) -> [SKIP][226] ([Intel XE#2312]) +9 other tests skip
   [225]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
   [226]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-wc:
    - shard-dg2-set2:     [SKIP][227] ([Intel XE#653]) -> [SKIP][228] ([Intel XE#2351] / [Intel XE#4208])
   [227]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-wc.html
   [228]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt:
    - shard-adlp:         [SKIP][229] ([Intel XE#4947]) -> [SKIP][230] ([Intel XE#653]) +2 other tests skip
   [229]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt.html
   [230]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][231] ([Intel XE#2312]) -> [SKIP][232] ([Intel XE#2313]) +6 other tests skip
   [231]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html
   [232]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_plane_scaling@intel-max-src-size:
    - shard-adlp:         [SKIP][233] ([Intel XE#4950]) -> [SKIP][234] ([Intel XE#455]) +1 other test skip
   [233]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_plane_scaling@intel-max-src-size.html
   [234]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_plane_scaling@intel-max-src-size.html

  * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
    - shard-adlp:         [SKIP][235] ([Intel XE#4947]) -> [SKIP][236] ([Intel XE#1489])
   [235]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
   [236]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html

  * igt@kms_psr@fbc-pr-primary-page-flip:
    - shard-adlp:         [SKIP][237] ([Intel XE#4947]) -> [SKIP][238] ([Intel XE#2850] / [Intel XE#929]) +3 other tests skip
   [237]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_psr@fbc-pr-primary-page-flip.html
   [238]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_psr@fbc-pr-primary-page-flip.html

  * igt@kms_psr@psr-sprite-render:
    - shard-dg2-set2:     [SKIP][239] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][240] ([Intel XE#4208])
   [239]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@kms_psr@psr-sprite-render.html
   [240]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@kms_psr@psr-sprite-render.html

  * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
    - shard-adlp:         [SKIP][241] ([Intel XE#4950]) -> [SKIP][242] ([Intel XE#1127])
   [241]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
   [242]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html

  * igt@xe_ccs@suspend-resume:
    - shard-adlp:         [SKIP][243] ([Intel XE#4945]) -> [SKIP][244] ([Intel XE#455] / [Intel XE#488])
   [243]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@xe_ccs@suspend-resume.html
   [244]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@xe_ccs@suspend-resume.html

  * igt@xe_eudebug@read-metadata:
    - shard-adlp:         [SKIP][245] ([Intel XE#4945]) -> [SKIP][246] ([Intel XE#4837]) +1 other test skip
   [245]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@xe_eudebug@read-metadata.html
   [246]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@xe_eudebug@read-metadata.html

  * igt@xe_evict@evict-large-cm:
    - shard-adlp:         [SKIP][247] ([Intel XE#4945]) -> [SKIP][248] ([Intel XE#261] / [Intel XE#688])
   [247]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@xe_evict@evict-large-cm.html
   [248]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@xe_evict@evict-large-cm.html

  * igt@xe_exec_fault_mode@many-bindexecqueue-rebind:
    - shard-adlp:         [SKIP][249] ([Intel XE#4945]) -> [SKIP][250] ([Intel XE#288]) +3 other tests skip
   [249]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@xe_exec_fault_mode@many-bindexecqueue-rebind.html
   [250]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@xe_exec_fault_mode@many-bindexecqueue-rebind.html
    - shard-dg2-set2:     [SKIP][251] ([Intel XE#288]) -> [SKIP][252] ([Intel XE#4208])
   [251]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@xe_exec_fault_mode@many-bindexecqueue-rebind.html
   [252]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@xe_exec_fault_mode@many-bindexecqueue-rebind.html

  * igt@xe_exec_system_allocator@processes-evict-malloc:
    - shard-adlp:         [SKIP][253] ([Intel XE#4945]) -> [SKIP][254] ([Intel XE#4915]) +60 other tests skip
   [253]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@xe_exec_system_allocator@processes-evict-malloc.html
   [254]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@xe_exec_system_allocator@processes-evict-malloc.html

  * igt@xe_exec_system_allocator@threads-many-large-mmap-mlock:
    - shard-dg2-set2:     [SKIP][255] ([Intel XE#4915]) -> [SKIP][256] ([Intel XE#4208]) +14 other tests skip
   [255]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@xe_exec_system_allocator@threads-many-large-mmap-mlock.html
   [256]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@xe_exec_system_allocator@threads-many-large-mmap-mlock.html

  * igt@xe_oa@non-privileged-map-oa-buffer:
    - shard-adlp:         [SKIP][257] ([Intel XE#4945]) -> [SKIP][258] ([Intel XE#2541] / [Intel XE#3573])
   [257]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@xe_oa@non-privileged-map-oa-buffer.html
   [258]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@xe_oa@non-privileged-map-oa-buffer.html

  * igt@xe_oa@syncs-ufence-wait-cfg:
    - shard-dg2-set2:     [SKIP][259] ([Intel XE#2541] / [Intel XE#3573] / [Intel XE#4501]) -> [SKIP][260] ([Intel XE#4208])
   [259]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@xe_oa@syncs-ufence-wait-cfg.html
   [260]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@xe_oa@syncs-ufence-wait-cfg.html
    - shard-adlp:         [SKIP][261] ([Intel XE#4945]) -> [SKIP][262] ([Intel XE#2541] / [Intel XE#3573] / [Intel XE#4501])
   [261]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@xe_oa@syncs-ufence-wait-cfg.html
   [262]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@xe_oa@syncs-ufence-wait-cfg.html

  * igt@xe_pm@d3cold-mmap-vram:
    - shard-dg2-set2:     [SKIP][263] ([Intel XE#2284] / [Intel XE#366]) -> [SKIP][264] ([Intel XE#4208])
   [263]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@xe_pm@d3cold-mmap-vram.html
   [264]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@xe_pm@d3cold-mmap-vram.html
    - shard-adlp:         [SKIP][265] ([Intel XE#4945]) -> [SKIP][266] ([Intel XE#2284] / [Intel XE#366])
   [265]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@xe_pm@d3cold-mmap-vram.html
   [266]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@xe_pm@d3cold-mmap-vram.html

  * igt@xe_pmu@all-fn-engine-activity-load:
    - shard-adlp:         [FAIL][267] ([Intel XE#5219]) -> [ABORT][268] ([Intel XE#5214])
   [267]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-1/igt@xe_pmu@all-fn-engine-activity-load.html
   [268]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-9/igt@xe_pmu@all-fn-engine-activity-load.html

  * igt@xe_pmu@engine-activity-all-load-idle:
    - shard-adlp:         [DMESG-WARN][269] ([Intel XE#5214]) -> [ABORT][270] ([Intel XE#5214]) +2 other tests abort
   [269]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-9/igt@xe_pmu@engine-activity-all-load-idle.html
   [270]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-4/igt@xe_pmu@engine-activity-all-load-idle.html

  * igt@xe_pxp@display-pxp-fb:
    - shard-adlp:         [SKIP][271] ([Intel XE#4945]) -> [SKIP][272] ([Intel XE#4733])
   [271]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@xe_pxp@display-pxp-fb.html
   [272]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@xe_pxp@display-pxp-fb.html

  * igt@xe_query@multigpu-query-gt-list:
    - shard-adlp:         [SKIP][273] ([Intel XE#4945]) -> [SKIP][274] ([Intel XE#944])
   [273]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@xe_query@multigpu-query-gt-list.html
   [274]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@xe_query@multigpu-query-gt-list.html
    - shard-dg2-set2:     [SKIP][275] ([Intel XE#944]) -> [SKIP][276] ([Intel XE#4208])
   [275]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-dg2-433/igt@xe_query@multigpu-query-gt-list.html
   [276]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-dg2-436/igt@xe_query@multigpu-query-gt-list.html

  * igt@xe_spin_batch@spin-mem-copy:
    - shard-adlp:         [SKIP][277] ([Intel XE#4945]) -> [SKIP][278] ([Intel XE#4821])
   [277]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3252-4d016d6e602638e0ebc3895331224e057508c07a/shard-adlp-4/igt@xe_spin_batch@spin-mem-copy.html
   [278]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150182v2/shard-adlp-8/igt@xe_spin_batch@spin-mem-copy.html

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

  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
  [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
  [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
  [Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
  [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
  [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
  [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
  [Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
  [Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
  [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
  [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
  [Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
  [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351
  [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
  [Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
  [Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
  [Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261
  [Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
  [Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
  [Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907
  [Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925
  [Intel XE#2953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2953
  [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
  [Intel XE#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310
  [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
  [Intel XE#3124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124
  [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
  [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
  [Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309
  [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
  [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
  [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
  [Intel XE#3718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3718
  [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
  [Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
  [Intel XE#3862]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862
  [Intel XE#3970]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3970
  [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
  [Intel XE#4173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4173
  [Intel XE#4208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208
  [Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
  [Intel XE#4345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345
  [Intel XE#4417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4417
  [Intel XE#4501]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4501
  [Intel XE#4522]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4522
  [Intel XE#4543]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4543
  [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
  [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#4821]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4821
  [Intel XE#4835]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4835
  [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
  [Intel XE#4842]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4842
  [Intel XE#488]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/488
  [Intel XE#4915]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4915
  [Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
  [Intel XE#4945]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4945
  [Intel XE#4947]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4947
  [Intel XE#4950]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4950
  [Intel XE#4963]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4963
  [Intel XE#5172]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5172
  [Intel XE#5214]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5214
  [Intel XE#5219]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5219
  [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
  [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
  [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
  [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#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
  [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
  [Intel XE#827]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/827
  [Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
  [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
  [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575


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

  * Linux: xe-3252-4d016d6e602638e0ebc3895331224e057508c07a -> xe-pw-150182v2

  IGT_8411: d5b5d2bb4f8795a98ea58376a128b74f654b7ec1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-3252-4d016d6e602638e0ebc3895331224e057508c07a: 4d016d6e602638e0ebc3895331224e057508c07a
  xe-pw-150182v2: 150182v2

== Logs ==

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

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

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

end of thread, other threads:[~2025-06-15 22:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-12 17:28 [PATCH] drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset Matthew Brost
2025-06-12 20:34 ` ✓ CI.KUnit: success for " Patchwork
2025-06-13 12:42 ` ✗ Xe.CI.Full: failure " Patchwork
2025-06-13 16:38 ` [PATCH] " Umesh Nerlige Ramappa
2025-06-13 20:12   ` Matthew Brost
2025-06-13 22:39 ` ✓ CI.KUnit: success for drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offset (rev2) Patchwork
2025-06-13 23:16 ` ✓ Xe.CI.BAT: " Patchwork
2025-06-15 22:53 ` ✓ Xe.CI.Full: " Patchwork

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