Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* ✓ CI.KUnit: success for Improve VMA merging for CPU-address-mirrored mappings (rev4)
  2025-11-03  6:09 [PATCH v4 0/5] Improve VMA merging for CPU-address-mirrored mappings Himal Prasad Ghimiray
@ 2025-11-03  5:53 ` Patchwork
  2025-11-03  6:09 ` [PATCH v4 1/5] drm/xe: Add helper to extend CPU-mirrored VMA range for merge Himal Prasad Ghimiray
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2025-11-03  5:53 UTC (permalink / raw)
  To: Himal Prasad Ghimiray; +Cc: intel-xe

== Series Details ==

Series: Improve VMA merging for CPU-address-mirrored mappings (rev4)
URL   : https://patchwork.freedesktop.org/series/154832/
State : success

== Summary ==

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

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

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

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



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

* [PATCH v4 0/5] Improve VMA merging for CPU-address-mirrored mappings
@ 2025-11-03  6:09 Himal Prasad Ghimiray
  2025-11-03  5:53 ` ✓ CI.KUnit: success for Improve VMA merging for CPU-address-mirrored mappings (rev4) Patchwork
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Himal Prasad Ghimiray @ 2025-11-03  6:09 UTC (permalink / raw)
  To: intel-xe; +Cc: Himal Prasad Ghimiray

This patch series introduces improvements to VMA range handling by
identifying and extending mergeable regions around CPU-address-mirrored
VMAs with default attributes.

The goal is to reduce fragmentation caused by `bo_unmap` and `madvise`
operations that leave adjacent ranges free. By computing an extended
range and applying it during mapping, the series enables better
coalescing of compatible VMAs.

-v2
Rebase
Add assert for vm lock 

-v3
fix Unbind failure at check_ufence

-v4
Fix vma lookup 

Himal Prasad Ghimiray (5):
  drm/xe: Add helper to extend CPU-mirrored VMA range for merge
  drm/xe: Merge adjacent default-attribute VMAs during garbage
    collection
  drm/xe/svm: Extend MAP range to reduce vma fragmentation
  drm/xe/svm: Enable UNMAP for VMA merging operations
  drm/xe/vm: Skip ufence association for CPU address mirror VMA during
    MAP

 drivers/gpu/drm/xe/xe_svm.c      | 62 ++++++++++++++++++--------------
 drivers/gpu/drm/xe/xe_vm.c       | 59 +++++++++++++++++++++++++++---
 drivers/gpu/drm/xe/xe_vm.h       |  3 ++
 drivers/gpu/drm/xe/xe_vm_types.h |  3 +-
 4 files changed, 96 insertions(+), 31 deletions(-)

-- 
2.34.1


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

* [PATCH v4 1/5] drm/xe: Add helper to extend CPU-mirrored VMA range for merge
  2025-11-03  6:09 [PATCH v4 0/5] Improve VMA merging for CPU-address-mirrored mappings Himal Prasad Ghimiray
  2025-11-03  5:53 ` ✓ CI.KUnit: success for Improve VMA merging for CPU-address-mirrored mappings (rev4) Patchwork
@ 2025-11-03  6:09 ` Himal Prasad Ghimiray
  2025-11-22 21:48   ` Matthew Brost
  2025-11-03  6:09 ` [PATCH v4 2/5] drm/xe: Merge adjacent default-attribute VMAs during garbage collection Himal Prasad Ghimiray
                   ` (5 subsequent siblings)
  7 siblings, 1 reply; 15+ messages in thread
From: Himal Prasad Ghimiray @ 2025-11-03  6:09 UTC (permalink / raw)
  To: intel-xe; +Cc: Himal Prasad Ghimiray, Matthew Brost, Thomas Hellström

Introduce xe_vm_find_cpu_addr_mirror_vma_range(), which computes an
extended range around a given range by including adjacent VMAs that are
CPU-address-mirrored and have default memory attributes. This helper is
useful for determining mergeable range without performing the actual merge.

v2
- Add assert
- Move unmap check to this patch

v3
- Decrease offset to check by SZ_4K to avoid wrong vma return in fast
  lookup path

Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
---
 drivers/gpu/drm/xe/xe_vm.c | 41 ++++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_vm.h |  3 +++
 2 files changed, 44 insertions(+)

diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c
index 00f3520dec38..944eb35bb2b8 100644
--- a/drivers/gpu/drm/xe/xe_vm.c
+++ b/drivers/gpu/drm/xe/xe_vm.c
@@ -4363,6 +4363,47 @@ int xe_vm_alloc_madvise_vma(struct xe_vm *vm, uint64_t start, uint64_t range)
 	return xe_vm_alloc_vma(vm, &map_req, true);
 }
 
+static bool is_cpu_addr_vma_with_default_attr(struct xe_vma *vma)
+{
+	return vma && xe_vma_is_cpu_addr_mirror(vma) &&
+	       !xe_svm_has_mapping(xe_vma_vm(vma), xe_vma_start(vma), xe_vma_end(vma)) &&
+	       xe_vma_has_default_mem_attrs(vma);
+}
+
+/**
+ * xe_vm_find_cpu_addr_mirror_vma_range - Extend a VMA range to include adjacent CPU-mirrored VMAs
+ * @vm: VM to search within
+ * @start: Input/output pointer to the starting address of the range
+ * @end: Input/output pointer to the end address of the range
+ *
+ * Given a range defined by @start and @range, this function checks the VMAs
+ * immediately before and after the range. If those neighboring VMAs are
+ * CPU-address-mirrored and have default memory attributes, the function
+ * updates @start and @range to include them. This extended range can then
+ * be used for merging or other operations that require a unified VMA.
+ *
+ * The function does not perform the merge itself; it only computes the
+ * mergeable boundaries.
+ */
+void xe_vm_find_cpu_addr_mirror_vma_range(struct xe_vm *vm, u64 *start, u64 *end)
+{
+	struct xe_vma *prev, *next;
+
+	lockdep_assert_held(&vm->lock);
+
+	if (*start > SZ_4K) {
+		prev = xe_vm_find_vma_by_addr(vm, *start - SZ_4K);
+		if (is_cpu_addr_vma_with_default_attr(prev))
+			*start = xe_vma_start(prev);
+	}
+
+	if (*end < vm->size) {
+		next = xe_vm_find_vma_by_addr(vm, *end + 1);
+		if (is_cpu_addr_vma_with_default_attr(next))
+			*end = xe_vma_end(next);
+	}
+}
+
 /**
  * xe_vm_alloc_cpu_addr_mirror_vma - Allocate CPU addr mirror vma
  * @vm: Pointer to the xe_vm structure
diff --git a/drivers/gpu/drm/xe/xe_vm.h b/drivers/gpu/drm/xe/xe_vm.h
index ef8a5019574e..361f10b3c453 100644
--- a/drivers/gpu/drm/xe/xe_vm.h
+++ b/drivers/gpu/drm/xe/xe_vm.h
@@ -68,6 +68,9 @@ xe_vm_find_overlapping_vma(struct xe_vm *vm, u64 start, u64 range);
 
 bool xe_vma_has_default_mem_attrs(struct xe_vma *vma);
 
+void xe_vm_find_cpu_addr_mirror_vma_range(struct xe_vm *vm,
+					  u64 *start,
+					  u64 *end);
 /**
  * xe_vm_has_scratch() - Whether the vm is configured for scratch PTEs
  * @vm: The vm
-- 
2.34.1


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

* [PATCH v4 2/5] drm/xe: Merge adjacent default-attribute VMAs during garbage collection
  2025-11-03  6:09 [PATCH v4 0/5] Improve VMA merging for CPU-address-mirrored mappings Himal Prasad Ghimiray
  2025-11-03  5:53 ` ✓ CI.KUnit: success for Improve VMA merging for CPU-address-mirrored mappings (rev4) Patchwork
  2025-11-03  6:09 ` [PATCH v4 1/5] drm/xe: Add helper to extend CPU-mirrored VMA range for merge Himal Prasad Ghimiray
@ 2025-11-03  6:09 ` Himal Prasad Ghimiray
  2025-11-22 21:55   ` Matthew Brost
  2025-11-03  6:09 ` [PATCH v4 3/5] drm/xe/svm: Extend MAP range to reduce vma fragmentation Himal Prasad Ghimiray
                   ` (4 subsequent siblings)
  7 siblings, 1 reply; 15+ messages in thread
From: Himal Prasad Ghimiray @ 2025-11-03  6:09 UTC (permalink / raw)
  To: intel-xe; +Cc: Himal Prasad Ghimiray, Matthew Brost, Thomas Hellström

While restoring default memory attributes for VMAs during garbage
collection, extend the target range by checking neighboring VMAs. If
adjacent VMAs are CPU-address-mirrored and have default attributes,
include them in the mergeable range to reduce fragmentation and improve
VMA reuse.

v2
-Rebase

Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
---
 drivers/gpu/drm/xe/xe_svm.c | 62 +++++++++++++++++++++----------------
 1 file changed, 36 insertions(+), 26 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_svm.c b/drivers/gpu/drm/xe/xe_svm.c
index 13af589715a7..585e3eccc876 100644
--- a/drivers/gpu/drm/xe/xe_svm.c
+++ b/drivers/gpu/drm/xe/xe_svm.c
@@ -286,19 +286,21 @@ static int __xe_svm_garbage_collector(struct xe_vm *vm,
 	return 0;
 }
 
-static int xe_svm_range_set_default_attr(struct xe_vm *vm, u64 range_start, u64 range_end)
+static void xe_vma_set_default_attributes(struct xe_vma *vma)
+{
+	vma->attr.preferred_loc.devmem_fd = DRM_XE_PREFERRED_LOC_DEFAULT_DEVICE;
+	vma->attr.preferred_loc.migration_policy = DRM_XE_MIGRATE_ALL_PAGES;
+	vma->attr.pat_index = vma->attr.default_pat_index;
+	vma->attr.atomic_access = DRM_XE_ATOMIC_UNDEFINED;
+}
+
+static int xe_svm_range_set_default_attr(struct xe_vm *vm, u64 start, u64 end)
 {
 	struct xe_vma *vma;
-	struct xe_vma_mem_attr default_attr = {
-		.preferred_loc = {
-			.devmem_fd = DRM_XE_PREFERRED_LOC_DEFAULT_DEVICE,
-			.migration_policy = DRM_XE_MIGRATE_ALL_PAGES,
-		},
-		.atomic_access = DRM_XE_ATOMIC_UNDEFINED,
-	};
-	int err = 0;
+	bool has_default_attr;
+	int err;
 
-	vma = xe_vm_find_vma_by_addr(vm, range_start);
+	vma = xe_vm_find_vma_by_addr(vm, start);
 	if (!vma)
 		return -EINVAL;
 
@@ -307,25 +309,33 @@ static int xe_svm_range_set_default_attr(struct xe_vm *vm, u64 range_start, u64
 		return 0;
 	}
 
-	if (xe_vma_has_default_mem_attrs(vma))
-		return 0;
-
 	vm_dbg(&vm->xe->drm, "Existing VMA start=0x%016llx, vma_end=0x%016llx",
 	       xe_vma_start(vma), xe_vma_end(vma));
 
-	if (xe_vma_start(vma) == range_start && xe_vma_end(vma) == range_end) {
-		default_attr.pat_index = vma->attr.default_pat_index;
-		default_attr.default_pat_index  = vma->attr.default_pat_index;
-		vma->attr = default_attr;
-	} else {
-		vm_dbg(&vm->xe->drm, "Split VMA start=0x%016llx, vma_end=0x%016llx",
-		       range_start, range_end);
-		err = xe_vm_alloc_cpu_addr_mirror_vma(vm, range_start, range_end - range_start);
-		if (err) {
-			drm_warn(&vm->xe->drm, "VMA SPLIT failed: %pe\n", ERR_PTR(err));
-			xe_vm_kill(vm, true);
-			return err;
-		}
+	has_default_attr = xe_vma_has_default_mem_attrs(vma);
+
+	if (has_default_attr) {
+		if (xe_svm_has_mapping(vm, xe_vma_start(vma), xe_vma_end(vma)))
+			return 0;
+
+		start = xe_vma_start(vma);
+		end = xe_vma_end(vma);
+	} else if (xe_vma_start(vma) == start && xe_vma_end(vma) == end) {
+		xe_vma_set_default_attributes(vma);
+	}
+
+	xe_vm_find_cpu_addr_mirror_vma_range(vm, &start, &end);
+
+	if (xe_vma_start(vma) == start && xe_vma_end(vma) == end && has_default_attr)
+		return 0;
+
+	vm_dbg(&vm->xe->drm, "New VMA start=0x%016llx, vma_end=0x%016llx",  start, end);
+
+	err = xe_vm_alloc_cpu_addr_mirror_vma(vm, start, end - start);
+	if (err) {
+		drm_warn(&vm->xe->drm, "New VMA MAP failed: %pe\n", ERR_PTR(err));
+		xe_vm_kill(vm, true);
+		return err;
 	}
 
 	/*
-- 
2.34.1


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

* [PATCH v4 3/5] drm/xe/svm: Extend MAP range to reduce vma fragmentation
  2025-11-03  6:09 [PATCH v4 0/5] Improve VMA merging for CPU-address-mirrored mappings Himal Prasad Ghimiray
                   ` (2 preceding siblings ...)
  2025-11-03  6:09 ` [PATCH v4 2/5] drm/xe: Merge adjacent default-attribute VMAs during garbage collection Himal Prasad Ghimiray
@ 2025-11-03  6:09 ` Himal Prasad Ghimiray
  2025-11-03  6:09 ` [PATCH v4 4/5] drm/xe/svm: Enable UNMAP for VMA merging operations Himal Prasad Ghimiray
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 15+ messages in thread
From: Himal Prasad Ghimiray @ 2025-11-03  6:09 UTC (permalink / raw)
  To: intel-xe; +Cc: Himal Prasad Ghimiray, Matthew Brost, Thomas Hellström

When DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR is set during VM_BIND_OP_MAP,
the mapping logic now checks adjacent cpu_addr_mirror VMAs with default
attributes and expands the mapping range accordingly. This ensures that
bo_unmap operations ideally target the same area and helps reduce
fragmentation by coalescing nearby compatible VMAs into a single mapping.

Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
---
 drivers/gpu/drm/xe/xe_vm.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c
index 944eb35bb2b8..d78eb95a954f 100644
--- a/drivers/gpu/drm/xe/xe_vm.c
+++ b/drivers/gpu/drm/xe/xe_vm.c
@@ -2231,6 +2231,7 @@ vm_bind_ioctl_ops_create(struct xe_vm *vm, struct xe_vma_ops *vops,
 	struct drm_gpuva_ops *ops;
 	struct drm_gpuva_op *__op;
 	struct drm_gpuvm_bo *vm_bo;
+	u64 range_start = addr;
 	u64 range_end = addr + range;
 	int err;
 
@@ -2243,10 +2244,14 @@ vm_bind_ioctl_ops_create(struct xe_vm *vm, struct xe_vma_ops *vops,
 
 	switch (operation) {
 	case DRM_XE_VM_BIND_OP_MAP:
+		if (flags & DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR)
+			xe_vm_find_cpu_addr_mirror_vma_range(vm, &range_start, &range_end);
+
+		fallthrough;
 	case DRM_XE_VM_BIND_OP_MAP_USERPTR: {
 		struct drm_gpuvm_map_req map_req = {
-			.map.va.addr = addr,
-			.map.va.range = range,
+			.map.va.addr = range_start,
+			.map.va.range = range_end - range_start,
 			.map.gem.obj = obj,
 			.map.gem.offset = bo_offset_or_userptr,
 		};
-- 
2.34.1


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

* [PATCH v4 4/5] drm/xe/svm: Enable UNMAP for VMA merging operations
  2025-11-03  6:09 [PATCH v4 0/5] Improve VMA merging for CPU-address-mirrored mappings Himal Prasad Ghimiray
                   ` (3 preceding siblings ...)
  2025-11-03  6:09 ` [PATCH v4 3/5] drm/xe/svm: Extend MAP range to reduce vma fragmentation Himal Prasad Ghimiray
@ 2025-11-03  6:09 ` Himal Prasad Ghimiray
  2025-11-22 22:01   ` Matthew Brost
  2025-11-03  6:09 ` [PATCH v4 5/5] drm/xe/vm: Skip ufence association for CPU address mirror VMA during MAP Himal Prasad Ghimiray
                   ` (2 subsequent siblings)
  7 siblings, 1 reply; 15+ messages in thread
From: Himal Prasad Ghimiray @ 2025-11-03  6:09 UTC (permalink / raw)
  To: intel-xe; +Cc: Himal Prasad Ghimiray, Matthew Brost, Thomas Hellström

ALLOW UNMAP of VMAs associated with SVM mappings when the MAP operation
is intended to merge adjacent CPU_ADDR_MIRROR VMAs.

Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
---
 drivers/gpu/drm/xe/xe_vm.c       | 10 +++++++---
 drivers/gpu/drm/xe/xe_vm_types.h |  3 ++-
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c
index d78eb95a954f..12354e03c3e2 100644
--- a/drivers/gpu/drm/xe/xe_vm.c
+++ b/drivers/gpu/drm/xe/xe_vm.c
@@ -2244,8 +2244,10 @@ vm_bind_ioctl_ops_create(struct xe_vm *vm, struct xe_vma_ops *vops,
 
 	switch (operation) {
 	case DRM_XE_VM_BIND_OP_MAP:
-		if (flags & DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR)
+		if (flags & DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR) {
 			xe_vm_find_cpu_addr_mirror_vma_range(vm, &range_start, &range_end);
+			vops->flags |= XE_VMA_OPS_FLAG_ALLOW_SVM_UNMAP;
+		}
 
 		fallthrough;
 	case DRM_XE_VM_BIND_OP_MAP_USERPTR: {
@@ -2727,7 +2729,8 @@ static int vm_bind_ioctl_ops_parse(struct xe_vm *vm, struct drm_gpuva_ops *ops,
 
 			if (xe_vma_is_cpu_addr_mirror(vma) &&
 			    xe_svm_has_mapping(vm, xe_vma_start(vma),
-					       xe_vma_end(vma)))
+					       xe_vma_end(vma)) &&
+			    !(vops->flags & XE_VMA_OPS_FLAG_ALLOW_SVM_UNMAP))
 				return -EBUSY;
 
 			if (!xe_vma_is_cpu_addr_mirror(vma))
@@ -4295,6 +4298,8 @@ static int xe_vm_alloc_vma(struct xe_vm *vm,
 
 	if (is_madvise)
 		vops.flags |= XE_VMA_OPS_FLAG_MADVISE;
+	else
+		vops.flags |= XE_VMA_OPS_FLAG_ALLOW_SVM_UNMAP;
 
 	err = vm_bind_ioctl_ops_parse(vm, ops, &vops);
 	if (err)
@@ -4371,7 +4376,6 @@ int xe_vm_alloc_madvise_vma(struct xe_vm *vm, uint64_t start, uint64_t range)
 static bool is_cpu_addr_vma_with_default_attr(struct xe_vma *vma)
 {
 	return vma && xe_vma_is_cpu_addr_mirror(vma) &&
-	       !xe_svm_has_mapping(xe_vma_vm(vma), xe_vma_start(vma), xe_vma_end(vma)) &&
 	       xe_vma_has_default_mem_attrs(vma);
 }
 
diff --git a/drivers/gpu/drm/xe/xe_vm_types.h b/drivers/gpu/drm/xe/xe_vm_types.h
index 830ed7b05c27..7578ccada2cf 100644
--- a/drivers/gpu/drm/xe/xe_vm_types.h
+++ b/drivers/gpu/drm/xe/xe_vm_types.h
@@ -470,7 +470,8 @@ struct xe_vma_ops {
 	/** @flag: signify the properties within xe_vma_ops*/
 #define XE_VMA_OPS_FLAG_HAS_SVM_PREFETCH BIT(0)
 #define XE_VMA_OPS_FLAG_MADVISE          BIT(1)
-#define XE_VMA_OPS_ARRAY_OF_BINDS	 BIT(2)
+#define XE_VMA_OPS_FLAG_ALLOW_SVM_UNMAP  BIT(2)
+#define XE_VMA_OPS_ARRAY_OF_BINDS        BIT(3)
 	u32 flags;
 #ifdef TEST_VM_OPS_ERROR
 	/** @inject_error: inject error to test error handling */
-- 
2.34.1


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

* [PATCH v4 5/5] drm/xe/vm: Skip ufence association for CPU address mirror VMA during MAP
  2025-11-03  6:09 [PATCH v4 0/5] Improve VMA merging for CPU-address-mirrored mappings Himal Prasad Ghimiray
                   ` (4 preceding siblings ...)
  2025-11-03  6:09 ` [PATCH v4 4/5] drm/xe/svm: Enable UNMAP for VMA merging operations Himal Prasad Ghimiray
@ 2025-11-03  6:09 ` Himal Prasad Ghimiray
  2025-11-22 22:02   ` Matthew Brost
  2025-11-03  7:04 ` ✓ Xe.CI.BAT: success for Improve VMA merging for CPU-address-mirrored mappings (rev4) Patchwork
  2025-11-03  8:20 ` ✗ Xe.CI.Full: failure " Patchwork
  7 siblings, 1 reply; 15+ messages in thread
From: Himal Prasad Ghimiray @ 2025-11-03  6:09 UTC (permalink / raw)
  To: intel-xe; +Cc: Himal Prasad Ghimiray, Matthew Brost, Thomas Hellström

The MAP operation for a CPU address mirror VMA does not require ufence
association because such mappings are not GPU-synchronized and do not
participate in GPU job completion signaling.

Remove the unnecessary ufence addition for this case to avoid -EBUSY
failure in check_ufence of unbind ops.

Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
---
 drivers/gpu/drm/xe/xe_vm.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c
index 12354e03c3e2..79c7383bf247 100644
--- a/drivers/gpu/drm/xe/xe_vm.c
+++ b/drivers/gpu/drm/xe/xe_vm.c
@@ -3202,7 +3202,8 @@ static void op_add_ufence(struct xe_vm *vm, struct xe_vma_op *op,
 {
 	switch (op->base.op) {
 	case DRM_GPUVA_OP_MAP:
-		vma_add_ufence(op->map.vma, ufence);
+		if (!xe_vma_is_cpu_addr_mirror(op->map.vma))
+			vma_add_ufence(op->map.vma, ufence);
 		break;
 	case DRM_GPUVA_OP_REMAP:
 		if (op->remap.prev)
-- 
2.34.1


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

* ✓ Xe.CI.BAT: success for Improve VMA merging for CPU-address-mirrored mappings (rev4)
  2025-11-03  6:09 [PATCH v4 0/5] Improve VMA merging for CPU-address-mirrored mappings Himal Prasad Ghimiray
                   ` (5 preceding siblings ...)
  2025-11-03  6:09 ` [PATCH v4 5/5] drm/xe/vm: Skip ufence association for CPU address mirror VMA during MAP Himal Prasad Ghimiray
@ 2025-11-03  7:04 ` Patchwork
  2025-11-03  8:20 ` ✗ Xe.CI.Full: failure " Patchwork
  7 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2025-11-03  7:04 UTC (permalink / raw)
  To: Himal Prasad Ghimiray; +Cc: intel-xe

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

== Series Details ==

Series: Improve VMA merging for CPU-address-mirrored mappings (rev4)
URL   : https://patchwork.freedesktop.org/series/154832/
State : success

== Summary ==

CI Bug Log - changes from xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515_BAT -> xe-pw-154832v4_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

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

  Missing    (1): bat-dg2-oem2 

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

  Here are the changes found in xe-pw-154832v4_BAT that come from known issues:

### IGT changes ###

#### Possible fixes ####

  * igt@kms_flip@basic-plain-flip@d-edp1:
    - bat-adlp-7:         [DMESG-WARN][1] ([Intel XE#4543]) -> [PASS][2] +1 other test pass
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/bat-adlp-7/igt@kms_flip@basic-plain-flip@d-edp1.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/bat-adlp-7/igt@kms_flip@basic-plain-flip@d-edp1.html

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


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

  * Linux: xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515 -> xe-pw-154832v4

  IGT_8605: 8605
  xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515: b9356481c8ac3cba317f6c7af88db25452b0e515
  xe-pw-154832v4: 154832v4

== Logs ==

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

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

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

* ✗ Xe.CI.Full: failure for Improve VMA merging for CPU-address-mirrored mappings (rev4)
  2025-11-03  6:09 [PATCH v4 0/5] Improve VMA merging for CPU-address-mirrored mappings Himal Prasad Ghimiray
                   ` (6 preceding siblings ...)
  2025-11-03  7:04 ` ✓ Xe.CI.BAT: success for Improve VMA merging for CPU-address-mirrored mappings (rev4) Patchwork
@ 2025-11-03  8:20 ` Patchwork
  7 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2025-11-03  8:20 UTC (permalink / raw)
  To: Himal Prasad Ghimiray; +Cc: intel-xe

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

== Series Details ==

Series: Improve VMA merging for CPU-address-mirrored mappings (rev4)
URL   : https://patchwork.freedesktop.org/series/154832/
State : failure

== Summary ==

CI Bug Log - changes from xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515_FULL -> xe-pw-154832v4_FULL
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with xe-pw-154832v4_FULL absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in xe-pw-154832v4_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
  to document this new failure mode, which will reduce false positives in CI.

  

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

  No changes in participating hosts

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

  Here are the unknown changes that may have been introduced in xe-pw-154832v4_FULL:

### IGT changes ###

#### Possible regressions ####

  * igt@kms_flip@absolute-wf_vblank-interruptible@b-hdmi-a6:
    - shard-dg2-set2:     [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-dg2-434/igt@kms_flip@absolute-wf_vblank-interruptible@b-hdmi-a6.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-dg2-435/igt@kms_flip@absolute-wf_vblank-interruptible@b-hdmi-a6.html

  * igt@kms_vrr@negative-basic:
    - shard-bmg:          [PASS][3] -> [SKIP][4]
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-8/igt@kms_vrr@negative-basic.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-6/igt@kms_vrr@negative-basic.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@kms_atomic_interruptible@legacy-cursor:
    - shard-adlp:         [PASS][5] -> [DMESG-WARN][6] ([Intel XE#2953] / [Intel XE#4173]) +11 other tests dmesg-warn
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-adlp-9/igt@kms_atomic_interruptible@legacy-cursor.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-3/igt@kms_atomic_interruptible@legacy-cursor.html

  * igt@kms_atomic_transition@plane-toggle-modeset-transition:
    - shard-adlp:         [PASS][7] -> [FAIL][8] ([Intel XE#3908]) +1 other test fail
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-adlp-1/igt@kms_atomic_transition@plane-toggle-modeset-transition.html
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-6/igt@kms_atomic_transition@plane-toggle-modeset-transition.html

  * igt@kms_big_fb@x-tiled-8bpp-rotate-90:
    - shard-bmg:          NOTRUN -> [SKIP][9] ([Intel XE#2327])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-5/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-8bpp-rotate-270:
    - shard-bmg:          NOTRUN -> [SKIP][10] ([Intel XE#1124]) +1 other test skip
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-5/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-addfb:
    - shard-lnl:          NOTRUN -> [SKIP][11] ([Intel XE#1467])
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_big_fb@y-tiled-addfb.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
    - shard-adlp:         [PASS][12] -> [DMESG-FAIL][13] ([Intel XE#4543])
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-adlp-9/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0:
    - shard-lnl:          NOTRUN -> [SKIP][14] ([Intel XE#1124]) +1 other test skip
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html

  * igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p:
    - shard-lnl:          NOTRUN -> [SKIP][15] ([Intel XE#1512])
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html

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

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

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][18] ([Intel XE#2887])
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-6:
    - shard-dg2-set2:     NOTRUN -> [INCOMPLETE][19] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#6168])
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-6.html

  * igt@kms_cdclk@mode-transition@pipe-b-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][20] ([Intel XE#4417]) +3 other tests skip
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_cdclk@mode-transition@pipe-b-edp-1.html

  * igt@kms_chamelium_audio@dp-audio:
    - shard-adlp:         NOTRUN -> [SKIP][21] ([Intel XE#373])
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-4/igt@kms_chamelium_audio@dp-audio.html

  * igt@kms_chamelium_color@degamma:
    - shard-lnl:          NOTRUN -> [SKIP][22] ([Intel XE#306])
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_chamelium_color@degamma.html

  * igt@kms_chamelium_hpd@dp-hpd-after-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][23] ([Intel XE#2252])
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-5/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html

  * igt@kms_chamelium_hpd@vga-hpd:
    - shard-lnl:          NOTRUN -> [SKIP][24] ([Intel XE#373]) +1 other test skip
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_chamelium_hpd@vga-hpd.html

  * igt@kms_color@legacy-gamma-reset:
    - shard-bmg:          [PASS][25] -> [DMESG-WARN][26] ([Intel XE#3428]) +3 other tests dmesg-warn
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-2/igt@kms_color@legacy-gamma-reset.html
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-6/igt@kms_color@legacy-gamma-reset.html

  * igt@kms_content_protection@dp-mst-type-1:
    - shard-lnl:          NOTRUN -> [SKIP][27] ([Intel XE#307])
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_content_protection@dp-mst-type-1.html

  * igt@kms_cursor_crc@cursor-random-32x32:
    - shard-bmg:          NOTRUN -> [SKIP][28] ([Intel XE#2320])
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-5/igt@kms_cursor_crc@cursor-random-32x32.html

  * igt@kms_cursor_crc@cursor-sliding-32x32:
    - shard-lnl:          NOTRUN -> [SKIP][29] ([Intel XE#1424])
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_cursor_crc@cursor-sliding-32x32.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
    - shard-lnl:          NOTRUN -> [SKIP][30] ([Intel XE#309])
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html

  * igt@kms_cursor_legacy@flip-vs-cursor-legacy:
    - shard-bmg:          [PASS][31] -> [FAIL][32] ([Intel XE#5299])
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-2/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-6/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html

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

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats:
    - shard-lnl:          NOTRUN -> [SKIP][34] ([Intel XE#4422])
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats.html

  * igt@kms_flip@2x-flip-vs-rmfb:
    - shard-lnl:          NOTRUN -> [SKIP][35] ([Intel XE#1421])
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_flip@2x-flip-vs-rmfb.html

  * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible:
    - shard-bmg:          [PASS][36] -> [SKIP][37] ([Intel XE#2316])
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-2/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-6/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank@c-edp1:
    - shard-lnl:          [PASS][38] -> [FAIL][39] ([Intel XE#301] / [Intel XE#3149]) +1 other test fail
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html

  * igt@kms_flip@flip-vs-suspend@b-hdmi-a1:
    - shard-adlp:         [PASS][40] -> [DMESG-WARN][41] ([Intel XE#4543])
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-adlp-8/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-8/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html

  * igt@kms_flip@wf_vblank-ts-check-interruptible:
    - shard-bmg:          [PASS][42] -> [FAIL][43] ([Intel XE#5352]) +3 other tests fail
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-1/igt@kms_flip@wf_vblank-ts-check-interruptible.html
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-6/igt@kms_flip@wf_vblank-ts-check-interruptible.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
    - shard-lnl:          NOTRUN -> [SKIP][44] ([Intel XE#1401] / [Intel XE#1745])
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> [SKIP][45] ([Intel XE#1401])
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
    - shard-bmg:          NOTRUN -> [SKIP][46] ([Intel XE#2293] / [Intel XE#2380])
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-valid-mode:
    - shard-bmg:          NOTRUN -> [SKIP][47] ([Intel XE#2293])
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode:
    - shard-adlp:         NOTRUN -> [SKIP][48] ([Intel XE#455]) +2 other tests skip
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen:
    - shard-lnl:          NOTRUN -> [SKIP][49] ([Intel XE#656]) +8 other tests skip
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html

  * igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw:
    - shard-bmg:          NOTRUN -> [SKIP][50] ([Intel XE#5390]) +2 other tests skip
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][51] ([Intel XE#2311]) +4 other tests skip
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-4:
    - shard-lnl:          NOTRUN -> [SKIP][52] ([Intel XE#651]) +2 other tests skip
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-4.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-render:
    - shard-adlp:         NOTRUN -> [SKIP][53] ([Intel XE#656])
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][54] ([Intel XE#2313])
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][55] ([Intel XE#4090])
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-5/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html

  * igt@kms_plane_multiple@2x-tiling-y:
    - shard-lnl:          NOTRUN -> [SKIP][56] ([Intel XE#4596])
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_plane_multiple@2x-tiling-y.html

  * igt@kms_pm_rpm@dpms-mode-unset-lpsp:
    - shard-bmg:          NOTRUN -> [SKIP][57] ([Intel XE#1439] / [Intel XE#836])
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-5/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html

  * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area:
    - shard-lnl:          NOTRUN -> [SKIP][58] ([Intel XE#1406] / [Intel XE#2893])
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area:
    - shard-lnl:          NOTRUN -> [SKIP][59] ([Intel XE#1406] / [Intel XE#2893] / [Intel XE#4608])
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][60] ([Intel XE#1406] / [Intel XE#4608]) +1 other test skip
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1.html

  * igt@kms_psr@fbc-psr2-cursor-plane-move:
    - shard-lnl:          NOTRUN -> [SKIP][61] ([Intel XE#1406]) +1 other test skip
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_psr@fbc-psr2-cursor-plane-move.html

  * igt@kms_psr@fbc-psr2-cursor-plane-move@edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][62] ([Intel XE#1406] / [Intel XE#4609])
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_psr@fbc-psr2-cursor-plane-move@edp-1.html

  * igt@kms_psr@fbc-psr2-sprite-plane-onoff:
    - shard-adlp:         NOTRUN -> [SKIP][63] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929])
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-4/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html

  * igt@kms_psr@psr2-sprite-blt:
    - shard-bmg:          NOTRUN -> [SKIP][64] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-5/igt@kms_psr@psr2-sprite-blt.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
    - shard-lnl:          NOTRUN -> [SKIP][65] ([Intel XE#1127])
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html

  * igt@kms_rotation_crc@sprite-rotation-90:
    - shard-lnl:          NOTRUN -> [SKIP][66] ([Intel XE#3414] / [Intel XE#3904])
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@kms_rotation_crc@sprite-rotation-90.html

  * igt@kms_vblank@wait-idle-hang@pipe-a-dp-2:
    - shard-bmg:          [PASS][67] -> [FAIL][68] ([Intel XE#6340]) +2 other tests fail
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-1/igt@kms_vblank@wait-idle-hang@pipe-a-dp-2.html
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-6/igt@kms_vblank@wait-idle-hang@pipe-a-dp-2.html

  * igt@xe_eudebug@discovery-empty:
    - shard-lnl:          NOTRUN -> [SKIP][69] ([Intel XE#4837]) +2 other tests skip
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@xe_eudebug@discovery-empty.html

  * igt@xe_eudebug_online@preempt-breakpoint:
    - shard-bmg:          NOTRUN -> [SKIP][70] ([Intel XE#4837])
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-5/igt@xe_eudebug_online@preempt-breakpoint.html

  * igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram:
    - shard-adlp:         NOTRUN -> [SKIP][71] ([Intel XE#4837] / [Intel XE#5565]) +1 other test skip
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-4/igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram.html

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

  * igt@xe_exec_basic@multigpu-no-exec-bindexecqueue:
    - shard-lnl:          NOTRUN -> [SKIP][73] ([Intel XE#1392]) +2 other tests skip
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue.html

  * igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-imm:
    - shard-adlp:         NOTRUN -> [SKIP][74] ([Intel XE#288] / [Intel XE#5561]) +1 other test skip
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-4/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-imm.html

  * igt@xe_exec_system_allocator@once-large-mmap-new-huge-nomemset:
    - shard-lnl:          NOTRUN -> [SKIP][75] ([Intel XE#4943]) +5 other tests skip
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@xe_exec_system_allocator@once-large-mmap-new-huge-nomemset.html

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

  * igt@xe_exec_system_allocator@twice-malloc-nomemset:
    - shard-adlp:         NOTRUN -> [SKIP][77] ([Intel XE#4915]) +10 other tests skip
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-4/igt@xe_exec_system_allocator@twice-malloc-nomemset.html

  * igt@xe_media_fill@media-fill:
    - shard-lnl:          NOTRUN -> [SKIP][78] ([Intel XE#560])
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@xe_media_fill@media-fill.html

  * igt@xe_module_load@load:
    - shard-lnl:          ([PASS][79], [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], [PASS][118], [PASS][119], [PASS][120], [SKIP][121], [PASS][122], [PASS][123], [PASS][124], [PASS][125], [PASS][126], [PASS][127], [PASS][128]) ([Intel XE#378])
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-7/igt@xe_module_load@load.html
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-5/igt@xe_module_load@load.html
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-8/igt@xe_module_load@load.html
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-8/igt@xe_module_load@load.html
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-7/igt@xe_module_load@load.html
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-7/igt@xe_module_load@load.html
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-5/igt@xe_module_load@load.html
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-3/igt@xe_module_load@load.html
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-3/igt@xe_module_load@load.html
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-5/igt@xe_module_load@load.html
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-3/igt@xe_module_load@load.html
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-3/igt@xe_module_load@load.html
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-1/igt@xe_module_load@load.html
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-4/igt@xe_module_load@load.html
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-7/igt@xe_module_load@load.html
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-4/igt@xe_module_load@load.html
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-4/igt@xe_module_load@load.html
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-4/igt@xe_module_load@load.html
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-8/igt@xe_module_load@load.html
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-2/igt@xe_module_load@load.html
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-2/igt@xe_module_load@load.html
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-2/igt@xe_module_load@load.html
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-1/igt@xe_module_load@load.html
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-lnl-2/igt@xe_module_load@load.html
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-1/igt@xe_module_load@load.html
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@xe_module_load@load.html
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-3/igt@xe_module_load@load.html
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@xe_module_load@load.html
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-3/igt@xe_module_load@load.html
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-3/igt@xe_module_load@load.html
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-8/igt@xe_module_load@load.html
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-8/igt@xe_module_load@load.html
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-5/igt@xe_module_load@load.html
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-3/igt@xe_module_load@load.html
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-5/igt@xe_module_load@load.html
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-2/igt@xe_module_load@load.html
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-2/igt@xe_module_load@load.html
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-1/igt@xe_module_load@load.html
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-2/igt@xe_module_load@load.html
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-5/igt@xe_module_load@load.html
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-1/igt@xe_module_load@load.html
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-7/igt@xe_module_load@load.html
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@xe_module_load@load.html
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@xe_module_load@load.html
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-8/igt@xe_module_load@load.html
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-8/igt@xe_module_load@load.html
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-7/igt@xe_module_load@load.html
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-5/igt@xe_module_load@load.html
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-7/igt@xe_module_load@load.html
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@xe_module_load@load.html

  * igt@xe_pxp@pxp-termination-key-update-post-suspend:
    - shard-adlp:         NOTRUN -> [SKIP][129] ([Intel XE#4733] / [Intel XE#5594])
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-4/igt@xe_pxp@pxp-termination-key-update-post-suspend.html

  * igt@xe_query@multigpu-query-config:
    - shard-lnl:          NOTRUN -> [SKIP][130] ([Intel XE#944])
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-lnl-4/igt@xe_query@multigpu-query-config.html

  
#### Possible fixes ####

  * igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:
    - shard-bmg:          [SKIP][131] ([Intel XE#2314] / [Intel XE#2894]) -> [PASS][132]
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-8/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
    - shard-bmg:          [INCOMPLETE][133] ([Intel XE#3862]) -> [PASS][134] +1 other test pass
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-dp-4:
    - shard-dg2-set2:     [INCOMPLETE][135] ([Intel XE#2705] / [Intel XE#4212]) -> [PASS][136]
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-dp-4.html
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-dp-4.html

  * igt@kms_cursor_legacy@basic-flip-before-cursor-legacy:
    - shard-bmg:          [DMESG-WARN][137] ([Intel XE#3428]) -> [PASS][138] +3 other tests pass
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-6/igt@kms_cursor_legacy@basic-flip-before-cursor-legacy.html
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-1/igt@kms_cursor_legacy@basic-flip-before-cursor-legacy.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
    - shard-bmg:          [SKIP][139] ([Intel XE#2291]) -> [PASS][140] +1 other test pass
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-6/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-8/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
    - shard-bmg:          [FAIL][141] ([Intel XE#1475]) -> [PASS][142]
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html

  * igt@kms_display_modes@extended-mode-basic:
    - shard-bmg:          [SKIP][143] ([Intel XE#4302]) -> [PASS][144]
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-6/igt@kms_display_modes@extended-mode-basic.html
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-8/igt@kms_display_modes@extended-mode-basic.html

  * igt@kms_dp_linktrain_fallback@dp-fallback:
    - shard-bmg:          [FAIL][145] ([Intel XE#5916]) -> [PASS][146]
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-6/igt@kms_dp_linktrain_fallback@dp-fallback.html
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-8/igt@kms_dp_linktrain_fallback@dp-fallback.html

  * igt@kms_flip@2x-flip-vs-dpms:
    - shard-bmg:          [SKIP][147] ([Intel XE#2316]) -> [PASS][148] +2 other tests pass
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-6/igt@kms_flip@2x-flip-vs-dpms.html
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-1/igt@kms_flip@2x-flip-vs-dpms.html

  * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-hdmi-a6-dp4:
    - shard-dg2-set2:     [FAIL][149] ([Intel XE#301]) -> [PASS][150] +1 other test pass
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-dg2-435/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-hdmi-a6-dp4.html
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-hdmi-a6-dp4.html

  * igt@kms_flip@flip-vs-suspend@c-hdmi-a1:
    - shard-adlp:         [DMESG-WARN][151] ([Intel XE#4543]) -> [PASS][152] +4 other tests pass
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-adlp-8/igt@kms_flip@flip-vs-suspend@c-hdmi-a1.html
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-8/igt@kms_flip@flip-vs-suspend@c-hdmi-a1.html

  * igt@kms_flip_tiling@flip-change-tiling:
    - shard-adlp:         [DMESG-FAIL][153] ([Intel XE#4543]) -> [PASS][154] +1 other test pass
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-adlp-2/igt@kms_flip_tiling@flip-change-tiling.html
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-2/igt@kms_flip_tiling@flip-change-tiling.html

  * igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-y-to-x:
    - shard-adlp:         [FAIL][155] ([Intel XE#1874]) -> [PASS][156] +1 other test pass
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-adlp-2/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-y-to-x.html
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-2/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-y-to-x.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-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-5/igt@kms_hdr@invalid-hdr.html
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-4/igt@kms_hdr@invalid-hdr.html

  * igt@kms_setmode@clone-exclusive-crtc:
    - shard-bmg:          [SKIP][159] ([Intel XE#1435]) -> [PASS][160] +1 other test pass
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-6/igt@kms_setmode@clone-exclusive-crtc.html
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-1/igt@kms_setmode@clone-exclusive-crtc.html

  * igt@xe_exec_reset@cm-close-fd:
    - shard-adlp:         [DMESG-WARN][161] ([Intel XE#3868]) -> [PASS][162]
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-adlp-3/igt@xe_exec_reset@cm-close-fd.html
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-1/igt@xe_exec_reset@cm-close-fd.html

  * igt@xe_exec_system_allocator@many-stride-malloc-prefetch:
    - shard-bmg:          [WARN][163] ([Intel XE#5786]) -> [PASS][164]
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-4/igt@xe_exec_system_allocator@many-stride-malloc-prefetch.html
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-7/igt@xe_exec_system_allocator@many-stride-malloc-prefetch.html

  * igt@xe_pm@s2idle-vm-bind-prefetch:
    - shard-adlp:         [DMESG-WARN][165] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#4504]) -> [PASS][166]
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-adlp-8/igt@xe_pm@s2idle-vm-bind-prefetch.html
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-2/igt@xe_pm@s2idle-vm-bind-prefetch.html

  * igt@xe_vm@bind-array-many:
    - shard-adlp:         [ABORT][167] ([Intel XE#3970]) -> [PASS][168]
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-adlp-6/igt@xe_vm@bind-array-many.html
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-4/igt@xe_vm@bind-array-many.html

  
#### Warnings ####

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
    - shard-dg2-set2:     [INCOMPLETE][169] ([Intel XE#2705] / [Intel XE#4212] / [Intel XE#4345]) -> [INCOMPLETE][170] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#4345] / [Intel XE#6168])
   [169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_content_protection@legacy:
    - shard-bmg:          [FAIL][171] ([Intel XE#1178]) -> [SKIP][172] ([Intel XE#2341])
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-1/igt@kms_content_protection@legacy.html
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-6/igt@kms_content_protection@legacy.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move:
    - shard-bmg:          [SKIP][173] ([Intel XE#2312]) -> [SKIP][174] ([Intel XE#5390]) +2 other tests skip
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move.html
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen:
    - shard-bmg:          [SKIP][175] ([Intel XE#5390]) -> [SKIP][176] ([Intel XE#2312]) +2 other tests skip
   [175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen.html
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move:
    - shard-bmg:          [SKIP][177] ([Intel XE#2312]) -> [SKIP][178] ([Intel XE#2311]) +7 other tests skip
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move.html
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt:
    - shard-bmg:          [SKIP][179] ([Intel XE#2311]) -> [SKIP][180] ([Intel XE#2312])
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt.html
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render:
    - shard-bmg:          [SKIP][181] ([Intel XE#2312]) -> [SKIP][182] ([Intel XE#2313]) +9 other tests skip
   [181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][183] ([Intel XE#2313]) -> [SKIP][184] ([Intel XE#2312])
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc.html
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc.html

  * igt@xe_exec_reset@cm-cat-error:
    - shard-adlp:         [DMESG-FAIL][185] ([Intel XE#3868]) -> [DMESG-WARN][186] ([Intel XE#3868])
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515/shard-adlp-6/igt@xe_exec_reset@cm-cat-error.html
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-154832v4/shard-adlp-4/igt@xe_exec_reset@cm-cat-error.html

  
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
  [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
  [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
  [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
  [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
  [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
  [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
  [Intel XE#1467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467
  [Intel XE#1475]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475
  [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
  [Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
  [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
  [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
  [Intel XE#1874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1874
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
  [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
  [Intel XE#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#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
  [Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669
  [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#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
  [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
  [Intel XE#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#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
  [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
  [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
  [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
  [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
  [Intel XE#3428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3428
  [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#3868]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3868
  [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
  [Intel XE#3908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3908
  [Intel XE#3970]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3970
  [Intel XE#4090]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4090
  [Intel XE#4173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4173
  [Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
  [Intel XE#4302]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4302
  [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#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
  [Intel XE#4504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4504
  [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#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
  [Intel XE#4608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608
  [Intel XE#4609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4609
  [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
  [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#5299]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5299
  [Intel XE#5352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5352
  [Intel XE#5390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5390
  [Intel XE#5561]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5561
  [Intel XE#5565]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5565
  [Intel XE#5594]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5594
  [Intel XE#560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/560
  [Intel XE#5786]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5786
  [Intel XE#5916]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5916
  [Intel XE#6168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6168
  [Intel XE#6340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6340
  [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
  [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#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
  [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944


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

  * Linux: xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515 -> xe-pw-154832v4

  IGT_8605: 8605
  xe-4030-b9356481c8ac3cba317f6c7af88db25452b0e515: b9356481c8ac3cba317f6c7af88db25452b0e515
  xe-pw-154832v4: 154832v4

== Logs ==

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

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

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

* Re: [PATCH v4 1/5] drm/xe: Add helper to extend CPU-mirrored VMA range for merge
  2025-11-03  6:09 ` [PATCH v4 1/5] drm/xe: Add helper to extend CPU-mirrored VMA range for merge Himal Prasad Ghimiray
@ 2025-11-22 21:48   ` Matthew Brost
  0 siblings, 0 replies; 15+ messages in thread
From: Matthew Brost @ 2025-11-22 21:48 UTC (permalink / raw)
  To: Himal Prasad Ghimiray; +Cc: intel-xe, Thomas Hellström

On Mon, Nov 03, 2025 at 11:39:53AM +0530, Himal Prasad Ghimiray wrote:
> Introduce xe_vm_find_cpu_addr_mirror_vma_range(), which computes an
> extended range around a given range by including adjacent VMAs that are
> CPU-address-mirrored and have default memory attributes. This helper is
> useful for determining mergeable range without performing the actual merge.
> 
> v2
> - Add assert
> - Move unmap check to this patch
> 
> v3
> - Decrease offset to check by SZ_4K to avoid wrong vma return in fast
>   lookup path
> 
> Cc: Matthew Brost <matthew.brost@intel.com>
> Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
> Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
> ---
>  drivers/gpu/drm/xe/xe_vm.c | 41 ++++++++++++++++++++++++++++++++++++++
>  drivers/gpu/drm/xe/xe_vm.h |  3 +++
>  2 files changed, 44 insertions(+)
> 
> diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c
> index 00f3520dec38..944eb35bb2b8 100644
> --- a/drivers/gpu/drm/xe/xe_vm.c
> +++ b/drivers/gpu/drm/xe/xe_vm.c
> @@ -4363,6 +4363,47 @@ int xe_vm_alloc_madvise_vma(struct xe_vm *vm, uint64_t start, uint64_t range)
>  	return xe_vm_alloc_vma(vm, &map_req, true);
>  }
>  
> +static bool is_cpu_addr_vma_with_default_attr(struct xe_vma *vma)
> +{
> +	return vma && xe_vma_is_cpu_addr_mirror(vma) &&
> +	       !xe_svm_has_mapping(xe_vma_vm(vma), xe_vma_start(vma), xe_vma_end(vma)) &&

Why do we need the xe_svm_has_mapping check? I think it ok to merge to
VMAs even if they have SVM ranges within the VMA as VMA should be fully
disconnected from the SVM ranges.



> +	       xe_vma_has_default_mem_attrs(vma);
> +}
> +
> +/**
> + * xe_vm_find_cpu_addr_mirror_vma_range - Extend a VMA range to include adjacent CPU-mirrored VMAs
> + * @vm: VM to search within
> + * @start: Input/output pointer to the starting address of the range
> + * @end: Input/output pointer to the end address of the range
> + *
> + * Given a range defined by @start and @range, this function checks the VMAs
> + * immediately before and after the range. If those neighboring VMAs are
> + * CPU-address-mirrored and have default memory attributes, the function
> + * updates @start and @range to include them. This extended range can then
> + * be used for merging or other operations that require a unified VMA.
> + *
> + * The function does not perform the merge itself; it only computes the
> + * mergeable boundaries.
> + */
> +void xe_vm_find_cpu_addr_mirror_vma_range(struct xe_vm *vm, u64 *start, u64 *end)
> +{
> +	struct xe_vma *prev, *next;
> +
> +	lockdep_assert_held(&vm->lock);
> +
> +	if (*start > SZ_4K) {

*start >= SZ_4K

Matt

> +		prev = xe_vm_find_vma_by_addr(vm, *start - SZ_4K);
> +		if (is_cpu_addr_vma_with_default_attr(prev))
> +			*start = xe_vma_start(prev);
> +	}
> +
> +	if (*end < vm->size) {
> +		next = xe_vm_find_vma_by_addr(vm, *end + 1);
> +		if (is_cpu_addr_vma_with_default_attr(next))
> +			*end = xe_vma_end(next);
> +	}
> +}
> +
>  /**
>   * xe_vm_alloc_cpu_addr_mirror_vma - Allocate CPU addr mirror vma
>   * @vm: Pointer to the xe_vm structure
> diff --git a/drivers/gpu/drm/xe/xe_vm.h b/drivers/gpu/drm/xe/xe_vm.h
> index ef8a5019574e..361f10b3c453 100644
> --- a/drivers/gpu/drm/xe/xe_vm.h
> +++ b/drivers/gpu/drm/xe/xe_vm.h
> @@ -68,6 +68,9 @@ xe_vm_find_overlapping_vma(struct xe_vm *vm, u64 start, u64 range);
>  
>  bool xe_vma_has_default_mem_attrs(struct xe_vma *vma);
>  
> +void xe_vm_find_cpu_addr_mirror_vma_range(struct xe_vm *vm,
> +					  u64 *start,
> +					  u64 *end);
>  /**
>   * xe_vm_has_scratch() - Whether the vm is configured for scratch PTEs
>   * @vm: The vm
> -- 
> 2.34.1
> 

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

* Re: [PATCH v4 2/5] drm/xe: Merge adjacent default-attribute VMAs during garbage collection
  2025-11-03  6:09 ` [PATCH v4 2/5] drm/xe: Merge adjacent default-attribute VMAs during garbage collection Himal Prasad Ghimiray
@ 2025-11-22 21:55   ` Matthew Brost
  0 siblings, 0 replies; 15+ messages in thread
From: Matthew Brost @ 2025-11-22 21:55 UTC (permalink / raw)
  To: Himal Prasad Ghimiray; +Cc: intel-xe, Thomas Hellström

On Mon, Nov 03, 2025 at 11:39:54AM +0530, Himal Prasad Ghimiray wrote:
> While restoring default memory attributes for VMAs during garbage
> collection, extend the target range by checking neighboring VMAs. If
> adjacent VMAs are CPU-address-mirrored and have default attributes,
> include them in the mergeable range to reduce fragmentation and improve
> VMA reuse.
> 
> v2
> -Rebase
> 
> Cc: Matthew Brost <matthew.brost@intel.com>
> Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
> Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
> ---
>  drivers/gpu/drm/xe/xe_svm.c | 62 +++++++++++++++++++++----------------
>  1 file changed, 36 insertions(+), 26 deletions(-)
> 
> diff --git a/drivers/gpu/drm/xe/xe_svm.c b/drivers/gpu/drm/xe/xe_svm.c
> index 13af589715a7..585e3eccc876 100644
> --- a/drivers/gpu/drm/xe/xe_svm.c
> +++ b/drivers/gpu/drm/xe/xe_svm.c
> @@ -286,19 +286,21 @@ static int __xe_svm_garbage_collector(struct xe_vm *vm,
>  	return 0;
>  }
>  
> -static int xe_svm_range_set_default_attr(struct xe_vm *vm, u64 range_start, u64 range_end)
> +static void xe_vma_set_default_attributes(struct xe_vma *vma)
> +{
> +	vma->attr.preferred_loc.devmem_fd = DRM_XE_PREFERRED_LOC_DEFAULT_DEVICE;
> +	vma->attr.preferred_loc.migration_policy = DRM_XE_MIGRATE_ALL_PAGES;
> +	vma->attr.pat_index = vma->attr.default_pat_index;
> +	vma->attr.atomic_access = DRM_XE_ATOMIC_UNDEFINED;
> +}
> +
> +static int xe_svm_range_set_default_attr(struct xe_vm *vm, u64 start, u64 end)
>  {
>  	struct xe_vma *vma;
> -	struct xe_vma_mem_attr default_attr = {
> -		.preferred_loc = {
> -			.devmem_fd = DRM_XE_PREFERRED_LOC_DEFAULT_DEVICE,
> -			.migration_policy = DRM_XE_MIGRATE_ALL_PAGES,
> -		},
> -		.atomic_access = DRM_XE_ATOMIC_UNDEFINED,
> -	};
> -	int err = 0;
> +	bool has_default_attr;
> +	int err;
>  
> -	vma = xe_vm_find_vma_by_addr(vm, range_start);
> +	vma = xe_vm_find_vma_by_addr(vm, start);
>  	if (!vma)
>  		return -EINVAL;
>  
> @@ -307,25 +309,33 @@ static int xe_svm_range_set_default_attr(struct xe_vm *vm, u64 range_start, u64
>  		return 0;
>  	}
>  
> -	if (xe_vma_has_default_mem_attrs(vma))
> -		return 0;
> -
>  	vm_dbg(&vm->xe->drm, "Existing VMA start=0x%016llx, vma_end=0x%016llx",
>  	       xe_vma_start(vma), xe_vma_end(vma));
>  
> -	if (xe_vma_start(vma) == range_start && xe_vma_end(vma) == range_end) {
> -		default_attr.pat_index = vma->attr.default_pat_index;
> -		default_attr.default_pat_index  = vma->attr.default_pat_index;
> -		vma->attr = default_attr;
> -	} else {
> -		vm_dbg(&vm->xe->drm, "Split VMA start=0x%016llx, vma_end=0x%016llx",
> -		       range_start, range_end);
> -		err = xe_vm_alloc_cpu_addr_mirror_vma(vm, range_start, range_end - range_start);
> -		if (err) {
> -			drm_warn(&vm->xe->drm, "VMA SPLIT failed: %pe\n", ERR_PTR(err));
> -			xe_vm_kill(vm, true);
> -			return err;
> -		}
> +	has_default_attr = xe_vma_has_default_mem_attrs(vma);
> +
> +	if (has_default_attr) {
> +		if (xe_svm_has_mapping(vm, xe_vma_start(vma), xe_vma_end(vma)))
> +			return 0;

Like patch 1, I'm confused why it matter if SVM ranges are still mapped
here? Maybe I'm missing something? 

Matt

> +
> +		start = xe_vma_start(vma);
> +		end = xe_vma_end(vma);
> +	} else if (xe_vma_start(vma) == start && xe_vma_end(vma) == end) {
> +		xe_vma_set_default_attributes(vma);
> +	}
> +
> +	xe_vm_find_cpu_addr_mirror_vma_range(vm, &start, &end);
> +
> +	if (xe_vma_start(vma) == start && xe_vma_end(vma) == end && has_default_attr)
> +		return 0;
> +
> +	vm_dbg(&vm->xe->drm, "New VMA start=0x%016llx, vma_end=0x%016llx",  start, end);
> +
> +	err = xe_vm_alloc_cpu_addr_mirror_vma(vm, start, end - start);
> +	if (err) {
> +		drm_warn(&vm->xe->drm, "New VMA MAP failed: %pe\n", ERR_PTR(err));
> +		xe_vm_kill(vm, true);
> +		return err;
>  	}
>  
>  	/*
> -- 
> 2.34.1
> 

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

* Re: [PATCH v4 4/5] drm/xe/svm: Enable UNMAP for VMA merging operations
  2025-11-03  6:09 ` [PATCH v4 4/5] drm/xe/svm: Enable UNMAP for VMA merging operations Himal Prasad Ghimiray
@ 2025-11-22 22:01   ` Matthew Brost
  2025-11-24  6:01     ` Ghimiray, Himal Prasad
  0 siblings, 1 reply; 15+ messages in thread
From: Matthew Brost @ 2025-11-22 22:01 UTC (permalink / raw)
  To: Himal Prasad Ghimiray; +Cc: intel-xe, Thomas Hellström

On Mon, Nov 03, 2025 at 11:39:56AM +0530, Himal Prasad Ghimiray wrote:
> ALLOW UNMAP of VMAs associated with SVM mappings when the MAP operation
> is intended to merge adjacent CPU_ADDR_MIRROR VMAs.
> 
> Cc: Matthew Brost <matthew.brost@intel.com>
> Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
> Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
> ---
>  drivers/gpu/drm/xe/xe_vm.c       | 10 +++++++---
>  drivers/gpu/drm/xe/xe_vm_types.h |  3 ++-
>  2 files changed, 9 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c
> index d78eb95a954f..12354e03c3e2 100644
> --- a/drivers/gpu/drm/xe/xe_vm.c
> +++ b/drivers/gpu/drm/xe/xe_vm.c
> @@ -2244,8 +2244,10 @@ vm_bind_ioctl_ops_create(struct xe_vm *vm, struct xe_vma_ops *vops,
>  
>  	switch (operation) {
>  	case DRM_XE_VM_BIND_OP_MAP:
> -		if (flags & DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR)
> +		if (flags & DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR) {
>  			xe_vm_find_cpu_addr_mirror_vma_range(vm, &range_start, &range_end);
> +			vops->flags |= XE_VMA_OPS_FLAG_ALLOW_SVM_UNMAP;
> +		}
>  
>  		fallthrough;
>  	case DRM_XE_VM_BIND_OP_MAP_USERPTR: {
> @@ -2727,7 +2729,8 @@ static int vm_bind_ioctl_ops_parse(struct xe_vm *vm, struct drm_gpuva_ops *ops,
>  
>  			if (xe_vma_is_cpu_addr_mirror(vma) &&
>  			    xe_svm_has_mapping(vm, xe_vma_start(vma),
> -					       xe_vma_end(vma)))
> +					       xe_vma_end(vma)) &&
> +			    !(vops->flags & XE_VMA_OPS_FLAG_ALLOW_SVM_UNMAP))

Do we need similar change to the DRM_GPUVA_OP_REMAP case statement which
has similar logic?

>  				return -EBUSY;
>  
>  			if (!xe_vma_is_cpu_addr_mirror(vma))
> @@ -4295,6 +4298,8 @@ static int xe_vm_alloc_vma(struct xe_vm *vm,
>  
>  	if (is_madvise)
>  		vops.flags |= XE_VMA_OPS_FLAG_MADVISE;
> +	else
> +		vops.flags |= XE_VMA_OPS_FLAG_ALLOW_SVM_UNMAP;
>  
>  	err = vm_bind_ioctl_ops_parse(vm, ops, &vops);
>  	if (err)
> @@ -4371,7 +4376,6 @@ int xe_vm_alloc_madvise_vma(struct xe_vm *vm, uint64_t start, uint64_t range)
>  static bool is_cpu_addr_vma_with_default_attr(struct xe_vma *vma)
>  {
>  	return vma && xe_vma_is_cpu_addr_mirror(vma) &&
> -	       !xe_svm_has_mapping(xe_vma_vm(vma), xe_vma_start(vma), xe_vma_end(vma)) &&

Ah, ok this answers my question in patch #1 [1]. But then in this patch
should we also remove the similar check in patch #2 [2] in which I asked
the same question?

Matt

[1] https://patchwork.freedesktop.org/patch/685118/?series=154832&rev=4#comment_1267065
[2] https://patchwork.freedesktop.org/patch/685119/?series=154832&rev=4

>  	       xe_vma_has_default_mem_attrs(vma);
>  }
>  
> diff --git a/drivers/gpu/drm/xe/xe_vm_types.h b/drivers/gpu/drm/xe/xe_vm_types.h
> index 830ed7b05c27..7578ccada2cf 100644
> --- a/drivers/gpu/drm/xe/xe_vm_types.h
> +++ b/drivers/gpu/drm/xe/xe_vm_types.h
> @@ -470,7 +470,8 @@ struct xe_vma_ops {
>  	/** @flag: signify the properties within xe_vma_ops*/
>  #define XE_VMA_OPS_FLAG_HAS_SVM_PREFETCH BIT(0)
>  #define XE_VMA_OPS_FLAG_MADVISE          BIT(1)
> -#define XE_VMA_OPS_ARRAY_OF_BINDS	 BIT(2)
> +#define XE_VMA_OPS_FLAG_ALLOW_SVM_UNMAP  BIT(2)
> +#define XE_VMA_OPS_ARRAY_OF_BINDS        BIT(3)
>  	u32 flags;
>  #ifdef TEST_VM_OPS_ERROR
>  	/** @inject_error: inject error to test error handling */
> -- 
> 2.34.1
> 

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

* Re: [PATCH v4 5/5] drm/xe/vm: Skip ufence association for CPU address mirror VMA during MAP
  2025-11-03  6:09 ` [PATCH v4 5/5] drm/xe/vm: Skip ufence association for CPU address mirror VMA during MAP Himal Prasad Ghimiray
@ 2025-11-22 22:02   ` Matthew Brost
  0 siblings, 0 replies; 15+ messages in thread
From: Matthew Brost @ 2025-11-22 22:02 UTC (permalink / raw)
  To: Himal Prasad Ghimiray; +Cc: intel-xe, Thomas Hellström

On Mon, Nov 03, 2025 at 11:39:57AM +0530, Himal Prasad Ghimiray wrote:
> The MAP operation for a CPU address mirror VMA does not require ufence
> association because such mappings are not GPU-synchronized and do not
> participate in GPU job completion signaling.
> 
> Remove the unnecessary ufence addition for this case to avoid -EBUSY
> failure in check_ufence of unbind ops.
> 
> Cc: Matthew Brost <matthew.brost@intel.com>

Reviewed-by: Matthew Brost <matthew.brost@intel.com>

> Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
> Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
> ---
>  drivers/gpu/drm/xe/xe_vm.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c
> index 12354e03c3e2..79c7383bf247 100644
> --- a/drivers/gpu/drm/xe/xe_vm.c
> +++ b/drivers/gpu/drm/xe/xe_vm.c
> @@ -3202,7 +3202,8 @@ static void op_add_ufence(struct xe_vm *vm, struct xe_vma_op *op,
>  {
>  	switch (op->base.op) {
>  	case DRM_GPUVA_OP_MAP:
> -		vma_add_ufence(op->map.vma, ufence);
> +		if (!xe_vma_is_cpu_addr_mirror(op->map.vma))
> +			vma_add_ufence(op->map.vma, ufence);
>  		break;
>  	case DRM_GPUVA_OP_REMAP:
>  		if (op->remap.prev)
> -- 
> 2.34.1
> 

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

* Re: [PATCH v4 4/5] drm/xe/svm: Enable UNMAP for VMA merging operations
  2025-11-22 22:01   ` Matthew Brost
@ 2025-11-24  6:01     ` Ghimiray, Himal Prasad
  2025-11-24 16:58       ` Matthew Brost
  0 siblings, 1 reply; 15+ messages in thread
From: Ghimiray, Himal Prasad @ 2025-11-24  6:01 UTC (permalink / raw)
  To: Matthew Brost; +Cc: intel-xe, Thomas Hellström



On 23-11-2025 03:31, Matthew Brost wrote:
> On Mon, Nov 03, 2025 at 11:39:56AM +0530, Himal Prasad Ghimiray wrote:
>> ALLOW UNMAP of VMAs associated with SVM mappings when the MAP operation
>> is intended to merge adjacent CPU_ADDR_MIRROR VMAs.
>>
>> Cc: Matthew Brost <matthew.brost@intel.com>
>> Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
>> Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
>> ---
>>   drivers/gpu/drm/xe/xe_vm.c       | 10 +++++++---
>>   drivers/gpu/drm/xe/xe_vm_types.h |  3 ++-
>>   2 files changed, 9 insertions(+), 4 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c
>> index d78eb95a954f..12354e03c3e2 100644
>> --- a/drivers/gpu/drm/xe/xe_vm.c
>> +++ b/drivers/gpu/drm/xe/xe_vm.c
>> @@ -2244,8 +2244,10 @@ vm_bind_ioctl_ops_create(struct xe_vm *vm, struct xe_vma_ops *vops,
>>   
>>   	switch (operation) {
>>   	case DRM_XE_VM_BIND_OP_MAP:
>> -		if (flags & DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR)
>> +		if (flags & DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR) {
>>   			xe_vm_find_cpu_addr_mirror_vma_range(vm, &range_start, &range_end);
>> +			vops->flags |= XE_VMA_OPS_FLAG_ALLOW_SVM_UNMAP;
>> +		}
>>   
>>   		fallthrough;
>>   	case DRM_XE_VM_BIND_OP_MAP_USERPTR: {
>> @@ -2727,7 +2729,8 @@ static int vm_bind_ioctl_ops_parse(struct xe_vm *vm, struct drm_gpuva_ops *ops,
>>   
>>   			if (xe_vma_is_cpu_addr_mirror(vma) &&
>>   			    xe_svm_has_mapping(vm, xe_vma_start(vma),
>> -					       xe_vma_end(vma)))
>> +					       xe_vma_end(vma)) &&
>> +			    !(vops->flags & XE_VMA_OPS_FLAG_ALLOW_SVM_UNMAP))
> 
> Do we need similar change to the DRM_GPUVA_OP_REMAP case statement which
> has similar logic?


As far as I can tell, REMAP is only possible within the 
svm_garbage_collector. In that function, we perform the REMAP operation 
after the range has been unmapped. Therefore, the REMAP should proceed 
safely without this check.


> 
>>   				return -EBUSY;
>>   
>>   			if (!xe_vma_is_cpu_addr_mirror(vma))
>> @@ -4295,6 +4298,8 @@ static int xe_vm_alloc_vma(struct xe_vm *vm,
>>   
>>   	if (is_madvise)
>>   		vops.flags |= XE_VMA_OPS_FLAG_MADVISE;
>> +	else
>> +		vops.flags |= XE_VMA_OPS_FLAG_ALLOW_SVM_UNMAP;
>>   
>>   	err = vm_bind_ioctl_ops_parse(vm, ops, &vops);
>>   	if (err)
>> @@ -4371,7 +4376,6 @@ int xe_vm_alloc_madvise_vma(struct xe_vm *vm, uint64_t start, uint64_t range)
>>   static bool is_cpu_addr_vma_with_default_attr(struct xe_vma *vma)
>>   {
>>   	return vma && xe_vma_is_cpu_addr_mirror(vma) &&
>> -	       !xe_svm_has_mapping(xe_vma_vm(vma), xe_vma_start(vma), xe_vma_end(vma)) &&
> 
> Ah, ok this answers my question in patch #1 [1]. But then in this patch
> should we also remove the similar check in patch #2 [2] in which I asked
> the same question?

Thanks for pointing this. Will address in next version.

> 
> Matt
> 
> [1] https://patchwork.freedesktop.org/patch/685118/?series=154832&rev=4#comment_1267065
> [2] https://patchwork.freedesktop.org/patch/685119/?series=154832&rev=4
> 
>>   	       xe_vma_has_default_mem_attrs(vma);
>>   }
>>   
>> diff --git a/drivers/gpu/drm/xe/xe_vm_types.h b/drivers/gpu/drm/xe/xe_vm_types.h
>> index 830ed7b05c27..7578ccada2cf 100644
>> --- a/drivers/gpu/drm/xe/xe_vm_types.h
>> +++ b/drivers/gpu/drm/xe/xe_vm_types.h
>> @@ -470,7 +470,8 @@ struct xe_vma_ops {
>>   	/** @flag: signify the properties within xe_vma_ops*/
>>   #define XE_VMA_OPS_FLAG_HAS_SVM_PREFETCH BIT(0)
>>   #define XE_VMA_OPS_FLAG_MADVISE          BIT(1)
>> -#define XE_VMA_OPS_ARRAY_OF_BINDS	 BIT(2)
>> +#define XE_VMA_OPS_FLAG_ALLOW_SVM_UNMAP  BIT(2)
>> +#define XE_VMA_OPS_ARRAY_OF_BINDS        BIT(3)
>>   	u32 flags;
>>   #ifdef TEST_VM_OPS_ERROR
>>   	/** @inject_error: inject error to test error handling */
>> -- 
>> 2.34.1
>>


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

* Re: [PATCH v4 4/5] drm/xe/svm: Enable UNMAP for VMA merging operations
  2025-11-24  6:01     ` Ghimiray, Himal Prasad
@ 2025-11-24 16:58       ` Matthew Brost
  0 siblings, 0 replies; 15+ messages in thread
From: Matthew Brost @ 2025-11-24 16:58 UTC (permalink / raw)
  To: Ghimiray, Himal Prasad; +Cc: intel-xe, Thomas Hellström

On Mon, Nov 24, 2025 at 11:31:07AM +0530, Ghimiray, Himal Prasad wrote:
> 
> 
> On 23-11-2025 03:31, Matthew Brost wrote:
> > On Mon, Nov 03, 2025 at 11:39:56AM +0530, Himal Prasad Ghimiray wrote:
> > > ALLOW UNMAP of VMAs associated with SVM mappings when the MAP operation
> > > is intended to merge adjacent CPU_ADDR_MIRROR VMAs.
> > > 
> > > Cc: Matthew Brost <matthew.brost@intel.com>
> > > Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
> > > Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
> > > ---
> > >   drivers/gpu/drm/xe/xe_vm.c       | 10 +++++++---
> > >   drivers/gpu/drm/xe/xe_vm_types.h |  3 ++-
> > >   2 files changed, 9 insertions(+), 4 deletions(-)
> > > 
> > > diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c
> > > index d78eb95a954f..12354e03c3e2 100644
> > > --- a/drivers/gpu/drm/xe/xe_vm.c
> > > +++ b/drivers/gpu/drm/xe/xe_vm.c
> > > @@ -2244,8 +2244,10 @@ vm_bind_ioctl_ops_create(struct xe_vm *vm, struct xe_vma_ops *vops,
> > >   	switch (operation) {
> > >   	case DRM_XE_VM_BIND_OP_MAP:
> > > -		if (flags & DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR)
> > > +		if (flags & DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR) {
> > >   			xe_vm_find_cpu_addr_mirror_vma_range(vm, &range_start, &range_end);
> > > +			vops->flags |= XE_VMA_OPS_FLAG_ALLOW_SVM_UNMAP;
> > > +		}
> > >   		fallthrough;
> > >   	case DRM_XE_VM_BIND_OP_MAP_USERPTR: {
> > > @@ -2727,7 +2729,8 @@ static int vm_bind_ioctl_ops_parse(struct xe_vm *vm, struct drm_gpuva_ops *ops,
> > >   			if (xe_vma_is_cpu_addr_mirror(vma) &&
> > >   			    xe_svm_has_mapping(vm, xe_vma_start(vma),
> > > -					       xe_vma_end(vma)))
> > > +					       xe_vma_end(vma)) &&
> > > +			    !(vops->flags & XE_VMA_OPS_FLAG_ALLOW_SVM_UNMAP))
> > 
> > Do we need similar change to the DRM_GPUVA_OP_REMAP case statement which
> > has similar logic?
> 
> 
> As far as I can tell, REMAP is only possible within the
> svm_garbage_collector. In that function, we perform the REMAP operation
> after the range has been unmapped. Therefore, the REMAP should proceed
> safely without this check.
> 
> 

I believe this is right now that I think about this.

> > 
> > >   				return -EBUSY;
> > >   			if (!xe_vma_is_cpu_addr_mirror(vma))
> > > @@ -4295,6 +4298,8 @@ static int xe_vm_alloc_vma(struct xe_vm *vm,
> > >   	if (is_madvise)
> > >   		vops.flags |= XE_VMA_OPS_FLAG_MADVISE;
> > > +	else
> > > +		vops.flags |= XE_VMA_OPS_FLAG_ALLOW_SVM_UNMAP;
> > >   	err = vm_bind_ioctl_ops_parse(vm, ops, &vops);
> > >   	if (err)
> > > @@ -4371,7 +4376,6 @@ int xe_vm_alloc_madvise_vma(struct xe_vm *vm, uint64_t start, uint64_t range)
> > >   static bool is_cpu_addr_vma_with_default_attr(struct xe_vma *vma)
> > >   {
> > >   	return vma && xe_vma_is_cpu_addr_mirror(vma) &&
> > > -	       !xe_svm_has_mapping(xe_vma_vm(vma), xe_vma_start(vma), xe_vma_end(vma)) &&
> > 
> > Ah, ok this answers my question in patch #1 [1]. But then in this patch
> > should we also remove the similar check in patch #2 [2] in which I asked
> > the same question?
> 
> Thanks for pointing this. Will address in next version.
> 

+1

Matt

> > 
> > Matt
> > 
> > [1] https://patchwork.freedesktop.org/patch/685118/?series=154832&rev=4#comment_1267065
> > [2] https://patchwork.freedesktop.org/patch/685119/?series=154832&rev=4
> > 
> > >   	       xe_vma_has_default_mem_attrs(vma);
> > >   }
> > > diff --git a/drivers/gpu/drm/xe/xe_vm_types.h b/drivers/gpu/drm/xe/xe_vm_types.h
> > > index 830ed7b05c27..7578ccada2cf 100644
> > > --- a/drivers/gpu/drm/xe/xe_vm_types.h
> > > +++ b/drivers/gpu/drm/xe/xe_vm_types.h
> > > @@ -470,7 +470,8 @@ struct xe_vma_ops {
> > >   	/** @flag: signify the properties within xe_vma_ops*/
> > >   #define XE_VMA_OPS_FLAG_HAS_SVM_PREFETCH BIT(0)
> > >   #define XE_VMA_OPS_FLAG_MADVISE          BIT(1)
> > > -#define XE_VMA_OPS_ARRAY_OF_BINDS	 BIT(2)
> > > +#define XE_VMA_OPS_FLAG_ALLOW_SVM_UNMAP  BIT(2)
> > > +#define XE_VMA_OPS_ARRAY_OF_BINDS        BIT(3)
> > >   	u32 flags;
> > >   #ifdef TEST_VM_OPS_ERROR
> > >   	/** @inject_error: inject error to test error handling */
> > > -- 
> > > 2.34.1
> > > 
> 

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

end of thread, other threads:[~2025-11-24 16:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-03  6:09 [PATCH v4 0/5] Improve VMA merging for CPU-address-mirrored mappings Himal Prasad Ghimiray
2025-11-03  5:53 ` ✓ CI.KUnit: success for Improve VMA merging for CPU-address-mirrored mappings (rev4) Patchwork
2025-11-03  6:09 ` [PATCH v4 1/5] drm/xe: Add helper to extend CPU-mirrored VMA range for merge Himal Prasad Ghimiray
2025-11-22 21:48   ` Matthew Brost
2025-11-03  6:09 ` [PATCH v4 2/5] drm/xe: Merge adjacent default-attribute VMAs during garbage collection Himal Prasad Ghimiray
2025-11-22 21:55   ` Matthew Brost
2025-11-03  6:09 ` [PATCH v4 3/5] drm/xe/svm: Extend MAP range to reduce vma fragmentation Himal Prasad Ghimiray
2025-11-03  6:09 ` [PATCH v4 4/5] drm/xe/svm: Enable UNMAP for VMA merging operations Himal Prasad Ghimiray
2025-11-22 22:01   ` Matthew Brost
2025-11-24  6:01     ` Ghimiray, Himal Prasad
2025-11-24 16:58       ` Matthew Brost
2025-11-03  6:09 ` [PATCH v4 5/5] drm/xe/vm: Skip ufence association for CPU address mirror VMA during MAP Himal Prasad Ghimiray
2025-11-22 22:02   ` Matthew Brost
2025-11-03  7:04 ` ✓ Xe.CI.BAT: success for Improve VMA merging for CPU-address-mirrored mappings (rev4) Patchwork
2025-11-03  8:20 ` ✗ Xe.CI.Full: failure " Patchwork

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