* [PATCH 0/2] Redesign survivability mode
@ 2025-11-12 10:33 Riana Tauro
2025-11-12 10:12 ` ✓ CI.KUnit: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 13+ messages in thread
From: Riana Tauro @ 2025-11-12 10:33 UTC (permalink / raw)
To: intel-xe
Cc: riana.tauro, anshuman.gupta, lucas.demarchi, rodrigo.vivi,
badal.nilawar
Redesign survivability mode to have only one value per file.
1) Retain the survivability_mode sysfs to indicate the type
cat /sys/bus/pci/devices/0000\:03\:00.0/survivability_mode
(Boot / Runtime)
2) Add survivability_info directory to expose boot breadcrumbs.
Entries in survivability mode sysfs are only visible when
boot breadcrumb registers are populated.
/sys/bus/pci/devices/0000:03:00.0/survivability_info
├── aux_info0
├── aux_info1
├── aux_info2
├── aux_info3
├── aux_info4
├── capability_info
├── fdo_mode
├── postcode_trace
└── postcode_trace_overflow
Capability_info:
Provides data about boot status and has bits that
indicate the support for the other breadcrumbs
Postcode Trace / Postcode Trace Overflow :
Each postcode is represented as an 8-bit value and represents
a boot failure event. When a new failure event is logged by Pcode
the existing postcodes are shifted left. These entries provide a
history of 8 postcodes.
Auxiliary Info:
Some failures have additional debug information.
FDO Mode :
v2 survivability breadcrumbs introduces a new mode called
SPI Flash Descriptor Override mode (FDO). This is enabled by
PCODE when MEI itself fails and firmware cannot be updated via
MEI using igsc. This mode provides the ability to update
the firmware directly via SPI driver.
Xe KMD initializes the nvm aux driver if FDO mode is enabled.
Userspace should check FDO mode entry in survivability sysfs before
using the SPI driver to update firmware
Riana Tauro (2):
drm/xe/xe_survivability: Redesign survivability mode sysfs entries
drm/xe/xe_survivability: Add support for survivability mode v2
drivers/gpu/drm/xe/xe_pcode_api.h | 2 +
drivers/gpu/drm/xe/xe_survivability_mode.c | 198 ++++++++++++++----
.../gpu/drm/xe/xe_survivability_mode_types.h | 7 +-
3 files changed, 160 insertions(+), 47 deletions(-)
--
2.47.1
^ permalink raw reply [flat|nested] 13+ messages in thread* ✓ CI.KUnit: success for Redesign survivability mode 2025-11-12 10:33 [PATCH 0/2] Redesign survivability mode Riana Tauro @ 2025-11-12 10:12 ` Patchwork 2025-11-12 10:33 ` [PATCH 1/2] drm/xe/xe_survivability: Redesign survivability mode sysfs entries Riana Tauro ` (3 subsequent siblings) 4 siblings, 0 replies; 13+ messages in thread From: Patchwork @ 2025-11-12 10:12 UTC (permalink / raw) To: Riana Tauro; +Cc: intel-xe == Series Details == Series: Redesign survivability mode URL : https://patchwork.freedesktop.org/series/157425/ State : success == Summary == + trap cleanup EXIT + /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig [10:10:52] Configuring KUnit Kernel ... Generating .config ... Populating config with: $ make ARCH=um O=.kunit olddefconfig [10:10:56] 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 [10:11:27] Starting KUnit Kernel (1/1)... [10:11:27] ============================================================ Running tests with: $ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt [10:11:27] ================== guc_buf (11 subtests) =================== [10:11:27] [PASSED] test_smallest [10:11:27] [PASSED] test_largest [10:11:27] [PASSED] test_granular [10:11:27] [PASSED] test_unique [10:11:27] [PASSED] test_overlap [10:11:27] [PASSED] test_reusable [10:11:27] [PASSED] test_too_big [10:11:27] [PASSED] test_flush [10:11:27] [PASSED] test_lookup [10:11:27] [PASSED] test_data [10:11:27] [PASSED] test_class [10:11:27] ===================== [PASSED] guc_buf ===================== [10:11:27] =================== guc_dbm (7 subtests) =================== [10:11:27] [PASSED] test_empty [10:11:27] [PASSED] test_default [10:11:27] ======================== test_size ======================== [10:11:27] [PASSED] 4 [10:11:27] [PASSED] 8 [10:11:27] [PASSED] 32 [10:11:27] [PASSED] 256 [10:11:27] ==================== [PASSED] test_size ==================== [10:11:27] ======================= test_reuse ======================== [10:11:27] [PASSED] 4 [10:11:27] [PASSED] 8 [10:11:27] [PASSED] 32 [10:11:27] [PASSED] 256 [10:11:27] =================== [PASSED] test_reuse ==================== [10:11:27] =================== test_range_overlap ==================== [10:11:27] [PASSED] 4 [10:11:27] [PASSED] 8 [10:11:27] [PASSED] 32 [10:11:27] [PASSED] 256 [10:11:27] =============== [PASSED] test_range_overlap ================ [10:11:27] =================== test_range_compact ==================== [10:11:27] [PASSED] 4 [10:11:27] [PASSED] 8 [10:11:27] [PASSED] 32 [10:11:27] [PASSED] 256 [10:11:27] =============== [PASSED] test_range_compact ================ [10:11:27] ==================== test_range_spare ===================== [10:11:27] [PASSED] 4 [10:11:27] [PASSED] 8 [10:11:27] [PASSED] 32 [10:11:27] [PASSED] 256 [10:11:27] ================ [PASSED] test_range_spare ================= [10:11:27] ===================== [PASSED] guc_dbm ===================== [10:11:27] =================== guc_idm (6 subtests) =================== [10:11:27] [PASSED] bad_init [10:11:27] [PASSED] no_init [10:11:27] [PASSED] init_fini [10:11:27] [PASSED] check_used [10:11:27] [PASSED] check_quota [10:11:27] [PASSED] check_all [10:11:27] ===================== [PASSED] guc_idm ===================== [10:11:27] ================== no_relay (3 subtests) =================== [10:11:27] [PASSED] xe_drops_guc2pf_if_not_ready [10:11:27] [PASSED] xe_drops_guc2vf_if_not_ready [10:11:27] [PASSED] xe_rejects_send_if_not_ready [10:11:27] ==================== [PASSED] no_relay ===================== [10:11:27] ================== pf_relay (14 subtests) ================== [10:11:27] [PASSED] pf_rejects_guc2pf_too_short [10:11:27] [PASSED] pf_rejects_guc2pf_too_long [10:11:27] [PASSED] pf_rejects_guc2pf_no_payload [10:11:27] [PASSED] pf_fails_no_payload [10:11:27] [PASSED] pf_fails_bad_origin [10:11:27] [PASSED] pf_fails_bad_type [10:11:27] [PASSED] pf_txn_reports_error [10:11:27] [PASSED] pf_txn_sends_pf2guc [10:11:27] [PASSED] pf_sends_pf2guc [10:11:27] [SKIPPED] pf_loopback_nop [10:11:27] [SKIPPED] pf_loopback_echo [10:11:27] [SKIPPED] pf_loopback_fail [10:11:27] [SKIPPED] pf_loopback_busy [10:11:27] [SKIPPED] pf_loopback_retry [10:11:27] ==================== [PASSED] pf_relay ===================== [10:11:27] ================== vf_relay (3 subtests) =================== [10:11:27] [PASSED] vf_rejects_guc2vf_too_short [10:11:27] [PASSED] vf_rejects_guc2vf_too_long [10:11:27] [PASSED] vf_rejects_guc2vf_no_payload [10:11:27] ==================== [PASSED] vf_relay ===================== [10:11:27] ================ pf_gt_config (4 subtests) ================= [10:11:27] [PASSED] fair_contexts_1vf [10:11:27] [PASSED] fair_doorbells_1vf [10:11:27] ====================== fair_contexts ====================== [10:11:27] [PASSED] 1 VF [10:11:27] [PASSED] 2 VFs [10:11:27] [PASSED] 3 VFs [10:11:27] [PASSED] 4 VFs [10:11:27] [PASSED] 5 VFs [10:11:27] [PASSED] 6 VFs [10:11:27] [PASSED] 7 VFs [10:11:27] [PASSED] 8 VFs [10:11:27] [PASSED] 9 VFs [10:11:27] [PASSED] 10 VFs [10:11:27] [PASSED] 11 VFs [10:11:27] [PASSED] 12 VFs [10:11:27] [PASSED] 13 VFs [10:11:27] [PASSED] 14 VFs [10:11:27] [PASSED] 15 VFs [10:11:27] [PASSED] 16 VFs [10:11:27] [PASSED] 17 VFs [10:11:27] [PASSED] 18 VFs [10:11:27] [PASSED] 19 VFs [10:11:27] [PASSED] 20 VFs [10:11:27] [PASSED] 21 VFs [10:11:27] [PASSED] 22 VFs [10:11:27] [PASSED] 23 VFs [10:11:27] [PASSED] 24 VFs [10:11:27] [PASSED] 25 VFs [10:11:27] [PASSED] 26 VFs [10:11:27] [PASSED] 27 VFs [10:11:27] [PASSED] 28 VFs [10:11:27] [PASSED] 29 VFs [10:11:27] [PASSED] 30 VFs [10:11:27] [PASSED] 31 VFs [10:11:27] [PASSED] 32 VFs [10:11:27] [PASSED] 33 VFs [10:11:27] [PASSED] 34 VFs [10:11:27] [PASSED] 35 VFs [10:11:27] [PASSED] 36 VFs [10:11:27] [PASSED] 37 VFs [10:11:27] [PASSED] 38 VFs [10:11:27] [PASSED] 39 VFs [10:11:27] [PASSED] 40 VFs [10:11:27] [PASSED] 41 VFs [10:11:27] [PASSED] 42 VFs [10:11:27] [PASSED] 43 VFs [10:11:27] [PASSED] 44 VFs [10:11:27] [PASSED] 45 VFs [10:11:27] [PASSED] 46 VFs [10:11:27] [PASSED] 47 VFs [10:11:27] [PASSED] 48 VFs [10:11:27] [PASSED] 49 VFs [10:11:27] [PASSED] 50 VFs [10:11:27] [PASSED] 51 VFs [10:11:27] [PASSED] 52 VFs [10:11:27] [PASSED] 53 VFs [10:11:27] [PASSED] 54 VFs [10:11:27] [PASSED] 55 VFs [10:11:27] [PASSED] 56 VFs [10:11:27] [PASSED] 57 VFs [10:11:27] [PASSED] 58 VFs [10:11:27] [PASSED] 59 VFs [10:11:27] [PASSED] 60 VFs [10:11:27] [PASSED] 61 VFs [10:11:27] [PASSED] 62 VFs [10:11:27] [PASSED] 63 VFs [10:11:27] ================== [PASSED] fair_contexts ================== [10:11:27] ===================== fair_doorbells ====================== [10:11:27] [PASSED] 1 VF [10:11:27] [PASSED] 2 VFs [10:11:27] [PASSED] 3 VFs [10:11:27] [PASSED] 4 VFs [10:11:27] [PASSED] 5 VFs [10:11:27] [PASSED] 6 VFs [10:11:27] [PASSED] 7 VFs [10:11:27] [PASSED] 8 VFs [10:11:27] [PASSED] 9 VFs [10:11:27] [PASSED] 10 VFs [10:11:27] [PASSED] 11 VFs [10:11:27] [PASSED] 12 VFs [10:11:27] [PASSED] 13 VFs [10:11:27] [PASSED] 14 VFs [10:11:27] [PASSED] 15 VFs [10:11:27] [PASSED] 16 VFs [10:11:27] [PASSED] 17 VFs [10:11:27] [PASSED] 18 VFs [10:11:27] [PASSED] 19 VFs [10:11:27] [PASSED] 20 VFs [10:11:27] [PASSED] 21 VFs [10:11:27] [PASSED] 22 VFs [10:11:27] [PASSED] 23 VFs [10:11:27] [PASSED] 24 VFs [10:11:27] [PASSED] 25 VFs [10:11:27] [PASSED] 26 VFs [10:11:27] [PASSED] 27 VFs [10:11:27] [PASSED] 28 VFs [10:11:27] [PASSED] 29 VFs [10:11:27] [PASSED] 30 VFs [10:11:27] [PASSED] 31 VFs [10:11:27] [PASSED] 32 VFs [10:11:27] [PASSED] 33 VFs [10:11:27] [PASSED] 34 VFs [10:11:27] [PASSED] 35 VFs [10:11:27] [PASSED] 36 VFs [10:11:27] [PASSED] 37 VFs [10:11:27] [PASSED] 38 VFs [10:11:27] [PASSED] 39 VFs [10:11:27] [PASSED] 40 VFs [10:11:27] [PASSED] 41 VFs [10:11:27] [PASSED] 42 VFs [10:11:27] [PASSED] 43 VFs [10:11:27] [PASSED] 44 VFs [10:11:27] [PASSED] 45 VFs [10:11:27] [PASSED] 46 VFs [10:11:27] [PASSED] 47 VFs [10:11:27] [PASSED] 48 VFs [10:11:27] [PASSED] 49 VFs [10:11:27] [PASSED] 50 VFs [10:11:27] [PASSED] 51 VFs [10:11:27] [PASSED] 52 VFs [10:11:27] [PASSED] 53 VFs [10:11:27] [PASSED] 54 VFs [10:11:27] [PASSED] 55 VFs [10:11:27] [PASSED] 56 VFs [10:11:27] [PASSED] 57 VFs [10:11:27] [PASSED] 58 VFs [10:11:27] [PASSED] 59 VFs [10:11:27] [PASSED] 60 VFs [10:11:27] [PASSED] 61 VFs [10:11:27] [PASSED] 62 VFs [10:11:27] [PASSED] 63 VFs [10:11:27] ================= [PASSED] fair_doorbells ================== [10:11:27] ================== [PASSED] pf_gt_config =================== [10:11:27] ===================== lmtt (1 subtest) ===================== [10:11:27] ======================== test_ops ========================= [10:11:27] [PASSED] 2-level [10:11:27] [PASSED] multi-level [10:11:27] ==================== [PASSED] test_ops ===================== [10:11:27] ====================== [PASSED] lmtt ======================= [10:11:27] ================= pf_service (11 subtests) ================= [10:11:27] [PASSED] pf_negotiate_any [10:11:27] [PASSED] pf_negotiate_base_match [10:11:27] [PASSED] pf_negotiate_base_newer [10:11:27] [PASSED] pf_negotiate_base_next [10:11:27] [SKIPPED] pf_negotiate_base_older [10:11:27] [PASSED] pf_negotiate_base_prev [10:11:27] [PASSED] pf_negotiate_latest_match [10:11:27] [PASSED] pf_negotiate_latest_newer [10:11:27] [PASSED] pf_negotiate_latest_next [10:11:27] [SKIPPED] pf_negotiate_latest_older [10:11:27] [SKIPPED] pf_negotiate_latest_prev [10:11:27] =================== [PASSED] pf_service ==================== [10:11:27] ================= xe_guc_g2g (2 subtests) ================== [10:11:27] ============== xe_live_guc_g2g_kunit_default ============== [10:11:27] ========= [SKIPPED] xe_live_guc_g2g_kunit_default ========== [10:11:27] ============== xe_live_guc_g2g_kunit_allmem =============== [10:11:27] ========== [SKIPPED] xe_live_guc_g2g_kunit_allmem ========== [10:11:27] =================== [SKIPPED] xe_guc_g2g =================== [10:11:27] =================== xe_mocs (2 subtests) =================== [10:11:27] ================ xe_live_mocs_kernel_kunit ================ [10:11:27] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============ [10:11:27] ================ xe_live_mocs_reset_kunit ================= [10:11:27] ============ [SKIPPED] xe_live_mocs_reset_kunit ============ [10:11:27] ==================== [SKIPPED] xe_mocs ===================== [10:11:27] ================= xe_migrate (2 subtests) ================== [10:11:27] ================= xe_migrate_sanity_kunit ================= [10:11:27] ============ [SKIPPED] xe_migrate_sanity_kunit ============= [10:11:27] ================== xe_validate_ccs_kunit ================== [10:11:27] ============= [SKIPPED] xe_validate_ccs_kunit ============== [10:11:27] =================== [SKIPPED] xe_migrate =================== [10:11:27] ================== xe_dma_buf (1 subtest) ================== [10:11:27] ==================== xe_dma_buf_kunit ===================== [10:11:27] ================ [SKIPPED] xe_dma_buf_kunit ================ [10:11:27] =================== [SKIPPED] xe_dma_buf =================== [10:11:27] ================= xe_bo_shrink (1 subtest) ================= [10:11:27] =================== xe_bo_shrink_kunit ==================== [10:11:27] =============== [SKIPPED] xe_bo_shrink_kunit =============== [10:11:27] ================== [SKIPPED] xe_bo_shrink ================== [10:11:27] ==================== xe_bo (2 subtests) ==================== [10:11:27] ================== xe_ccs_migrate_kunit =================== [10:11:27] ============== [SKIPPED] xe_ccs_migrate_kunit ============== [10:11:27] ==================== xe_bo_evict_kunit ==================== [10:11:27] =============== [SKIPPED] xe_bo_evict_kunit ================ [10:11:27] ===================== [SKIPPED] xe_bo ====================== [10:11:27] ==================== args (11 subtests) ==================== [10:11:27] [PASSED] count_args_test [10:11:27] [PASSED] call_args_example [10:11:27] [PASSED] call_args_test [10:11:27] [PASSED] drop_first_arg_example [10:11:27] [PASSED] drop_first_arg_test [10:11:27] [PASSED] first_arg_example [10:11:27] [PASSED] first_arg_test [10:11:27] [PASSED] last_arg_example [10:11:27] [PASSED] last_arg_test [10:11:27] [PASSED] pick_arg_example [10:11:27] [PASSED] sep_comma_example [10:11:27] ====================== [PASSED] args ======================= [10:11:27] =================== xe_pci (3 subtests) ==================== [10:11:27] ==================== check_graphics_ip ==================== [10:11:27] [PASSED] 12.00 Xe_LP [10:11:27] [PASSED] 12.10 Xe_LP+ [10:11:27] [PASSED] 12.55 Xe_HPG [10:11:27] [PASSED] 12.60 Xe_HPC [10:11:27] [PASSED] 12.70 Xe_LPG [10:11:27] [PASSED] 12.71 Xe_LPG [10:11:27] [PASSED] 12.74 Xe_LPG+ [10:11:27] [PASSED] 20.01 Xe2_HPG [10:11:27] [PASSED] 20.02 Xe2_HPG [10:11:27] [PASSED] 20.04 Xe2_LPG [10:11:27] [PASSED] 30.00 Xe3_LPG [10:11:27] [PASSED] 30.01 Xe3_LPG [10:11:27] [PASSED] 30.03 Xe3_LPG [10:11:27] [PASSED] 30.04 Xe3_LPG [10:11:27] [PASSED] 30.05 Xe3_LPG [10:11:27] [PASSED] 35.11 Xe3p_XPC [10:11:27] ================ [PASSED] check_graphics_ip ================ [10:11:27] ===================== check_media_ip ====================== [10:11:27] [PASSED] 12.00 Xe_M [10:11:27] [PASSED] 12.55 Xe_HPM [10:11:27] [PASSED] 13.00 Xe_LPM+ [10:11:27] [PASSED] 13.01 Xe2_HPM [10:11:27] [PASSED] 20.00 Xe2_LPM [10:11:27] [PASSED] 30.00 Xe3_LPM [10:11:27] [PASSED] 30.02 Xe3_LPM [10:11:27] [PASSED] 35.00 Xe3p_LPM [10:11:27] [PASSED] 35.03 Xe3p_HPM [10:11:27] ================= [PASSED] check_media_ip ================== [10:11:27] =================== check_platform_desc =================== [10:11:27] [PASSED] 0x9A60 (TIGERLAKE) [10:11:27] [PASSED] 0x9A68 (TIGERLAKE) [10:11:27] [PASSED] 0x9A70 (TIGERLAKE) [10:11:27] [PASSED] 0x9A40 (TIGERLAKE) [10:11:27] [PASSED] 0x9A49 (TIGERLAKE) [10:11:27] [PASSED] 0x9A59 (TIGERLAKE) [10:11:27] [PASSED] 0x9A78 (TIGERLAKE) [10:11:27] [PASSED] 0x9AC0 (TIGERLAKE) [10:11:27] [PASSED] 0x9AC9 (TIGERLAKE) [10:11:27] [PASSED] 0x9AD9 (TIGERLAKE) [10:11:27] [PASSED] 0x9AF8 (TIGERLAKE) [10:11:27] [PASSED] 0x4C80 (ROCKETLAKE) [10:11:27] [PASSED] 0x4C8A (ROCKETLAKE) [10:11:27] [PASSED] 0x4C8B (ROCKETLAKE) [10:11:27] [PASSED] 0x4C8C (ROCKETLAKE) [10:11:27] [PASSED] 0x4C90 (ROCKETLAKE) [10:11:27] [PASSED] 0x4C9A (ROCKETLAKE) [10:11:27] [PASSED] 0x4680 (ALDERLAKE_S) [10:11:27] [PASSED] 0x4682 (ALDERLAKE_S) [10:11:27] [PASSED] 0x4688 (ALDERLAKE_S) [10:11:27] [PASSED] 0x468A (ALDERLAKE_S) [10:11:27] [PASSED] 0x468B (ALDERLAKE_S) [10:11:27] [PASSED] 0x4690 (ALDERLAKE_S) [10:11:27] [PASSED] 0x4692 (ALDERLAKE_S) [10:11:27] [PASSED] 0x4693 (ALDERLAKE_S) [10:11:27] [PASSED] 0x46A0 (ALDERLAKE_P) [10:11:27] [PASSED] 0x46A1 (ALDERLAKE_P) [10:11:27] [PASSED] 0x46A2 (ALDERLAKE_P) [10:11:27] [PASSED] 0x46A3 (ALDERLAKE_P) [10:11:27] [PASSED] 0x46A6 (ALDERLAKE_P) [10:11:27] [PASSED] 0x46A8 (ALDERLAKE_P) [10:11:27] [PASSED] 0x46AA (ALDERLAKE_P) [10:11:27] [PASSED] 0x462A (ALDERLAKE_P) [10:11:27] [PASSED] 0x4626 (ALDERLAKE_P) [10:11:27] [PASSED] 0x4628 (ALDERLAKE_P) [10:11:27] [PASSED] 0x46B0 (ALDERLAKE_P) [10:11:27] [PASSED] 0x46B1 (ALDERLAKE_P) [10:11:27] [PASSED] 0x46B2 (ALDERLAKE_P) [10:11:27] [PASSED] 0x46B3 (ALDERLAKE_P) [10:11:27] [PASSED] 0x46C0 (ALDERLAKE_P) [10:11:27] [PASSED] 0x46C1 (ALDERLAKE_P) [10:11:27] [PASSED] 0x46C2 (ALDERLAKE_P) [10:11:27] [PASSED] 0x46C3 (ALDERLAKE_P) [10:11:27] [PASSED] 0x46D0 (ALDERLAKE_N) [10:11:27] [PASSED] 0x46D1 (ALDERLAKE_N) [10:11:27] [PASSED] 0x46D2 (ALDERLAKE_N) [10:11:27] [PASSED] 0x46D3 (ALDERLAKE_N) [10:11:27] [PASSED] 0x46D4 (ALDERLAKE_N) [10:11:27] [PASSED] 0xA721 (ALDERLAKE_P) [10:11:27] [PASSED] 0xA7A1 (ALDERLAKE_P) [10:11:27] [PASSED] 0xA7A9 (ALDERLAKE_P) [10:11:27] [PASSED] 0xA7AC (ALDERLAKE_P) [10:11:27] [PASSED] 0xA7AD (ALDERLAKE_P) [10:11:27] [PASSED] 0xA720 (ALDERLAKE_P) [10:11:27] [PASSED] 0xA7A0 (ALDERLAKE_P) [10:11:27] [PASSED] 0xA7A8 (ALDERLAKE_P) [10:11:27] [PASSED] 0xA7AA (ALDERLAKE_P) [10:11:27] [PASSED] 0xA7AB (ALDERLAKE_P) [10:11:27] [PASSED] 0xA780 (ALDERLAKE_S) [10:11:27] [PASSED] 0xA781 (ALDERLAKE_S) [10:11:27] [PASSED] 0xA782 (ALDERLAKE_S) [10:11:27] [PASSED] 0xA783 (ALDERLAKE_S) [10:11:27] [PASSED] 0xA788 (ALDERLAKE_S) [10:11:27] [PASSED] 0xA789 (ALDERLAKE_S) [10:11:27] [PASSED] 0xA78A (ALDERLAKE_S) [10:11:27] [PASSED] 0xA78B (ALDERLAKE_S) [10:11:27] [PASSED] 0x4905 (DG1) [10:11:27] [PASSED] 0x4906 (DG1) [10:11:27] [PASSED] 0x4907 (DG1) [10:11:27] [PASSED] 0x4908 (DG1) [10:11:27] [PASSED] 0x4909 (DG1) [10:11:27] [PASSED] 0x56C0 (DG2) [10:11:27] [PASSED] 0x56C2 (DG2) [10:11:27] [PASSED] 0x56C1 (DG2) [10:11:27] [PASSED] 0x7D51 (METEORLAKE) [10:11:27] [PASSED] 0x7DD1 (METEORLAKE) [10:11:27] [PASSED] 0x7D41 (METEORLAKE) [10:11:27] [PASSED] 0x7D67 (METEORLAKE) [10:11:27] [PASSED] 0xB640 (METEORLAKE) [10:11:27] [PASSED] 0x56A0 (DG2) [10:11:27] [PASSED] 0x56A1 (DG2) [10:11:27] [PASSED] 0x56A2 (DG2) [10:11:27] [PASSED] 0x56BE (DG2) [10:11:27] [PASSED] 0x56BF (DG2) [10:11:27] [PASSED] 0x5690 (DG2) stty: 'standard input': Inappropriate ioctl for device [10:11:27] [PASSED] 0x5691 (DG2) [10:11:27] [PASSED] 0x5692 (DG2) [10:11:27] [PASSED] 0x56A5 (DG2) [10:11:27] [PASSED] 0x56A6 (DG2) [10:11:27] [PASSED] 0x56B0 (DG2) [10:11:27] [PASSED] 0x56B1 (DG2) [10:11:27] [PASSED] 0x56BA (DG2) [10:11:27] [PASSED] 0x56BB (DG2) [10:11:27] [PASSED] 0x56BC (DG2) [10:11:27] [PASSED] 0x56BD (DG2) [10:11:27] [PASSED] 0x5693 (DG2) [10:11:27] [PASSED] 0x5694 (DG2) [10:11:27] [PASSED] 0x5695 (DG2) [10:11:27] [PASSED] 0x56A3 (DG2) [10:11:27] [PASSED] 0x56A4 (DG2) [10:11:27] [PASSED] 0x56B2 (DG2) [10:11:27] [PASSED] 0x56B3 (DG2) [10:11:27] [PASSED] 0x5696 (DG2) [10:11:27] [PASSED] 0x5697 (DG2) [10:11:27] [PASSED] 0xB69 (PVC) [10:11:27] [PASSED] 0xB6E (PVC) [10:11:27] [PASSED] 0xBD4 (PVC) [10:11:27] [PASSED] 0xBD5 (PVC) [10:11:27] [PASSED] 0xBD6 (PVC) [10:11:27] [PASSED] 0xBD7 (PVC) [10:11:27] [PASSED] 0xBD8 (PVC) [10:11:27] [PASSED] 0xBD9 (PVC) [10:11:27] [PASSED] 0xBDA (PVC) [10:11:27] [PASSED] 0xBDB (PVC) [10:11:27] [PASSED] 0xBE0 (PVC) [10:11:27] [PASSED] 0xBE1 (PVC) [10:11:27] [PASSED] 0xBE5 (PVC) [10:11:27] [PASSED] 0x7D40 (METEORLAKE) [10:11:27] [PASSED] 0x7D45 (METEORLAKE) [10:11:27] [PASSED] 0x7D55 (METEORLAKE) [10:11:27] [PASSED] 0x7D60 (METEORLAKE) [10:11:27] [PASSED] 0x7DD5 (METEORLAKE) [10:11:27] [PASSED] 0x6420 (LUNARLAKE) [10:11:27] [PASSED] 0x64A0 (LUNARLAKE) [10:11:27] [PASSED] 0x64B0 (LUNARLAKE) [10:11:27] [PASSED] 0xE202 (BATTLEMAGE) [10:11:27] [PASSED] 0xE209 (BATTLEMAGE) [10:11:27] [PASSED] 0xE20B (BATTLEMAGE) [10:11:27] [PASSED] 0xE20C (BATTLEMAGE) [10:11:27] [PASSED] 0xE20D (BATTLEMAGE) [10:11:27] [PASSED] 0xE210 (BATTLEMAGE) [10:11:27] [PASSED] 0xE211 (BATTLEMAGE) [10:11:27] [PASSED] 0xE212 (BATTLEMAGE) [10:11:27] [PASSED] 0xE216 (BATTLEMAGE) [10:11:27] [PASSED] 0xE220 (BATTLEMAGE) [10:11:27] [PASSED] 0xE221 (BATTLEMAGE) [10:11:27] [PASSED] 0xE222 (BATTLEMAGE) [10:11:27] [PASSED] 0xE223 (BATTLEMAGE) [10:11:27] [PASSED] 0xB080 (PANTHERLAKE) [10:11:27] [PASSED] 0xB081 (PANTHERLAKE) [10:11:27] [PASSED] 0xB082 (PANTHERLAKE) [10:11:27] [PASSED] 0xB083 (PANTHERLAKE) [10:11:27] [PASSED] 0xB084 (PANTHERLAKE) [10:11:27] [PASSED] 0xB085 (PANTHERLAKE) [10:11:27] [PASSED] 0xB086 (PANTHERLAKE) [10:11:27] [PASSED] 0xB087 (PANTHERLAKE) [10:11:27] [PASSED] 0xB08F (PANTHERLAKE) [10:11:27] [PASSED] 0xB090 (PANTHERLAKE) [10:11:27] [PASSED] 0xB0A0 (PANTHERLAKE) [10:11:27] [PASSED] 0xB0B0 (PANTHERLAKE) [10:11:27] [PASSED] 0xD740 (NOVALAKE_S) [10:11:27] [PASSED] 0xD741 (NOVALAKE_S) [10:11:27] [PASSED] 0xD742 (NOVALAKE_S) [10:11:27] [PASSED] 0xD743 (NOVALAKE_S) [10:11:27] [PASSED] 0xD744 (NOVALAKE_S) [10:11:27] [PASSED] 0xD745 (NOVALAKE_S) [10:11:27] [PASSED] 0x674C (CRESCENTISLAND) [10:11:27] [PASSED] 0xFD80 (PANTHERLAKE) [10:11:27] [PASSED] 0xFD81 (PANTHERLAKE) [10:11:27] =============== [PASSED] check_platform_desc =============== [10:11:27] ===================== [PASSED] xe_pci ====================== [10:11:27] =================== xe_rtp (2 subtests) ==================== [10:11:27] =============== xe_rtp_process_to_sr_tests ================ [10:11:27] [PASSED] coalesce-same-reg [10:11:27] [PASSED] no-match-no-add [10:11:27] [PASSED] match-or [10:11:27] [PASSED] match-or-xfail [10:11:27] [PASSED] no-match-no-add-multiple-rules [10:11:27] [PASSED] two-regs-two-entries [10:11:27] [PASSED] clr-one-set-other [10:11:27] [PASSED] set-field [10:11:27] [PASSED] conflict-duplicate [10:11:27] [PASSED] conflict-not-disjoint [10:11:27] [PASSED] conflict-reg-type [10:11:27] =========== [PASSED] xe_rtp_process_to_sr_tests ============ [10:11:27] ================== xe_rtp_process_tests =================== [10:11:27] [PASSED] active1 [10:11:27] [PASSED] active2 [10:11:27] [PASSED] active-inactive [10:11:27] [PASSED] inactive-active [10:11:27] [PASSED] inactive-1st_or_active-inactive [10:11:27] [PASSED] inactive-2nd_or_active-inactive [10:11:27] [PASSED] inactive-last_or_active-inactive [10:11:27] [PASSED] inactive-no_or_active-inactive [10:11:27] ============== [PASSED] xe_rtp_process_tests =============== [10:11:27] ===================== [PASSED] xe_rtp ====================== [10:11:27] ==================== xe_wa (1 subtest) ===================== [10:11:27] ======================== xe_wa_gt ========================= [10:11:27] [PASSED] TIGERLAKE B0 [10:11:27] [PASSED] DG1 A0 [10:11:27] [PASSED] DG1 B0 [10:11:27] [PASSED] ALDERLAKE_S A0 [10:11:27] [PASSED] ALDERLAKE_S B0 [10:11:27] [PASSED] ALDERLAKE_S C0 [10:11:27] [PASSED] ALDERLAKE_S D0 [10:11:27] [PASSED] ALDERLAKE_P A0 [10:11:27] [PASSED] ALDERLAKE_P B0 [10:11:27] [PASSED] ALDERLAKE_P C0 [10:11:27] [PASSED] ALDERLAKE_S RPLS D0 [10:11:27] [PASSED] ALDERLAKE_P RPLU E0 [10:11:27] [PASSED] DG2 G10 C0 [10:11:27] [PASSED] DG2 G11 B1 [10:11:27] [PASSED] DG2 G12 A1 [10:11:27] [PASSED] METEORLAKE 12.70(Xe_LPG) A0 13.00(Xe_LPM+) A0 [10:11:27] [PASSED] METEORLAKE 12.71(Xe_LPG) A0 13.00(Xe_LPM+) A0 [10:11:27] [PASSED] METEORLAKE 12.74(Xe_LPG+) A0 13.00(Xe_LPM+) A0 [10:11:27] [PASSED] LUNARLAKE 20.04(Xe2_LPG) A0 20.00(Xe2_LPM) A0 [10:11:27] [PASSED] LUNARLAKE 20.04(Xe2_LPG) B0 20.00(Xe2_LPM) A0 [10:11:27] [PASSED] BATTLEMAGE 20.01(Xe2_HPG) A0 13.01(Xe2_HPM) A1 [10:11:27] [PASSED] PANTHERLAKE 30.00(Xe3_LPG) A0 30.00(Xe3_LPM) A0 [10:11:27] ==================== [PASSED] xe_wa_gt ===================== [10:11:27] ====================== [PASSED] xe_wa ====================== [10:11:27] ============================================================ [10:11:27] Testing complete. Ran 446 tests: passed: 428, skipped: 18 [10:11:27] Elapsed time: 35.539s total, 4.279s configuring, 30.793s building, 0.423s running + /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig [10:11:28] Configuring KUnit Kernel ... Regenerating .config ... Populating config with: $ make ARCH=um O=.kunit olddefconfig [10:11:29] 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 [10:11:55] Starting KUnit Kernel (1/1)... [10:11:55] ============================================================ Running tests with: $ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt [10:11:55] ============ drm_test_pick_cmdline (2 subtests) ============ [10:11:55] [PASSED] drm_test_pick_cmdline_res_1920_1080_60 [10:11:55] =============== drm_test_pick_cmdline_named =============== [10:11:55] [PASSED] NTSC [10:11:55] [PASSED] NTSC-J [10:11:55] [PASSED] PAL [10:11:55] [PASSED] PAL-M [10:11:55] =========== [PASSED] drm_test_pick_cmdline_named =========== [10:11:55] ============== [PASSED] drm_test_pick_cmdline ============== [10:11:55] == drm_test_atomic_get_connector_for_encoder (1 subtest) === [10:11:55] [PASSED] drm_test_drm_atomic_get_connector_for_encoder [10:11:55] ==== [PASSED] drm_test_atomic_get_connector_for_encoder ==== [10:11:55] =========== drm_validate_clone_mode (2 subtests) =========== [10:11:55] ============== drm_test_check_in_clone_mode =============== [10:11:55] [PASSED] in_clone_mode [10:11:55] [PASSED] not_in_clone_mode [10:11:55] ========== [PASSED] drm_test_check_in_clone_mode =========== [10:11:55] =============== drm_test_check_valid_clones =============== [10:11:55] [PASSED] not_in_clone_mode [10:11:55] [PASSED] valid_clone [10:11:55] [PASSED] invalid_clone [10:11:55] =========== [PASSED] drm_test_check_valid_clones =========== [10:11:55] ============= [PASSED] drm_validate_clone_mode ============= [10:11:55] ============= drm_validate_modeset (1 subtest) ============= [10:11:55] [PASSED] drm_test_check_connector_changed_modeset [10:11:55] ============== [PASSED] drm_validate_modeset =============== [10:11:55] ====== drm_test_bridge_get_current_state (2 subtests) ====== [10:11:55] [PASSED] drm_test_drm_bridge_get_current_state_atomic [10:11:55] [PASSED] drm_test_drm_bridge_get_current_state_legacy [10:11:55] ======== [PASSED] drm_test_bridge_get_current_state ======== [10:11:55] ====== drm_test_bridge_helper_reset_crtc (3 subtests) ====== [10:11:55] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic [10:11:55] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic_disabled [10:11:55] [PASSED] drm_test_drm_bridge_helper_reset_crtc_legacy [10:11:55] ======== [PASSED] drm_test_bridge_helper_reset_crtc ======== [10:11:55] ============== drm_bridge_alloc (2 subtests) =============== [10:11:55] [PASSED] drm_test_drm_bridge_alloc_basic [10:11:55] [PASSED] drm_test_drm_bridge_alloc_get_put [10:11:55] ================ [PASSED] drm_bridge_alloc ================= [10:11:55] ================== drm_buddy (8 subtests) ================== [10:11:55] [PASSED] drm_test_buddy_alloc_limit [10:11:55] [PASSED] drm_test_buddy_alloc_optimistic [10:11:55] [PASSED] drm_test_buddy_alloc_pessimistic [10:11:55] [PASSED] drm_test_buddy_alloc_pathological [10:11:55] [PASSED] drm_test_buddy_alloc_contiguous [10:11:55] [PASSED] drm_test_buddy_alloc_clear [10:11:55] [PASSED] drm_test_buddy_alloc_range_bias [10:11:55] [PASSED] drm_test_buddy_fragmentation_performance [10:11:55] ==================== [PASSED] drm_buddy ==================== [10:11:55] ============= drm_cmdline_parser (40 subtests) ============= [10:11:55] [PASSED] drm_test_cmdline_force_d_only [10:11:55] [PASSED] drm_test_cmdline_force_D_only_dvi [10:11:55] [PASSED] drm_test_cmdline_force_D_only_hdmi [10:11:55] [PASSED] drm_test_cmdline_force_D_only_not_digital [10:11:55] [PASSED] drm_test_cmdline_force_e_only [10:11:55] [PASSED] drm_test_cmdline_res [10:11:55] [PASSED] drm_test_cmdline_res_vesa [10:11:55] [PASSED] drm_test_cmdline_res_vesa_rblank [10:11:55] [PASSED] drm_test_cmdline_res_rblank [10:11:55] [PASSED] drm_test_cmdline_res_bpp [10:11:55] [PASSED] drm_test_cmdline_res_refresh [10:11:55] [PASSED] drm_test_cmdline_res_bpp_refresh [10:11:55] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced [10:11:55] [PASSED] drm_test_cmdline_res_bpp_refresh_margins [10:11:55] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off [10:11:55] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on [10:11:55] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog [10:11:55] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital [10:11:55] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on [10:11:55] [PASSED] drm_test_cmdline_res_margins_force_on [10:11:55] [PASSED] drm_test_cmdline_res_vesa_margins [10:11:55] [PASSED] drm_test_cmdline_name [10:11:55] [PASSED] drm_test_cmdline_name_bpp [10:11:55] [PASSED] drm_test_cmdline_name_option [10:11:55] [PASSED] drm_test_cmdline_name_bpp_option [10:11:55] [PASSED] drm_test_cmdline_rotate_0 [10:11:55] [PASSED] drm_test_cmdline_rotate_90 [10:11:55] [PASSED] drm_test_cmdline_rotate_180 [10:11:55] [PASSED] drm_test_cmdline_rotate_270 [10:11:55] [PASSED] drm_test_cmdline_hmirror [10:11:55] [PASSED] drm_test_cmdline_vmirror [10:11:55] [PASSED] drm_test_cmdline_margin_options [10:11:55] [PASSED] drm_test_cmdline_multiple_options [10:11:55] [PASSED] drm_test_cmdline_bpp_extra_and_option [10:11:55] [PASSED] drm_test_cmdline_extra_and_option [10:11:55] [PASSED] drm_test_cmdline_freestanding_options [10:11:55] [PASSED] drm_test_cmdline_freestanding_force_e_and_options [10:11:55] [PASSED] drm_test_cmdline_panel_orientation [10:11:55] ================ drm_test_cmdline_invalid ================= [10:11:55] [PASSED] margin_only [10:11:55] [PASSED] interlace_only [10:11:55] [PASSED] res_missing_x [10:11:55] [PASSED] res_missing_y [10:11:55] [PASSED] res_bad_y [10:11:55] [PASSED] res_missing_y_bpp [10:11:55] [PASSED] res_bad_bpp [10:11:55] [PASSED] res_bad_refresh [10:11:55] [PASSED] res_bpp_refresh_force_on_off [10:11:55] [PASSED] res_invalid_mode [10:11:55] [PASSED] res_bpp_wrong_place_mode [10:11:55] [PASSED] name_bpp_refresh [10:11:55] [PASSED] name_refresh [10:11:55] [PASSED] name_refresh_wrong_mode [10:11:55] [PASSED] name_refresh_invalid_mode [10:11:55] [PASSED] rotate_multiple [10:11:55] [PASSED] rotate_invalid_val [10:11:55] [PASSED] rotate_truncated [10:11:55] [PASSED] invalid_option [10:11:55] [PASSED] invalid_tv_option [10:11:55] [PASSED] truncated_tv_option [10:11:55] ============ [PASSED] drm_test_cmdline_invalid ============= [10:11:55] =============== drm_test_cmdline_tv_options =============== [10:11:55] [PASSED] NTSC [10:11:55] [PASSED] NTSC_443 [10:11:55] [PASSED] NTSC_J [10:11:55] [PASSED] PAL [10:11:55] [PASSED] PAL_M [10:11:55] [PASSED] PAL_N [10:11:55] [PASSED] SECAM [10:11:55] [PASSED] MONO_525 [10:11:55] [PASSED] MONO_625 [10:11:55] =========== [PASSED] drm_test_cmdline_tv_options =========== [10:11:55] =============== [PASSED] drm_cmdline_parser ================ [10:11:55] ========== drmm_connector_hdmi_init (20 subtests) ========== [10:11:55] [PASSED] drm_test_connector_hdmi_init_valid [10:11:55] [PASSED] drm_test_connector_hdmi_init_bpc_8 [10:11:55] [PASSED] drm_test_connector_hdmi_init_bpc_10 [10:11:55] [PASSED] drm_test_connector_hdmi_init_bpc_12 [10:11:55] [PASSED] drm_test_connector_hdmi_init_bpc_invalid [10:11:55] [PASSED] drm_test_connector_hdmi_init_bpc_null [10:11:55] [PASSED] drm_test_connector_hdmi_init_formats_empty [10:11:55] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb [10:11:55] === drm_test_connector_hdmi_init_formats_yuv420_allowed === [10:11:55] [PASSED] supported_formats=0x9 yuv420_allowed=1 [10:11:55] [PASSED] supported_formats=0x9 yuv420_allowed=0 [10:11:55] [PASSED] supported_formats=0x3 yuv420_allowed=1 [10:11:55] [PASSED] supported_formats=0x3 yuv420_allowed=0 [10:11:55] === [PASSED] drm_test_connector_hdmi_init_formats_yuv420_allowed === [10:11:55] [PASSED] drm_test_connector_hdmi_init_null_ddc [10:11:55] [PASSED] drm_test_connector_hdmi_init_null_product [10:11:55] [PASSED] drm_test_connector_hdmi_init_null_vendor [10:11:55] [PASSED] drm_test_connector_hdmi_init_product_length_exact [10:11:55] [PASSED] drm_test_connector_hdmi_init_product_length_too_long [10:11:55] [PASSED] drm_test_connector_hdmi_init_product_valid [10:11:55] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact [10:11:55] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long [10:11:55] [PASSED] drm_test_connector_hdmi_init_vendor_valid [10:11:55] ========= drm_test_connector_hdmi_init_type_valid ========= [10:11:55] [PASSED] HDMI-A [10:11:55] [PASSED] HDMI-B [10:11:55] ===== [PASSED] drm_test_connector_hdmi_init_type_valid ===== [10:11:55] ======== drm_test_connector_hdmi_init_type_invalid ======== [10:11:55] [PASSED] Unknown [10:11:55] [PASSED] VGA [10:11:55] [PASSED] DVI-I [10:11:55] [PASSED] DVI-D [10:11:55] [PASSED] DVI-A [10:11:55] [PASSED] Composite [10:11:55] [PASSED] SVIDEO [10:11:55] [PASSED] LVDS [10:11:55] [PASSED] Component [10:11:55] [PASSED] DIN [10:11:55] [PASSED] DP [10:11:55] [PASSED] TV [10:11:55] [PASSED] eDP [10:11:55] [PASSED] Virtual [10:11:55] [PASSED] DSI [10:11:55] [PASSED] DPI [10:11:55] [PASSED] Writeback [10:11:55] [PASSED] SPI [10:11:55] [PASSED] USB [10:11:55] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ==== [10:11:55] ============ [PASSED] drmm_connector_hdmi_init ============= [10:11:55] ============= drmm_connector_init (3 subtests) ============= [10:11:55] [PASSED] drm_test_drmm_connector_init [10:11:55] [PASSED] drm_test_drmm_connector_init_null_ddc [10:11:55] ========= drm_test_drmm_connector_init_type_valid ========= [10:11:55] [PASSED] Unknown [10:11:55] [PASSED] VGA [10:11:55] [PASSED] DVI-I [10:11:55] [PASSED] DVI-D [10:11:55] [PASSED] DVI-A [10:11:55] [PASSED] Composite [10:11:55] [PASSED] SVIDEO [10:11:55] [PASSED] LVDS [10:11:55] [PASSED] Component [10:11:55] [PASSED] DIN [10:11:55] [PASSED] DP [10:11:55] [PASSED] HDMI-A [10:11:55] [PASSED] HDMI-B [10:11:55] [PASSED] TV [10:11:55] [PASSED] eDP [10:11:55] [PASSED] Virtual [10:11:55] [PASSED] DSI [10:11:55] [PASSED] DPI [10:11:55] [PASSED] Writeback [10:11:55] [PASSED] SPI [10:11:55] [PASSED] USB [10:11:55] ===== [PASSED] drm_test_drmm_connector_init_type_valid ===== [10:11:55] =============== [PASSED] drmm_connector_init =============== [10:11:55] ========= drm_connector_dynamic_init (6 subtests) ========== [10:11:55] [PASSED] drm_test_drm_connector_dynamic_init [10:11:55] [PASSED] drm_test_drm_connector_dynamic_init_null_ddc [10:11:55] [PASSED] drm_test_drm_connector_dynamic_init_not_added [10:11:55] [PASSED] drm_test_drm_connector_dynamic_init_properties [10:11:55] ===== drm_test_drm_connector_dynamic_init_type_valid ====== [10:11:55] [PASSED] Unknown [10:11:55] [PASSED] VGA [10:11:55] [PASSED] DVI-I [10:11:55] [PASSED] DVI-D [10:11:55] [PASSED] DVI-A [10:11:55] [PASSED] Composite [10:11:55] [PASSED] SVIDEO [10:11:55] [PASSED] LVDS [10:11:55] [PASSED] Component [10:11:55] [PASSED] DIN [10:11:55] [PASSED] DP [10:11:55] [PASSED] HDMI-A [10:11:55] [PASSED] HDMI-B [10:11:55] [PASSED] TV [10:11:55] [PASSED] eDP [10:11:55] [PASSED] Virtual [10:11:55] [PASSED] DSI [10:11:55] [PASSED] DPI [10:11:55] [PASSED] Writeback [10:11:55] [PASSED] SPI [10:11:55] [PASSED] USB [10:11:55] = [PASSED] drm_test_drm_connector_dynamic_init_type_valid == [10:11:55] ======== drm_test_drm_connector_dynamic_init_name ========= [10:11:55] [PASSED] Unknown [10:11:55] [PASSED] VGA [10:11:55] [PASSED] DVI-I [10:11:55] [PASSED] DVI-D [10:11:55] [PASSED] DVI-A [10:11:55] [PASSED] Composite [10:11:55] [PASSED] SVIDEO [10:11:55] [PASSED] LVDS [10:11:55] [PASSED] Component [10:11:55] [PASSED] DIN [10:11:55] [PASSED] DP [10:11:55] [PASSED] HDMI-A [10:11:55] [PASSED] HDMI-B [10:11:55] [PASSED] TV [10:11:55] [PASSED] eDP [10:11:55] [PASSED] Virtual [10:11:55] [PASSED] DSI [10:11:55] [PASSED] DPI [10:11:55] [PASSED] Writeback [10:11:55] [PASSED] SPI [10:11:55] [PASSED] USB [10:11:55] ==== [PASSED] drm_test_drm_connector_dynamic_init_name ===== [10:11:55] =========== [PASSED] drm_connector_dynamic_init ============ [10:11:55] ==== drm_connector_dynamic_register_early (4 subtests) ===== [10:11:55] [PASSED] drm_test_drm_connector_dynamic_register_early_on_list [10:11:55] [PASSED] drm_test_drm_connector_dynamic_register_early_defer [10:11:55] [PASSED] drm_test_drm_connector_dynamic_register_early_no_init [10:11:55] [PASSED] drm_test_drm_connector_dynamic_register_early_no_mode_object [10:11:55] ====== [PASSED] drm_connector_dynamic_register_early ======= [10:11:55] ======= drm_connector_dynamic_register (7 subtests) ======== [10:11:55] [PASSED] drm_test_drm_connector_dynamic_register_on_list [10:11:55] [PASSED] drm_test_drm_connector_dynamic_register_no_defer [10:11:55] [PASSED] drm_test_drm_connector_dynamic_register_no_init [10:11:55] [PASSED] drm_test_drm_connector_dynamic_register_mode_object [10:11:55] [PASSED] drm_test_drm_connector_dynamic_register_sysfs [10:11:55] [PASSED] drm_test_drm_connector_dynamic_register_sysfs_name [10:11:55] [PASSED] drm_test_drm_connector_dynamic_register_debugfs [10:11:55] ========= [PASSED] drm_connector_dynamic_register ========== [10:11:55] = drm_connector_attach_broadcast_rgb_property (2 subtests) = [10:11:55] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property [10:11:55] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector [10:11:55] === [PASSED] drm_connector_attach_broadcast_rgb_property === [10:11:55] ========== drm_get_tv_mode_from_name (2 subtests) ========== [10:11:55] ========== drm_test_get_tv_mode_from_name_valid =========== [10:11:55] [PASSED] NTSC [10:11:55] [PASSED] NTSC-443 [10:11:55] [PASSED] NTSC-J [10:11:55] [PASSED] PAL [10:11:55] [PASSED] PAL-M [10:11:55] [PASSED] PAL-N [10:11:55] [PASSED] SECAM [10:11:55] [PASSED] Mono [10:11:55] ====== [PASSED] drm_test_get_tv_mode_from_name_valid ======= [10:11:55] [PASSED] drm_test_get_tv_mode_from_name_truncated [10:11:55] ============ [PASSED] drm_get_tv_mode_from_name ============ [10:11:55] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) = [10:11:55] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb [10:11:55] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc [10:11:55] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1 [10:11:55] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc [10:11:55] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1 [10:11:55] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double [10:11:55] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid = [10:11:55] [PASSED] VIC 96 [10:11:55] [PASSED] VIC 97 [10:11:55] [PASSED] VIC 101 [10:11:55] [PASSED] VIC 102 [10:11:55] [PASSED] VIC 106 [10:11:55] [PASSED] VIC 107 [10:11:55] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid === [10:11:55] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc [10:11:55] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc [10:11:55] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc [10:11:55] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc [10:11:55] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc [10:11:55] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ==== [10:11:55] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) == [10:11:55] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name ==== [10:11:55] [PASSED] Automatic [10:11:55] [PASSED] Full [10:11:55] [PASSED] Limited 16:235 [10:11:55] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name === [10:11:55] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid [10:11:55] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ==== [10:11:55] == drm_hdmi_connector_get_output_format_name (2 subtests) == [10:11:55] === drm_test_drm_hdmi_connector_get_output_format_name ==== [10:11:55] [PASSED] RGB [10:11:55] [PASSED] YUV 4:2:0 [10:11:55] [PASSED] YUV 4:2:2 [10:11:55] [PASSED] YUV 4:4:4 [10:11:55] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name === [10:11:55] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid [10:11:55] ==== [PASSED] drm_hdmi_connector_get_output_format_name ==== [10:11:55] ============= drm_damage_helper (21 subtests) ============== [10:11:55] [PASSED] drm_test_damage_iter_no_damage [10:11:55] [PASSED] drm_test_damage_iter_no_damage_fractional_src [10:11:55] [PASSED] drm_test_damage_iter_no_damage_src_moved [10:11:55] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved [10:11:55] [PASSED] drm_test_damage_iter_no_damage_not_visible [10:11:55] [PASSED] drm_test_damage_iter_no_damage_no_crtc [10:11:55] [PASSED] drm_test_damage_iter_no_damage_no_fb [10:11:55] [PASSED] drm_test_damage_iter_simple_damage [10:11:55] [PASSED] drm_test_damage_iter_single_damage [10:11:55] [PASSED] drm_test_damage_iter_single_damage_intersect_src [10:11:55] [PASSED] drm_test_damage_iter_single_damage_outside_src [10:11:55] [PASSED] drm_test_damage_iter_single_damage_fractional_src [10:11:55] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src [10:11:55] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src [10:11:55] [PASSED] drm_test_damage_iter_single_damage_src_moved [10:11:55] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved [10:11:55] [PASSED] drm_test_damage_iter_damage [10:11:55] [PASSED] drm_test_damage_iter_damage_one_intersect [10:11:55] [PASSED] drm_test_damage_iter_damage_one_outside [10:11:55] [PASSED] drm_test_damage_iter_damage_src_moved [10:11:55] [PASSED] drm_test_damage_iter_damage_not_visible [10:11:55] ================ [PASSED] drm_damage_helper ================ [10:11:55] ============== drm_dp_mst_helper (3 subtests) ============== [10:11:55] ============== drm_test_dp_mst_calc_pbn_mode ============== [10:11:55] [PASSED] Clock 154000 BPP 30 DSC disabled [10:11:55] [PASSED] Clock 234000 BPP 30 DSC disabled [10:11:55] [PASSED] Clock 297000 BPP 24 DSC disabled [10:11:55] [PASSED] Clock 332880 BPP 24 DSC enabled [10:11:55] [PASSED] Clock 324540 BPP 24 DSC enabled [10:11:55] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ========== [10:11:55] ============== drm_test_dp_mst_calc_pbn_div =============== [10:11:55] [PASSED] Link rate 2000000 lane count 4 [10:11:55] [PASSED] Link rate 2000000 lane count 2 [10:11:55] [PASSED] Link rate 2000000 lane count 1 [10:11:55] [PASSED] Link rate 1350000 lane count 4 [10:11:55] [PASSED] Link rate 1350000 lane count 2 [10:11:55] [PASSED] Link rate 1350000 lane count 1 [10:11:55] [PASSED] Link rate 1000000 lane count 4 [10:11:55] [PASSED] Link rate 1000000 lane count 2 [10:11:55] [PASSED] Link rate 1000000 lane count 1 [10:11:55] [PASSED] Link rate 810000 lane count 4 [10:11:55] [PASSED] Link rate 810000 lane count 2 [10:11:55] [PASSED] Link rate 810000 lane count 1 [10:11:55] [PASSED] Link rate 540000 lane count 4 [10:11:55] [PASSED] Link rate 540000 lane count 2 [10:11:55] [PASSED] Link rate 540000 lane count 1 [10:11:55] [PASSED] Link rate 270000 lane count 4 [10:11:55] [PASSED] Link rate 270000 lane count 2 [10:11:55] [PASSED] Link rate 270000 lane count 1 [10:11:55] [PASSED] Link rate 162000 lane count 4 [10:11:55] [PASSED] Link rate 162000 lane count 2 [10:11:55] [PASSED] Link rate 162000 lane count 1 [10:11:55] ========== [PASSED] drm_test_dp_mst_calc_pbn_div =========== [10:11:55] ========= drm_test_dp_mst_sideband_msg_req_decode ========= [10:11:55] [PASSED] DP_ENUM_PATH_RESOURCES with port number [10:11:55] [PASSED] DP_POWER_UP_PHY with port number [10:11:55] [PASSED] DP_POWER_DOWN_PHY with port number [10:11:55] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks [10:11:55] [PASSED] DP_ALLOCATE_PAYLOAD with port number [10:11:55] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI [10:11:55] [PASSED] DP_ALLOCATE_PAYLOAD with PBN [10:11:55] [PASSED] DP_QUERY_PAYLOAD with port number [10:11:55] [PASSED] DP_QUERY_PAYLOAD with VCPI [10:11:55] [PASSED] DP_REMOTE_DPCD_READ with port number [10:11:55] [PASSED] DP_REMOTE_DPCD_READ with DPCD address [10:11:55] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes [10:11:55] [PASSED] DP_REMOTE_DPCD_WRITE with port number [10:11:55] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address [10:11:55] [PASSED] DP_REMOTE_DPCD_WRITE with data array [10:11:55] [PASSED] DP_REMOTE_I2C_READ with port number [10:11:55] [PASSED] DP_REMOTE_I2C_READ with I2C device ID [10:11:55] [PASSED] DP_REMOTE_I2C_READ with transactions array [10:11:55] [PASSED] DP_REMOTE_I2C_WRITE with port number [10:11:55] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID [10:11:55] [PASSED] DP_REMOTE_I2C_WRITE with data array [10:11:55] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID [10:11:55] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID [10:11:55] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event [10:11:55] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event [10:11:55] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior [10:11:55] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior [10:11:55] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode ===== [10:11:55] ================ [PASSED] drm_dp_mst_helper ================ [10:11:55] ================== drm_exec (7 subtests) =================== [10:11:55] [PASSED] sanitycheck [10:11:55] [PASSED] test_lock [10:11:55] [PASSED] test_lock_unlock [10:11:55] [PASSED] test_duplicates [10:11:55] [PASSED] test_prepare [10:11:55] [PASSED] test_prepare_array [10:11:55] [PASSED] test_multiple_loops [10:11:55] ==================== [PASSED] drm_exec ===================== [10:11:55] =========== drm_format_helper_test (17 subtests) =========== [10:11:55] ============== drm_test_fb_xrgb8888_to_gray8 ============== [10:11:55] [PASSED] single_pixel_source_buffer [10:11:55] [PASSED] single_pixel_clip_rectangle [10:11:55] [PASSED] well_known_colors [10:11:55] [PASSED] destination_pitch [10:11:55] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ========== [10:11:55] ============= drm_test_fb_xrgb8888_to_rgb332 ============== [10:11:55] [PASSED] single_pixel_source_buffer [10:11:55] [PASSED] single_pixel_clip_rectangle [10:11:55] [PASSED] well_known_colors [10:11:55] [PASSED] destination_pitch [10:11:55] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ========== [10:11:55] ============= drm_test_fb_xrgb8888_to_rgb565 ============== [10:11:55] [PASSED] single_pixel_source_buffer [10:11:55] [PASSED] single_pixel_clip_rectangle [10:11:55] [PASSED] well_known_colors [10:11:55] [PASSED] destination_pitch [10:11:55] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ========== [10:11:55] ============ drm_test_fb_xrgb8888_to_xrgb1555 ============= [10:11:55] [PASSED] single_pixel_source_buffer [10:11:55] [PASSED] single_pixel_clip_rectangle [10:11:55] [PASSED] well_known_colors [10:11:55] [PASSED] destination_pitch [10:11:55] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 ========= [10:11:55] ============ drm_test_fb_xrgb8888_to_argb1555 ============= [10:11:55] [PASSED] single_pixel_source_buffer [10:11:55] [PASSED] single_pixel_clip_rectangle [10:11:55] [PASSED] well_known_colors [10:11:55] [PASSED] destination_pitch [10:11:55] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 ========= [10:11:55] ============ drm_test_fb_xrgb8888_to_rgba5551 ============= [10:11:55] [PASSED] single_pixel_source_buffer [10:11:55] [PASSED] single_pixel_clip_rectangle [10:11:55] [PASSED] well_known_colors [10:11:55] [PASSED] destination_pitch [10:11:55] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 ========= [10:11:55] ============= drm_test_fb_xrgb8888_to_rgb888 ============== [10:11:55] [PASSED] single_pixel_source_buffer [10:11:55] [PASSED] single_pixel_clip_rectangle [10:11:55] [PASSED] well_known_colors [10:11:55] [PASSED] destination_pitch [10:11:55] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ========== [10:11:55] ============= drm_test_fb_xrgb8888_to_bgr888 ============== [10:11:55] [PASSED] single_pixel_source_buffer [10:11:55] [PASSED] single_pixel_clip_rectangle [10:11:55] [PASSED] well_known_colors [10:11:55] [PASSED] destination_pitch [10:11:55] ========= [PASSED] drm_test_fb_xrgb8888_to_bgr888 ========== [10:11:55] ============ drm_test_fb_xrgb8888_to_argb8888 ============= [10:11:55] [PASSED] single_pixel_source_buffer [10:11:55] [PASSED] single_pixel_clip_rectangle [10:11:55] [PASSED] well_known_colors [10:11:55] [PASSED] destination_pitch [10:11:55] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 ========= [10:11:55] =========== drm_test_fb_xrgb8888_to_xrgb2101010 =========== [10:11:55] [PASSED] single_pixel_source_buffer [10:11:55] [PASSED] single_pixel_clip_rectangle [10:11:55] [PASSED] well_known_colors [10:11:55] [PASSED] destination_pitch [10:11:55] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 ======= [10:11:55] =========== drm_test_fb_xrgb8888_to_argb2101010 =========== [10:11:55] [PASSED] single_pixel_source_buffer [10:11:55] [PASSED] single_pixel_clip_rectangle [10:11:55] [PASSED] well_known_colors [10:11:55] [PASSED] destination_pitch [10:11:55] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 ======= [10:11:55] ============== drm_test_fb_xrgb8888_to_mono =============== [10:11:55] [PASSED] single_pixel_source_buffer [10:11:55] [PASSED] single_pixel_clip_rectangle [10:11:55] [PASSED] well_known_colors [10:11:55] [PASSED] destination_pitch [10:11:55] ========== [PASSED] drm_test_fb_xrgb8888_to_mono =========== [10:11:55] ==================== drm_test_fb_swab ===================== [10:11:55] [PASSED] single_pixel_source_buffer [10:11:55] [PASSED] single_pixel_clip_rectangle [10:11:55] [PASSED] well_known_colors [10:11:55] [PASSED] destination_pitch [10:11:55] ================ [PASSED] drm_test_fb_swab ================= [10:11:55] ============ drm_test_fb_xrgb8888_to_xbgr8888 ============= [10:11:55] [PASSED] single_pixel_source_buffer [10:11:55] [PASSED] single_pixel_clip_rectangle [10:11:55] [PASSED] well_known_colors [10:11:55] [PASSED] destination_pitch [10:11:55] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 ========= [10:11:55] ============ drm_test_fb_xrgb8888_to_abgr8888 ============= [10:11:55] [PASSED] single_pixel_source_buffer [10:11:55] [PASSED] single_pixel_clip_rectangle [10:11:55] [PASSED] well_known_colors [10:11:55] [PASSED] destination_pitch [10:11:55] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 ========= [10:11:55] ================= drm_test_fb_clip_offset ================= [10:11:55] [PASSED] pass through [10:11:55] [PASSED] horizontal offset [10:11:55] [PASSED] vertical offset [10:11:55] [PASSED] horizontal and vertical offset [10:11:55] [PASSED] horizontal offset (custom pitch) [10:11:55] [PASSED] vertical offset (custom pitch) [10:11:55] [PASSED] horizontal and vertical offset (custom pitch) [10:11:55] ============= [PASSED] drm_test_fb_clip_offset ============= [10:11:55] =================== drm_test_fb_memcpy ==================== [10:11:55] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258) [10:11:55] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258) [10:11:55] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559) [10:11:55] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258) [10:11:55] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258) [10:11:55] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559) [10:11:55] [PASSED] well_known_colors: XB24 little-endian (0x34324258) [10:11:55] [PASSED] well_known_colors: XRA8 little-endian (0x38415258) [10:11:55] [PASSED] well_known_colors: YU24 little-endian (0x34325559) [10:11:55] [PASSED] destination_pitch: XB24 little-endian (0x34324258) [10:11:55] [PASSED] destination_pitch: XRA8 little-endian (0x38415258) [10:11:55] [PASSED] destination_pitch: YU24 little-endian (0x34325559) [10:11:55] =============== [PASSED] drm_test_fb_memcpy ================ [10:11:55] ============= [PASSED] drm_format_helper_test ============== [10:11:55] ================= drm_format (18 subtests) ================= [10:11:55] [PASSED] drm_test_format_block_width_invalid [10:11:55] [PASSED] drm_test_format_block_width_one_plane [10:11:55] [PASSED] drm_test_format_block_width_two_plane [10:11:55] [PASSED] drm_test_format_block_width_three_plane [10:11:55] [PASSED] drm_test_format_block_width_tiled [10:11:55] [PASSED] drm_test_format_block_height_invalid [10:11:55] [PASSED] drm_test_format_block_height_one_plane [10:11:55] [PASSED] drm_test_format_block_height_two_plane [10:11:55] [PASSED] drm_test_format_block_height_three_plane [10:11:55] [PASSED] drm_test_format_block_height_tiled [10:11:55] [PASSED] drm_test_format_min_pitch_invalid [10:11:55] [PASSED] drm_test_format_min_pitch_one_plane_8bpp [10:11:55] [PASSED] drm_test_format_min_pitch_one_plane_16bpp [10:11:55] [PASSED] drm_test_format_min_pitch_one_plane_24bpp [10:11:55] [PASSED] drm_test_format_min_pitch_one_plane_32bpp [10:11:55] [PASSED] drm_test_format_min_pitch_two_plane [10:11:55] [PASSED] drm_test_format_min_pitch_three_plane_8bpp [10:11:55] [PASSED] drm_test_format_min_pitch_tiled [10:11:55] =================== [PASSED] drm_format ==================== [10:11:55] ============== drm_framebuffer (10 subtests) =============== [10:11:55] ========== drm_test_framebuffer_check_src_coords ========== [10:11:55] [PASSED] Success: source fits into fb [10:11:55] [PASSED] Fail: overflowing fb with x-axis coordinate [10:11:55] [PASSED] Fail: overflowing fb with y-axis coordinate [10:11:55] [PASSED] Fail: overflowing fb with source width [10:11:55] [PASSED] Fail: overflowing fb with source height [10:11:55] ====== [PASSED] drm_test_framebuffer_check_src_coords ====== [10:11:55] [PASSED] drm_test_framebuffer_cleanup [10:11:55] =============== drm_test_framebuffer_create =============== [10:11:55] [PASSED] ABGR8888 normal sizes [10:11:55] [PASSED] ABGR8888 max sizes [10:11:55] [PASSED] ABGR8888 pitch greater than min required [10:11:55] [PASSED] ABGR8888 pitch less than min required [10:11:55] [PASSED] ABGR8888 Invalid width [10:11:55] [PASSED] ABGR8888 Invalid buffer handle [10:11:55] [PASSED] No pixel format [10:11:55] [PASSED] ABGR8888 Width 0 [10:11:55] [PASSED] ABGR8888 Height 0 [10:11:55] [PASSED] ABGR8888 Out of bound height * pitch combination [10:11:55] [PASSED] ABGR8888 Large buffer offset [10:11:55] [PASSED] ABGR8888 Buffer offset for inexistent plane [10:11:55] [PASSED] ABGR8888 Invalid flag [10:11:55] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers [10:11:55] [PASSED] ABGR8888 Valid buffer modifier [10:11:55] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE) [10:11:55] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS [10:11:55] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS [10:11:55] [PASSED] NV12 Normal sizes [10:11:55] [PASSED] NV12 Max sizes [10:11:55] [PASSED] NV12 Invalid pitch [10:11:55] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag [10:11:55] [PASSED] NV12 different modifier per-plane [10:11:55] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE [10:11:55] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS [10:11:55] [PASSED] NV12 Modifier for inexistent plane [10:11:55] [PASSED] NV12 Handle for inexistent plane [10:11:55] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS [10:11:55] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier [10:11:55] [PASSED] YVU420 Normal sizes [10:11:55] [PASSED] YVU420 Max sizes [10:11:55] [PASSED] YVU420 Invalid pitch [10:11:55] [PASSED] YVU420 Different pitches [10:11:55] [PASSED] YVU420 Different buffer offsets/pitches [10:11:55] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS [10:11:55] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS [10:11:55] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS [10:11:55] [PASSED] YVU420 Valid modifier [10:11:55] [PASSED] YVU420 Different modifiers per plane [10:11:55] [PASSED] YVU420 Modifier for inexistent plane [10:11:55] [PASSED] YUV420_10BIT Invalid modifier(DRM_FORMAT_MOD_LINEAR) [10:11:55] [PASSED] X0L2 Normal sizes [10:11:55] [PASSED] X0L2 Max sizes [10:11:55] [PASSED] X0L2 Invalid pitch [10:11:55] [PASSED] X0L2 Pitch greater than minimum required [10:11:55] [PASSED] X0L2 Handle for inexistent plane [10:11:55] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set [10:11:55] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set [10:11:55] [PASSED] X0L2 Valid modifier [10:11:55] [PASSED] X0L2 Modifier for inexistent plane [10:11:55] =========== [PASSED] drm_test_framebuffer_create =========== [10:11:55] [PASSED] drm_test_framebuffer_free [10:11:55] [PASSED] drm_test_framebuffer_init [10:11:55] [PASSED] drm_test_framebuffer_init_bad_format [10:11:55] [PASSED] drm_test_framebuffer_init_dev_mismatch [10:11:55] [PASSED] drm_test_framebuffer_lookup [10:11:55] [PASSED] drm_test_framebuffer_lookup_inexistent [10:11:55] [PASSED] drm_test_framebuffer_modifiers_not_supported [10:11:55] ================= [PASSED] drm_framebuffer ================= [10:11:55] ================ drm_gem_shmem (8 subtests) ================ [10:11:55] [PASSED] drm_gem_shmem_test_obj_create [10:11:55] [PASSED] drm_gem_shmem_test_obj_create_private [10:11:55] [PASSED] drm_gem_shmem_test_pin_pages [10:11:55] [PASSED] drm_gem_shmem_test_vmap [10:11:55] [PASSED] drm_gem_shmem_test_get_pages_sgt [10:11:55] [PASSED] drm_gem_shmem_test_get_sg_table [10:11:55] [PASSED] drm_gem_shmem_test_madvise [10:11:55] [PASSED] drm_gem_shmem_test_purge [10:11:55] ================== [PASSED] drm_gem_shmem ================== [10:11:55] === drm_atomic_helper_connector_hdmi_check (27 subtests) === [10:11:55] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode [10:11:55] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1 [10:11:55] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode [10:11:55] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1 [10:11:55] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode [10:11:55] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1 [10:11:55] ====== drm_test_check_broadcast_rgb_cea_mode_yuv420 ======= [10:11:55] [PASSED] Automatic [10:11:55] [PASSED] Full [10:11:55] [PASSED] Limited 16:235 [10:11:55] == [PASSED] drm_test_check_broadcast_rgb_cea_mode_yuv420 === [10:11:55] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed [10:11:55] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed [10:11:55] [PASSED] drm_test_check_disable_connector [10:11:55] [PASSED] drm_test_check_hdmi_funcs_reject_rate [10:11:55] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_rgb [10:11:55] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_yuv420 [10:11:55] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv422 [10:11:55] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv420 [10:11:55] [PASSED] drm_test_check_driver_unsupported_fallback_yuv420 [10:11:55] [PASSED] drm_test_check_output_bpc_crtc_mode_changed [10:11:55] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed [10:11:55] [PASSED] drm_test_check_output_bpc_dvi [10:11:55] [PASSED] drm_test_check_output_bpc_format_vic_1 [10:11:55] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only [10:11:55] [PASSED] drm_test_check_output_bpc_format_display_rgb_only [10:11:55] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only [10:11:55] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only [10:11:55] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc [10:11:55] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc [10:11:55] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc [10:11:55] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ====== [10:11:55] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ==== [10:11:55] [PASSED] drm_test_check_broadcast_rgb_value [10:11:55] [PASSED] drm_test_check_bpc_8_value [10:11:55] [PASSED] drm_test_check_bpc_10_value [10:11:55] [PASSED] drm_test_check_bpc_12_value [10:11:55] [PASSED] drm_test_check_format_value [10:11:55] [PASSED] drm_test_check_tmds_char_value [10:11:55] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ====== [10:11:55] = drm_atomic_helper_connector_hdmi_mode_valid (4 subtests) = [10:11:55] [PASSED] drm_test_check_mode_valid [10:11:55] [PASSED] drm_test_check_mode_valid_reject [10:11:55] [PASSED] drm_test_check_mode_valid_reject_rate [10:11:55] [PASSED] drm_test_check_mode_valid_reject_max_clock [10:11:55] === [PASSED] drm_atomic_helper_connector_hdmi_mode_valid === [10:11:55] ================= drm_managed (2 subtests) ================= [10:11:55] [PASSED] drm_test_managed_release_action [10:11:55] [PASSED] drm_test_managed_run_action [10:11:55] =================== [PASSED] drm_managed =================== [10:11:55] =================== drm_mm (6 subtests) ==================== [10:11:55] [PASSED] drm_test_mm_init [10:11:55] [PASSED] drm_test_mm_debug [10:11:55] [PASSED] drm_test_mm_align32 [10:11:55] [PASSED] drm_test_mm_align64 [10:11:55] [PASSED] drm_test_mm_lowest [10:11:55] [PASSED] drm_test_mm_highest [10:11:55] ===================== [PASSED] drm_mm ====================== [10:11:55] ============= drm_modes_analog_tv (5 subtests) ============= [10:11:55] [PASSED] drm_test_modes_analog_tv_mono_576i [10:11:55] [PASSED] drm_test_modes_analog_tv_ntsc_480i [10:11:55] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined [10:11:55] [PASSED] drm_test_modes_analog_tv_pal_576i [10:11:55] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined [10:11:55] =============== [PASSED] drm_modes_analog_tv =============== [10:11:55] ============== drm_plane_helper (2 subtests) =============== [10:11:55] =============== drm_test_check_plane_state ================ [10:11:55] [PASSED] clipping_simple [10:11:55] [PASSED] clipping_rotate_reflect [10:11:55] [PASSED] positioning_simple [10:11:55] [PASSED] upscaling [10:11:55] [PASSED] downscaling [10:11:55] [PASSED] rounding1 [10:11:55] [PASSED] rounding2 [10:11:55] [PASSED] rounding3 [10:11:55] [PASSED] rounding4 [10:11:55] =========== [PASSED] drm_test_check_plane_state ============ [10:11:55] =========== drm_test_check_invalid_plane_state ============ [10:11:55] [PASSED] positioning_invalid [10:11:55] [PASSED] upscaling_invalid [10:11:55] [PASSED] downscaling_invalid [10:11:55] ======= [PASSED] drm_test_check_invalid_plane_state ======== [10:11:55] ================ [PASSED] drm_plane_helper ================= [10:11:55] ====== drm_connector_helper_tv_get_modes (1 subtest) ======= [10:11:55] ====== drm_test_connector_helper_tv_get_modes_check ======= [10:11:55] [PASSED] None [10:11:55] [PASSED] PAL [10:11:55] [PASSED] NTSC [10:11:55] [PASSED] Both, NTSC Default [10:11:55] [PASSED] Both, PAL Default [10:11:55] [PASSED] Both, NTSC Default, with PAL on command-line [10:11:55] [PASSED] Both, PAL Default, with NTSC on command-line [10:11:55] == [PASSED] drm_test_connector_helper_tv_get_modes_check === [10:11:55] ======== [PASSED] drm_connector_helper_tv_get_modes ======== [10:11:55] ================== drm_rect (9 subtests) =================== [10:11:55] [PASSED] drm_test_rect_clip_scaled_div_by_zero [10:11:55] [PASSED] drm_test_rect_clip_scaled_not_clipped [10:11:55] [PASSED] drm_test_rect_clip_scaled_clipped [10:11:55] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned [10:11:55] ================= drm_test_rect_intersect ================= [10:11:55] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0 [10:11:55] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1 [10:11:55] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0 [10:11:55] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1 [10:11:55] [PASSED] right x left: 2x1+0+0 x 3x1+1+0 [10:11:55] [PASSED] left x right: 3x1+1+0 x 2x1+0+0 [10:11:55] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1 [10:11:55] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0 [10:11:55] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1 [10:11:55] [PASSED] touching side: 1x1+0+0 x 1x1+1+0 [10:11:55] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0 [10:11:55] [PASSED] inside another: 2x2+0+0 x 1x1+1+1 [10:11:55] [PASSED] far away: 1x1+0+0 x 1x1+3+6 [10:11:55] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10 [10:11:55] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10 [10:11:55] ============= [PASSED] drm_test_rect_intersect ============= [10:11:55] ================ drm_test_rect_calc_hscale ================ [10:11:55] [PASSED] normal use [10:11:55] [PASSED] out of max range [10:11:55] [PASSED] out of min range [10:11:55] [PASSED] zero dst [10:11:55] [PASSED] negative src [10:11:55] [PASSED] negative dst [10:11:55] ============ [PASSED] drm_test_rect_calc_hscale ============ [10:11:55] ================ drm_test_rect_calc_vscale ================ [10:11:55] [PASSED] normal use stty: 'standard input': Inappropriate ioctl for device [10:11:55] [PASSED] out of max range [10:11:55] [PASSED] out of min range [10:11:55] [PASSED] zero dst [10:11:55] [PASSED] negative src [10:11:55] [PASSED] negative dst [10:11:55] ============ [PASSED] drm_test_rect_calc_vscale ============ [10:11:55] ================== drm_test_rect_rotate =================== [10:11:55] [PASSED] reflect-x [10:11:55] [PASSED] reflect-y [10:11:55] [PASSED] rotate-0 [10:11:55] [PASSED] rotate-90 [10:11:55] [PASSED] rotate-180 [10:11:55] [PASSED] rotate-270 [10:11:55] ============== [PASSED] drm_test_rect_rotate =============== [10:11:55] ================ drm_test_rect_rotate_inv ================= [10:11:55] [PASSED] reflect-x [10:11:55] [PASSED] reflect-y [10:11:55] [PASSED] rotate-0 [10:11:55] [PASSED] rotate-90 [10:11:55] [PASSED] rotate-180 [10:11:55] [PASSED] rotate-270 [10:11:55] ============ [PASSED] drm_test_rect_rotate_inv ============= [10:11:55] ==================== [PASSED] drm_rect ===================== [10:11:55] ============ drm_sysfb_modeset_test (1 subtest) ============ [10:11:55] ============ drm_test_sysfb_build_fourcc_list ============= [10:11:55] [PASSED] no native formats [10:11:55] [PASSED] XRGB8888 as native format [10:11:55] [PASSED] remove duplicates [10:11:55] [PASSED] convert alpha formats [10:11:55] [PASSED] random formats [10:11:55] ======== [PASSED] drm_test_sysfb_build_fourcc_list ========= [10:11:55] ============= [PASSED] drm_sysfb_modeset_test ============== [10:11:55] ============================================================ [10:11:55] Testing complete. Ran 622 tests: passed: 622 [10:11:55] Elapsed time: 27.437s total, 1.722s configuring, 25.296s building, 0.398s running + /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig [10:11:55] Configuring KUnit Kernel ... Regenerating .config ... Populating config with: $ make ARCH=um O=.kunit olddefconfig [10:11:57] 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 [10:12:06] Starting KUnit Kernel (1/1)... [10:12:06] ============================================================ Running tests with: $ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt [10:12:07] ================= ttm_device (5 subtests) ================== [10:12:07] [PASSED] ttm_device_init_basic [10:12:07] [PASSED] ttm_device_init_multiple [10:12:07] [PASSED] ttm_device_fini_basic [10:12:07] [PASSED] ttm_device_init_no_vma_man [10:12:07] ================== ttm_device_init_pools ================== [10:12:07] [PASSED] No DMA allocations, no DMA32 required [10:12:07] [PASSED] DMA allocations, DMA32 required [10:12:07] [PASSED] No DMA allocations, DMA32 required [10:12:07] [PASSED] DMA allocations, no DMA32 required [10:12:07] ============== [PASSED] ttm_device_init_pools ============== [10:12:07] =================== [PASSED] ttm_device ==================== [10:12:07] ================== ttm_pool (8 subtests) =================== [10:12:07] ================== ttm_pool_alloc_basic =================== [10:12:07] [PASSED] One page [10:12:07] [PASSED] More than one page [10:12:07] [PASSED] Above the allocation limit [10:12:07] [PASSED] One page, with coherent DMA mappings enabled [10:12:07] [PASSED] Above the allocation limit, with coherent DMA mappings enabled [10:12:07] ============== [PASSED] ttm_pool_alloc_basic =============== [10:12:07] ============== ttm_pool_alloc_basic_dma_addr ============== [10:12:07] [PASSED] One page [10:12:07] [PASSED] More than one page [10:12:07] [PASSED] Above the allocation limit [10:12:07] [PASSED] One page, with coherent DMA mappings enabled [10:12:07] [PASSED] Above the allocation limit, with coherent DMA mappings enabled [10:12:07] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ========== [10:12:07] [PASSED] ttm_pool_alloc_order_caching_match [10:12:07] [PASSED] ttm_pool_alloc_caching_mismatch [10:12:07] [PASSED] ttm_pool_alloc_order_mismatch [10:12:07] [PASSED] ttm_pool_free_dma_alloc [10:12:07] [PASSED] ttm_pool_free_no_dma_alloc [10:12:07] [PASSED] ttm_pool_fini_basic [10:12:07] ==================== [PASSED] ttm_pool ===================== [10:12:07] ================ ttm_resource (8 subtests) ================= [10:12:07] ================= ttm_resource_init_basic ================= [10:12:07] [PASSED] Init resource in TTM_PL_SYSTEM [10:12:07] [PASSED] Init resource in TTM_PL_VRAM [10:12:07] [PASSED] Init resource in a private placement [10:12:07] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags [10:12:07] ============= [PASSED] ttm_resource_init_basic ============= [10:12:07] [PASSED] ttm_resource_init_pinned [10:12:07] [PASSED] ttm_resource_fini_basic [10:12:07] [PASSED] ttm_resource_manager_init_basic [10:12:07] [PASSED] ttm_resource_manager_usage_basic [10:12:07] [PASSED] ttm_resource_manager_set_used_basic [10:12:07] [PASSED] ttm_sys_man_alloc_basic [10:12:07] [PASSED] ttm_sys_man_free_basic [10:12:07] ================== [PASSED] ttm_resource =================== [10:12:07] =================== ttm_tt (15 subtests) =================== [10:12:07] ==================== ttm_tt_init_basic ==================== [10:12:07] [PASSED] Page-aligned size [10:12:07] [PASSED] Extra pages requested [10:12:07] ================ [PASSED] ttm_tt_init_basic ================ [10:12:07] [PASSED] ttm_tt_init_misaligned [10:12:07] [PASSED] ttm_tt_fini_basic [10:12:07] [PASSED] ttm_tt_fini_sg [10:12:07] [PASSED] ttm_tt_fini_shmem [10:12:07] [PASSED] ttm_tt_create_basic [10:12:07] [PASSED] ttm_tt_create_invalid_bo_type [10:12:07] [PASSED] ttm_tt_create_ttm_exists [10:12:07] [PASSED] ttm_tt_create_failed [10:12:07] [PASSED] ttm_tt_destroy_basic [10:12:07] [PASSED] ttm_tt_populate_null_ttm [10:12:07] [PASSED] ttm_tt_populate_populated_ttm [10:12:07] [PASSED] ttm_tt_unpopulate_basic [10:12:07] [PASSED] ttm_tt_unpopulate_empty_ttm [10:12:07] [PASSED] ttm_tt_swapin_basic [10:12:07] ===================== [PASSED] ttm_tt ====================== [10:12:07] =================== ttm_bo (14 subtests) =================== [10:12:07] =========== ttm_bo_reserve_optimistic_no_ticket =========== [10:12:07] [PASSED] Cannot be interrupted and sleeps [10:12:07] [PASSED] Cannot be interrupted, locks straight away [10:12:07] [PASSED] Can be interrupted, sleeps [10:12:07] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket ======= [10:12:07] [PASSED] ttm_bo_reserve_locked_no_sleep [10:12:07] [PASSED] ttm_bo_reserve_no_wait_ticket [10:12:07] [PASSED] ttm_bo_reserve_double_resv [10:12:07] [PASSED] ttm_bo_reserve_interrupted [10:12:07] [PASSED] ttm_bo_reserve_deadlock [10:12:07] [PASSED] ttm_bo_unreserve_basic [10:12:07] [PASSED] ttm_bo_unreserve_pinned [10:12:07] [PASSED] ttm_bo_unreserve_bulk [10:12:07] [PASSED] ttm_bo_fini_basic [10:12:07] [PASSED] ttm_bo_fini_shared_resv [10:12:07] [PASSED] ttm_bo_pin_basic [10:12:07] [PASSED] ttm_bo_pin_unpin_resource [10:12:07] [PASSED] ttm_bo_multiple_pin_one_unpin [10:12:07] ===================== [PASSED] ttm_bo ====================== [10:12:07] ============== ttm_bo_validate (21 subtests) =============== [10:12:07] ============== ttm_bo_init_reserved_sys_man =============== [10:12:07] [PASSED] Buffer object for userspace [10:12:07] [PASSED] Kernel buffer object [10:12:07] [PASSED] Shared buffer object [10:12:07] ========== [PASSED] ttm_bo_init_reserved_sys_man =========== [10:12:07] ============== ttm_bo_init_reserved_mock_man ============== [10:12:07] [PASSED] Buffer object for userspace [10:12:07] [PASSED] Kernel buffer object [10:12:07] [PASSED] Shared buffer object [10:12:07] ========== [PASSED] ttm_bo_init_reserved_mock_man ========== [10:12:07] [PASSED] ttm_bo_init_reserved_resv [10:12:07] ================== ttm_bo_validate_basic ================== [10:12:07] [PASSED] Buffer object for userspace [10:12:07] [PASSED] Kernel buffer object [10:12:07] [PASSED] Shared buffer object [10:12:07] ============== [PASSED] ttm_bo_validate_basic ============== [10:12:07] [PASSED] ttm_bo_validate_invalid_placement [10:12:07] ============= ttm_bo_validate_same_placement ============== [10:12:07] [PASSED] System manager [10:12:07] [PASSED] VRAM manager [10:12:07] ========= [PASSED] ttm_bo_validate_same_placement ========== [10:12:07] [PASSED] ttm_bo_validate_failed_alloc [10:12:07] [PASSED] ttm_bo_validate_pinned [10:12:07] [PASSED] ttm_bo_validate_busy_placement [10:12:07] ================ ttm_bo_validate_multihop ================= [10:12:07] [PASSED] Buffer object for userspace [10:12:07] [PASSED] Kernel buffer object [10:12:07] [PASSED] Shared buffer object [10:12:07] ============ [PASSED] ttm_bo_validate_multihop ============= [10:12:07] ========== ttm_bo_validate_no_placement_signaled ========== [10:12:07] [PASSED] Buffer object in system domain, no page vector [10:12:07] [PASSED] Buffer object in system domain with an existing page vector [10:12:07] ====== [PASSED] ttm_bo_validate_no_placement_signaled ====== [10:12:07] ======== ttm_bo_validate_no_placement_not_signaled ======== [10:12:07] [PASSED] Buffer object for userspace [10:12:07] [PASSED] Kernel buffer object [10:12:07] [PASSED] Shared buffer object [10:12:07] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ==== [10:12:07] [PASSED] ttm_bo_validate_move_fence_signaled [10:12:07] ========= ttm_bo_validate_move_fence_not_signaled ========= [10:12:07] [PASSED] Waits for GPU [10:12:07] [PASSED] Tries to lock straight away [10:12:07] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled ===== [10:12:07] [PASSED] ttm_bo_validate_happy_evict [10:12:07] [PASSED] ttm_bo_validate_all_pinned_evict [10:12:07] [PASSED] ttm_bo_validate_allowed_only_evict [10:12:07] [PASSED] ttm_bo_validate_deleted_evict [10:12:07] [PASSED] ttm_bo_validate_busy_domain_evict [10:12:07] [PASSED] ttm_bo_validate_evict_gutting [10:12:07] [PASSED] ttm_bo_validate_recrusive_evict stty: 'standard input': Inappropriate ioctl for device [10:12:07] ================= [PASSED] ttm_bo_validate ================= [10:12:07] ============================================================ [10:12:07] Testing complete. Ran 101 tests: passed: 101 [10:12:07] Elapsed time: 11.523s total, 1.727s configuring, 9.580s building, 0.186s running + cleanup ++ stat -c %u:%g /kernel + chown -R 1003:1003 /kernel ^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 1/2] drm/xe/xe_survivability: Redesign survivability mode sysfs entries 2025-11-12 10:33 [PATCH 0/2] Redesign survivability mode Riana Tauro 2025-11-12 10:12 ` ✓ CI.KUnit: success for " Patchwork @ 2025-11-12 10:33 ` Riana Tauro 2025-11-12 18:22 ` Rodrigo Vivi 2025-11-12 10:33 ` [PATCH 2/2] drm/xe/xe_survivability: Add support for survivability mode v2 Riana Tauro ` (2 subsequent siblings) 4 siblings, 1 reply; 13+ messages in thread From: Riana Tauro @ 2025-11-12 10:33 UTC (permalink / raw) To: intel-xe Cc: riana.tauro, anshuman.gupta, lucas.demarchi, rodrigo.vivi, badal.nilawar Redesign survivability mode to have only one value per file. 1) Retain the survivability_mode sysfs to indicate the type cat /sys/bus/pci/devices/0000\:03\:00.0/survivability_mode (Boot / Runtime) 2) Add survivability_info directory to expose boot breadcrumbs. Entries in survivability mode sysfs are only visible when boot breadcrumb registers are populated. /sys/bus/pci/devices/0000:03:00.0/survivability_info ├── aux_info0 ├── aux_info1 ├── aux_info2 ├── aux_info3 ├── aux_info4 ├── capability_info ├── postcode_trace └── postcode_trace_overflow Capability_info: Provides data about boot status and has bits that indicate the support for the other breadcrumbs Postcode Trace / Postcode Trace Overflow : Each postcode is represented as an 8-bit value and represents a boot failure event. When a new failure event is logged by Pcode the existing postcodes are shifted left. These entries provide a history of 8 postcodes. Auxiliary Info: Some failures have additional debug information. Signed-off-by: Riana Tauro <riana.tauro@intel.com> --- drivers/gpu/drm/xe/xe_survivability_mode.c | 159 +++++++++++++----- .../gpu/drm/xe/xe_survivability_mode_types.h | 1 - 2 files changed, 115 insertions(+), 45 deletions(-) diff --git a/drivers/gpu/drm/xe/xe_survivability_mode.c b/drivers/gpu/drm/xe/xe_survivability_mode.c index 1662bfddd4bc..3d9417911c33 100644 --- a/drivers/gpu/drm/xe/xe_survivability_mode.c +++ b/drivers/gpu/drm/xe/xe_survivability_mode.c @@ -19,8 +19,6 @@ #include "xe_pcode_api.h" #include "xe_vsec.h" -#define MAX_SCRATCH_MMIO 8 - /** * DOC: Survivability Mode * @@ -48,19 +46,25 @@ * * Refer :ref:`xe_configfs` for more details on how to use configfs * - * Survivability mode is indicated by the below admin-only readable sysfs which provides additional - * debug information:: + * Survivability mode is indicated by the below admin-only readable sysfs entry:: * * /sys/bus/pci/devices/<device>/survivability_mode * - * Capability Information: - * Provides boot status - * Postcode Information: - * Provides information about the failure - * Overflow Information - * Provides history of previous failures - * Auxiliary Information - * Certain failures may have information in addition to postcode information + * Survivability mode sysfs provides information about the type of survivability mode. + * Any additional debug information if present will be visible under the directory + * ``survivability_info``:: + * + * /sys/bus/pci/devices/<device>/survivability_info/ + * + * This directory has the following attributes + * + * - ``capability_info`` : Indicates Boot status and support for additional information + * + * - ``postcode_trace``, ``postcode_trace_overflow`` : Each postcode is a 8bit value and + * represents a boot failure event. When a new failure event is logged by PCODE the + * existing postcodes are shifted left. These entries provide a history of 8 postcodes. + * + * - ``aux_info<n>`` : Some failures have additional debug information * * Runtime Survivability * ===================== @@ -79,6 +83,29 @@ * to restore device to normal operation. */ +enum scratch_reg { + CAPABILITY_INFO, + POSTCODE_TRACE, + POSTCODE_TRACE_OVERFLOW, + AUX_INFO0, + AUX_INFO1, + AUX_INFO2, + AUX_INFO3, + AUX_INFO4, + MAX_SCRATCH_REG, +}; + +struct xe_survivability_attribute { + struct device_attribute attr; + u8 index; +}; + +static struct +xe_survivability_attribute *dev_attr_to_survivability_attr(struct device_attribute *attr) +{ + return container_of(attr, struct xe_survivability_attribute, attr); +} + static u32 aux_history_offset(u32 reg_value) { return REG_FIELD_GET(AUXINFO_HISTORY_OFFSET, reg_value); @@ -88,7 +115,6 @@ static void set_survivability_info(struct xe_mmio *mmio, struct xe_survivability int id, char *name) { strscpy(info[id].name, name, sizeof(info[id].name)); - info[id].reg = PCODE_SCRATCH(id).raw; info[id].value = xe_mmio_read32(mmio, PCODE_SCRATCH(id)); } @@ -102,26 +128,23 @@ static void populate_survivability_info(struct xe_device *xe) int index; mmio = xe_root_tile_mmio(xe); - set_survivability_info(mmio, info, id, "Capability Info"); - reg_value = info[id].value; + set_survivability_info(mmio, info, CAPABILITY_INFO, "Capability Info"); + reg_value = info[CAPABILITY_INFO].value; if (reg_value & HISTORY_TRACKING) { - id++; - set_survivability_info(mmio, info, id, "Postcode Info"); + set_survivability_info(mmio, info, POSTCODE_TRACE, "Postcode Trace"); - if (reg_value & OVERFLOW_SUPPORT) { - id = REG_FIELD_GET(OVERFLOW_REG_OFFSET, reg_value); - set_survivability_info(mmio, info, id, "Overflow Info"); - } + if (reg_value & OVERFLOW_SUPPORT) + set_survivability_info(mmio, info, POSTCODE_TRACE_OVERFLOW, "Postcode Trace Overflow"); } if (reg_value & AUXINFO_SUPPORT) { id = REG_FIELD_GET(AUXINFO_REG_OFFSET, reg_value); - for (index = 0; id && reg_value; index++, reg_value = info[id].value, - id = aux_history_offset(reg_value)) { + for (index = 0; id >= AUX_INFO0 && id < MAX_SCRATCH_REG; index++) { snprintf(name, NAME_MAX, "Auxiliary Info %d", index); set_survivability_info(mmio, info, id, name); + id = aux_history_offset(info[id].value); } } } @@ -135,10 +158,9 @@ static void log_survivability_info(struct pci_dev *pdev) dev_info(&pdev->dev, "Survivability Boot Status : Critical Failure (%d)\n", survivability->boot_status); - for (id = 0; id < MAX_SCRATCH_MMIO; id++) { - if (info[id].reg) - dev_info(&pdev->dev, "%s: 0x%x - 0x%x\n", info[id].name, - info[id].reg, info[id].value); + for (id = 0; id < MAX_SCRATCH_REG; id++) { + if (info[id].value) + dev_info(&pdev->dev, "%s: 0x%x\n", info[id].name, info[id].value); } } @@ -156,25 +178,38 @@ static ssize_t survivability_mode_show(struct device *dev, struct pci_dev *pdev = to_pci_dev(dev); struct xe_device *xe = pdev_to_xe_device(pdev); struct xe_survivability *survivability = &xe->survivability; - struct xe_survivability_info *info = survivability->info; - int index = 0, count = 0; - count += sysfs_emit_at(buff, count, "Survivability mode type: %s\n", - survivability->type ? "Runtime" : "Boot"); + return sysfs_emit(buff, "%s\n", survivability->type ? "Runtime" : "Boot"); +} - if (!check_boot_failure(xe)) - return count; +static DEVICE_ATTR_ADMIN_RO(survivability_mode); - for (index = 0; index < MAX_SCRATCH_MMIO; index++) { - if (info[index].reg) - count += sysfs_emit_at(buff, count, "%s: 0x%x - 0x%x\n", info[index].name, - info[index].reg, info[index].value); - } +static ssize_t survivability_info_show(struct device *dev, + struct device_attribute *attr, char *buff) +{ + struct pci_dev *pdev = to_pci_dev(dev); + struct xe_device *xe = pdev_to_xe_device(pdev); + struct xe_survivability *survivability = &xe->survivability; + struct xe_survivability_info *info = survivability->info; + struct xe_survivability_attribute *sa = dev_attr_to_survivability_attr(attr); - return count; + return sysfs_emit(buff, "0x%x\n", info[sa->index].value); } -static DEVICE_ATTR_ADMIN_RO(survivability_mode); +#define SURVIVABILITY_ATTR_RO(name, _index) \ + struct xe_survivability_attribute attr_##name = { \ + .attr = __ATTR(name, 0400, survivability_info_show, NULL), \ + .index = _index, \ + } + +SURVIVABILITY_ATTR_RO(capability_info, CAPABILITY_INFO); +SURVIVABILITY_ATTR_RO(postcode_trace, POSTCODE_TRACE); +SURVIVABILITY_ATTR_RO(postcode_trace_overflow, POSTCODE_TRACE_OVERFLOW); +SURVIVABILITY_ATTR_RO(aux_info0, AUX_INFO0); +SURVIVABILITY_ATTR_RO(aux_info1, AUX_INFO1); +SURVIVABILITY_ATTR_RO(aux_info2, AUX_INFO2); +SURVIVABILITY_ATTR_RO(aux_info3, AUX_INFO3); +SURVIVABILITY_ATTR_RO(aux_info4, AUX_INFO4); static void xe_survivability_mode_fini(void *arg) { @@ -182,17 +217,47 @@ static void xe_survivability_mode_fini(void *arg) struct pci_dev *pdev = to_pci_dev(xe->drm.dev); struct device *dev = &pdev->dev; - sysfs_remove_file(&dev->kobj, &dev_attr_survivability_mode.attr); + device_remove_file(dev, &dev_attr_survivability_mode); } +static umode_t survivability_info_attrs_visible(struct kobject *kobj, struct attribute *attr, + int idx) +{ + struct xe_device *xe = kdev_to_xe_device(kobj_to_dev(kobj)); + struct xe_survivability *survivability = &xe->survivability; + struct xe_survivability_info *info = survivability->info; + + if (info[idx].value) + return 0400; + + return 0; +} + +static struct attribute *survivability_info_attrs[] = { + &attr_capability_info.attr.attr, + &attr_postcode_trace.attr.attr, + &attr_postcode_trace_overflow.attr.attr, + &attr_aux_info0.attr.attr, + &attr_aux_info1.attr.attr, + &attr_aux_info2.attr.attr, + &attr_aux_info3.attr.attr, + &attr_aux_info4.attr.attr, + NULL, +}; + +static const struct attribute_group survivability_info_group = { + .name = "survivability_info", + .attrs = survivability_info_attrs, + .is_visible = survivability_info_attrs_visible, +}; + static int create_survivability_sysfs(struct pci_dev *pdev) { struct device *dev = &pdev->dev; struct xe_device *xe = pdev_to_xe_device(pdev); int ret; - /* create survivability mode sysfs */ - ret = sysfs_create_file(&dev->kobj, &dev_attr_survivability_mode.attr); + ret = device_create_file(dev, &dev_attr_survivability_mode); if (ret) { dev_warn(dev, "Failed to create survivability sysfs files\n"); return ret; @@ -203,6 +268,12 @@ static int create_survivability_sysfs(struct pci_dev *pdev) if (ret) return ret; + if (check_boot_failure(xe)) { + ret = devm_device_add_group(dev, &survivability_info_group); + if (ret) + return ret; + } + return 0; } @@ -244,7 +315,7 @@ static int init_survivability_mode(struct xe_device *xe) struct xe_survivability *survivability = &xe->survivability; struct xe_survivability_info *info; - survivability->size = MAX_SCRATCH_MMIO; + survivability->size = MAX_SCRATCH_REG; info = devm_kcalloc(xe->drm.dev, survivability->size, sizeof(*info), GFP_KERNEL); diff --git a/drivers/gpu/drm/xe/xe_survivability_mode_types.h b/drivers/gpu/drm/xe/xe_survivability_mode_types.h index cd65a5d167c9..1ed122cf62f2 100644 --- a/drivers/gpu/drm/xe/xe_survivability_mode_types.h +++ b/drivers/gpu/drm/xe/xe_survivability_mode_types.h @@ -16,7 +16,6 @@ enum xe_survivability_type { struct xe_survivability_info { char name[NAME_MAX]; - u32 reg; u32 value; }; -- 2.47.1 ^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [PATCH 1/2] drm/xe/xe_survivability: Redesign survivability mode sysfs entries 2025-11-12 10:33 ` [PATCH 1/2] drm/xe/xe_survivability: Redesign survivability mode sysfs entries Riana Tauro @ 2025-11-12 18:22 ` Rodrigo Vivi 2025-11-13 8:30 ` Riana Tauro 0 siblings, 1 reply; 13+ messages in thread From: Rodrigo Vivi @ 2025-11-12 18:22 UTC (permalink / raw) To: Riana Tauro; +Cc: intel-xe, anshuman.gupta, lucas.demarchi, badal.nilawar On Wed, Nov 12, 2025 at 04:03:38PM +0530, Riana Tauro wrote: > Redesign survivability mode to have only one value per file. > > 1) Retain the survivability_mode sysfs to indicate the type > > cat /sys/bus/pci/devices/0000\:03\:00.0/survivability_mode > (Boot / Runtime) > > 2) Add survivability_info directory to expose boot breadcrumbs. > Entries in survivability mode sysfs are only visible when > boot breadcrumb registers are populated. > > /sys/bus/pci/devices/0000:03:00.0/survivability_info > ├── aux_info0 > ├── aux_info1 > ├── aux_info2 > ├── aux_info3 > ├── aux_info4 > ├── capability_info > ├── postcode_trace > └── postcode_trace_overflow > > Capability_info: > > Provides data about boot status and has bits that > indicate the support for the other breadcrumbs > > Postcode Trace / Postcode Trace Overflow : > > Each postcode is represented as an 8-bit value and represents > a boot failure event. When a new failure event is logged by Pcode > the existing postcodes are shifted left. These entries provide a > history of 8 postcodes. > > Auxiliary Info: > > Some failures have additional debug information. > > Signed-off-by: Riana Tauro <riana.tauro@intel.com> > --- > drivers/gpu/drm/xe/xe_survivability_mode.c | 159 +++++++++++++----- > .../gpu/drm/xe/xe_survivability_mode_types.h | 1 - > 2 files changed, 115 insertions(+), 45 deletions(-) > > diff --git a/drivers/gpu/drm/xe/xe_survivability_mode.c b/drivers/gpu/drm/xe/xe_survivability_mode.c > index 1662bfddd4bc..3d9417911c33 100644 > --- a/drivers/gpu/drm/xe/xe_survivability_mode.c > +++ b/drivers/gpu/drm/xe/xe_survivability_mode.c > @@ -19,8 +19,6 @@ > #include "xe_pcode_api.h" > #include "xe_vsec.h" > > -#define MAX_SCRATCH_MMIO 8 > - > /** > * DOC: Survivability Mode > * > @@ -48,19 +46,25 @@ > * > * Refer :ref:`xe_configfs` for more details on how to use configfs > * > - * Survivability mode is indicated by the below admin-only readable sysfs which provides additional > - * debug information:: > + * Survivability mode is indicated by the below admin-only readable sysfs entry:: > * > * /sys/bus/pci/devices/<device>/survivability_mode > * > - * Capability Information: > - * Provides boot status > - * Postcode Information: > - * Provides information about the failure > - * Overflow Information > - * Provides history of previous failures > - * Auxiliary Information > - * Certain failures may have information in addition to postcode information > + * Survivability mode sysfs provides information about the type of survivability mode. > + * Any additional debug information if present will be visible under the directory > + * ``survivability_info``:: > + * > + * /sys/bus/pci/devices/<device>/survivability_info/ > + * > + * This directory has the following attributes > + * > + * - ``capability_info`` : Indicates Boot status and support for additional information > + * > + * - ``postcode_trace``, ``postcode_trace_overflow`` : Each postcode is a 8bit value and > + * represents a boot failure event. When a new failure event is logged by PCODE the > + * existing postcodes are shifted left. These entries provide a history of 8 postcodes. > + * > + * - ``aux_info<n>`` : Some failures have additional debug information > * > * Runtime Survivability > * ===================== > @@ -79,6 +83,29 @@ > * to restore device to normal operation. > */ > > +enum scratch_reg { > + CAPABILITY_INFO, > + POSTCODE_TRACE, > + POSTCODE_TRACE_OVERFLOW, > + AUX_INFO0, > + AUX_INFO1, > + AUX_INFO2, > + AUX_INFO3, > + AUX_INFO4, > + MAX_SCRATCH_REG, > +}; > + > +struct xe_survivability_attribute { > + struct device_attribute attr; > + u8 index; > +}; > + > +static struct > +xe_survivability_attribute *dev_attr_to_survivability_attr(struct device_attribute *attr) > +{ > + return container_of(attr, struct xe_survivability_attribute, attr); > +} > + > static u32 aux_history_offset(u32 reg_value) > { > return REG_FIELD_GET(AUXINFO_HISTORY_OFFSET, reg_value); > @@ -88,7 +115,6 @@ static void set_survivability_info(struct xe_mmio *mmio, struct xe_survivability > int id, char *name) > { > strscpy(info[id].name, name, sizeof(info[id].name)); > - info[id].reg = PCODE_SCRATCH(id).raw; > info[id].value = xe_mmio_read32(mmio, PCODE_SCRATCH(id)); > } > > @@ -102,26 +128,23 @@ static void populate_survivability_info(struct xe_device *xe) > int index; > > mmio = xe_root_tile_mmio(xe); > - set_survivability_info(mmio, info, id, "Capability Info"); > - reg_value = info[id].value; > + set_survivability_info(mmio, info, CAPABILITY_INFO, "Capability Info"); > + reg_value = info[CAPABILITY_INFO].value; > > if (reg_value & HISTORY_TRACKING) { > - id++; > - set_survivability_info(mmio, info, id, "Postcode Info"); > + set_survivability_info(mmio, info, POSTCODE_TRACE, "Postcode Trace"); > > - if (reg_value & OVERFLOW_SUPPORT) { > - id = REG_FIELD_GET(OVERFLOW_REG_OFFSET, reg_value); > - set_survivability_info(mmio, info, id, "Overflow Info"); > - } > + if (reg_value & OVERFLOW_SUPPORT) > + set_survivability_info(mmio, info, POSTCODE_TRACE_OVERFLOW, "Postcode Trace Overflow"); Are these name strings useful for anything right now? We should only have the values inside the file and meaningful file names no?! If they are needed it is probably better to have an array map. The rest of the patch looks great > } > > if (reg_value & AUXINFO_SUPPORT) { > id = REG_FIELD_GET(AUXINFO_REG_OFFSET, reg_value); > > - for (index = 0; id && reg_value; index++, reg_value = info[id].value, > - id = aux_history_offset(reg_value)) { > + for (index = 0; id >= AUX_INFO0 && id < MAX_SCRATCH_REG; index++) { > snprintf(name, NAME_MAX, "Auxiliary Info %d", index); > set_survivability_info(mmio, info, id, name); > + id = aux_history_offset(info[id].value); > } > } > } > @@ -135,10 +158,9 @@ static void log_survivability_info(struct pci_dev *pdev) > > dev_info(&pdev->dev, "Survivability Boot Status : Critical Failure (%d)\n", > survivability->boot_status); > - for (id = 0; id < MAX_SCRATCH_MMIO; id++) { > - if (info[id].reg) > - dev_info(&pdev->dev, "%s: 0x%x - 0x%x\n", info[id].name, > - info[id].reg, info[id].value); > + for (id = 0; id < MAX_SCRATCH_REG; id++) { > + if (info[id].value) > + dev_info(&pdev->dev, "%s: 0x%x\n", info[id].name, info[id].value); > } > } > > @@ -156,25 +178,38 @@ static ssize_t survivability_mode_show(struct device *dev, > struct pci_dev *pdev = to_pci_dev(dev); > struct xe_device *xe = pdev_to_xe_device(pdev); > struct xe_survivability *survivability = &xe->survivability; > - struct xe_survivability_info *info = survivability->info; > - int index = 0, count = 0; > > - count += sysfs_emit_at(buff, count, "Survivability mode type: %s\n", > - survivability->type ? "Runtime" : "Boot"); > + return sysfs_emit(buff, "%s\n", survivability->type ? "Runtime" : "Boot"); > +} > > - if (!check_boot_failure(xe)) > - return count; > +static DEVICE_ATTR_ADMIN_RO(survivability_mode); > > - for (index = 0; index < MAX_SCRATCH_MMIO; index++) { > - if (info[index].reg) > - count += sysfs_emit_at(buff, count, "%s: 0x%x - 0x%x\n", info[index].name, > - info[index].reg, info[index].value); > - } > +static ssize_t survivability_info_show(struct device *dev, > + struct device_attribute *attr, char *buff) > +{ > + struct pci_dev *pdev = to_pci_dev(dev); > + struct xe_device *xe = pdev_to_xe_device(pdev); > + struct xe_survivability *survivability = &xe->survivability; > + struct xe_survivability_info *info = survivability->info; > + struct xe_survivability_attribute *sa = dev_attr_to_survivability_attr(attr); > > - return count; > + return sysfs_emit(buff, "0x%x\n", info[sa->index].value); > } > > -static DEVICE_ATTR_ADMIN_RO(survivability_mode); > +#define SURVIVABILITY_ATTR_RO(name, _index) \ > + struct xe_survivability_attribute attr_##name = { \ > + .attr = __ATTR(name, 0400, survivability_info_show, NULL), \ > + .index = _index, \ > + } > + > +SURVIVABILITY_ATTR_RO(capability_info, CAPABILITY_INFO); > +SURVIVABILITY_ATTR_RO(postcode_trace, POSTCODE_TRACE); > +SURVIVABILITY_ATTR_RO(postcode_trace_overflow, POSTCODE_TRACE_OVERFLOW); > +SURVIVABILITY_ATTR_RO(aux_info0, AUX_INFO0); > +SURVIVABILITY_ATTR_RO(aux_info1, AUX_INFO1); > +SURVIVABILITY_ATTR_RO(aux_info2, AUX_INFO2); > +SURVIVABILITY_ATTR_RO(aux_info3, AUX_INFO3); > +SURVIVABILITY_ATTR_RO(aux_info4, AUX_INFO4); > > static void xe_survivability_mode_fini(void *arg) > { > @@ -182,17 +217,47 @@ static void xe_survivability_mode_fini(void *arg) > struct pci_dev *pdev = to_pci_dev(xe->drm.dev); > struct device *dev = &pdev->dev; > > - sysfs_remove_file(&dev->kobj, &dev_attr_survivability_mode.attr); > + device_remove_file(dev, &dev_attr_survivability_mode); > } > > +static umode_t survivability_info_attrs_visible(struct kobject *kobj, struct attribute *attr, > + int idx) > +{ > + struct xe_device *xe = kdev_to_xe_device(kobj_to_dev(kobj)); > + struct xe_survivability *survivability = &xe->survivability; > + struct xe_survivability_info *info = survivability->info; > + > + if (info[idx].value) > + return 0400; > + > + return 0; > +} > + > +static struct attribute *survivability_info_attrs[] = { > + &attr_capability_info.attr.attr, > + &attr_postcode_trace.attr.attr, > + &attr_postcode_trace_overflow.attr.attr, > + &attr_aux_info0.attr.attr, > + &attr_aux_info1.attr.attr, > + &attr_aux_info2.attr.attr, > + &attr_aux_info3.attr.attr, > + &attr_aux_info4.attr.attr, > + NULL, > +}; > + > +static const struct attribute_group survivability_info_group = { > + .name = "survivability_info", > + .attrs = survivability_info_attrs, > + .is_visible = survivability_info_attrs_visible, > +}; > + > static int create_survivability_sysfs(struct pci_dev *pdev) > { > struct device *dev = &pdev->dev; > struct xe_device *xe = pdev_to_xe_device(pdev); > int ret; > > - /* create survivability mode sysfs */ > - ret = sysfs_create_file(&dev->kobj, &dev_attr_survivability_mode.attr); > + ret = device_create_file(dev, &dev_attr_survivability_mode); > if (ret) { > dev_warn(dev, "Failed to create survivability sysfs files\n"); > return ret; > @@ -203,6 +268,12 @@ static int create_survivability_sysfs(struct pci_dev *pdev) > if (ret) > return ret; > > + if (check_boot_failure(xe)) { > + ret = devm_device_add_group(dev, &survivability_info_group); > + if (ret) > + return ret; > + } > + > return 0; > } > > @@ -244,7 +315,7 @@ static int init_survivability_mode(struct xe_device *xe) > struct xe_survivability *survivability = &xe->survivability; > struct xe_survivability_info *info; > > - survivability->size = MAX_SCRATCH_MMIO; > + survivability->size = MAX_SCRATCH_REG; > > info = devm_kcalloc(xe->drm.dev, survivability->size, sizeof(*info), > GFP_KERNEL); > diff --git a/drivers/gpu/drm/xe/xe_survivability_mode_types.h b/drivers/gpu/drm/xe/xe_survivability_mode_types.h > index cd65a5d167c9..1ed122cf62f2 100644 > --- a/drivers/gpu/drm/xe/xe_survivability_mode_types.h > +++ b/drivers/gpu/drm/xe/xe_survivability_mode_types.h > @@ -16,7 +16,6 @@ enum xe_survivability_type { > > struct xe_survivability_info { > char name[NAME_MAX]; > - u32 reg; > u32 value; > }; > > -- > 2.47.1 > ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 1/2] drm/xe/xe_survivability: Redesign survivability mode sysfs entries 2025-11-12 18:22 ` Rodrigo Vivi @ 2025-11-13 8:30 ` Riana Tauro 0 siblings, 0 replies; 13+ messages in thread From: Riana Tauro @ 2025-11-13 8:30 UTC (permalink / raw) To: Rodrigo Vivi; +Cc: intel-xe, anshuman.gupta, lucas.demarchi, badal.nilawar On 11/12/2025 11:52 PM, Rodrigo Vivi wrote: > On Wed, Nov 12, 2025 at 04:03:38PM +0530, Riana Tauro wrote: >> Redesign survivability mode to have only one value per file. >> >> 1) Retain the survivability_mode sysfs to indicate the type >> >> cat /sys/bus/pci/devices/0000\:03\:00.0/survivability_mode >> (Boot / Runtime) >> >> 2) Add survivability_info directory to expose boot breadcrumbs. >> Entries in survivability mode sysfs are only visible when >> boot breadcrumb registers are populated. >> >> /sys/bus/pci/devices/0000:03:00.0/survivability_info >> ├── aux_info0 >> ├── aux_info1 >> ├── aux_info2 >> ├── aux_info3 >> ├── aux_info4 >> ├── capability_info >> ├── postcode_trace >> └── postcode_trace_overflow >> >> Capability_info: >> >> Provides data about boot status and has bits that >> indicate the support for the other breadcrumbs >> >> Postcode Trace / Postcode Trace Overflow : >> >> Each postcode is represented as an 8-bit value and represents >> a boot failure event. When a new failure event is logged by Pcode >> the existing postcodes are shifted left. These entries provide a >> history of 8 postcodes. >> >> Auxiliary Info: >> >> Some failures have additional debug information. >> >> Signed-off-by: Riana Tauro <riana.tauro@intel.com> >> --- >> drivers/gpu/drm/xe/xe_survivability_mode.c | 159 +++++++++++++----- >> .../gpu/drm/xe/xe_survivability_mode_types.h | 1 - >> 2 files changed, 115 insertions(+), 45 deletions(-) >> >> diff --git a/drivers/gpu/drm/xe/xe_survivability_mode.c b/drivers/gpu/drm/xe/xe_survivability_mode.c >> index 1662bfddd4bc..3d9417911c33 100644 >> --- a/drivers/gpu/drm/xe/xe_survivability_mode.c >> +++ b/drivers/gpu/drm/xe/xe_survivability_mode.c >> @@ -19,8 +19,6 @@ >> #include "xe_pcode_api.h" >> #include "xe_vsec.h" >> >> -#define MAX_SCRATCH_MMIO 8 >> - >> /** >> * DOC: Survivability Mode >> * >> @@ -48,19 +46,25 @@ >> * >> * Refer :ref:`xe_configfs` for more details on how to use configfs >> * >> - * Survivability mode is indicated by the below admin-only readable sysfs which provides additional >> - * debug information:: >> + * Survivability mode is indicated by the below admin-only readable sysfs entry:: >> * >> * /sys/bus/pci/devices/<device>/survivability_mode >> * >> - * Capability Information: >> - * Provides boot status >> - * Postcode Information: >> - * Provides information about the failure >> - * Overflow Information >> - * Provides history of previous failures >> - * Auxiliary Information >> - * Certain failures may have information in addition to postcode information >> + * Survivability mode sysfs provides information about the type of survivability mode. >> + * Any additional debug information if present will be visible under the directory >> + * ``survivability_info``:: >> + * >> + * /sys/bus/pci/devices/<device>/survivability_info/ >> + * >> + * This directory has the following attributes >> + * >> + * - ``capability_info`` : Indicates Boot status and support for additional information >> + * >> + * - ``postcode_trace``, ``postcode_trace_overflow`` : Each postcode is a 8bit value and >> + * represents a boot failure event. When a new failure event is logged by PCODE the >> + * existing postcodes are shifted left. These entries provide a history of 8 postcodes. >> + * >> + * - ``aux_info<n>`` : Some failures have additional debug information >> * >> * Runtime Survivability >> * ===================== >> @@ -79,6 +83,29 @@ >> * to restore device to normal operation. >> */ >> >> +enum scratch_reg { >> + CAPABILITY_INFO, >> + POSTCODE_TRACE, >> + POSTCODE_TRACE_OVERFLOW, >> + AUX_INFO0, >> + AUX_INFO1, >> + AUX_INFO2, >> + AUX_INFO3, >> + AUX_INFO4, >> + MAX_SCRATCH_REG, >> +}; >> + >> +struct xe_survivability_attribute { >> + struct device_attribute attr; >> + u8 index; >> +}; >> + >> +static struct >> +xe_survivability_attribute *dev_attr_to_survivability_attr(struct device_attribute *attr) >> +{ >> + return container_of(attr, struct xe_survivability_attribute, attr); >> +} >> + >> static u32 aux_history_offset(u32 reg_value) >> { >> return REG_FIELD_GET(AUXINFO_HISTORY_OFFSET, reg_value); >> @@ -88,7 +115,6 @@ static void set_survivability_info(struct xe_mmio *mmio, struct xe_survivability >> int id, char *name) >> { >> strscpy(info[id].name, name, sizeof(info[id].name)); >> - info[id].reg = PCODE_SCRATCH(id).raw; >> info[id].value = xe_mmio_read32(mmio, PCODE_SCRATCH(id)); >> } >> >> @@ -102,26 +128,23 @@ static void populate_survivability_info(struct xe_device *xe) >> int index; >> >> mmio = xe_root_tile_mmio(xe); >> - set_survivability_info(mmio, info, id, "Capability Info"); >> - reg_value = info[id].value; >> + set_survivability_info(mmio, info, CAPABILITY_INFO, "Capability Info"); >> + reg_value = info[CAPABILITY_INFO].value; >> >> if (reg_value & HISTORY_TRACKING) { >> - id++; >> - set_survivability_info(mmio, info, id, "Postcode Info"); >> + set_survivability_info(mmio, info, POSTCODE_TRACE, "Postcode Trace"); >> >> - if (reg_value & OVERFLOW_SUPPORT) { >> - id = REG_FIELD_GET(OVERFLOW_REG_OFFSET, reg_value); >> - set_survivability_info(mmio, info, id, "Overflow Info"); >> - } >> + if (reg_value & OVERFLOW_SUPPORT) >> + set_survivability_info(mmio, info, POSTCODE_TRACE_OVERFLOW, "Postcode Trace Overflow"); > > Are these name strings useful for anything right now? > We should only have the values inside the file and meaningful file names no?! In v1, entering survivability mode and allowing firmware flash is not supported for critical errors. We only log the breadcrumbs in dmesg for debug. Used in log_survivability_info > > If they are needed it is probably better to have an array map. Sure will use an array map. Thank you Riana > > The rest of the patch looks great > >> } >> >> if (reg_value & AUXINFO_SUPPORT) { >> id = REG_FIELD_GET(AUXINFO_REG_OFFSET, reg_value); >> >> - for (index = 0; id && reg_value; index++, reg_value = info[id].value, >> - id = aux_history_offset(reg_value)) { >> + for (index = 0; id >= AUX_INFO0 && id < MAX_SCRATCH_REG; index++) { >> snprintf(name, NAME_MAX, "Auxiliary Info %d", index); >> set_survivability_info(mmio, info, id, name); >> + id = aux_history_offset(info[id].value); >> } >> } >> } >> @@ -135,10 +158,9 @@ static void log_survivability_info(struct pci_dev *pdev) >> >> dev_info(&pdev->dev, "Survivability Boot Status : Critical Failure (%d)\n", >> survivability->boot_status); >> - for (id = 0; id < MAX_SCRATCH_MMIO; id++) { >> - if (info[id].reg) >> - dev_info(&pdev->dev, "%s: 0x%x - 0x%x\n", info[id].name, >> - info[id].reg, info[id].value); >> + for (id = 0; id < MAX_SCRATCH_REG; id++) { >> + if (info[id].value) >> + dev_info(&pdev->dev, "%s: 0x%x\n", info[id].name, info[id].value); >> } >> } >> >> @@ -156,25 +178,38 @@ static ssize_t survivability_mode_show(struct device *dev, >> struct pci_dev *pdev = to_pci_dev(dev); >> struct xe_device *xe = pdev_to_xe_device(pdev); >> struct xe_survivability *survivability = &xe->survivability; >> - struct xe_survivability_info *info = survivability->info; >> - int index = 0, count = 0; >> >> - count += sysfs_emit_at(buff, count, "Survivability mode type: %s\n", >> - survivability->type ? "Runtime" : "Boot"); >> + return sysfs_emit(buff, "%s\n", survivability->type ? "Runtime" : "Boot"); >> +} >> >> - if (!check_boot_failure(xe)) >> - return count; >> +static DEVICE_ATTR_ADMIN_RO(survivability_mode); >> >> - for (index = 0; index < MAX_SCRATCH_MMIO; index++) { >> - if (info[index].reg) >> - count += sysfs_emit_at(buff, count, "%s: 0x%x - 0x%x\n", info[index].name, >> - info[index].reg, info[index].value); >> - } >> +static ssize_t survivability_info_show(struct device *dev, >> + struct device_attribute *attr, char *buff) >> +{ >> + struct pci_dev *pdev = to_pci_dev(dev); >> + struct xe_device *xe = pdev_to_xe_device(pdev); >> + struct xe_survivability *survivability = &xe->survivability; >> + struct xe_survivability_info *info = survivability->info; >> + struct xe_survivability_attribute *sa = dev_attr_to_survivability_attr(attr); >> >> - return count; >> + return sysfs_emit(buff, "0x%x\n", info[sa->index].value); >> } >> >> -static DEVICE_ATTR_ADMIN_RO(survivability_mode); >> +#define SURVIVABILITY_ATTR_RO(name, _index) \ >> + struct xe_survivability_attribute attr_##name = { \ >> + .attr = __ATTR(name, 0400, survivability_info_show, NULL), \ >> + .index = _index, \ >> + } >> + >> +SURVIVABILITY_ATTR_RO(capability_info, CAPABILITY_INFO); >> +SURVIVABILITY_ATTR_RO(postcode_trace, POSTCODE_TRACE); >> +SURVIVABILITY_ATTR_RO(postcode_trace_overflow, POSTCODE_TRACE_OVERFLOW); >> +SURVIVABILITY_ATTR_RO(aux_info0, AUX_INFO0); >> +SURVIVABILITY_ATTR_RO(aux_info1, AUX_INFO1); >> +SURVIVABILITY_ATTR_RO(aux_info2, AUX_INFO2); >> +SURVIVABILITY_ATTR_RO(aux_info3, AUX_INFO3); >> +SURVIVABILITY_ATTR_RO(aux_info4, AUX_INFO4); >> >> static void xe_survivability_mode_fini(void *arg) >> { >> @@ -182,17 +217,47 @@ static void xe_survivability_mode_fini(void *arg) >> struct pci_dev *pdev = to_pci_dev(xe->drm.dev); >> struct device *dev = &pdev->dev; >> >> - sysfs_remove_file(&dev->kobj, &dev_attr_survivability_mode.attr); >> + device_remove_file(dev, &dev_attr_survivability_mode); >> } >> >> +static umode_t survivability_info_attrs_visible(struct kobject *kobj, struct attribute *attr, >> + int idx) >> +{ >> + struct xe_device *xe = kdev_to_xe_device(kobj_to_dev(kobj)); >> + struct xe_survivability *survivability = &xe->survivability; >> + struct xe_survivability_info *info = survivability->info; >> + >> + if (info[idx].value) >> + return 0400; >> + >> + return 0; >> +} >> + >> +static struct attribute *survivability_info_attrs[] = { >> + &attr_capability_info.attr.attr, >> + &attr_postcode_trace.attr.attr, >> + &attr_postcode_trace_overflow.attr.attr, >> + &attr_aux_info0.attr.attr, >> + &attr_aux_info1.attr.attr, >> + &attr_aux_info2.attr.attr, >> + &attr_aux_info3.attr.attr, >> + &attr_aux_info4.attr.attr, >> + NULL, >> +}; >> + >> +static const struct attribute_group survivability_info_group = { >> + .name = "survivability_info", >> + .attrs = survivability_info_attrs, >> + .is_visible = survivability_info_attrs_visible, >> +}; >> + >> static int create_survivability_sysfs(struct pci_dev *pdev) >> { >> struct device *dev = &pdev->dev; >> struct xe_device *xe = pdev_to_xe_device(pdev); >> int ret; >> >> - /* create survivability mode sysfs */ >> - ret = sysfs_create_file(&dev->kobj, &dev_attr_survivability_mode.attr); >> + ret = device_create_file(dev, &dev_attr_survivability_mode); >> if (ret) { >> dev_warn(dev, "Failed to create survivability sysfs files\n"); >> return ret; >> @@ -203,6 +268,12 @@ static int create_survivability_sysfs(struct pci_dev *pdev) >> if (ret) >> return ret; >> >> + if (check_boot_failure(xe)) { >> + ret = devm_device_add_group(dev, &survivability_info_group); >> + if (ret) >> + return ret; >> + } >> + >> return 0; >> } >> >> @@ -244,7 +315,7 @@ static int init_survivability_mode(struct xe_device *xe) >> struct xe_survivability *survivability = &xe->survivability; >> struct xe_survivability_info *info; >> >> - survivability->size = MAX_SCRATCH_MMIO; >> + survivability->size = MAX_SCRATCH_REG; >> >> info = devm_kcalloc(xe->drm.dev, survivability->size, sizeof(*info), >> GFP_KERNEL); >> diff --git a/drivers/gpu/drm/xe/xe_survivability_mode_types.h b/drivers/gpu/drm/xe/xe_survivability_mode_types.h >> index cd65a5d167c9..1ed122cf62f2 100644 >> --- a/drivers/gpu/drm/xe/xe_survivability_mode_types.h >> +++ b/drivers/gpu/drm/xe/xe_survivability_mode_types.h >> @@ -16,7 +16,6 @@ enum xe_survivability_type { >> >> struct xe_survivability_info { >> char name[NAME_MAX]; >> - u32 reg; >> u32 value; >> }; >> >> -- >> 2.47.1 >> ^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 2/2] drm/xe/xe_survivability: Add support for survivability mode v2 2025-11-12 10:33 [PATCH 0/2] Redesign survivability mode Riana Tauro 2025-11-12 10:12 ` ✓ CI.KUnit: success for " Patchwork 2025-11-12 10:33 ` [PATCH 1/2] drm/xe/xe_survivability: Redesign survivability mode sysfs entries Riana Tauro @ 2025-11-12 10:33 ` Riana Tauro 2025-11-12 18:20 ` Rodrigo Vivi 2025-11-12 10:49 ` ✓ Xe.CI.BAT: success for Redesign survivability mode Patchwork 2025-11-12 12:31 ` ✗ Xe.CI.Full: failure " Patchwork 4 siblings, 1 reply; 13+ messages in thread From: Riana Tauro @ 2025-11-12 10:33 UTC (permalink / raw) To: intel-xe Cc: riana.tauro, anshuman.gupta, lucas.demarchi, rodrigo.vivi, badal.nilawar v2 survivability breadcrumbs introduces a new mode called SPI Flash Descriptor Override mode (FDO). This is enabled by PCODE when MEI itself fails and firmware cannot be updated via MEI using igsc. This mode provides the ability to update the firmware directly via SPI driver. Xe KMD initializes the nvm aux driver if FDO mode is enabled. Userspace should check FDO mode entry in survivability info sysfs before using the SPI driver to update firmware. /sys/bus/pci/devices/<device>/survivability_info/fdo_mode v2 also supports survivability mode for critical boot errors. Signed-off-by: Riana Tauro <riana.tauro@intel.com> --- drivers/gpu/drm/xe/xe_pcode_api.h | 2 + drivers/gpu/drm/xe/xe_survivability_mode.c | 41 +++++++++++++++++-- .../gpu/drm/xe/xe_survivability_mode_types.h | 6 +++ 3 files changed, 46 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/xe/xe_pcode_api.h b/drivers/gpu/drm/xe/xe_pcode_api.h index 92bfcba51e19..d41f07f9194d 100644 --- a/drivers/gpu/drm/xe/xe_pcode_api.h +++ b/drivers/gpu/drm/xe/xe_pcode_api.h @@ -77,11 +77,13 @@ #define PCODE_SCRATCH(x) XE_REG(0x138320 + ((x) * 4)) /* PCODE_SCRATCH0 */ +#define BREADCRUMB_VERSION REG_GENMASK(31, 29) #define AUXINFO_REG_OFFSET REG_GENMASK(17, 15) #define OVERFLOW_REG_OFFSET REG_GENMASK(14, 12) #define HISTORY_TRACKING REG_BIT(11) #define OVERFLOW_SUPPORT REG_BIT(10) #define AUXINFO_SUPPORT REG_BIT(9) +#define FDO_MODE REG_BIT(4) #define BOOT_STATUS REG_GENMASK(3, 1) #define CRITICAL_FAILURE 4 #define NON_CRITICAL_FAILURE 7 diff --git a/drivers/gpu/drm/xe/xe_survivability_mode.c b/drivers/gpu/drm/xe/xe_survivability_mode.c index 3d9417911c33..d22fdd08d227 100644 --- a/drivers/gpu/drm/xe/xe_survivability_mode.c +++ b/drivers/gpu/drm/xe/xe_survivability_mode.c @@ -16,6 +16,7 @@ #include "xe_heci_gsc.h" #include "xe_i2c.h" #include "xe_mmio.h" +#include "xe_nvm.h" #include "xe_pcode_api.h" #include "xe_vsec.h" @@ -66,6 +67,11 @@ * * - ``aux_info<n>`` : Some failures have additional debug information * + * - ``fdo_mode`` : To allow recovery in scenarios where MEI itself fails, a new SPI Flash + * Descriptor Override (FDO) mode is added in v2 survivability breadcrumbs. This mode is enabled + * by PCODE and provides the ability to directly update the firmware via SPI Driver without + * any dependency on MEI. Xe KMD initializes the nvm aux driver if FDO mode is enabled. + * * Runtime Survivability * ===================== * @@ -95,6 +101,8 @@ enum scratch_reg { MAX_SCRATCH_REG, }; +#define FDO_INFO (MAX_SCRATCH_REG + 1) + struct xe_survivability_attribute { struct device_attribute attr; u8 index; @@ -131,6 +139,11 @@ static void populate_survivability_info(struct xe_device *xe) set_survivability_info(mmio, info, CAPABILITY_INFO, "Capability Info"); reg_value = info[CAPABILITY_INFO].value; + survivability->version = REG_FIELD_GET(BREADCRUMB_VERSION, reg_value); + /* FDO mode is exposed only from version 2 */ + if (survivability->version >= 2) + survivability->fdo_mode = REG_FIELD_GET(FDO_MODE, reg_value); + if (reg_value & HISTORY_TRACKING) { set_survivability_info(mmio, info, POSTCODE_TRACE, "Postcode Trace"); @@ -193,6 +206,9 @@ static ssize_t survivability_info_show(struct device *dev, struct xe_survivability_info *info = survivability->info; struct xe_survivability_attribute *sa = dev_attr_to_survivability_attr(attr); + if (sa->index == FDO_INFO) + return sysfs_emit(buff, "%s\n", str_enabled_disabled(survivability->fdo_mode)); + return sysfs_emit(buff, "0x%x\n", info[sa->index].value); } @@ -210,13 +226,18 @@ SURVIVABILITY_ATTR_RO(aux_info1, AUX_INFO1); SURVIVABILITY_ATTR_RO(aux_info2, AUX_INFO2); SURVIVABILITY_ATTR_RO(aux_info3, AUX_INFO3); SURVIVABILITY_ATTR_RO(aux_info4, AUX_INFO4); +SURVIVABILITY_ATTR_RO(fdo_mode, FDO_INFO); static void xe_survivability_mode_fini(void *arg) { struct xe_device *xe = arg; + struct xe_survivability *survivability = &xe->survivability; struct pci_dev *pdev = to_pci_dev(xe->drm.dev); struct device *dev = &pdev->dev; + if (survivability->fdo_mode) + xe_nvm_fini(xe); + device_remove_file(dev, &dev_attr_survivability_mode); } @@ -227,12 +248,16 @@ static umode_t survivability_info_attrs_visible(struct kobject *kobj, struct att struct xe_survivability *survivability = &xe->survivability; struct xe_survivability_info *info = survivability->info; - if (info[idx].value) + /* FDO mode is visible only when supported */ + if (idx >= MAX_SCRATCH_REG && survivability->version >= 2) + return 0400; + else if (info[idx].value) return 0400; return 0; } +/* Attributes are ordered according to enum scratch_reg */ static struct attribute *survivability_info_attrs[] = { &attr_capability_info.attr.attr, &attr_postcode_trace.attr.attr, @@ -242,6 +267,7 @@ static struct attribute *survivability_info_attrs[] = { &attr_aux_info2.attr.attr, &attr_aux_info3.attr.attr, &attr_aux_info4.attr.attr, + &attr_fdo_mode.attr.attr, NULL, }; @@ -301,11 +327,18 @@ static int enable_boot_survivability_mode(struct pci_dev *pdev) if (ret) goto err; + if (survivability->fdo_mode) { + ret = xe_nvm_init(xe); + if (ret) + goto err; + } + dev_err(dev, "In Survivability Mode\n"); return 0; err: + dev_err(dev, "Failed to enable Survivability Mode\n"); survivability->mode = false; return ret; } @@ -436,8 +469,10 @@ int xe_survivability_mode_boot_enable(struct xe_device *xe) if (ret) return ret; - /* Log breadcrumbs but do not enter survivability mode for Critical boot errors */ - if (survivability->boot_status == CRITICAL_FAILURE) { + /* + * v2 supports survivability mode for critical errors + */ + if (survivability->version < 2 && survivability->boot_status == CRITICAL_FAILURE) { log_survivability_info(pdev); return -ENXIO; } diff --git a/drivers/gpu/drm/xe/xe_survivability_mode_types.h b/drivers/gpu/drm/xe/xe_survivability_mode_types.h index 1ed122cf62f2..d887b443b397 100644 --- a/drivers/gpu/drm/xe/xe_survivability_mode_types.h +++ b/drivers/gpu/drm/xe/xe_survivability_mode_types.h @@ -37,6 +37,12 @@ struct xe_survivability { /** @type: survivability type */ enum xe_survivability_type type; + + /** @fdo_mode: indicates if FDO mode is enabled */ + bool fdo_mode; + + /** @version: breadcrumb version of survivability mode */ + u8 version; }; #endif /* _XE_SURVIVABILITY_MODE_TYPES_H_ */ -- 2.47.1 ^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [PATCH 2/2] drm/xe/xe_survivability: Add support for survivability mode v2 2025-11-12 10:33 ` [PATCH 2/2] drm/xe/xe_survivability: Add support for survivability mode v2 Riana Tauro @ 2025-11-12 18:20 ` Rodrigo Vivi 2025-11-13 8:26 ` Riana Tauro 0 siblings, 1 reply; 13+ messages in thread From: Rodrigo Vivi @ 2025-11-12 18:20 UTC (permalink / raw) To: Riana Tauro; +Cc: intel-xe, anshuman.gupta, lucas.demarchi, badal.nilawar On Wed, Nov 12, 2025 at 04:03:39PM +0530, Riana Tauro wrote: > v2 survivability breadcrumbs introduces a new mode called > SPI Flash Descriptor Override mode (FDO). This is enabled by > PCODE when MEI itself fails and firmware cannot be updated via > MEI using igsc. This mode provides the ability to update > the firmware directly via SPI driver. > > Xe KMD initializes the nvm aux driver if FDO mode is enabled. > > Userspace should check FDO mode entry in survivability info sysfs before > using the SPI driver to update firmware. > > /sys/bus/pci/devices/<device>/survivability_info/fdo_mode > > v2 also supports survivability mode for critical boot errors. > > Signed-off-by: Riana Tauro <riana.tauro@intel.com> > --- > drivers/gpu/drm/xe/xe_pcode_api.h | 2 + > drivers/gpu/drm/xe/xe_survivability_mode.c | 41 +++++++++++++++++-- > .../gpu/drm/xe/xe_survivability_mode_types.h | 6 +++ > 3 files changed, 46 insertions(+), 3 deletions(-) > > diff --git a/drivers/gpu/drm/xe/xe_pcode_api.h b/drivers/gpu/drm/xe/xe_pcode_api.h > index 92bfcba51e19..d41f07f9194d 100644 > --- a/drivers/gpu/drm/xe/xe_pcode_api.h > +++ b/drivers/gpu/drm/xe/xe_pcode_api.h > @@ -77,11 +77,13 @@ > > #define PCODE_SCRATCH(x) XE_REG(0x138320 + ((x) * 4)) > /* PCODE_SCRATCH0 */ > +#define BREADCRUMB_VERSION REG_GENMASK(31, 29) > #define AUXINFO_REG_OFFSET REG_GENMASK(17, 15) > #define OVERFLOW_REG_OFFSET REG_GENMASK(14, 12) > #define HISTORY_TRACKING REG_BIT(11) > #define OVERFLOW_SUPPORT REG_BIT(10) > #define AUXINFO_SUPPORT REG_BIT(9) > +#define FDO_MODE REG_BIT(4) > #define BOOT_STATUS REG_GENMASK(3, 1) > #define CRITICAL_FAILURE 4 > #define NON_CRITICAL_FAILURE 7 > diff --git a/drivers/gpu/drm/xe/xe_survivability_mode.c b/drivers/gpu/drm/xe/xe_survivability_mode.c > index 3d9417911c33..d22fdd08d227 100644 > --- a/drivers/gpu/drm/xe/xe_survivability_mode.c > +++ b/drivers/gpu/drm/xe/xe_survivability_mode.c > @@ -16,6 +16,7 @@ > #include "xe_heci_gsc.h" > #include "xe_i2c.h" > #include "xe_mmio.h" > +#include "xe_nvm.h" > #include "xe_pcode_api.h" > #include "xe_vsec.h" > > @@ -66,6 +67,11 @@ > * > * - ``aux_info<n>`` : Some failures have additional debug information > * > + * - ``fdo_mode`` : To allow recovery in scenarios where MEI itself fails, a new SPI Flash > + * Descriptor Override (FDO) mode is added in v2 survivability breadcrumbs. This mode is enabled > + * by PCODE and provides the ability to directly update the firmware via SPI Driver without > + * any dependency on MEI. Xe KMD initializes the nvm aux driver if FDO mode is enabled. > + * > * Runtime Survivability > * ===================== > * > @@ -95,6 +101,8 @@ enum scratch_reg { > MAX_SCRATCH_REG, > }; > > +#define FDO_INFO (MAX_SCRATCH_REG + 1) > + > struct xe_survivability_attribute { > struct device_attribute attr; > u8 index; > @@ -131,6 +139,11 @@ static void populate_survivability_info(struct xe_device *xe) > set_survivability_info(mmio, info, CAPABILITY_INFO, "Capability Info"); > reg_value = info[CAPABILITY_INFO].value; > > + survivability->version = REG_FIELD_GET(BREADCRUMB_VERSION, reg_value); > + /* FDO mode is exposed only from version 2 */ > + if (survivability->version >= 2) > + survivability->fdo_mode = REG_FIELD_GET(FDO_MODE, reg_value); > + > if (reg_value & HISTORY_TRACKING) { > set_survivability_info(mmio, info, POSTCODE_TRACE, "Postcode Trace"); > > @@ -193,6 +206,9 @@ static ssize_t survivability_info_show(struct device *dev, > struct xe_survivability_info *info = survivability->info; > struct xe_survivability_attribute *sa = dev_attr_to_survivability_attr(attr); > > + if (sa->index == FDO_INFO) > + return sysfs_emit(buff, "%s\n", str_enabled_disabled(survivability->fdo_mode)); > + > return sysfs_emit(buff, "0x%x\n", info[sa->index].value); > } > > @@ -210,13 +226,18 @@ SURVIVABILITY_ATTR_RO(aux_info1, AUX_INFO1); > SURVIVABILITY_ATTR_RO(aux_info2, AUX_INFO2); > SURVIVABILITY_ATTR_RO(aux_info3, AUX_INFO3); > SURVIVABILITY_ATTR_RO(aux_info4, AUX_INFO4); > +SURVIVABILITY_ATTR_RO(fdo_mode, FDO_INFO); > > static void xe_survivability_mode_fini(void *arg) > { > struct xe_device *xe = arg; > + struct xe_survivability *survivability = &xe->survivability; > struct pci_dev *pdev = to_pci_dev(xe->drm.dev); > struct device *dev = &pdev->dev; > > + if (survivability->fdo_mode) > + xe_nvm_fini(xe); > + > device_remove_file(dev, &dev_attr_survivability_mode); > } > > @@ -227,12 +248,16 @@ static umode_t survivability_info_attrs_visible(struct kobject *kobj, struct att > struct xe_survivability *survivability = &xe->survivability; > struct xe_survivability_info *info = survivability->info; > > - if (info[idx].value) > + /* FDO mode is visible only when supported */ > + if (idx >= MAX_SCRATCH_REG && survivability->version >= 2) should we also make the version a file inside survivability_info? for explicit check instead of implicit? > + return 0400; > + else if (info[idx].value) > return 0400; > > return 0; > } > > +/* Attributes are ordered according to enum scratch_reg */ > static struct attribute *survivability_info_attrs[] = { > &attr_capability_info.attr.attr, > &attr_postcode_trace.attr.attr, > @@ -242,6 +267,7 @@ static struct attribute *survivability_info_attrs[] = { > &attr_aux_info2.attr.attr, > &attr_aux_info3.attr.attr, > &attr_aux_info4.attr.attr, > + &attr_fdo_mode.attr.attr, > NULL, > }; > > @@ -301,11 +327,18 @@ static int enable_boot_survivability_mode(struct pci_dev *pdev) > if (ret) > goto err; > > + if (survivability->fdo_mode) { > + ret = xe_nvm_init(xe); > + if (ret) > + goto err; should we really fail the survivability mode here? Or keep the survivability mode with some indication that fdo/nvm has failed? > + } > + > dev_err(dev, "In Survivability Mode\n"); > > return 0; > > err: > + dev_err(dev, "Failed to enable Survivability Mode\n"); > survivability->mode = false; > return ret; > } > @@ -436,8 +469,10 @@ int xe_survivability_mode_boot_enable(struct xe_device *xe) > if (ret) > return ret; > > - /* Log breadcrumbs but do not enter survivability mode for Critical boot errors */ > - if (survivability->boot_status == CRITICAL_FAILURE) { > + /* > + * v2 supports survivability mode for critical errors > + */ > + if (survivability->version < 2 && survivability->boot_status == CRITICAL_FAILURE) { > log_survivability_info(pdev); > return -ENXIO; > } > diff --git a/drivers/gpu/drm/xe/xe_survivability_mode_types.h b/drivers/gpu/drm/xe/xe_survivability_mode_types.h > index 1ed122cf62f2..d887b443b397 100644 > --- a/drivers/gpu/drm/xe/xe_survivability_mode_types.h > +++ b/drivers/gpu/drm/xe/xe_survivability_mode_types.h > @@ -37,6 +37,12 @@ struct xe_survivability { > > /** @type: survivability type */ > enum xe_survivability_type type; > + > + /** @fdo_mode: indicates if FDO mode is enabled */ > + bool fdo_mode; > + > + /** @version: breadcrumb version of survivability mode */ > + u8 version; > }; > > #endif /* _XE_SURVIVABILITY_MODE_TYPES_H_ */ > -- > 2.47.1 > ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 2/2] drm/xe/xe_survivability: Add support for survivability mode v2 2025-11-12 18:20 ` Rodrigo Vivi @ 2025-11-13 8:26 ` Riana Tauro 2025-11-13 22:45 ` Rodrigo Vivi 0 siblings, 1 reply; 13+ messages in thread From: Riana Tauro @ 2025-11-13 8:26 UTC (permalink / raw) To: Rodrigo Vivi; +Cc: intel-xe, anshuman.gupta, lucas.demarchi, badal.nilawar Hi Rodrigo On 11/12/2025 11:50 PM, Rodrigo Vivi wrote: > On Wed, Nov 12, 2025 at 04:03:39PM +0530, Riana Tauro wrote: >> v2 survivability breadcrumbs introduces a new mode called >> SPI Flash Descriptor Override mode (FDO). This is enabled by >> PCODE when MEI itself fails and firmware cannot be updated via >> MEI using igsc. This mode provides the ability to update >> the firmware directly via SPI driver. >> >> Xe KMD initializes the nvm aux driver if FDO mode is enabled. >> >> Userspace should check FDO mode entry in survivability info sysfs before >> using the SPI driver to update firmware. >> >> /sys/bus/pci/devices/<device>/survivability_info/fdo_mode >> >> v2 also supports survivability mode for critical boot errors. >> >> Signed-off-by: Riana Tauro <riana.tauro@intel.com> >> --- >> drivers/gpu/drm/xe/xe_pcode_api.h | 2 + >> drivers/gpu/drm/xe/xe_survivability_mode.c | 41 +++++++++++++++++-- >> .../gpu/drm/xe/xe_survivability_mode_types.h | 6 +++ >> 3 files changed, 46 insertions(+), 3 deletions(-) >> >> diff --git a/drivers/gpu/drm/xe/xe_pcode_api.h b/drivers/gpu/drm/xe/xe_pcode_api.h >> index 92bfcba51e19..d41f07f9194d 100644 >> --- a/drivers/gpu/drm/xe/xe_pcode_api.h >> +++ b/drivers/gpu/drm/xe/xe_pcode_api.h >> @@ -77,11 +77,13 @@ >> >> #define PCODE_SCRATCH(x) XE_REG(0x138320 + ((x) * 4)) >> /* PCODE_SCRATCH0 */ >> +#define BREADCRUMB_VERSION REG_GENMASK(31, 29) >> #define AUXINFO_REG_OFFSET REG_GENMASK(17, 15) >> #define OVERFLOW_REG_OFFSET REG_GENMASK(14, 12) >> #define HISTORY_TRACKING REG_BIT(11) >> #define OVERFLOW_SUPPORT REG_BIT(10) >> #define AUXINFO_SUPPORT REG_BIT(9) >> +#define FDO_MODE REG_BIT(4) >> #define BOOT_STATUS REG_GENMASK(3, 1) >> #define CRITICAL_FAILURE 4 >> #define NON_CRITICAL_FAILURE 7 >> diff --git a/drivers/gpu/drm/xe/xe_survivability_mode.c b/drivers/gpu/drm/xe/xe_survivability_mode.c >> index 3d9417911c33..d22fdd08d227 100644 >> --- a/drivers/gpu/drm/xe/xe_survivability_mode.c >> +++ b/drivers/gpu/drm/xe/xe_survivability_mode.c >> @@ -16,6 +16,7 @@ >> #include "xe_heci_gsc.h" >> #include "xe_i2c.h" >> #include "xe_mmio.h" >> +#include "xe_nvm.h" >> #include "xe_pcode_api.h" >> #include "xe_vsec.h" >> >> @@ -66,6 +67,11 @@ >> * >> * - ``aux_info<n>`` : Some failures have additional debug information >> * >> + * - ``fdo_mode`` : To allow recovery in scenarios where MEI itself fails, a new SPI Flash >> + * Descriptor Override (FDO) mode is added in v2 survivability breadcrumbs. This mode is enabled >> + * by PCODE and provides the ability to directly update the firmware via SPI Driver without >> + * any dependency on MEI. Xe KMD initializes the nvm aux driver if FDO mode is enabled. >> + * >> * Runtime Survivability >> * ===================== >> * >> @@ -95,6 +101,8 @@ enum scratch_reg { >> MAX_SCRATCH_REG, >> }; >> >> +#define FDO_INFO (MAX_SCRATCH_REG + 1) >> + >> struct xe_survivability_attribute { >> struct device_attribute attr; >> u8 index; >> @@ -131,6 +139,11 @@ static void populate_survivability_info(struct xe_device *xe) >> set_survivability_info(mmio, info, CAPABILITY_INFO, "Capability Info"); >> reg_value = info[CAPABILITY_INFO].value; >> >> + survivability->version = REG_FIELD_GET(BREADCRUMB_VERSION, reg_value); >> + /* FDO mode is exposed only from version 2 */ >> + if (survivability->version >= 2) >> + survivability->fdo_mode = REG_FIELD_GET(FDO_MODE, reg_value); >> + >> if (reg_value & HISTORY_TRACKING) { >> set_survivability_info(mmio, info, POSTCODE_TRACE, "Postcode Trace"); >> >> @@ -193,6 +206,9 @@ static ssize_t survivability_info_show(struct device *dev, >> struct xe_survivability_info *info = survivability->info; >> struct xe_survivability_attribute *sa = dev_attr_to_survivability_attr(attr); >> >> + if (sa->index == FDO_INFO) >> + return sysfs_emit(buff, "%s\n", str_enabled_disabled(survivability->fdo_mode)); >> + >> return sysfs_emit(buff, "0x%x\n", info[sa->index].value); >> } >> >> @@ -210,13 +226,18 @@ SURVIVABILITY_ATTR_RO(aux_info1, AUX_INFO1); >> SURVIVABILITY_ATTR_RO(aux_info2, AUX_INFO2); >> SURVIVABILITY_ATTR_RO(aux_info3, AUX_INFO3); >> SURVIVABILITY_ATTR_RO(aux_info4, AUX_INFO4); >> +SURVIVABILITY_ATTR_RO(fdo_mode, FDO_INFO); >> >> static void xe_survivability_mode_fini(void *arg) >> { >> struct xe_device *xe = arg; >> + struct xe_survivability *survivability = &xe->survivability; >> struct pci_dev *pdev = to_pci_dev(xe->drm.dev); >> struct device *dev = &pdev->dev; >> >> + if (survivability->fdo_mode) >> + xe_nvm_fini(xe); >> + >> device_remove_file(dev, &dev_attr_survivability_mode); >> } >> >> @@ -227,12 +248,16 @@ static umode_t survivability_info_attrs_visible(struct kobject *kobj, struct att >> struct xe_survivability *survivability = &xe->survivability; >> struct xe_survivability_info *info = survivability->info; >> >> - if (info[idx].value) >> + /* FDO mode is visible only when supported */ >> + if (idx >= MAX_SCRATCH_REG && survivability->version >= 2) > > should we also make the version a file inside survivability_info? > for explicit check instead of implicit? Are you suggesting that we had version in the sysfs and let the user check both version and fdo_mode entry before deciding? > >> + return 0400; >> + else if (info[idx].value) >> return 0400; >> >> return 0; >> } >> >> +/* Attributes are ordered according to enum scratch_reg */ >> static struct attribute *survivability_info_attrs[] = { >> &attr_capability_info.attr.attr, >> &attr_postcode_trace.attr.attr, >> @@ -242,6 +267,7 @@ static struct attribute *survivability_info_attrs[] = { >> &attr_aux_info2.attr.attr, >> &attr_aux_info3.attr.attr, >> &attr_aux_info4.attr.attr, >> + &attr_fdo_mode.attr.attr, >> NULL, >> }; >> >> @@ -301,11 +327,18 @@ static int enable_boot_survivability_mode(struct pci_dev *pdev) >> if (ret) >> goto err; >> >> + if (survivability->fdo_mode) { >> + ret = xe_nvm_init(xe); >> + if (ret) >> + goto err; > > should we really fail the survivability mode here? > Or keep the survivability mode with some indication that fdo/nvm has failed? FDO mode is only enabled when MEI path to update firmware is not available due to some error in MEI. If initializing SPI also fails then user cannot update firmware in survivability mode. Staying in survivability mode will not be helpful since both paths are unavailabe. That's why added the fail I should remove failing on mei_init instead. Missed that. Thank you for the review comment. Will fix it in new rev Thanks Riana > >> + } >> + >> dev_err(dev, "In Survivability Mode\n"); >> >> return 0; >> >> err: >> + dev_err(dev, "Failed to enable Survivability Mode\n"); >> survivability->mode = false; >> return ret; >> } >> @@ -436,8 +469,10 @@ int xe_survivability_mode_boot_enable(struct xe_device *xe) >> if (ret) >> return ret; >> >> - /* Log breadcrumbs but do not enter survivability mode for Critical boot errors */ >> - if (survivability->boot_status == CRITICAL_FAILURE) { >> + /* >> + * v2 supports survivability mode for critical errors >> + */ >> + if (survivability->version < 2 && survivability->boot_status == CRITICAL_FAILURE) { >> log_survivability_info(pdev); >> return -ENXIO; >> } >> diff --git a/drivers/gpu/drm/xe/xe_survivability_mode_types.h b/drivers/gpu/drm/xe/xe_survivability_mode_types.h >> index 1ed122cf62f2..d887b443b397 100644 >> --- a/drivers/gpu/drm/xe/xe_survivability_mode_types.h >> +++ b/drivers/gpu/drm/xe/xe_survivability_mode_types.h >> @@ -37,6 +37,12 @@ struct xe_survivability { >> >> /** @type: survivability type */ >> enum xe_survivability_type type; >> + >> + /** @fdo_mode: indicates if FDO mode is enabled */ >> + bool fdo_mode; >> + >> + /** @version: breadcrumb version of survivability mode */ >> + u8 version; >> }; >> >> #endif /* _XE_SURVIVABILITY_MODE_TYPES_H_ */ >> -- >> 2.47.1 >> ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 2/2] drm/xe/xe_survivability: Add support for survivability mode v2 2025-11-13 8:26 ` Riana Tauro @ 2025-11-13 22:45 ` Rodrigo Vivi 2025-11-20 5:21 ` Riana Tauro 0 siblings, 1 reply; 13+ messages in thread From: Rodrigo Vivi @ 2025-11-13 22:45 UTC (permalink / raw) To: Riana Tauro; +Cc: intel-xe, anshuman.gupta, lucas.demarchi, badal.nilawar On Thu, Nov 13, 2025 at 01:56:19PM +0530, Riana Tauro wrote: > Hi Rodrigo > > On 11/12/2025 11:50 PM, Rodrigo Vivi wrote: > > On Wed, Nov 12, 2025 at 04:03:39PM +0530, Riana Tauro wrote: > > > v2 survivability breadcrumbs introduces a new mode called > > > SPI Flash Descriptor Override mode (FDO). This is enabled by > > > PCODE when MEI itself fails and firmware cannot be updated via > > > MEI using igsc. This mode provides the ability to update > > > the firmware directly via SPI driver. > > > > > > Xe KMD initializes the nvm aux driver if FDO mode is enabled. > > > > > > Userspace should check FDO mode entry in survivability info sysfs before > > > using the SPI driver to update firmware. > > > > > > /sys/bus/pci/devices/<device>/survivability_info/fdo_mode > > > > > > v2 also supports survivability mode for critical boot errors. > > > > > > Signed-off-by: Riana Tauro <riana.tauro@intel.com> > > > --- > > > drivers/gpu/drm/xe/xe_pcode_api.h | 2 + > > > drivers/gpu/drm/xe/xe_survivability_mode.c | 41 +++++++++++++++++-- > > > .../gpu/drm/xe/xe_survivability_mode_types.h | 6 +++ > > > 3 files changed, 46 insertions(+), 3 deletions(-) > > > > > > diff --git a/drivers/gpu/drm/xe/xe_pcode_api.h b/drivers/gpu/drm/xe/xe_pcode_api.h > > > index 92bfcba51e19..d41f07f9194d 100644 > > > --- a/drivers/gpu/drm/xe/xe_pcode_api.h > > > +++ b/drivers/gpu/drm/xe/xe_pcode_api.h > > > @@ -77,11 +77,13 @@ > > > #define PCODE_SCRATCH(x) XE_REG(0x138320 + ((x) * 4)) > > > /* PCODE_SCRATCH0 */ > > > +#define BREADCRUMB_VERSION REG_GENMASK(31, 29) > > > #define AUXINFO_REG_OFFSET REG_GENMASK(17, 15) > > > #define OVERFLOW_REG_OFFSET REG_GENMASK(14, 12) > > > #define HISTORY_TRACKING REG_BIT(11) > > > #define OVERFLOW_SUPPORT REG_BIT(10) > > > #define AUXINFO_SUPPORT REG_BIT(9) > > > +#define FDO_MODE REG_BIT(4) > > > #define BOOT_STATUS REG_GENMASK(3, 1) > > > #define CRITICAL_FAILURE 4 > > > #define NON_CRITICAL_FAILURE 7 > > > diff --git a/drivers/gpu/drm/xe/xe_survivability_mode.c b/drivers/gpu/drm/xe/xe_survivability_mode.c > > > index 3d9417911c33..d22fdd08d227 100644 > > > --- a/drivers/gpu/drm/xe/xe_survivability_mode.c > > > +++ b/drivers/gpu/drm/xe/xe_survivability_mode.c > > > @@ -16,6 +16,7 @@ > > > #include "xe_heci_gsc.h" > > > #include "xe_i2c.h" > > > #include "xe_mmio.h" > > > +#include "xe_nvm.h" > > > #include "xe_pcode_api.h" > > > #include "xe_vsec.h" > > > @@ -66,6 +67,11 @@ > > > * > > > * - ``aux_info<n>`` : Some failures have additional debug information > > > * > > > + * - ``fdo_mode`` : To allow recovery in scenarios where MEI itself fails, a new SPI Flash > > > + * Descriptor Override (FDO) mode is added in v2 survivability breadcrumbs. This mode is enabled > > > + * by PCODE and provides the ability to directly update the firmware via SPI Driver without > > > + * any dependency on MEI. Xe KMD initializes the nvm aux driver if FDO mode is enabled. > > > + * > > > * Runtime Survivability > > > * ===================== > > > * > > > @@ -95,6 +101,8 @@ enum scratch_reg { > > > MAX_SCRATCH_REG, > > > }; > > > +#define FDO_INFO (MAX_SCRATCH_REG + 1) > > > + > > > struct xe_survivability_attribute { > > > struct device_attribute attr; > > > u8 index; > > > @@ -131,6 +139,11 @@ static void populate_survivability_info(struct xe_device *xe) > > > set_survivability_info(mmio, info, CAPABILITY_INFO, "Capability Info"); > > > reg_value = info[CAPABILITY_INFO].value; > > > + survivability->version = REG_FIELD_GET(BREADCRUMB_VERSION, reg_value); > > > + /* FDO mode is exposed only from version 2 */ > > > + if (survivability->version >= 2) > > > + survivability->fdo_mode = REG_FIELD_GET(FDO_MODE, reg_value); > > > + > > > if (reg_value & HISTORY_TRACKING) { > > > set_survivability_info(mmio, info, POSTCODE_TRACE, "Postcode Trace"); > > > @@ -193,6 +206,9 @@ static ssize_t survivability_info_show(struct device *dev, > > > struct xe_survivability_info *info = survivability->info; > > > struct xe_survivability_attribute *sa = dev_attr_to_survivability_attr(attr); > > > + if (sa->index == FDO_INFO) > > > + return sysfs_emit(buff, "%s\n", str_enabled_disabled(survivability->fdo_mode)); > > > + > > > return sysfs_emit(buff, "0x%x\n", info[sa->index].value); > > > } > > > @@ -210,13 +226,18 @@ SURVIVABILITY_ATTR_RO(aux_info1, AUX_INFO1); > > > SURVIVABILITY_ATTR_RO(aux_info2, AUX_INFO2); > > > SURVIVABILITY_ATTR_RO(aux_info3, AUX_INFO3); > > > SURVIVABILITY_ATTR_RO(aux_info4, AUX_INFO4); > > > +SURVIVABILITY_ATTR_RO(fdo_mode, FDO_INFO); > > > static void xe_survivability_mode_fini(void *arg) > > > { > > > struct xe_device *xe = arg; > > > + struct xe_survivability *survivability = &xe->survivability; > > > struct pci_dev *pdev = to_pci_dev(xe->drm.dev); > > > struct device *dev = &pdev->dev; > > > + if (survivability->fdo_mode) > > > + xe_nvm_fini(xe); > > > + > > > device_remove_file(dev, &dev_attr_survivability_mode); > > > } > > > @@ -227,12 +248,16 @@ static umode_t survivability_info_attrs_visible(struct kobject *kobj, struct att > > > struct xe_survivability *survivability = &xe->survivability; > > > struct xe_survivability_info *info = survivability->info; > > > - if (info[idx].value) > > > + /* FDO mode is visible only when supported */ > > > + if (idx >= MAX_SCRATCH_REG && survivability->version >= 2) > > > > should we also make the version a file inside survivability_info? > > for explicit check instead of implicit? > > Are you suggesting that we had version in the sysfs and let the user check > both version and fdo_mode entry before deciding? nevermind, I think I might had missunderstood the flow... > > > > > > + return 0400; > > > + else if (info[idx].value) > > > return 0400; > > > return 0; > > > } > > > +/* Attributes are ordered according to enum scratch_reg */ > > > static struct attribute *survivability_info_attrs[] = { > > > &attr_capability_info.attr.attr, > > > &attr_postcode_trace.attr.attr, > > > @@ -242,6 +267,7 @@ static struct attribute *survivability_info_attrs[] = { > > > &attr_aux_info2.attr.attr, > > > &attr_aux_info3.attr.attr, > > > &attr_aux_info4.attr.attr, > > > + &attr_fdo_mode.attr.attr, > > > NULL, > > > }; > > > @@ -301,11 +327,18 @@ static int enable_boot_survivability_mode(struct pci_dev *pdev) > > > if (ret) > > > goto err; > > > + if (survivability->fdo_mode) { > > > + ret = xe_nvm_init(xe); > > > + if (ret) > > > + goto err; > > > > should we really fail the survivability mode here? > > Or keep the survivability mode with some indication that fdo/nvm has failed? > > FDO mode is only enabled when MEI path to update firmware is not available > due to some error in MEI. > > If initializing SPI also fails then user cannot update firmware in > survivability mode. Staying in survivability mode will not be helpful > since both paths are unavailabe. That's why added the fail But then you also fail the probe anyway right? > > I should remove failing on mei_init instead. Missed that. Thank you for > the review comment. Will fix it in new rev > > Thanks > Riana > > > > > + } > > > + > > > dev_err(dev, "In Survivability Mode\n"); > > > return 0; > > > err: > > > + dev_err(dev, "Failed to enable Survivability Mode\n"); > > > survivability->mode = false; > > > return ret; > > > } > > > @@ -436,8 +469,10 @@ int xe_survivability_mode_boot_enable(struct xe_device *xe) > > > if (ret) > > > return ret; > > > - /* Log breadcrumbs but do not enter survivability mode for Critical boot errors */ > > > - if (survivability->boot_status == CRITICAL_FAILURE) { > > > + /* > > > + * v2 supports survivability mode for critical errors > > > + */ > > > + if (survivability->version < 2 && survivability->boot_status == CRITICAL_FAILURE) { > > > log_survivability_info(pdev); > > > return -ENXIO; > > > } > > > diff --git a/drivers/gpu/drm/xe/xe_survivability_mode_types.h b/drivers/gpu/drm/xe/xe_survivability_mode_types.h > > > index 1ed122cf62f2..d887b443b397 100644 > > > --- a/drivers/gpu/drm/xe/xe_survivability_mode_types.h > > > +++ b/drivers/gpu/drm/xe/xe_survivability_mode_types.h > > > @@ -37,6 +37,12 @@ struct xe_survivability { > > > /** @type: survivability type */ > > > enum xe_survivability_type type; > > > + > > > + /** @fdo_mode: indicates if FDO mode is enabled */ > > > + bool fdo_mode; > > > + > > > + /** @version: breadcrumb version of survivability mode */ > > > + u8 version; > > > }; > > > #endif /* _XE_SURVIVABILITY_MODE_TYPES_H_ */ > > > -- > > > 2.47.1 > > > > ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 2/2] drm/xe/xe_survivability: Add support for survivability mode v2 2025-11-13 22:45 ` Rodrigo Vivi @ 2025-11-20 5:21 ` Riana Tauro 2025-11-20 14:25 ` Rodrigo Vivi 0 siblings, 1 reply; 13+ messages in thread From: Riana Tauro @ 2025-11-20 5:21 UTC (permalink / raw) To: Rodrigo Vivi; +Cc: intel-xe, anshuman.gupta, lucas.demarchi, badal.nilawar Hi Rodrigo On 11/14/2025 4:15 AM, Rodrigo Vivi wrote: > On Thu, Nov 13, 2025 at 01:56:19PM +0530, Riana Tauro wrote: >> Hi Rodrigo >> >> On 11/12/2025 11:50 PM, Rodrigo Vivi wrote: >>> On Wed, Nov 12, 2025 at 04:03:39PM +0530, Riana Tauro wrote: >>>> v2 survivability breadcrumbs introduces a new mode called >>>> SPI Flash Descriptor Override mode (FDO). This is enabled by >>>> PCODE when MEI itself fails and firmware cannot be updated via >>>> MEI using igsc. This mode provides the ability to update >>>> the firmware directly via SPI driver. >>>> >>>> Xe KMD initializes the nvm aux driver if FDO mode is enabled. >>>> >>>> Userspace should check FDO mode entry in survivability info sysfs before >>>> using the SPI driver to update firmware. >>>> >>>> /sys/bus/pci/devices/<device>/survivability_info/fdo_mode >>>> >>>> v2 also supports survivability mode for critical boot errors. >>>> >>>> Signed-off-by: Riana Tauro <riana.tauro@intel.com> >>>> --- >>>> drivers/gpu/drm/xe/xe_pcode_api.h | 2 + >>>> drivers/gpu/drm/xe/xe_survivability_mode.c | 41 +++++++++++++++++-- >>>> .../gpu/drm/xe/xe_survivability_mode_types.h | 6 +++ >>>> 3 files changed, 46 insertions(+), 3 deletions(-) >>>> >>>> diff --git a/drivers/gpu/drm/xe/xe_pcode_api.h b/drivers/gpu/drm/xe/xe_pcode_api.h >>>> index 92bfcba51e19..d41f07f9194d 100644 >>>> --- a/drivers/gpu/drm/xe/xe_pcode_api.h >>>> +++ b/drivers/gpu/drm/xe/xe_pcode_api.h >>>> @@ -77,11 +77,13 @@ >>>> #define PCODE_SCRATCH(x) XE_REG(0x138320 + ((x) * 4)) >>>> /* PCODE_SCRATCH0 */ >>>> +#define BREADCRUMB_VERSION REG_GENMASK(31, 29) >>>> #define AUXINFO_REG_OFFSET REG_GENMASK(17, 15) >>>> #define OVERFLOW_REG_OFFSET REG_GENMASK(14, 12) >>>> #define HISTORY_TRACKING REG_BIT(11) >>>> #define OVERFLOW_SUPPORT REG_BIT(10) >>>> #define AUXINFO_SUPPORT REG_BIT(9) >>>> +#define FDO_MODE REG_BIT(4) >>>> #define BOOT_STATUS REG_GENMASK(3, 1) >>>> #define CRITICAL_FAILURE 4 >>>> #define NON_CRITICAL_FAILURE 7 >>>> diff --git a/drivers/gpu/drm/xe/xe_survivability_mode.c b/drivers/gpu/drm/xe/xe_survivability_mode.c >>>> index 3d9417911c33..d22fdd08d227 100644 >>>> --- a/drivers/gpu/drm/xe/xe_survivability_mode.c >>>> +++ b/drivers/gpu/drm/xe/xe_survivability_mode.c >>>> @@ -16,6 +16,7 @@ >>>> #include "xe_heci_gsc.h" >>>> #include "xe_i2c.h" >>>> #include "xe_mmio.h" >>>> +#include "xe_nvm.h" >>>> #include "xe_pcode_api.h" >>>> #include "xe_vsec.h" >>>> @@ -66,6 +67,11 @@ >>>> * >>>> * - ``aux_info<n>`` : Some failures have additional debug information >>>> * >>>> + * - ``fdo_mode`` : To allow recovery in scenarios where MEI itself fails, a new SPI Flash >>>> + * Descriptor Override (FDO) mode is added in v2 survivability breadcrumbs. This mode is enabled >>>> + * by PCODE and provides the ability to directly update the firmware via SPI Driver without >>>> + * any dependency on MEI. Xe KMD initializes the nvm aux driver if FDO mode is enabled. >>>> + * >>>> * Runtime Survivability >>>> * ===================== >>>> * >>>> @@ -95,6 +101,8 @@ enum scratch_reg { >>>> MAX_SCRATCH_REG, >>>> }; >>>> +#define FDO_INFO (MAX_SCRATCH_REG + 1) >>>> + >>>> struct xe_survivability_attribute { >>>> struct device_attribute attr; >>>> u8 index; >>>> @@ -131,6 +139,11 @@ static void populate_survivability_info(struct xe_device *xe) >>>> set_survivability_info(mmio, info, CAPABILITY_INFO, "Capability Info"); >>>> reg_value = info[CAPABILITY_INFO].value; >>>> + survivability->version = REG_FIELD_GET(BREADCRUMB_VERSION, reg_value); >>>> + /* FDO mode is exposed only from version 2 */ >>>> + if (survivability->version >= 2) >>>> + survivability->fdo_mode = REG_FIELD_GET(FDO_MODE, reg_value); >>>> + >>>> if (reg_value & HISTORY_TRACKING) { >>>> set_survivability_info(mmio, info, POSTCODE_TRACE, "Postcode Trace"); >>>> @@ -193,6 +206,9 @@ static ssize_t survivability_info_show(struct device *dev, >>>> struct xe_survivability_info *info = survivability->info; >>>> struct xe_survivability_attribute *sa = dev_attr_to_survivability_attr(attr); >>>> + if (sa->index == FDO_INFO) >>>> + return sysfs_emit(buff, "%s\n", str_enabled_disabled(survivability->fdo_mode)); >>>> + >>>> return sysfs_emit(buff, "0x%x\n", info[sa->index].value); >>>> } >>>> @@ -210,13 +226,18 @@ SURVIVABILITY_ATTR_RO(aux_info1, AUX_INFO1); >>>> SURVIVABILITY_ATTR_RO(aux_info2, AUX_INFO2); >>>> SURVIVABILITY_ATTR_RO(aux_info3, AUX_INFO3); >>>> SURVIVABILITY_ATTR_RO(aux_info4, AUX_INFO4); >>>> +SURVIVABILITY_ATTR_RO(fdo_mode, FDO_INFO); >>>> static void xe_survivability_mode_fini(void *arg) >>>> { >>>> struct xe_device *xe = arg; >>>> + struct xe_survivability *survivability = &xe->survivability; >>>> struct pci_dev *pdev = to_pci_dev(xe->drm.dev); >>>> struct device *dev = &pdev->dev; >>>> + if (survivability->fdo_mode) >>>> + xe_nvm_fini(xe); >>>> + >>>> device_remove_file(dev, &dev_attr_survivability_mode); >>>> } >>>> @@ -227,12 +248,16 @@ static umode_t survivability_info_attrs_visible(struct kobject *kobj, struct att >>>> struct xe_survivability *survivability = &xe->survivability; >>>> struct xe_survivability_info *info = survivability->info; >>>> - if (info[idx].value) >>>> + /* FDO mode is visible only when supported */ >>>> + if (idx >= MAX_SCRATCH_REG && survivability->version >= 2) >>> >>> should we also make the version a file inside survivability_info? >>> for explicit check instead of implicit? >> >> Are you suggesting that we had version in the sysfs and let the user check >> both version and fdo_mode entry before deciding? > > nevermind, I think I might had missunderstood the flow... We can remove the implicit check for visibility and expose fdo mode irrespective of the version. The value would be 'disabled' by default Is that okay? But i think it would be better to expose it only when it's supported > >> >>> >>>> + return 0400; >>>> + else if (info[idx].value) >>>> return 0400; >>>> return 0; >>>> } >>>> +/* Attributes are ordered according to enum scratch_reg */ >>>> static struct attribute *survivability_info_attrs[] = { >>>> &attr_capability_info.attr.attr, >>>> &attr_postcode_trace.attr.attr, >>>> @@ -242,6 +267,7 @@ static struct attribute *survivability_info_attrs[] = { >>>> &attr_aux_info2.attr.attr, >>>> &attr_aux_info3.attr.attr, >>>> &attr_aux_info4.attr.attr, >>>> + &attr_fdo_mode.attr.attr, >>>> NULL, >>>> }; >>>> @@ -301,11 +327,18 @@ static int enable_boot_survivability_mode(struct pci_dev *pdev) >>>> if (ret) >>>> goto err; >>>> + if (survivability->fdo_mode) { >>>> + ret = xe_nvm_init(xe); >>>> + if (ret) >>>> + goto err; >>> >>> should we really fail the survivability mode here? >>> Or keep the survivability mode with some indication that fdo/nvm has failed? >> >> FDO mode is only enabled when MEI path to update firmware is not available >> due to some error in MEI. >> >> If initializing SPI also fails then user cannot update firmware in >> survivability mode. Staying in survivability mode will not be helpful >> since both paths are unavailabe. That's why added the fail > > But then you also fail the probe anyway right? yeah this would fail probe. That should be expected since both fw update paths are unavailable Thanks Riana > >> >> I should remove failing on mei_init instead. Missed that. Thank you for >> the review comment. Will fix it in new rev >> >> Thanks >> Riana >>> >>>> + } >>>> + >>>> dev_err(dev, "In Survivability Mode\n"); >>>> return 0; >>>> err: >>>> + dev_err(dev, "Failed to enable Survivability Mode\n"); >>>> survivability->mode = false; >>>> return ret; >>>> } >>>> @@ -436,8 +469,10 @@ int xe_survivability_mode_boot_enable(struct xe_device *xe) >>>> if (ret) >>>> return ret; >>>> - /* Log breadcrumbs but do not enter survivability mode for Critical boot errors */ >>>> - if (survivability->boot_status == CRITICAL_FAILURE) { >>>> + /* >>>> + * v2 supports survivability mode for critical errors >>>> + */ >>>> + if (survivability->version < 2 && survivability->boot_status == CRITICAL_FAILURE) { >>>> log_survivability_info(pdev); >>>> return -ENXIO; >>>> } >>>> diff --git a/drivers/gpu/drm/xe/xe_survivability_mode_types.h b/drivers/gpu/drm/xe/xe_survivability_mode_types.h >>>> index 1ed122cf62f2..d887b443b397 100644 >>>> --- a/drivers/gpu/drm/xe/xe_survivability_mode_types.h >>>> +++ b/drivers/gpu/drm/xe/xe_survivability_mode_types.h >>>> @@ -37,6 +37,12 @@ struct xe_survivability { >>>> /** @type: survivability type */ >>>> enum xe_survivability_type type; >>>> + >>>> + /** @fdo_mode: indicates if FDO mode is enabled */ >>>> + bool fdo_mode; >>>> + >>>> + /** @version: breadcrumb version of survivability mode */ >>>> + u8 version; >>>> }; >>>> #endif /* _XE_SURVIVABILITY_MODE_TYPES_H_ */ >>>> -- >>>> 2.47.1 >>>> >> ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 2/2] drm/xe/xe_survivability: Add support for survivability mode v2 2025-11-20 5:21 ` Riana Tauro @ 2025-11-20 14:25 ` Rodrigo Vivi 0 siblings, 0 replies; 13+ messages in thread From: Rodrigo Vivi @ 2025-11-20 14:25 UTC (permalink / raw) To: Riana Tauro; +Cc: intel-xe, anshuman.gupta, lucas.demarchi, badal.nilawar On Thu, Nov 20, 2025 at 10:51:25AM +0530, Riana Tauro wrote: > > Hi Rodrigo > > On 11/14/2025 4:15 AM, Rodrigo Vivi wrote: > > On Thu, Nov 13, 2025 at 01:56:19PM +0530, Riana Tauro wrote: > > > Hi Rodrigo > > > > > > On 11/12/2025 11:50 PM, Rodrigo Vivi wrote: > > > > On Wed, Nov 12, 2025 at 04:03:39PM +0530, Riana Tauro wrote: > > > > > v2 survivability breadcrumbs introduces a new mode called > > > > > SPI Flash Descriptor Override mode (FDO). This is enabled by > > > > > PCODE when MEI itself fails and firmware cannot be updated via > > > > > MEI using igsc. This mode provides the ability to update > > > > > the firmware directly via SPI driver. > > > > > > > > > > Xe KMD initializes the nvm aux driver if FDO mode is enabled. > > > > > > > > > > Userspace should check FDO mode entry in survivability info sysfs before > > > > > using the SPI driver to update firmware. > > > > > > > > > > /sys/bus/pci/devices/<device>/survivability_info/fdo_mode > > > > > > > > > > v2 also supports survivability mode for critical boot errors. > > > > > > > > > > Signed-off-by: Riana Tauro <riana.tauro@intel.com> > > > > > --- > > > > > drivers/gpu/drm/xe/xe_pcode_api.h | 2 + > > > > > drivers/gpu/drm/xe/xe_survivability_mode.c | 41 +++++++++++++++++-- > > > > > .../gpu/drm/xe/xe_survivability_mode_types.h | 6 +++ > > > > > 3 files changed, 46 insertions(+), 3 deletions(-) > > > > > > > > > > diff --git a/drivers/gpu/drm/xe/xe_pcode_api.h b/drivers/gpu/drm/xe/xe_pcode_api.h > > > > > index 92bfcba51e19..d41f07f9194d 100644 > > > > > --- a/drivers/gpu/drm/xe/xe_pcode_api.h > > > > > +++ b/drivers/gpu/drm/xe/xe_pcode_api.h > > > > > @@ -77,11 +77,13 @@ > > > > > #define PCODE_SCRATCH(x) XE_REG(0x138320 + ((x) * 4)) > > > > > /* PCODE_SCRATCH0 */ > > > > > +#define BREADCRUMB_VERSION REG_GENMASK(31, 29) > > > > > #define AUXINFO_REG_OFFSET REG_GENMASK(17, 15) > > > > > #define OVERFLOW_REG_OFFSET REG_GENMASK(14, 12) > > > > > #define HISTORY_TRACKING REG_BIT(11) > > > > > #define OVERFLOW_SUPPORT REG_BIT(10) > > > > > #define AUXINFO_SUPPORT REG_BIT(9) > > > > > +#define FDO_MODE REG_BIT(4) > > > > > #define BOOT_STATUS REG_GENMASK(3, 1) > > > > > #define CRITICAL_FAILURE 4 > > > > > #define NON_CRITICAL_FAILURE 7 > > > > > diff --git a/drivers/gpu/drm/xe/xe_survivability_mode.c b/drivers/gpu/drm/xe/xe_survivability_mode.c > > > > > index 3d9417911c33..d22fdd08d227 100644 > > > > > --- a/drivers/gpu/drm/xe/xe_survivability_mode.c > > > > > +++ b/drivers/gpu/drm/xe/xe_survivability_mode.c > > > > > @@ -16,6 +16,7 @@ > > > > > #include "xe_heci_gsc.h" > > > > > #include "xe_i2c.h" > > > > > #include "xe_mmio.h" > > > > > +#include "xe_nvm.h" > > > > > #include "xe_pcode_api.h" > > > > > #include "xe_vsec.h" > > > > > @@ -66,6 +67,11 @@ > > > > > * > > > > > * - ``aux_info<n>`` : Some failures have additional debug information > > > > > * > > > > > + * - ``fdo_mode`` : To allow recovery in scenarios where MEI itself fails, a new SPI Flash > > > > > + * Descriptor Override (FDO) mode is added in v2 survivability breadcrumbs. This mode is enabled > > > > > + * by PCODE and provides the ability to directly update the firmware via SPI Driver without > > > > > + * any dependency on MEI. Xe KMD initializes the nvm aux driver if FDO mode is enabled. > > > > > + * > > > > > * Runtime Survivability > > > > > * ===================== > > > > > * > > > > > @@ -95,6 +101,8 @@ enum scratch_reg { > > > > > MAX_SCRATCH_REG, > > > > > }; > > > > > +#define FDO_INFO (MAX_SCRATCH_REG + 1) > > > > > + > > > > > struct xe_survivability_attribute { > > > > > struct device_attribute attr; > > > > > u8 index; > > > > > @@ -131,6 +139,11 @@ static void populate_survivability_info(struct xe_device *xe) > > > > > set_survivability_info(mmio, info, CAPABILITY_INFO, "Capability Info"); > > > > > reg_value = info[CAPABILITY_INFO].value; > > > > > + survivability->version = REG_FIELD_GET(BREADCRUMB_VERSION, reg_value); > > > > > + /* FDO mode is exposed only from version 2 */ > > > > > + if (survivability->version >= 2) > > > > > + survivability->fdo_mode = REG_FIELD_GET(FDO_MODE, reg_value); > > > > > + > > > > > if (reg_value & HISTORY_TRACKING) { > > > > > set_survivability_info(mmio, info, POSTCODE_TRACE, "Postcode Trace"); > > > > > @@ -193,6 +206,9 @@ static ssize_t survivability_info_show(struct device *dev, > > > > > struct xe_survivability_info *info = survivability->info; > > > > > struct xe_survivability_attribute *sa = dev_attr_to_survivability_attr(attr); > > > > > + if (sa->index == FDO_INFO) > > > > > + return sysfs_emit(buff, "%s\n", str_enabled_disabled(survivability->fdo_mode)); > > > > > + > > > > > return sysfs_emit(buff, "0x%x\n", info[sa->index].value); > > > > > } > > > > > @@ -210,13 +226,18 @@ SURVIVABILITY_ATTR_RO(aux_info1, AUX_INFO1); > > > > > SURVIVABILITY_ATTR_RO(aux_info2, AUX_INFO2); > > > > > SURVIVABILITY_ATTR_RO(aux_info3, AUX_INFO3); > > > > > SURVIVABILITY_ATTR_RO(aux_info4, AUX_INFO4); > > > > > +SURVIVABILITY_ATTR_RO(fdo_mode, FDO_INFO); > > > > > static void xe_survivability_mode_fini(void *arg) > > > > > { > > > > > struct xe_device *xe = arg; > > > > > + struct xe_survivability *survivability = &xe->survivability; > > > > > struct pci_dev *pdev = to_pci_dev(xe->drm.dev); > > > > > struct device *dev = &pdev->dev; > > > > > + if (survivability->fdo_mode) > > > > > + xe_nvm_fini(xe); > > > > > + > > > > > device_remove_file(dev, &dev_attr_survivability_mode); > > > > > } > > > > > @@ -227,12 +248,16 @@ static umode_t survivability_info_attrs_visible(struct kobject *kobj, struct att > > > > > struct xe_survivability *survivability = &xe->survivability; > > > > > struct xe_survivability_info *info = survivability->info; > > > > > - if (info[idx].value) > > > > > + /* FDO mode is visible only when supported */ > > > > > + if (idx >= MAX_SCRATCH_REG && survivability->version >= 2) > > > > > > > > should we also make the version a file inside survivability_info? > > > > for explicit check instead of implicit? > > > > > > Are you suggesting that we had version in the sysfs and let the user check > > > both version and fdo_mode entry before deciding? > > > > nevermind, I think I might had missunderstood the flow... > > We can remove the implicit check for visibility and expose fdo mode > irrespective of the version. The value would be 'disabled' by default > > Is that okay? > > But i think it would be better to expose it only when it's supported I agree with you. Sorry for the noise. > > > > > > > > > > > > > > > + return 0400; > > > > > + else if (info[idx].value) > > > > > return 0400; > > > > > return 0; > > > > > } > > > > > +/* Attributes are ordered according to enum scratch_reg */ > > > > > static struct attribute *survivability_info_attrs[] = { > > > > > &attr_capability_info.attr.attr, > > > > > &attr_postcode_trace.attr.attr, > > > > > @@ -242,6 +267,7 @@ static struct attribute *survivability_info_attrs[] = { > > > > > &attr_aux_info2.attr.attr, > > > > > &attr_aux_info3.attr.attr, > > > > > &attr_aux_info4.attr.attr, > > > > > + &attr_fdo_mode.attr.attr, > > > > > NULL, > > > > > }; > > > > > @@ -301,11 +327,18 @@ static int enable_boot_survivability_mode(struct pci_dev *pdev) > > > > > if (ret) > > > > > goto err; > > > > > + if (survivability->fdo_mode) { > > > > > + ret = xe_nvm_init(xe); > > > > > + if (ret) > > > > > + goto err; > > > > > > > > should we really fail the survivability mode here? > > > > Or keep the survivability mode with some indication that fdo/nvm has failed? > > > > > > FDO mode is only enabled when MEI path to update firmware is not available > > > due to some error in MEI. > > > > > > If initializing SPI also fails then user cannot update firmware in > > > survivability mode. Staying in survivability mode will not be helpful > > > since both paths are unavailabe. That's why added the fail > > > > But then you also fail the probe anyway right? > > yeah this would fail probe. That should be expected since both fw update > paths are unavailable Cool, thanks for the confirmation and explanations. Thanks, Rodrigo. > > Thanks > Riana > > > > > > > > > I should remove failing on mei_init instead. Missed that. Thank you for > > > the review comment. Will fix it in new rev > > > > > > Thanks > > > Riana > > > > > > > > > + } > > > > > + > > > > > dev_err(dev, "In Survivability Mode\n"); > > > > > return 0; > > > > > err: > > > > > + dev_err(dev, "Failed to enable Survivability Mode\n"); > > > > > survivability->mode = false; > > > > > return ret; > > > > > } > > > > > @@ -436,8 +469,10 @@ int xe_survivability_mode_boot_enable(struct xe_device *xe) > > > > > if (ret) > > > > > return ret; > > > > > - /* Log breadcrumbs but do not enter survivability mode for Critical boot errors */ > > > > > - if (survivability->boot_status == CRITICAL_FAILURE) { > > > > > + /* > > > > > + * v2 supports survivability mode for critical errors > > > > > + */ > > > > > + if (survivability->version < 2 && survivability->boot_status == CRITICAL_FAILURE) { > > > > > log_survivability_info(pdev); > > > > > return -ENXIO; > > > > > } > > > > > diff --git a/drivers/gpu/drm/xe/xe_survivability_mode_types.h b/drivers/gpu/drm/xe/xe_survivability_mode_types.h > > > > > index 1ed122cf62f2..d887b443b397 100644 > > > > > --- a/drivers/gpu/drm/xe/xe_survivability_mode_types.h > > > > > +++ b/drivers/gpu/drm/xe/xe_survivability_mode_types.h > > > > > @@ -37,6 +37,12 @@ struct xe_survivability { > > > > > /** @type: survivability type */ > > > > > enum xe_survivability_type type; > > > > > + > > > > > + /** @fdo_mode: indicates if FDO mode is enabled */ > > > > > + bool fdo_mode; > > > > > + > > > > > + /** @version: breadcrumb version of survivability mode */ > > > > > + u8 version; > > > > > }; > > > > > #endif /* _XE_SURVIVABILITY_MODE_TYPES_H_ */ > > > > > -- > > > > > 2.47.1 > > > > > > > > > ^ permalink raw reply [flat|nested] 13+ messages in thread
* ✓ Xe.CI.BAT: success for Redesign survivability mode 2025-11-12 10:33 [PATCH 0/2] Redesign survivability mode Riana Tauro ` (2 preceding siblings ...) 2025-11-12 10:33 ` [PATCH 2/2] drm/xe/xe_survivability: Add support for survivability mode v2 Riana Tauro @ 2025-11-12 10:49 ` Patchwork 2025-11-12 12:31 ` ✗ Xe.CI.Full: failure " Patchwork 4 siblings, 0 replies; 13+ messages in thread From: Patchwork @ 2025-11-12 10:49 UTC (permalink / raw) To: Riana Tauro; +Cc: intel-xe [-- Attachment #1: Type: text/plain, Size: 1925 bytes --] == Series Details == Series: Redesign survivability mode URL : https://patchwork.freedesktop.org/series/157425/ State : success == Summary == CI Bug Log - changes from xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c_BAT -> xe-pw-157425v1_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (13 -> 13) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in xe-pw-157425v1_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_flip@basic-plain-flip@b-edp1: - bat-adlp-7: [PASS][1] -> [DMESG-WARN][2] ([Intel XE#4543]) +1 other test dmesg-warn [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/bat-adlp-7/igt@kms_flip@basic-plain-flip@b-edp1.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/bat-adlp-7/igt@kms_flip@basic-plain-flip@b-edp1.html * igt@xe_waitfence@reltime: - bat-dg2-oem2: [PASS][3] -> [FAIL][4] ([Intel XE#6520]) [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/bat-dg2-oem2/igt@xe_waitfence@reltime.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/bat-dg2-oem2/igt@xe_waitfence@reltime.html [Intel XE#4543]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4543 [Intel XE#6520]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6520 Build changes ------------- * IGT: IGT_8620 -> IGT_8621 * Linux: xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c -> xe-pw-157425v1 IGT_8620: 8620 IGT_8621: 8621 xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c: f2a06cc6e63a449c2074f95c7a61b18f6326769c xe-pw-157425v1: 157425v1 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/index.html [-- Attachment #2: Type: text/html, Size: 2538 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* ✗ Xe.CI.Full: failure for Redesign survivability mode 2025-11-12 10:33 [PATCH 0/2] Redesign survivability mode Riana Tauro ` (3 preceding siblings ...) 2025-11-12 10:49 ` ✓ Xe.CI.BAT: success for Redesign survivability mode Patchwork @ 2025-11-12 12:31 ` Patchwork 4 siblings, 0 replies; 13+ messages in thread From: Patchwork @ 2025-11-12 12:31 UTC (permalink / raw) To: Riana Tauro; +Cc: intel-xe [-- Attachment #1: Type: text/plain, Size: 68552 bytes --] == Series Details == Series: Redesign survivability mode URL : https://patchwork.freedesktop.org/series/157425/ State : failure == Summary == CI Bug Log - changes from xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c_FULL -> xe-pw-157425v1_FULL ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with xe-pw-157425v1_FULL absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in xe-pw-157425v1_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-157425v1_FULL: ### IGT changes ### #### Possible regressions #### * igt@core_hotunplug@hotreplug-lateclose: - shard-dg2-set2: [PASS][1] -> [ABORT][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-dg2-434/igt@core_hotunplug@hotreplug-lateclose.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-463/igt@core_hotunplug@hotreplug-lateclose.html * igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_video_enhance0: - shard-lnl: [PASS][3] -> [FAIL][4] +2 other tests fail [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-lnl-5/igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_video_enhance0.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-7/igt@xe_pmu@engine-activity-accuracy-90@engine-drm_xe_engine_class_video_enhance0.html #### Warnings #### * igt@kms_joiner@basic-max-non-joiner: - shard-bmg: [SKIP][5] ([Intel XE#4298]) -> [SKIP][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-4/igt@kms_joiner@basic-max-non-joiner.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-1/igt@kms_joiner@basic-max-non-joiner.html Known issues ------------ Here are the changes found in xe-pw-157425v1_FULL that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_atomic_transition@plane-toggle-modeset-transition: - shard-adlp: [PASS][7] -> [FAIL][8] ([Intel XE#3908]) +1 other test fail [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-1/igt@kms_atomic_transition@plane-toggle-modeset-transition.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-8/igt@kms_atomic_transition@plane-toggle-modeset-transition.html * igt@kms_big_fb@linear-16bpp-rotate-270: - shard-dg2-set2: NOTRUN -> [SKIP][9] ([Intel XE#316]) +1 other test skip [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-436/igt@kms_big_fb@linear-16bpp-rotate-270.html - shard-lnl: NOTRUN -> [SKIP][10] ([Intel XE#1407]) +1 other test skip [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-8/igt@kms_big_fb@linear-16bpp-rotate-270.html - shard-adlp: NOTRUN -> [SKIP][11] ([Intel XE#316]) [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-3/igt@kms_big_fb@linear-16bpp-rotate-270.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#2327]) +2 other tests skip [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-6/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-adlp: [PASS][13] -> [DMESG-FAIL][14] ([Intel XE#4543]) +10 other tests dmesg-fail [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-180: - shard-dg2-set2: NOTRUN -> [SKIP][15] ([Intel XE#1124]) +1 other test skip [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-433/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html - shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#1124]) +3 other tests skip [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-3/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-adlp: NOTRUN -> [SKIP][17] ([Intel XE#1124]) +2 other tests skip [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-1/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#1124]) +1 other test skip [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-8/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_bw@linear-tiling-2-displays-1920x1080p: - shard-adlp: NOTRUN -> [SKIP][19] ([Intel XE#367]) [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-9/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html - shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#367]) [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-5/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html - shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#367]) [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-432/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html - shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#367]) [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-7/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc: - shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#2887]) +3 other tests skip [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-4/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc.html * igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-1: - shard-adlp: NOTRUN -> [SKIP][24] ([Intel XE#455] / [Intel XE#787]) +7 other tests skip [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-2/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4: - shard-dg2-set2: [PASS][25] -> [INCOMPLETE][26] ([Intel XE#3862]) +1 other test incomplete [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-dg2-433/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-433/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs: - shard-adlp: NOTRUN -> [SKIP][27] ([Intel XE#3442]) [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-1/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html - shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#3442]) [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-464/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-a-dp-2: - shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#2652] / [Intel XE#787]) +16 other tests skip [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-a-dp-2.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc: - shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#3432]) [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs: - shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#2887]) +5 other tests skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-3/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-b-hdmi-a-1: - shard-adlp: NOTRUN -> [SKIP][32] ([Intel XE#787]) +11 other tests skip [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-9/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-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][33] ([Intel XE#455] / [Intel XE#787]) +3 other tests skip [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-433/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-4.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][34] ([Intel XE#787]) +13 other tests skip [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-433/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][35] ([Intel XE#2705] / [Intel XE#4212] / [Intel XE#4345]) [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][36] ([Intel XE#2705] / [Intel XE#4212]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4.html * igt@kms_chamelium_color@ctm-green-to-red: - shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#306]) [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-5/igt@kms_chamelium_color@ctm-green-to-red.html * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend: - shard-dg2-set2: NOTRUN -> [SKIP][38] ([Intel XE#373]) [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-434/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html * igt@kms_chamelium_edid@hdmi-mode-timings: - shard-lnl: NOTRUN -> [SKIP][39] ([Intel XE#373]) +1 other test skip [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-2/igt@kms_chamelium_edid@hdmi-mode-timings.html * igt@kms_chamelium_hpd@dp-hpd-after-suspend: - shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#2252]) [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-7/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html * igt@kms_content_protection@atomic: - shard-adlp: NOTRUN -> [SKIP][41] ([Intel XE#455]) +5 other tests skip [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-9/igt@kms_content_protection@atomic.html - shard-bmg: NOTRUN -> [FAIL][42] ([Intel XE#1178]) +1 other test fail [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-5/igt@kms_content_protection@atomic.html - shard-dg2-set2: NOTRUN -> [FAIL][43] ([Intel XE#1178]) +1 other test fail [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-432/igt@kms_content_protection@atomic.html - shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#3278]) [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-7/igt@kms_content_protection@atomic.html * igt@kms_cursor_crc@cursor-random-256x85: - shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#2320]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-4/igt@kms_cursor_crc@cursor-random-256x85.html * igt@kms_cursor_crc@cursor-rapid-movement-256x85: - shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#1424]) +1 other test skip [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-8/igt@kms_cursor_crc@cursor-rapid-movement-256x85.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions: - shard-lnl: NOTRUN -> [SKIP][47] ([Intel XE#309]) [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic: - shard-bmg: [PASS][48] -> [SKIP][49] ([Intel XE#2291]) +4 other tests skip [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#1508]) [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-1/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_dp_aux_dev: - shard-bmg: [PASS][51] -> [SKIP][52] ([Intel XE#3009]) [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-1/igt@kms_dp_aux_dev.html [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-6/igt@kms_dp_aux_dev.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-adlp: NOTRUN -> [SKIP][53] ([Intel XE#4331]) [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-2/igt@kms_dp_linktrain_fallback@dp-fallback.html - shard-lnl: NOTRUN -> [SKIP][54] ([Intel XE#4294]) [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-8/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg2-set2: NOTRUN -> [SKIP][55] ([Intel XE#455]) +3 other tests skip [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-463/igt@kms_dsc@dsc-with-bpc-formats.html - shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#2244]) [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-5/igt@kms_dsc@dsc-with-bpc-formats.html - shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#2244]) [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-1/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_feature_discovery@display-4x: - shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#1138]) [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-7/igt@kms_feature_discovery@display-4x.html * igt@kms_flip@2x-flip-vs-modeset-vs-hang: - shard-bmg: [PASS][59] -> [SKIP][60] ([Intel XE#2316]) +2 other tests skip [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-4/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-6/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html * igt@kms_flip@2x-modeset-vs-vblank-race: - shard-adlp: NOTRUN -> [SKIP][61] ([Intel XE#310]) +1 other test skip [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-4/igt@kms_flip@2x-modeset-vs-vblank-race.html - shard-lnl: NOTRUN -> [SKIP][62] ([Intel XE#1421]) +1 other test skip [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-2/igt@kms_flip@2x-modeset-vs-vblank-race.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-dg2-set2: [PASS][63] -> [INCOMPLETE][64] ([Intel XE#2049] / [Intel XE#2597]) +3 other tests incomplete [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-dg2-435/igt@kms_flip@flip-vs-suspend-interruptible.html [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-433/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip@flip-vs-suspend@d-hdmi-a1: - shard-adlp: [PASS][65] -> [DMESG-WARN][66] ([Intel XE#2953] / [Intel XE#4173]) +1 other test dmesg-warn [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-4/igt@kms_flip@flip-vs-suspend@d-hdmi-a1.html [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-4/igt@kms_flip@flip-vs-suspend@d-hdmi-a1.html * igt@kms_flip@plain-flip-interruptible@b-hdmi-a1: - shard-adlp: [PASS][67] -> [DMESG-WARN][68] ([Intel XE#4543]) +10 other tests dmesg-warn [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-1/igt@kms_flip@plain-flip-interruptible@b-hdmi-a1.html [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-3/igt@kms_flip@plain-flip-interruptible@b-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling: - shard-lnl: NOTRUN -> [SKIP][69] ([Intel XE#1401] / [Intel XE#1745]) +2 other tests skip [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling: - shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#2293] / [Intel XE#2380]) [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-valid-mode: - shard-bmg: NOTRUN -> [SKIP][71] ([Intel XE#2293]) [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][72] ([Intel XE#1401]) +2 other tests skip [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-blt: - shard-lnl: NOTRUN -> [SKIP][73] ([Intel XE#651]) +1 other test skip [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-8/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen: - shard-dg2-set2: NOTRUN -> [SKIP][74] ([Intel XE#651]) +5 other tests skip [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt: - shard-bmg: NOTRUN -> [SKIP][75] ([Intel XE#5390]) +4 other tests skip [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-indfb-draw-render: - shard-adlp: NOTRUN -> [SKIP][76] ([Intel XE#651]) +1 other test skip [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-2/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-draw-render: - shard-adlp: NOTRUN -> [SKIP][77] ([Intel XE#656]) +8 other tests skip [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-draw-render.html - shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#2311]) +6 other tests skip [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt: - shard-dg2-set2: NOTRUN -> [SKIP][79] ([Intel XE#653]) +6 other tests skip [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt: - shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#2312]) +1 other test skip [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#656]) +12 other tests skip [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc: - shard-adlp: NOTRUN -> [SKIP][82] ([Intel XE#653]) +1 other test skip [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-1/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html - shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#2313]) +4 other tests skip [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html * igt@kms_hdr@invalid-hdr: - shard-dg2-set2: [PASS][84] -> [SKIP][85] ([Intel XE#455]) [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-dg2-463/igt@kms_hdr@invalid-hdr.html [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-464/igt@kms_hdr@invalid-hdr.html * igt@kms_hdr@static-toggle: - shard-lnl: NOTRUN -> [SKIP][86] ([Intel XE#1503]) [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-2/igt@kms_hdr@static-toggle.html * igt@kms_joiner@basic-ultra-joiner: - shard-bmg: NOTRUN -> [SKIP][87] ([Intel XE#2927]) [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-2/igt@kms_joiner@basic-ultra-joiner.html - shard-dg2-set2: NOTRUN -> [SKIP][88] ([Intel XE#2925] / [Intel XE#2927]) [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-436/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-bmg: [PASS][89] -> [SKIP][90] ([Intel XE#3012]) [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-1/igt@kms_joiner@invalid-modeset-force-big-joiner.html [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner: - shard-adlp: NOTRUN -> [SKIP][91] ([Intel XE#2925]) [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-6/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html - shard-dg2-set2: NOTRUN -> [SKIP][92] ([Intel XE#2925]) [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-434/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html - shard-lnl: NOTRUN -> [SKIP][93] ([Intel XE#2925]) [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-3/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html * igt@kms_plane_multiple@2x-tiling-yf: - shard-adlp: NOTRUN -> [SKIP][94] ([Intel XE#4596]) [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-3/igt@kms_plane_multiple@2x-tiling-yf.html - shard-bmg: NOTRUN -> [SKIP][95] ([Intel XE#5021]) [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-2/igt@kms_plane_multiple@2x-tiling-yf.html - shard-dg2-set2: NOTRUN -> [SKIP][96] ([Intel XE#5021]) [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-436/igt@kms_plane_multiple@2x-tiling-yf.html - shard-lnl: NOTRUN -> [SKIP][97] ([Intel XE#4596]) [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-8/igt@kms_plane_multiple@2x-tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size: - shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#3307]) [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-4/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_pm_backlight@basic-brightness: - shard-adlp: NOTRUN -> [SKIP][99] ([Intel XE#870]) [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-6/igt@kms_pm_backlight@basic-brightness.html - shard-bmg: NOTRUN -> [SKIP][100] ([Intel XE#870]) [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-6/igt@kms_pm_backlight@basic-brightness.html - shard-dg2-set2: NOTRUN -> [SKIP][101] ([Intel XE#870]) [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-432/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_dc@dc5-dpms: - shard-lnl: [PASS][102] -> [FAIL][103] ([Intel XE#718]) [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-lnl-1/igt@kms_pm_dc@dc5-dpms.html [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-3/igt@kms_pm_dc@dc5-dpms.html * igt@kms_pm_rpm@dpms-lpsp: - shard-bmg: NOTRUN -> [SKIP][104] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836]) [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-6/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf: - shard-bmg: NOTRUN -> [SKIP][105] ([Intel XE#1406] / [Intel XE#1489]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-8/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area: - shard-adlp: NOTRUN -> [SKIP][106] ([Intel XE#1406] / [Intel XE#1489]) [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-9/igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area.html - shard-dg2-set2: NOTRUN -> [SKIP][107] ([Intel XE#1406] / [Intel XE#1489]) [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-433/igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area.html - shard-lnl: NOTRUN -> [SKIP][108] ([Intel XE#1406] / [Intel XE#2893]) [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-4/igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area.html * igt@kms_psr@fbc-pr-cursor-plane-move: - shard-dg2-set2: NOTRUN -> [SKIP][109] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +1 other test skip [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-434/igt@kms_psr@fbc-pr-cursor-plane-move.html * igt@kms_psr@fbc-pr-sprite-render: - shard-adlp: NOTRUN -> [SKIP][110] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +2 other tests skip [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-1/igt@kms_psr@fbc-pr-sprite-render.html - shard-lnl: NOTRUN -> [SKIP][111] ([Intel XE#1406]) +2 other tests skip [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-8/igt@kms_psr@fbc-pr-sprite-render.html * igt@kms_psr@fbc-psr2-basic@edp-1: - shard-lnl: NOTRUN -> [SKIP][112] ([Intel XE#1406] / [Intel XE#4609]) [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-2/igt@kms_psr@fbc-psr2-basic@edp-1.html * igt@kms_psr@pr-suspend: - shard-bmg: NOTRUN -> [SKIP][113] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +2 other tests skip [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-8/igt@kms_psr@pr-suspend.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-lnl: NOTRUN -> [SKIP][114] ([Intel XE#1127]) [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_vblank@ts-continuation-suspend: - shard-adlp: [PASS][115] -> [INCOMPLETE][116] ([Intel XE#4488]) +1 other test incomplete [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-3/igt@kms_vblank@ts-continuation-suspend.html [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-8/igt@kms_vblank@ts-continuation-suspend.html * igt@xe_compute_preempt@compute-preempt-many-vram: - shard-adlp: NOTRUN -> [SKIP][117] ([Intel XE#5191]) [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-8/igt@xe_compute_preempt@compute-preempt-many-vram.html - shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#6360]) [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-432/igt@xe_compute_preempt@compute-preempt-many-vram.html - shard-lnl: NOTRUN -> [SKIP][119] ([Intel XE#5191]) [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-7/igt@xe_compute_preempt@compute-preempt-many-vram.html * igt@xe_copy_basic@mem-set-linear-0x369: - shard-adlp: NOTRUN -> [SKIP][120] ([Intel XE#1126]) [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-3/igt@xe_copy_basic@mem-set-linear-0x369.html - shard-dg2-set2: NOTRUN -> [SKIP][121] ([Intel XE#1126]) [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-434/igt@xe_copy_basic@mem-set-linear-0x369.html * igt@xe_eu_stall@invalid-sampling-rate: - shard-dg2-set2: NOTRUN -> [SKIP][122] ([Intel XE#5626]) [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-464/igt@xe_eu_stall@invalid-sampling-rate.html * igt@xe_eudebug@attach-debug-metadata: - shard-adlp: NOTRUN -> [SKIP][123] ([Intel XE#4837] / [Intel XE#5565]) +2 other tests skip [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-3/igt@xe_eudebug@attach-debug-metadata.html * igt@xe_eudebug@basic-vm-access-parameters: - shard-dg2-set2: NOTRUN -> [SKIP][124] ([Intel XE#4837]) +4 other tests skip [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-433/igt@xe_eudebug@basic-vm-access-parameters.html * igt@xe_eudebug_online@stopped-thread: - shard-bmg: NOTRUN -> [SKIP][125] ([Intel XE#4837]) +3 other tests skip [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-4/igt@xe_eudebug_online@stopped-thread.html * igt@xe_eudebug_online@writes-caching-sram-bb-sram-target-sram: - shard-lnl: NOTRUN -> [SKIP][126] ([Intel XE#4837]) +5 other tests skip [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-4/igt@xe_eudebug_online@writes-caching-sram-bb-sram-target-sram.html * igt@xe_evict@evict-beng-threads-large: - shard-adlp: NOTRUN -> [SKIP][127] ([Intel XE#261]) [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-9/igt@xe_evict@evict-beng-threads-large.html * igt@xe_evict@evict-threads-small: - shard-adlp: NOTRUN -> [SKIP][128] ([Intel XE#261] / [Intel XE#688]) [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-4/igt@xe_evict@evict-threads-small.html - shard-lnl: NOTRUN -> [SKIP][129] ([Intel XE#688]) +2 other tests skip [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-2/igt@xe_evict@evict-threads-small.html * igt@xe_evict_ccs@evict-overcommit-standalone-nofree-reopen: - shard-adlp: NOTRUN -> [SKIP][130] ([Intel XE#688]) [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-1/igt@xe_evict_ccs@evict-overcommit-standalone-nofree-reopen.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-rebind: - shard-adlp: NOTRUN -> [SKIP][131] ([Intel XE#1392] / [Intel XE#5575]) +2 other tests skip [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-8/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-rebind.html * igt@xe_exec_basic@multigpu-once-bindexecqueue: - shard-lnl: NOTRUN -> [SKIP][132] ([Intel XE#1392]) +3 other tests skip [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-4/igt@xe_exec_basic@multigpu-once-bindexecqueue.html * igt@xe_exec_basic@multigpu-once-null-rebind: - shard-bmg: NOTRUN -> [SKIP][133] ([Intel XE#2322]) +2 other tests skip [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-8/igt@xe_exec_basic@multigpu-once-null-rebind.html * igt@xe_exec_fault_mode@invalid-va-scratch-nopagefault: - shard-adlp: NOTRUN -> [SKIP][134] ([Intel XE#288] / [Intel XE#5561]) +6 other tests skip [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-9/igt@xe_exec_fault_mode@invalid-va-scratch-nopagefault.html * igt@xe_exec_fault_mode@twice-userptr-rebind-imm: - shard-dg2-set2: NOTRUN -> [SKIP][135] ([Intel XE#288]) +7 other tests skip [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-436/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html * igt@xe_exec_system_allocator@many-64k-mmap-mlock-nomemset: - shard-dg2-set2: NOTRUN -> [SKIP][136] ([Intel XE#4915]) +106 other tests skip [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-434/igt@xe_exec_system_allocator@many-64k-mmap-mlock-nomemset.html * igt@xe_exec_system_allocator@many-large-execqueues-malloc-mlock: - shard-adlp: NOTRUN -> [SKIP][137] ([Intel XE#4915]) +72 other tests skip [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-9/igt@xe_exec_system_allocator@many-large-execqueues-malloc-mlock.html * igt@xe_exec_system_allocator@once-large-malloc-prefetch-madvise: - shard-lnl: NOTRUN -> [WARN][138] ([Intel XE#5786]) +1 other test warn [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-8/igt@xe_exec_system_allocator@once-large-malloc-prefetch-madvise.html * igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma: - shard-lnl: [PASS][139] -> [FAIL][140] ([Intel XE#5625]) [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-lnl-3/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma.html [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-3/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma.html * igt@xe_exec_system_allocator@process-many-mmap-prefetch: - shard-bmg: [PASS][141] -> [WARN][142] ([Intel XE#5786]) [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-4/igt@xe_exec_system_allocator@process-many-mmap-prefetch.html [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-4/igt@xe_exec_system_allocator@process-many-mmap-prefetch.html * igt@xe_exec_system_allocator@process-many-stride-mmap-new-huge-nomemset: - shard-bmg: NOTRUN -> [SKIP][143] ([Intel XE#4943]) +1 other test skip [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-6/igt@xe_exec_system_allocator@process-many-stride-mmap-new-huge-nomemset.html * igt@xe_exec_system_allocator@threads-shared-vm-many-mmap-huge-nomemset: - shard-lnl: NOTRUN -> [SKIP][144] ([Intel XE#4943]) +2 other tests skip [144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-2/igt@xe_exec_system_allocator@threads-shared-vm-many-mmap-huge-nomemset.html * igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv: - shard-bmg: NOTRUN -> [ABORT][145] ([Intel XE#5466] / [Intel XE#5530]) [145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-2/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html * igt@xe_mmap@pci-membarrier-bad-pagesize: - shard-lnl: NOTRUN -> [SKIP][146] ([Intel XE#5100]) [146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-3/igt@xe_mmap@pci-membarrier-bad-pagesize.html - shard-adlp: NOTRUN -> [SKIP][147] ([Intel XE#5100]) [147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-3/igt@xe_mmap@pci-membarrier-bad-pagesize.html * igt@xe_oa@oa-unit-exclusive-stream-sample-oa: - shard-dg2-set2: NOTRUN -> [SKIP][148] ([Intel XE#3573]) +3 other tests skip [148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-464/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html * igt@xe_oa@rc6-disable: - shard-adlp: NOTRUN -> [SKIP][149] ([Intel XE#3573]) +1 other test skip [149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-2/igt@xe_oa@rc6-disable.html * igt@xe_pat@pat-index-xe2: - shard-dg2-set2: NOTRUN -> [SKIP][150] ([Intel XE#977]) [150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-433/igt@xe_pat@pat-index-xe2.html * igt@xe_pm@d3cold-mmap-system: - shard-lnl: NOTRUN -> [SKIP][151] ([Intel XE#2284] / [Intel XE#366]) [151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-8/igt@xe_pm@d3cold-mmap-system.html * igt@xe_pm@s2idle-vm-bind-prefetch: - shard-adlp: [PASS][152] -> [DMESG-WARN][153] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#4504]) [152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-6/igt@xe_pm@s2idle-vm-bind-prefetch.html [153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-8/igt@xe_pm@s2idle-vm-bind-prefetch.html * igt@xe_pmu@engine-activity-accuracy-90: - shard-lnl: [PASS][154] -> [FAIL][155] ([Intel XE#6251]) +2 other tests fail [154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-lnl-5/igt@xe_pmu@engine-activity-accuracy-90.html [155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-7/igt@xe_pmu@engine-activity-accuracy-90.html * igt@xe_query@multigpu-query-uc-fw-version-guc: - shard-bmg: NOTRUN -> [SKIP][156] ([Intel XE#944]) [156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-4/igt@xe_query@multigpu-query-uc-fw-version-guc.html * igt@xe_sriov_auto_provisioning@exclusive-ranges: - shard-dg2-set2: NOTRUN -> [SKIP][157] ([Intel XE#4130]) +1 other test skip [157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-435/igt@xe_sriov_auto_provisioning@exclusive-ranges.html - shard-lnl: NOTRUN -> [SKIP][158] ([Intel XE#4130]) [158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-4/igt@xe_sriov_auto_provisioning@exclusive-ranges.html #### Possible fixes #### * igt@kms_async_flips@async-flip-with-page-flip-events-linear@pipe-c-edp-1: - shard-lnl: [FAIL][159] ([Intel XE#5993]) -> [PASS][160] +2 other tests pass [159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-lnl-8/igt@kms_async_flips@async-flip-with-page-flip-events-linear@pipe-c-edp-1.html [160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-2/igt@kms_async_flips@async-flip-with-page-flip-events-linear@pipe-c-edp-1.html * igt@kms_async_flips@crc-atomic@pipe-d-hdmi-a-1: - shard-adlp: [FAIL][161] ([Intel XE#3884]) -> [PASS][162] +1 other test pass [161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-2/igt@kms_async_flips@crc-atomic@pipe-d-hdmi-a-1.html [162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-6/igt@kms_async_flips@crc-atomic@pipe-d-hdmi-a-1.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-adlp: [DMESG-FAIL][163] ([Intel XE#4543]) -> [PASS][164] +13 other tests pass [163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_color@legacy-gamma-reset: - shard-adlp: [DMESG-WARN][165] ([Intel XE#2953] / [Intel XE#4173]) -> [PASS][166] +5 other tests pass [165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-8/igt@kms_color@legacy-gamma-reset.html [166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-9/igt@kms_color@legacy-gamma-reset.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size: - shard-bmg: [SKIP][167] ([Intel XE#2291]) -> [PASS][168] +1 other test pass [167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html [168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html * igt@kms_display_modes@extended-mode-basic: - shard-bmg: [SKIP][169] ([Intel XE#4302]) -> [PASS][170] [169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-6/igt@kms_display_modes@extended-mode-basic.html [170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-7/igt@kms_display_modes@extended-mode-basic.html * igt@kms_flip@2x-flip-vs-panning-vs-hang: - shard-bmg: [SKIP][171] ([Intel XE#2316]) -> [PASS][172] +2 other tests pass [171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-6/igt@kms_flip@2x-flip-vs-panning-vs-hang.html [172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-8/igt@kms_flip@2x-flip-vs-panning-vs-hang.html * igt@kms_flip@2x-flip-vs-suspend@bc-hdmi-a6-dp4: - shard-dg2-set2: [INCOMPLETE][173] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][174] +1 other test pass [173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-dg2-435/igt@kms_flip@2x-flip-vs-suspend@bc-hdmi-a6-dp4.html [174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-434/igt@kms_flip@2x-flip-vs-suspend@bc-hdmi-a6-dp4.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1: - shard-lnl: [FAIL][175] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][176] +1 other test pass [175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html [176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html * igt@kms_flip@flip-vs-rmfb-interruptible: - shard-adlp: [DMESG-WARN][177] ([Intel XE#4543] / [Intel XE#5208]) -> [PASS][178] [177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-4/igt@kms_flip@flip-vs-rmfb-interruptible.html [178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-4/igt@kms_flip@flip-vs-rmfb-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-adlp: [DMESG-WARN][179] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#4543]) -> [PASS][180] +1 other test pass [179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-9/igt@kms_flip@flip-vs-suspend-interruptible.html [180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-9/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip@flip-vs-suspend@b-hdmi-a1: - shard-adlp: [DMESG-WARN][181] ([Intel XE#4543]) -> [PASS][182] +14 other tests pass [181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-4/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html [182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-4/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html * igt@kms_hdr@invalid-hdr: - shard-bmg: [SKIP][183] ([Intel XE#1503]) -> [PASS][184] [183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-5/igt@kms_hdr@invalid-hdr.html [184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-7/igt@kms_hdr@invalid-hdr.html * igt@kms_setmode@clone-exclusive-crtc: - shard-bmg: [SKIP][185] ([Intel XE#1435]) -> [PASS][186] [185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-6/igt@kms_setmode@clone-exclusive-crtc.html [186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-2/igt@kms_setmode@clone-exclusive-crtc.html * igt@xe_evict@evict-beng-mixed-many-threads-small: - shard-bmg: [INCOMPLETE][187] ([Intel XE#6321]) -> [PASS][188] [187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-8/igt@xe_evict@evict-beng-mixed-many-threads-small.html [188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-1/igt@xe_evict@evict-beng-mixed-many-threads-small.html * igt@xe_oa@non-zero-reason-all: - shard-lnl: [FAIL][189] -> [PASS][190] +1 other test pass [189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-lnl-7/igt@xe_oa@non-zero-reason-all.html [190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-1/igt@xe_oa@non-zero-reason-all.html * igt@xe_pm@s2idle-vm-bind-unbind-all: - shard-adlp: [DMESG-WARN][191] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#4504]) -> [PASS][192] [191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-2/igt@xe_pm@s2idle-vm-bind-unbind-all.html [192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-9/igt@xe_pm@s2idle-vm-bind-unbind-all.html * igt@xe_pmu@gt-c6-idle: - shard-dg2-set2: [FAIL][193] ([Intel XE#6366]) -> [PASS][194] [193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-dg2-466/igt@xe_pmu@gt-c6-idle.html [194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-466/igt@xe_pmu@gt-c6-idle.html * igt@xe_pmu@gt-frequency: - shard-dg2-set2: [FAIL][195] ([Intel XE#5166]) -> [PASS][196] +1 other test pass [195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-dg2-436/igt@xe_pmu@gt-frequency.html [196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-432/igt@xe_pmu@gt-frequency.html * igt@xe_sriov_scheduling@nonpreempt-engine-resets@numvfs-random: - shard-adlp: [DMESG-FAIL][197] ([Intel XE#3868] / [Intel XE#5213]) -> [PASS][198] +1 other test pass [197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-3/igt@xe_sriov_scheduling@nonpreempt-engine-resets@numvfs-random.html [198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-4/igt@xe_sriov_scheduling@nonpreempt-engine-resets@numvfs-random.html #### Warnings #### * igt@kms_big_fb@y-tiled-64bpp-rotate-0: - shard-adlp: [DMESG-FAIL][199] ([Intel XE#4543]) -> [DMESG-FAIL][200] ([Intel XE#2953] / [Intel XE#4173] / [Intel XE#4543]) [199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-4/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html [200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-9/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html * igt@kms_content_protection@uevent: - shard-bmg: [FAIL][201] ([Intel XE#1188]) -> [SKIP][202] ([Intel XE#2341]) [201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-1/igt@kms_content_protection@uevent.html [202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-6/igt@kms_content_protection@uevent.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic: - shard-bmg: [FAIL][203] ([Intel XE#4633]) -> [FAIL][204] ([Intel XE#1475]) [203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html [204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-1/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html * igt@kms_flip@flip-vs-suspend: - shard-adlp: [DMESG-WARN][205] ([Intel XE#4543]) -> [DMESG-WARN][206] ([Intel XE#2953] / [Intel XE#4173]) [205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-4/igt@kms_flip@flip-vs-suspend.html [206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-4/igt@kms_flip@flip-vs-suspend.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-blt: - shard-bmg: [SKIP][207] ([Intel XE#2312]) -> [SKIP][208] ([Intel XE#2311]) +7 other tests skip [207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-blt.html [208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-bmg: [SKIP][209] ([Intel XE#2311]) -> [SKIP][210] ([Intel XE#2312]) +9 other tests skip [209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-mmap-wc.html [210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-bmg: [SKIP][211] ([Intel XE#2312]) -> [SKIP][212] ([Intel XE#5390]) +2 other tests skip [211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html [212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: - shard-bmg: [SKIP][213] ([Intel XE#5390]) -> [SKIP][214] ([Intel XE#2312]) +5 other tests skip [213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html [214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render: - shard-bmg: [SKIP][215] ([Intel XE#2313]) -> [SKIP][216] ([Intel XE#2312]) +9 other tests skip [215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html [216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt: - shard-bmg: [SKIP][217] ([Intel XE#2312]) -> [SKIP][218] ([Intel XE#2313]) +10 other tests skip [217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html [218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html * igt@kms_hdr@brightness-with-hdr: - shard-bmg: [SKIP][219] ([Intel XE#3544]) -> [SKIP][220] ([Intel XE#3374] / [Intel XE#3544]) [219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-bmg-5/igt@kms_hdr@brightness-with-hdr.html [220]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-bmg-8/igt@kms_hdr@brightness-with-hdr.html * igt@kms_joiner@basic-big-joiner: - shard-adlp: [SKIP][221] ([Intel XE#346]) -> [SKIP][222] ([Intel XE#2925] / [Intel XE#346]) +1 other test skip [221]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-9/igt@kms_joiner@basic-big-joiner.html [222]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-2/igt@kms_joiner@basic-big-joiner.html - shard-dg2-set2: [SKIP][223] ([Intel XE#346]) -> [SKIP][224] ([Intel XE#2925] / [Intel XE#346]) +1 other test skip [223]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-dg2-432/igt@kms_joiner@basic-big-joiner.html [224]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-466/igt@kms_joiner@basic-big-joiner.html - shard-lnl: [SKIP][225] ([Intel XE#346]) -> [SKIP][226] ([Intel XE#2925] / [Intel XE#346]) +1 other test skip [225]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-lnl-5/igt@kms_joiner@basic-big-joiner.html [226]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-1/igt@kms_joiner@basic-big-joiner.html * igt@kms_joiner@basic-max-non-joiner: - shard-dg2-set2: [SKIP][227] ([Intel XE#4298]) -> [SKIP][228] ([Intel XE#2925]) [227]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-dg2-463/igt@kms_joiner@basic-max-non-joiner.html [228]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-432/igt@kms_joiner@basic-max-non-joiner.html - shard-lnl: [SKIP][229] ([Intel XE#4298]) -> [SKIP][230] ([Intel XE#2925]) [229]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-lnl-1/igt@kms_joiner@basic-max-non-joiner.html [230]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-2/igt@kms_joiner@basic-max-non-joiner.html - shard-adlp: [SKIP][231] ([Intel XE#4298]) -> [SKIP][232] ([Intel XE#2925]) [231]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-2/igt@kms_joiner@basic-max-non-joiner.html [232]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-4/igt@kms_joiner@basic-max-non-joiner.html * igt@kms_joiner@basic-ultra-joiner: - shard-adlp: [SKIP][233] ([Intel XE#2927]) -> [SKIP][234] ([Intel XE#2925] / [Intel XE#2927]) +1 other test skip [233]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-9/igt@kms_joiner@basic-ultra-joiner.html [234]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-3/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-adlp: [SKIP][235] ([Intel XE#3012]) -> [SKIP][236] ([Intel XE#2925] / [Intel XE#3012]) +1 other test skip [235]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-4/igt@kms_joiner@invalid-modeset-force-big-joiner.html [236]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-2/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_joiner@invalid-modeset-ultra-joiner: - shard-dg2-set2: [SKIP][237] ([Intel XE#2927]) -> [SKIP][238] ([Intel XE#2925] / [Intel XE#2927]) [237]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-dg2-466/igt@kms_joiner@invalid-modeset-ultra-joiner.html [238]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-dg2-432/igt@kms_joiner@invalid-modeset-ultra-joiner.html - shard-lnl: [SKIP][239] ([Intel XE#2927]) -> [SKIP][240] ([Intel XE#2925] / [Intel XE#2927]) +1 other test skip [239]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-lnl-1/igt@kms_joiner@invalid-modeset-ultra-joiner.html [240]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-lnl-7/igt@kms_joiner@invalid-modeset-ultra-joiner.html * igt@kms_pm_dc@dc6-dpms: - shard-adlp: [DMESG-FAIL][241] ([Intel XE#2953] / [Intel XE#4173]) -> [FAIL][242] ([Intel XE#718]) [241]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-8/igt@kms_pm_dc@dc6-dpms.html [242]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-9/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-adlp: [SKIP][243] ([Intel XE#6070]) -> [SKIP][244] ([Intel XE#836]) [243]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-6/igt@kms_pm_rpm@modeset-non-lpsp-stress.html [244]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@xe_pmu@all-fn-engine-activity-load@engine-drm_xe_engine_class_render0: - shard-adlp: [TIMEOUT][245] ([Intel XE#5213] / [Intel XE#6421]) -> [TIMEOUT][246] ([Intel XE#5213]) +1 other test timeout [245]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c/shard-adlp-6/igt@xe_pmu@all-fn-engine-activity-load@engine-drm_xe_engine_class_render0.html [246]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/shard-adlp-8/igt@xe_pmu@all-fn-engine-activity-load@engine-drm_xe_engine_class_render0.html [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126 [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127 [Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138 [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178 [Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188 [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#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435 [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439 [Intel XE#1475]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [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#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745 [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#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [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#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#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316 [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327 [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#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#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#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925 [Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927 [Intel XE#2953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2953 [Intel XE#3009]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3009 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [Intel XE#3012]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309 [Intel XE#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310 [Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141 [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278 [Intel XE#3307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3307 [Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374 [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432 [Intel XE#3442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3442 [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346 [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544 [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573 [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#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#3908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3908 [Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130 [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#4294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4294 [Intel XE#4298]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298 [Intel XE#4302]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4302 [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#4488]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4488 [Intel XE#4504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4504 [Intel XE#4543]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4543 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596 [Intel XE#4609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4609 [Intel XE#4633]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4633 [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#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021 [Intel XE#5100]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5100 [Intel XE#5166]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5166 [Intel XE#5191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5191 [Intel XE#5208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5208 [Intel XE#5213]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5213 [Intel XE#5390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5390 [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#5561]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5561 [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#5625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5625 [Intel XE#5626]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5626 [Intel XE#5786]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5786 [Intel XE#5993]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5993 [Intel XE#6070]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6070 [Intel XE#6251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6251 [Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321 [Intel XE#6360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6360 [Intel XE#6366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6366 [Intel XE#6421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6421 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653 [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718 [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 [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977 Build changes ------------- * IGT: IGT_8620 -> IGT_8621 * Linux: xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c -> xe-pw-157425v1 IGT_8620: 8620 IGT_8621: 8621 xe-4089-f2a06cc6e63a449c2074f95c7a61b18f6326769c: f2a06cc6e63a449c2074f95c7a61b18f6326769c xe-pw-157425v1: 157425v1 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-157425v1/index.html [-- Attachment #2: Type: text/html, Size: 81697 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2025-11-20 14:25 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-11-12 10:33 [PATCH 0/2] Redesign survivability mode Riana Tauro 2025-11-12 10:12 ` ✓ CI.KUnit: success for " Patchwork 2025-11-12 10:33 ` [PATCH 1/2] drm/xe/xe_survivability: Redesign survivability mode sysfs entries Riana Tauro 2025-11-12 18:22 ` Rodrigo Vivi 2025-11-13 8:30 ` Riana Tauro 2025-11-12 10:33 ` [PATCH 2/2] drm/xe/xe_survivability: Add support for survivability mode v2 Riana Tauro 2025-11-12 18:20 ` Rodrigo Vivi 2025-11-13 8:26 ` Riana Tauro 2025-11-13 22:45 ` Rodrigo Vivi 2025-11-20 5:21 ` Riana Tauro 2025-11-20 14:25 ` Rodrigo Vivi 2025-11-12 10:49 ` ✓ Xe.CI.BAT: success for Redesign survivability mode Patchwork 2025-11-12 12:31 ` ✗ Xe.CI.Full: failure " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox