* ✗ CI.checkpatch: warning for drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
2025-12-05 12:29 [PATCH] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message Imre Deak
@ 2025-12-05 16:57 ` Patchwork
2025-12-05 16:58 ` ✓ CI.KUnit: success " Patchwork
` (8 subsequent siblings)
9 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2025-12-05 16:57 UTC (permalink / raw)
To: Imre Deak; +Cc: intel-xe
== Series Details ==
Series: drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
URL : https://patchwork.freedesktop.org/series/158574/
State : warning
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
2de9a3901bc28757c7906b454717b64e2a214021
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4dd19ec16f53657c958aaefade80cf5171922b05
Author: Imre Deak <imre.deak@intel.com>
Date: Fri Dec 5 14:29:02 2025 +0200
drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
On C10 PHY PLLs the SSC is enabled by programming the
XELPDP_PORT_CLOCK_CTL / XELPDP_SSC_ENABLE_PLLB flag and the
PHY_C10_VDR_PLL 4..8 registers:
- If SSC is enabled XELPDP_SSC_ENABLE_PLLB is set and the
PHY_C10_VDR_PLL registers are programmed to non-zero values.
- If SSC is disabled XELPDP_SSC_ENABLE_PLLB is cleared and the
PHY_C10_VDR_PLL registers are programmed to zeroed-out values.
The driver's state checker verifies if the above settings are consistent,
i.e. if XELPDP_SSC_ENABLE_PLLB being set corresponds to the
PHY_C10_VDR_PLL registers being zeroed-out or not.
On WCL the BIOS programs non-zero values to the PHY_C10_VDR_PLL 4..8
registers, but does not set the XELPDP_SSC_ENABLE_PLLB flag. This will
trigger the following PLL state check warning during driver loading:
<4>[ 44.457809] xe 0000:00:02.0: [drm] PHY B: SSC enabled state (no), doesn't match PLL configuration (SSC-enabled)
<4>[ 44.457833] WARNING: CPU: 4 PID: 298 at drivers/gpu/drm/i915/display/intel_cx0_phy.c:2281 intel_cx0pll_readout_hw_state+0x221/0x620 [xe]
It's not clear whether the HW uses the PHY_C10_VDR_PLL 4..8 register
values if the XELPDP_SSC_ENABLE_PLLB flag is cleared, or just ignores
them in this case. Since the driver always programs the register values
according to the above, it still makes sense to verify that the
programming happened correctly.
To avoid the state check WARN during driver loading due to the way BIOS
programs the registers, convert the WARN to a debug message.
Cc: Mika Kahola <mika.kahola@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
+ /mt/dim checkpatch abc20a831a03dc608256340159c23e01ee6b6ead drm-intel
4dd19ec16f53 drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
-:24: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#24:
<4>[ 44.457809] xe 0000:00:02.0: [drm] PHY B: SSC enabled state (no), doesn't match PLL configuration (SSC-enabled)
total: 0 errors, 1 warnings, 0 checks, 17 lines checked
^ permalink raw reply [flat|nested] 13+ messages in thread* ✓ CI.KUnit: success for drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
2025-12-05 12:29 [PATCH] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message Imre Deak
2025-12-05 16:57 ` ✗ CI.checkpatch: warning for " Patchwork
@ 2025-12-05 16:58 ` Patchwork
2025-12-05 18:29 ` ✓ Xe.CI.BAT: " Patchwork
` (7 subsequent siblings)
9 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2025-12-05 16:58 UTC (permalink / raw)
To: Imre Deak; +Cc: intel-xe
== Series Details ==
Series: drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
URL : https://patchwork.freedesktop.org/series/158574/
State : success
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[16:57:18] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[16:57:23] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=25
[16:58:00] Starting KUnit Kernel (1/1)...
[16:58:00] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[16:58:00] ================== guc_buf (11 subtests) ===================
[16:58:00] [PASSED] test_smallest
[16:58:00] [PASSED] test_largest
[16:58:00] [PASSED] test_granular
[16:58:00] [PASSED] test_unique
[16:58:00] [PASSED] test_overlap
[16:58:00] [PASSED] test_reusable
[16:58:00] [PASSED] test_too_big
[16:58:00] [PASSED] test_flush
[16:58:00] [PASSED] test_lookup
[16:58:00] [PASSED] test_data
[16:58:00] [PASSED] test_class
[16:58:00] ===================== [PASSED] guc_buf =====================
[16:58:00] =================== guc_dbm (7 subtests) ===================
[16:58:00] [PASSED] test_empty
[16:58:00] [PASSED] test_default
[16:58:00] ======================== test_size ========================
[16:58:00] [PASSED] 4
[16:58:00] [PASSED] 8
[16:58:00] [PASSED] 32
[16:58:00] [PASSED] 256
[16:58:00] ==================== [PASSED] test_size ====================
[16:58:00] ======================= test_reuse ========================
[16:58:00] [PASSED] 4
[16:58:00] [PASSED] 8
[16:58:00] [PASSED] 32
[16:58:00] [PASSED] 256
[16:58:00] =================== [PASSED] test_reuse ====================
[16:58:00] =================== test_range_overlap ====================
[16:58:00] [PASSED] 4
[16:58:00] [PASSED] 8
[16:58:00] [PASSED] 32
[16:58:00] [PASSED] 256
[16:58:00] =============== [PASSED] test_range_overlap ================
[16:58:00] =================== test_range_compact ====================
[16:58:00] [PASSED] 4
[16:58:00] [PASSED] 8
[16:58:00] [PASSED] 32
[16:58:00] [PASSED] 256
[16:58:00] =============== [PASSED] test_range_compact ================
[16:58:00] ==================== test_range_spare =====================
[16:58:00] [PASSED] 4
[16:58:00] [PASSED] 8
[16:58:00] [PASSED] 32
[16:58:00] [PASSED] 256
[16:58:00] ================ [PASSED] test_range_spare =================
[16:58:00] ===================== [PASSED] guc_dbm =====================
[16:58:00] =================== guc_idm (6 subtests) ===================
[16:58:00] [PASSED] bad_init
[16:58:00] [PASSED] no_init
[16:58:00] [PASSED] init_fini
[16:58:00] [PASSED] check_used
[16:58:00] [PASSED] check_quota
[16:58:00] [PASSED] check_all
[16:58:00] ===================== [PASSED] guc_idm =====================
[16:58:00] ================== no_relay (3 subtests) ===================
[16:58:00] [PASSED] xe_drops_guc2pf_if_not_ready
[16:58:00] [PASSED] xe_drops_guc2vf_if_not_ready
[16:58:00] [PASSED] xe_rejects_send_if_not_ready
[16:58:00] ==================== [PASSED] no_relay =====================
[16:58:00] ================== pf_relay (14 subtests) ==================
[16:58:00] [PASSED] pf_rejects_guc2pf_too_short
[16:58:00] [PASSED] pf_rejects_guc2pf_too_long
[16:58:00] [PASSED] pf_rejects_guc2pf_no_payload
[16:58:00] [PASSED] pf_fails_no_payload
[16:58:00] [PASSED] pf_fails_bad_origin
[16:58:00] [PASSED] pf_fails_bad_type
[16:58:00] [PASSED] pf_txn_reports_error
[16:58:00] [PASSED] pf_txn_sends_pf2guc
[16:58:00] [PASSED] pf_sends_pf2guc
[16:58:00] [SKIPPED] pf_loopback_nop
[16:58:00] [SKIPPED] pf_loopback_echo
[16:58:00] [SKIPPED] pf_loopback_fail
[16:58:00] [SKIPPED] pf_loopback_busy
[16:58:00] [SKIPPED] pf_loopback_retry
[16:58:00] ==================== [PASSED] pf_relay =====================
[16:58:00] ================== vf_relay (3 subtests) ===================
[16:58:00] [PASSED] vf_rejects_guc2vf_too_short
[16:58:00] [PASSED] vf_rejects_guc2vf_too_long
[16:58:00] [PASSED] vf_rejects_guc2vf_no_payload
[16:58:00] ==================== [PASSED] vf_relay =====================
[16:58:00] ================ pf_gt_config (6 subtests) =================
[16:58:00] [PASSED] fair_contexts_1vf
[16:58:00] [PASSED] fair_doorbells_1vf
[16:58:00] [PASSED] fair_ggtt_1vf
[16:58:00] ====================== fair_contexts ======================
[16:58:00] [PASSED] 1 VF
[16:58:00] [PASSED] 2 VFs
[16:58:00] [PASSED] 3 VFs
[16:58:00] [PASSED] 4 VFs
[16:58:00] [PASSED] 5 VFs
[16:58:00] [PASSED] 6 VFs
[16:58:00] [PASSED] 7 VFs
[16:58:00] [PASSED] 8 VFs
[16:58:00] [PASSED] 9 VFs
[16:58:00] [PASSED] 10 VFs
[16:58:00] [PASSED] 11 VFs
[16:58:00] [PASSED] 12 VFs
[16:58:00] [PASSED] 13 VFs
[16:58:00] [PASSED] 14 VFs
[16:58:00] [PASSED] 15 VFs
[16:58:00] [PASSED] 16 VFs
[16:58:00] [PASSED] 17 VFs
[16:58:00] [PASSED] 18 VFs
[16:58:00] [PASSED] 19 VFs
[16:58:00] [PASSED] 20 VFs
[16:58:00] [PASSED] 21 VFs
[16:58:00] [PASSED] 22 VFs
[16:58:00] [PASSED] 23 VFs
[16:58:00] [PASSED] 24 VFs
[16:58:00] [PASSED] 25 VFs
[16:58:00] [PASSED] 26 VFs
[16:58:00] [PASSED] 27 VFs
[16:58:00] [PASSED] 28 VFs
[16:58:00] [PASSED] 29 VFs
[16:58:00] [PASSED] 30 VFs
[16:58:00] [PASSED] 31 VFs
[16:58:00] [PASSED] 32 VFs
[16:58:00] [PASSED] 33 VFs
[16:58:00] [PASSED] 34 VFs
[16:58:00] [PASSED] 35 VFs
[16:58:00] [PASSED] 36 VFs
[16:58:00] [PASSED] 37 VFs
[16:58:00] [PASSED] 38 VFs
[16:58:00] [PASSED] 39 VFs
[16:58:00] [PASSED] 40 VFs
[16:58:00] [PASSED] 41 VFs
[16:58:00] [PASSED] 42 VFs
[16:58:00] [PASSED] 43 VFs
[16:58:00] [PASSED] 44 VFs
[16:58:00] [PASSED] 45 VFs
[16:58:00] [PASSED] 46 VFs
[16:58:00] [PASSED] 47 VFs
[16:58:00] [PASSED] 48 VFs
[16:58:00] [PASSED] 49 VFs
[16:58:00] [PASSED] 50 VFs
[16:58:00] [PASSED] 51 VFs
[16:58:00] [PASSED] 52 VFs
[16:58:00] [PASSED] 53 VFs
[16:58:00] [PASSED] 54 VFs
[16:58:00] [PASSED] 55 VFs
[16:58:00] [PASSED] 56 VFs
[16:58:00] [PASSED] 57 VFs
[16:58:00] [PASSED] 58 VFs
[16:58:00] [PASSED] 59 VFs
[16:58:00] [PASSED] 60 VFs
[16:58:00] [PASSED] 61 VFs
[16:58:00] [PASSED] 62 VFs
[16:58:00] [PASSED] 63 VFs
[16:58:00] ================== [PASSED] fair_contexts ==================
[16:58:00] ===================== fair_doorbells ======================
[16:58:00] [PASSED] 1 VF
[16:58:00] [PASSED] 2 VFs
[16:58:00] [PASSED] 3 VFs
[16:58:00] [PASSED] 4 VFs
[16:58:00] [PASSED] 5 VFs
[16:58:00] [PASSED] 6 VFs
[16:58:01] [PASSED] 7 VFs
[16:58:01] [PASSED] 8 VFs
[16:58:01] [PASSED] 9 VFs
[16:58:01] [PASSED] 10 VFs
[16:58:01] [PASSED] 11 VFs
[16:58:01] [PASSED] 12 VFs
[16:58:01] [PASSED] 13 VFs
[16:58:01] [PASSED] 14 VFs
[16:58:01] [PASSED] 15 VFs
[16:58:01] [PASSED] 16 VFs
[16:58:01] [PASSED] 17 VFs
[16:58:01] [PASSED] 18 VFs
[16:58:01] [PASSED] 19 VFs
[16:58:01] [PASSED] 20 VFs
[16:58:01] [PASSED] 21 VFs
[16:58:01] [PASSED] 22 VFs
[16:58:01] [PASSED] 23 VFs
[16:58:01] [PASSED] 24 VFs
[16:58:01] [PASSED] 25 VFs
[16:58:01] [PASSED] 26 VFs
[16:58:01] [PASSED] 27 VFs
[16:58:01] [PASSED] 28 VFs
[16:58:01] [PASSED] 29 VFs
[16:58:01] [PASSED] 30 VFs
[16:58:01] [PASSED] 31 VFs
[16:58:01] [PASSED] 32 VFs
[16:58:01] [PASSED] 33 VFs
[16:58:01] [PASSED] 34 VFs
[16:58:01] [PASSED] 35 VFs
[16:58:01] [PASSED] 36 VFs
[16:58:01] [PASSED] 37 VFs
[16:58:01] [PASSED] 38 VFs
[16:58:01] [PASSED] 39 VFs
[16:58:01] [PASSED] 40 VFs
[16:58:01] [PASSED] 41 VFs
[16:58:01] [PASSED] 42 VFs
[16:58:01] [PASSED] 43 VFs
[16:58:01] [PASSED] 44 VFs
[16:58:01] [PASSED] 45 VFs
[16:58:01] [PASSED] 46 VFs
[16:58:01] [PASSED] 47 VFs
[16:58:01] [PASSED] 48 VFs
[16:58:01] [PASSED] 49 VFs
[16:58:01] [PASSED] 50 VFs
[16:58:01] [PASSED] 51 VFs
[16:58:01] [PASSED] 52 VFs
[16:58:01] [PASSED] 53 VFs
[16:58:01] [PASSED] 54 VFs
[16:58:01] [PASSED] 55 VFs
[16:58:01] [PASSED] 56 VFs
[16:58:01] [PASSED] 57 VFs
[16:58:01] [PASSED] 58 VFs
[16:58:01] [PASSED] 59 VFs
[16:58:01] [PASSED] 60 VFs
[16:58:01] [PASSED] 61 VFs
[16:58:01] [PASSED] 62 VFs
[16:58:01] [PASSED] 63 VFs
[16:58:01] ================= [PASSED] fair_doorbells ==================
[16:58:01] ======================== fair_ggtt ========================
[16:58:01] [PASSED] 1 VF
[16:58:01] [PASSED] 2 VFs
[16:58:01] [PASSED] 3 VFs
[16:58:01] [PASSED] 4 VFs
[16:58:01] [PASSED] 5 VFs
[16:58:01] [PASSED] 6 VFs
[16:58:01] [PASSED] 7 VFs
[16:58:01] [PASSED] 8 VFs
[16:58:01] [PASSED] 9 VFs
[16:58:01] [PASSED] 10 VFs
[16:58:01] [PASSED] 11 VFs
[16:58:01] [PASSED] 12 VFs
[16:58:01] [PASSED] 13 VFs
[16:58:01] [PASSED] 14 VFs
[16:58:01] [PASSED] 15 VFs
[16:58:01] [PASSED] 16 VFs
[16:58:01] [PASSED] 17 VFs
[16:58:01] [PASSED] 18 VFs
[16:58:01] [PASSED] 19 VFs
[16:58:01] [PASSED] 20 VFs
[16:58:01] [PASSED] 21 VFs
[16:58:01] [PASSED] 22 VFs
[16:58:01] [PASSED] 23 VFs
[16:58:01] [PASSED] 24 VFs
[16:58:01] [PASSED] 25 VFs
[16:58:01] [PASSED] 26 VFs
[16:58:01] [PASSED] 27 VFs
[16:58:01] [PASSED] 28 VFs
[16:58:01] [PASSED] 29 VFs
[16:58:01] [PASSED] 30 VFs
[16:58:01] [PASSED] 31 VFs
[16:58:01] [PASSED] 32 VFs
[16:58:01] [PASSED] 33 VFs
[16:58:01] [PASSED] 34 VFs
[16:58:01] [PASSED] 35 VFs
[16:58:01] [PASSED] 36 VFs
[16:58:01] [PASSED] 37 VFs
[16:58:01] [PASSED] 38 VFs
[16:58:01] [PASSED] 39 VFs
[16:58:01] [PASSED] 40 VFs
[16:58:01] [PASSED] 41 VFs
[16:58:01] [PASSED] 42 VFs
[16:58:01] [PASSED] 43 VFs
[16:58:01] [PASSED] 44 VFs
[16:58:01] [PASSED] 45 VFs
[16:58:01] [PASSED] 46 VFs
[16:58:01] [PASSED] 47 VFs
[16:58:01] [PASSED] 48 VFs
[16:58:01] [PASSED] 49 VFs
[16:58:01] [PASSED] 50 VFs
[16:58:01] [PASSED] 51 VFs
[16:58:01] [PASSED] 52 VFs
[16:58:01] [PASSED] 53 VFs
[16:58:01] [PASSED] 54 VFs
[16:58:01] [PASSED] 55 VFs
[16:58:01] [PASSED] 56 VFs
[16:58:01] [PASSED] 57 VFs
[16:58:01] [PASSED] 58 VFs
[16:58:01] [PASSED] 59 VFs
[16:58:01] [PASSED] 60 VFs
[16:58:01] [PASSED] 61 VFs
[16:58:01] [PASSED] 62 VFs
[16:58:01] [PASSED] 63 VFs
[16:58:01] ==================== [PASSED] fair_ggtt ====================
[16:58:01] ================== [PASSED] pf_gt_config ===================
[16:58:01] ===================== lmtt (1 subtest) =====================
[16:58:01] ======================== test_ops =========================
[16:58:01] [PASSED] 2-level
[16:58:01] [PASSED] multi-level
[16:58:01] ==================== [PASSED] test_ops =====================
[16:58:01] ====================== [PASSED] lmtt =======================
[16:58:01] ================= pf_service (11 subtests) =================
[16:58:01] [PASSED] pf_negotiate_any
[16:58:01] [PASSED] pf_negotiate_base_match
[16:58:01] [PASSED] pf_negotiate_base_newer
[16:58:01] [PASSED] pf_negotiate_base_next
[16:58:01] [SKIPPED] pf_negotiate_base_older
[16:58:01] [PASSED] pf_negotiate_base_prev
[16:58:01] [PASSED] pf_negotiate_latest_match
[16:58:01] [PASSED] pf_negotiate_latest_newer
[16:58:01] [PASSED] pf_negotiate_latest_next
[16:58:01] [SKIPPED] pf_negotiate_latest_older
[16:58:01] [SKIPPED] pf_negotiate_latest_prev
[16:58:01] =================== [PASSED] pf_service ====================
[16:58:01] ================= xe_guc_g2g (2 subtests) ==================
[16:58:01] ============== xe_live_guc_g2g_kunit_default ==============
[16:58:01] ========= [SKIPPED] xe_live_guc_g2g_kunit_default ==========
[16:58:01] ============== xe_live_guc_g2g_kunit_allmem ===============
[16:58:01] ========== [SKIPPED] xe_live_guc_g2g_kunit_allmem ==========
[16:58:01] =================== [SKIPPED] xe_guc_g2g ===================
[16:58:01] =================== xe_mocs (2 subtests) ===================
[16:58:01] ================ xe_live_mocs_kernel_kunit ================
[16:58:01] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[16:58:01] ================ xe_live_mocs_reset_kunit =================
[16:58:01] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[16:58:01] ==================== [SKIPPED] xe_mocs =====================
[16:58:01] ================= xe_migrate (2 subtests) ==================
[16:58:01] ================= xe_migrate_sanity_kunit =================
[16:58:01] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[16:58:01] ================== xe_validate_ccs_kunit ==================
[16:58:01] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[16:58:01] =================== [SKIPPED] xe_migrate ===================
[16:58:01] ================== xe_dma_buf (1 subtest) ==================
[16:58:01] ==================== xe_dma_buf_kunit =====================
[16:58:01] ================ [SKIPPED] xe_dma_buf_kunit ================
[16:58:01] =================== [SKIPPED] xe_dma_buf ===================
[16:58:01] ================= xe_bo_shrink (1 subtest) =================
[16:58:01] =================== xe_bo_shrink_kunit ====================
[16:58:01] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[16:58:01] ================== [SKIPPED] xe_bo_shrink ==================
[16:58:01] ==================== xe_bo (2 subtests) ====================
[16:58:01] ================== xe_ccs_migrate_kunit ===================
[16:58:01] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[16:58:01] ==================== xe_bo_evict_kunit ====================
[16:58:01] =============== [SKIPPED] xe_bo_evict_kunit ================
[16:58:01] ===================== [SKIPPED] xe_bo ======================
[16:58:01] ==================== args (11 subtests) ====================
[16:58:01] [PASSED] count_args_test
[16:58:01] [PASSED] call_args_example
[16:58:01] [PASSED] call_args_test
[16:58:01] [PASSED] drop_first_arg_example
[16:58:01] [PASSED] drop_first_arg_test
[16:58:01] [PASSED] first_arg_example
[16:58:01] [PASSED] first_arg_test
[16:58:01] [PASSED] last_arg_example
[16:58:01] [PASSED] last_arg_test
[16:58:01] [PASSED] pick_arg_example
[16:58:01] [PASSED] sep_comma_example
[16:58:01] ====================== [PASSED] args =======================
[16:58:01] =================== xe_pci (3 subtests) ====================
[16:58:01] ==================== check_graphics_ip ====================
[16:58:01] [PASSED] 12.00 Xe_LP
[16:58:01] [PASSED] 12.10 Xe_LP+
[16:58:01] [PASSED] 12.55 Xe_HPG
[16:58:01] [PASSED] 12.60 Xe_HPC
[16:58:01] [PASSED] 12.70 Xe_LPG
[16:58:01] [PASSED] 12.71 Xe_LPG
[16:58:01] [PASSED] 12.74 Xe_LPG+
[16:58:01] [PASSED] 20.01 Xe2_HPG
[16:58:01] [PASSED] 20.02 Xe2_HPG
[16:58:01] [PASSED] 20.04 Xe2_LPG
[16:58:01] [PASSED] 30.00 Xe3_LPG
[16:58:01] [PASSED] 30.01 Xe3_LPG
[16:58:01] [PASSED] 30.03 Xe3_LPG
[16:58:01] [PASSED] 30.04 Xe3_LPG
[16:58:01] [PASSED] 30.05 Xe3_LPG
[16:58:01] [PASSED] 35.11 Xe3p_XPC
[16:58:01] ================ [PASSED] check_graphics_ip ================
[16:58:01] ===================== check_media_ip ======================
[16:58:01] [PASSED] 12.00 Xe_M
[16:58:01] [PASSED] 12.55 Xe_HPM
[16:58:01] [PASSED] 13.00 Xe_LPM+
[16:58:01] [PASSED] 13.01 Xe2_HPM
[16:58:01] [PASSED] 20.00 Xe2_LPM
[16:58:01] [PASSED] 30.00 Xe3_LPM
[16:58:01] [PASSED] 30.02 Xe3_LPM
[16:58:01] [PASSED] 35.00 Xe3p_LPM
[16:58:01] [PASSED] 35.03 Xe3p_HPM
[16:58:01] ================= [PASSED] check_media_ip ==================
[16:58:01] =================== check_platform_desc ===================
[16:58:01] [PASSED] 0x9A60 (TIGERLAKE)
[16:58:01] [PASSED] 0x9A68 (TIGERLAKE)
[16:58:01] [PASSED] 0x9A70 (TIGERLAKE)
[16:58:01] [PASSED] 0x9A40 (TIGERLAKE)
[16:58:01] [PASSED] 0x9A49 (TIGERLAKE)
[16:58:01] [PASSED] 0x9A59 (TIGERLAKE)
[16:58:01] [PASSED] 0x9A78 (TIGERLAKE)
[16:58:01] [PASSED] 0x9AC0 (TIGERLAKE)
[16:58:01] [PASSED] 0x9AC9 (TIGERLAKE)
[16:58:01] [PASSED] 0x9AD9 (TIGERLAKE)
[16:58:01] [PASSED] 0x9AF8 (TIGERLAKE)
[16:58:01] [PASSED] 0x4C80 (ROCKETLAKE)
[16:58:01] [PASSED] 0x4C8A (ROCKETLAKE)
[16:58:01] [PASSED] 0x4C8B (ROCKETLAKE)
[16:58:01] [PASSED] 0x4C8C (ROCKETLAKE)
[16:58:01] [PASSED] 0x4C90 (ROCKETLAKE)
[16:58:01] [PASSED] 0x4C9A (ROCKETLAKE)
[16:58:01] [PASSED] 0x4680 (ALDERLAKE_S)
[16:58:01] [PASSED] 0x4682 (ALDERLAKE_S)
[16:58:01] [PASSED] 0x4688 (ALDERLAKE_S)
[16:58:01] [PASSED] 0x468A (ALDERLAKE_S)
[16:58:01] [PASSED] 0x468B (ALDERLAKE_S)
[16:58:01] [PASSED] 0x4690 (ALDERLAKE_S)
[16:58:01] [PASSED] 0x4692 (ALDERLAKE_S)
[16:58:01] [PASSED] 0x4693 (ALDERLAKE_S)
[16:58:01] [PASSED] 0x46A0 (ALDERLAKE_P)
[16:58:01] [PASSED] 0x46A1 (ALDERLAKE_P)
[16:58:01] [PASSED] 0x46A2 (ALDERLAKE_P)
[16:58:01] [PASSED] 0x46A3 (ALDERLAKE_P)
[16:58:01] [PASSED] 0x46A6 (ALDERLAKE_P)
[16:58:01] [PASSED] 0x46A8 (ALDERLAKE_P)
[16:58:01] [PASSED] 0x46AA (ALDERLAKE_P)
[16:58:01] [PASSED] 0x462A (ALDERLAKE_P)
[16:58:01] [PASSED] 0x4626 (ALDERLAKE_P)
[16:58:01] [PASSED] 0x4628 (ALDERLAKE_P)
[16:58:01] [PASSED] 0x46B0 (ALDERLAKE_P)
stty: 'standard input': Inappropriate ioctl for device
[16:58:01] [PASSED] 0x46B1 (ALDERLAKE_P)
[16:58:01] [PASSED] 0x46B2 (ALDERLAKE_P)
[16:58:01] [PASSED] 0x46B3 (ALDERLAKE_P)
[16:58:01] [PASSED] 0x46C0 (ALDERLAKE_P)
[16:58:01] [PASSED] 0x46C1 (ALDERLAKE_P)
[16:58:01] [PASSED] 0x46C2 (ALDERLAKE_P)
[16:58:01] [PASSED] 0x46C3 (ALDERLAKE_P)
[16:58:01] [PASSED] 0x46D0 (ALDERLAKE_N)
[16:58:01] [PASSED] 0x46D1 (ALDERLAKE_N)
[16:58:01] [PASSED] 0x46D2 (ALDERLAKE_N)
[16:58:01] [PASSED] 0x46D3 (ALDERLAKE_N)
[16:58:01] [PASSED] 0x46D4 (ALDERLAKE_N)
[16:58:01] [PASSED] 0xA721 (ALDERLAKE_P)
[16:58:01] [PASSED] 0xA7A1 (ALDERLAKE_P)
[16:58:01] [PASSED] 0xA7A9 (ALDERLAKE_P)
[16:58:01] [PASSED] 0xA7AC (ALDERLAKE_P)
[16:58:01] [PASSED] 0xA7AD (ALDERLAKE_P)
[16:58:01] [PASSED] 0xA720 (ALDERLAKE_P)
[16:58:01] [PASSED] 0xA7A0 (ALDERLAKE_P)
[16:58:01] [PASSED] 0xA7A8 (ALDERLAKE_P)
[16:58:01] [PASSED] 0xA7AA (ALDERLAKE_P)
[16:58:01] [PASSED] 0xA7AB (ALDERLAKE_P)
[16:58:01] [PASSED] 0xA780 (ALDERLAKE_S)
[16:58:01] [PASSED] 0xA781 (ALDERLAKE_S)
[16:58:01] [PASSED] 0xA782 (ALDERLAKE_S)
[16:58:01] [PASSED] 0xA783 (ALDERLAKE_S)
[16:58:01] [PASSED] 0xA788 (ALDERLAKE_S)
[16:58:01] [PASSED] 0xA789 (ALDERLAKE_S)
[16:58:01] [PASSED] 0xA78A (ALDERLAKE_S)
[16:58:01] [PASSED] 0xA78B (ALDERLAKE_S)
[16:58:01] [PASSED] 0x4905 (DG1)
[16:58:01] [PASSED] 0x4906 (DG1)
[16:58:01] [PASSED] 0x4907 (DG1)
[16:58:01] [PASSED] 0x4908 (DG1)
[16:58:01] [PASSED] 0x4909 (DG1)
[16:58:01] [PASSED] 0x56C0 (DG2)
[16:58:01] [PASSED] 0x56C2 (DG2)
[16:58:01] [PASSED] 0x56C1 (DG2)
[16:58:01] [PASSED] 0x7D51 (METEORLAKE)
[16:58:01] [PASSED] 0x7DD1 (METEORLAKE)
[16:58:01] [PASSED] 0x7D41 (METEORLAKE)
[16:58:01] [PASSED] 0x7D67 (METEORLAKE)
[16:58:01] [PASSED] 0xB640 (METEORLAKE)
[16:58:01] [PASSED] 0x56A0 (DG2)
[16:58:01] [PASSED] 0x56A1 (DG2)
[16:58:01] [PASSED] 0x56A2 (DG2)
[16:58:01] [PASSED] 0x56BE (DG2)
[16:58:01] [PASSED] 0x56BF (DG2)
[16:58:01] [PASSED] 0x5690 (DG2)
[16:58:01] [PASSED] 0x5691 (DG2)
[16:58:01] [PASSED] 0x5692 (DG2)
[16:58:01] [PASSED] 0x56A5 (DG2)
[16:58:01] [PASSED] 0x56A6 (DG2)
[16:58:01] [PASSED] 0x56B0 (DG2)
[16:58:01] [PASSED] 0x56B1 (DG2)
[16:58:01] [PASSED] 0x56BA (DG2)
[16:58:01] [PASSED] 0x56BB (DG2)
[16:58:01] [PASSED] 0x56BC (DG2)
[16:58:01] [PASSED] 0x56BD (DG2)
[16:58:01] [PASSED] 0x5693 (DG2)
[16:58:01] [PASSED] 0x5694 (DG2)
[16:58:01] [PASSED] 0x5695 (DG2)
[16:58:01] [PASSED] 0x56A3 (DG2)
[16:58:01] [PASSED] 0x56A4 (DG2)
[16:58:01] [PASSED] 0x56B2 (DG2)
[16:58:01] [PASSED] 0x56B3 (DG2)
[16:58:01] [PASSED] 0x5696 (DG2)
[16:58:01] [PASSED] 0x5697 (DG2)
[16:58:01] [PASSED] 0xB69 (PVC)
[16:58:01] [PASSED] 0xB6E (PVC)
[16:58:01] [PASSED] 0xBD4 (PVC)
[16:58:01] [PASSED] 0xBD5 (PVC)
[16:58:01] [PASSED] 0xBD6 (PVC)
[16:58:01] [PASSED] 0xBD7 (PVC)
[16:58:01] [PASSED] 0xBD8 (PVC)
[16:58:01] [PASSED] 0xBD9 (PVC)
[16:58:01] [PASSED] 0xBDA (PVC)
[16:58:01] [PASSED] 0xBDB (PVC)
[16:58:01] [PASSED] 0xBE0 (PVC)
[16:58:01] [PASSED] 0xBE1 (PVC)
[16:58:01] [PASSED] 0xBE5 (PVC)
[16:58:01] [PASSED] 0x7D40 (METEORLAKE)
[16:58:01] [PASSED] 0x7D45 (METEORLAKE)
[16:58:01] [PASSED] 0x7D55 (METEORLAKE)
[16:58:01] [PASSED] 0x7D60 (METEORLAKE)
[16:58:01] [PASSED] 0x7DD5 (METEORLAKE)
[16:58:01] [PASSED] 0x6420 (LUNARLAKE)
[16:58:01] [PASSED] 0x64A0 (LUNARLAKE)
[16:58:01] [PASSED] 0x64B0 (LUNARLAKE)
[16:58:01] [PASSED] 0xE202 (BATTLEMAGE)
[16:58:01] [PASSED] 0xE209 (BATTLEMAGE)
[16:58:01] [PASSED] 0xE20B (BATTLEMAGE)
[16:58:01] [PASSED] 0xE20C (BATTLEMAGE)
[16:58:01] [PASSED] 0xE20D (BATTLEMAGE)
[16:58:01] [PASSED] 0xE210 (BATTLEMAGE)
[16:58:01] [PASSED] 0xE211 (BATTLEMAGE)
[16:58:01] [PASSED] 0xE212 (BATTLEMAGE)
[16:58:01] [PASSED] 0xE216 (BATTLEMAGE)
[16:58:01] [PASSED] 0xE220 (BATTLEMAGE)
[16:58:01] [PASSED] 0xE221 (BATTLEMAGE)
[16:58:01] [PASSED] 0xE222 (BATTLEMAGE)
[16:58:01] [PASSED] 0xE223 (BATTLEMAGE)
[16:58:01] [PASSED] 0xB080 (PANTHERLAKE)
[16:58:01] [PASSED] 0xB081 (PANTHERLAKE)
[16:58:01] [PASSED] 0xB082 (PANTHERLAKE)
[16:58:01] [PASSED] 0xB083 (PANTHERLAKE)
[16:58:01] [PASSED] 0xB084 (PANTHERLAKE)
[16:58:01] [PASSED] 0xB085 (PANTHERLAKE)
[16:58:01] [PASSED] 0xB086 (PANTHERLAKE)
[16:58:01] [PASSED] 0xB087 (PANTHERLAKE)
[16:58:01] [PASSED] 0xB08F (PANTHERLAKE)
[16:58:01] [PASSED] 0xB090 (PANTHERLAKE)
[16:58:01] [PASSED] 0xB0A0 (PANTHERLAKE)
[16:58:01] [PASSED] 0xB0B0 (PANTHERLAKE)
[16:58:01] [PASSED] 0xD740 (NOVALAKE_S)
[16:58:01] [PASSED] 0xD741 (NOVALAKE_S)
[16:58:01] [PASSED] 0xD742 (NOVALAKE_S)
[16:58:01] [PASSED] 0xD743 (NOVALAKE_S)
[16:58:01] [PASSED] 0xD744 (NOVALAKE_S)
[16:58:01] [PASSED] 0xD745 (NOVALAKE_S)
[16:58:01] [PASSED] 0x674C (CRESCENTISLAND)
[16:58:01] [PASSED] 0xFD80 (PANTHERLAKE)
[16:58:01] [PASSED] 0xFD81 (PANTHERLAKE)
[16:58:01] =============== [PASSED] check_platform_desc ===============
[16:58:01] ===================== [PASSED] xe_pci ======================
[16:58:01] =================== xe_rtp (2 subtests) ====================
[16:58:01] =============== xe_rtp_process_to_sr_tests ================
[16:58:01] [PASSED] coalesce-same-reg
[16:58:01] [PASSED] no-match-no-add
[16:58:01] [PASSED] match-or
[16:58:01] [PASSED] match-or-xfail
[16:58:01] [PASSED] no-match-no-add-multiple-rules
[16:58:01] [PASSED] two-regs-two-entries
[16:58:01] [PASSED] clr-one-set-other
[16:58:01] [PASSED] set-field
[16:58:01] [PASSED] conflict-duplicate
[16:58:01] [PASSED] conflict-not-disjoint
[16:58:01] [PASSED] conflict-reg-type
[16:58:01] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[16:58:01] ================== xe_rtp_process_tests ===================
[16:58:01] [PASSED] active1
[16:58:01] [PASSED] active2
[16:58:01] [PASSED] active-inactive
[16:58:01] [PASSED] inactive-active
[16:58:01] [PASSED] inactive-1st_or_active-inactive
[16:58:01] [PASSED] inactive-2nd_or_active-inactive
[16:58:01] [PASSED] inactive-last_or_active-inactive
[16:58:01] [PASSED] inactive-no_or_active-inactive
[16:58:01] ============== [PASSED] xe_rtp_process_tests ===============
[16:58:01] ===================== [PASSED] xe_rtp ======================
[16:58:01] ==================== xe_wa (1 subtest) =====================
[16:58:01] ======================== xe_wa_gt =========================
[16:58:01] [PASSED] TIGERLAKE B0
[16:58:01] [PASSED] DG1 A0
[16:58:01] [PASSED] DG1 B0
[16:58:01] [PASSED] ALDERLAKE_S A0
[16:58:01] [PASSED] ALDERLAKE_S B0
[16:58:01] [PASSED] ALDERLAKE_S C0
[16:58:01] [PASSED] ALDERLAKE_S D0
[16:58:01] [PASSED] ALDERLAKE_P A0
[16:58:01] [PASSED] ALDERLAKE_P B0
[16:58:01] [PASSED] ALDERLAKE_P C0
[16:58:01] [PASSED] ALDERLAKE_S RPLS D0
[16:58:01] [PASSED] ALDERLAKE_P RPLU E0
[16:58:01] [PASSED] DG2 G10 C0
[16:58:01] [PASSED] DG2 G11 B1
[16:58:01] [PASSED] DG2 G12 A1
[16:58:01] [PASSED] METEORLAKE 12.70(Xe_LPG) A0 13.00(Xe_LPM+) A0
[16:58:01] [PASSED] METEORLAKE 12.71(Xe_LPG) A0 13.00(Xe_LPM+) A0
[16:58:01] [PASSED] METEORLAKE 12.74(Xe_LPG+) A0 13.00(Xe_LPM+) A0
[16:58:01] [PASSED] LUNARLAKE 20.04(Xe2_LPG) A0 20.00(Xe2_LPM) A0
[16:58:01] [PASSED] LUNARLAKE 20.04(Xe2_LPG) B0 20.00(Xe2_LPM) A0
[16:58:01] [PASSED] BATTLEMAGE 20.01(Xe2_HPG) A0 13.01(Xe2_HPM) A1
[16:58:01] [PASSED] PANTHERLAKE 30.00(Xe3_LPG) A0 30.00(Xe3_LPM) A0
[16:58:01] ==================== [PASSED] xe_wa_gt =====================
[16:58:01] ====================== [PASSED] xe_wa ======================
[16:58:01] ============================================================
[16:58:01] Testing complete. Ran 510 tests: passed: 492, skipped: 18
[16:58:01] Elapsed time: 42.369s total, 4.290s configuring, 37.561s building, 0.481s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[16:58:01] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[16:58:02] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=25
[16:58:32] Starting KUnit Kernel (1/1)...
[16:58:32] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[16:58:32] ============ drm_test_pick_cmdline (2 subtests) ============
[16:58:32] [PASSED] drm_test_pick_cmdline_res_1920_1080_60
[16:58:32] =============== drm_test_pick_cmdline_named ===============
[16:58:32] [PASSED] NTSC
[16:58:32] [PASSED] NTSC-J
[16:58:32] [PASSED] PAL
[16:58:32] [PASSED] PAL-M
[16:58:32] =========== [PASSED] drm_test_pick_cmdline_named ===========
[16:58:32] ============== [PASSED] drm_test_pick_cmdline ==============
[16:58:32] == drm_test_atomic_get_connector_for_encoder (1 subtest) ===
[16:58:32] [PASSED] drm_test_drm_atomic_get_connector_for_encoder
[16:58:32] ==== [PASSED] drm_test_atomic_get_connector_for_encoder ====
[16:58:32] =========== drm_validate_clone_mode (2 subtests) ===========
[16:58:32] ============== drm_test_check_in_clone_mode ===============
[16:58:32] [PASSED] in_clone_mode
[16:58:32] [PASSED] not_in_clone_mode
[16:58:32] ========== [PASSED] drm_test_check_in_clone_mode ===========
[16:58:32] =============== drm_test_check_valid_clones ===============
[16:58:32] [PASSED] not_in_clone_mode
[16:58:32] [PASSED] valid_clone
[16:58:32] [PASSED] invalid_clone
[16:58:32] =========== [PASSED] drm_test_check_valid_clones ===========
[16:58:32] ============= [PASSED] drm_validate_clone_mode =============
[16:58:32] ============= drm_validate_modeset (1 subtest) =============
[16:58:32] [PASSED] drm_test_check_connector_changed_modeset
[16:58:32] ============== [PASSED] drm_validate_modeset ===============
[16:58:32] ====== drm_test_bridge_get_current_state (2 subtests) ======
[16:58:32] [PASSED] drm_test_drm_bridge_get_current_state_atomic
[16:58:32] [PASSED] drm_test_drm_bridge_get_current_state_legacy
[16:58:32] ======== [PASSED] drm_test_bridge_get_current_state ========
[16:58:32] ====== drm_test_bridge_helper_reset_crtc (3 subtests) ======
[16:58:32] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic
[16:58:32] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic_disabled
[16:58:32] [PASSED] drm_test_drm_bridge_helper_reset_crtc_legacy
[16:58:32] ======== [PASSED] drm_test_bridge_helper_reset_crtc ========
[16:58:32] ============== drm_bridge_alloc (2 subtests) ===============
[16:58:32] [PASSED] drm_test_drm_bridge_alloc_basic
[16:58:32] [PASSED] drm_test_drm_bridge_alloc_get_put
[16:58:32] ================ [PASSED] drm_bridge_alloc =================
[16:58:32] ================== drm_buddy (8 subtests) ==================
[16:58:32] [PASSED] drm_test_buddy_alloc_limit
[16:58:32] [PASSED] drm_test_buddy_alloc_optimistic
[16:58:32] [PASSED] drm_test_buddy_alloc_pessimistic
[16:58:32] [PASSED] drm_test_buddy_alloc_pathological
[16:58:32] [PASSED] drm_test_buddy_alloc_contiguous
[16:58:32] [PASSED] drm_test_buddy_alloc_clear
[16:58:32] [PASSED] drm_test_buddy_alloc_range_bias
[16:58:32] [PASSED] drm_test_buddy_fragmentation_performance
[16:58:32] ==================== [PASSED] drm_buddy ====================
[16:58:32] ============= drm_cmdline_parser (40 subtests) =============
[16:58:32] [PASSED] drm_test_cmdline_force_d_only
[16:58:32] [PASSED] drm_test_cmdline_force_D_only_dvi
[16:58:32] [PASSED] drm_test_cmdline_force_D_only_hdmi
[16:58:32] [PASSED] drm_test_cmdline_force_D_only_not_digital
[16:58:32] [PASSED] drm_test_cmdline_force_e_only
[16:58:32] [PASSED] drm_test_cmdline_res
[16:58:32] [PASSED] drm_test_cmdline_res_vesa
[16:58:32] [PASSED] drm_test_cmdline_res_vesa_rblank
[16:58:32] [PASSED] drm_test_cmdline_res_rblank
[16:58:32] [PASSED] drm_test_cmdline_res_bpp
[16:58:32] [PASSED] drm_test_cmdline_res_refresh
[16:58:32] [PASSED] drm_test_cmdline_res_bpp_refresh
[16:58:32] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[16:58:32] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[16:58:32] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[16:58:32] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[16:58:32] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[16:58:32] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[16:58:32] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[16:58:32] [PASSED] drm_test_cmdline_res_margins_force_on
[16:58:32] [PASSED] drm_test_cmdline_res_vesa_margins
[16:58:32] [PASSED] drm_test_cmdline_name
[16:58:32] [PASSED] drm_test_cmdline_name_bpp
[16:58:32] [PASSED] drm_test_cmdline_name_option
[16:58:32] [PASSED] drm_test_cmdline_name_bpp_option
[16:58:32] [PASSED] drm_test_cmdline_rotate_0
[16:58:32] [PASSED] drm_test_cmdline_rotate_90
[16:58:32] [PASSED] drm_test_cmdline_rotate_180
[16:58:32] [PASSED] drm_test_cmdline_rotate_270
[16:58:32] [PASSED] drm_test_cmdline_hmirror
[16:58:32] [PASSED] drm_test_cmdline_vmirror
[16:58:32] [PASSED] drm_test_cmdline_margin_options
[16:58:32] [PASSED] drm_test_cmdline_multiple_options
[16:58:32] [PASSED] drm_test_cmdline_bpp_extra_and_option
[16:58:32] [PASSED] drm_test_cmdline_extra_and_option
[16:58:32] [PASSED] drm_test_cmdline_freestanding_options
[16:58:32] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[16:58:32] [PASSED] drm_test_cmdline_panel_orientation
[16:58:32] ================ drm_test_cmdline_invalid =================
[16:58:32] [PASSED] margin_only
[16:58:32] [PASSED] interlace_only
[16:58:32] [PASSED] res_missing_x
[16:58:32] [PASSED] res_missing_y
[16:58:32] [PASSED] res_bad_y
[16:58:32] [PASSED] res_missing_y_bpp
[16:58:32] [PASSED] res_bad_bpp
[16:58:32] [PASSED] res_bad_refresh
[16:58:32] [PASSED] res_bpp_refresh_force_on_off
[16:58:32] [PASSED] res_invalid_mode
[16:58:32] [PASSED] res_bpp_wrong_place_mode
[16:58:32] [PASSED] name_bpp_refresh
[16:58:32] [PASSED] name_refresh
[16:58:32] [PASSED] name_refresh_wrong_mode
[16:58:32] [PASSED] name_refresh_invalid_mode
[16:58:32] [PASSED] rotate_multiple
[16:58:32] [PASSED] rotate_invalid_val
[16:58:32] [PASSED] rotate_truncated
[16:58:32] [PASSED] invalid_option
[16:58:32] [PASSED] invalid_tv_option
[16:58:32] [PASSED] truncated_tv_option
[16:58:32] ============ [PASSED] drm_test_cmdline_invalid =============
[16:58:32] =============== drm_test_cmdline_tv_options ===============
[16:58:32] [PASSED] NTSC
[16:58:32] [PASSED] NTSC_443
[16:58:32] [PASSED] NTSC_J
[16:58:32] [PASSED] PAL
[16:58:32] [PASSED] PAL_M
[16:58:32] [PASSED] PAL_N
[16:58:32] [PASSED] SECAM
[16:58:32] [PASSED] MONO_525
[16:58:32] [PASSED] MONO_625
[16:58:32] =========== [PASSED] drm_test_cmdline_tv_options ===========
[16:58:32] =============== [PASSED] drm_cmdline_parser ================
[16:58:32] ========== drmm_connector_hdmi_init (20 subtests) ==========
[16:58:32] [PASSED] drm_test_connector_hdmi_init_valid
[16:58:32] [PASSED] drm_test_connector_hdmi_init_bpc_8
[16:58:32] [PASSED] drm_test_connector_hdmi_init_bpc_10
[16:58:32] [PASSED] drm_test_connector_hdmi_init_bpc_12
[16:58:32] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[16:58:32] [PASSED] drm_test_connector_hdmi_init_bpc_null
[16:58:32] [PASSED] drm_test_connector_hdmi_init_formats_empty
[16:58:32] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[16:58:32] === drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[16:58:32] [PASSED] supported_formats=0x9 yuv420_allowed=1
[16:58:32] [PASSED] supported_formats=0x9 yuv420_allowed=0
[16:58:32] [PASSED] supported_formats=0x3 yuv420_allowed=1
[16:58:32] [PASSED] supported_formats=0x3 yuv420_allowed=0
[16:58:32] === [PASSED] drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[16:58:32] [PASSED] drm_test_connector_hdmi_init_null_ddc
[16:58:32] [PASSED] drm_test_connector_hdmi_init_null_product
[16:58:32] [PASSED] drm_test_connector_hdmi_init_null_vendor
[16:58:32] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[16:58:32] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[16:58:32] [PASSED] drm_test_connector_hdmi_init_product_valid
[16:58:32] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[16:58:32] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[16:58:32] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[16:58:32] ========= drm_test_connector_hdmi_init_type_valid =========
[16:58:32] [PASSED] HDMI-A
[16:58:32] [PASSED] HDMI-B
[16:58:32] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[16:58:32] ======== drm_test_connector_hdmi_init_type_invalid ========
[16:58:32] [PASSED] Unknown
[16:58:32] [PASSED] VGA
[16:58:32] [PASSED] DVI-I
[16:58:32] [PASSED] DVI-D
[16:58:32] [PASSED] DVI-A
[16:58:32] [PASSED] Composite
[16:58:32] [PASSED] SVIDEO
[16:58:32] [PASSED] LVDS
[16:58:32] [PASSED] Component
[16:58:32] [PASSED] DIN
[16:58:32] [PASSED] DP
[16:58:32] [PASSED] TV
[16:58:32] [PASSED] eDP
[16:58:32] [PASSED] Virtual
[16:58:32] [PASSED] DSI
[16:58:32] [PASSED] DPI
[16:58:32] [PASSED] Writeback
[16:58:32] [PASSED] SPI
[16:58:32] [PASSED] USB
[16:58:32] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[16:58:32] ============ [PASSED] drmm_connector_hdmi_init =============
[16:58:32] ============= drmm_connector_init (3 subtests) =============
[16:58:32] [PASSED] drm_test_drmm_connector_init
[16:58:32] [PASSED] drm_test_drmm_connector_init_null_ddc
[16:58:32] ========= drm_test_drmm_connector_init_type_valid =========
[16:58:32] [PASSED] Unknown
[16:58:32] [PASSED] VGA
[16:58:32] [PASSED] DVI-I
[16:58:32] [PASSED] DVI-D
[16:58:32] [PASSED] DVI-A
[16:58:32] [PASSED] Composite
[16:58:32] [PASSED] SVIDEO
[16:58:32] [PASSED] LVDS
[16:58:32] [PASSED] Component
[16:58:32] [PASSED] DIN
[16:58:32] [PASSED] DP
[16:58:32] [PASSED] HDMI-A
[16:58:32] [PASSED] HDMI-B
[16:58:32] [PASSED] TV
[16:58:32] [PASSED] eDP
[16:58:32] [PASSED] Virtual
[16:58:32] [PASSED] DSI
[16:58:32] [PASSED] DPI
[16:58:32] [PASSED] Writeback
[16:58:32] [PASSED] SPI
[16:58:32] [PASSED] USB
[16:58:32] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[16:58:32] =============== [PASSED] drmm_connector_init ===============
[16:58:32] ========= drm_connector_dynamic_init (6 subtests) ==========
[16:58:32] [PASSED] drm_test_drm_connector_dynamic_init
[16:58:32] [PASSED] drm_test_drm_connector_dynamic_init_null_ddc
[16:58:32] [PASSED] drm_test_drm_connector_dynamic_init_not_added
[16:58:32] [PASSED] drm_test_drm_connector_dynamic_init_properties
[16:58:32] ===== drm_test_drm_connector_dynamic_init_type_valid ======
[16:58:32] [PASSED] Unknown
[16:58:32] [PASSED] VGA
[16:58:32] [PASSED] DVI-I
[16:58:32] [PASSED] DVI-D
[16:58:32] [PASSED] DVI-A
[16:58:32] [PASSED] Composite
[16:58:32] [PASSED] SVIDEO
[16:58:32] [PASSED] LVDS
[16:58:32] [PASSED] Component
[16:58:32] [PASSED] DIN
[16:58:32] [PASSED] DP
[16:58:32] [PASSED] HDMI-A
[16:58:32] [PASSED] HDMI-B
[16:58:32] [PASSED] TV
[16:58:32] [PASSED] eDP
[16:58:32] [PASSED] Virtual
[16:58:32] [PASSED] DSI
[16:58:32] [PASSED] DPI
[16:58:32] [PASSED] Writeback
[16:58:32] [PASSED] SPI
[16:58:32] [PASSED] USB
[16:58:32] = [PASSED] drm_test_drm_connector_dynamic_init_type_valid ==
[16:58:32] ======== drm_test_drm_connector_dynamic_init_name =========
[16:58:32] [PASSED] Unknown
[16:58:32] [PASSED] VGA
[16:58:32] [PASSED] DVI-I
[16:58:32] [PASSED] DVI-D
[16:58:32] [PASSED] DVI-A
[16:58:32] [PASSED] Composite
[16:58:32] [PASSED] SVIDEO
[16:58:32] [PASSED] LVDS
[16:58:32] [PASSED] Component
[16:58:32] [PASSED] DIN
[16:58:32] [PASSED] DP
[16:58:32] [PASSED] HDMI-A
[16:58:32] [PASSED] HDMI-B
[16:58:32] [PASSED] TV
[16:58:32] [PASSED] eDP
[16:58:32] [PASSED] Virtual
[16:58:32] [PASSED] DSI
[16:58:32] [PASSED] DPI
[16:58:32] [PASSED] Writeback
[16:58:32] [PASSED] SPI
[16:58:32] [PASSED] USB
[16:58:32] ==== [PASSED] drm_test_drm_connector_dynamic_init_name =====
[16:58:32] =========== [PASSED] drm_connector_dynamic_init ============
[16:58:32] ==== drm_connector_dynamic_register_early (4 subtests) =====
[16:58:32] [PASSED] drm_test_drm_connector_dynamic_register_early_on_list
[16:58:32] [PASSED] drm_test_drm_connector_dynamic_register_early_defer
[16:58:32] [PASSED] drm_test_drm_connector_dynamic_register_early_no_init
[16:58:32] [PASSED] drm_test_drm_connector_dynamic_register_early_no_mode_object
[16:58:32] ====== [PASSED] drm_connector_dynamic_register_early =======
[16:58:32] ======= drm_connector_dynamic_register (7 subtests) ========
[16:58:32] [PASSED] drm_test_drm_connector_dynamic_register_on_list
[16:58:32] [PASSED] drm_test_drm_connector_dynamic_register_no_defer
[16:58:32] [PASSED] drm_test_drm_connector_dynamic_register_no_init
[16:58:32] [PASSED] drm_test_drm_connector_dynamic_register_mode_object
[16:58:32] [PASSED] drm_test_drm_connector_dynamic_register_sysfs
[16:58:32] [PASSED] drm_test_drm_connector_dynamic_register_sysfs_name
[16:58:32] [PASSED] drm_test_drm_connector_dynamic_register_debugfs
[16:58:32] ========= [PASSED] drm_connector_dynamic_register ==========
[16:58:32] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[16:58:32] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[16:58:32] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[16:58:32] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[16:58:32] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[16:58:32] ========== drm_test_get_tv_mode_from_name_valid ===========
[16:58:32] [PASSED] NTSC
[16:58:32] [PASSED] NTSC-443
[16:58:32] [PASSED] NTSC-J
[16:58:32] [PASSED] PAL
[16:58:32] [PASSED] PAL-M
[16:58:32] [PASSED] PAL-N
[16:58:32] [PASSED] SECAM
[16:58:32] [PASSED] Mono
[16:58:32] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[16:58:32] [PASSED] drm_test_get_tv_mode_from_name_truncated
[16:58:32] ============ [PASSED] drm_get_tv_mode_from_name ============
[16:58:32] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[16:58:32] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[16:58:32] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[16:58:32] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[16:58:32] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[16:58:32] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[16:58:32] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[16:58:32] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid =
[16:58:32] [PASSED] VIC 96
[16:58:32] [PASSED] VIC 97
[16:58:32] [PASSED] VIC 101
[16:58:32] [PASSED] VIC 102
[16:58:32] [PASSED] VIC 106
[16:58:32] [PASSED] VIC 107
[16:58:32] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[16:58:32] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[16:58:32] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[16:58:32] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[16:58:32] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[16:58:32] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[16:58:32] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[16:58:32] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[16:58:32] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name ====
[16:58:32] [PASSED] Automatic
[16:58:32] [PASSED] Full
[16:58:32] [PASSED] Limited 16:235
[16:58:32] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[16:58:32] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[16:58:32] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[16:58:32] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[16:58:32] === drm_test_drm_hdmi_connector_get_output_format_name ====
[16:58:32] [PASSED] RGB
[16:58:32] [PASSED] YUV 4:2:0
[16:58:32] [PASSED] YUV 4:2:2
[16:58:32] [PASSED] YUV 4:4:4
[16:58:32] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[16:58:32] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[16:58:32] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[16:58:32] ============= drm_damage_helper (21 subtests) ==============
[16:58:32] [PASSED] drm_test_damage_iter_no_damage
[16:58:32] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[16:58:32] [PASSED] drm_test_damage_iter_no_damage_src_moved
[16:58:32] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[16:58:32] [PASSED] drm_test_damage_iter_no_damage_not_visible
[16:58:32] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[16:58:32] [PASSED] drm_test_damage_iter_no_damage_no_fb
[16:58:32] [PASSED] drm_test_damage_iter_simple_damage
[16:58:32] [PASSED] drm_test_damage_iter_single_damage
[16:58:32] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[16:58:32] [PASSED] drm_test_damage_iter_single_damage_outside_src
[16:58:32] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[16:58:32] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[16:58:32] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[16:58:32] [PASSED] drm_test_damage_iter_single_damage_src_moved
[16:58:32] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[16:58:32] [PASSED] drm_test_damage_iter_damage
[16:58:32] [PASSED] drm_test_damage_iter_damage_one_intersect
[16:58:32] [PASSED] drm_test_damage_iter_damage_one_outside
[16:58:32] [PASSED] drm_test_damage_iter_damage_src_moved
[16:58:32] [PASSED] drm_test_damage_iter_damage_not_visible
[16:58:32] ================ [PASSED] drm_damage_helper ================
[16:58:32] ============== drm_dp_mst_helper (3 subtests) ==============
[16:58:32] ============== drm_test_dp_mst_calc_pbn_mode ==============
[16:58:32] [PASSED] Clock 154000 BPP 30 DSC disabled
[16:58:32] [PASSED] Clock 234000 BPP 30 DSC disabled
[16:58:32] [PASSED] Clock 297000 BPP 24 DSC disabled
[16:58:32] [PASSED] Clock 332880 BPP 24 DSC enabled
[16:58:32] [PASSED] Clock 324540 BPP 24 DSC enabled
[16:58:32] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[16:58:32] ============== drm_test_dp_mst_calc_pbn_div ===============
[16:58:32] [PASSED] Link rate 2000000 lane count 4
[16:58:32] [PASSED] Link rate 2000000 lane count 2
[16:58:32] [PASSED] Link rate 2000000 lane count 1
[16:58:32] [PASSED] Link rate 1350000 lane count 4
[16:58:32] [PASSED] Link rate 1350000 lane count 2
[16:58:32] [PASSED] Link rate 1350000 lane count 1
[16:58:32] [PASSED] Link rate 1000000 lane count 4
[16:58:32] [PASSED] Link rate 1000000 lane count 2
[16:58:32] [PASSED] Link rate 1000000 lane count 1
[16:58:32] [PASSED] Link rate 810000 lane count 4
[16:58:32] [PASSED] Link rate 810000 lane count 2
[16:58:32] [PASSED] Link rate 810000 lane count 1
[16:58:32] [PASSED] Link rate 540000 lane count 4
[16:58:32] [PASSED] Link rate 540000 lane count 2
[16:58:32] [PASSED] Link rate 540000 lane count 1
[16:58:32] [PASSED] Link rate 270000 lane count 4
[16:58:32] [PASSED] Link rate 270000 lane count 2
[16:58:32] [PASSED] Link rate 270000 lane count 1
[16:58:32] [PASSED] Link rate 162000 lane count 4
[16:58:32] [PASSED] Link rate 162000 lane count 2
[16:58:32] [PASSED] Link rate 162000 lane count 1
[16:58:32] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[16:58:32] ========= drm_test_dp_mst_sideband_msg_req_decode =========
[16:58:32] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[16:58:32] [PASSED] DP_POWER_UP_PHY with port number
[16:58:32] [PASSED] DP_POWER_DOWN_PHY with port number
[16:58:32] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[16:58:32] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[16:58:32] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[16:58:32] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[16:58:32] [PASSED] DP_QUERY_PAYLOAD with port number
[16:58:32] [PASSED] DP_QUERY_PAYLOAD with VCPI
[16:58:32] [PASSED] DP_REMOTE_DPCD_READ with port number
[16:58:32] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[16:58:32] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[16:58:32] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[16:58:32] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[16:58:32] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[16:58:32] [PASSED] DP_REMOTE_I2C_READ with port number
[16:58:32] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[16:58:32] [PASSED] DP_REMOTE_I2C_READ with transactions array
[16:58:32] [PASSED] DP_REMOTE_I2C_WRITE with port number
[16:58:32] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[16:58:32] [PASSED] DP_REMOTE_I2C_WRITE with data array
[16:58:32] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[16:58:32] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[16:58:32] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[16:58:32] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[16:58:32] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[16:58:32] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[16:58:32] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[16:58:32] ================ [PASSED] drm_dp_mst_helper ================
[16:58:32] ================== drm_exec (7 subtests) ===================
[16:58:32] [PASSED] sanitycheck
[16:58:32] [PASSED] test_lock
[16:58:32] [PASSED] test_lock_unlock
[16:58:32] [PASSED] test_duplicates
[16:58:32] [PASSED] test_prepare
[16:58:32] [PASSED] test_prepare_array
[16:58:32] [PASSED] test_multiple_loops
[16:58:32] ==================== [PASSED] drm_exec =====================
[16:58:32] =========== drm_format_helper_test (17 subtests) ===========
[16:58:32] ============== drm_test_fb_xrgb8888_to_gray8 ==============
[16:58:32] [PASSED] single_pixel_source_buffer
[16:58:32] [PASSED] single_pixel_clip_rectangle
[16:58:32] [PASSED] well_known_colors
[16:58:32] [PASSED] destination_pitch
[16:58:32] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[16:58:32] ============= drm_test_fb_xrgb8888_to_rgb332 ==============
[16:58:32] [PASSED] single_pixel_source_buffer
[16:58:32] [PASSED] single_pixel_clip_rectangle
[16:58:32] [PASSED] well_known_colors
[16:58:32] [PASSED] destination_pitch
[16:58:32] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[16:58:32] ============= drm_test_fb_xrgb8888_to_rgb565 ==============
[16:58:32] [PASSED] single_pixel_source_buffer
[16:58:32] [PASSED] single_pixel_clip_rectangle
[16:58:32] [PASSED] well_known_colors
[16:58:32] [PASSED] destination_pitch
[16:58:32] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[16:58:32] ============ drm_test_fb_xrgb8888_to_xrgb1555 =============
[16:58:32] [PASSED] single_pixel_source_buffer
[16:58:32] [PASSED] single_pixel_clip_rectangle
[16:58:32] [PASSED] well_known_colors
[16:58:32] [PASSED] destination_pitch
[16:58:32] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[16:58:32] ============ drm_test_fb_xrgb8888_to_argb1555 =============
[16:58:32] [PASSED] single_pixel_source_buffer
[16:58:32] [PASSED] single_pixel_clip_rectangle
[16:58:32] [PASSED] well_known_colors
[16:58:32] [PASSED] destination_pitch
[16:58:32] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[16:58:32] ============ drm_test_fb_xrgb8888_to_rgba5551 =============
[16:58:32] [PASSED] single_pixel_source_buffer
[16:58:32] [PASSED] single_pixel_clip_rectangle
[16:58:32] [PASSED] well_known_colors
[16:58:32] [PASSED] destination_pitch
[16:58:32] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[16:58:32] ============= drm_test_fb_xrgb8888_to_rgb888 ==============
[16:58:32] [PASSED] single_pixel_source_buffer
[16:58:32] [PASSED] single_pixel_clip_rectangle
[16:58:32] [PASSED] well_known_colors
[16:58:32] [PASSED] destination_pitch
[16:58:32] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[16:58:32] ============= drm_test_fb_xrgb8888_to_bgr888 ==============
[16:58:32] [PASSED] single_pixel_source_buffer
[16:58:32] [PASSED] single_pixel_clip_rectangle
[16:58:32] [PASSED] well_known_colors
[16:58:32] [PASSED] destination_pitch
[16:58:32] ========= [PASSED] drm_test_fb_xrgb8888_to_bgr888 ==========
[16:58:32] ============ drm_test_fb_xrgb8888_to_argb8888 =============
[16:58:32] [PASSED] single_pixel_source_buffer
[16:58:32] [PASSED] single_pixel_clip_rectangle
[16:58:32] [PASSED] well_known_colors
[16:58:32] [PASSED] destination_pitch
[16:58:32] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[16:58:32] =========== drm_test_fb_xrgb8888_to_xrgb2101010 ===========
[16:58:32] [PASSED] single_pixel_source_buffer
[16:58:32] [PASSED] single_pixel_clip_rectangle
[16:58:32] [PASSED] well_known_colors
[16:58:32] [PASSED] destination_pitch
[16:58:32] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[16:58:32] =========== drm_test_fb_xrgb8888_to_argb2101010 ===========
[16:58:32] [PASSED] single_pixel_source_buffer
[16:58:32] [PASSED] single_pixel_clip_rectangle
[16:58:32] [PASSED] well_known_colors
[16:58:32] [PASSED] destination_pitch
[16:58:32] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[16:58:32] ============== drm_test_fb_xrgb8888_to_mono ===============
[16:58:32] [PASSED] single_pixel_source_buffer
[16:58:32] [PASSED] single_pixel_clip_rectangle
[16:58:32] [PASSED] well_known_colors
[16:58:32] [PASSED] destination_pitch
[16:58:32] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[16:58:32] ==================== drm_test_fb_swab =====================
[16:58:32] [PASSED] single_pixel_source_buffer
[16:58:32] [PASSED] single_pixel_clip_rectangle
[16:58:32] [PASSED] well_known_colors
[16:58:32] [PASSED] destination_pitch
[16:58:32] ================ [PASSED] drm_test_fb_swab =================
[16:58:32] ============ drm_test_fb_xrgb8888_to_xbgr8888 =============
[16:58:32] [PASSED] single_pixel_source_buffer
[16:58:32] [PASSED] single_pixel_clip_rectangle
[16:58:32] [PASSED] well_known_colors
[16:58:32] [PASSED] destination_pitch
[16:58:32] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[16:58:32] ============ drm_test_fb_xrgb8888_to_abgr8888 =============
[16:58:32] [PASSED] single_pixel_source_buffer
[16:58:32] [PASSED] single_pixel_clip_rectangle
[16:58:32] [PASSED] well_known_colors
[16:58:32] [PASSED] destination_pitch
[16:58:32] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[16:58:32] ================= drm_test_fb_clip_offset =================
[16:58:32] [PASSED] pass through
[16:58:32] [PASSED] horizontal offset
[16:58:32] [PASSED] vertical offset
[16:58:32] [PASSED] horizontal and vertical offset
[16:58:32] [PASSED] horizontal offset (custom pitch)
[16:58:32] [PASSED] vertical offset (custom pitch)
[16:58:32] [PASSED] horizontal and vertical offset (custom pitch)
[16:58:32] ============= [PASSED] drm_test_fb_clip_offset =============
[16:58:32] =================== drm_test_fb_memcpy ====================
[16:58:32] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[16:58:32] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[16:58:32] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[16:58:32] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[16:58:32] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[16:58:32] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[16:58:32] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[16:58:32] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[16:58:32] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[16:58:32] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[16:58:32] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[16:58:32] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[16:58:32] =============== [PASSED] drm_test_fb_memcpy ================
[16:58:32] ============= [PASSED] drm_format_helper_test ==============
[16:58:32] ================= drm_format (18 subtests) =================
[16:58:32] [PASSED] drm_test_format_block_width_invalid
[16:58:32] [PASSED] drm_test_format_block_width_one_plane
[16:58:32] [PASSED] drm_test_format_block_width_two_plane
[16:58:32] [PASSED] drm_test_format_block_width_three_plane
[16:58:32] [PASSED] drm_test_format_block_width_tiled
[16:58:32] [PASSED] drm_test_format_block_height_invalid
[16:58:32] [PASSED] drm_test_format_block_height_one_plane
[16:58:32] [PASSED] drm_test_format_block_height_two_plane
[16:58:32] [PASSED] drm_test_format_block_height_three_plane
[16:58:32] [PASSED] drm_test_format_block_height_tiled
[16:58:32] [PASSED] drm_test_format_min_pitch_invalid
[16:58:32] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[16:58:32] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[16:58:32] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[16:58:32] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[16:58:32] [PASSED] drm_test_format_min_pitch_two_plane
[16:58:32] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[16:58:32] [PASSED] drm_test_format_min_pitch_tiled
[16:58:32] =================== [PASSED] drm_format ====================
[16:58:32] ============== drm_framebuffer (10 subtests) ===============
[16:58:32] ========== drm_test_framebuffer_check_src_coords ==========
[16:58:32] [PASSED] Success: source fits into fb
[16:58:32] [PASSED] Fail: overflowing fb with x-axis coordinate
[16:58:32] [PASSED] Fail: overflowing fb with y-axis coordinate
[16:58:33] [PASSED] Fail: overflowing fb with source width
[16:58:33] [PASSED] Fail: overflowing fb with source height
[16:58:33] ====== [PASSED] drm_test_framebuffer_check_src_coords ======
[16:58:33] [PASSED] drm_test_framebuffer_cleanup
[16:58:33] =============== drm_test_framebuffer_create ===============
[16:58:33] [PASSED] ABGR8888 normal sizes
[16:58:33] [PASSED] ABGR8888 max sizes
[16:58:33] [PASSED] ABGR8888 pitch greater than min required
[16:58:33] [PASSED] ABGR8888 pitch less than min required
[16:58:33] [PASSED] ABGR8888 Invalid width
[16:58:33] [PASSED] ABGR8888 Invalid buffer handle
[16:58:33] [PASSED] No pixel format
[16:58:33] [PASSED] ABGR8888 Width 0
[16:58:33] [PASSED] ABGR8888 Height 0
[16:58:33] [PASSED] ABGR8888 Out of bound height * pitch combination
[16:58:33] [PASSED] ABGR8888 Large buffer offset
[16:58:33] [PASSED] ABGR8888 Buffer offset for inexistent plane
[16:58:33] [PASSED] ABGR8888 Invalid flag
[16:58:33] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[16:58:33] [PASSED] ABGR8888 Valid buffer modifier
[16:58:33] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[16:58:33] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[16:58:33] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[16:58:33] [PASSED] NV12 Normal sizes
[16:58:33] [PASSED] NV12 Max sizes
[16:58:33] [PASSED] NV12 Invalid pitch
[16:58:33] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[16:58:33] [PASSED] NV12 different modifier per-plane
[16:58:33] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[16:58:33] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[16:58:33] [PASSED] NV12 Modifier for inexistent plane
[16:58:33] [PASSED] NV12 Handle for inexistent plane
[16:58:33] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[16:58:33] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[16:58:33] [PASSED] YVU420 Normal sizes
[16:58:33] [PASSED] YVU420 Max sizes
[16:58:33] [PASSED] YVU420 Invalid pitch
[16:58:33] [PASSED] YVU420 Different pitches
[16:58:33] [PASSED] YVU420 Different buffer offsets/pitches
[16:58:33] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[16:58:33] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[16:58:33] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[16:58:33] [PASSED] YVU420 Valid modifier
[16:58:33] [PASSED] YVU420 Different modifiers per plane
[16:58:33] [PASSED] YVU420 Modifier for inexistent plane
[16:58:33] [PASSED] YUV420_10BIT Invalid modifier(DRM_FORMAT_MOD_LINEAR)
[16:58:33] [PASSED] X0L2 Normal sizes
[16:58:33] [PASSED] X0L2 Max sizes
[16:58:33] [PASSED] X0L2 Invalid pitch
[16:58:33] [PASSED] X0L2 Pitch greater than minimum required
[16:58:33] [PASSED] X0L2 Handle for inexistent plane
[16:58:33] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[16:58:33] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[16:58:33] [PASSED] X0L2 Valid modifier
[16:58:33] [PASSED] X0L2 Modifier for inexistent plane
[16:58:33] =========== [PASSED] drm_test_framebuffer_create ===========
[16:58:33] [PASSED] drm_test_framebuffer_free
[16:58:33] [PASSED] drm_test_framebuffer_init
[16:58:33] [PASSED] drm_test_framebuffer_init_bad_format
[16:58:33] [PASSED] drm_test_framebuffer_init_dev_mismatch
[16:58:33] [PASSED] drm_test_framebuffer_lookup
[16:58:33] [PASSED] drm_test_framebuffer_lookup_inexistent
[16:58:33] [PASSED] drm_test_framebuffer_modifiers_not_supported
[16:58:33] ================= [PASSED] drm_framebuffer =================
[16:58:33] ================ drm_gem_shmem (8 subtests) ================
[16:58:33] [PASSED] drm_gem_shmem_test_obj_create
[16:58:33] [PASSED] drm_gem_shmem_test_obj_create_private
[16:58:33] [PASSED] drm_gem_shmem_test_pin_pages
[16:58:33] [PASSED] drm_gem_shmem_test_vmap
[16:58:33] [PASSED] drm_gem_shmem_test_get_pages_sgt
[16:58:33] [PASSED] drm_gem_shmem_test_get_sg_table
[16:58:33] [PASSED] drm_gem_shmem_test_madvise
[16:58:33] [PASSED] drm_gem_shmem_test_purge
[16:58:33] ================== [PASSED] drm_gem_shmem ==================
[16:58:33] === drm_atomic_helper_connector_hdmi_check (27 subtests) ===
[16:58:33] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[16:58:33] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[16:58:33] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[16:58:33] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[16:58:33] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[16:58:33] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[16:58:33] ====== drm_test_check_broadcast_rgb_cea_mode_yuv420 =======
[16:58:33] [PASSED] Automatic
[16:58:33] [PASSED] Full
[16:58:33] [PASSED] Limited 16:235
[16:58:33] == [PASSED] drm_test_check_broadcast_rgb_cea_mode_yuv420 ===
[16:58:33] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[16:58:33] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[16:58:33] [PASSED] drm_test_check_disable_connector
[16:58:33] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[16:58:33] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_rgb
[16:58:33] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_yuv420
[16:58:33] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv422
[16:58:33] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv420
[16:58:33] [PASSED] drm_test_check_driver_unsupported_fallback_yuv420
[16:58:33] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[16:58:33] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[16:58:33] [PASSED] drm_test_check_output_bpc_dvi
[16:58:33] [PASSED] drm_test_check_output_bpc_format_vic_1
[16:58:33] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[16:58:33] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[16:58:33] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[16:58:33] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[16:58:33] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[16:58:33] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[16:58:33] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[16:58:33] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[16:58:33] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[16:58:33] [PASSED] drm_test_check_broadcast_rgb_value
[16:58:33] [PASSED] drm_test_check_bpc_8_value
[16:58:33] [PASSED] drm_test_check_bpc_10_value
[16:58:33] [PASSED] drm_test_check_bpc_12_value
[16:58:33] [PASSED] drm_test_check_format_value
[16:58:33] [PASSED] drm_test_check_tmds_char_value
[16:58:33] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[16:58:33] = drm_atomic_helper_connector_hdmi_mode_valid (4 subtests) =
[16:58:33] [PASSED] drm_test_check_mode_valid
[16:58:33] [PASSED] drm_test_check_mode_valid_reject
[16:58:33] [PASSED] drm_test_check_mode_valid_reject_rate
[16:58:33] [PASSED] drm_test_check_mode_valid_reject_max_clock
[16:58:33] === [PASSED] drm_atomic_helper_connector_hdmi_mode_valid ===
[16:58:33] ================= drm_managed (2 subtests) =================
[16:58:33] [PASSED] drm_test_managed_release_action
[16:58:33] [PASSED] drm_test_managed_run_action
[16:58:33] =================== [PASSED] drm_managed ===================
[16:58:33] =================== drm_mm (6 subtests) ====================
[16:58:33] [PASSED] drm_test_mm_init
[16:58:33] [PASSED] drm_test_mm_debug
[16:58:33] [PASSED] drm_test_mm_align32
[16:58:33] [PASSED] drm_test_mm_align64
[16:58:33] [PASSED] drm_test_mm_lowest
[16:58:33] [PASSED] drm_test_mm_highest
[16:58:33] ===================== [PASSED] drm_mm ======================
[16:58:33] ============= drm_modes_analog_tv (5 subtests) =============
[16:58:33] [PASSED] drm_test_modes_analog_tv_mono_576i
[16:58:33] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[16:58:33] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[16:58:33] [PASSED] drm_test_modes_analog_tv_pal_576i
[16:58:33] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[16:58:33] =============== [PASSED] drm_modes_analog_tv ===============
[16:58:33] ============== drm_plane_helper (2 subtests) ===============
[16:58:33] =============== drm_test_check_plane_state ================
[16:58:33] [PASSED] clipping_simple
[16:58:33] [PASSED] clipping_rotate_reflect
[16:58:33] [PASSED] positioning_simple
[16:58:33] [PASSED] upscaling
[16:58:33] [PASSED] downscaling
[16:58:33] [PASSED] rounding1
[16:58:33] [PASSED] rounding2
[16:58:33] [PASSED] rounding3
[16:58:33] [PASSED] rounding4
[16:58:33] =========== [PASSED] drm_test_check_plane_state ============
[16:58:33] =========== drm_test_check_invalid_plane_state ============
[16:58:33] [PASSED] positioning_invalid
[16:58:33] [PASSED] upscaling_invalid
[16:58:33] [PASSED] downscaling_invalid
[16:58:33] ======= [PASSED] drm_test_check_invalid_plane_state ========
[16:58:33] ================ [PASSED] drm_plane_helper =================
[16:58:33] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[16:58:33] ====== drm_test_connector_helper_tv_get_modes_check =======
[16:58:33] [PASSED] None
[16:58:33] [PASSED] PAL
[16:58:33] [PASSED] NTSC
[16:58:33] [PASSED] Both, NTSC Default
[16:58:33] [PASSED] Both, PAL Default
[16:58:33] [PASSED] Both, NTSC Default, with PAL on command-line
[16:58:33] [PASSED] Both, PAL Default, with NTSC on command-line
[16:58:33] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[16:58:33] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[16:58:33] ================== drm_rect (9 subtests) ===================
[16:58:33] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[16:58:33] [PASSED] drm_test_rect_clip_scaled_not_clipped
[16:58:33] [PASSED] drm_test_rect_clip_scaled_clipped
[16:58:33] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[16:58:33] ================= drm_test_rect_intersect =================
[16:58:33] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[16:58:33] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[16:58:33] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[16:58:33] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[16:58:33] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[16:58:33] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[16:58:33] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[16:58:33] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[16:58:33] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[16:58:33] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[16:58:33] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[16:58:33] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[16:58:33] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[16:58:33] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[16:58:33] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
[16:58:33] ============= [PASSED] drm_test_rect_intersect =============
[16:58:33] ================ drm_test_rect_calc_hscale ================
[16:58:33] [PASSED] normal use
[16:58:33] [PASSED] out of max range
[16:58:33] [PASSED] out of min range
[16:58:33] [PASSED] zero dst
[16:58:33] [PASSED] negative src
[16:58:33] [PASSED] negative dst
[16:58:33] ============ [PASSED] drm_test_rect_calc_hscale ============
[16:58:33] ================ drm_test_rect_calc_vscale ================
[16:58:33] [PASSED] normal use
stty: 'standard input': Inappropriate ioctl for device
[16:58:33] [PASSED] out of max range
[16:58:33] [PASSED] out of min range
[16:58:33] [PASSED] zero dst
[16:58:33] [PASSED] negative src
[16:58:33] [PASSED] negative dst
[16:58:33] ============ [PASSED] drm_test_rect_calc_vscale ============
[16:58:33] ================== drm_test_rect_rotate ===================
[16:58:33] [PASSED] reflect-x
[16:58:33] [PASSED] reflect-y
[16:58:33] [PASSED] rotate-0
[16:58:33] [PASSED] rotate-90
[16:58:33] [PASSED] rotate-180
[16:58:33] [PASSED] rotate-270
[16:58:33] ============== [PASSED] drm_test_rect_rotate ===============
[16:58:33] ================ drm_test_rect_rotate_inv =================
[16:58:33] [PASSED] reflect-x
[16:58:33] [PASSED] reflect-y
[16:58:33] [PASSED] rotate-0
[16:58:33] [PASSED] rotate-90
[16:58:33] [PASSED] rotate-180
[16:58:33] [PASSED] rotate-270
[16:58:33] ============ [PASSED] drm_test_rect_rotate_inv =============
[16:58:33] ==================== [PASSED] drm_rect =====================
[16:58:33] ============ drm_sysfb_modeset_test (1 subtest) ============
[16:58:33] ============ drm_test_sysfb_build_fourcc_list =============
[16:58:33] [PASSED] no native formats
[16:58:33] [PASSED] XRGB8888 as native format
[16:58:33] [PASSED] remove duplicates
[16:58:33] [PASSED] convert alpha formats
[16:58:33] [PASSED] random formats
[16:58:33] ======== [PASSED] drm_test_sysfb_build_fourcc_list =========
[16:58:33] ============= [PASSED] drm_sysfb_modeset_test ==============
[16:58:33] ================== drm_fixp (2 subtests) ===================
[16:58:33] [PASSED] drm_test_int2fixp
[16:58:33] [PASSED] drm_test_sm2fixp
[16:58:33] ==================== [PASSED] drm_fixp =====================
[16:58:33] ============================================================
[16:58:33] Testing complete. Ran 624 tests: passed: 624
[16:58:33] Elapsed time: 31.796s total, 1.613s configuring, 29.716s building, 0.411s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig
[16:58:33] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[16:58:34] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=25
[16:58:43] Starting KUnit Kernel (1/1)...
[16:58:43] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[16:58:44] ================= ttm_device (5 subtests) ==================
[16:58:44] [PASSED] ttm_device_init_basic
[16:58:44] [PASSED] ttm_device_init_multiple
[16:58:44] [PASSED] ttm_device_fini_basic
[16:58:44] [PASSED] ttm_device_init_no_vma_man
[16:58:44] ================== ttm_device_init_pools ==================
[16:58:44] [PASSED] No DMA allocations, no DMA32 required
[16:58:44] [PASSED] DMA allocations, DMA32 required
[16:58:44] [PASSED] No DMA allocations, DMA32 required
[16:58:44] [PASSED] DMA allocations, no DMA32 required
[16:58:44] ============== [PASSED] ttm_device_init_pools ==============
[16:58:44] =================== [PASSED] ttm_device ====================
[16:58:44] ================== ttm_pool (8 subtests) ===================
[16:58:44] ================== ttm_pool_alloc_basic ===================
[16:58:44] [PASSED] One page
[16:58:44] [PASSED] More than one page
[16:58:44] [PASSED] Above the allocation limit
[16:58:44] [PASSED] One page, with coherent DMA mappings enabled
[16:58:44] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[16:58:44] ============== [PASSED] ttm_pool_alloc_basic ===============
[16:58:44] ============== ttm_pool_alloc_basic_dma_addr ==============
[16:58:44] [PASSED] One page
[16:58:44] [PASSED] More than one page
[16:58:44] [PASSED] Above the allocation limit
[16:58:44] [PASSED] One page, with coherent DMA mappings enabled
[16:58:44] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[16:58:44] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ==========
[16:58:44] [PASSED] ttm_pool_alloc_order_caching_match
[16:58:44] [PASSED] ttm_pool_alloc_caching_mismatch
[16:58:44] [PASSED] ttm_pool_alloc_order_mismatch
[16:58:44] [PASSED] ttm_pool_free_dma_alloc
[16:58:44] [PASSED] ttm_pool_free_no_dma_alloc
[16:58:44] [PASSED] ttm_pool_fini_basic
[16:58:44] ==================== [PASSED] ttm_pool =====================
[16:58:44] ================ ttm_resource (8 subtests) =================
[16:58:44] ================= ttm_resource_init_basic =================
[16:58:44] [PASSED] Init resource in TTM_PL_SYSTEM
[16:58:44] [PASSED] Init resource in TTM_PL_VRAM
[16:58:44] [PASSED] Init resource in a private placement
[16:58:44] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags
[16:58:44] ============= [PASSED] ttm_resource_init_basic =============
[16:58:44] [PASSED] ttm_resource_init_pinned
[16:58:44] [PASSED] ttm_resource_fini_basic
[16:58:44] [PASSED] ttm_resource_manager_init_basic
[16:58:44] [PASSED] ttm_resource_manager_usage_basic
[16:58:44] [PASSED] ttm_resource_manager_set_used_basic
[16:58:44] [PASSED] ttm_sys_man_alloc_basic
[16:58:44] [PASSED] ttm_sys_man_free_basic
[16:58:44] ================== [PASSED] ttm_resource ===================
[16:58:44] =================== ttm_tt (15 subtests) ===================
[16:58:44] ==================== ttm_tt_init_basic ====================
[16:58:44] [PASSED] Page-aligned size
[16:58:44] [PASSED] Extra pages requested
[16:58:44] ================ [PASSED] ttm_tt_init_basic ================
[16:58:44] [PASSED] ttm_tt_init_misaligned
[16:58:44] [PASSED] ttm_tt_fini_basic
[16:58:44] [PASSED] ttm_tt_fini_sg
[16:58:44] [PASSED] ttm_tt_fini_shmem
[16:58:44] [PASSED] ttm_tt_create_basic
[16:58:44] [PASSED] ttm_tt_create_invalid_bo_type
[16:58:44] [PASSED] ttm_tt_create_ttm_exists
[16:58:44] [PASSED] ttm_tt_create_failed
[16:58:44] [PASSED] ttm_tt_destroy_basic
[16:58:44] [PASSED] ttm_tt_populate_null_ttm
[16:58:44] [PASSED] ttm_tt_populate_populated_ttm
[16:58:44] [PASSED] ttm_tt_unpopulate_basic
[16:58:44] [PASSED] ttm_tt_unpopulate_empty_ttm
[16:58:44] [PASSED] ttm_tt_swapin_basic
[16:58:44] ===================== [PASSED] ttm_tt ======================
[16:58:44] =================== ttm_bo (14 subtests) ===================
[16:58:44] =========== ttm_bo_reserve_optimistic_no_ticket ===========
[16:58:44] [PASSED] Cannot be interrupted and sleeps
[16:58:44] [PASSED] Cannot be interrupted, locks straight away
[16:58:44] [PASSED] Can be interrupted, sleeps
[16:58:44] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket =======
[16:58:44] [PASSED] ttm_bo_reserve_locked_no_sleep
[16:58:44] [PASSED] ttm_bo_reserve_no_wait_ticket
[16:58:44] [PASSED] ttm_bo_reserve_double_resv
[16:58:44] [PASSED] ttm_bo_reserve_interrupted
[16:58:44] [PASSED] ttm_bo_reserve_deadlock
[16:58:44] [PASSED] ttm_bo_unreserve_basic
[16:58:44] [PASSED] ttm_bo_unreserve_pinned
[16:58:44] [PASSED] ttm_bo_unreserve_bulk
[16:58:44] [PASSED] ttm_bo_fini_basic
[16:58:44] [PASSED] ttm_bo_fini_shared_resv
[16:58:44] [PASSED] ttm_bo_pin_basic
[16:58:44] [PASSED] ttm_bo_pin_unpin_resource
[16:58:44] [PASSED] ttm_bo_multiple_pin_one_unpin
[16:58:44] ===================== [PASSED] ttm_bo ======================
[16:58:44] ============== ttm_bo_validate (21 subtests) ===============
[16:58:44] ============== ttm_bo_init_reserved_sys_man ===============
[16:58:44] [PASSED] Buffer object for userspace
[16:58:44] [PASSED] Kernel buffer object
[16:58:44] [PASSED] Shared buffer object
[16:58:44] ========== [PASSED] ttm_bo_init_reserved_sys_man ===========
[16:58:44] ============== ttm_bo_init_reserved_mock_man ==============
[16:58:44] [PASSED] Buffer object for userspace
[16:58:44] [PASSED] Kernel buffer object
[16:58:44] [PASSED] Shared buffer object
[16:58:44] ========== [PASSED] ttm_bo_init_reserved_mock_man ==========
[16:58:44] [PASSED] ttm_bo_init_reserved_resv
[16:58:44] ================== ttm_bo_validate_basic ==================
[16:58:44] [PASSED] Buffer object for userspace
[16:58:44] [PASSED] Kernel buffer object
[16:58:44] [PASSED] Shared buffer object
[16:58:44] ============== [PASSED] ttm_bo_validate_basic ==============
[16:58:44] [PASSED] ttm_bo_validate_invalid_placement
[16:58:44] ============= ttm_bo_validate_same_placement ==============
[16:58:44] [PASSED] System manager
[16:58:44] [PASSED] VRAM manager
[16:58:44] ========= [PASSED] ttm_bo_validate_same_placement ==========
[16:58:44] [PASSED] ttm_bo_validate_failed_alloc
[16:58:44] [PASSED] ttm_bo_validate_pinned
[16:58:44] [PASSED] ttm_bo_validate_busy_placement
[16:58:44] ================ ttm_bo_validate_multihop =================
[16:58:44] [PASSED] Buffer object for userspace
[16:58:44] [PASSED] Kernel buffer object
[16:58:44] [PASSED] Shared buffer object
[16:58:44] ============ [PASSED] ttm_bo_validate_multihop =============
[16:58:44] ========== ttm_bo_validate_no_placement_signaled ==========
[16:58:44] [PASSED] Buffer object in system domain, no page vector
[16:58:44] [PASSED] Buffer object in system domain with an existing page vector
[16:58:44] ====== [PASSED] ttm_bo_validate_no_placement_signaled ======
[16:58:44] ======== ttm_bo_validate_no_placement_not_signaled ========
[16:58:44] [PASSED] Buffer object for userspace
[16:58:44] [PASSED] Kernel buffer object
[16:58:44] [PASSED] Shared buffer object
[16:58:44] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ====
[16:58:44] [PASSED] ttm_bo_validate_move_fence_signaled
[16:58:44] ========= ttm_bo_validate_move_fence_not_signaled =========
[16:58:44] [PASSED] Waits for GPU
[16:58:44] [PASSED] Tries to lock straight away
[16:58:44] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled =====
[16:58:44] [PASSED] ttm_bo_validate_happy_evict
[16:58:44] [PASSED] ttm_bo_validate_all_pinned_evict
[16:58:44] [PASSED] ttm_bo_validate_allowed_only_evict
[16:58:44] [PASSED] ttm_bo_validate_deleted_evict
[16:58:44] [PASSED] ttm_bo_validate_busy_domain_evict
[16:58:44] [PASSED] ttm_bo_validate_evict_gutting
[16:58:44] [PASSED] ttm_bo_validate_recrusive_evict
stty: 'standard input': Inappropriate ioctl for device
[16:58:44] ================= [PASSED] ttm_bo_validate =================
[16:58:44] ============================================================
[16:58:44] Testing complete. Ran 101 tests: passed: 101
[16:58:44] Elapsed time: 11.013s total, 1.623s configuring, 9.124s building, 0.238s running
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 13+ messages in thread* ✓ Xe.CI.BAT: success for drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
2025-12-05 12:29 [PATCH] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message Imre Deak
2025-12-05 16:57 ` ✗ CI.checkpatch: warning for " Patchwork
2025-12-05 16:58 ` ✓ CI.KUnit: success " Patchwork
@ 2025-12-05 18:29 ` Patchwork
2025-12-05 22:38 ` ✓ Xe.CI.Full: " Patchwork
` (6 subsequent siblings)
9 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2025-12-05 18:29 UTC (permalink / raw)
To: Imre Deak; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 990 bytes --]
== Series Details ==
Series: drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
URL : https://patchwork.freedesktop.org/series/158574/
State : success
== Summary ==
CI Bug Log - changes from xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf_BAT -> xe-pw-158574v1_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (12 -> 12)
------------------------------
No changes in participating hosts
Changes
-------
No changes found
Build changes
-------------
* Linux: xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf -> xe-pw-158574v1
IGT_8656: 1fa8aeb0848614e6204602c5fe2949e049f087c9 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf: a36e2c7fed2132052900236e8c7aa563d339baaf
xe-pw-158574v1: 158574v1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/index.html
[-- Attachment #2: Type: text/html, Size: 1538 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread* ✓ Xe.CI.Full: success for drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
2025-12-05 12:29 [PATCH] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message Imre Deak
` (2 preceding siblings ...)
2025-12-05 18:29 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-12-05 22:38 ` Patchwork
2025-12-08 12:03 ` [PATCH] " Jani Nikula
` (5 subsequent siblings)
9 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2025-12-05 22:38 UTC (permalink / raw)
To: Imre Deak; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 49067 bytes --]
== Series Details ==
Series: drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
URL : https://patchwork.freedesktop.org/series/158574/
State : success
== Summary ==
CI Bug Log - changes from xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf_FULL -> xe-pw-158574v1_FULL
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in xe-pw-158574v1_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_async_flips@crc-atomic@pipe-a-dp-2:
- shard-bmg: [PASS][1] -> [ABORT][2] ([Intel XE#3970]) +1 other test abort
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-8/igt@kms_async_flips@crc-atomic@pipe-a-dp-2.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-8/igt@kms_async_flips@crc-atomic@pipe-a-dp-2.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-adlp: NOTRUN -> [SKIP][3] ([Intel XE#1124])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][4] ([Intel XE#2327])
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-dg2-set2: NOTRUN -> [SKIP][5] ([Intel XE#1124]) +3 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-432/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][6] ([Intel XE#1124]) +4 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][7] ([Intel XE#1124])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-lnl-2/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html
* igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p:
- shard-bmg: [PASS][8] -> [SKIP][9] ([Intel XE#2314] / [Intel XE#2894])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-2/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
* igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#2314] / [Intel XE#2894])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-3-displays-3840x2160p:
- shard-dg2-set2: NOTRUN -> [SKIP][11] ([Intel XE#367])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-432/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][12] ([Intel XE#787]) +13 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-dp-4.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#2887]) +5 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-4/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-1:
- shard-adlp: NOTRUN -> [SKIP][14] ([Intel XE#455] / [Intel XE#787]) +3 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-bmg: [PASS][15] -> [INCOMPLETE][16] ([Intel XE#3862]) +1 other test incomplete
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2652] / [Intel XE#787]) +3 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-a-dp-2.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-b-hdmi-a-1:
- shard-adlp: NOTRUN -> [SKIP][18] ([Intel XE#787]) +5 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][19] ([Intel XE#455] / [Intel XE#787]) +3 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-4.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#2325])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#306]) +1 other test skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate:
- shard-adlp: NOTRUN -> [SKIP][22] ([Intel XE#373]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate.html
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#2252]) +1 other test skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-4/igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-dg2-set2: NOTRUN -> [SKIP][24] ([Intel XE#373]) +2 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_colorop@plane-xr30-xr30-ctm_3x4_overdrive:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#6704]) +2 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_colorop@plane-xr30-xr30-ctm_3x4_overdrive.html
* igt@kms_colorop@plane-xr30-xr30-ctm_3x4_oversaturate:
- shard-adlp: NOTRUN -> [SKIP][26] ([Intel XE#6704])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@kms_colorop@plane-xr30-xr30-ctm_3x4_oversaturate.html
- shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#6704])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-lnl-2/igt@kms_colorop@plane-xr30-xr30-ctm_3x4_oversaturate.html
* igt@kms_content_protection@atomic@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][28] ([Intel XE#1178]) +1 other test fail
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-2/igt@kms_content_protection@atomic@pipe-a-dp-2.html
* igt@kms_cursor_crc@cursor-offscreen-256x85:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#2320])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_cursor_crc@cursor-offscreen-256x85.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#2321])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-lnl-2/igt@kms_cursor_crc@cursor-offscreen-512x170.html
- shard-adlp: NOTRUN -> [SKIP][31] ([Intel XE#308])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@kms_cursor_crc@cursor-offscreen-512x170.html
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#2321])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-4/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
- shard-bmg: [PASS][33] -> [SKIP][34] ([Intel XE#2291]) +5 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-5/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-6/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-adlp: NOTRUN -> [SKIP][35] ([Intel XE#323])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#2286])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_display_modes@extended-mode-basic:
- shard-bmg: [PASS][37] -> [SKIP][38] ([Intel XE#4302])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-5/igt@kms_display_modes@extended-mode-basic.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-6/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_fb_coherency@memset-crc:
- shard-dg2-set2: NOTRUN -> [CRASH][39] ([Intel XE#6706]) +1 other test crash
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@kms_fb_coherency@memset-crc.html
* igt@kms_feature_discovery@chamelium:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#2372])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_feature_discovery@chamelium.html
* igt@kms_flip@2x-flip-vs-modeset:
- shard-adlp: NOTRUN -> [SKIP][41] ([Intel XE#310])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@kms_flip@2x-flip-vs-modeset.html
* igt@kms_flip@2x-nonexisting-fb:
- shard-bmg: [PASS][42] -> [SKIP][43] ([Intel XE#2316]) +5 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-5/igt@kms_flip@2x-nonexisting-fb.html
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-6/igt@kms_flip@2x-nonexisting-fb.html
* igt@kms_flip@flip-vs-expired-vblank:
- shard-dg2-set2: [PASS][44] -> [FAIL][45] ([Intel XE#301] / [Intel XE#3149])
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-dg2-432/igt@kms_flip@flip-vs-expired-vblank.html
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-434/igt@kms_flip@flip-vs-expired-vblank.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1:
- shard-lnl: [PASS][46] -> [FAIL][47] ([Intel XE#301] / [Intel XE#3149]) +1 other test fail
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
* igt@kms_flip@flip-vs-expired-vblank@d-dp4:
- shard-dg2-set2: [PASS][48] -> [FAIL][49] ([Intel XE#301] / [Intel XE#3149] / [Intel XE#3321])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-dg2-432/igt@kms_flip@flip-vs-expired-vblank@d-dp4.html
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-434/igt@kms_flip@flip-vs-expired-vblank@d-dp4.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#2293] / [Intel XE#2380])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#2293])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-upscaling:
- shard-lnl: NOTRUN -> [FAIL][52] ([Intel XE#4683]) +1 other test fail
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-lnl-2/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-dg2-set2: NOTRUN -> [SKIP][53] ([Intel XE#455]) +3 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-fullscreen:
- shard-adlp: NOTRUN -> [SKIP][54] ([Intel XE#651]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-fullscreen.html
- shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#2311]) +8 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][56] ([Intel XE#651]) +8 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#4141]) +3 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt:
- shard-adlp: NOTRUN -> [SKIP][58] ([Intel XE#656])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#2352])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
- shard-adlp: NOTRUN -> [SKIP][60] ([Intel XE#653]) +1 other test skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#656]) +2 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-lnl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#2313]) +9 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-wc:
- shard-dg2-set2: NOTRUN -> [SKIP][63] ([Intel XE#6312]) +1 other test skip
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][64] ([Intel XE#653]) +6 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_hdr@bpc-switch:
- shard-bmg: [PASS][65] -> [ABORT][66] ([Intel XE#6740])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-6/igt@kms_hdr@bpc-switch.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@invalid-hdr@pipe-a-hdmi-a-3:
- shard-bmg: NOTRUN -> [ABORT][67] ([Intel XE#6740]) +1 other test abort
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-5/igt@kms_hdr@invalid-hdr@pipe-a-hdmi-a-3.html
* igt@kms_lease@invalid-create-leases:
- shard-bmg: [PASS][68] -> [DMESG-WARN][69] ([Intel XE#1727])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-6/igt@kms_lease@invalid-create-leases.html
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-2/igt@kms_lease@invalid-create-leases.html
* igt@kms_panel_fitting@legacy:
- shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#2486])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_panel_fitting@legacy.html
* igt@kms_plane_multiple@2x-tiling-4:
- shard-bmg: [PASS][71] -> [SKIP][72] ([Intel XE#4596])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-5/igt@kms_plane_multiple@2x-tiling-4.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-6/igt@kms_plane_multiple@2x-tiling-4.html
* igt@kms_plane_multiple@2x-tiling-x:
- shard-adlp: NOTRUN -> [SKIP][73] ([Intel XE#4596])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@kms_plane_multiple@2x-tiling-x.html
* igt@kms_plane_multiple@tiling-y:
- shard-dg2-set2: NOTRUN -> [SKIP][74] ([Intel XE#5020])
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25:
- shard-lnl: NOTRUN -> [SKIP][75] ([Intel XE#5825]) +3 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-lnl-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-c:
- shard-bmg: NOTRUN -> [SKIP][76] ([Intel XE#5825]) +4 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-c.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
- shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#1406] / [Intel XE#1489]) +2 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area:
- shard-adlp: NOTRUN -> [SKIP][78] ([Intel XE#1406] / [Intel XE#1489])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html
- shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#1406] / [Intel XE#2893])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-lnl-2/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr@fbc-pr-cursor-plane-onoff:
- shard-adlp: NOTRUN -> [SKIP][80] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +1 other test skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@kms_psr@fbc-pr-cursor-plane-onoff.html
* igt@kms_psr@pr-dpms:
- shard-dg2-set2: NOTRUN -> [SKIP][81] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-432/igt@kms_psr@pr-dpms.html
* igt@kms_psr@pr-primary-blt:
- shard-lnl: NOTRUN -> [SKIP][82] ([Intel XE#1406])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-lnl-2/igt@kms_psr@pr-primary-blt.html
* igt@kms_psr@psr-primary-page-flip:
- shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +4 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_psr@psr-primary-page-flip.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-bmg: NOTRUN -> [SKIP][84] ([Intel XE#3414] / [Intel XE#3904])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_setmode@basic@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][85] ([Intel XE#6361]) +1 other test fail
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-1/igt@kms_setmode@basic@pipe-a-dp-2.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-bmg: [PASS][86] -> [SKIP][87] ([Intel XE#1435]) +1 other test skip
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-5/igt@kms_setmode@clone-exclusive-crtc.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-6/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_sharpness_filter@filter-formats:
- shard-bmg: NOTRUN -> [SKIP][88] ([Intel XE#6503]) +1 other test skip
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_sharpness_filter@filter-formats.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-bmg: NOTRUN -> [SKIP][89] ([Intel XE#1499])
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-4/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@xe_copy_basic@mem-set-linear-0x8fffe:
- shard-dg2-set2: NOTRUN -> [SKIP][90] ([Intel XE#5503])
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@xe_copy_basic@mem-set-linear-0x8fffe.html
* igt@xe_eudebug@basic-vm-bind-ufence:
- shard-bmg: NOTRUN -> [SKIP][91] ([Intel XE#4837]) +2 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@xe_eudebug@basic-vm-bind-ufence.html
* igt@xe_eudebug@multigpu-basic-client-many:
- shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#4837])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-lnl-2/igt@xe_eudebug@multigpu-basic-client-many.html
* igt@xe_eudebug_online@single-step-one:
- shard-dg2-set2: NOTRUN -> [SKIP][93] ([Intel XE#4837] / [Intel XE#6665]) +1 other test skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@xe_eudebug_online@single-step-one.html
* igt@xe_evict@evict-large-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][94] ([Intel XE#688]) +1 other test skip
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-lnl-2/igt@xe_evict@evict-large-multi-vm.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate-race:
- shard-bmg: NOTRUN -> [SKIP][95] ([Intel XE#2322]) +2 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate-race.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-rebind:
- shard-adlp: NOTRUN -> [SKIP][96] ([Intel XE#1392] / [Intel XE#5575])
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-rebind.html
* igt@xe_exec_fault_mode@many-execqueues-basic-prefetch:
- shard-adlp: NOTRUN -> [SKIP][97] ([Intel XE#288] / [Intel XE#5561]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@xe_exec_fault_mode@many-execqueues-basic-prefetch.html
* igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-imm:
- shard-dg2-set2: NOTRUN -> [SKIP][98] ([Intel XE#288]) +3 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-imm.html
* igt@xe_exec_mix_modes@exec-spinner-interrupted-lr:
- shard-dg2-set2: NOTRUN -> [SKIP][99] ([Intel XE#2360])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@xe_exec_mix_modes@exec-spinner-interrupted-lr.html
* igt@xe_exec_reset@cm-close-fd:
- shard-adlp: [PASS][100] -> [DMESG-WARN][101] ([Intel XE#3868])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-adlp-3/igt@xe_exec_reset@cm-close-fd.html
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-3/igt@xe_exec_reset@cm-close-fd.html
* igt@xe_exec_sip_eudebug@breakpoint-writesip-nodebug:
- shard-dg2-set2: NOTRUN -> [SKIP][102] ([Intel XE#4837]) +2 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-432/igt@xe_exec_sip_eudebug@breakpoint-writesip-nodebug.html
* igt@xe_exec_system_allocator@many-64k-mmap-new-huge-nomemset:
- shard-bmg: NOTRUN -> [SKIP][103] ([Intel XE#5007])
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-4/igt@xe_exec_system_allocator@many-64k-mmap-new-huge-nomemset.html
* igt@xe_exec_system_allocator@once-mmap-free-huge:
- shard-bmg: NOTRUN -> [SKIP][104] ([Intel XE#4943]) +5 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-4/igt@xe_exec_system_allocator@once-mmap-free-huge.html
- shard-lnl: NOTRUN -> [SKIP][105] ([Intel XE#4943])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-lnl-2/igt@xe_exec_system_allocator@once-mmap-free-huge.html
* igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma:
- shard-lnl: [PASS][106] -> [FAIL][107] ([Intel XE#5625])
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-lnl-2/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-lnl-3/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-remap-eocheck:
- shard-dg2-set2: NOTRUN -> [SKIP][108] ([Intel XE#4915]) +66 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-432/igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-remap-eocheck.html
* igt@xe_exec_system_allocator@twice-large-malloc-race-nomemset:
- shard-adlp: NOTRUN -> [SKIP][109] ([Intel XE#4915]) +22 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@xe_exec_system_allocator@twice-large-malloc-race-nomemset.html
* igt@xe_oa@syncs-userptr-wait:
- shard-dg2-set2: NOTRUN -> [SKIP][110] ([Intel XE#3573])
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-432/igt@xe_oa@syncs-userptr-wait.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-bmg: NOTRUN -> [SKIP][111] ([Intel XE#2284])
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_pm@s3-d3cold-basic-exec:
- shard-dg2-set2: NOTRUN -> [SKIP][112] ([Intel XE#2284] / [Intel XE#366])
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@xe_pm@s3-d3cold-basic-exec.html
* igt@xe_pxp@pxp-src-to-pxp-dest-rendercopy:
- shard-dg2-set2: NOTRUN -> [SKIP][113] ([Intel XE#4733])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@xe_pxp@pxp-src-to-pxp-dest-rendercopy.html
* igt@xe_query@multigpu-query-invalid-size:
- shard-lnl: NOTRUN -> [SKIP][114] ([Intel XE#944])
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-lnl-2/igt@xe_query@multigpu-query-invalid-size.html
- shard-adlp: NOTRUN -> [SKIP][115] ([Intel XE#944])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@xe_query@multigpu-query-invalid-size.html
- shard-bmg: NOTRUN -> [SKIP][116] ([Intel XE#944])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-4/igt@xe_query@multigpu-query-invalid-size.html
* igt@xe_query@multigpu-query-mem-usage:
- shard-dg2-set2: NOTRUN -> [SKIP][117] ([Intel XE#944])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-436/igt@xe_query@multigpu-query-mem-usage.html
* igt@xe_sriov_auto_provisioning@selfconfig-reprovision-reduce-numvfs:
- shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#4130])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-reduce-numvfs.html
#### Possible fixes ####
* igt@kms_async_flips@crc-atomic@pipe-b-hdmi-a-1:
- shard-adlp: [FAIL][119] ([Intel XE#3884]) -> [PASS][120]
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-adlp-2/igt@kms_async_flips@crc-atomic@pipe-b-hdmi-a-1.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-adlp-8/igt@kms_async_flips@crc-atomic@pipe-b-hdmi-a-1.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-bmg: [INCOMPLETE][121] ([Intel XE#2705]) -> [PASS][122] +1 other test pass
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
- shard-bmg: [SKIP][123] ([Intel XE#2314] / [Intel XE#2894]) -> [PASS][124]
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-2/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
- shard-dg2-set2: [INCOMPLETE][125] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4345]) -> [PASS][126] +1 other test pass
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-dp-4:
- shard-dg2-set2: [INCOMPLETE][127] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212]) -> [PASS][128] +1 other test pass
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-dp-4.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-dp-4.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-bmg: [SKIP][129] ([Intel XE#2291]) -> [PASS][130] +4 other tests pass
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-bmg: [FAIL][131] ([Intel XE#5299]) -> [PASS][132]
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-bmg: [SKIP][133] ([Intel XE#4294]) -> [PASS][134]
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-6/igt@kms_dp_linktrain_fallback@dp-fallback.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-2/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible:
- shard-bmg: [SKIP][135] ([Intel XE#2316]) -> [PASS][136] +1 other test pass
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-6/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-1/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend@cd-hdmi-a6-dp4:
- shard-dg2-set2: [INCOMPLETE][137] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][138] +3 other tests pass
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-dg2-463/igt@kms_flip@2x-flip-vs-suspend@cd-hdmi-a6-dp4.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-436/igt@kms_flip@2x-flip-vs-suspend@cd-hdmi-a6-dp4.html
* igt@kms_setmode@basic@pipe-a-hdmi-a-3:
- shard-bmg: [FAIL][139] ([Intel XE#6361]) -> [PASS][140] +1 other test pass
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-6/igt@kms_setmode@basic@pipe-a-hdmi-a-3.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-1/igt@kms_setmode@basic@pipe-a-hdmi-a-3.html
* igt@xe_pmu@engine-activity-accuracy-50:
- shard-lnl: [FAIL][141] ([Intel XE#6251]) -> [PASS][142] +1 other test pass
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-lnl-8/igt@xe_pmu@engine-activity-accuracy-50.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-lnl-2/igt@xe_pmu@engine-activity-accuracy-50.html
#### Warnings ####
* igt@kms_content_protection@legacy:
- shard-bmg: [SKIP][143] ([Intel XE#2341]) -> [FAIL][144] ([Intel XE#1178]) +1 other test fail
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-6/igt@kms_content_protection@legacy.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-2/igt@kms_content_protection@legacy.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt:
- shard-bmg: [SKIP][145] ([Intel XE#2312]) -> [SKIP][146] ([Intel XE#2311]) +8 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][147] ([Intel XE#2311]) -> [SKIP][148] ([Intel XE#2312]) +13 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][149] ([Intel XE#2312]) -> [SKIP][150] ([Intel XE#4141]) +5 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen:
- shard-bmg: [SKIP][151] ([Intel XE#4141]) -> [SKIP][152] ([Intel XE#2312]) +4 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt:
- shard-bmg: [SKIP][153] ([Intel XE#2313]) -> [SKIP][154] ([Intel XE#2312]) +14 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff:
- shard-bmg: [SKIP][155] ([Intel XE#2312]) -> [SKIP][156] ([Intel XE#2313]) +8 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: [SKIP][157] ([Intel XE#1503]) -> [ABORT][158] ([Intel XE#6740])
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-6/igt@kms_hdr@invalid-hdr.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-5/igt@kms_hdr@invalid-hdr.html
* igt@kms_plane_multiple@2x-tiling-y:
- shard-bmg: [SKIP][159] ([Intel XE#4596]) -> [SKIP][160] ([Intel XE#5021])
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-6/igt@kms_plane_multiple@2x-tiling-y.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-2/igt@kms_plane_multiple@2x-tiling-y.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [FAIL][161] ([Intel XE#1729]) -> [SKIP][162] ([Intel XE#2426])
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern.html
- shard-dg2-set2: [FAIL][163] ([Intel XE#1729]) -> [SKIP][164] ([Intel XE#362])
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-dg2-433/igt@kms_tiled_display@basic-test-pattern.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg2-set2: [SKIP][165] ([Intel XE#1500]) -> [SKIP][166] ([Intel XE#362])
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf/shard-dg2-464/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[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#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310
[Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3862]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862
[Intel XE#3868]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3868
[Intel XE#3884]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3884
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#3970]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3970
[Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
[Intel XE#4294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4294
[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#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
[Intel XE#4683]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4683
[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#5007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5007
[Intel XE#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
[Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
[Intel XE#5299]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5299
[Intel XE#5503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5503
[Intel XE#5561]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5561
[Intel XE#5575]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5575
[Intel XE#5625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5625
[Intel XE#5825]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5825
[Intel XE#6251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6251
[Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
[Intel XE#6361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6361
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
[Intel XE#6704]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6704
[Intel XE#6706]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6706
[Intel XE#6740]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6740
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[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-4201-a36e2c7fed2132052900236e8c7aa563d339baaf -> xe-pw-158574v1
IGT_8656: 1fa8aeb0848614e6204602c5fe2949e049f087c9 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4201-a36e2c7fed2132052900236e8c7aa563d339baaf: a36e2c7fed2132052900236e8c7aa563d339baaf
xe-pw-158574v1: 158574v1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v1/index.html
[-- Attachment #2: Type: text/html, Size: 57236 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
2025-12-05 12:29 [PATCH] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message Imre Deak
` (3 preceding siblings ...)
2025-12-05 22:38 ` ✓ Xe.CI.Full: " Patchwork
@ 2025-12-08 12:03 ` Jani Nikula
2025-12-08 12:59 ` Imre Deak
2025-12-09 15:34 ` [PATCH v2] " Imre Deak
` (4 subsequent siblings)
9 siblings, 1 reply; 13+ messages in thread
From: Jani Nikula @ 2025-12-08 12:03 UTC (permalink / raw)
To: Imre Deak, intel-gfx, intel-xe; +Cc: Mika Kahola
On Fri, 05 Dec 2025, Imre Deak <imre.deak@intel.com> wrote:
> On C10 PHY PLLs the SSC is enabled by programming the
> XELPDP_PORT_CLOCK_CTL / XELPDP_SSC_ENABLE_PLLB flag and the
> PHY_C10_VDR_PLL 4..8 registers:
>
> - If SSC is enabled XELPDP_SSC_ENABLE_PLLB is set and the
> PHY_C10_VDR_PLL registers are programmed to non-zero values.
> - If SSC is disabled XELPDP_SSC_ENABLE_PLLB is cleared and the
> PHY_C10_VDR_PLL registers are programmed to zeroed-out values.
>
> The driver's state checker verifies if the above settings are consistent,
> i.e. if XELPDP_SSC_ENABLE_PLLB being set corresponds to the
> PHY_C10_VDR_PLL registers being zeroed-out or not.
>
> On WCL the BIOS programs non-zero values to the PHY_C10_VDR_PLL 4..8
> registers, but does not set the XELPDP_SSC_ENABLE_PLLB flag. This will
> trigger the following PLL state check warning during driver loading:
>
> <4>[ 44.457809] xe 0000:00:02.0: [drm] PHY B: SSC enabled state (no), doesn't match PLL configuration (SSC-enabled)
BTW I also think the message is really confusing.
"SSC enabled state (no)" vs. "PLL configuration (SSC-enabled)".
*BOTH* need to say SSC with str_enabled_disabled() and ditch the clumsy
"SSC enabled state yes/no" and "SSC-enabled/SSC-disabled".
BR,
Jani.
> <4>[ 44.457833] WARNING: CPU: 4 PID: 298 at drivers/gpu/drm/i915/display/intel_cx0_phy.c:2281 intel_cx0pll_readout_hw_state+0x221/0x620 [xe]
>
> It's not clear whether the HW uses the PHY_C10_VDR_PLL 4..8 register
> values if the XELPDP_SSC_ENABLE_PLLB flag is cleared, or just ignores
> them in this case. Since the driver always programs the register values
> according to the above, it still makes sense to verify that the
> programming happened correctly.
>
> To avoid the state check WARN during driver loading due to the way BIOS
> programs the registers, convert the WARN to a debug message.
>
> Cc: Mika Kahola <mika.kahola@intel.com>
> Signed-off-by: Imre Deak <imre.deak@intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_cx0_phy.c | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.c b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
> index 7bd17723e7abb..b973a9201edda 100644
> --- a/drivers/gpu/drm/i915/display/intel_cx0_phy.c
> +++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
> @@ -2278,11 +2278,12 @@ static void intel_c10pll_readout_hw_state(struct intel_encoder *encoder,
> pll_state->clock = intel_c10pll_calc_port_clock(encoder, pll_state);
>
> cx0pll_state->ssc_enabled = readout_ssc_state(encoder, true);
> - drm_WARN(display->drm,
> - cx0pll_state->ssc_enabled != intel_c10pll_ssc_enabled(pll_state),
> - "PHY %c: SSC enabled state (%s), doesn't match PLL configuration (%s)\n",
> - phy_name(phy), str_yes_no(cx0pll_state->ssc_enabled),
> - intel_c10pll_ssc_enabled(pll_state) ? "SSC-enabled" : "SSC-disabled");
> +
> + if (cx0pll_state->ssc_enabled != intel_c10pll_ssc_enabled(pll_state))
> + drm_dbg_kms(display->drm,
> + "PHY %c: SSC enabled state (%s), doesn't match PLL configuration (%s)\n",
> + phy_name(phy), str_yes_no(cx0pll_state->ssc_enabled),
> + intel_c10pll_ssc_enabled(pll_state) ? "SSC-enabled" : "SSC-disabled");
> }
>
> static void intel_c10_pll_program(struct intel_display *display,
--
Jani Nikula, Intel
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
2025-12-08 12:03 ` [PATCH] " Jani Nikula
@ 2025-12-08 12:59 ` Imre Deak
2025-12-09 13:33 ` Kahola, Mika
0 siblings, 1 reply; 13+ messages in thread
From: Imre Deak @ 2025-12-08 12:59 UTC (permalink / raw)
To: Jani Nikula; +Cc: intel-gfx, intel-xe, Mika Kahola
On Mon, Dec 08, 2025 at 02:03:15PM +0200, Jani Nikula wrote:
> On Fri, 05 Dec 2025, Imre Deak <imre.deak@intel.com> wrote:
> > On C10 PHY PLLs the SSC is enabled by programming the
> > XELPDP_PORT_CLOCK_CTL / XELPDP_SSC_ENABLE_PLLB flag and the
> > PHY_C10_VDR_PLL 4..8 registers:
> >
> > - If SSC is enabled XELPDP_SSC_ENABLE_PLLB is set and the
> > PHY_C10_VDR_PLL registers are programmed to non-zero values.
> > - If SSC is disabled XELPDP_SSC_ENABLE_PLLB is cleared and the
> > PHY_C10_VDR_PLL registers are programmed to zeroed-out values.
> >
> > The driver's state checker verifies if the above settings are consistent,
> > i.e. if XELPDP_SSC_ENABLE_PLLB being set corresponds to the
> > PHY_C10_VDR_PLL registers being zeroed-out or not.
> >
> > On WCL the BIOS programs non-zero values to the PHY_C10_VDR_PLL 4..8
> > registers, but does not set the XELPDP_SSC_ENABLE_PLLB flag. This will
> > trigger the following PLL state check warning during driver loading:
> >
> > <4>[ 44.457809] xe 0000:00:02.0: [drm] PHY B: SSC enabled state (no), doesn't match PLL configuration (SSC-enabled)
>
> BTW I also think the message is really confusing.
>
> "SSC enabled state (no)" vs. "PLL configuration (SSC-enabled)".
>
> *BOTH* need to say SSC with str_enabled_disabled() and ditch the clumsy
> "SSC enabled state yes/no" and "SSC-enabled/SSC-disabled".
Makes sense, can change it to:
if (cx0pll_state->ssc_enabled != intel_c10pll_ssc_enabled(pll_state))
drm_dbg_kms(display->drm,
"PHY %c: SSC state mismatch: port SSC is %s, PLL SSC is %s\n",
phy_name(phy),
str_enabled_disabled(cx0pll_state->ssc_enabled),
str_enabled_disabled(intel_c10pll_ssc_enabled(pll_state)));
>
> BR,
> Jani.
>
>
> > <4>[ 44.457833] WARNING: CPU: 4 PID: 298 at drivers/gpu/drm/i915/display/intel_cx0_phy.c:2281 intel_cx0pll_readout_hw_state+0x221/0x620 [xe]
> >
> > It's not clear whether the HW uses the PHY_C10_VDR_PLL 4..8 register
> > values if the XELPDP_SSC_ENABLE_PLLB flag is cleared, or just ignores
> > them in this case. Since the driver always programs the register values
> > according to the above, it still makes sense to verify that the
> > programming happened correctly.
> >
> > To avoid the state check WARN during driver loading due to the way BIOS
> > programs the registers, convert the WARN to a debug message.
> >
> > Cc: Mika Kahola <mika.kahola@intel.com>
> > Signed-off-by: Imre Deak <imre.deak@intel.com>
> > ---
> > drivers/gpu/drm/i915/display/intel_cx0_phy.c | 11 ++++++-----
> > 1 file changed, 6 insertions(+), 5 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.c b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
> > index 7bd17723e7abb..b973a9201edda 100644
> > --- a/drivers/gpu/drm/i915/display/intel_cx0_phy.c
> > +++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
> > @@ -2278,11 +2278,12 @@ static void intel_c10pll_readout_hw_state(struct intel_encoder *encoder,
> > pll_state->clock = intel_c10pll_calc_port_clock(encoder, pll_state);
> >
> > cx0pll_state->ssc_enabled = readout_ssc_state(encoder, true);
> > - drm_WARN(display->drm,
> > - cx0pll_state->ssc_enabled != intel_c10pll_ssc_enabled(pll_state),
> > - "PHY %c: SSC enabled state (%s), doesn't match PLL configuration (%s)\n",
> > - phy_name(phy), str_yes_no(cx0pll_state->ssc_enabled),
> > - intel_c10pll_ssc_enabled(pll_state) ? "SSC-enabled" : "SSC-disabled");
> > +
> > + if (cx0pll_state->ssc_enabled != intel_c10pll_ssc_enabled(pll_state))
> > + drm_dbg_kms(display->drm,
> > + "PHY %c: SSC enabled state (%s), doesn't match PLL configuration (%s)\n",
> > + phy_name(phy), str_yes_no(cx0pll_state->ssc_enabled),
> > + intel_c10pll_ssc_enabled(pll_state) ? "SSC-enabled" : "SSC-disabled");
> > }
> >
> > static void intel_c10_pll_program(struct intel_display *display,
>
> --
> Jani Nikula, Intel
^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: [PATCH] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
2025-12-08 12:59 ` Imre Deak
@ 2025-12-09 13:33 ` Kahola, Mika
0 siblings, 0 replies; 13+ messages in thread
From: Kahola, Mika @ 2025-12-09 13:33 UTC (permalink / raw)
To: Deak, Imre, Jani Nikula
Cc: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
> -----Original Message-----
> From: Deak, Imre <imre.deak@intel.com>
> Sent: Monday, 8 December 2025 14.59
> To: Jani Nikula <jani.nikula@linux.intel.com>
> Cc: intel-gfx@lists.freedesktop.org; intel-xe@lists.freedesktop.org; Kahola, Mika <mika.kahola@intel.com>
> Subject: Re: [PATCH] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
>
> On Mon, Dec 08, 2025 at 02:03:15PM +0200, Jani Nikula wrote:
> > On Fri, 05 Dec 2025, Imre Deak <imre.deak@intel.com> wrote:
> > > On C10 PHY PLLs the SSC is enabled by programming the
> > > XELPDP_PORT_CLOCK_CTL / XELPDP_SSC_ENABLE_PLLB flag and the
> > > PHY_C10_VDR_PLL 4..8 registers:
> > >
> > > - If SSC is enabled XELPDP_SSC_ENABLE_PLLB is set and the
> > > PHY_C10_VDR_PLL registers are programmed to non-zero values.
> > > - If SSC is disabled XELPDP_SSC_ENABLE_PLLB is cleared and the
> > > PHY_C10_VDR_PLL registers are programmed to zeroed-out values.
> > >
> > > The driver's state checker verifies if the above settings are
> > > consistent, i.e. if XELPDP_SSC_ENABLE_PLLB being set corresponds to
> > > the PHY_C10_VDR_PLL registers being zeroed-out or not.
> > >
> > > On WCL the BIOS programs non-zero values to the PHY_C10_VDR_PLL 4..8
> > > registers, but does not set the XELPDP_SSC_ENABLE_PLLB flag. This
> > > will trigger the following PLL state check warning during driver loading:
> > >
> > > <4>[ 44.457809] xe 0000:00:02.0: [drm] PHY B: SSC enabled state (no), doesn't match PLL configuration (SSC-enabled)
> >
> > BTW I also think the message is really confusing.
> >
> > "SSC enabled state (no)" vs. "PLL configuration (SSC-enabled)".
> >
> > *BOTH* need to say SSC with str_enabled_disabled() and ditch the
> > clumsy "SSC enabled state yes/no" and "SSC-enabled/SSC-disabled".
>
> Makes sense, can change it to:
> if (cx0pll_state->ssc_enabled != intel_c10pll_ssc_enabled(pll_state))
> drm_dbg_kms(display->drm,
> "PHY %c: SSC state mismatch: port SSC is %s, PLL SSC is %s\n",
> phy_name(phy),
> str_enabled_disabled(cx0pll_state->ssc_enabled),
> str_enabled_disabled(intel_c10pll_ssc_enabled(pll_state)));
With this change applied
Reviewed-by: Mika Kahola <mika.kahola@intel.com>
>
> >
> > BR,
> > Jani.
> >
> >
> > > <4>[ 44.457833] WARNING: CPU: 4 PID: 298 at drivers/gpu/drm/i915/display/intel_cx0_phy.c:2281
> intel_cx0pll_readout_hw_state+0x221/0x620 [xe]
> > >
> > > It's not clear whether the HW uses the PHY_C10_VDR_PLL 4..8 register
> > > values if the XELPDP_SSC_ENABLE_PLLB flag is cleared, or just
> > > ignores them in this case. Since the driver always programs the
> > > register values according to the above, it still makes sense to
> > > verify that the programming happened correctly.
> > >
> > > To avoid the state check WARN during driver loading due to the way
> > > BIOS programs the registers, convert the WARN to a debug message.
> > >
> > > Cc: Mika Kahola <mika.kahola@intel.com>
> > > Signed-off-by: Imre Deak <imre.deak@intel.com>
> > > ---
> > > drivers/gpu/drm/i915/display/intel_cx0_phy.c | 11 ++++++-----
> > > 1 file changed, 6 insertions(+), 5 deletions(-)
> > >
> > > diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.c
> > > b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
> > > index 7bd17723e7abb..b973a9201edda 100644
> > > --- a/drivers/gpu/drm/i915/display/intel_cx0_phy.c
> > > +++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
> > > @@ -2278,11 +2278,12 @@ static void intel_c10pll_readout_hw_state(struct intel_encoder *encoder,
> > > pll_state->clock = intel_c10pll_calc_port_clock(encoder,
> > > pll_state);
> > >
> > > cx0pll_state->ssc_enabled = readout_ssc_state(encoder, true);
> > > - drm_WARN(display->drm,
> > > - cx0pll_state->ssc_enabled != intel_c10pll_ssc_enabled(pll_state),
> > > - "PHY %c: SSC enabled state (%s), doesn't match PLL configuration (%s)\n",
> > > - phy_name(phy), str_yes_no(cx0pll_state->ssc_enabled),
> > > - intel_c10pll_ssc_enabled(pll_state) ? "SSC-enabled" : "SSC-disabled");
> > > +
> > > + if (cx0pll_state->ssc_enabled != intel_c10pll_ssc_enabled(pll_state))
> > > + drm_dbg_kms(display->drm,
> > > + "PHY %c: SSC enabled state (%s), doesn't match PLL configuration (%s)\n",
> > > + phy_name(phy), str_yes_no(cx0pll_state->ssc_enabled),
> > > + intel_c10pll_ssc_enabled(pll_state) ? "SSC-enabled" :
> > > +"SSC-disabled");
> > > }
> > >
> > > static void intel_c10_pll_program(struct intel_display *display,
> >
> > --
> > Jani Nikula, Intel
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH v2] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
2025-12-05 12:29 [PATCH] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message Imre Deak
` (4 preceding siblings ...)
2025-12-08 12:03 ` [PATCH] " Jani Nikula
@ 2025-12-09 15:34 ` Imre Deak
2025-12-09 21:31 ` ✗ CI.checkpatch: warning for drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message (rev2) Patchwork
` (3 subsequent siblings)
9 siblings, 0 replies; 13+ messages in thread
From: Imre Deak @ 2025-12-09 15:34 UTC (permalink / raw)
To: intel-xe, intel-gfx; +Cc: Jani Nikula, Mika Kahola
On C10 PHY PLLs the SSC is enabled by programming the
XELPDP_PORT_CLOCK_CTL / XELPDP_SSC_ENABLE_PLLB flag and the
PHY_C10_VDR_PLL 4..8 registers:
- If SSC is enabled XELPDP_SSC_ENABLE_PLLB is set and the
PHY_C10_VDR_PLL registers are programmed to non-zero values.
- If SSC is disabled XELPDP_SSC_ENABLE_PLLB is cleared and the
PHY_C10_VDR_PLL registers are programmed to zeroed-out values.
The driver's state checker verifies if the above settings are consistent,
i.e. if XELPDP_SSC_ENABLE_PLLB being set corresponds to the
PHY_C10_VDR_PLL registers being zeroed-out or not.
On WCL the BIOS programs non-zero values to the PHY_C10_VDR_PLL 4..8
registers, but does not set the XELPDP_SSC_ENABLE_PLLB flag. This will
trigger the following PLL state check warning during driver loading:
<4>[ 44.457809] xe 0000:00:02.0: [drm] PHY B: SSC enabled state (no), doesn't match PLL configuration (SSC-enabled)
<4>[ 44.457833] WARNING: CPU: 4 PID: 298 at drivers/gpu/drm/i915/display/intel_cx0_phy.c:2281 intel_cx0pll_readout_hw_state+0x221/0x620 [xe]
It's not clear whether the HW uses the PHY_C10_VDR_PLL 4..8 register
values if the XELPDP_SSC_ENABLE_PLLB flag is cleared, or just ignores
them in this case. Since the driver always programs the register values
according to the above, it still makes sense to verify that the
programming happened correctly.
To avoid the state check WARN during driver loading due to the way BIOS
programs the registers, convert the WARN to a debug message.
While at it clarify the debug message.
v2: Clarify the debug message. (Jani)
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Mika Kahola <mika.kahola@intel.com>
Reviewed-by: Mika Kahola <mika.kahola@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
---
drivers/gpu/drm/i915/display/intel_cx0_phy.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.c b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
index 7bd17723e7abb..f6d69627154e5 100644
--- a/drivers/gpu/drm/i915/display/intel_cx0_phy.c
+++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
@@ -2278,11 +2278,13 @@ static void intel_c10pll_readout_hw_state(struct intel_encoder *encoder,
pll_state->clock = intel_c10pll_calc_port_clock(encoder, pll_state);
cx0pll_state->ssc_enabled = readout_ssc_state(encoder, true);
- drm_WARN(display->drm,
- cx0pll_state->ssc_enabled != intel_c10pll_ssc_enabled(pll_state),
- "PHY %c: SSC enabled state (%s), doesn't match PLL configuration (%s)\n",
- phy_name(phy), str_yes_no(cx0pll_state->ssc_enabled),
- intel_c10pll_ssc_enabled(pll_state) ? "SSC-enabled" : "SSC-disabled");
+
+ if (cx0pll_state->ssc_enabled != intel_c10pll_ssc_enabled(pll_state))
+ drm_dbg_kms(display->drm,
+ "PHY %c: SSC state mismatch: port SSC is %s, PLL SSC is %s\n",
+ phy_name(phy),
+ str_enabled_disabled(cx0pll_state->ssc_enabled),
+ str_enabled_disabled(intel_c10pll_ssc_enabled(pll_state)));
}
static void intel_c10_pll_program(struct intel_display *display,
--
2.49.1
^ permalink raw reply related [flat|nested] 13+ messages in thread* ✗ CI.checkpatch: warning for drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message (rev2)
2025-12-05 12:29 [PATCH] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message Imre Deak
` (5 preceding siblings ...)
2025-12-09 15:34 ` [PATCH v2] " Imre Deak
@ 2025-12-09 21:31 ` Patchwork
2025-12-09 21:32 ` ✓ CI.KUnit: success " Patchwork
` (2 subsequent siblings)
9 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2025-12-09 21:31 UTC (permalink / raw)
To: Imre Deak; +Cc: intel-xe
== Series Details ==
Series: drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message (rev2)
URL : https://patchwork.freedesktop.org/series/158574/
State : warning
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
8f50e69d0ce3656564bbdf8b3e213d61470d463f
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b987e62cdf109b1d71be1903b876565c47149676
Author: Imre Deak <imre.deak@intel.com>
Date: Tue Dec 9 17:34:07 2025 +0200
drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
On C10 PHY PLLs the SSC is enabled by programming the
XELPDP_PORT_CLOCK_CTL / XELPDP_SSC_ENABLE_PLLB flag and the
PHY_C10_VDR_PLL 4..8 registers:
- If SSC is enabled XELPDP_SSC_ENABLE_PLLB is set and the
PHY_C10_VDR_PLL registers are programmed to non-zero values.
- If SSC is disabled XELPDP_SSC_ENABLE_PLLB is cleared and the
PHY_C10_VDR_PLL registers are programmed to zeroed-out values.
The driver's state checker verifies if the above settings are consistent,
i.e. if XELPDP_SSC_ENABLE_PLLB being set corresponds to the
PHY_C10_VDR_PLL registers being zeroed-out or not.
On WCL the BIOS programs non-zero values to the PHY_C10_VDR_PLL 4..8
registers, but does not set the XELPDP_SSC_ENABLE_PLLB flag. This will
trigger the following PLL state check warning during driver loading:
<4>[ 44.457809] xe 0000:00:02.0: [drm] PHY B: SSC enabled state (no), doesn't match PLL configuration (SSC-enabled)
<4>[ 44.457833] WARNING: CPU: 4 PID: 298 at drivers/gpu/drm/i915/display/intel_cx0_phy.c:2281 intel_cx0pll_readout_hw_state+0x221/0x620 [xe]
It's not clear whether the HW uses the PHY_C10_VDR_PLL 4..8 register
values if the XELPDP_SSC_ENABLE_PLLB flag is cleared, or just ignores
them in this case. Since the driver always programs the register values
according to the above, it still makes sense to verify that the
programming happened correctly.
To avoid the state check WARN during driver loading due to the way BIOS
programs the registers, convert the WARN to a debug message.
While at it clarify the debug message.
v2: Clarify the debug message. (Jani)
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Mika Kahola <mika.kahola@intel.com>
Reviewed-by: Mika Kahola <mika.kahola@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
+ /mt/dim checkpatch 12271f632915efe0c5d4171b9c0e90f57ecdfe01 drm-intel
b987e62cdf10 drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
-:24: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#24:
<4>[ 44.457809] xe 0000:00:02.0: [drm] PHY B: SSC enabled state (no), doesn't match PLL configuration (SSC-enabled)
total: 0 errors, 1 warnings, 0 checks, 18 lines checked
^ permalink raw reply [flat|nested] 13+ messages in thread* ✓ CI.KUnit: success for drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message (rev2)
2025-12-05 12:29 [PATCH] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message Imre Deak
` (6 preceding siblings ...)
2025-12-09 21:31 ` ✗ CI.checkpatch: warning for drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message (rev2) Patchwork
@ 2025-12-09 21:32 ` Patchwork
2025-12-09 23:38 ` ✗ Xe.CI.BAT: failure " Patchwork
2025-12-10 3:34 ` ✗ Xe.CI.Full: " Patchwork
9 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2025-12-09 21:32 UTC (permalink / raw)
To: Imre Deak; +Cc: intel-xe
== Series Details ==
Series: drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message (rev2)
URL : https://patchwork.freedesktop.org/series/158574/
State : success
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[21:31:23] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[21:31:27] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[21:31:57] Starting KUnit Kernel (1/1)...
[21:31:57] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[21:31:57] ================== guc_buf (11 subtests) ===================
[21:31:57] [PASSED] test_smallest
[21:31:57] [PASSED] test_largest
[21:31:57] [PASSED] test_granular
[21:31:57] [PASSED] test_unique
[21:31:57] [PASSED] test_overlap
[21:31:57] [PASSED] test_reusable
[21:31:57] [PASSED] test_too_big
[21:31:57] [PASSED] test_flush
[21:31:57] [PASSED] test_lookup
[21:31:57] [PASSED] test_data
[21:31:57] [PASSED] test_class
[21:31:57] ===================== [PASSED] guc_buf =====================
[21:31:57] =================== guc_dbm (7 subtests) ===================
[21:31:57] [PASSED] test_empty
[21:31:57] [PASSED] test_default
[21:31:57] ======================== test_size ========================
[21:31:57] [PASSED] 4
[21:31:57] [PASSED] 8
[21:31:57] [PASSED] 32
[21:31:57] [PASSED] 256
[21:31:57] ==================== [PASSED] test_size ====================
[21:31:57] ======================= test_reuse ========================
[21:31:57] [PASSED] 4
[21:31:57] [PASSED] 8
[21:31:57] [PASSED] 32
[21:31:57] [PASSED] 256
[21:31:57] =================== [PASSED] test_reuse ====================
[21:31:57] =================== test_range_overlap ====================
[21:31:57] [PASSED] 4
[21:31:57] [PASSED] 8
[21:31:57] [PASSED] 32
[21:31:57] [PASSED] 256
[21:31:57] =============== [PASSED] test_range_overlap ================
[21:31:57] =================== test_range_compact ====================
[21:31:57] [PASSED] 4
[21:31:57] [PASSED] 8
[21:31:57] [PASSED] 32
[21:31:57] [PASSED] 256
[21:31:57] =============== [PASSED] test_range_compact ================
[21:31:57] ==================== test_range_spare =====================
[21:31:57] [PASSED] 4
[21:31:57] [PASSED] 8
[21:31:57] [PASSED] 32
[21:31:57] [PASSED] 256
[21:31:57] ================ [PASSED] test_range_spare =================
[21:31:57] ===================== [PASSED] guc_dbm =====================
[21:31:57] =================== guc_idm (6 subtests) ===================
[21:31:57] [PASSED] bad_init
[21:31:57] [PASSED] no_init
[21:31:57] [PASSED] init_fini
[21:31:57] [PASSED] check_used
[21:31:58] [PASSED] check_quota
[21:31:58] [PASSED] check_all
[21:31:58] ===================== [PASSED] guc_idm =====================
[21:31:58] ================== no_relay (3 subtests) ===================
[21:31:58] [PASSED] xe_drops_guc2pf_if_not_ready
[21:31:58] [PASSED] xe_drops_guc2vf_if_not_ready
[21:31:58] [PASSED] xe_rejects_send_if_not_ready
[21:31:58] ==================== [PASSED] no_relay =====================
[21:31:58] ================== pf_relay (14 subtests) ==================
[21:31:58] [PASSED] pf_rejects_guc2pf_too_short
[21:31:58] [PASSED] pf_rejects_guc2pf_too_long
[21:31:58] [PASSED] pf_rejects_guc2pf_no_payload
[21:31:58] [PASSED] pf_fails_no_payload
[21:31:58] [PASSED] pf_fails_bad_origin
[21:31:58] [PASSED] pf_fails_bad_type
[21:31:58] [PASSED] pf_txn_reports_error
[21:31:58] [PASSED] pf_txn_sends_pf2guc
[21:31:58] [PASSED] pf_sends_pf2guc
[21:31:58] [SKIPPED] pf_loopback_nop
[21:31:58] [SKIPPED] pf_loopback_echo
[21:31:58] [SKIPPED] pf_loopback_fail
[21:31:58] [SKIPPED] pf_loopback_busy
[21:31:58] [SKIPPED] pf_loopback_retry
[21:31:58] ==================== [PASSED] pf_relay =====================
[21:31:58] ================== vf_relay (3 subtests) ===================
[21:31:58] [PASSED] vf_rejects_guc2vf_too_short
[21:31:58] [PASSED] vf_rejects_guc2vf_too_long
[21:31:58] [PASSED] vf_rejects_guc2vf_no_payload
[21:31:58] ==================== [PASSED] vf_relay =====================
[21:31:58] ================ pf_gt_config (6 subtests) =================
[21:31:58] [PASSED] fair_contexts_1vf
[21:31:58] [PASSED] fair_doorbells_1vf
[21:31:58] [PASSED] fair_ggtt_1vf
[21:31:58] ====================== fair_contexts ======================
[21:31:58] [PASSED] 1 VF
[21:31:58] [PASSED] 2 VFs
[21:31:58] [PASSED] 3 VFs
[21:31:58] [PASSED] 4 VFs
[21:31:58] [PASSED] 5 VFs
[21:31:58] [PASSED] 6 VFs
[21:31:58] [PASSED] 7 VFs
[21:31:58] [PASSED] 8 VFs
[21:31:58] [PASSED] 9 VFs
[21:31:58] [PASSED] 10 VFs
[21:31:58] [PASSED] 11 VFs
[21:31:58] [PASSED] 12 VFs
[21:31:58] [PASSED] 13 VFs
[21:31:58] [PASSED] 14 VFs
[21:31:58] [PASSED] 15 VFs
[21:31:58] [PASSED] 16 VFs
[21:31:58] [PASSED] 17 VFs
[21:31:58] [PASSED] 18 VFs
[21:31:58] [PASSED] 19 VFs
[21:31:58] [PASSED] 20 VFs
[21:31:58] [PASSED] 21 VFs
[21:31:58] [PASSED] 22 VFs
[21:31:58] [PASSED] 23 VFs
[21:31:58] [PASSED] 24 VFs
[21:31:58] [PASSED] 25 VFs
[21:31:58] [PASSED] 26 VFs
[21:31:58] [PASSED] 27 VFs
[21:31:58] [PASSED] 28 VFs
[21:31:58] [PASSED] 29 VFs
[21:31:58] [PASSED] 30 VFs
[21:31:58] [PASSED] 31 VFs
[21:31:58] [PASSED] 32 VFs
[21:31:58] [PASSED] 33 VFs
[21:31:58] [PASSED] 34 VFs
[21:31:58] [PASSED] 35 VFs
[21:31:58] [PASSED] 36 VFs
[21:31:58] [PASSED] 37 VFs
[21:31:58] [PASSED] 38 VFs
[21:31:58] [PASSED] 39 VFs
[21:31:58] [PASSED] 40 VFs
[21:31:58] [PASSED] 41 VFs
[21:31:58] [PASSED] 42 VFs
[21:31:58] [PASSED] 43 VFs
[21:31:58] [PASSED] 44 VFs
[21:31:58] [PASSED] 45 VFs
[21:31:58] [PASSED] 46 VFs
[21:31:58] [PASSED] 47 VFs
[21:31:58] [PASSED] 48 VFs
[21:31:58] [PASSED] 49 VFs
[21:31:58] [PASSED] 50 VFs
[21:31:58] [PASSED] 51 VFs
[21:31:58] [PASSED] 52 VFs
[21:31:58] [PASSED] 53 VFs
[21:31:58] [PASSED] 54 VFs
[21:31:58] [PASSED] 55 VFs
[21:31:58] [PASSED] 56 VFs
[21:31:58] [PASSED] 57 VFs
[21:31:58] [PASSED] 58 VFs
[21:31:58] [PASSED] 59 VFs
[21:31:58] [PASSED] 60 VFs
[21:31:58] [PASSED] 61 VFs
[21:31:58] [PASSED] 62 VFs
[21:31:58] [PASSED] 63 VFs
[21:31:58] ================== [PASSED] fair_contexts ==================
[21:31:58] ===================== fair_doorbells ======================
[21:31:58] [PASSED] 1 VF
[21:31:58] [PASSED] 2 VFs
[21:31:58] [PASSED] 3 VFs
[21:31:58] [PASSED] 4 VFs
[21:31:58] [PASSED] 5 VFs
[21:31:58] [PASSED] 6 VFs
[21:31:58] [PASSED] 7 VFs
[21:31:58] [PASSED] 8 VFs
[21:31:58] [PASSED] 9 VFs
[21:31:58] [PASSED] 10 VFs
[21:31:58] [PASSED] 11 VFs
[21:31:58] [PASSED] 12 VFs
[21:31:58] [PASSED] 13 VFs
[21:31:58] [PASSED] 14 VFs
[21:31:58] [PASSED] 15 VFs
[21:31:58] [PASSED] 16 VFs
[21:31:58] [PASSED] 17 VFs
[21:31:58] [PASSED] 18 VFs
[21:31:58] [PASSED] 19 VFs
[21:31:58] [PASSED] 20 VFs
[21:31:58] [PASSED] 21 VFs
[21:31:58] [PASSED] 22 VFs
[21:31:58] [PASSED] 23 VFs
[21:31:58] [PASSED] 24 VFs
[21:31:58] [PASSED] 25 VFs
[21:31:58] [PASSED] 26 VFs
[21:31:58] [PASSED] 27 VFs
[21:31:58] [PASSED] 28 VFs
[21:31:58] [PASSED] 29 VFs
[21:31:58] [PASSED] 30 VFs
[21:31:58] [PASSED] 31 VFs
[21:31:58] [PASSED] 32 VFs
[21:31:58] [PASSED] 33 VFs
[21:31:58] [PASSED] 34 VFs
[21:31:58] [PASSED] 35 VFs
[21:31:58] [PASSED] 36 VFs
[21:31:58] [PASSED] 37 VFs
[21:31:58] [PASSED] 38 VFs
[21:31:58] [PASSED] 39 VFs
[21:31:58] [PASSED] 40 VFs
[21:31:58] [PASSED] 41 VFs
[21:31:58] [PASSED] 42 VFs
[21:31:58] [PASSED] 43 VFs
[21:31:58] [PASSED] 44 VFs
[21:31:58] [PASSED] 45 VFs
[21:31:58] [PASSED] 46 VFs
[21:31:58] [PASSED] 47 VFs
[21:31:58] [PASSED] 48 VFs
[21:31:58] [PASSED] 49 VFs
[21:31:58] [PASSED] 50 VFs
[21:31:58] [PASSED] 51 VFs
[21:31:58] [PASSED] 52 VFs
[21:31:58] [PASSED] 53 VFs
[21:31:58] [PASSED] 54 VFs
[21:31:58] [PASSED] 55 VFs
[21:31:58] [PASSED] 56 VFs
[21:31:58] [PASSED] 57 VFs
[21:31:58] [PASSED] 58 VFs
[21:31:58] [PASSED] 59 VFs
[21:31:58] [PASSED] 60 VFs
[21:31:58] [PASSED] 61 VFs
[21:31:58] [PASSED] 62 VFs
[21:31:58] [PASSED] 63 VFs
[21:31:58] ================= [PASSED] fair_doorbells ==================
[21:31:58] ======================== fair_ggtt ========================
[21:31:58] [PASSED] 1 VF
[21:31:58] [PASSED] 2 VFs
[21:31:58] [PASSED] 3 VFs
[21:31:58] [PASSED] 4 VFs
[21:31:58] [PASSED] 5 VFs
[21:31:58] [PASSED] 6 VFs
[21:31:58] [PASSED] 7 VFs
[21:31:58] [PASSED] 8 VFs
[21:31:58] [PASSED] 9 VFs
[21:31:58] [PASSED] 10 VFs
[21:31:58] [PASSED] 11 VFs
[21:31:58] [PASSED] 12 VFs
[21:31:58] [PASSED] 13 VFs
[21:31:58] [PASSED] 14 VFs
[21:31:58] [PASSED] 15 VFs
[21:31:58] [PASSED] 16 VFs
[21:31:58] [PASSED] 17 VFs
[21:31:58] [PASSED] 18 VFs
[21:31:58] [PASSED] 19 VFs
[21:31:58] [PASSED] 20 VFs
[21:31:58] [PASSED] 21 VFs
[21:31:58] [PASSED] 22 VFs
[21:31:58] [PASSED] 23 VFs
[21:31:58] [PASSED] 24 VFs
[21:31:58] [PASSED] 25 VFs
[21:31:58] [PASSED] 26 VFs
[21:31:58] [PASSED] 27 VFs
[21:31:58] [PASSED] 28 VFs
[21:31:58] [PASSED] 29 VFs
[21:31:58] [PASSED] 30 VFs
[21:31:58] [PASSED] 31 VFs
[21:31:58] [PASSED] 32 VFs
[21:31:58] [PASSED] 33 VFs
[21:31:58] [PASSED] 34 VFs
[21:31:58] [PASSED] 35 VFs
[21:31:58] [PASSED] 36 VFs
[21:31:58] [PASSED] 37 VFs
[21:31:58] [PASSED] 38 VFs
[21:31:58] [PASSED] 39 VFs
[21:31:58] [PASSED] 40 VFs
[21:31:58] [PASSED] 41 VFs
[21:31:58] [PASSED] 42 VFs
[21:31:58] [PASSED] 43 VFs
[21:31:58] [PASSED] 44 VFs
[21:31:58] [PASSED] 45 VFs
[21:31:58] [PASSED] 46 VFs
[21:31:58] [PASSED] 47 VFs
[21:31:58] [PASSED] 48 VFs
[21:31:58] [PASSED] 49 VFs
[21:31:58] [PASSED] 50 VFs
[21:31:58] [PASSED] 51 VFs
[21:31:58] [PASSED] 52 VFs
[21:31:58] [PASSED] 53 VFs
[21:31:58] [PASSED] 54 VFs
[21:31:58] [PASSED] 55 VFs
[21:31:58] [PASSED] 56 VFs
[21:31:58] [PASSED] 57 VFs
[21:31:58] [PASSED] 58 VFs
[21:31:58] [PASSED] 59 VFs
[21:31:58] [PASSED] 60 VFs
[21:31:58] [PASSED] 61 VFs
[21:31:58] [PASSED] 62 VFs
[21:31:58] [PASSED] 63 VFs
[21:31:58] ==================== [PASSED] fair_ggtt ====================
[21:31:58] ================== [PASSED] pf_gt_config ===================
[21:31:58] ===================== lmtt (1 subtest) =====================
[21:31:58] ======================== test_ops =========================
[21:31:58] [PASSED] 2-level
[21:31:58] [PASSED] multi-level
[21:31:58] ==================== [PASSED] test_ops =====================
[21:31:58] ====================== [PASSED] lmtt =======================
[21:31:58] ================= pf_service (11 subtests) =================
[21:31:58] [PASSED] pf_negotiate_any
[21:31:58] [PASSED] pf_negotiate_base_match
[21:31:58] [PASSED] pf_negotiate_base_newer
[21:31:58] [PASSED] pf_negotiate_base_next
[21:31:58] [SKIPPED] pf_negotiate_base_older
[21:31:58] [PASSED] pf_negotiate_base_prev
[21:31:58] [PASSED] pf_negotiate_latest_match
[21:31:58] [PASSED] pf_negotiate_latest_newer
[21:31:58] [PASSED] pf_negotiate_latest_next
[21:31:58] [SKIPPED] pf_negotiate_latest_older
[21:31:58] [SKIPPED] pf_negotiate_latest_prev
[21:31:58] =================== [PASSED] pf_service ====================
[21:31:58] ================= xe_guc_g2g (2 subtests) ==================
[21:31:58] ============== xe_live_guc_g2g_kunit_default ==============
[21:31:58] ========= [SKIPPED] xe_live_guc_g2g_kunit_default ==========
[21:31:58] ============== xe_live_guc_g2g_kunit_allmem ===============
[21:31:58] ========== [SKIPPED] xe_live_guc_g2g_kunit_allmem ==========
[21:31:58] =================== [SKIPPED] xe_guc_g2g ===================
[21:31:58] =================== xe_mocs (2 subtests) ===================
[21:31:58] ================ xe_live_mocs_kernel_kunit ================
[21:31:58] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[21:31:58] ================ xe_live_mocs_reset_kunit =================
[21:31:58] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[21:31:58] ==================== [SKIPPED] xe_mocs =====================
[21:31:58] ================= xe_migrate (2 subtests) ==================
[21:31:58] ================= xe_migrate_sanity_kunit =================
[21:31:58] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[21:31:58] ================== xe_validate_ccs_kunit ==================
[21:31:58] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[21:31:58] =================== [SKIPPED] xe_migrate ===================
[21:31:58] ================== xe_dma_buf (1 subtest) ==================
[21:31:58] ==================== xe_dma_buf_kunit =====================
[21:31:58] ================ [SKIPPED] xe_dma_buf_kunit ================
[21:31:58] =================== [SKIPPED] xe_dma_buf ===================
[21:31:58] ================= xe_bo_shrink (1 subtest) =================
[21:31:58] =================== xe_bo_shrink_kunit ====================
[21:31:58] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[21:31:58] ================== [SKIPPED] xe_bo_shrink ==================
[21:31:58] ==================== xe_bo (2 subtests) ====================
[21:31:58] ================== xe_ccs_migrate_kunit ===================
[21:31:58] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[21:31:58] ==================== xe_bo_evict_kunit ====================
[21:31:58] =============== [SKIPPED] xe_bo_evict_kunit ================
[21:31:58] ===================== [SKIPPED] xe_bo ======================
[21:31:58] ==================== args (11 subtests) ====================
[21:31:58] [PASSED] count_args_test
[21:31:58] [PASSED] call_args_example
[21:31:58] [PASSED] call_args_test
[21:31:58] [PASSED] drop_first_arg_example
[21:31:58] [PASSED] drop_first_arg_test
[21:31:58] [PASSED] first_arg_example
[21:31:58] [PASSED] first_arg_test
[21:31:58] [PASSED] last_arg_example
[21:31:58] [PASSED] last_arg_test
[21:31:58] [PASSED] pick_arg_example
[21:31:58] [PASSED] sep_comma_example
[21:31:58] ====================== [PASSED] args =======================
[21:31:58] =================== xe_pci (3 subtests) ====================
[21:31:58] ==================== check_graphics_ip ====================
[21:31:58] [PASSED] 12.00 Xe_LP
[21:31:58] [PASSED] 12.10 Xe_LP+
[21:31:58] [PASSED] 12.55 Xe_HPG
[21:31:58] [PASSED] 12.60 Xe_HPC
[21:31:58] [PASSED] 12.70 Xe_LPG
[21:31:58] [PASSED] 12.71 Xe_LPG
[21:31:58] [PASSED] 12.74 Xe_LPG+
[21:31:58] [PASSED] 20.01 Xe2_HPG
[21:31:58] [PASSED] 20.02 Xe2_HPG
[21:31:58] [PASSED] 20.04 Xe2_LPG
[21:31:58] [PASSED] 30.00 Xe3_LPG
[21:31:58] [PASSED] 30.01 Xe3_LPG
[21:31:58] [PASSED] 30.03 Xe3_LPG
[21:31:58] [PASSED] 30.04 Xe3_LPG
[21:31:58] [PASSED] 30.05 Xe3_LPG
[21:31:58] [PASSED] 35.11 Xe3p_XPC
[21:31:58] ================ [PASSED] check_graphics_ip ================
[21:31:58] ===================== check_media_ip ======================
[21:31:58] [PASSED] 12.00 Xe_M
[21:31:58] [PASSED] 12.55 Xe_HPM
[21:31:58] [PASSED] 13.00 Xe_LPM+
[21:31:58] [PASSED] 13.01 Xe2_HPM
[21:31:58] [PASSED] 20.00 Xe2_LPM
[21:31:58] [PASSED] 30.00 Xe3_LPM
[21:31:58] [PASSED] 30.02 Xe3_LPM
[21:31:58] [PASSED] 35.00 Xe3p_LPM
[21:31:58] [PASSED] 35.03 Xe3p_HPM
[21:31:58] ================= [PASSED] check_media_ip ==================
[21:31:58] =================== check_platform_desc ===================
[21:31:58] [PASSED] 0x9A60 (TIGERLAKE)
[21:31:58] [PASSED] 0x9A68 (TIGERLAKE)
[21:31:58] [PASSED] 0x9A70 (TIGERLAKE)
[21:31:58] [PASSED] 0x9A40 (TIGERLAKE)
[21:31:58] [PASSED] 0x9A49 (TIGERLAKE)
[21:31:58] [PASSED] 0x9A59 (TIGERLAKE)
[21:31:58] [PASSED] 0x9A78 (TIGERLAKE)
[21:31:58] [PASSED] 0x9AC0 (TIGERLAKE)
[21:31:58] [PASSED] 0x9AC9 (TIGERLAKE)
[21:31:58] [PASSED] 0x9AD9 (TIGERLAKE)
[21:31:58] [PASSED] 0x9AF8 (TIGERLAKE)
[21:31:58] [PASSED] 0x4C80 (ROCKETLAKE)
[21:31:58] [PASSED] 0x4C8A (ROCKETLAKE)
[21:31:58] [PASSED] 0x4C8B (ROCKETLAKE)
[21:31:58] [PASSED] 0x4C8C (ROCKETLAKE)
[21:31:58] [PASSED] 0x4C90 (ROCKETLAKE)
[21:31:58] [PASSED] 0x4C9A (ROCKETLAKE)
[21:31:58] [PASSED] 0x4680 (ALDERLAKE_S)
[21:31:58] [PASSED] 0x4682 (ALDERLAKE_S)
[21:31:58] [PASSED] 0x4688 (ALDERLAKE_S)
[21:31:58] [PASSED] 0x468A (ALDERLAKE_S)
[21:31:58] [PASSED] 0x468B (ALDERLAKE_S)
[21:31:58] [PASSED] 0x4690 (ALDERLAKE_S)
[21:31:58] [PASSED] 0x4692 (ALDERLAKE_S)
[21:31:58] [PASSED] 0x4693 (ALDERLAKE_S)
[21:31:58] [PASSED] 0x46A0 (ALDERLAKE_P)
[21:31:58] [PASSED] 0x46A1 (ALDERLAKE_P)
[21:31:58] [PASSED] 0x46A2 (ALDERLAKE_P)
[21:31:58] [PASSED] 0x46A3 (ALDERLAKE_P)
[21:31:58] [PASSED] 0x46A6 (ALDERLAKE_P)
[21:31:58] [PASSED] 0x46A8 (ALDERLAKE_P)
[21:31:58] [PASSED] 0x46AA (ALDERLAKE_P)
[21:31:58] [PASSED] 0x462A (ALDERLAKE_P)
[21:31:58] [PASSED] 0x4626 (ALDERLAKE_P)
[21:31:58] [PASSED] 0x4628 (ALDERLAKE_P)
[21:31:58] [PASSED] 0x46B0 (ALDERLAKE_P)
stty: 'standard input': Inappropriate ioctl for device
[21:31:58] [PASSED] 0x46B1 (ALDERLAKE_P)
[21:31:58] [PASSED] 0x46B2 (ALDERLAKE_P)
[21:31:58] [PASSED] 0x46B3 (ALDERLAKE_P)
[21:31:58] [PASSED] 0x46C0 (ALDERLAKE_P)
[21:31:58] [PASSED] 0x46C1 (ALDERLAKE_P)
[21:31:58] [PASSED] 0x46C2 (ALDERLAKE_P)
[21:31:58] [PASSED] 0x46C3 (ALDERLAKE_P)
[21:31:58] [PASSED] 0x46D0 (ALDERLAKE_N)
[21:31:58] [PASSED] 0x46D1 (ALDERLAKE_N)
[21:31:58] [PASSED] 0x46D2 (ALDERLAKE_N)
[21:31:58] [PASSED] 0x46D3 (ALDERLAKE_N)
[21:31:58] [PASSED] 0x46D4 (ALDERLAKE_N)
[21:31:58] [PASSED] 0xA721 (ALDERLAKE_P)
[21:31:58] [PASSED] 0xA7A1 (ALDERLAKE_P)
[21:31:58] [PASSED] 0xA7A9 (ALDERLAKE_P)
[21:31:58] [PASSED] 0xA7AC (ALDERLAKE_P)
[21:31:58] [PASSED] 0xA7AD (ALDERLAKE_P)
[21:31:58] [PASSED] 0xA720 (ALDERLAKE_P)
[21:31:58] [PASSED] 0xA7A0 (ALDERLAKE_P)
[21:31:58] [PASSED] 0xA7A8 (ALDERLAKE_P)
[21:31:58] [PASSED] 0xA7AA (ALDERLAKE_P)
[21:31:58] [PASSED] 0xA7AB (ALDERLAKE_P)
[21:31:58] [PASSED] 0xA780 (ALDERLAKE_S)
[21:31:58] [PASSED] 0xA781 (ALDERLAKE_S)
[21:31:58] [PASSED] 0xA782 (ALDERLAKE_S)
[21:31:58] [PASSED] 0xA783 (ALDERLAKE_S)
[21:31:58] [PASSED] 0xA788 (ALDERLAKE_S)
[21:31:58] [PASSED] 0xA789 (ALDERLAKE_S)
[21:31:58] [PASSED] 0xA78A (ALDERLAKE_S)
[21:31:58] [PASSED] 0xA78B (ALDERLAKE_S)
[21:31:58] [PASSED] 0x4905 (DG1)
[21:31:58] [PASSED] 0x4906 (DG1)
[21:31:58] [PASSED] 0x4907 (DG1)
[21:31:58] [PASSED] 0x4908 (DG1)
[21:31:58] [PASSED] 0x4909 (DG1)
[21:31:58] [PASSED] 0x56C0 (DG2)
[21:31:58] [PASSED] 0x56C2 (DG2)
[21:31:58] [PASSED] 0x56C1 (DG2)
[21:31:58] [PASSED] 0x7D51 (METEORLAKE)
[21:31:58] [PASSED] 0x7DD1 (METEORLAKE)
[21:31:58] [PASSED] 0x7D41 (METEORLAKE)
[21:31:58] [PASSED] 0x7D67 (METEORLAKE)
[21:31:58] [PASSED] 0xB640 (METEORLAKE)
[21:31:58] [PASSED] 0x56A0 (DG2)
[21:31:58] [PASSED] 0x56A1 (DG2)
[21:31:58] [PASSED] 0x56A2 (DG2)
[21:31:58] [PASSED] 0x56BE (DG2)
[21:31:58] [PASSED] 0x56BF (DG2)
[21:31:58] [PASSED] 0x5690 (DG2)
[21:31:58] [PASSED] 0x5691 (DG2)
[21:31:58] [PASSED] 0x5692 (DG2)
[21:31:58] [PASSED] 0x56A5 (DG2)
[21:31:58] [PASSED] 0x56A6 (DG2)
[21:31:58] [PASSED] 0x56B0 (DG2)
[21:31:58] [PASSED] 0x56B1 (DG2)
[21:31:58] [PASSED] 0x56BA (DG2)
[21:31:58] [PASSED] 0x56BB (DG2)
[21:31:58] [PASSED] 0x56BC (DG2)
[21:31:58] [PASSED] 0x56BD (DG2)
[21:31:58] [PASSED] 0x5693 (DG2)
[21:31:58] [PASSED] 0x5694 (DG2)
[21:31:58] [PASSED] 0x5695 (DG2)
[21:31:58] [PASSED] 0x56A3 (DG2)
[21:31:58] [PASSED] 0x56A4 (DG2)
[21:31:58] [PASSED] 0x56B2 (DG2)
[21:31:58] [PASSED] 0x56B3 (DG2)
[21:31:58] [PASSED] 0x5696 (DG2)
[21:31:58] [PASSED] 0x5697 (DG2)
[21:31:58] [PASSED] 0xB69 (PVC)
[21:31:58] [PASSED] 0xB6E (PVC)
[21:31:58] [PASSED] 0xBD4 (PVC)
[21:31:58] [PASSED] 0xBD5 (PVC)
[21:31:58] [PASSED] 0xBD6 (PVC)
[21:31:58] [PASSED] 0xBD7 (PVC)
[21:31:58] [PASSED] 0xBD8 (PVC)
[21:31:58] [PASSED] 0xBD9 (PVC)
[21:31:58] [PASSED] 0xBDA (PVC)
[21:31:58] [PASSED] 0xBDB (PVC)
[21:31:58] [PASSED] 0xBE0 (PVC)
[21:31:58] [PASSED] 0xBE1 (PVC)
[21:31:58] [PASSED] 0xBE5 (PVC)
[21:31:58] [PASSED] 0x7D40 (METEORLAKE)
[21:31:58] [PASSED] 0x7D45 (METEORLAKE)
[21:31:58] [PASSED] 0x7D55 (METEORLAKE)
[21:31:58] [PASSED] 0x7D60 (METEORLAKE)
[21:31:58] [PASSED] 0x7DD5 (METEORLAKE)
[21:31:58] [PASSED] 0x6420 (LUNARLAKE)
[21:31:58] [PASSED] 0x64A0 (LUNARLAKE)
[21:31:58] [PASSED] 0x64B0 (LUNARLAKE)
[21:31:58] [PASSED] 0xE202 (BATTLEMAGE)
[21:31:58] [PASSED] 0xE209 (BATTLEMAGE)
[21:31:58] [PASSED] 0xE20B (BATTLEMAGE)
[21:31:58] [PASSED] 0xE20C (BATTLEMAGE)
[21:31:58] [PASSED] 0xE20D (BATTLEMAGE)
[21:31:58] [PASSED] 0xE210 (BATTLEMAGE)
[21:31:58] [PASSED] 0xE211 (BATTLEMAGE)
[21:31:58] [PASSED] 0xE212 (BATTLEMAGE)
[21:31:58] [PASSED] 0xE216 (BATTLEMAGE)
[21:31:58] [PASSED] 0xE220 (BATTLEMAGE)
[21:31:58] [PASSED] 0xE221 (BATTLEMAGE)
[21:31:58] [PASSED] 0xE222 (BATTLEMAGE)
[21:31:58] [PASSED] 0xE223 (BATTLEMAGE)
[21:31:58] [PASSED] 0xB080 (PANTHERLAKE)
[21:31:58] [PASSED] 0xB081 (PANTHERLAKE)
[21:31:58] [PASSED] 0xB082 (PANTHERLAKE)
[21:31:58] [PASSED] 0xB083 (PANTHERLAKE)
[21:31:58] [PASSED] 0xB084 (PANTHERLAKE)
[21:31:58] [PASSED] 0xB085 (PANTHERLAKE)
[21:31:58] [PASSED] 0xB086 (PANTHERLAKE)
[21:31:58] [PASSED] 0xB087 (PANTHERLAKE)
[21:31:58] [PASSED] 0xB08F (PANTHERLAKE)
[21:31:58] [PASSED] 0xB090 (PANTHERLAKE)
[21:31:58] [PASSED] 0xB0A0 (PANTHERLAKE)
[21:31:58] [PASSED] 0xB0B0 (PANTHERLAKE)
[21:31:58] [PASSED] 0xD740 (NOVALAKE_S)
[21:31:58] [PASSED] 0xD741 (NOVALAKE_S)
[21:31:58] [PASSED] 0xD742 (NOVALAKE_S)
[21:31:58] [PASSED] 0xD743 (NOVALAKE_S)
[21:31:58] [PASSED] 0xD744 (NOVALAKE_S)
[21:31:58] [PASSED] 0xD745 (NOVALAKE_S)
[21:31:58] [PASSED] 0x674C (CRESCENTISLAND)
[21:31:58] [PASSED] 0xFD80 (PANTHERLAKE)
[21:31:58] [PASSED] 0xFD81 (PANTHERLAKE)
[21:31:58] =============== [PASSED] check_platform_desc ===============
[21:31:58] ===================== [PASSED] xe_pci ======================
[21:31:58] =================== xe_rtp (2 subtests) ====================
[21:31:58] =============== xe_rtp_process_to_sr_tests ================
[21:31:58] [PASSED] coalesce-same-reg
[21:31:58] [PASSED] no-match-no-add
[21:31:58] [PASSED] match-or
[21:31:58] [PASSED] match-or-xfail
[21:31:58] [PASSED] no-match-no-add-multiple-rules
[21:31:58] [PASSED] two-regs-two-entries
[21:31:58] [PASSED] clr-one-set-other
[21:31:58] [PASSED] set-field
[21:31:58] [PASSED] conflict-duplicate
[21:31:58] [PASSED] conflict-not-disjoint
[21:31:58] [PASSED] conflict-reg-type
[21:31:58] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[21:31:58] ================== xe_rtp_process_tests ===================
[21:31:58] [PASSED] active1
[21:31:58] [PASSED] active2
[21:31:58] [PASSED] active-inactive
[21:31:58] [PASSED] inactive-active
[21:31:58] [PASSED] inactive-1st_or_active-inactive
[21:31:58] [PASSED] inactive-2nd_or_active-inactive
[21:31:58] [PASSED] inactive-last_or_active-inactive
[21:31:58] [PASSED] inactive-no_or_active-inactive
[21:31:58] ============== [PASSED] xe_rtp_process_tests ===============
[21:31:58] ===================== [PASSED] xe_rtp ======================
[21:31:58] ==================== xe_wa (1 subtest) =====================
[21:31:58] ======================== xe_wa_gt =========================
[21:31:58] [PASSED] TIGERLAKE B0
[21:31:58] [PASSED] DG1 A0
[21:31:58] [PASSED] DG1 B0
[21:31:58] [PASSED] ALDERLAKE_S A0
[21:31:58] [PASSED] ALDERLAKE_S B0
[21:31:58] [PASSED] ALDERLAKE_S C0
[21:31:58] [PASSED] ALDERLAKE_S D0
[21:31:58] [PASSED] ALDERLAKE_P A0
[21:31:58] [PASSED] ALDERLAKE_P B0
[21:31:58] [PASSED] ALDERLAKE_P C0
[21:31:58] [PASSED] ALDERLAKE_S RPLS D0
[21:31:58] [PASSED] ALDERLAKE_P RPLU E0
[21:31:58] [PASSED] DG2 G10 C0
[21:31:58] [PASSED] DG2 G11 B1
[21:31:58] [PASSED] DG2 G12 A1
[21:31:58] [PASSED] METEORLAKE 12.70(Xe_LPG) A0 13.00(Xe_LPM+) A0
[21:31:58] [PASSED] METEORLAKE 12.71(Xe_LPG) A0 13.00(Xe_LPM+) A0
[21:31:58] [PASSED] METEORLAKE 12.74(Xe_LPG+) A0 13.00(Xe_LPM+) A0
[21:31:58] [PASSED] LUNARLAKE 20.04(Xe2_LPG) A0 20.00(Xe2_LPM) A0
[21:31:58] [PASSED] LUNARLAKE 20.04(Xe2_LPG) B0 20.00(Xe2_LPM) A0
[21:31:58] [PASSED] BATTLEMAGE 20.01(Xe2_HPG) A0 13.01(Xe2_HPM) A1
[21:31:58] [PASSED] PANTHERLAKE 30.00(Xe3_LPG) A0 30.00(Xe3_LPM) A0
[21:31:58] ==================== [PASSED] xe_wa_gt =====================
[21:31:58] ====================== [PASSED] xe_wa ======================
[21:31:58] ============================================================
[21:31:58] Testing complete. Ran 510 tests: passed: 492, skipped: 18
[21:31:58] Elapsed time: 34.953s total, 4.144s configuring, 30.342s building, 0.460s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[21:31:58] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[21:32:00] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[21:32:24] Starting KUnit Kernel (1/1)...
[21:32:24] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[21:32:24] ============ drm_test_pick_cmdline (2 subtests) ============
[21:32:24] [PASSED] drm_test_pick_cmdline_res_1920_1080_60
[21:32:24] =============== drm_test_pick_cmdline_named ===============
[21:32:24] [PASSED] NTSC
[21:32:24] [PASSED] NTSC-J
[21:32:24] [PASSED] PAL
[21:32:24] [PASSED] PAL-M
[21:32:24] =========== [PASSED] drm_test_pick_cmdline_named ===========
[21:32:24] ============== [PASSED] drm_test_pick_cmdline ==============
[21:32:24] == drm_test_atomic_get_connector_for_encoder (1 subtest) ===
[21:32:24] [PASSED] drm_test_drm_atomic_get_connector_for_encoder
[21:32:24] ==== [PASSED] drm_test_atomic_get_connector_for_encoder ====
[21:32:24] =========== drm_validate_clone_mode (2 subtests) ===========
[21:32:24] ============== drm_test_check_in_clone_mode ===============
[21:32:24] [PASSED] in_clone_mode
[21:32:24] [PASSED] not_in_clone_mode
[21:32:24] ========== [PASSED] drm_test_check_in_clone_mode ===========
[21:32:24] =============== drm_test_check_valid_clones ===============
[21:32:24] [PASSED] not_in_clone_mode
[21:32:24] [PASSED] valid_clone
[21:32:24] [PASSED] invalid_clone
[21:32:24] =========== [PASSED] drm_test_check_valid_clones ===========
[21:32:24] ============= [PASSED] drm_validate_clone_mode =============
[21:32:24] ============= drm_validate_modeset (1 subtest) =============
[21:32:24] [PASSED] drm_test_check_connector_changed_modeset
[21:32:24] ============== [PASSED] drm_validate_modeset ===============
[21:32:24] ====== drm_test_bridge_get_current_state (2 subtests) ======
[21:32:24] [PASSED] drm_test_drm_bridge_get_current_state_atomic
[21:32:24] [PASSED] drm_test_drm_bridge_get_current_state_legacy
[21:32:24] ======== [PASSED] drm_test_bridge_get_current_state ========
[21:32:24] ====== drm_test_bridge_helper_reset_crtc (3 subtests) ======
[21:32:24] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic
[21:32:24] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic_disabled
[21:32:24] [PASSED] drm_test_drm_bridge_helper_reset_crtc_legacy
[21:32:24] ======== [PASSED] drm_test_bridge_helper_reset_crtc ========
[21:32:24] ============== drm_bridge_alloc (2 subtests) ===============
[21:32:24] [PASSED] drm_test_drm_bridge_alloc_basic
[21:32:24] [PASSED] drm_test_drm_bridge_alloc_get_put
[21:32:24] ================ [PASSED] drm_bridge_alloc =================
[21:32:24] ================== drm_buddy (8 subtests) ==================
[21:32:24] [PASSED] drm_test_buddy_alloc_limit
[21:32:24] [PASSED] drm_test_buddy_alloc_optimistic
[21:32:24] [PASSED] drm_test_buddy_alloc_pessimistic
[21:32:24] [PASSED] drm_test_buddy_alloc_pathological
[21:32:24] [PASSED] drm_test_buddy_alloc_contiguous
[21:32:24] [PASSED] drm_test_buddy_alloc_clear
[21:32:25] [PASSED] drm_test_buddy_alloc_range_bias
[21:32:25] [PASSED] drm_test_buddy_fragmentation_performance
[21:32:25] ==================== [PASSED] drm_buddy ====================
[21:32:25] ============= drm_cmdline_parser (40 subtests) =============
[21:32:25] [PASSED] drm_test_cmdline_force_d_only
[21:32:25] [PASSED] drm_test_cmdline_force_D_only_dvi
[21:32:25] [PASSED] drm_test_cmdline_force_D_only_hdmi
[21:32:25] [PASSED] drm_test_cmdline_force_D_only_not_digital
[21:32:25] [PASSED] drm_test_cmdline_force_e_only
[21:32:25] [PASSED] drm_test_cmdline_res
[21:32:25] [PASSED] drm_test_cmdline_res_vesa
[21:32:25] [PASSED] drm_test_cmdline_res_vesa_rblank
[21:32:25] [PASSED] drm_test_cmdline_res_rblank
[21:32:25] [PASSED] drm_test_cmdline_res_bpp
[21:32:25] [PASSED] drm_test_cmdline_res_refresh
[21:32:25] [PASSED] drm_test_cmdline_res_bpp_refresh
[21:32:25] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[21:32:25] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[21:32:25] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[21:32:25] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[21:32:25] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[21:32:25] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[21:32:25] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[21:32:25] [PASSED] drm_test_cmdline_res_margins_force_on
[21:32:25] [PASSED] drm_test_cmdline_res_vesa_margins
[21:32:25] [PASSED] drm_test_cmdline_name
[21:32:25] [PASSED] drm_test_cmdline_name_bpp
[21:32:25] [PASSED] drm_test_cmdline_name_option
[21:32:25] [PASSED] drm_test_cmdline_name_bpp_option
[21:32:25] [PASSED] drm_test_cmdline_rotate_0
[21:32:25] [PASSED] drm_test_cmdline_rotate_90
[21:32:25] [PASSED] drm_test_cmdline_rotate_180
[21:32:25] [PASSED] drm_test_cmdline_rotate_270
[21:32:25] [PASSED] drm_test_cmdline_hmirror
[21:32:25] [PASSED] drm_test_cmdline_vmirror
[21:32:25] [PASSED] drm_test_cmdline_margin_options
[21:32:25] [PASSED] drm_test_cmdline_multiple_options
[21:32:25] [PASSED] drm_test_cmdline_bpp_extra_and_option
[21:32:25] [PASSED] drm_test_cmdline_extra_and_option
[21:32:25] [PASSED] drm_test_cmdline_freestanding_options
[21:32:25] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[21:32:25] [PASSED] drm_test_cmdline_panel_orientation
[21:32:25] ================ drm_test_cmdline_invalid =================
[21:32:25] [PASSED] margin_only
[21:32:25] [PASSED] interlace_only
[21:32:25] [PASSED] res_missing_x
[21:32:25] [PASSED] res_missing_y
[21:32:25] [PASSED] res_bad_y
[21:32:25] [PASSED] res_missing_y_bpp
[21:32:25] [PASSED] res_bad_bpp
[21:32:25] [PASSED] res_bad_refresh
[21:32:25] [PASSED] res_bpp_refresh_force_on_off
[21:32:25] [PASSED] res_invalid_mode
[21:32:25] [PASSED] res_bpp_wrong_place_mode
[21:32:25] [PASSED] name_bpp_refresh
[21:32:25] [PASSED] name_refresh
[21:32:25] [PASSED] name_refresh_wrong_mode
[21:32:25] [PASSED] name_refresh_invalid_mode
[21:32:25] [PASSED] rotate_multiple
[21:32:25] [PASSED] rotate_invalid_val
[21:32:25] [PASSED] rotate_truncated
[21:32:25] [PASSED] invalid_option
[21:32:25] [PASSED] invalid_tv_option
[21:32:25] [PASSED] truncated_tv_option
[21:32:25] ============ [PASSED] drm_test_cmdline_invalid =============
[21:32:25] =============== drm_test_cmdline_tv_options ===============
[21:32:25] [PASSED] NTSC
[21:32:25] [PASSED] NTSC_443
[21:32:25] [PASSED] NTSC_J
[21:32:25] [PASSED] PAL
[21:32:25] [PASSED] PAL_M
[21:32:25] [PASSED] PAL_N
[21:32:25] [PASSED] SECAM
[21:32:25] [PASSED] MONO_525
[21:32:25] [PASSED] MONO_625
[21:32:25] =========== [PASSED] drm_test_cmdline_tv_options ===========
[21:32:25] =============== [PASSED] drm_cmdline_parser ================
[21:32:25] ========== drmm_connector_hdmi_init (20 subtests) ==========
[21:32:25] [PASSED] drm_test_connector_hdmi_init_valid
[21:32:25] [PASSED] drm_test_connector_hdmi_init_bpc_8
[21:32:25] [PASSED] drm_test_connector_hdmi_init_bpc_10
[21:32:25] [PASSED] drm_test_connector_hdmi_init_bpc_12
[21:32:25] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[21:32:25] [PASSED] drm_test_connector_hdmi_init_bpc_null
[21:32:25] [PASSED] drm_test_connector_hdmi_init_formats_empty
[21:32:25] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[21:32:25] === drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[21:32:25] [PASSED] supported_formats=0x9 yuv420_allowed=1
[21:32:25] [PASSED] supported_formats=0x9 yuv420_allowed=0
[21:32:25] [PASSED] supported_formats=0x3 yuv420_allowed=1
[21:32:25] [PASSED] supported_formats=0x3 yuv420_allowed=0
[21:32:25] === [PASSED] drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[21:32:25] [PASSED] drm_test_connector_hdmi_init_null_ddc
[21:32:25] [PASSED] drm_test_connector_hdmi_init_null_product
[21:32:25] [PASSED] drm_test_connector_hdmi_init_null_vendor
[21:32:25] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[21:32:25] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[21:32:25] [PASSED] drm_test_connector_hdmi_init_product_valid
[21:32:25] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[21:32:25] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[21:32:25] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[21:32:25] ========= drm_test_connector_hdmi_init_type_valid =========
[21:32:25] [PASSED] HDMI-A
[21:32:25] [PASSED] HDMI-B
[21:32:25] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[21:32:25] ======== drm_test_connector_hdmi_init_type_invalid ========
[21:32:25] [PASSED] Unknown
[21:32:25] [PASSED] VGA
[21:32:25] [PASSED] DVI-I
[21:32:25] [PASSED] DVI-D
[21:32:25] [PASSED] DVI-A
[21:32:25] [PASSED] Composite
[21:32:25] [PASSED] SVIDEO
[21:32:25] [PASSED] LVDS
[21:32:25] [PASSED] Component
[21:32:25] [PASSED] DIN
[21:32:25] [PASSED] DP
[21:32:25] [PASSED] TV
[21:32:25] [PASSED] eDP
[21:32:25] [PASSED] Virtual
[21:32:25] [PASSED] DSI
[21:32:25] [PASSED] DPI
[21:32:25] [PASSED] Writeback
[21:32:25] [PASSED] SPI
[21:32:25] [PASSED] USB
[21:32:25] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[21:32:25] ============ [PASSED] drmm_connector_hdmi_init =============
[21:32:25] ============= drmm_connector_init (3 subtests) =============
[21:32:25] [PASSED] drm_test_drmm_connector_init
[21:32:25] [PASSED] drm_test_drmm_connector_init_null_ddc
[21:32:25] ========= drm_test_drmm_connector_init_type_valid =========
[21:32:25] [PASSED] Unknown
[21:32:25] [PASSED] VGA
[21:32:25] [PASSED] DVI-I
[21:32:25] [PASSED] DVI-D
[21:32:25] [PASSED] DVI-A
[21:32:25] [PASSED] Composite
[21:32:25] [PASSED] SVIDEO
[21:32:25] [PASSED] LVDS
[21:32:25] [PASSED] Component
[21:32:25] [PASSED] DIN
[21:32:25] [PASSED] DP
[21:32:25] [PASSED] HDMI-A
[21:32:25] [PASSED] HDMI-B
[21:32:25] [PASSED] TV
[21:32:25] [PASSED] eDP
[21:32:25] [PASSED] Virtual
[21:32:25] [PASSED] DSI
[21:32:25] [PASSED] DPI
[21:32:25] [PASSED] Writeback
[21:32:25] [PASSED] SPI
[21:32:25] [PASSED] USB
[21:32:25] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[21:32:25] =============== [PASSED] drmm_connector_init ===============
[21:32:25] ========= drm_connector_dynamic_init (6 subtests) ==========
[21:32:25] [PASSED] drm_test_drm_connector_dynamic_init
[21:32:25] [PASSED] drm_test_drm_connector_dynamic_init_null_ddc
[21:32:25] [PASSED] drm_test_drm_connector_dynamic_init_not_added
[21:32:25] [PASSED] drm_test_drm_connector_dynamic_init_properties
[21:32:25] ===== drm_test_drm_connector_dynamic_init_type_valid ======
[21:32:25] [PASSED] Unknown
[21:32:25] [PASSED] VGA
[21:32:25] [PASSED] DVI-I
[21:32:25] [PASSED] DVI-D
[21:32:25] [PASSED] DVI-A
[21:32:25] [PASSED] Composite
[21:32:25] [PASSED] SVIDEO
[21:32:25] [PASSED] LVDS
[21:32:25] [PASSED] Component
[21:32:25] [PASSED] DIN
[21:32:25] [PASSED] DP
[21:32:25] [PASSED] HDMI-A
[21:32:25] [PASSED] HDMI-B
[21:32:25] [PASSED] TV
[21:32:25] [PASSED] eDP
[21:32:25] [PASSED] Virtual
[21:32:25] [PASSED] DSI
[21:32:25] [PASSED] DPI
[21:32:25] [PASSED] Writeback
[21:32:25] [PASSED] SPI
[21:32:25] [PASSED] USB
[21:32:25] = [PASSED] drm_test_drm_connector_dynamic_init_type_valid ==
[21:32:25] ======== drm_test_drm_connector_dynamic_init_name =========
[21:32:25] [PASSED] Unknown
[21:32:25] [PASSED] VGA
[21:32:25] [PASSED] DVI-I
[21:32:25] [PASSED] DVI-D
[21:32:25] [PASSED] DVI-A
[21:32:25] [PASSED] Composite
[21:32:25] [PASSED] SVIDEO
[21:32:25] [PASSED] LVDS
[21:32:25] [PASSED] Component
[21:32:25] [PASSED] DIN
[21:32:25] [PASSED] DP
[21:32:25] [PASSED] HDMI-A
[21:32:25] [PASSED] HDMI-B
[21:32:25] [PASSED] TV
[21:32:25] [PASSED] eDP
[21:32:25] [PASSED] Virtual
[21:32:25] [PASSED] DSI
[21:32:25] [PASSED] DPI
[21:32:25] [PASSED] Writeback
[21:32:25] [PASSED] SPI
[21:32:25] [PASSED] USB
[21:32:25] ==== [PASSED] drm_test_drm_connector_dynamic_init_name =====
[21:32:25] =========== [PASSED] drm_connector_dynamic_init ============
[21:32:25] ==== drm_connector_dynamic_register_early (4 subtests) =====
[21:32:25] [PASSED] drm_test_drm_connector_dynamic_register_early_on_list
[21:32:25] [PASSED] drm_test_drm_connector_dynamic_register_early_defer
[21:32:25] [PASSED] drm_test_drm_connector_dynamic_register_early_no_init
[21:32:25] [PASSED] drm_test_drm_connector_dynamic_register_early_no_mode_object
[21:32:25] ====== [PASSED] drm_connector_dynamic_register_early =======
[21:32:25] ======= drm_connector_dynamic_register (7 subtests) ========
[21:32:25] [PASSED] drm_test_drm_connector_dynamic_register_on_list
[21:32:25] [PASSED] drm_test_drm_connector_dynamic_register_no_defer
[21:32:25] [PASSED] drm_test_drm_connector_dynamic_register_no_init
[21:32:25] [PASSED] drm_test_drm_connector_dynamic_register_mode_object
[21:32:25] [PASSED] drm_test_drm_connector_dynamic_register_sysfs
[21:32:25] [PASSED] drm_test_drm_connector_dynamic_register_sysfs_name
[21:32:25] [PASSED] drm_test_drm_connector_dynamic_register_debugfs
[21:32:25] ========= [PASSED] drm_connector_dynamic_register ==========
[21:32:25] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[21:32:25] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[21:32:25] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[21:32:25] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[21:32:25] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[21:32:25] ========== drm_test_get_tv_mode_from_name_valid ===========
[21:32:25] [PASSED] NTSC
[21:32:25] [PASSED] NTSC-443
[21:32:25] [PASSED] NTSC-J
[21:32:25] [PASSED] PAL
[21:32:25] [PASSED] PAL-M
[21:32:25] [PASSED] PAL-N
[21:32:25] [PASSED] SECAM
[21:32:25] [PASSED] Mono
[21:32:25] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[21:32:25] [PASSED] drm_test_get_tv_mode_from_name_truncated
[21:32:25] ============ [PASSED] drm_get_tv_mode_from_name ============
[21:32:25] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[21:32:25] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[21:32:25] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[21:32:25] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[21:32:25] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[21:32:25] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[21:32:25] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[21:32:25] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid =
[21:32:25] [PASSED] VIC 96
[21:32:25] [PASSED] VIC 97
[21:32:25] [PASSED] VIC 101
[21:32:25] [PASSED] VIC 102
[21:32:25] [PASSED] VIC 106
[21:32:25] [PASSED] VIC 107
[21:32:25] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[21:32:25] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[21:32:25] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[21:32:25] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[21:32:25] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[21:32:25] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[21:32:25] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[21:32:25] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[21:32:25] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name ====
[21:32:25] [PASSED] Automatic
[21:32:25] [PASSED] Full
[21:32:25] [PASSED] Limited 16:235
[21:32:25] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[21:32:25] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[21:32:25] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[21:32:25] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[21:32:25] === drm_test_drm_hdmi_connector_get_output_format_name ====
[21:32:25] [PASSED] RGB
[21:32:25] [PASSED] YUV 4:2:0
[21:32:25] [PASSED] YUV 4:2:2
[21:32:25] [PASSED] YUV 4:4:4
[21:32:25] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[21:32:25] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[21:32:25] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[21:32:25] ============= drm_damage_helper (21 subtests) ==============
[21:32:25] [PASSED] drm_test_damage_iter_no_damage
[21:32:25] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[21:32:25] [PASSED] drm_test_damage_iter_no_damage_src_moved
[21:32:25] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[21:32:25] [PASSED] drm_test_damage_iter_no_damage_not_visible
[21:32:25] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[21:32:25] [PASSED] drm_test_damage_iter_no_damage_no_fb
[21:32:25] [PASSED] drm_test_damage_iter_simple_damage
[21:32:25] [PASSED] drm_test_damage_iter_single_damage
[21:32:25] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[21:32:25] [PASSED] drm_test_damage_iter_single_damage_outside_src
[21:32:25] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[21:32:25] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[21:32:25] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[21:32:25] [PASSED] drm_test_damage_iter_single_damage_src_moved
[21:32:25] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[21:32:25] [PASSED] drm_test_damage_iter_damage
[21:32:25] [PASSED] drm_test_damage_iter_damage_one_intersect
[21:32:25] [PASSED] drm_test_damage_iter_damage_one_outside
[21:32:25] [PASSED] drm_test_damage_iter_damage_src_moved
[21:32:25] [PASSED] drm_test_damage_iter_damage_not_visible
[21:32:25] ================ [PASSED] drm_damage_helper ================
[21:32:25] ============== drm_dp_mst_helper (3 subtests) ==============
[21:32:25] ============== drm_test_dp_mst_calc_pbn_mode ==============
[21:32:25] [PASSED] Clock 154000 BPP 30 DSC disabled
[21:32:25] [PASSED] Clock 234000 BPP 30 DSC disabled
[21:32:25] [PASSED] Clock 297000 BPP 24 DSC disabled
[21:32:25] [PASSED] Clock 332880 BPP 24 DSC enabled
[21:32:25] [PASSED] Clock 324540 BPP 24 DSC enabled
[21:32:25] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[21:32:25] ============== drm_test_dp_mst_calc_pbn_div ===============
[21:32:25] [PASSED] Link rate 2000000 lane count 4
[21:32:25] [PASSED] Link rate 2000000 lane count 2
[21:32:25] [PASSED] Link rate 2000000 lane count 1
[21:32:25] [PASSED] Link rate 1350000 lane count 4
[21:32:25] [PASSED] Link rate 1350000 lane count 2
[21:32:25] [PASSED] Link rate 1350000 lane count 1
[21:32:25] [PASSED] Link rate 1000000 lane count 4
[21:32:25] [PASSED] Link rate 1000000 lane count 2
[21:32:25] [PASSED] Link rate 1000000 lane count 1
[21:32:25] [PASSED] Link rate 810000 lane count 4
[21:32:25] [PASSED] Link rate 810000 lane count 2
[21:32:25] [PASSED] Link rate 810000 lane count 1
[21:32:25] [PASSED] Link rate 540000 lane count 4
[21:32:25] [PASSED] Link rate 540000 lane count 2
[21:32:25] [PASSED] Link rate 540000 lane count 1
[21:32:25] [PASSED] Link rate 270000 lane count 4
[21:32:25] [PASSED] Link rate 270000 lane count 2
[21:32:25] [PASSED] Link rate 270000 lane count 1
[21:32:25] [PASSED] Link rate 162000 lane count 4
[21:32:25] [PASSED] Link rate 162000 lane count 2
[21:32:25] [PASSED] Link rate 162000 lane count 1
[21:32:25] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[21:32:25] ========= drm_test_dp_mst_sideband_msg_req_decode =========
[21:32:25] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[21:32:25] [PASSED] DP_POWER_UP_PHY with port number
[21:32:25] [PASSED] DP_POWER_DOWN_PHY with port number
[21:32:25] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[21:32:25] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[21:32:25] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[21:32:25] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[21:32:25] [PASSED] DP_QUERY_PAYLOAD with port number
[21:32:25] [PASSED] DP_QUERY_PAYLOAD with VCPI
[21:32:25] [PASSED] DP_REMOTE_DPCD_READ with port number
[21:32:25] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[21:32:25] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[21:32:25] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[21:32:25] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[21:32:25] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[21:32:25] [PASSED] DP_REMOTE_I2C_READ with port number
[21:32:25] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[21:32:25] [PASSED] DP_REMOTE_I2C_READ with transactions array
[21:32:25] [PASSED] DP_REMOTE_I2C_WRITE with port number
[21:32:25] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[21:32:25] [PASSED] DP_REMOTE_I2C_WRITE with data array
[21:32:25] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[21:32:25] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[21:32:25] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[21:32:25] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[21:32:25] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[21:32:25] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[21:32:25] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[21:32:25] ================ [PASSED] drm_dp_mst_helper ================
[21:32:25] ================== drm_exec (7 subtests) ===================
[21:32:25] [PASSED] sanitycheck
[21:32:25] [PASSED] test_lock
[21:32:25] [PASSED] test_lock_unlock
[21:32:25] [PASSED] test_duplicates
[21:32:25] [PASSED] test_prepare
[21:32:25] [PASSED] test_prepare_array
[21:32:25] [PASSED] test_multiple_loops
[21:32:25] ==================== [PASSED] drm_exec =====================
[21:32:25] =========== drm_format_helper_test (17 subtests) ===========
[21:32:25] ============== drm_test_fb_xrgb8888_to_gray8 ==============
[21:32:25] [PASSED] single_pixel_source_buffer
[21:32:25] [PASSED] single_pixel_clip_rectangle
[21:32:25] [PASSED] well_known_colors
[21:32:25] [PASSED] destination_pitch
[21:32:25] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[21:32:25] ============= drm_test_fb_xrgb8888_to_rgb332 ==============
[21:32:25] [PASSED] single_pixel_source_buffer
[21:32:25] [PASSED] single_pixel_clip_rectangle
[21:32:25] [PASSED] well_known_colors
[21:32:25] [PASSED] destination_pitch
[21:32:25] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[21:32:25] ============= drm_test_fb_xrgb8888_to_rgb565 ==============
[21:32:25] [PASSED] single_pixel_source_buffer
[21:32:25] [PASSED] single_pixel_clip_rectangle
[21:32:25] [PASSED] well_known_colors
[21:32:25] [PASSED] destination_pitch
[21:32:25] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[21:32:25] ============ drm_test_fb_xrgb8888_to_xrgb1555 =============
[21:32:25] [PASSED] single_pixel_source_buffer
[21:32:25] [PASSED] single_pixel_clip_rectangle
[21:32:25] [PASSED] well_known_colors
[21:32:25] [PASSED] destination_pitch
[21:32:25] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[21:32:25] ============ drm_test_fb_xrgb8888_to_argb1555 =============
[21:32:25] [PASSED] single_pixel_source_buffer
[21:32:25] [PASSED] single_pixel_clip_rectangle
[21:32:25] [PASSED] well_known_colors
[21:32:25] [PASSED] destination_pitch
[21:32:25] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[21:32:25] ============ drm_test_fb_xrgb8888_to_rgba5551 =============
[21:32:25] [PASSED] single_pixel_source_buffer
[21:32:25] [PASSED] single_pixel_clip_rectangle
[21:32:25] [PASSED] well_known_colors
[21:32:25] [PASSED] destination_pitch
[21:32:25] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[21:32:25] ============= drm_test_fb_xrgb8888_to_rgb888 ==============
[21:32:25] [PASSED] single_pixel_source_buffer
[21:32:25] [PASSED] single_pixel_clip_rectangle
[21:32:25] [PASSED] well_known_colors
[21:32:25] [PASSED] destination_pitch
[21:32:25] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[21:32:25] ============= drm_test_fb_xrgb8888_to_bgr888 ==============
[21:32:25] [PASSED] single_pixel_source_buffer
[21:32:25] [PASSED] single_pixel_clip_rectangle
[21:32:25] [PASSED] well_known_colors
[21:32:25] [PASSED] destination_pitch
[21:32:25] ========= [PASSED] drm_test_fb_xrgb8888_to_bgr888 ==========
[21:32:25] ============ drm_test_fb_xrgb8888_to_argb8888 =============
[21:32:25] [PASSED] single_pixel_source_buffer
[21:32:25] [PASSED] single_pixel_clip_rectangle
[21:32:25] [PASSED] well_known_colors
[21:32:25] [PASSED] destination_pitch
[21:32:25] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[21:32:25] =========== drm_test_fb_xrgb8888_to_xrgb2101010 ===========
[21:32:25] [PASSED] single_pixel_source_buffer
[21:32:25] [PASSED] single_pixel_clip_rectangle
[21:32:25] [PASSED] well_known_colors
[21:32:25] [PASSED] destination_pitch
[21:32:25] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[21:32:25] =========== drm_test_fb_xrgb8888_to_argb2101010 ===========
[21:32:25] [PASSED] single_pixel_source_buffer
[21:32:25] [PASSED] single_pixel_clip_rectangle
[21:32:25] [PASSED] well_known_colors
[21:32:25] [PASSED] destination_pitch
[21:32:25] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[21:32:25] ============== drm_test_fb_xrgb8888_to_mono ===============
[21:32:25] [PASSED] single_pixel_source_buffer
[21:32:25] [PASSED] single_pixel_clip_rectangle
[21:32:25] [PASSED] well_known_colors
[21:32:25] [PASSED] destination_pitch
[21:32:25] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[21:32:25] ==================== drm_test_fb_swab =====================
[21:32:25] [PASSED] single_pixel_source_buffer
[21:32:25] [PASSED] single_pixel_clip_rectangle
[21:32:25] [PASSED] well_known_colors
[21:32:25] [PASSED] destination_pitch
[21:32:25] ================ [PASSED] drm_test_fb_swab =================
[21:32:25] ============ drm_test_fb_xrgb8888_to_xbgr8888 =============
[21:32:25] [PASSED] single_pixel_source_buffer
[21:32:25] [PASSED] single_pixel_clip_rectangle
[21:32:25] [PASSED] well_known_colors
[21:32:25] [PASSED] destination_pitch
[21:32:25] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[21:32:25] ============ drm_test_fb_xrgb8888_to_abgr8888 =============
[21:32:25] [PASSED] single_pixel_source_buffer
[21:32:25] [PASSED] single_pixel_clip_rectangle
[21:32:25] [PASSED] well_known_colors
[21:32:25] [PASSED] destination_pitch
[21:32:25] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[21:32:25] ================= drm_test_fb_clip_offset =================
[21:32:25] [PASSED] pass through
[21:32:25] [PASSED] horizontal offset
[21:32:25] [PASSED] vertical offset
[21:32:25] [PASSED] horizontal and vertical offset
[21:32:25] [PASSED] horizontal offset (custom pitch)
[21:32:25] [PASSED] vertical offset (custom pitch)
[21:32:25] [PASSED] horizontal and vertical offset (custom pitch)
[21:32:25] ============= [PASSED] drm_test_fb_clip_offset =============
[21:32:25] =================== drm_test_fb_memcpy ====================
[21:32:25] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[21:32:25] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[21:32:25] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[21:32:25] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[21:32:25] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[21:32:25] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[21:32:25] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[21:32:25] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[21:32:25] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[21:32:25] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[21:32:25] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[21:32:25] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[21:32:25] =============== [PASSED] drm_test_fb_memcpy ================
[21:32:25] ============= [PASSED] drm_format_helper_test ==============
[21:32:25] ================= drm_format (18 subtests) =================
[21:32:25] [PASSED] drm_test_format_block_width_invalid
[21:32:25] [PASSED] drm_test_format_block_width_one_plane
[21:32:25] [PASSED] drm_test_format_block_width_two_plane
[21:32:25] [PASSED] drm_test_format_block_width_three_plane
[21:32:25] [PASSED] drm_test_format_block_width_tiled
[21:32:25] [PASSED] drm_test_format_block_height_invalid
[21:32:25] [PASSED] drm_test_format_block_height_one_plane
[21:32:25] [PASSED] drm_test_format_block_height_two_plane
[21:32:25] [PASSED] drm_test_format_block_height_three_plane
[21:32:25] [PASSED] drm_test_format_block_height_tiled
[21:32:25] [PASSED] drm_test_format_min_pitch_invalid
[21:32:25] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[21:32:25] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[21:32:25] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[21:32:25] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[21:32:25] [PASSED] drm_test_format_min_pitch_two_plane
[21:32:25] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[21:32:25] [PASSED] drm_test_format_min_pitch_tiled
[21:32:25] =================== [PASSED] drm_format ====================
[21:32:25] ============== drm_framebuffer (10 subtests) ===============
[21:32:25] ========== drm_test_framebuffer_check_src_coords ==========
[21:32:25] [PASSED] Success: source fits into fb
[21:32:25] [PASSED] Fail: overflowing fb with x-axis coordinate
[21:32:25] [PASSED] Fail: overflowing fb with y-axis coordinate
[21:32:25] [PASSED] Fail: overflowing fb with source width
[21:32:25] [PASSED] Fail: overflowing fb with source height
[21:32:25] ====== [PASSED] drm_test_framebuffer_check_src_coords ======
[21:32:25] [PASSED] drm_test_framebuffer_cleanup
[21:32:25] =============== drm_test_framebuffer_create ===============
[21:32:25] [PASSED] ABGR8888 normal sizes
[21:32:25] [PASSED] ABGR8888 max sizes
[21:32:25] [PASSED] ABGR8888 pitch greater than min required
[21:32:25] [PASSED] ABGR8888 pitch less than min required
[21:32:25] [PASSED] ABGR8888 Invalid width
[21:32:25] [PASSED] ABGR8888 Invalid buffer handle
[21:32:25] [PASSED] No pixel format
[21:32:25] [PASSED] ABGR8888 Width 0
[21:32:25] [PASSED] ABGR8888 Height 0
[21:32:25] [PASSED] ABGR8888 Out of bound height * pitch combination
[21:32:25] [PASSED] ABGR8888 Large buffer offset
[21:32:25] [PASSED] ABGR8888 Buffer offset for inexistent plane
[21:32:25] [PASSED] ABGR8888 Invalid flag
[21:32:25] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[21:32:25] [PASSED] ABGR8888 Valid buffer modifier
[21:32:25] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[21:32:25] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[21:32:25] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[21:32:25] [PASSED] NV12 Normal sizes
[21:32:25] [PASSED] NV12 Max sizes
[21:32:25] [PASSED] NV12 Invalid pitch
[21:32:25] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[21:32:25] [PASSED] NV12 different modifier per-plane
[21:32:25] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[21:32:25] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[21:32:25] [PASSED] NV12 Modifier for inexistent plane
[21:32:25] [PASSED] NV12 Handle for inexistent plane
[21:32:25] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[21:32:25] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[21:32:25] [PASSED] YVU420 Normal sizes
[21:32:25] [PASSED] YVU420 Max sizes
[21:32:25] [PASSED] YVU420 Invalid pitch
[21:32:25] [PASSED] YVU420 Different pitches
[21:32:25] [PASSED] YVU420 Different buffer offsets/pitches
[21:32:25] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[21:32:25] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[21:32:25] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[21:32:25] [PASSED] YVU420 Valid modifier
[21:32:25] [PASSED] YVU420 Different modifiers per plane
[21:32:25] [PASSED] YVU420 Modifier for inexistent plane
[21:32:25] [PASSED] YUV420_10BIT Invalid modifier(DRM_FORMAT_MOD_LINEAR)
[21:32:25] [PASSED] X0L2 Normal sizes
[21:32:25] [PASSED] X0L2 Max sizes
[21:32:25] [PASSED] X0L2 Invalid pitch
[21:32:25] [PASSED] X0L2 Pitch greater than minimum required
[21:32:25] [PASSED] X0L2 Handle for inexistent plane
[21:32:25] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[21:32:25] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[21:32:25] [PASSED] X0L2 Valid modifier
[21:32:25] [PASSED] X0L2 Modifier for inexistent plane
[21:32:25] =========== [PASSED] drm_test_framebuffer_create ===========
[21:32:25] [PASSED] drm_test_framebuffer_free
[21:32:25] [PASSED] drm_test_framebuffer_init
[21:32:25] [PASSED] drm_test_framebuffer_init_bad_format
[21:32:25] [PASSED] drm_test_framebuffer_init_dev_mismatch
[21:32:25] [PASSED] drm_test_framebuffer_lookup
[21:32:25] [PASSED] drm_test_framebuffer_lookup_inexistent
[21:32:25] [PASSED] drm_test_framebuffer_modifiers_not_supported
[21:32:25] ================= [PASSED] drm_framebuffer =================
[21:32:25] ================ drm_gem_shmem (8 subtests) ================
[21:32:25] [PASSED] drm_gem_shmem_test_obj_create
[21:32:25] [PASSED] drm_gem_shmem_test_obj_create_private
[21:32:25] [PASSED] drm_gem_shmem_test_pin_pages
[21:32:25] [PASSED] drm_gem_shmem_test_vmap
[21:32:25] [PASSED] drm_gem_shmem_test_get_pages_sgt
[21:32:25] [PASSED] drm_gem_shmem_test_get_sg_table
[21:32:25] [PASSED] drm_gem_shmem_test_madvise
[21:32:25] [PASSED] drm_gem_shmem_test_purge
[21:32:25] ================== [PASSED] drm_gem_shmem ==================
[21:32:25] === drm_atomic_helper_connector_hdmi_check (27 subtests) ===
[21:32:25] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[21:32:25] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[21:32:25] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[21:32:25] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[21:32:25] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[21:32:25] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[21:32:25] ====== drm_test_check_broadcast_rgb_cea_mode_yuv420 =======
[21:32:25] [PASSED] Automatic
[21:32:25] [PASSED] Full
[21:32:25] [PASSED] Limited 16:235
[21:32:25] == [PASSED] drm_test_check_broadcast_rgb_cea_mode_yuv420 ===
[21:32:25] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[21:32:25] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[21:32:25] [PASSED] drm_test_check_disable_connector
[21:32:25] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[21:32:25] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_rgb
[21:32:25] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_yuv420
[21:32:25] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv422
[21:32:25] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv420
[21:32:25] [PASSED] drm_test_check_driver_unsupported_fallback_yuv420
[21:32:25] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[21:32:25] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[21:32:25] [PASSED] drm_test_check_output_bpc_dvi
[21:32:25] [PASSED] drm_test_check_output_bpc_format_vic_1
[21:32:25] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[21:32:25] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[21:32:25] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[21:32:25] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[21:32:25] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[21:32:25] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[21:32:25] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[21:32:25] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[21:32:25] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[21:32:25] [PASSED] drm_test_check_broadcast_rgb_value
[21:32:25] [PASSED] drm_test_check_bpc_8_value
[21:32:25] [PASSED] drm_test_check_bpc_10_value
[21:32:25] [PASSED] drm_test_check_bpc_12_value
[21:32:25] [PASSED] drm_test_check_format_value
[21:32:25] [PASSED] drm_test_check_tmds_char_value
[21:32:25] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[21:32:25] = drm_atomic_helper_connector_hdmi_mode_valid (4 subtests) =
[21:32:25] [PASSED] drm_test_check_mode_valid
[21:32:25] [PASSED] drm_test_check_mode_valid_reject
[21:32:25] [PASSED] drm_test_check_mode_valid_reject_rate
[21:32:25] [PASSED] drm_test_check_mode_valid_reject_max_clock
[21:32:25] === [PASSED] drm_atomic_helper_connector_hdmi_mode_valid ===
[21:32:25] ================= drm_managed (2 subtests) =================
[21:32:25] [PASSED] drm_test_managed_release_action
[21:32:25] [PASSED] drm_test_managed_run_action
[21:32:25] =================== [PASSED] drm_managed ===================
[21:32:25] =================== drm_mm (6 subtests) ====================
[21:32:25] [PASSED] drm_test_mm_init
[21:32:25] [PASSED] drm_test_mm_debug
[21:32:25] [PASSED] drm_test_mm_align32
[21:32:25] [PASSED] drm_test_mm_align64
[21:32:25] [PASSED] drm_test_mm_lowest
[21:32:25] [PASSED] drm_test_mm_highest
[21:32:25] ===================== [PASSED] drm_mm ======================
[21:32:25] ============= drm_modes_analog_tv (5 subtests) =============
[21:32:25] [PASSED] drm_test_modes_analog_tv_mono_576i
[21:32:25] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[21:32:25] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[21:32:25] [PASSED] drm_test_modes_analog_tv_pal_576i
[21:32:25] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[21:32:25] =============== [PASSED] drm_modes_analog_tv ===============
[21:32:25] ============== drm_plane_helper (2 subtests) ===============
[21:32:25] =============== drm_test_check_plane_state ================
[21:32:25] [PASSED] clipping_simple
[21:32:25] [PASSED] clipping_rotate_reflect
[21:32:25] [PASSED] positioning_simple
[21:32:25] [PASSED] upscaling
[21:32:25] [PASSED] downscaling
[21:32:25] [PASSED] rounding1
[21:32:25] [PASSED] rounding2
[21:32:25] [PASSED] rounding3
[21:32:25] [PASSED] rounding4
[21:32:25] =========== [PASSED] drm_test_check_plane_state ============
[21:32:25] =========== drm_test_check_invalid_plane_state ============
[21:32:25] [PASSED] positioning_invalid
[21:32:25] [PASSED] upscaling_invalid
[21:32:25] [PASSED] downscaling_invalid
[21:32:25] ======= [PASSED] drm_test_check_invalid_plane_state ========
[21:32:25] ================ [PASSED] drm_plane_helper =================
[21:32:25] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[21:32:25] ====== drm_test_connector_helper_tv_get_modes_check =======
[21:32:25] [PASSED] None
[21:32:25] [PASSED] PAL
[21:32:25] [PASSED] NTSC
[21:32:25] [PASSED] Both, NTSC Default
[21:32:25] [PASSED] Both, PAL Default
[21:32:25] [PASSED] Both, NTSC Default, with PAL on command-line
[21:32:25] [PASSED] Both, PAL Default, with NTSC on command-line
[21:32:25] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[21:32:25] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[21:32:25] ================== drm_rect (9 subtests) ===================
[21:32:25] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[21:32:25] [PASSED] drm_test_rect_clip_scaled_not_clipped
[21:32:25] [PASSED] drm_test_rect_clip_scaled_clipped
[21:32:25] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[21:32:25] ================= drm_test_rect_intersect =================
[21:32:25] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[21:32:25] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[21:32:25] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[21:32:25] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[21:32:25] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[21:32:25] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[21:32:25] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[21:32:25] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[21:32:25] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[21:32:25] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[21:32:25] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[21:32:25] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[21:32:25] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[21:32:25] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[21:32:25] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
[21:32:25] ============= [PASSED] drm_test_rect_intersect =============
[21:32:25] ================ drm_test_rect_calc_hscale ================
[21:32:25] [PASSED] normal use
[21:32:25] [PASSED] out of max range
[21:32:25] [PASSED] out of min range
[21:32:25] [PASSED] zero dst
[21:32:25] [PASSED] negative src
[21:32:25] [PASSED] negative dst
[21:32:25] ============ [PASSED] drm_test_rect_calc_hscale ============
[21:32:25] ================ drm_test_rect_calc_vscale ================
[21:32:25] [PASSED] normal use
stty: 'standard input': Inappropriate ioctl for device
[21:32:25] [PASSED] out of max range
[21:32:25] [PASSED] out of min range
[21:32:25] [PASSED] zero dst
[21:32:25] [PASSED] negative src
[21:32:25] [PASSED] negative dst
[21:32:25] ============ [PASSED] drm_test_rect_calc_vscale ============
[21:32:25] ================== drm_test_rect_rotate ===================
[21:32:25] [PASSED] reflect-x
[21:32:25] [PASSED] reflect-y
[21:32:25] [PASSED] rotate-0
[21:32:25] [PASSED] rotate-90
[21:32:25] [PASSED] rotate-180
[21:32:25] [PASSED] rotate-270
[21:32:25] ============== [PASSED] drm_test_rect_rotate ===============
[21:32:25] ================ drm_test_rect_rotate_inv =================
[21:32:25] [PASSED] reflect-x
[21:32:25] [PASSED] reflect-y
[21:32:25] [PASSED] rotate-0
[21:32:25] [PASSED] rotate-90
[21:32:25] [PASSED] rotate-180
[21:32:25] [PASSED] rotate-270
[21:32:25] ============ [PASSED] drm_test_rect_rotate_inv =============
[21:32:25] ==================== [PASSED] drm_rect =====================
[21:32:25] ============ drm_sysfb_modeset_test (1 subtest) ============
[21:32:25] ============ drm_test_sysfb_build_fourcc_list =============
[21:32:25] [PASSED] no native formats
[21:32:25] [PASSED] XRGB8888 as native format
[21:32:25] [PASSED] remove duplicates
[21:32:25] [PASSED] convert alpha formats
[21:32:25] [PASSED] random formats
[21:32:25] ======== [PASSED] drm_test_sysfb_build_fourcc_list =========
[21:32:25] ============= [PASSED] drm_sysfb_modeset_test ==============
[21:32:25] ================== drm_fixp (2 subtests) ===================
[21:32:25] [PASSED] drm_test_int2fixp
[21:32:25] [PASSED] drm_test_sm2fixp
[21:32:25] ==================== [PASSED] drm_fixp =====================
[21:32:25] ============================================================
[21:32:25] Testing complete. Ran 624 tests: passed: 624
[21:32:25] Elapsed time: 26.864s total, 1.680s configuring, 24.767s building, 0.386s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig
[21:32:25] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[21:32:26] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[21:32:36] Starting KUnit Kernel (1/1)...
[21:32:36] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[21:32:36] ================= ttm_device (5 subtests) ==================
[21:32:36] [PASSED] ttm_device_init_basic
[21:32:36] [PASSED] ttm_device_init_multiple
[21:32:36] [PASSED] ttm_device_fini_basic
[21:32:36] [PASSED] ttm_device_init_no_vma_man
[21:32:36] ================== ttm_device_init_pools ==================
[21:32:36] [PASSED] No DMA allocations, no DMA32 required
[21:32:36] [PASSED] DMA allocations, DMA32 required
[21:32:36] [PASSED] No DMA allocations, DMA32 required
[21:32:36] [PASSED] DMA allocations, no DMA32 required
[21:32:36] ============== [PASSED] ttm_device_init_pools ==============
[21:32:36] =================== [PASSED] ttm_device ====================
[21:32:36] ================== ttm_pool (8 subtests) ===================
[21:32:36] ================== ttm_pool_alloc_basic ===================
[21:32:36] [PASSED] One page
[21:32:36] [PASSED] More than one page
[21:32:36] [PASSED] Above the allocation limit
[21:32:36] [PASSED] One page, with coherent DMA mappings enabled
[21:32:36] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[21:32:36] ============== [PASSED] ttm_pool_alloc_basic ===============
[21:32:36] ============== ttm_pool_alloc_basic_dma_addr ==============
[21:32:36] [PASSED] One page
[21:32:36] [PASSED] More than one page
[21:32:36] [PASSED] Above the allocation limit
[21:32:36] [PASSED] One page, with coherent DMA mappings enabled
[21:32:36] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[21:32:36] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ==========
[21:32:36] [PASSED] ttm_pool_alloc_order_caching_match
[21:32:36] [PASSED] ttm_pool_alloc_caching_mismatch
[21:32:36] [PASSED] ttm_pool_alloc_order_mismatch
[21:32:36] [PASSED] ttm_pool_free_dma_alloc
[21:32:36] [PASSED] ttm_pool_free_no_dma_alloc
[21:32:36] [PASSED] ttm_pool_fini_basic
[21:32:36] ==================== [PASSED] ttm_pool =====================
[21:32:36] ================ ttm_resource (8 subtests) =================
[21:32:36] ================= ttm_resource_init_basic =================
[21:32:36] [PASSED] Init resource in TTM_PL_SYSTEM
[21:32:36] [PASSED] Init resource in TTM_PL_VRAM
[21:32:36] [PASSED] Init resource in a private placement
[21:32:36] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags
[21:32:36] ============= [PASSED] ttm_resource_init_basic =============
[21:32:36] [PASSED] ttm_resource_init_pinned
[21:32:36] [PASSED] ttm_resource_fini_basic
[21:32:36] [PASSED] ttm_resource_manager_init_basic
[21:32:36] [PASSED] ttm_resource_manager_usage_basic
[21:32:36] [PASSED] ttm_resource_manager_set_used_basic
[21:32:36] [PASSED] ttm_sys_man_alloc_basic
[21:32:36] [PASSED] ttm_sys_man_free_basic
[21:32:36] ================== [PASSED] ttm_resource ===================
[21:32:36] =================== ttm_tt (15 subtests) ===================
[21:32:36] ==================== ttm_tt_init_basic ====================
[21:32:36] [PASSED] Page-aligned size
[21:32:36] [PASSED] Extra pages requested
[21:32:36] ================ [PASSED] ttm_tt_init_basic ================
[21:32:36] [PASSED] ttm_tt_init_misaligned
[21:32:36] [PASSED] ttm_tt_fini_basic
[21:32:36] [PASSED] ttm_tt_fini_sg
[21:32:36] [PASSED] ttm_tt_fini_shmem
[21:32:36] [PASSED] ttm_tt_create_basic
[21:32:36] [PASSED] ttm_tt_create_invalid_bo_type
[21:32:36] [PASSED] ttm_tt_create_ttm_exists
[21:32:36] [PASSED] ttm_tt_create_failed
[21:32:36] [PASSED] ttm_tt_destroy_basic
[21:32:36] [PASSED] ttm_tt_populate_null_ttm
[21:32:36] [PASSED] ttm_tt_populate_populated_ttm
[21:32:36] [PASSED] ttm_tt_unpopulate_basic
[21:32:36] [PASSED] ttm_tt_unpopulate_empty_ttm
[21:32:36] [PASSED] ttm_tt_swapin_basic
[21:32:36] ===================== [PASSED] ttm_tt ======================
[21:32:36] =================== ttm_bo (14 subtests) ===================
[21:32:36] =========== ttm_bo_reserve_optimistic_no_ticket ===========
[21:32:36] [PASSED] Cannot be interrupted and sleeps
[21:32:36] [PASSED] Cannot be interrupted, locks straight away
[21:32:36] [PASSED] Can be interrupted, sleeps
[21:32:36] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket =======
[21:32:36] [PASSED] ttm_bo_reserve_locked_no_sleep
[21:32:36] [PASSED] ttm_bo_reserve_no_wait_ticket
[21:32:36] [PASSED] ttm_bo_reserve_double_resv
[21:32:36] [PASSED] ttm_bo_reserve_interrupted
[21:32:36] [PASSED] ttm_bo_reserve_deadlock
[21:32:36] [PASSED] ttm_bo_unreserve_basic
[21:32:36] [PASSED] ttm_bo_unreserve_pinned
[21:32:36] [PASSED] ttm_bo_unreserve_bulk
[21:32:36] [PASSED] ttm_bo_fini_basic
[21:32:36] [PASSED] ttm_bo_fini_shared_resv
[21:32:36] [PASSED] ttm_bo_pin_basic
[21:32:36] [PASSED] ttm_bo_pin_unpin_resource
[21:32:36] [PASSED] ttm_bo_multiple_pin_one_unpin
[21:32:36] ===================== [PASSED] ttm_bo ======================
[21:32:36] ============== ttm_bo_validate (21 subtests) ===============
[21:32:36] ============== ttm_bo_init_reserved_sys_man ===============
[21:32:36] [PASSED] Buffer object for userspace
[21:32:36] [PASSED] Kernel buffer object
[21:32:36] [PASSED] Shared buffer object
[21:32:36] ========== [PASSED] ttm_bo_init_reserved_sys_man ===========
[21:32:36] ============== ttm_bo_init_reserved_mock_man ==============
[21:32:36] [PASSED] Buffer object for userspace
[21:32:36] [PASSED] Kernel buffer object
[21:32:36] [PASSED] Shared buffer object
[21:32:36] ========== [PASSED] ttm_bo_init_reserved_mock_man ==========
[21:32:36] [PASSED] ttm_bo_init_reserved_resv
[21:32:36] ================== ttm_bo_validate_basic ==================
[21:32:36] [PASSED] Buffer object for userspace
[21:32:36] [PASSED] Kernel buffer object
[21:32:36] [PASSED] Shared buffer object
[21:32:36] ============== [PASSED] ttm_bo_validate_basic ==============
[21:32:36] [PASSED] ttm_bo_validate_invalid_placement
[21:32:36] ============= ttm_bo_validate_same_placement ==============
[21:32:36] [PASSED] System manager
[21:32:36] [PASSED] VRAM manager
[21:32:36] ========= [PASSED] ttm_bo_validate_same_placement ==========
[21:32:36] [PASSED] ttm_bo_validate_failed_alloc
[21:32:36] [PASSED] ttm_bo_validate_pinned
[21:32:36] [PASSED] ttm_bo_validate_busy_placement
[21:32:36] ================ ttm_bo_validate_multihop =================
[21:32:36] [PASSED] Buffer object for userspace
[21:32:36] [PASSED] Kernel buffer object
[21:32:36] [PASSED] Shared buffer object
[21:32:36] ============ [PASSED] ttm_bo_validate_multihop =============
[21:32:36] ========== ttm_bo_validate_no_placement_signaled ==========
[21:32:36] [PASSED] Buffer object in system domain, no page vector
[21:32:36] [PASSED] Buffer object in system domain with an existing page vector
[21:32:36] ====== [PASSED] ttm_bo_validate_no_placement_signaled ======
[21:32:36] ======== ttm_bo_validate_no_placement_not_signaled ========
[21:32:36] [PASSED] Buffer object for userspace
[21:32:36] [PASSED] Kernel buffer object
[21:32:36] [PASSED] Shared buffer object
[21:32:36] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ====
[21:32:36] [PASSED] ttm_bo_validate_move_fence_signaled
[21:32:36] ========= ttm_bo_validate_move_fence_not_signaled =========
[21:32:36] [PASSED] Waits for GPU
[21:32:36] [PASSED] Tries to lock straight away
[21:32:36] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled =====
[21:32:36] [PASSED] ttm_bo_validate_happy_evict
[21:32:36] [PASSED] ttm_bo_validate_all_pinned_evict
[21:32:36] [PASSED] ttm_bo_validate_allowed_only_evict
[21:32:36] [PASSED] ttm_bo_validate_deleted_evict
[21:32:36] [PASSED] ttm_bo_validate_busy_domain_evict
[21:32:36] [PASSED] ttm_bo_validate_evict_gutting
[21:32:36] [PASSED] ttm_bo_validate_recrusive_evict
stty: 'standard input': Inappropriate ioctl for device
[21:32:36] ================= [PASSED] ttm_bo_validate =================
[21:32:36] ============================================================
[21:32:36] Testing complete. Ran 101 tests: passed: 101
[21:32:36] Elapsed time: 11.026s total, 1.659s configuring, 9.151s building, 0.177s running
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 13+ messages in thread* ✗ Xe.CI.BAT: failure for drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message (rev2)
2025-12-05 12:29 [PATCH] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message Imre Deak
` (7 preceding siblings ...)
2025-12-09 21:32 ` ✓ CI.KUnit: success " Patchwork
@ 2025-12-09 23:38 ` Patchwork
2025-12-10 3:34 ` ✗ Xe.CI.Full: " Patchwork
9 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2025-12-09 23:38 UTC (permalink / raw)
To: Imre Deak; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 1855 bytes --]
== Series Details ==
Series: drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message (rev2)
URL : https://patchwork.freedesktop.org/series/158574/
State : failure
== Summary ==
CI Bug Log - changes from xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66_BAT -> xe-pw-158574v2_BAT
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with xe-pw-158574v2_BAT absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in xe-pw-158574v2_BAT, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (12 -> 12)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in xe-pw-158574v2_BAT:
### IGT changes ###
#### Possible regressions ####
* igt@xe_waitfence@engine:
- bat-bmg-2: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/bat-bmg-2/igt@xe_waitfence@engine.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/bat-bmg-2/igt@xe_waitfence@engine.html
Build changes
-------------
* IGT: IGT_8659 -> IGT_8662
* Linux: xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66 -> xe-pw-158574v2
IGT_8659: 8659
IGT_8662: 9410b6926f317e8bf824502394e09ee8753ff65e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66: 55b19373186bc09befbc0068ee82a67ed9cfbc66
xe-pw-158574v2: 158574v2
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/index.html
[-- Attachment #2: Type: text/html, Size: 2454 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread* ✗ Xe.CI.Full: failure for drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message (rev2)
2025-12-05 12:29 [PATCH] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message Imre Deak
` (8 preceding siblings ...)
2025-12-09 23:38 ` ✗ Xe.CI.BAT: failure " Patchwork
@ 2025-12-10 3:34 ` Patchwork
9 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2025-12-10 3:34 UTC (permalink / raw)
To: Imre Deak; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 95795 bytes --]
== Series Details ==
Series: drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message (rev2)
URL : https://patchwork.freedesktop.org/series/158574/
State : failure
== Summary ==
CI Bug Log - changes from xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66_FULL -> xe-pw-158574v2_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with xe-pw-158574v2_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in xe-pw-158574v2_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-158574v2_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@kms_cursor_edge_walk@256x256-top-edge@pipe-a-dp-2:
- shard-bmg: [PASS][1] -> [ABORT][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-5/igt@kms_cursor_edge_walk@256x256-top-edge@pipe-a-dp-2.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-3/igt@kms_cursor_edge_walk@256x256-top-edge@pipe-a-dp-2.html
New tests
---------
New tests have been introduced between xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66_FULL and xe-pw-158574v2_FULL:
### New IGT tests (2) ###
* igt@xe_create@create-big-vram@gt0:
- Statuses : 2 pass(s)
- Exec time: [0.09, 0.10] s
* igt@xe_oa@mmio-triggered-reports-read@oam-3:
- Statuses : 1 pass(s)
- Exec time: [0.04] s
Known issues
------------
Here are the changes found in xe-pw-158574v2_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@intel_hwmon@hwmon-write:
- shard-bmg: [PASS][3] -> [FAIL][4] ([Intel XE#4665])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-8/igt@intel_hwmon@hwmon-write.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-4/igt@intel_hwmon@hwmon-write.html
* igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1:
- shard-lnl: [PASS][5] -> [FAIL][6] ([Intel XE#6054])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-1/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
* igt@kms_async_flips@basic-modeset-with-all-modifiers-formats@pipe-a-edp-1-linear-rgb565:
- shard-lnl: NOTRUN -> [FAIL][7] ([Intel XE#6676]) +36 other tests fail
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-8/igt@kms_async_flips@basic-modeset-with-all-modifiers-formats@pipe-a-edp-1-linear-rgb565.html
* igt@kms_async_flips@crc-atomic@pipe-d-hdmi-a-1:
- shard-adlp: [PASS][8] -> [FAIL][9] ([Intel XE#3884]) +3 other tests fail
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-3/igt@kms_async_flips@crc-atomic@pipe-d-hdmi-a-1.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-4/igt@kms_async_flips@crc-atomic@pipe-d-hdmi-a-1.html
* igt@kms_async_flips@test-cursor:
- shard-lnl: NOTRUN -> [SKIP][10] ([Intel XE#664])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-2/igt@kms_async_flips@test-cursor.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
- shard-dg2-set2: NOTRUN -> [SKIP][11] ([Intel XE#316]) +1 other test skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-436/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
- shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#1407]) +3 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-5/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#2327]) +2 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-8/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-addfb-size-overflow:
- shard-adlp: NOTRUN -> [SKIP][14] ([Intel XE#610])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-9/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-adlp: NOTRUN -> [SKIP][15] ([Intel XE#316])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-1/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-0:
- shard-adlp: [PASS][16] -> [FAIL][17] ([Intel XE#1874]) +2 other tests fail
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-2/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-6/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-180:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#1124]) +3 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-2/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#610])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-3/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-dg2-set2: NOTRUN -> [SKIP][20] ([Intel XE#1124]) +4 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-434/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-adlp: [PASS][21] -> [FAIL][22] ([Intel XE#1231]) +1 other test fail
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#1124]) +3 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-adlp: NOTRUN -> [SKIP][24] ([Intel XE#1124]) +3 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_bw@linear-tiling-3-displays-1920x1080p:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#367]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-4/igt@kms_bw@linear-tiling-3-displays-1920x1080p.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs:
- shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#2887]) +2 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-4/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][27] ([Intel XE#455] / [Intel XE#787]) +5 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-433/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#2887]) +4 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-2/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-c-dp-2:
- shard-bmg: NOTRUN -> [FAIL][29] ([Intel XE#6173]) +3 other tests fail
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-c-dp-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#3432])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-1/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs@pipe-d-hdmi-a-3:
- shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#2652] / [Intel XE#787]) +8 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs:
- shard-adlp: NOTRUN -> [SKIP][32] ([Intel XE#455] / [Intel XE#787]) +7 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-2/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][33] ([Intel XE#787]) +20 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-434/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-adlp: NOTRUN -> [SKIP][34] ([Intel XE#2907])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-1/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
- shard-dg2-set2: NOTRUN -> [SKIP][35] ([Intel XE#2907])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
- shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#2669]) +3 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-2/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-dp-4:
- shard-dg2-set2: [PASS][37] -> [INCOMPLETE][38] ([Intel XE#2705] / [Intel XE#4212] / [Intel XE#4345]) +1 other test incomplete
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-dp-4.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1:
- shard-adlp: NOTRUN -> [SKIP][39] ([Intel XE#787]) +11 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-2/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1.html
* igt@kms_chamelium_color@gamma:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#2325])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-3/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_hpd@dp-hpd:
- shard-adlp: NOTRUN -> [SKIP][41] ([Intel XE#373]) +3 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-2/igt@kms_chamelium_hpd@dp-hpd.html
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#2252]) +4 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-6/igt@kms_chamelium_hpd@dp-hpd.html
* igt@kms_chamelium_hpd@hdmi-hpd:
- shard-dg2-set2: NOTRUN -> [SKIP][43] ([Intel XE#373]) +4 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-463/igt@kms_chamelium_hpd@hdmi-hpd.html
* igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode:
- shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#373]) +5 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-2/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#2390])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-2/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#2321])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-5/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-dg2-set2: NOTRUN -> [SKIP][47] ([Intel XE#308])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-433/igt@kms_cursor_crc@cursor-offscreen-512x512.html
- shard-adlp: NOTRUN -> [SKIP][48] ([Intel XE#308])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-2/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-128x42:
- shard-lnl: NOTRUN -> [SKIP][49] ([Intel XE#1424]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-3/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#2320]) +1 other test skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-4/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html
* igt@kms_cursor_edge_walk@256x256-top-edge:
- shard-bmg: [PASS][51] -> [ABORT][52] ([Intel XE#1727])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-5/igt@kms_cursor_edge_walk@256x256-top-edge.html
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-3/igt@kms_cursor_edge_walk@256x256-top-edge.html
* igt@kms_cursor_edge_walk@256x256-top-edge@pipe-d-dp-2:
- shard-bmg: [PASS][53] -> [INCOMPLETE][54] ([Intel XE#1727])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-5/igt@kms_cursor_edge_walk@256x256-top-edge@pipe-d-dp-2.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-3/igt@kms_cursor_edge_walk@256x256-top-edge@pipe-d-dp-2.html
* igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size:
- shard-adlp: [PASS][55] -> [FAIL][56] ([Intel XE#6640])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-8/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-4/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
- shard-adlp: NOTRUN -> [SKIP][57] ([Intel XE#309]) +1 other test skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-2/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
- shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#309]) +1 other test skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-2/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-dg2-set2: NOTRUN -> [SKIP][59] ([Intel XE#323])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-434/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
- shard-adlp: NOTRUN -> [SKIP][60] ([Intel XE#323])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#1508])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-5/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-adlp: NOTRUN -> [SKIP][62] ([Intel XE#4331])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-4/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area:
- shard-bmg: NOTRUN -> [SKIP][63] ([Intel XE#4422])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-8/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-bmg: NOTRUN -> [SKIP][64] ([Intel XE#4156])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-5/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#776])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-5/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg2-set2: NOTRUN -> [SKIP][66] ([Intel XE#1137])
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-434/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr2:
- shard-adlp: NOTRUN -> [SKIP][67] ([Intel XE#1135])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-6/igt@kms_feature_discovery@psr2.html
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#2374])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-3/igt@kms_feature_discovery@psr2.html
- shard-dg2-set2: NOTRUN -> [SKIP][69] ([Intel XE#1135])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-463/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-flip-vs-panning-interruptible:
- shard-adlp: NOTRUN -> [SKIP][70] ([Intel XE#310]) +1 other test skip
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-6/igt@kms_flip@2x-flip-vs-panning-interruptible.html
* igt@kms_flip@2x-plain-flip-ts-check:
- shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#1421])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-4/igt@kms_flip@2x-plain-flip-ts-check.html
- shard-bmg: [PASS][72] -> [FAIL][73] ([Intel XE#3098]) +1 other test fail
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-3/igt@kms_flip@2x-plain-flip-ts-check.html
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-5/igt@kms_flip@2x-plain-flip-ts-check.html
* igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling:
- shard-lnl: NOTRUN -> [FAIL][74] ([Intel XE#4683]) +1 other test fail
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-1/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
- shard-adlp: NOTRUN -> [SKIP][75] ([Intel XE#455]) +5 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
- shard-bmg: NOTRUN -> [SKIP][76] ([Intel XE#2293] / [Intel XE#2380])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling:
- shard-adlp: [PASS][77] -> [FAIL][78] ([Intel XE#4683]) +3 other tests fail
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-8/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-8/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#2293]) +1 other test skip
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-lnl: NOTRUN -> [SKIP][80] ([Intel XE#1401] / [Intel XE#1745]) +2 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-1/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-default-mode:
- shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#1401]) +2 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-indfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][82] ([Intel XE#2311]) +11 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-blt:
- shard-adlp: NOTRUN -> [SKIP][83] ([Intel XE#651]) +3 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-1/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-fullscreen:
- shard-lnl: NOTRUN -> [SKIP][84] ([Intel XE#651]) +3 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt:
- shard-adlp: NOTRUN -> [SKIP][85] ([Intel XE#656]) +10 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-1/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen:
- shard-dg2-set2: NOTRUN -> [SKIP][86] ([Intel XE#651]) +5 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt:
- shard-adlp: [PASS][87] -> [FAIL][88] ([Intel XE#5671])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
- shard-bmg: NOTRUN -> [SKIP][89] ([Intel XE#4141]) +3 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt:
- shard-adlp: NOTRUN -> [SKIP][90] ([Intel XE#653]) +3 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-9/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-modesetfrombusy:
- shard-dg2-set2: NOTRUN -> [SKIP][91] ([Intel XE#653]) +10 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-modesetfrombusy.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-render:
- shard-dg2-set2: NOTRUN -> [SKIP][92] ([Intel XE#6312]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-render.html
- shard-adlp: NOTRUN -> [SKIP][93] ([Intel XE#6312])
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][94] ([Intel XE#656]) +7 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-modesetfrombusy:
- shard-bmg: NOTRUN -> [SKIP][95] ([Intel XE#2313]) +10 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html
* igt@kms_hdr@bpc-switch:
- shard-bmg: [PASS][96] -> [ABORT][97] ([Intel XE#6740]) +1 other test abort
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-4/igt@kms_hdr@bpc-switch.html
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-1/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@static-toggle:
- shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#1503])
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-5/igt@kms_hdr@static-toggle.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-adlp: NOTRUN -> [SKIP][99] ([Intel XE#2925])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-1/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-dg2-set2: NOTRUN -> [SKIP][100] ([Intel XE#2925]) +1 other test skip
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-432/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_plane_cursor@viewport:
- shard-adlp: NOTRUN -> [FAIL][101] ([Intel XE#6757]) +1 other test fail
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-2/igt@kms_plane_cursor@viewport.html
* igt@kms_plane_cursor@viewport@pipe-a-hdmi-a-1-size-256:
- shard-adlp: NOTRUN -> [FAIL][102] ([Intel XE#6758]) +1 other test fail
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-2/igt@kms_plane_cursor@viewport@pipe-a-hdmi-a-1-size-256.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-a:
- shard-bmg: NOTRUN -> [SKIP][103] ([Intel XE#5825]) +4 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-6/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-b:
- shard-lnl: NOTRUN -> [SKIP][104] ([Intel XE#5825]) +5 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-1/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-b.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-adlp: NOTRUN -> [SKIP][105] ([Intel XE#836]) +1 other test skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-8/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-lnl: NOTRUN -> [SKIP][106] ([Intel XE#1439] / [Intel XE#3141])
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_properties@get_properties-sanity-atomic:
- shard-adlp: NOTRUN -> [DMESG-WARN][107] ([Intel XE#2953] / [Intel XE#4173])
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-2/igt@kms_properties@get_properties-sanity-atomic.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area:
- shard-dg2-set2: NOTRUN -> [SKIP][108] ([Intel XE#1406] / [Intel XE#1489]) +2 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-434/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf:
- shard-lnl: NOTRUN -> [SKIP][109] ([Intel XE#1406] / [Intel XE#2893] / [Intel XE#4608])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-5/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [SKIP][110] ([Intel XE#1406] / [Intel XE#4608]) +1 other test skip
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-5/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb:
- shard-bmg: NOTRUN -> [SKIP][111] ([Intel XE#1406] / [Intel XE#1489]) +3 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-6/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area:
- shard-adlp: NOTRUN -> [SKIP][112] ([Intel XE#1406] / [Intel XE#1489]) +2 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-8/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-p010:
- shard-adlp: NOTRUN -> [SKIP][113] ([Intel XE#1122] / [Intel XE#1406] / [Intel XE#5580])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-9/igt@kms_psr2_su@page_flip-p010.html
- shard-dg2-set2: NOTRUN -> [SKIP][114] ([Intel XE#1122] / [Intel XE#1406])
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-435/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-pr-sprite-render:
- shard-lnl: NOTRUN -> [SKIP][115] ([Intel XE#1406]) +1 other test skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-1/igt@kms_psr@fbc-pr-sprite-render.html
* igt@kms_psr@fbc-psr-cursor-plane-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][116] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +2 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-435/igt@kms_psr@fbc-psr-cursor-plane-onoff.html
* igt@kms_psr@fbc-psr2-sprite-render@edp-1:
- shard-lnl: NOTRUN -> [SKIP][117] ([Intel XE#1406] / [Intel XE#4609])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-5/igt@kms_psr@fbc-psr2-sprite-render@edp-1.html
* igt@kms_psr@pr-sprite-render:
- shard-bmg: NOTRUN -> [SKIP][118] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +5 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-1/igt@kms_psr@pr-sprite-render.html
* igt@kms_psr@psr2-no-drrs:
- shard-adlp: NOTRUN -> [SKIP][119] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +2 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-9/igt@kms_psr@psr2-no-drrs.html
* igt@kms_rotation_crc@bad-tiling:
- shard-bmg: NOTRUN -> [SKIP][120] ([Intel XE#3414] / [Intel XE#3904])
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-5/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_sharpness_filter@filter-modifiers:
- shard-bmg: NOTRUN -> [SKIP][121] ([Intel XE#6503]) +1 other test skip
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-3/igt@kms_sharpness_filter@filter-modifiers.html
* igt@kms_sharpness_filter@filter-toggle:
- shard-dg2-set2: NOTRUN -> [SKIP][122] ([Intel XE#455])
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-463/igt@kms_sharpness_filter@filter-toggle.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-lnl: NOTRUN -> [SKIP][123] ([Intel XE#362])
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-1/igt@kms_tiled_display@basic-test-pattern.html
* igt@xe_copy_basic@mem-page-copy-17:
- shard-dg2-set2: NOTRUN -> [SKIP][124] ([Intel XE#5300])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-463/igt@xe_copy_basic@mem-page-copy-17.html
- shard-adlp: NOTRUN -> [SKIP][125] ([Intel XE#5300])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-3/igt@xe_copy_basic@mem-page-copy-17.html
* igt@xe_create@create-big-vram:
- shard-adlp: NOTRUN -> [SKIP][126] ([Intel XE#1062])
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-6/igt@xe_create@create-big-vram.html
* igt@xe_eudebug@basic-exec-queues:
- shard-lnl: NOTRUN -> [SKIP][127] ([Intel XE#4837])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-1/igt@xe_eudebug@basic-exec-queues.html
* igt@xe_eudebug@basic-vm-access-faultable:
- shard-adlp: NOTRUN -> [SKIP][128] ([Intel XE#4837] / [Intel XE#5565]) +1 other test skip
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-9/igt@xe_eudebug@basic-vm-access-faultable.html
- shard-dg2-set2: NOTRUN -> [SKIP][129] ([Intel XE#4837]) +1 other test skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-435/igt@xe_eudebug@basic-vm-access-faultable.html
* igt@xe_eudebug_online@breakpoint-many-sessions-single-tile:
- shard-adlp: NOTRUN -> [SKIP][130] ([Intel XE#4837] / [Intel XE#5565] / [Intel XE#6665])
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-4/igt@xe_eudebug_online@breakpoint-many-sessions-single-tile.html
- shard-dg2-set2: NOTRUN -> [SKIP][131] ([Intel XE#4837] / [Intel XE#6665])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-463/igt@xe_eudebug_online@breakpoint-many-sessions-single-tile.html
* igt@xe_eudebug_online@set-breakpoint:
- shard-bmg: NOTRUN -> [SKIP][132] ([Intel XE#4837] / [Intel XE#6665]) +3 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-8/igt@xe_eudebug_online@set-breakpoint.html
* igt@xe_eudebug_online@single-step:
- shard-lnl: NOTRUN -> [SKIP][133] ([Intel XE#4837] / [Intel XE#6665]) +2 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-4/igt@xe_eudebug_online@single-step.html
* igt@xe_evict@evict-beng-cm-threads-large:
- shard-adlp: NOTRUN -> [SKIP][134] ([Intel XE#261]) +1 other test skip
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-6/igt@xe_evict@evict-beng-cm-threads-large.html
* igt@xe_evict@evict-large-external:
- shard-adlp: NOTRUN -> [SKIP][135] ([Intel XE#261] / [Intel XE#5564])
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-8/igt@xe_evict@evict-large-external.html
* igt@xe_evict@evict-threads-small:
- shard-adlp: NOTRUN -> [SKIP][136] ([Intel XE#261] / [Intel XE#688])
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-4/igt@xe_evict@evict-threads-small.html
- shard-lnl: NOTRUN -> [SKIP][137] ([Intel XE#688]) +2 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-3/igt@xe_evict@evict-threads-small.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue:
- shard-adlp: NOTRUN -> [SKIP][138] ([Intel XE#1392] / [Intel XE#5575]) +1 other test skip
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-3/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind:
- shard-bmg: NOTRUN -> [SKIP][139] ([Intel XE#2322]) +2 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-4/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind.html
* igt@xe_exec_basic@multigpu-once-null:
- shard-lnl: NOTRUN -> [SKIP][140] ([Intel XE#1392]) +2 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-8/igt@xe_exec_basic@multigpu-once-null.html
* igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate:
- shard-dg2-set2: NOTRUN -> [SKIP][141] ([Intel XE#288]) +8 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-463/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate.html
* igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate:
- shard-adlp: NOTRUN -> [SKIP][142] ([Intel XE#288] / [Intel XE#5561]) +7 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-9/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate.html
* igt@xe_exec_reset@cm-cat-error:
- shard-adlp: NOTRUN -> [DMESG-WARN][143] ([Intel XE#3868])
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-9/igt@xe_exec_reset@cm-cat-error.html
* igt@xe_exec_system_allocator@many-stride-malloc-prefetch-madvise:
- shard-lnl: NOTRUN -> [WARN][144] ([Intel XE#5786])
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-8/igt@xe_exec_system_allocator@many-stride-malloc-prefetch-madvise.html
* igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma:
- shard-lnl: [PASS][145] -> [FAIL][146] ([Intel XE#5625])
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-lnl-8/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-8/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-large-execqueues-mmap-new-race-nomemset:
- shard-dg2-set2: NOTRUN -> [SKIP][147] ([Intel XE#4915]) +112 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-463/igt@xe_exec_system_allocator@threads-shared-vm-many-large-execqueues-mmap-new-race-nomemset.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-new-race-nomemset:
- shard-adlp: NOTRUN -> [SKIP][148] ([Intel XE#4915]) +102 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-9/igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-new-race-nomemset.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-free-huge:
- shard-bmg: NOTRUN -> [SKIP][149] ([Intel XE#4943]) +4 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-1/igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-free-huge.html
* igt@xe_exec_system_allocator@twice-large-mmap-free-huge:
- shard-lnl: NOTRUN -> [SKIP][150] ([Intel XE#4943]) +6 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-2/igt@xe_exec_system_allocator@twice-large-mmap-free-huge.html
* igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
- shard-bmg: NOTRUN -> [ABORT][151] ([Intel XE#5466] / [Intel XE#5530])
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-6/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
* igt@xe_module_load@load:
- shard-adlp: ([PASS][152], [PASS][153], [PASS][154], [PASS][155], [PASS][156], [PASS][157], [PASS][158], [PASS][159], [PASS][160], [PASS][161], [PASS][162], [PASS][163], [PASS][164], [PASS][165], [PASS][166], [PASS][167], [PASS][168], [PASS][169], [PASS][170], [PASS][171], [PASS][172], [PASS][173], [PASS][174], [PASS][175], [PASS][176]) -> ([PASS][177], [PASS][178], [PASS][179], [SKIP][180], [PASS][181], [PASS][182], [PASS][183], [PASS][184], [PASS][185], [PASS][186], [PASS][187], [PASS][188], [PASS][189], [PASS][190], [PASS][191], [PASS][192], [PASS][193], [PASS][194], [PASS][195], [PASS][196], [PASS][197], [PASS][198], [PASS][199], [PASS][200], [PASS][201], [PASS][202]) ([Intel XE#378] / [Intel XE#5612])
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-6/igt@xe_module_load@load.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-6/igt@xe_module_load@load.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-2/igt@xe_module_load@load.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-8/igt@xe_module_load@load.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-8/igt@xe_module_load@load.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-1/igt@xe_module_load@load.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-6/igt@xe_module_load@load.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-6/igt@xe_module_load@load.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-9/igt@xe_module_load@load.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-2/igt@xe_module_load@load.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-4/igt@xe_module_load@load.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-4/igt@xe_module_load@load.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-4/igt@xe_module_load@load.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-8/igt@xe_module_load@load.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-1/igt@xe_module_load@load.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-1/igt@xe_module_load@load.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-3/igt@xe_module_load@load.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-3/igt@xe_module_load@load.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-3/igt@xe_module_load@load.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-9/igt@xe_module_load@load.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-9/igt@xe_module_load@load.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-3/igt@xe_module_load@load.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-2/igt@xe_module_load@load.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-2/igt@xe_module_load@load.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-8/igt@xe_module_load@load.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-8/igt@xe_module_load@load.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-6/igt@xe_module_load@load.html
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-6/igt@xe_module_load@load.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-6/igt@xe_module_load@load.html
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-6/igt@xe_module_load@load.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-6/igt@xe_module_load@load.html
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-1/igt@xe_module_load@load.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-1/igt@xe_module_load@load.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-1/igt@xe_module_load@load.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-1/igt@xe_module_load@load.html
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-4/igt@xe_module_load@load.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-4/igt@xe_module_load@load.html
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-4/igt@xe_module_load@load.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-4/igt@xe_module_load@load.html
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-9/igt@xe_module_load@load.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-9/igt@xe_module_load@load.html
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-9/igt@xe_module_load@load.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-8/igt@xe_module_load@load.html
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-8/igt@xe_module_load@load.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-3/igt@xe_module_load@load.html
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-3/igt@xe_module_load@load.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-3/igt@xe_module_load@load.html
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-3/igt@xe_module_load@load.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-2/igt@xe_module_load@load.html
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-2/igt@xe_module_load@load.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-2/igt@xe_module_load@load.html
- shard-dg2-set2: ([PASS][203], [PASS][204], [PASS][205], [PASS][206], [PASS][207], [PASS][208], [PASS][209], [PASS][210], [PASS][211], [PASS][212], [PASS][213], [PASS][214], [PASS][215], [PASS][216], [PASS][217], [PASS][218], [PASS][219], [PASS][220], [PASS][221], [PASS][222], [PASS][223], [PASS][224], [PASS][225], [PASS][226], [PASS][227]) -> ([PASS][228], [PASS][229], [PASS][230], [PASS][231], [PASS][232], [PASS][233], [PASS][234], [PASS][235], [PASS][236], [PASS][237], [PASS][238], [PASS][239], [PASS][240], [PASS][241], [PASS][242], [PASS][243], [PASS][244], [PASS][245], [SKIP][246], [PASS][247], [PASS][248], [PASS][249], [PASS][250], [PASS][251], [PASS][252], [PASS][253]) ([Intel XE#378])
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-435/igt@xe_module_load@load.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-464/igt@xe_module_load@load.html
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-463/igt@xe_module_load@load.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-463/igt@xe_module_load@load.html
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-433/igt@xe_module_load@load.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-433/igt@xe_module_load@load.html
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-436/igt@xe_module_load@load.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-436/igt@xe_module_load@load.html
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-432/igt@xe_module_load@load.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-435/igt@xe_module_load@load.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-464/igt@xe_module_load@load.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-464/igt@xe_module_load@load.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-432/igt@xe_module_load@load.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-463/igt@xe_module_load@load.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-436/igt@xe_module_load@load.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-436/igt@xe_module_load@load.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-435/igt@xe_module_load@load.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-435/igt@xe_module_load@load.html
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-463/igt@xe_module_load@load.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-434/igt@xe_module_load@load.html
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-434/igt@xe_module_load@load.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-432/igt@xe_module_load@load.html
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-432/igt@xe_module_load@load.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-434/igt@xe_module_load@load.html
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-434/igt@xe_module_load@load.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-434/igt@xe_module_load@load.html
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-432/igt@xe_module_load@load.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-432/igt@xe_module_load@load.html
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-435/igt@xe_module_load@load.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-435/igt@xe_module_load@load.html
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-435/igt@xe_module_load@load.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-435/igt@xe_module_load@load.html
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-434/igt@xe_module_load@load.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-463/igt@xe_module_load@load.html
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-463/igt@xe_module_load@load.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-463/igt@xe_module_load@load.html
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-463/igt@xe_module_load@load.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-436/igt@xe_module_load@load.html
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-436/igt@xe_module_load@load.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-436/igt@xe_module_load@load.html
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-432/igt@xe_module_load@load.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-433/igt@xe_module_load@load.html
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-433/igt@xe_module_load@load.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-433/igt@xe_module_load@load.html
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-433/igt@xe_module_load@load.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-433/igt@xe_module_load@load.html
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-464/igt@xe_module_load@load.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-464/igt@xe_module_load@load.html
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-464/igt@xe_module_load@load.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-464/igt@xe_module_load@load.html
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-434/igt@xe_module_load@load.html
* igt@xe_oa@privileged-forked-access-vaddr:
- shard-adlp: NOTRUN -> [SKIP][254] ([Intel XE#3573]) +2 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-3/igt@xe_oa@privileged-forked-access-vaddr.html
* igt@xe_oa@whitelisted-registers-userspace-config:
- shard-dg2-set2: NOTRUN -> [SKIP][255] ([Intel XE#3573]) +2 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-435/igt@xe_oa@whitelisted-registers-userspace-config.html
* igt@xe_pm@d3cold-i2c:
- shard-lnl: NOTRUN -> [SKIP][256] ([Intel XE#5694])
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-5/igt@xe_pm@d3cold-i2c.html
* igt@xe_pm@s3-basic:
- shard-lnl: NOTRUN -> [SKIP][257] ([Intel XE#584])
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-4/igt@xe_pm@s3-basic.html
* igt@xe_pm@vram-d3cold-threshold:
- shard-dg2-set2: NOTRUN -> [SKIP][258] ([Intel XE#579])
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-434/igt@xe_pm@vram-d3cold-threshold.html
- shard-adlp: NOTRUN -> [SKIP][259] ([Intel XE#5611] / [Intel XE#579])
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-1/igt@xe_pm@vram-d3cold-threshold.html
* igt@xe_pm_residency@idle-residency:
- shard-dg2-set2: [PASS][260] -> [FAIL][261] ([Intel XE#6362]) +1 other test fail
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-435/igt@xe_pm_residency@idle-residency.html
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-433/igt@xe_pm_residency@idle-residency.html
* igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_copy0:
- shard-lnl: [PASS][262] -> [FAIL][263] ([Intel XE#6251]) +2 other tests fail
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-lnl-4/igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_copy0.html
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-3/igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_copy0.html
* igt@xe_pxp@pxp-termination-key-update-post-suspend:
- shard-dg2-set2: NOTRUN -> [SKIP][264] ([Intel XE#4733]) +1 other test skip
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-432/igt@xe_pxp@pxp-termination-key-update-post-suspend.html
* igt@xe_pxp@pxp-termination-key-update-post-termination-irq:
- shard-adlp: NOTRUN -> [SKIP][265] ([Intel XE#4733] / [Intel XE#5594]) +1 other test skip
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-3/igt@xe_pxp@pxp-termination-key-update-post-termination-irq.html
- shard-bmg: NOTRUN -> [SKIP][266] ([Intel XE#4733])
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-2/igt@xe_pxp@pxp-termination-key-update-post-termination-irq.html
* igt@xe_query@multigpu-query-invalid-size:
- shard-bmg: NOTRUN -> [SKIP][267] ([Intel XE#944])
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-3/igt@xe_query@multigpu-query-invalid-size.html
* igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs:
- shard-lnl: NOTRUN -> [SKIP][268] ([Intel XE#4130])
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-3/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs.html
* igt@xe_sriov_flr@flr-each-isolation:
- shard-lnl: NOTRUN -> [SKIP][269] ([Intel XE#3342])
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-5/igt@xe_sriov_flr@flr-each-isolation.html
* igt@xe_sriov_vram@vf-access-beyond:
- shard-adlp: NOTRUN -> [SKIP][270] ([Intel XE#6376])
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-6/igt@xe_sriov_vram@vf-access-beyond.html
- shard-dg2-set2: NOTRUN -> [SKIP][271] ([Intel XE#6318])
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-463/igt@xe_sriov_vram@vf-access-beyond.html
- shard-lnl: NOTRUN -> [SKIP][272] ([Intel XE#6376])
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-4/igt@xe_sriov_vram@vf-access-beyond.html
#### Possible fixes ####
* igt@device_reset@unbind-reset-rebind:
- shard-bmg: [ABORT][273] -> [PASS][274]
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@device_reset@unbind-reset-rebind.html
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-6/igt@device_reset@unbind-reset-rebind.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1:
- shard-adlp: [FAIL][275] ([Intel XE#3908]) -> [PASS][276] +1 other test pass
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-2/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-4/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
* igt@kms_atomic_transition@plane-all-transition:
- shard-bmg: [DMESG-FAIL][277] ([Intel XE#5545]) -> [PASS][278] +1 other test pass
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_atomic_transition@plane-all-transition.html
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-3/igt@kms_atomic_transition@plane-all-transition.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-adlp: [FAIL][279] ([Intel XE#1231]) -> [PASS][280]
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-9/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-1/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-dg2-set2: [INCOMPLETE][281] ([Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4345]) -> [PASS][282] +1 other test pass
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size:
- shard-bmg: [DMESG-WARN][283] ([Intel XE#5354]) -> [PASS][284]
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-8/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-4/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-bmg: [FAIL][285] ([Intel XE#5299]) -> [PASS][286]
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_flip@flip-vs-expired-vblank@a-edp1:
- shard-lnl: [FAIL][287] ([Intel XE#301]) -> [PASS][288] +1 other test pass
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-adlp: [DMESG-WARN][289] ([Intel XE#6766]) -> [PASS][290] +3 other tests pass
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-8/igt@kms_flip@flip-vs-suspend-interruptible.html
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-6/igt@kms_flip@flip-vs-suspend-interruptible.html
- shard-dg2-set2: [INCOMPLETE][291] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][292] +1 other test pass
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-435/igt@kms_flip@flip-vs-suspend-interruptible.html
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-432/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-x:
- shard-adlp: [FAIL][293] ([Intel XE#1874]) -> [PASS][294] +4 other tests pass
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-3/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-x.html
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-6/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-x.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-render:
- shard-adlp: [FAIL][295] ([Intel XE#5671]) -> [PASS][296] +1 other test pass
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-4/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-render.html
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-1/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-render.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25@pipe-d:
- shard-adlp: [DMESG-WARN][297] ([Intel XE#2953] / [Intel XE#4173]) -> [PASS][298] +5 other tests pass
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-6/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25@pipe-d.html
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-4/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25@pipe-d.html
* igt@kms_pm_dc@dc6-dpms:
- shard-lnl: [FAIL][299] ([Intel XE#718]) -> [PASS][300] +2 other tests pass
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-lnl-3/igt@kms_pm_dc@dc6-dpms.html
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-5/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_rpm@drm-resources-equal:
- shard-bmg: [SKIP][301] -> [PASS][302]
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_pm_rpm@drm-resources-equal.html
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-6/igt@kms_pm_rpm@drm-resources-equal.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-bmg: [INCOMPLETE][303] ([Intel XE#6321]) -> [PASS][304]
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-3/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-2/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_exec_system_allocator@many-stride-mmap-free:
- shard-bmg: [SKIP][305] ([Intel XE#6557] / [Intel XE#6703]) -> [PASS][306] +9 other tests pass
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@xe_exec_system_allocator@many-stride-mmap-free.html
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-4/igt@xe_exec_system_allocator@many-stride-mmap-free.html
* igt@xe_exec_system_allocator@twice-large-malloc-nomemset:
- shard-bmg: [SKIP][307] ([Intel XE#6703]) -> [PASS][308] +165 other tests pass
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@xe_exec_system_allocator@twice-large-malloc-nomemset.html
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-2/igt@xe_exec_system_allocator@twice-large-malloc-nomemset.html
* igt@xe_exec_threads@threads-cm-shared-vm-basic:
- shard-bmg: [INCOMPLETE][309] ([Intel XE#2594]) -> [PASS][310]
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-6/igt@xe_exec_threads@threads-cm-shared-vm-basic.html
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-8/igt@xe_exec_threads@threads-cm-shared-vm-basic.html
* igt@xe_pmu@engine-activity-single-load-idle:
- shard-dg2-set2: [FAIL][311] ([Intel XE#6812]) -> [PASS][312] +1 other test pass
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-dg2-464/igt@xe_pmu@engine-activity-single-load-idle.html
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-dg2-434/igt@xe_pmu@engine-activity-single-load-idle.html
* igt@xe_sriov_flr@flr-vfs-parallel:
- shard-bmg: [FAIL][313] ([Intel XE#6569]) -> [PASS][314]
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-3/igt@xe_sriov_flr@flr-vfs-parallel.html
[314]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-1/igt@xe_sriov_flr@flr-vfs-parallel.html
#### Warnings ####
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-adlp: [DMESG-WARN][315] ([Intel XE#6766]) -> [DMESG-WARN][316] ([Intel XE#2953] / [Intel XE#4173])
[315]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-adlp-4/igt@kms_async_flips@async-flip-suspend-resume.html
[316]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-adlp-2/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic:
- shard-lnl: [FAIL][317] ([Intel XE#6676]) -> [FAIL][318] ([Intel XE#6054] / [Intel XE#6676])
[317]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic.html
[318]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-lnl-1/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-270:
- shard-bmg: [SKIP][319] ([Intel XE#6703]) -> [SKIP][320] ([Intel XE#2327])
[319]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
[320]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-8/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-90:
- shard-bmg: [SKIP][321] ([Intel XE#6557] / [Intel XE#6703]) -> [SKIP][322] ([Intel XE#2327])
[321]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
[322]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-2/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-16bpp-rotate-0:
- shard-bmg: [SKIP][323] ([Intel XE#6703]) -> [SKIP][324] ([Intel XE#1124]) +3 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_big_fb@y-tiled-16bpp-rotate-0.html
[324]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-8/igt@kms_big_fb@y-tiled-16bpp-rotate-0.html
* igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p:
- shard-bmg: [SKIP][325] ([Intel XE#6703]) -> [SKIP][326] ([Intel XE#2314] / [Intel XE#2894])
[325]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html
[326]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-6/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc:
- shard-bmg: [SKIP][327] ([Intel XE#6703]) -> [SKIP][328] ([Intel XE#2887]) +2 other tests skip
[327]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc.html
[328]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-5/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
- shard-bmg: [SKIP][329] ([Intel XE#6703]) -> [SKIP][330] ([Intel XE#3432])
[329]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
[330]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
* igt@kms_chamelium_audio@hdmi-audio:
- shard-bmg: [SKIP][331] ([Intel XE#6703]) -> [SKIP][332] ([Intel XE#2252]) +3 other tests skip
[331]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_chamelium_audio@hdmi-audio.html
[332]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-8/igt@kms_chamelium_audio@hdmi-audio.html
* igt@kms_cursor_crc@cursor-offscreen-32x32:
- shard-bmg: [SKIP][333] ([Intel XE#6703]) -> [SKIP][334] ([Intel XE#2320])
[333]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_cursor_crc@cursor-offscreen-32x32.html
[334]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-2/igt@kms_cursor_crc@cursor-offscreen-32x32.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-bmg: [SKIP][335] ([Intel XE#6703]) -> [SKIP][336] ([Intel XE#2321])
[335]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_cursor_crc@cursor-onscreen-512x512.html
[336]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-3/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_dp_linktrain_fallback@dsc-fallback:
- shard-bmg: [SKIP][337] ([Intel XE#6703]) -> [SKIP][338] ([Intel XE#4331])
[337]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_dp_linktrain_fallback@dsc-fallback.html
[338]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-2/igt@kms_dp_linktrain_fallback@dsc-fallback.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling:
- shard-bmg: [SKIP][339] ([Intel XE#6703]) -> [SKIP][340] ([Intel XE#2293] / [Intel XE#2380])
[339]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html
[340]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-blt:
- shard-bmg: [SKIP][341] ([Intel XE#6703]) -> [SKIP][342] ([Intel XE#2311]) +4 other tests skip
[341]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-blt.html
[342]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][343] ([Intel XE#6557] / [Intel XE#6703]) -> [SKIP][344] ([Intel XE#4141])
[343]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc.html
[344]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][345] ([Intel XE#6703]) -> [SKIP][346] ([Intel XE#4141]) +2 other tests skip
[345]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
[346]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-suspend:
- shard-bmg: [SKIP][347] ([Intel XE#6557] / [Intel XE#6703]) -> [SKIP][348] ([Intel XE#2311]) +1 other test skip
[347]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-suspend.html
[348]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-render:
- shard-bmg: [SKIP][349] ([Intel XE#6703]) -> [SKIP][350] ([Intel XE#2313]) +5 other tests skip
[349]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-render.html
[350]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-render.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: [ABORT][351] ([Intel XE#6740]) -> [SKIP][352] ([Intel XE#1503])
[351]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-8/igt@kms_hdr@invalid-hdr.html
[352]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-6/igt@kms_hdr@invalid-hdr.html
* igt@kms_plane_lowres@tiling-y:
- shard-bmg: [SKIP][353] ([Intel XE#6703]) -> [SKIP][354] ([Intel XE#2393])
[353]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_plane_lowres@tiling-y.html
[354]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-5/igt@kms_plane_lowres@tiling-y.html
* igt@kms_pm_backlight@bad-brightness:
- shard-bmg: [SKIP][355] ([Intel XE#6703]) -> [SKIP][356] ([Intel XE#870])
[355]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_pm_backlight@bad-brightness.html
[356]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-4/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_dc@deep-pkgc:
- shard-bmg: [SKIP][357] ([Intel XE#6703]) -> [SKIP][358] ([Intel XE#2505])
[357]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_pm_dc@deep-pkgc.html
[358]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-6/igt@kms_pm_dc@deep-pkgc.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf:
- shard-bmg: [SKIP][359] ([Intel XE#1406] / [Intel XE#6703]) -> [SKIP][360] ([Intel XE#1406] / [Intel XE#1489]) +2 other tests skip
[359]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf.html
[360]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-3/igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-bmg: [SKIP][361] ([Intel XE#1406] / [Intel XE#6703]) -> [SKIP][362] ([Intel XE#1406] / [Intel XE#2387])
[361]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_psr2_su@page_flip-xrgb8888.html
[362]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-3/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@psr-primary-page-flip:
- shard-bmg: [SKIP][363] ([Intel XE#1406] / [Intel XE#6703]) -> [SKIP][364] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
[363]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_psr@psr-primary-page-flip.html
[364]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-4/igt@kms_psr@psr-primary-page-flip.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-bmg: [SKIP][365] ([Intel XE#6703]) -> [SKIP][366] ([Intel XE#2330])
[365]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
[366]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [SKIP][367] ([Intel XE#2426]) -> [FAIL][368] ([Intel XE#1729])
[367]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-3/igt@kms_tiled_display@basic-test-pattern.html
[368]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-6/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vrr@flipline:
- shard-bmg: [SKIP][369] ([Intel XE#6703]) -> [SKIP][370] ([Intel XE#1499])
[369]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@kms_vrr@flipline.html
[370]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-4/igt@kms_vrr@flipline.html
* igt@xe_eudebug@discovery-race:
- shard-bmg: [SKIP][371] ([Intel XE#6703]) -> [SKIP][372] ([Intel XE#4837]) +1 other test skip
[371]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@xe_eudebug@discovery-race.html
[372]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-4/igt@xe_eudebug@discovery-race.html
* igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram:
- shard-bmg: [SKIP][373] ([Intel XE#6703]) -> [SKIP][374] ([Intel XE#4837] / [Intel XE#6665])
[373]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram.html
[374]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-1/igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr:
- shard-bmg: [SKIP][375] ([Intel XE#6703]) -> [SKIP][376] ([Intel XE#2322]) +2 other tests skip
[375]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html
[376]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-3/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html
* igt@xe_exec_system_allocator@once-mmap-huge:
- shard-bmg: [SKIP][377] ([Intel XE#6557] / [Intel XE#6703]) -> [SKIP][378] ([Intel XE#4943])
[377]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@xe_exec_system_allocator@once-mmap-huge.html
[378]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-4/igt@xe_exec_system_allocator@once-mmap-huge.html
* igt@xe_exec_system_allocator@process-many-execqueues-mmap-free-huge:
- shard-bmg: [SKIP][379] ([Intel XE#6703]) -> [SKIP][380] ([Intel XE#4943]) +8 other tests skip
[379]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@xe_exec_system_allocator@process-many-execqueues-mmap-free-huge.html
[380]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-3/igt@xe_exec_system_allocator@process-many-execqueues-mmap-free-huge.html
* igt@xe_peer2peer@read:
- shard-bmg: [SKIP][381] -> [SKIP][382] ([Intel XE#2427])
[381]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@xe_peer2peer@read.html
[382]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-4/igt@xe_peer2peer@read.html
* igt@xe_query@multigpu-query-pxp-status:
- shard-bmg: [SKIP][383] ([Intel XE#6703]) -> [SKIP][384] ([Intel XE#944])
[383]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66/shard-bmg-2/igt@xe_query@multigpu-query-pxp-status.html
[384]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/shard-bmg-5/igt@xe_query@multigpu-query-pxp-status.html
[Intel XE#1062]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1062
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135
[Intel XE#1137]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137
[Intel XE#1231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1231
[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#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[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#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#2505]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2505
[Intel XE#2594]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2594
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[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#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907
[Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925
[Intel XE#2953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2953
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3098
[Intel XE#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310
[Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#3868]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3868
[Intel XE#3884]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3884
[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#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
[Intel XE#4173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4173
[Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
[Intel XE#4331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4331
[Intel XE#4345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345
[Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[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#4665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4665
[Intel XE#4683]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4683
[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#5300]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5300
[Intel XE#5354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5354
[Intel XE#5466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5466
[Intel XE#5530]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5530
[Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
[Intel XE#5561]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5561
[Intel XE#5564]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5564
[Intel XE#5565]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5565
[Intel XE#5575]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5575
[Intel XE#5580]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5580
[Intel XE#5594]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5594
[Intel XE#5611]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5611
[Intel XE#5612]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5612
[Intel XE#5625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5625
[Intel XE#5671]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5671
[Intel XE#5694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5694
[Intel XE#5786]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5786
[Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
[Intel XE#5825]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5825
[Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
[Intel XE#6054]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6054
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#6173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6173
[Intel XE#6251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6251
[Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
[Intel XE#6318]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6318
[Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
[Intel XE#6362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6362
[Intel XE#6376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6376
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#6557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6557
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
[Intel XE#664]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/664
[Intel XE#6640]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6640
[Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
[Intel XE#6676]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6676
[Intel XE#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703
[Intel XE#6740]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6740
[Intel XE#6757]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6757
[Intel XE#6758]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6758
[Intel XE#6766]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6766
[Intel XE#6812]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6812
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[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
-------------
* IGT: IGT_8659 -> IGT_8662
* Linux: xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66 -> xe-pw-158574v2
IGT_8659: 8659
IGT_8662: 9410b6926f317e8bf824502394e09ee8753ff65e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4210-55b19373186bc09befbc0068ee82a67ed9cfbc66: 55b19373186bc09befbc0068ee82a67ed9cfbc66
xe-pw-158574v2: 158574v2
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-158574v2/index.html
[-- Attachment #2: Type: text/html, Size: 112223 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread