* ✓ CI.Patch_applied: success for drm/xe/guc: Request max GT freq during resume
2024-05-31 21:42 [PATCH] drm/xe/guc: Request max GT freq during resume Vinay Belgaumkar
@ 2024-05-31 21:49 ` Patchwork
2024-05-31 21:49 ` ✓ CI.checkpatch: " Patchwork
` (7 subsequent siblings)
8 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2024-05-31 21:49 UTC (permalink / raw)
To: Vinay Belgaumkar; +Cc: intel-xe
== Series Details ==
Series: drm/xe/guc: Request max GT freq during resume
URL : https://patchwork.freedesktop.org/series/134329/
State : success
== Summary ==
=== Applying kernel patches on branch 'drm-tip' with base: ===
Base commit: 692c2b764533 drm-tip: 2024y-05m-31d-20h-08m-21s UTC integration manifest
=== git am output follows ===
Applying: drm/xe/guc: Request max GT freq during resume
^ permalink raw reply [flat|nested] 13+ messages in thread* ✓ CI.checkpatch: success for drm/xe/guc: Request max GT freq during resume
2024-05-31 21:42 [PATCH] drm/xe/guc: Request max GT freq during resume Vinay Belgaumkar
2024-05-31 21:49 ` ✓ CI.Patch_applied: success for " Patchwork
@ 2024-05-31 21:49 ` Patchwork
2024-05-31 21:50 ` ✓ CI.KUnit: " Patchwork
` (6 subsequent siblings)
8 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2024-05-31 21:49 UTC (permalink / raw)
To: Vinay Belgaumkar; +Cc: intel-xe
== Series Details ==
Series: drm/xe/guc: Request max GT freq during resume
URL : https://patchwork.freedesktop.org/series/134329/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 3ec91bbd3336a00e13de77d592284f73c13e2577
Author: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
Date: Fri May 31 14:42:32 2024 -0700
drm/xe/guc: Request max GT freq during resume
We already request max freq in the load path, moving it
to __xe_guc_upload will ensure this speeds up GuC load in
the resume path as well.
Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
+ /mt/dim checkpatch 692c2b76453385a04b1eef40f3cdbc0097074f62 drm-intel
3ec91bbd3336 drm/xe/guc: Request max GT freq during resume
^ permalink raw reply [flat|nested] 13+ messages in thread* ✓ CI.KUnit: success for drm/xe/guc: Request max GT freq during resume
2024-05-31 21:42 [PATCH] drm/xe/guc: Request max GT freq during resume Vinay Belgaumkar
2024-05-31 21:49 ` ✓ CI.Patch_applied: success for " Patchwork
2024-05-31 21:49 ` ✓ CI.checkpatch: " Patchwork
@ 2024-05-31 21:50 ` Patchwork
2024-05-31 22:02 ` ✓ CI.Build: " Patchwork
` (5 subsequent siblings)
8 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2024-05-31 21:50 UTC (permalink / raw)
To: Vinay Belgaumkar; +Cc: intel-xe
== Series Details ==
Series: drm/xe/guc: Request max GT freq during resume
URL : https://patchwork.freedesktop.org/series/134329/
State : success
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[21:49:57] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[21:50:01] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make ARCH=um O=.kunit --jobs=48
../lib/iomap.c:156:5: warning: no previous prototype for ‘ioread64_lo_hi’ [-Wmissing-prototypes]
156 | u64 ioread64_lo_hi(const void __iomem *addr)
| ^~~~~~~~~~~~~~
../lib/iomap.c:163:5: warning: no previous prototype for ‘ioread64_hi_lo’ [-Wmissing-prototypes]
163 | u64 ioread64_hi_lo(const void __iomem *addr)
| ^~~~~~~~~~~~~~
../lib/iomap.c:170:5: warning: no previous prototype for ‘ioread64be_lo_hi’ [-Wmissing-prototypes]
170 | u64 ioread64be_lo_hi(const void __iomem *addr)
| ^~~~~~~~~~~~~~~~
../lib/iomap.c:178:5: warning: no previous prototype for ‘ioread64be_hi_lo’ [-Wmissing-prototypes]
178 | u64 ioread64be_hi_lo(const void __iomem *addr)
| ^~~~~~~~~~~~~~~~
../lib/iomap.c:264:6: warning: no previous prototype for ‘iowrite64_lo_hi’ [-Wmissing-prototypes]
264 | void iowrite64_lo_hi(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~
../lib/iomap.c:272:6: warning: no previous prototype for ‘iowrite64_hi_lo’ [-Wmissing-prototypes]
272 | void iowrite64_hi_lo(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~
../lib/iomap.c:280:6: warning: no previous prototype for ‘iowrite64be_lo_hi’ [-Wmissing-prototypes]
280 | void iowrite64be_lo_hi(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~~~
../lib/iomap.c:288:6: warning: no previous prototype for ‘iowrite64be_hi_lo’ [-Wmissing-prototypes]
288 | void iowrite64be_hi_lo(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~~~
[21:50:28] Starting KUnit Kernel (1/1)...
[21:50:28] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[21:50:28] =================== guc_dbm (7 subtests) ===================
[21:50:28] [PASSED] test_empty
[21:50:28] [PASSED] test_default
[21:50:28] ======================== test_size ========================
[21:50:28] [PASSED] 4
[21:50:28] [PASSED] 8
[21:50:28] [PASSED] 32
[21:50:28] [PASSED] 256
[21:50:28] ==================== [PASSED] test_size ====================
[21:50:28] ======================= test_reuse ========================
[21:50:28] [PASSED] 4
[21:50:28] [PASSED] 8
[21:50:28] [PASSED] 32
[21:50:28] [PASSED] 256
[21:50:28] =================== [PASSED] test_reuse ====================
[21:50:28] =================== test_range_overlap ====================
[21:50:28] [PASSED] 4
[21:50:28] [PASSED] 8
[21:50:28] [PASSED] 32
[21:50:28] [PASSED] 256
[21:50:28] =============== [PASSED] test_range_overlap ================
[21:50:28] =================== test_range_compact ====================
[21:50:28] [PASSED] 4
[21:50:28] [PASSED] 8
[21:50:28] [PASSED] 32
[21:50:28] [PASSED] 256
[21:50:28] =============== [PASSED] test_range_compact ================
[21:50:28] ==================== test_range_spare =====================
[21:50:28] [PASSED] 4
[21:50:28] [PASSED] 8
[21:50:28] [PASSED] 32
[21:50:28] [PASSED] 256
[21:50:28] ================ [PASSED] test_range_spare =================
[21:50:28] ===================== [PASSED] guc_dbm =====================
[21:50:28] =================== guc_idm (6 subtests) ===================
[21:50:28] [PASSED] bad_init
[21:50:28] [PASSED] no_init
[21:50:28] [PASSED] init_fini
[21:50:28] [PASSED] check_used
[21:50:28] [PASSED] check_quota
[21:50:28] [PASSED] check_all
[21:50:28] ===================== [PASSED] guc_idm =====================
[21:50:28] ================== no_relay (3 subtests) ===================
[21:50:28] [PASSED] xe_drops_guc2pf_if_not_ready
[21:50:28] [PASSED] xe_drops_guc2vf_if_not_ready
[21:50:28] [PASSED] xe_rejects_send_if_not_ready
[21:50:28] ==================== [PASSED] no_relay =====================
[21:50:28] ================== pf_relay (14 subtests) ==================
[21:50:28] [PASSED] pf_rejects_guc2pf_too_short
[21:50:28] [PASSED] pf_rejects_guc2pf_too_long
[21:50:28] [PASSED] pf_rejects_guc2pf_no_payload
[21:50:28] [PASSED] pf_fails_no_payload
[21:50:28] [PASSED] pf_fails_bad_origin
[21:50:28] [PASSED] pf_fails_bad_type
[21:50:28] [PASSED] pf_txn_reports_error
[21:50:28] [PASSED] pf_txn_sends_pf2guc
[21:50:28] [PASSED] pf_sends_pf2guc
[21:50:28] [SKIPPED] pf_loopback_nop
[21:50:28] [SKIPPED] pf_loopback_echo
[21:50:28] [SKIPPED] pf_loopback_fail
[21:50:28] [SKIPPED] pf_loopback_busy
[21:50:28] [SKIPPED] pf_loopback_retry
[21:50:28] ==================== [PASSED] pf_relay =====================
[21:50:28] ================== vf_relay (3 subtests) ===================
[21:50:28] [PASSED] vf_rejects_guc2vf_too_short
[21:50:28] [PASSED] vf_rejects_guc2vf_too_long
[21:50:28] [PASSED] vf_rejects_guc2vf_no_payload
[21:50:28] ==================== [PASSED] vf_relay =====================
[21:50:28] ================= pf_service (11 subtests) =================
[21:50:28] [PASSED] pf_negotiate_any
[21:50:28] [PASSED] pf_negotiate_base_match
[21:50:28] [PASSED] pf_negotiate_base_newer
[21:50:28] [PASSED] pf_negotiate_base_next
[21:50:28] [SKIPPED] pf_negotiate_base_older
[21:50:28] [PASSED] pf_negotiate_base_prev
[21:50:28] [PASSED] pf_negotiate_latest_match
[21:50:28] [PASSED] pf_negotiate_latest_newer
[21:50:28] [PASSED] pf_negotiate_latest_next
[21:50:28] [SKIPPED] pf_negotiate_latest_older
[21:50:28] [SKIPPED] pf_negotiate_latest_prev
[21:50:28] =================== [PASSED] pf_service ====================
[21:50:28] ===================== lmtt (1 subtest) =====================
[21:50:28] ======================== test_ops =========================
[21:50:28] [PASSED] 2-level
[21:50:28] [PASSED] multi-level
[21:50:28] ==================== [PASSED] test_ops =====================
[21:50:28] ====================== [PASSED] lmtt =======================
[21:50:28] ==================== xe_bo (2 subtests) ====================
[21:50:28] [SKIPPED] xe_ccs_migrate_kunit
[21:50:28] [SKIPPED] xe_bo_evict_kunit
[21:50:28] ===================== [SKIPPED] xe_bo ======================
[21:50:28] ================== xe_dma_buf (1 subtest) ==================
[21:50:28] [SKIPPED] xe_dma_buf_kunit
[21:50:28] =================== [SKIPPED] xe_dma_buf ===================
[21:50:28] ================== xe_migrate (1 subtest) ==================
[21:50:28] [SKIPPED] xe_migrate_sanity_kunit
[21:50:28] =================== [SKIPPED] xe_migrate ===================
[21:50:28] =================== xe_mocs (2 subtests) ===================
[21:50:28] [SKIPPED] xe_live_mocs_kernel_kunit
[21:50:28] [SKIPPED] xe_live_mocs_reset_kunit
[21:50:28] ==================== [SKIPPED] xe_mocs =====================
[21:50:28] ==================== args (11 subtests) ====================
[21:50:28] [PASSED] count_args_test
[21:50:28] [PASSED] call_args_example
[21:50:28] [PASSED] call_args_test
[21:50:28] [PASSED] drop_first_arg_example
[21:50:28] [PASSED] drop_first_arg_test
[21:50:28] [PASSED] first_arg_example
[21:50:28] [PASSED] first_arg_test
[21:50:28] [PASSED] last_arg_example
[21:50:28] [PASSED] last_arg_test
[21:50:28] [PASSED] pick_arg_example
[21:50:28] [PASSED] sep_comma_example
[21:50:28] ====================== [PASSED] args =======================
[21:50:28] =================== xe_pci (2 subtests) ====================
[21:50:28] [PASSED] xe_gmdid_graphics_ip
[21:50:28] [PASSED] xe_gmdid_media_ip
[21:50:28] ===================== [PASSED] xe_pci ======================
[21:50:28] ==================== xe_rtp (1 subtest) ====================
[21:50:28] ================== xe_rtp_process_tests ===================
[21:50:28] [PASSED] coalesce-same-reg
[21:50:28] [PASSED] no-match-no-add
[21:50:28] [PASSED] no-match-no-add-multiple-rules
[21:50:28] [PASSED] two-regs-two-entries
[21:50:28] [PASSED] clr-one-set-other
[21:50:28] [PASSED] set-field
[21:50:28] [PASSED] conflict-duplicate
[21:50:28] [PASSED] conflict-not-disjoint
[21:50:28] [PASSED] conflict-reg-type
[21:50:28] ============== [PASSED] xe_rtp_process_tests ===============
stty: 'standard input': Inappropriate ioctl for device
[21:50:28] ===================== [PASSED] xe_rtp ======================
[21:50:28] ==================== xe_wa (1 subtest) =====================
[21:50:28] ======================== xe_wa_gt =========================
[21:50:28] [PASSED] TIGERLAKE (B0)
[21:50:28] [PASSED] DG1 (A0)
[21:50:28] [PASSED] DG1 (B0)
[21:50:28] [PASSED] ALDERLAKE_S (A0)
[21:50:28] [PASSED] ALDERLAKE_S (B0)
[21:50:28] [PASSED] ALDERLAKE_S (C0)
[21:50:28] [PASSED] ALDERLAKE_S (D0)
[21:50:28] [PASSED] ALDERLAKE_P (A0)
[21:50:28] [PASSED] ALDERLAKE_P (B0)
[21:50:28] [PASSED] ALDERLAKE_P (C0)
[21:50:28] [PASSED] ALDERLAKE_S_RPLS (D0)
[21:50:28] [PASSED] ALDERLAKE_P_RPLU (E0)
[21:50:28] [PASSED] DG2_G10 (C0)
[21:50:28] [PASSED] DG2_G11 (B1)
[21:50:28] [PASSED] DG2_G12 (A1)
[21:50:28] [PASSED] METEORLAKE (g:A0, m:A0)
[21:50:28] [PASSED] METEORLAKE (g:A0, m:A0)
[21:50:28] [PASSED] METEORLAKE (g:A0, m:A0)
[21:50:28] [PASSED] LUNARLAKE (g:A0, m:A0)
[21:50:28] [PASSED] LUNARLAKE (g:B0, m:A0)
[21:50:28] ==================== [PASSED] xe_wa_gt =====================
[21:50:28] ====================== [PASSED] xe_wa ======================
[21:50:28] ============================================================
[21:50:28] Testing complete. Ran 109 tests: passed: 95, skipped: 14
[21:50:28] Elapsed time: 31.151s total, 4.247s configuring, 26.632s building, 0.227s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[21:50:28] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[21:50:30] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make ARCH=um O=.kunit --jobs=48
../lib/iomap.c:156:5: warning: no previous prototype for ‘ioread64_lo_hi’ [-Wmissing-prototypes]
156 | u64 ioread64_lo_hi(const void __iomem *addr)
| ^~~~~~~~~~~~~~
../lib/iomap.c:163:5: warning: no previous prototype for ‘ioread64_hi_lo’ [-Wmissing-prototypes]
163 | u64 ioread64_hi_lo(const void __iomem *addr)
| ^~~~~~~~~~~~~~
../lib/iomap.c:170:5: warning: no previous prototype for ‘ioread64be_lo_hi’ [-Wmissing-prototypes]
170 | u64 ioread64be_lo_hi(const void __iomem *addr)
| ^~~~~~~~~~~~~~~~
../lib/iomap.c:178:5: warning: no previous prototype for ‘ioread64be_hi_lo’ [-Wmissing-prototypes]
178 | u64 ioread64be_hi_lo(const void __iomem *addr)
| ^~~~~~~~~~~~~~~~
../lib/iomap.c:264:6: warning: no previous prototype for ‘iowrite64_lo_hi’ [-Wmissing-prototypes]
264 | void iowrite64_lo_hi(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~
../lib/iomap.c:272:6: warning: no previous prototype for ‘iowrite64_hi_lo’ [-Wmissing-prototypes]
272 | void iowrite64_hi_lo(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~
../lib/iomap.c:280:6: warning: no previous prototype for ‘iowrite64be_lo_hi’ [-Wmissing-prototypes]
280 | void iowrite64be_lo_hi(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~~~
../lib/iomap.c:288:6: warning: no previous prototype for ‘iowrite64be_hi_lo’ [-Wmissing-prototypes]
288 | void iowrite64be_hi_lo(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~~~
[21:50:51] Starting KUnit Kernel (1/1)...
[21:50:51] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[21:50:52] ============ drm_test_pick_cmdline (2 subtests) ============
[21:50:52] [PASSED] drm_test_pick_cmdline_res_1920_1080_60
[21:50:52] =============== drm_test_pick_cmdline_named ===============
[21:50:52] [PASSED] NTSC
[21:50:52] [PASSED] NTSC-J
[21:50:52] [PASSED] PAL
[21:50:52] [PASSED] PAL-M
[21:50:52] =========== [PASSED] drm_test_pick_cmdline_named ===========
[21:50:52] ============== [PASSED] drm_test_pick_cmdline ==============
[21:50:52] ================== drm_buddy (7 subtests) ==================
[21:50:52] [PASSED] drm_test_buddy_alloc_limit
[21:50:52] [PASSED] drm_test_buddy_alloc_optimistic
[21:50:52] [PASSED] drm_test_buddy_alloc_pessimistic
[21:50:52] [PASSED] drm_test_buddy_alloc_pathological
[21:50:52] [PASSED] drm_test_buddy_alloc_contiguous
[21:50:52] [PASSED] drm_test_buddy_alloc_clear
[21:50:52] [PASSED] drm_test_buddy_alloc_range_bias
[21:50:52] ==================== [PASSED] drm_buddy ====================
[21:50:52] ============= drm_cmdline_parser (40 subtests) =============
[21:50:52] [PASSED] drm_test_cmdline_force_d_only
[21:50:52] [PASSED] drm_test_cmdline_force_D_only_dvi
[21:50:52] [PASSED] drm_test_cmdline_force_D_only_hdmi
[21:50:52] [PASSED] drm_test_cmdline_force_D_only_not_digital
[21:50:52] [PASSED] drm_test_cmdline_force_e_only
[21:50:52] [PASSED] drm_test_cmdline_res
[21:50:52] [PASSED] drm_test_cmdline_res_vesa
[21:50:52] [PASSED] drm_test_cmdline_res_vesa_rblank
[21:50:52] [PASSED] drm_test_cmdline_res_rblank
[21:50:52] [PASSED] drm_test_cmdline_res_bpp
[21:50:52] [PASSED] drm_test_cmdline_res_refresh
[21:50:52] [PASSED] drm_test_cmdline_res_bpp_refresh
[21:50:52] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[21:50:52] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[21:50:52] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[21:50:52] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[21:50:52] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[21:50:52] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[21:50:52] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[21:50:52] [PASSED] drm_test_cmdline_res_margins_force_on
[21:50:52] [PASSED] drm_test_cmdline_res_vesa_margins
[21:50:52] [PASSED] drm_test_cmdline_name
[21:50:52] [PASSED] drm_test_cmdline_name_bpp
[21:50:52] [PASSED] drm_test_cmdline_name_option
[21:50:52] [PASSED] drm_test_cmdline_name_bpp_option
[21:50:52] [PASSED] drm_test_cmdline_rotate_0
[21:50:52] [PASSED] drm_test_cmdline_rotate_90
[21:50:52] [PASSED] drm_test_cmdline_rotate_180
[21:50:52] [PASSED] drm_test_cmdline_rotate_270
[21:50:52] [PASSED] drm_test_cmdline_hmirror
[21:50:52] [PASSED] drm_test_cmdline_vmirror
[21:50:52] [PASSED] drm_test_cmdline_margin_options
[21:50:52] [PASSED] drm_test_cmdline_multiple_options
[21:50:52] [PASSED] drm_test_cmdline_bpp_extra_and_option
[21:50:52] [PASSED] drm_test_cmdline_extra_and_option
[21:50:52] [PASSED] drm_test_cmdline_freestanding_options
[21:50:52] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[21:50:52] [PASSED] drm_test_cmdline_panel_orientation
[21:50:52] ================ drm_test_cmdline_invalid =================
[21:50:52] [PASSED] margin_only
[21:50:52] [PASSED] interlace_only
[21:50:52] [PASSED] res_missing_x
[21:50:52] [PASSED] res_missing_y
[21:50:52] [PASSED] res_bad_y
[21:50:52] [PASSED] res_missing_y_bpp
[21:50:52] [PASSED] res_bad_bpp
[21:50:52] [PASSED] res_bad_refresh
[21:50:52] [PASSED] res_bpp_refresh_force_on_off
[21:50:52] [PASSED] res_invalid_mode
[21:50:52] [PASSED] res_bpp_wrong_place_mode
[21:50:52] [PASSED] name_bpp_refresh
[21:50:52] [PASSED] name_refresh
[21:50:52] [PASSED] name_refresh_wrong_mode
[21:50:52] [PASSED] name_refresh_invalid_mode
[21:50:52] [PASSED] rotate_multiple
[21:50:52] [PASSED] rotate_invalid_val
[21:50:52] [PASSED] rotate_truncated
[21:50:52] [PASSED] invalid_option
[21:50:52] [PASSED] invalid_tv_option
[21:50:52] [PASSED] truncated_tv_option
[21:50:52] ============ [PASSED] drm_test_cmdline_invalid =============
[21:50:52] =============== drm_test_cmdline_tv_options ===============
[21:50:52] [PASSED] NTSC
[21:50:52] [PASSED] NTSC_443
[21:50:52] [PASSED] NTSC_J
[21:50:52] [PASSED] PAL
[21:50:52] [PASSED] PAL_M
[21:50:52] [PASSED] PAL_N
[21:50:52] [PASSED] SECAM
[21:50:52] =========== [PASSED] drm_test_cmdline_tv_options ===========
[21:50:52] =============== [PASSED] drm_cmdline_parser ================
[21:50:52] ========== drmm_connector_hdmi_init (19 subtests) ==========
[21:50:52] [PASSED] drm_test_connector_hdmi_init_valid
[21:50:52] [PASSED] drm_test_connector_hdmi_init_bpc_8
[21:50:52] [PASSED] drm_test_connector_hdmi_init_bpc_10
[21:50:52] [PASSED] drm_test_connector_hdmi_init_bpc_12
[21:50:52] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[21:50:52] [PASSED] drm_test_connector_hdmi_init_bpc_null
[21:50:52] [PASSED] drm_test_connector_hdmi_init_formats_empty
[21:50:52] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[21:50:52] [PASSED] drm_test_connector_hdmi_init_null_ddc
[21:50:52] [PASSED] drm_test_connector_hdmi_init_null_product
[21:50:52] [PASSED] drm_test_connector_hdmi_init_null_vendor
[21:50:52] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[21:50:52] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[21:50:52] [PASSED] drm_test_connector_hdmi_init_product_valid
[21:50:52] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[21:50:52] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[21:50:52] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[21:50:52] ========= drm_test_connector_hdmi_init_type_valid =========
[21:50:52] [PASSED] HDMI-A
[21:50:52] [PASSED] HDMI-B
[21:50:52] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[21:50:52] ======== drm_test_connector_hdmi_init_type_invalid ========
[21:50:52] [PASSED] Unknown
[21:50:52] [PASSED] VGA
[21:50:52] [PASSED] DVI-I
[21:50:52] [PASSED] DVI-D
[21:50:52] [PASSED] DVI-A
[21:50:52] [PASSED] Composite
[21:50:52] [PASSED] SVIDEO
[21:50:52] [PASSED] LVDS
[21:50:52] [PASSED] Component
[21:50:52] [PASSED] DIN
[21:50:52] [PASSED] DP
[21:50:52] [PASSED] TV
[21:50:52] [PASSED] eDP
[21:50:52] [PASSED] Virtual
[21:50:52] [PASSED] DSI
[21:50:52] [PASSED] DPI
[21:50:52] [PASSED] Writeback
[21:50:52] [PASSED] SPI
[21:50:52] [PASSED] USB
[21:50:52] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[21:50:52] ============ [PASSED] drmm_connector_hdmi_init =============
[21:50:52] ============= drmm_connector_init (3 subtests) =============
[21:50:52] [PASSED] drm_test_drmm_connector_init
[21:50:52] [PASSED] drm_test_drmm_connector_init_null_ddc
[21:50:52] ========= drm_test_drmm_connector_init_type_valid =========
[21:50:52] [PASSED] Unknown
[21:50:52] [PASSED] VGA
[21:50:52] [PASSED] DVI-I
[21:50:52] [PASSED] DVI-D
[21:50:52] [PASSED] DVI-A
[21:50:52] [PASSED] Composite
[21:50:52] [PASSED] SVIDEO
[21:50:52] [PASSED] LVDS
[21:50:52] [PASSED] Component
[21:50:52] [PASSED] DIN
[21:50:52] [PASSED] DP
[21:50:52] [PASSED] HDMI-A
[21:50:52] [PASSED] HDMI-B
[21:50:52] [PASSED] TV
[21:50:52] [PASSED] eDP
[21:50:52] [PASSED] Virtual
[21:50:52] [PASSED] DSI
[21:50:52] [PASSED] DPI
[21:50:52] [PASSED] Writeback
[21:50:52] [PASSED] SPI
[21:50:52] [PASSED] USB
[21:50:52] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[21:50:52] =============== [PASSED] drmm_connector_init ===============
[21:50:52] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[21:50:52] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[21:50:52] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[21:50:52] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[21:50:52] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[21:50:52] ========== drm_test_get_tv_mode_from_name_valid ===========
[21:50:52] [PASSED] NTSC
[21:50:52] [PASSED] NTSC-443
[21:50:52] [PASSED] NTSC-J
[21:50:52] [PASSED] PAL
[21:50:52] [PASSED] PAL-M
[21:50:52] [PASSED] PAL-N
[21:50:52] [PASSED] SECAM
[21:50:52] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[21:50:52] [PASSED] drm_test_get_tv_mode_from_name_truncated
[21:50:52] ============ [PASSED] drm_get_tv_mode_from_name ============
[21:50:52] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[21:50:52] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[21:50:52] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[21:50:52] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[21:50:52] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[21:50:52] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[21:50:52] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[21:50:52] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid =
[21:50:52] [PASSED] VIC 96
[21:50:52] [PASSED] VIC 97
[21:50:52] [PASSED] VIC 101
[21:50:52] [PASSED] VIC 102
[21:50:52] [PASSED] VIC 106
[21:50:52] [PASSED] VIC 107
[21:50:52] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[21:50:52] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[21:50:52] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[21:50:52] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[21:50:52] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[21:50:52] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[21:50:52] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[21:50:52] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[21:50:52] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name ====
[21:50:52] [PASSED] Automatic
[21:50:52] [PASSED] Full
[21:50:52] [PASSED] Limited 16:235
[21:50:52] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[21:50:52] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[21:50:52] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[21:50:52] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[21:50:52] === drm_test_drm_hdmi_connector_get_output_format_name ====
[21:50:52] [PASSED] RGB
[21:50:52] [PASSED] YUV 4:2:0
[21:50:52] [PASSED] YUV 4:2:2
[21:50:52] [PASSED] YUV 4:4:4
[21:50:52] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[21:50:52] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[21:50:52] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[21:50:52] ============= drm_damage_helper (21 subtests) ==============
[21:50:52] [PASSED] drm_test_damage_iter_no_damage
[21:50:52] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[21:50:52] [PASSED] drm_test_damage_iter_no_damage_src_moved
[21:50:52] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[21:50:52] [PASSED] drm_test_damage_iter_no_damage_not_visible
[21:50:52] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[21:50:52] [PASSED] drm_test_damage_iter_no_damage_no_fb
[21:50:52] [PASSED] drm_test_damage_iter_simple_damage
[21:50:52] [PASSED] drm_test_damage_iter_single_damage
[21:50:52] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[21:50:52] [PASSED] drm_test_damage_iter_single_damage_outside_src
[21:50:52] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[21:50:52] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[21:50:52] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[21:50:52] [PASSED] drm_test_damage_iter_single_damage_src_moved
[21:50:52] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[21:50:52] [PASSED] drm_test_damage_iter_damage
[21:50:52] [PASSED] drm_test_damage_iter_damage_one_intersect
[21:50:52] [PASSED] drm_test_damage_iter_damage_one_outside
[21:50:52] [PASSED] drm_test_damage_iter_damage_src_moved
[21:50:52] [PASSED] drm_test_damage_iter_damage_not_visible
[21:50:52] ================ [PASSED] drm_damage_helper ================
[21:50:52] ============== drm_dp_mst_helper (3 subtests) ==============
[21:50:52] ============== drm_test_dp_mst_calc_pbn_mode ==============
[21:50:52] [PASSED] Clock 154000 BPP 30 DSC disabled
[21:50:52] [PASSED] Clock 234000 BPP 30 DSC disabled
[21:50:52] [PASSED] Clock 297000 BPP 24 DSC disabled
[21:50:52] [PASSED] Clock 332880 BPP 24 DSC enabled
[21:50:52] [PASSED] Clock 324540 BPP 24 DSC enabled
[21:50:52] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[21:50:52] ============== drm_test_dp_mst_calc_pbn_div ===============
[21:50:52] [PASSED] Link rate 2000000 lane count 4
[21:50:52] [PASSED] Link rate 2000000 lane count 2
[21:50:52] [PASSED] Link rate 2000000 lane count 1
[21:50:52] [PASSED] Link rate 1350000 lane count 4
[21:50:52] [PASSED] Link rate 1350000 lane count 2
[21:50:52] [PASSED] Link rate 1350000 lane count 1
[21:50:52] [PASSED] Link rate 1000000 lane count 4
[21:50:52] [PASSED] Link rate 1000000 lane count 2
[21:50:52] [PASSED] Link rate 1000000 lane count 1
[21:50:52] [PASSED] Link rate 810000 lane count 4
[21:50:52] [PASSED] Link rate 810000 lane count 2
[21:50:52] [PASSED] Link rate 810000 lane count 1
[21:50:52] [PASSED] Link rate 540000 lane count 4
[21:50:52] [PASSED] Link rate 540000 lane count 2
[21:50:52] [PASSED] Link rate 540000 lane count 1
[21:50:52] [PASSED] Link rate 270000 lane count 4
[21:50:52] [PASSED] Link rate 270000 lane count 2
[21:50:52] [PASSED] Link rate 270000 lane count 1
[21:50:52] [PASSED] Link rate 162000 lane count 4
[21:50:52] [PASSED] Link rate 162000 lane count 2
[21:50:52] [PASSED] Link rate 162000 lane count 1
[21:50:52] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[21:50:52] ========= drm_test_dp_mst_sideband_msg_req_decode =========
[21:50:52] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[21:50:52] [PASSED] DP_POWER_UP_PHY with port number
[21:50:52] [PASSED] DP_POWER_DOWN_PHY with port number
[21:50:52] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[21:50:52] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[21:50:52] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[21:50:52] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[21:50:52] [PASSED] DP_QUERY_PAYLOAD with port number
[21:50:52] [PASSED] DP_QUERY_PAYLOAD with VCPI
[21:50:52] [PASSED] DP_REMOTE_DPCD_READ with port number
[21:50:52] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[21:50:52] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[21:50:52] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[21:50:52] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[21:50:52] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[21:50:52] [PASSED] DP_REMOTE_I2C_READ with port number
[21:50:52] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[21:50:52] [PASSED] DP_REMOTE_I2C_READ with transactions array
[21:50:52] [PASSED] DP_REMOTE_I2C_WRITE with port number
[21:50:52] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[21:50:52] [PASSED] DP_REMOTE_I2C_WRITE with data array
[21:50:52] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[21:50:52] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[21:50:52] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[21:50:52] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[21:50:52] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[21:50:52] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[21:50:52] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[21:50:52] ================ [PASSED] drm_dp_mst_helper ================
[21:50:52] ================== drm_exec (7 subtests) ===================
[21:50:52] [PASSED] sanitycheck
[21:50:52] [PASSED] test_lock
[21:50:52] [PASSED] test_lock_unlock
[21:50:52] [PASSED] test_duplicates
[21:50:52] [PASSED] test_prepare
[21:50:52] [PASSED] test_prepare_array
[21:50:52] [PASSED] test_multiple_loops
[21:50:52] ==================== [PASSED] drm_exec =====================
[21:50:52] =========== drm_format_helper_test (17 subtests) ===========
[21:50:52] ============== drm_test_fb_xrgb8888_to_gray8 ==============
[21:50:52] [PASSED] single_pixel_source_buffer
[21:50:52] [PASSED] single_pixel_clip_rectangle
[21:50:52] [PASSED] well_known_colors
[21:50:52] [PASSED] destination_pitch
[21:50:52] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[21:50:52] ============= drm_test_fb_xrgb8888_to_rgb332 ==============
[21:50:52] [PASSED] single_pixel_source_buffer
[21:50:52] [PASSED] single_pixel_clip_rectangle
[21:50:52] [PASSED] well_known_colors
[21:50:52] [PASSED] destination_pitch
[21:50:52] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[21:50:52] ============= drm_test_fb_xrgb8888_to_rgb565 ==============
[21:50:52] [PASSED] single_pixel_source_buffer
[21:50:52] [PASSED] single_pixel_clip_rectangle
[21:50:52] [PASSED] well_known_colors
[21:50:52] [PASSED] destination_pitch
[21:50:52] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[21:50:52] ============ drm_test_fb_xrgb8888_to_xrgb1555 =============
[21:50:52] [PASSED] single_pixel_source_buffer
[21:50:52] [PASSED] single_pixel_clip_rectangle
[21:50:52] [PASSED] well_known_colors
[21:50:52] [PASSED] destination_pitch
[21:50:52] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[21:50:52] ============ drm_test_fb_xrgb8888_to_argb1555 =============
[21:50:52] [PASSED] single_pixel_source_buffer
[21:50:52] [PASSED] single_pixel_clip_rectangle
[21:50:52] [PASSED] well_known_colors
[21:50:52] [PASSED] destination_pitch
[21:50:52] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[21:50:52] ============ drm_test_fb_xrgb8888_to_rgba5551 =============
[21:50:52] [PASSED] single_pixel_source_buffer
[21:50:52] [PASSED] single_pixel_clip_rectangle
[21:50:52] [PASSED] well_known_colors
[21:50:52] [PASSED] destination_pitch
[21:50:52] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[21:50:52] ============= drm_test_fb_xrgb8888_to_rgb888 ==============
[21:50:52] [PASSED] single_pixel_source_buffer
[21:50:52] [PASSED] single_pixel_clip_rectangle
[21:50:52] [PASSED] well_known_colors
[21:50:52] [PASSED] destination_pitch
[21:50:52] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[21:50:52] ============ drm_test_fb_xrgb8888_to_argb8888 =============
[21:50:52] [PASSED] single_pixel_source_buffer
[21:50:52] [PASSED] single_pixel_clip_rectangle
[21:50:52] [PASSED] well_known_colors
[21:50:52] [PASSED] destination_pitch
[21:50:52] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[21:50:52] =========== drm_test_fb_xrgb8888_to_xrgb2101010 ===========
[21:50:52] [PASSED] single_pixel_source_buffer
[21:50:52] [PASSED] single_pixel_clip_rectangle
[21:50:52] [PASSED] well_known_colors
[21:50:52] [PASSED] destination_pitch
[21:50:52] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[21:50:52] =========== drm_test_fb_xrgb8888_to_argb2101010 ===========
[21:50:52] [PASSED] single_pixel_source_buffer
[21:50:52] [PASSED] single_pixel_clip_rectangle
[21:50:52] [PASSED] well_known_colors
[21:50:52] [PASSED] destination_pitch
[21:50:52] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[21:50:52] ============== drm_test_fb_xrgb8888_to_mono ===============
[21:50:52] [PASSED] single_pixel_source_buffer
[21:50:52] [PASSED] single_pixel_clip_rectangle
[21:50:52] [PASSED] well_known_colors
[21:50:52] [PASSED] destination_pitch
[21:50:52] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[21:50:52] ==================== drm_test_fb_swab =====================
[21:50:52] [PASSED] single_pixel_source_buffer
[21:50:52] [PASSED] single_pixel_clip_rectangle
[21:50:52] [PASSED] well_known_colors
[21:50:52] [PASSED] destination_pitch
[21:50:52] ================ [PASSED] drm_test_fb_swab =================
[21:50:52] ============ drm_test_fb_xrgb8888_to_xbgr8888 =============
[21:50:52] [PASSED] single_pixel_source_buffer
[21:50:52] [PASSED] single_pixel_clip_rectangle
[21:50:52] [PASSED] well_known_colors
[21:50:52] [PASSED] destination_pitch
[21:50:52] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[21:50:52] ============ drm_test_fb_xrgb8888_to_abgr8888 =============
[21:50:52] [PASSED] single_pixel_source_buffer
[21:50:52] [PASSED] single_pixel_clip_rectangle
[21:50:52] [PASSED] well_known_colors
[21:50:52] [PASSED] destination_pitch
[21:50:52] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[21:50:52] ================= drm_test_fb_clip_offset =================
[21:50:52] [PASSED] pass through
[21:50:52] [PASSED] horizontal offset
[21:50:52] [PASSED] vertical offset
[21:50:52] [PASSED] horizontal and vertical offset
[21:50:52] [PASSED] horizontal offset (custom pitch)
[21:50:52] [PASSED] vertical offset (custom pitch)
[21:50:52] [PASSED] horizontal and vertical offset (custom pitch)
[21:50:52] ============= [PASSED] drm_test_fb_clip_offset =============
[21:50:52] ============== drm_test_fb_build_fourcc_list ==============
[21:50:52] [PASSED] no native formats
[21:50:52] [PASSED] XRGB8888 as native format
[21:50:52] [PASSED] remove duplicates
[21:50:52] [PASSED] convert alpha formats
[21:50:52] [PASSED] random formats
[21:50:52] ========== [PASSED] drm_test_fb_build_fourcc_list ==========
[21:50:52] =================== drm_test_fb_memcpy ====================
[21:50:52] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[21:50:52] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[21:50:52] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[21:50:52] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[21:50:52] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[21:50:52] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[21:50:52] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[21:50:52] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[21:50:52] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[21:50:52] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[21:50:52] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[21:50:52] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[21:50:52] =============== [PASSED] drm_test_fb_memcpy ================
[21:50:52] ============= [PASSED] drm_format_helper_test ==============
[21:50:52] ================= drm_format (18 subtests) =================
[21:50:52] [PASSED] drm_test_format_block_width_invalid
[21:50:52] [PASSED] drm_test_format_block_width_one_plane
[21:50:52] [PASSED] drm_test_format_block_width_two_plane
[21:50:52] [PASSED] drm_test_format_block_width_three_plane
[21:50:52] [PASSED] drm_test_format_block_width_tiled
[21:50:52] [PASSED] drm_test_format_block_height_invalid
[21:50:52] [PASSED] drm_test_format_block_height_one_plane
[21:50:52] [PASSED] drm_test_format_block_height_two_plane
[21:50:52] [PASSED] drm_test_format_block_height_three_plane
[21:50:52] [PASSED] drm_test_format_block_height_tiled
[21:50:52] [PASSED] drm_test_format_min_pitch_invalid
[21:50:52] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[21:50:52] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[21:50:52] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[21:50:52] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[21:50:52] [PASSED] drm_test_format_min_pitch_two_plane
[21:50:52] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[21:50:52] [PASSED] drm_test_format_min_pitch_tiled
[21:50:52] =================== [PASSED] drm_format ====================
[21:50:52] =============== drm_framebuffer (1 subtest) ================
[21:50:52] =============== drm_test_framebuffer_create ===============
[21:50:52] [PASSED] ABGR8888 normal sizes
[21:50:52] [PASSED] ABGR8888 max sizes
[21:50:52] [PASSED] ABGR8888 pitch greater than min required
[21:50:52] [PASSED] ABGR8888 pitch less than min required
[21:50:52] [PASSED] ABGR8888 Invalid width
[21:50:52] [PASSED] ABGR8888 Invalid buffer handle
[21:50:52] [PASSED] No pixel format
[21:50:52] [PASSED] ABGR8888 Width 0
[21:50:52] [PASSED] ABGR8888 Height 0
[21:50:52] [PASSED] ABGR8888 Out of bound height * pitch combination
[21:50:52] [PASSED] ABGR8888 Large buffer offset
[21:50:52] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[21:50:52] [PASSED] ABGR8888 Valid buffer modifier
[21:50:52] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[21:50:52] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[21:50:52] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[21:50:52] [PASSED] NV12 Normal sizes
[21:50:52] [PASSED] NV12 Max sizes
[21:50:52] [PASSED] NV12 Invalid pitch
[21:50:52] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[21:50:52] [PASSED] NV12 different modifier per-plane
[21:50:52] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[21:50:52] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[21:50:52] [PASSED] NV12 Modifier for inexistent plane
[21:50:52] [PASSED] NV12 Handle for inexistent plane
[21:50:52] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[21:50:52] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[21:50:52] [PASSED] YVU420 Normal sizes
[21:50:52] [PASSED] YVU420 Max sizes
[21:50:52] [PASSED] YVU420 Invalid pitch
[21:50:52] [PASSED] YVU420 Different pitches
[21:50:52] [PASSED] YVU420 Different buffer offsets/pitches
[21:50:52] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[21:50:52] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[21:50:52] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[21:50:52] [PASSED] YVU420 Valid modifier
[21:50:52] [PASSED] YVU420 Different modifiers per plane
[21:50:52] [PASSED] YVU420 Modifier for inexistent plane
[21:50:52] [PASSED] X0L2 Normal sizes
[21:50:52] [PASSED] X0L2 Max sizes
[21:50:52] [PASSED] X0L2 Invalid pitch
[21:50:52] [PASSED] X0L2 Pitch greater than minimum required
[21:50:52] [PASSED] X0L2 Handle for inexistent plane
[21:50:52] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[21:50:52] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[21:50:52] [PASSED] X0L2 Valid modifier
[21:50:52] [PASSED] X0L2 Modifier for inexistent plane
[21:50:52] =========== [PASSED] drm_test_framebuffer_create ===========
[21:50:52] ================= [PASSED] drm_framebuffer =================
[21:50:52] ================ drm_gem_shmem (8 subtests) ================
[21:50:52] [PASSED] drm_gem_shmem_test_obj_create
[21:50:52] [PASSED] drm_gem_shmem_test_obj_create_private
[21:50:52] [PASSED] drm_gem_shmem_test_pin_pages
[21:50:52] [PASSED] drm_gem_shmem_test_vmap
[21:50:52] [PASSED] drm_gem_shmem_test_get_pages_sgt
[21:50:52] [PASSED] drm_gem_shmem_test_get_sg_table
[21:50:52] [PASSED] drm_gem_shmem_test_madvise
[21:50:52] [PASSED] drm_gem_shmem_test_purge
[21:50:52] ================== [PASSED] drm_gem_shmem ==================
[21:50:52] === drm_atomic_helper_connector_hdmi_check (22 subtests) ===
[21:50:52] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[21:50:52] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[21:50:52] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[21:50:52] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[21:50:52] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[21:50:52] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[21:50:52] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[21:50:52] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[21:50:52] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[21:50:52] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback
[21:50:52] [PASSED] drm_test_check_max_tmds_rate_format_fallback
[21:50:52] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[21:50:52] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[21:50:52] [PASSED] drm_test_check_output_bpc_dvi
[21:50:52] [PASSED] drm_test_check_output_bpc_format_vic_1
[21:50:52] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[21:50:52] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[21:50:52] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[21:50:52] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[21:50:52] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[21:50:52] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[21:50:52] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[21:50:52] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[21:50:52] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[21:50:52] [PASSED] drm_test_check_broadcast_rgb_value
[21:50:52] [PASSED] drm_test_check_bpc_8_value
[21:50:52] [PASSED] drm_test_check_bpc_10_value
[21:50:52] [PASSED] drm_test_check_bpc_12_value
[21:50:52] [PASSED] drm_test_check_format_value
[21:50:52] [PASSED] drm_test_check_tmds_char_value
[21:50:52] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[21:50:52] ================= drm_managed (2 subtests) =================
[21:50:52] [PASSED] drm_test_managed_release_action
[21:50:52] [PASSED] drm_test_managed_run_action
[21:50:52] =================== [PASSED] drm_managed ===================
[21:50:52] =================== drm_mm (6 subtests) ====================
[21:50:52] [PASSED] drm_test_mm_init
[21:50:52] [PASSED] drm_test_mm_debug
[21:50:52] [PASSED] drm_test_mm_align32
[21:50:52] [PASSED] drm_test_mm_align64
[21:50:52] [PASSED] drm_test_mm_lowest
[21:50:52] [PASSED] drm_test_mm_highest
[21:50:52] ===================== [PASSED] drm_mm ======================
[21:50:52] ============= drm_modes_analog_tv (4 subtests) =============
[21:50:52] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[21:50:52] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[21:50:52] [PASSED] drm_test_modes_analog_tv_pal_576i
[21:50:52] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[21:50:52] =============== [PASSED] drm_modes_analog_tv ===============
[21:50:52] ============== drm_plane_helper (2 subtests) ===============
[21:50:52] =============== drm_test_check_plane_state ================
[21:50:52] [PASSED] clipping_simple
[21:50:52] [PASSED] clipping_rotate_reflect
[21:50:52] [PASSED] positioning_simple
[21:50:52] [PASSED] upscaling
[21:50:52] [PASSED] downscaling
[21:50:52] [PASSED] rounding1
[21:50:52] [PASSED] rounding2
[21:50:52] [PASSED] rounding3
[21:50:52] [PASSED] rounding4
[21:50:52] =========== [PASSED] drm_test_check_plane_state ============
[21:50:52] =========== drm_test_check_invalid_plane_state ============
[21:50:52] [PASSED] positioning_invalid
[21:50:52] [PASSED] upscaling_invalid
[21:50:52] [PASSED] downscaling_invalid
[21:50:52] ======= [PASSED] drm_test_check_invalid_plane_state ========
[21:50:52] ================ [PASSED] drm_plane_helper =================
stty: 'standard input': Inappropriate ioctl for device
[21:50:52] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[21:50:52] ====== drm_test_connector_helper_tv_get_modes_check =======
[21:50:52] [PASSED] None
[21:50:52] [PASSED] PAL
[21:50:52] [PASSED] NTSC
[21:50:52] [PASSED] Both, NTSC Default
[21:50:52] [PASSED] Both, PAL Default
[21:50:52] [PASSED] Both, NTSC Default, with PAL on command-line
[21:50:52] [PASSED] Both, PAL Default, with NTSC on command-line
[21:50:52] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[21:50:52] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[21:50:52] ================== drm_rect (9 subtests) ===================
[21:50:52] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[21:50:52] [PASSED] drm_test_rect_clip_scaled_not_clipped
[21:50:52] [PASSED] drm_test_rect_clip_scaled_clipped
[21:50:52] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[21:50:52] ================= drm_test_rect_intersect =================
[21:50:52] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[21:50:52] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[21:50:52] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[21:50:52] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[21:50:52] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[21:50:52] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[21:50:52] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[21:50:52] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[21:50:52] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[21:50:52] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[21:50:52] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[21:50:52] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[21:50:52] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[21:50:52] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[21:50:52] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
[21:50:52] ============= [PASSED] drm_test_rect_intersect =============
[21:50:52] ================ drm_test_rect_calc_hscale ================
[21:50:52] [PASSED] normal use
[21:50:52] [PASSED] out of max range
[21:50:52] [PASSED] out of min range
[21:50:52] [PASSED] zero dst
[21:50:52] [PASSED] negative src
[21:50:52] [PASSED] negative dst
[21:50:52] ============ [PASSED] drm_test_rect_calc_hscale ============
[21:50:52] ================ drm_test_rect_calc_vscale ================
[21:50:52] [PASSED] normal use
[21:50:52] [PASSED] out of max range
[21:50:52] [PASSED] out of min range
[21:50:52] [PASSED] zero dst
[21:50:52] [PASSED] negative src
[21:50:52] [PASSED] negative dst
[21:50:52] ============ [PASSED] drm_test_rect_calc_vscale ============
[21:50:52] ================== drm_test_rect_rotate ===================
[21:50:52] [PASSED] reflect-x
[21:50:52] [PASSED] reflect-y
[21:50:52] [PASSED] rotate-0
[21:50:52] [PASSED] rotate-90
[21:50:52] [PASSED] rotate-180
[21:50:52] [PASSED] rotate-270
[21:50:52] ============== [PASSED] drm_test_rect_rotate ===============
[21:50:52] ================ drm_test_rect_rotate_inv =================
[21:50:52] [PASSED] reflect-x
[21:50:52] [PASSED] reflect-y
[21:50:52] [PASSED] rotate-0
[21:50:52] [PASSED] rotate-90
[21:50:52] [PASSED] rotate-180
[21:50:52] [PASSED] rotate-270
[21:50:52] ============ [PASSED] drm_test_rect_rotate_inv =============
[21:50:52] ==================== [PASSED] drm_rect =====================
[21:50:52] ============================================================
[21:50:52] Testing complete. Ran 511 tests: passed: 511
[21:50:52] Elapsed time: 23.597s total, 1.722s configuring, 21.654s building, 0.203s running
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 13+ messages in thread* ✓ CI.Build: success for drm/xe/guc: Request max GT freq during resume
2024-05-31 21:42 [PATCH] drm/xe/guc: Request max GT freq during resume Vinay Belgaumkar
` (2 preceding siblings ...)
2024-05-31 21:50 ` ✓ CI.KUnit: " Patchwork
@ 2024-05-31 22:02 ` Patchwork
2024-05-31 22:02 ` ✗ CI.Hooks: failure " Patchwork
` (4 subsequent siblings)
8 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2024-05-31 22:02 UTC (permalink / raw)
To: Vinay Belgaumkar; +Cc: intel-xe
== Series Details ==
Series: drm/xe/guc: Request max GT freq during resume
URL : https://patchwork.freedesktop.org/series/134329/
State : success
== Summary ==
lib/modules/6.10.0-rc1-xe/kernel/sound/core/seq/
lib/modules/6.10.0-rc1-xe/kernel/sound/core/seq/snd-seq.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/core/snd-seq-device.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/core/snd-hwdep.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/core/snd.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/core/snd-pcm.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/core/snd-compress.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/core/snd-timer.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soundcore.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/intel/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/intel/atom/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/intel/atom/sst/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/intel/atom/sst/snd-intel-sst-acpi.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/intel/atom/sst/snd-intel-sst-core.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/intel/common/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/intel/common/snd-soc-acpi-intel-match.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/amd/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/amd/snd-acp-config.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/snd-sof-pci-intel-tgl.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/snd-sof-intel-hda-mlink.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/snd-sof-pci-intel-cnl.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/snd-sof-pci-intel-lnl.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/snd-sof-intel-hda-common.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/snd-sof-intel-hda-generic.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/snd-sof-intel-hda.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/snd-sof-pci-intel-mtl.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/amd/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/amd/snd-sof-amd-renoir.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/amd/snd-sof-amd-acp.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/snd-sof-utils.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/snd-sof-pci.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/snd-sof.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/snd-sof-probes.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/xtensa/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/xtensa/snd-sof-xtensa-dsp.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/snd-soc-core.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/snd-soc-acpi.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/codecs/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/codecs/snd-soc-hdac-hda.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/hda/
lib/modules/6.10.0-rc1-xe/kernel/sound/hda/snd-intel-sdw-acpi.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/hda/ext/
lib/modules/6.10.0-rc1-xe/kernel/sound/hda/ext/snd-hda-ext-core.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/hda/snd-intel-dspcfg.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/hda/snd-hda-core.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/kernel/
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/kernel/msr.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/kernel/cpuid.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/sha512-ssse3.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/crct10dif-pclmul.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/ghash-clmulni-intel.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/sha1-ssse3.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/crc32-pclmul.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/sha256-ssse3.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/aesni-intel.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/polyval-clmulni.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/events/
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/events/intel/
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/events/intel/intel-cstate.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/events/rapl.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/kvm/
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/kvm/kvm.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/kvm/kvm-intel.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/
lib/modules/6.10.0-rc1-xe/kernel/crypto/crypto_simd.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/cmac.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/ccm.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/cryptd.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/polyval-generic.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/async_tx/
lib/modules/6.10.0-rc1-xe/kernel/crypto/async_tx/async_xor.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/async_tx/async_tx.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/async_tx/async_memcpy.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/async_tx/async_pq.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/async_tx/async_raid6_recov.ko
lib/modules/6.10.0-rc1-xe/build
lib/modules/6.10.0-rc1-xe/modules.alias.bin
lib/modules/6.10.0-rc1-xe/modules.builtin
lib/modules/6.10.0-rc1-xe/modules.softdep
lib/modules/6.10.0-rc1-xe/modules.alias
lib/modules/6.10.0-rc1-xe/modules.order
lib/modules/6.10.0-rc1-xe/modules.symbols
lib/modules/6.10.0-rc1-xe/modules.dep.bin
+ mv kernel-nodebug.tar.gz ..
+ cd ..
+ rm -rf archive
++ date +%s
+ echo -e '\e[0Ksection_end:1717192949:package_x86_64_nodebug\r\e[0K'
+ sync
^[[0Ksection_end:1717192949:package_x86_64_nodebug
^[[0K
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 13+ messages in thread* ✗ CI.Hooks: failure for drm/xe/guc: Request max GT freq during resume
2024-05-31 21:42 [PATCH] drm/xe/guc: Request max GT freq during resume Vinay Belgaumkar
` (3 preceding siblings ...)
2024-05-31 22:02 ` ✓ CI.Build: " Patchwork
@ 2024-05-31 22:02 ` Patchwork
2024-05-31 22:04 ` ✓ CI.checksparse: success " Patchwork
` (3 subsequent siblings)
8 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2024-05-31 22:02 UTC (permalink / raw)
To: Vinay Belgaumkar; +Cc: intel-xe
== Series Details ==
Series: drm/xe/guc: Request max GT freq during resume
URL : https://patchwork.freedesktop.org/series/134329/
State : failure
== Summary ==
run-parts: executing /workspace/ci/hooks/00-showenv
+ export
+ grep -Ei '(^|\W)CI_'
declare -x CI_KERNEL_BUILD_DIR="/workspace/kernel/build64-default"
declare -x CI_KERNEL_SRC_DIR="/workspace/kernel"
declare -x CI_TOOLS_SRC_DIR="/workspace/ci"
declare -x CI_WORKSPACE_DIR="/workspace"
run-parts: executing /workspace/ci/hooks/10-build-W1
+ SRC_DIR=/workspace/kernel
+ RESTORE_DISPLAY_CONFIG=0
+ '[' -n /workspace/kernel/build64-default ']'
+ BUILD_DIR=/workspace/kernel/build64-default
+ cd /workspace/kernel
++ nproc
+ make -j48 O=/workspace/kernel/build64-default modules_prepare
make[1]: Entering directory '/workspace/kernel/build64-default'
GEN Makefile
UPD include/generated/compile.h
UPD include/config/kernel.release
mkdir -p /workspace/kernel/build64-default/tools/objtool && make O=/workspace/kernel/build64-default subdir=tools/objtool --no-print-directory -C objtool
UPD include/generated/utsrelease.h
HOSTCC /workspace/kernel/build64-default/tools/objtool/fixdep.o
CALL ../scripts/checksyscalls.sh
HOSTLD /workspace/kernel/build64-default/tools/objtool/fixdep-in.o
LINK /workspace/kernel/build64-default/tools/objtool/fixdep
INSTALL libsubcmd_headers
CC /workspace/kernel/build64-default/tools/objtool/libsubcmd/exec-cmd.o
CC /workspace/kernel/build64-default/tools/objtool/libsubcmd/help.o
CC /workspace/kernel/build64-default/tools/objtool/libsubcmd/pager.o
CC /workspace/kernel/build64-default/tools/objtool/libsubcmd/parse-options.o
CC /workspace/kernel/build64-default/tools/objtool/libsubcmd/run-command.o
CC /workspace/kernel/build64-default/tools/objtool/libsubcmd/sigchain.o
CC /workspace/kernel/build64-default/tools/objtool/libsubcmd/subcmd-config.o
LD /workspace/kernel/build64-default/tools/objtool/libsubcmd/libsubcmd-in.o
AR /workspace/kernel/build64-default/tools/objtool/libsubcmd/libsubcmd.a
CC /workspace/kernel/build64-default/tools/objtool/weak.o
CC /workspace/kernel/build64-default/tools/objtool/check.o
CC /workspace/kernel/build64-default/tools/objtool/special.o
CC /workspace/kernel/build64-default/tools/objtool/builtin-check.o
CC /workspace/kernel/build64-default/tools/objtool/elf.o
CC /workspace/kernel/build64-default/tools/objtool/objtool.o
CC /workspace/kernel/build64-default/tools/objtool/orc_gen.o
CC /workspace/kernel/build64-default/tools/objtool/orc_dump.o
CC /workspace/kernel/build64-default/tools/objtool/libstring.o
CC /workspace/kernel/build64-default/tools/objtool/libctype.o
CC /workspace/kernel/build64-default/tools/objtool/str_error_r.o
CC /workspace/kernel/build64-default/tools/objtool/librbtree.o
CC /workspace/kernel/build64-default/tools/objtool/arch/x86/special.o
CC /workspace/kernel/build64-default/tools/objtool/arch/x86/decode.o
CC /workspace/kernel/build64-default/tools/objtool/arch/x86/orc.o
LD /workspace/kernel/build64-default/tools/objtool/arch/x86/objtool-in.o
LD /workspace/kernel/build64-default/tools/objtool/objtool-in.o
LINK /workspace/kernel/build64-default/tools/objtool/objtool
make[1]: Leaving directory '/workspace/kernel/build64-default'
++ nproc
+ make -j48 O=/workspace/kernel/build64-default M=drivers/gpu/drm/xe W=1
make[1]: Entering directory '/workspace/kernel/build64-default'
../scripts/Makefile.build:41: drivers/gpu/drm/xe/Makefile: No such file or directory
make[3]: *** No rule to make target 'drivers/gpu/drm/xe/Makefile'. Stop.
make[2]: *** [/workspace/kernel/Makefile:1934: drivers/gpu/drm/xe] Error 2
make[1]: *** [/workspace/kernel/Makefile:240: __sub-make] Error 2
make[1]: Leaving directory '/workspace/kernel/build64-default'
make: *** [Makefile:240: __sub-make] Error 2
run-parts: /workspace/ci/hooks/10-build-W1 exited with return code 2
^ permalink raw reply [flat|nested] 13+ messages in thread* ✓ CI.checksparse: success for drm/xe/guc: Request max GT freq during resume
2024-05-31 21:42 [PATCH] drm/xe/guc: Request max GT freq during resume Vinay Belgaumkar
` (4 preceding siblings ...)
2024-05-31 22:02 ` ✗ CI.Hooks: failure " Patchwork
@ 2024-05-31 22:04 ` Patchwork
2024-05-31 22:27 ` ✓ CI.BAT: " Patchwork
` (2 subsequent siblings)
8 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2024-05-31 22:04 UTC (permalink / raw)
To: Vinay Belgaumkar; +Cc: intel-xe
== Series Details ==
Series: drm/xe/guc: Request max GT freq during resume
URL : https://patchwork.freedesktop.org/series/134329/
State : success
== Summary ==
+ trap cleanup EXIT
+ KERNEL=/kernel
+ MT=/root/linux/maintainer-tools
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools /root/linux/maintainer-tools
Cloning into '/root/linux/maintainer-tools'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ make -C /root/linux/maintainer-tools
make: Entering directory '/root/linux/maintainer-tools'
cc -O2 -g -Wextra -o remap-log remap-log.c
make: Leaving directory '/root/linux/maintainer-tools'
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ /root/linux/maintainer-tools/dim sparse --fast 692c2b76453385a04b1eef40f3cdbc0097074f62
Sparse version: 0.6.1 (Ubuntu: 0.6.1-2build1)
Fast mode used, each commit won't be checked separately.
Okay!
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 13+ messages in thread* ✓ CI.BAT: success for drm/xe/guc: Request max GT freq during resume
2024-05-31 21:42 [PATCH] drm/xe/guc: Request max GT freq during resume Vinay Belgaumkar
` (5 preceding siblings ...)
2024-05-31 22:04 ` ✓ CI.checksparse: success " Patchwork
@ 2024-05-31 22:27 ` Patchwork
2024-05-31 23:50 ` ✗ CI.FULL: failure " Patchwork
2024-06-03 15:28 ` [PATCH] " Michal Wajdeczko
8 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2024-05-31 22:27 UTC (permalink / raw)
To: Vinay Belgaumkar; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 1902 bytes --]
== Series Details ==
Series: drm/xe/guc: Request max GT freq during resume
URL : https://patchwork.freedesktop.org/series/134329/
State : success
== Summary ==
CI Bug Log - changes from xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62_BAT -> xe-pw-134329v1_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (5 -> 5)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in xe-pw-134329v1_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@xe_exec_fault_mode@twice-userptr-invalidate-imm:
- bat-atsm-2: NOTRUN -> [SKIP][1] ([Intel XE#288]) +32 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/bat-atsm-2/igt@xe_exec_fault_mode@twice-userptr-invalidate-imm.html
#### Possible fixes ####
* igt@core_hotunplug@unbind-rebind:
- bat-atsm-2: [INCOMPLETE][2] ([Intel XE#1972]) -> [PASS][3]
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/bat-atsm-2/igt@core_hotunplug@unbind-rebind.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/bat-atsm-2/igt@core_hotunplug@unbind-rebind.html
[Intel XE#1972]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1972
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
Build changes
-------------
* Linux: xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62 -> xe-pw-134329v1
IGT_7877: 23b8b8a0168e1b5141e29346be1f83fdbed31037 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62: 692c2b76453385a04b1eef40f3cdbc0097074f62
xe-pw-134329v1: 134329v1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/index.html
[-- Attachment #2: Type: text/html, Size: 2489 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread* ✗ CI.FULL: failure for drm/xe/guc: Request max GT freq during resume
2024-05-31 21:42 [PATCH] drm/xe/guc: Request max GT freq during resume Vinay Belgaumkar
` (6 preceding siblings ...)
2024-05-31 22:27 ` ✓ CI.BAT: " Patchwork
@ 2024-05-31 23:50 ` Patchwork
2024-06-03 15:28 ` [PATCH] " Michal Wajdeczko
8 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2024-05-31 23:50 UTC (permalink / raw)
To: Vinay Belgaumkar; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 72087 bytes --]
== Series Details ==
Series: drm/xe/guc: Request max GT freq during resume
URL : https://patchwork.freedesktop.org/series/134329/
State : failure
== Summary ==
CI Bug Log - changes from xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62_full -> xe-pw-134329v1_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with xe-pw-134329v1_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in xe-pw-134329v1_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 (3 -> 3)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in xe-pw-134329v1_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_async_flips@async-flip-with-page-flip-events:
- shard-dg2-set2: [PASS][1] -> [DMESG-WARN][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-434/igt@kms_async_flips@async-flip-with-page-flip-events.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_async_flips@async-flip-with-page-flip-events.html
* igt@xe_gt_freq@freq_fixed_exec:
- shard-adlp: NOTRUN -> [FAIL][3]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@xe_gt_freq@freq_fixed_exec.html
#### Warnings ####
* igt@xe_pm@s3-vm-bind-unbind-all:
- shard-dg2-set2: [DMESG-WARN][4] ([Intel XE#1162] / [Intel XE#1214]) -> [INCOMPLETE][5]
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-463/igt@xe_pm@s3-vm-bind-unbind-all.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@xe_pm@s3-vm-bind-unbind-all.html
* igt@xe_pm@s4-mocs:
- shard-dg2-set2: [DMESG-WARN][6] ([Intel XE#1214]) -> [DMESG-WARN][7] +1 other test dmesg-warn
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-434/igt@xe_pm@s4-mocs.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@xe_pm@s4-mocs.html
Known issues
------------
Here are the changes found in xe-pw-134329v1_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@intel_hwmon@hwmon-write:
- shard-adlp: NOTRUN -> [SKIP][8] ([Intel XE#1125] / [Intel XE#1201])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@intel_hwmon@hwmon-write.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-270:
- shard-adlp: NOTRUN -> [SKIP][9] ([Intel XE#1124] / [Intel XE#1201]) +11 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-6/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-dg2-set2: NOTRUN -> [SKIP][10] ([Intel XE#1201] / [Intel XE#316])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
- shard-adlp: NOTRUN -> [FAIL][11] ([Intel XE#1231])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-90:
- shard-adlp: NOTRUN -> [SKIP][12] ([Intel XE#1201] / [Intel XE#316]) +4 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-1/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-adlp: NOTRUN -> [FAIL][13] ([Intel XE#1874]) +1 other test fail
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-dg2-set2: NOTRUN -> [SKIP][14] ([Intel XE#1201] / [Intel XE#619]) +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-dg2-set2: NOTRUN -> [SKIP][15] ([Intel XE#1124] / [Intel XE#1201]) +5 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_bw@linear-tiling-1-displays-2160x1440p:
- shard-adlp: NOTRUN -> [SKIP][16] ([Intel XE#1201] / [Intel XE#367]) +2 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-2/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-4-displays-3840x2160p:
- shard-dg2-set2: NOTRUN -> [SKIP][17] ([Intel XE#1201] / [Intel XE#367])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1:
- shard-adlp: NOTRUN -> [SKIP][18] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +33 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-6/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][19] ([Intel XE#1201] / [Intel XE#787]) +13 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][20] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +3 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-xe2-ccs:
- shard-adlp: NOTRUN -> [SKIP][21] ([Intel XE#1201] / [Intel XE#1252]) +1 other test skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-8/igt@kms_ccs@crc-primary-rotation-180-4-tiled-xe2-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1:
- shard-adlp: NOTRUN -> [SKIP][22] ([Intel XE#1201] / [Intel XE#787]) +50 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_cdclk@mode-transition:
- shard-adlp: NOTRUN -> [SKIP][23] ([Intel XE#1201] / [Intel XE#314] / [Intel XE#455]) +1 other test skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-dg2-set2: NOTRUN -> [SKIP][24] ([Intel XE#1201] / [Intel XE#314])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1:
- shard-adlp: NOTRUN -> [SKIP][25] ([Intel XE#1201] / [Intel XE#314]) +2 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1.html
* igt@kms_chamelium_color@ctm-0-75:
- shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#1201] / [Intel XE#306])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_chamelium_color@ctm-0-75.html
* igt@kms_chamelium_hpd@dp-hpd-storm:
- shard-adlp: NOTRUN -> [SKIP][27] ([Intel XE#1201] / [Intel XE#373]) +8 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-1/igt@kms_chamelium_hpd@dp-hpd-storm.html
* igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode:
- shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#1201] / [Intel XE#373]) +3 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-dg2-set2: NOTRUN -> [SKIP][29] ([Intel XE#1201] / [Intel XE#308])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-adlp: NOTRUN -> [SKIP][30] ([Intel XE#1201] / [Intel XE#308]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-6/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_crc@cursor-suspend@pipe-d-hdmi-a-1:
- shard-adlp: NOTRUN -> [DMESG-WARN][31] ([Intel XE#1214] / [Intel XE#1608]) +1 other test dmesg-warn
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-8/igt@kms_cursor_crc@cursor-suspend@pipe-d-hdmi-a-1.html
* igt@kms_cursor_edge_walk@256x256-top-bottom:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][32] ([Intel XE#1214] / [Intel XE#282]) +8 other tests dmesg-warn
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-463/igt@kms_cursor_edge_walk@256x256-top-bottom.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-adlp: NOTRUN -> [SKIP][33] ([Intel XE#1201] / [Intel XE#309]) +3 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-adlp: NOTRUN -> [SKIP][34] ([Intel XE#1201] / [Intel XE#323]) +1 other test skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions:
- shard-dg2-set2: [PASS][35] -> [DMESG-WARN][36] ([Intel XE#1214] / [Intel XE#282]) +6 other tests dmesg-warn
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-433/igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions.html
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-466/igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-dg2-set2: NOTRUN -> [SKIP][37] ([Intel XE#1201] / [Intel XE#323]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-adlp: NOTRUN -> [SKIP][38] ([Intel XE#1201] / [Intel XE#307])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_feature_discovery@psr2:
- shard-adlp: NOTRUN -> [SKIP][39] ([Intel XE#1135] / [Intel XE#1201])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-2/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-wf_vblank-ts-check:
- shard-adlp: NOTRUN -> [SKIP][40] ([Intel XE#1201] / [Intel XE#310]) +4 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-2/igt@kms_flip@2x-wf_vblank-ts-check.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
- shard-dg2-set2: NOTRUN -> [SKIP][41] ([Intel XE#1201] / [Intel XE#455]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-463/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-adlp: NOTRUN -> [DMESG-FAIL][42] ([Intel XE#324]) +1 other test dmesg-fail
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-y:
- shard-adlp: [PASS][43] -> [FAIL][44] ([Intel XE#1874])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-adlp-1/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-y.html
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-8/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-y.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg2-set2: NOTRUN -> [SKIP][45] ([Intel XE#1201] / [Intel XE#651]) +10 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@drrs-rgb565-draw-mmap-wc:
- shard-adlp: NOTRUN -> [SKIP][46] ([Intel XE#1201] / [Intel XE#651]) +10 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-6/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-wc:
- shard-adlp: NOTRUN -> [FAIL][47] ([Intel XE#1861]) +1 other test fail
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-8/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
- shard-adlp: NOTRUN -> [SKIP][48] ([Intel XE#1201] / [Intel XE#656]) +35 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-onoff:
- shard-adlp: NOTRUN -> [SKIP][49] ([Intel XE#1201] / [Intel XE#653]) +18 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-dg2-set2: NOTRUN -> [SKIP][50] ([Intel XE#1201] / [Intel XE#653]) +14 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2-set2: [PASS][51] -> [SKIP][52] ([Intel XE#1201] / [Intel XE#455])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-463/igt@kms_hdr@invalid-hdr.html
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_hdr@invalid-hdr.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-adlp: NOTRUN -> [INCOMPLETE][53] ([Intel XE#1195] / [Intel XE#927]) +1 other test incomplete
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-1/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1:
- shard-adlp: NOTRUN -> [INCOMPLETE][54] ([Intel XE#1195])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
- shard-dg2-set2: NOTRUN -> [SKIP][55] ([Intel XE#1201] / [Intel XE#305] / [Intel XE#455]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][56] ([Intel XE#1201] / [Intel XE#305]) +2 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-6.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:
- shard-adlp: NOTRUN -> [SKIP][57] ([Intel XE#1201] / [Intel XE#305] / [Intel XE#455]) +1 other test skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-8/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1:
- shard-adlp: NOTRUN -> [SKIP][58] ([Intel XE#1201] / [Intel XE#305]) +2 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-8/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1.html
* igt@kms_pm_backlight@bad-brightness:
- shard-adlp: NOTRUN -> [SKIP][59] ([Intel XE#1201] / [Intel XE#870])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_dc@dc5-psr:
- shard-adlp: NOTRUN -> [SKIP][60] ([Intel XE#1129] / [Intel XE#1201])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@kms_pm_dc@dc5-psr.html
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-fully-sf:
- shard-adlp: NOTRUN -> [SKIP][61] ([Intel XE#1201]) +6 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-2/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr@psr-cursor-render:
- shard-dg2-set2: NOTRUN -> [SKIP][62] ([Intel XE#1201] / [Intel XE#929]) +5 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_psr@psr-cursor-render.html
* igt@kms_psr@psr2-sprite-blt:
- shard-adlp: NOTRUN -> [SKIP][63] ([Intel XE#1201] / [Intel XE#929]) +15 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-1/igt@kms_psr@psr2-sprite-blt.html
* igt@kms_rmfb@close-fd@pipe-a-hdmi-a-1:
- shard-adlp: NOTRUN -> [FAIL][64] ([Intel XE#294]) +1 other test fail
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-2/igt@kms_rmfb@close-fd@pipe-a-hdmi-a-1.html
* igt@kms_rotation_crc@bad-tiling:
- shard-adlp: NOTRUN -> [SKIP][65] ([Intel XE#1201] / [Intel XE#327])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-1/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- shard-adlp: NOTRUN -> [SKIP][66] ([Intel XE#1127] / [Intel XE#1201])
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-6/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-dg2-set2: NOTRUN -> [SKIP][67] ([Intel XE#1201] / [Intel XE#327])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_sysfs_edid_timing:
- shard-adlp: NOTRUN -> [FAIL][68] ([Intel XE#1174])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-1/igt@kms_sysfs_edid_timing.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-adlp: NOTRUN -> [SKIP][69] ([Intel XE#1201] / [Intel XE#362])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-8/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_universal_plane@cursor-fb-leak:
- shard-dg2-set2: NOTRUN -> [FAIL][70] ([Intel XE#771] / [Intel XE#899])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_universal_plane@cursor-fb-leak.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [FAIL][71] ([Intel XE#899])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-6.html
* igt@kms_vblank@ts-continuation-dpms-suspend:
- shard-adlp: NOTRUN -> [DMESG-WARN][72] ([Intel XE#1191] / [Intel XE#1214] / [Intel XE#1608])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-6/igt@kms_vblank@ts-continuation-dpms-suspend.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1:
- shard-adlp: NOTRUN -> [DMESG-WARN][73] ([Intel XE#1191] / [Intel XE#1214])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-6/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html
* igt@kms_vrr@flip-suspend:
- shard-adlp: NOTRUN -> [SKIP][74] ([Intel XE#1201] / [Intel XE#455]) +29 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@kms_vrr@flip-suspend.html
* igt@kms_writeback@writeback-fb-id:
- shard-adlp: NOTRUN -> [SKIP][75] ([Intel XE#1201] / [Intel XE#756])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-8/igt@kms_writeback@writeback-fb-id.html
* igt@sriov_basic@enable-vfs-bind-unbind-each:
- shard-dg2-set2: NOTRUN -> [SKIP][76] ([Intel XE#1091] / [Intel XE#1201])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@sriov_basic@enable-vfs-bind-unbind-each.html
* igt@xe_ccs@ctrl-surf-copy:
- shard-adlp: NOTRUN -> [SKIP][77] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#488]) +1 other test skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-6/igt@xe_ccs@ctrl-surf-copy.html
* igt@xe_compute_preempt@compute-preempt-many:
- shard-dg2-set2: NOTRUN -> [SKIP][78] ([Intel XE#1201] / [Intel XE#1280] / [Intel XE#455]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@xe_compute_preempt@compute-preempt-many.html
* igt@xe_copy_basic@mem-copy-linear-0x369:
- shard-dg2-set2: NOTRUN -> [SKIP][79] ([Intel XE#1123] / [Intel XE#1201])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@xe_copy_basic@mem-copy-linear-0x369.html
* igt@xe_copy_basic@mem-copy-linear-0xfffe:
- shard-adlp: NOTRUN -> [SKIP][80] ([Intel XE#1123] / [Intel XE#1201])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-2/igt@xe_copy_basic@mem-copy-linear-0xfffe.html
* igt@xe_evict@evict-beng-large-multi-vm-cm:
- shard-dg2-set2: [PASS][81] -> [FAIL][82] ([Intel XE#1600])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-436/igt@xe_evict@evict-beng-large-multi-vm-cm.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-436/igt@xe_evict@evict-beng-large-multi-vm-cm.html
* igt@xe_evict@evict-beng-mixed-threads-large:
- shard-dg2-set2: NOTRUN -> [TIMEOUT][83] ([Intel XE#1473] / [Intel XE#392])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@xe_evict@evict-beng-mixed-threads-large.html
* igt@xe_evict@evict-beng-mixed-threads-small-multi-vm:
- shard-adlp: NOTRUN -> [SKIP][84] ([Intel XE#1201] / [Intel XE#261] / [Intel XE#688]) +2 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-2/igt@xe_evict@evict-beng-mixed-threads-small-multi-vm.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-adlp: NOTRUN -> [SKIP][85] ([Intel XE#1201] / [Intel XE#261]) +7 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_evict@evict-threads-large:
- shard-dg2-set2: [PASS][86] -> [TIMEOUT][87] ([Intel XE#1473] / [Intel XE#392])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-433/igt@xe_evict@evict-threads-large.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-466/igt@xe_evict@evict-threads-large.html
* igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-samefd:
- shard-adlp: NOTRUN -> [SKIP][88] ([Intel XE#1201] / [Intel XE#688]) +1 other test skip
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-samefd.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate:
- shard-adlp: NOTRUN -> [SKIP][89] ([Intel XE#1201] / [Intel XE#1392]) +9 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate.html
* igt@xe_exec_compute_mode@many-execqueues-userptr-invalidate:
- shard-dg2-set2: [PASS][90] -> [FAIL][91] ([Intel XE#1069])
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-463/igt@xe_exec_compute_mode@many-execqueues-userptr-invalidate.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-464/igt@xe_exec_compute_mode@many-execqueues-userptr-invalidate.html
* igt@xe_exec_fault_mode@many-execqueues-basic-prefetch:
- shard-dg2-set2: NOTRUN -> [SKIP][92] ([Intel XE#1201] / [Intel XE#288]) +13 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@xe_exec_fault_mode@many-execqueues-basic-prefetch.html
* igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-race-prefetch:
- shard-adlp: NOTRUN -> [SKIP][93] ([Intel XE#1201] / [Intel XE#288]) +23 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-race-prefetch.html
* igt@xe_exec_reset@cm-cat-error:
- shard-adlp: NOTRUN -> [DMESG-FAIL][94] ([Intel XE#1962])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-6/igt@xe_exec_reset@cm-cat-error.html
* igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit:
- shard-adlp: NOTRUN -> [FAIL][95] ([Intel XE#1999]) +2 other tests fail
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit.html
* igt@xe_peer2peer@read:
- shard-dg2-set2: NOTRUN -> [FAIL][96] ([Intel XE#1173]) +1 other test fail
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@xe_peer2peer@read.html
* igt@xe_pm@d3hot-mmap-vram:
- shard-adlp: NOTRUN -> [SKIP][97] ([Intel XE#1201] / [Intel XE#1948])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-6/igt@xe_pm@d3hot-mmap-vram.html
* igt@xe_pm@s3-d3cold-basic-exec:
- shard-adlp: NOTRUN -> [SKIP][98] ([Intel XE#1201] / [Intel XE#366])
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-1/igt@xe_pm@s3-d3cold-basic-exec.html
* igt@xe_pm@s4-multiple-execs:
- shard-adlp: NOTRUN -> [INCOMPLETE][99] ([Intel XE#1195] / [Intel XE#1358])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-1/igt@xe_pm@s4-multiple-execs.html
* igt@xe_query@multigpu-query-invalid-size:
- shard-adlp: NOTRUN -> [SKIP][100] ([Intel XE#1201] / [Intel XE#944]) +1 other test skip
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-1/igt@xe_query@multigpu-query-invalid-size.html
* igt@xe_spin_batch@spin-fixed-duration:
- shard-adlp: NOTRUN -> [FAIL][101] ([Intel XE#1081])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-8/igt@xe_spin_batch@spin-fixed-duration.html
#### Possible fixes ####
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic:
- shard-dg2-set2: [DMESG-WARN][102] ([Intel XE#1214] / [Intel XE#282] / [Intel XE#910]) -> [PASS][103]
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-433/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-463/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@cursor-vs-flip-toggle:
- shard-dg2-set2: [DMESG-WARN][104] ([Intel XE#282]) -> [PASS][105] +2 other tests pass
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html
* igt@kms_cursor_legacy@forked-move@pipe-b:
- shard-dg2-set2: [DMESG-WARN][106] ([Intel XE#1214] / [Intel XE#282]) -> [PASS][107] +4 other tests pass
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-463/igt@kms_cursor_legacy@forked-move@pipe-b.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-466/igt@kms_cursor_legacy@forked-move@pipe-b.html
* igt@kms_flip@flip-vs-suspend@b-edp1:
- {shard-lnl}: [INCOMPLETE][108] -> [PASS][109]
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-lnl-6/igt@kms_flip@flip-vs-suspend@b-edp1.html
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-lnl-5/igt@kms_flip@flip-vs-suspend@b-edp1.html
* igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-x:
- shard-adlp: [FAIL][110] ([Intel XE#1874]) -> [PASS][111]
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-adlp-1/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-x.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-8/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-x.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6:
- shard-dg2-set2: [FAIL][112] ([Intel XE#361]) -> [PASS][113]
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-435/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-463/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-d-hdmi-a-6:
- shard-dg2-set2: [INCOMPLETE][114] ([Intel XE#1195]) -> [PASS][115] +1 other test pass
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-d-hdmi-a-6.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-463/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-d-hdmi-a-6.html
* igt@xe_evict@evict-beng-cm-threads-large:
- shard-dg2-set2: [INCOMPLETE][116] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#392]) -> [PASS][117]
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-464/igt@xe_evict@evict-beng-cm-threads-large.html
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-463/igt@xe_evict@evict-beng-cm-threads-large.html
* igt@xe_evict@evict-beng-threads-large:
- shard-dg2-set2: [TIMEOUT][118] ([Intel XE#1473]) -> [PASS][119]
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-466/igt@xe_evict@evict-beng-threads-large.html
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@xe_evict@evict-beng-threads-large.html
* igt@xe_evict@evict-cm-threads-large:
- shard-dg2-set2: [TIMEOUT][120] ([Intel XE#1473] / [Intel XE#392]) -> [PASS][121]
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@xe_evict@evict-cm-threads-large.html
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@xe_evict@evict-cm-threads-large.html
* igt@xe_evict@evict-large-multi-vm-cm:
- shard-dg2-set2: [FAIL][122] ([Intel XE#1600]) -> [PASS][123]
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-463/igt@xe_evict@evict-large-multi-vm-cm.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@xe_evict@evict-large-multi-vm-cm.html
* igt@xe_exec_compute_mode@once-bindexecqueue-userptr-invalidate:
- {shard-lnl}: [FAIL][124] ([Intel XE#1069]) -> [PASS][125]
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-lnl-2/igt@xe_exec_compute_mode@once-bindexecqueue-userptr-invalidate.html
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-lnl-3/igt@xe_exec_compute_mode@once-bindexecqueue-userptr-invalidate.html
* igt@xe_pm@s4-basic-exec:
- shard-dg2-set2: [INCOMPLETE][126] ([Intel XE#1195] / [Intel XE#1358]) -> [PASS][127]
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-466/igt@xe_pm@s4-basic-exec.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@xe_pm@s4-basic-exec.html
#### Warnings ####
* igt@core_setmaster@master-drop-set-user:
- shard-dg2-set2: [DMESG-WARN][128] ([Intel XE#1162] / [Intel XE#1214]) -> [DMESG-WARN][129] ([Intel XE#1162]) +2 other tests dmesg-warn
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-434/igt@core_setmaster@master-drop-set-user.html
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@core_setmaster@master-drop-set-user.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-6-4-mc-ccs:
- shard-dg2-set2: [SKIP][130] ([Intel XE#1201] / [Intel XE#801]) -> [SKIP][131] ([Intel XE#801]) +23 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-434/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-6-4-mc-ccs.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-6-4-mc-ccs.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
- shard-dg2-set2: [SKIP][132] ([Intel XE#316]) -> [SKIP][133] ([Intel XE#1201] / [Intel XE#316]) +3 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-dg2-set2: [SKIP][134] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][135] ([Intel XE#316]) +1 other test skip
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-434/igt@kms_big_fb@linear-8bpp-rotate-270.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-adlp: [DMESG-FAIL][136] ([Intel XE#324]) -> [FAIL][137] ([Intel XE#1231])
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-adlp-1/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-8/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-adlp: [FAIL][138] ([Intel XE#1231]) -> [DMESG-FAIL][139] ([Intel XE#324])
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-adlp-2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-dg2-set2: [SKIP][140] ([Intel XE#1124]) -> [SKIP][141] ([Intel XE#1124] / [Intel XE#1201]) +7 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-dg2-set2: [SKIP][142] ([Intel XE#607]) -> [SKIP][143] ([Intel XE#1201] / [Intel XE#607])
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-dg2-set2: [SKIP][144] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][145] ([Intel XE#1124]) +4 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-463/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_joiner@basic:
- shard-dg2-set2: [SKIP][146] ([Intel XE#1201] / [Intel XE#346]) -> [SKIP][147] ([Intel XE#346])
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-434/igt@kms_big_joiner@basic.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_big_joiner@basic.html
* igt@kms_bw@linear-tiling-1-displays-1920x1080p:
- shard-dg2-set2: [SKIP][148] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][149] ([Intel XE#367])
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-435/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-3-displays-1920x1080p:
- shard-dg2-set2: [SKIP][150] ([Intel XE#367]) -> [SKIP][151] ([Intel XE#1201] / [Intel XE#367])
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_bw@linear-tiling-3-displays-1920x1080p.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_bw@linear-tiling-3-displays-1920x1080p.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6:
- shard-dg2-set2: [SKIP][152] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][153] ([Intel XE#787]) +62 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-434/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs-cc@pipe-b-dp-4:
- shard-dg2-set2: [SKIP][154] ([Intel XE#787]) -> [SKIP][155] ([Intel XE#1201] / [Intel XE#787]) +69 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs-cc@pipe-b-dp-4.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs-cc@pipe-b-dp-4.html
* igt@kms_ccs@bad-pixel-format-yf-tiled-ccs:
- shard-dg2-set2: [SKIP][156] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][157] ([Intel XE#455] / [Intel XE#787]) +17 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-434/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs:
- shard-dg2-set2: [SKIP][158] ([Intel XE#1252]) -> [SKIP][159] ([Intel XE#1201] / [Intel XE#1252])
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: [SKIP][160] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][161] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +19 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-dg2-set2: [SKIP][162] ([Intel XE#306]) -> [SKIP][163] ([Intel XE#1201] / [Intel XE#306])
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_chamelium_color@ctm-red-to-blue.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-4k:
- shard-dg2-set2: [SKIP][164] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][165] ([Intel XE#373]) +4 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-463/igt@kms_chamelium_edid@dp-edid-stress-resolution-4k.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_chamelium_edid@dp-edid-stress-resolution-4k.html
* igt@kms_chamelium_edid@hdmi-edid-read:
- shard-dg2-set2: [SKIP][166] ([Intel XE#373]) -> [SKIP][167] ([Intel XE#1201] / [Intel XE#373]) +6 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_chamelium_edid@hdmi-edid-read.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_chamelium_edid@hdmi-edid-read.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-dg2-set2: [SKIP][168] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][169] ([Intel XE#308]) +1 other test skip
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-434/igt@kms_cursor_crc@cursor-offscreen-512x512.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-sliding-256x256@pipe-d-hdmi-a-6:
- shard-dg2-set2: [DMESG-WARN][170] ([Intel XE#1214] / [Intel XE#282]) -> [DMESG-WARN][171] ([Intel XE#282]) +3 other tests dmesg-warn
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-435/igt@kms_cursor_crc@cursor-sliding-256x256@pipe-d-hdmi-a-6.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_cursor_crc@cursor-sliding-256x256@pipe-d-hdmi-a-6.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-adlp: [INCOMPLETE][172] ([Intel XE#1195] / [Intel XE#927]) -> [DMESG-WARN][173] ([Intel XE#1191] / [Intel XE#1214] / [Intel XE#1608])
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-adlp-1/igt@kms_cursor_crc@cursor-suspend.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-8/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1:
- shard-adlp: [INCOMPLETE][174] ([Intel XE#1195]) -> [DMESG-WARN][175] ([Intel XE#1191] / [Intel XE#1214] / [Intel XE#1608])
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-adlp-1/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-8/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1.html
* igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size:
- shard-dg2-set2: [DMESG-WARN][176] ([Intel XE#282] / [Intel XE#910]) -> [DMESG-WARN][177] ([Intel XE#1214] / [Intel XE#282] / [Intel XE#910])
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-dg2-set2: [DMESG-WARN][178] ([Intel XE#282]) -> [DMESG-WARN][179] ([Intel XE#1214] / [Intel XE#282]) +10 other tests dmesg-warn
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-dg2-set2: [SKIP][180] ([Intel XE#1201] / [Intel XE#323]) -> [SKIP][181] ([Intel XE#323])
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-435/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_fbcon_fbt@psr:
- shard-dg2-set2: [SKIP][182] ([Intel XE#776]) -> [SKIP][183] ([Intel XE#1201] / [Intel XE#776])
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_fbcon_fbt@psr.html
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2-set2: [SKIP][184] ([Intel XE#1138] / [Intel XE#1201]) -> [SKIP][185] ([Intel XE#1138])
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-463/igt@kms_feature_discovery@display-4x.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_feature_discovery@display-4x.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-dg2-set2: [SKIP][186] ([Intel XE#455]) -> [SKIP][187] ([Intel XE#1201] / [Intel XE#455]) +7 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-dg2-set2: [SKIP][188] ([i915#5274]) -> [SKIP][189] ([Intel XE#1201] / [i915#5274])
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_force_connector_basic@prune-stale-modes.html
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-msflip-blt:
- shard-dg2-set2: [SKIP][190] ([Intel XE#651]) -> [SKIP][191] ([Intel XE#1201] / [Intel XE#651]) +22 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-msflip-blt.html
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear:
- shard-dg2-set2: [SKIP][192] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][193] ([Intel XE#651]) +17 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt:
- shard-dg2-set2: [SKIP][194] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][195] ([Intel XE#653]) +16 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt.html
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][196] ([Intel XE#653]) -> [SKIP][197] ([Intel XE#1201] / [Intel XE#653]) +21 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc.html
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_hdmi_inject@inject-audio:
- shard-dg2-set2: [SKIP][198] ([Intel XE#417]) -> [SKIP][199] ([Intel XE#1201] / [Intel XE#417])
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_hdmi_inject@inject-audio.html
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-dg2-set2: [SKIP][200] ([Intel XE#1201] / [Intel XE#356]) -> [SKIP][201] ([Intel XE#356])
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-434/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_plane_multiple@tiling-y:
- shard-dg2-set2: [SKIP][202] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][203] ([Intel XE#455]) +10 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-463/igt@kms_plane_multiple@tiling-y.html
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][204] ([Intel XE#305]) -> [SKIP][205] ([Intel XE#1201] / [Intel XE#305]) +2 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-6.html
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-6.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-6:
- shard-dg2-set2: [SKIP][206] ([Intel XE#305] / [Intel XE#455]) -> [SKIP][207] ([Intel XE#1201] / [Intel XE#305] / [Intel XE#455]) +1 other test skip
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-6.html
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-6.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25:
- shard-dg2-set2: [SKIP][208] ([Intel XE#1201] / [Intel XE#305] / [Intel XE#455]) -> [SKIP][209] ([Intel XE#305] / [Intel XE#455])
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-463/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][210] ([Intel XE#1201] / [Intel XE#305]) -> [SKIP][211] ([Intel XE#305]) +2 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-463/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6.html
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6.html
* igt@kms_pm_backlight@basic-brightness:
- shard-dg2-set2: [SKIP][212] ([Intel XE#1201] / [Intel XE#870]) -> [SKIP][213] ([Intel XE#870])
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-435/igt@kms_pm_backlight@basic-brightness.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_psr@fbc-pr-no-drrs:
- shard-dg2-set2: [SKIP][214] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][215] ([Intel XE#929]) +10 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-435/igt@kms_psr@fbc-pr-no-drrs.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_psr@fbc-pr-no-drrs.html
* igt@kms_psr@fbc-psr2-suspend:
- shard-dg2-set2: [SKIP][216] ([Intel XE#929]) -> [SKIP][217] ([Intel XE#1201] / [Intel XE#929]) +14 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_psr@fbc-psr2-suspend.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_psr@fbc-psr2-suspend.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-dg2-set2: [SKIP][218] ([Intel XE#1149] / [Intel XE#1201]) -> [SKIP][219] ([Intel XE#1149])
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-434/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@bad-tiling:
- shard-dg2-set2: [SKIP][220] ([Intel XE#327]) -> [SKIP][221] ([Intel XE#1201] / [Intel XE#327]) +2 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@kms_rotation_crc@bad-tiling.html
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-dg2-set2: [SKIP][222] ([Intel XE#1127] / [Intel XE#1201]) -> [SKIP][223] ([Intel XE#1127])
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-463/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@xe_copy_basic@mem-set-linear-0x3fff:
- shard-dg2-set2: [SKIP][224] ([Intel XE#1126] / [Intel XE#1201]) -> [SKIP][225] ([Intel XE#1126])
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-434/igt@xe_copy_basic@mem-set-linear-0x3fff.html
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0x3fff.html
* igt@xe_exec_fault_mode@once-basic-imm:
- shard-dg2-set2: [SKIP][226] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][227] ([Intel XE#288]) +13 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-463/igt@xe_exec_fault_mode@once-basic-imm.html
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@xe_exec_fault_mode@once-basic-imm.html
* igt@xe_exec_fault_mode@once-bindexecqueue-imm:
- shard-dg2-set2: [SKIP][228] ([Intel XE#288]) -> [SKIP][229] ([Intel XE#1201] / [Intel XE#288]) +19 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@xe_exec_fault_mode@once-bindexecqueue-imm.html
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@xe_exec_fault_mode@once-bindexecqueue-imm.html
* igt@xe_gt_freq@freq_suspend:
- shard-adlp: [DMESG-WARN][230] ([Intel XE#1191] / [Intel XE#1214]) -> [INCOMPLETE][231] ([Intel XE#1195])
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-adlp-6/igt@xe_gt_freq@freq_suspend.html
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-9/igt@xe_gt_freq@freq_suspend.html
* igt@xe_pat@pat-index-xe2:
- shard-dg2-set2: [SKIP][232] ([Intel XE#1201] / [Intel XE#977]) -> [SKIP][233] ([Intel XE#977])
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-435/igt@xe_pat@pat-index-xe2.html
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@xe_pat@pat-index-xe2.html
* igt@xe_pm@d3cold-basic:
- shard-dg2-set2: [SKIP][234] ([Intel XE#1201] / [Intel XE#366]) -> [SKIP][235] ([Intel XE#366])
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-435/igt@xe_pm@d3cold-basic.html
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@xe_pm@d3cold-basic.html
* igt@xe_pm@s3-basic-exec:
- shard-dg2-set2: [INCOMPLETE][236] ([Intel XE#1044] / [Intel XE#1195] / [Intel XE#1358] / [Intel XE#569]) -> [DMESG-WARN][237] ([Intel XE#1162] / [Intel XE#1214])
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-463/igt@xe_pm@s3-basic-exec.html
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@xe_pm@s3-basic-exec.html
* igt@xe_pm@s3-d3cold-basic-exec:
- shard-dg2-set2: [SKIP][238] ([Intel XE#366]) -> [SKIP][239] ([Intel XE#1201] / [Intel XE#366])
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@xe_pm@s3-d3cold-basic-exec.html
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-435/igt@xe_pm@s3-d3cold-basic-exec.html
* igt@xe_pm@s3-vm-bind-unbind-all:
- shard-adlp: [DMESG-WARN][240] ([Intel XE#1214] / [Intel XE#1941]) -> [INCOMPLETE][241] ([Intel XE#1195])
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-adlp-6/igt@xe_pm@s3-vm-bind-unbind-all.html
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-1/igt@xe_pm@s3-vm-bind-unbind-all.html
* igt@xe_pm@s3-vm-bind-userptr:
- shard-adlp: [INCOMPLETE][242] ([Intel XE#1195]) -> [DMESG-WARN][243] ([Intel XE#1214])
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-adlp-1/igt@xe_pm@s3-vm-bind-userptr.html
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-adlp-2/igt@xe_pm@s3-vm-bind-userptr.html
* igt@xe_query@multigpu-query-gt-list:
- shard-dg2-set2: [SKIP][244] ([Intel XE#944]) -> [SKIP][245] ([Intel XE#1201] / [Intel XE#944]) +2 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@xe_query@multigpu-query-gt-list.html
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@xe_query@multigpu-query-gt-list.html
* igt@xe_query@multigpu-query-uc-fw-version-guc:
- shard-dg2-set2: [SKIP][246] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][247] ([Intel XE#944]) +2 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-463/igt@xe_query@multigpu-query-uc-fw-version-guc.html
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-432/igt@xe_query@multigpu-query-uc-fw-version-guc.html
* igt@xe_wedged@basic-wedged:
- shard-dg2-set2: [DMESG-WARN][248] ([Intel XE#1760]) -> [DMESG-WARN][249] ([Intel XE#1214] / [Intel XE#1760])
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@xe_wedged@basic-wedged.html
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@xe_wedged@basic-wedged.html
* igt@xe_wedged@wedged-at-any-timeout:
- shard-dg2-set2: [SKIP][250] ([Intel XE#1130]) -> [SKIP][251] ([Intel XE#1130] / [Intel XE#1201])
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62/shard-dg2-432/igt@xe_wedged@wedged-at-any-timeout.html
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/shard-dg2-433/igt@xe_wedged@wedged-at-any-timeout.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1044]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1044
[Intel XE#1045]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1045
[Intel XE#1068]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1068
[Intel XE#1069]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1069
[Intel XE#1081]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1081
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1125]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1125
[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#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
[Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130
[Intel XE#1131]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1131
[Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135
[Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
[Intel XE#1149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1149
[Intel XE#1162]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1162
[Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173
[Intel XE#1174]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1174
[Intel XE#1191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1191
[Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195
[Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201
[Intel XE#1214]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1214
[Intel XE#1231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1231
[Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1330
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399
[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#1413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1413
[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#1437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1446
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600
[Intel XE#1608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1608
[Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1760
[Intel XE#1830]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1830
[Intel XE#1861]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1861
[Intel XE#1874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1874
[Intel XE#1941]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1941
[Intel XE#1948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1948
[Intel XE#1962]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1962
[Intel XE#1999]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1999
[Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261
[Intel XE#282]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/282
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/294
[Intel XE#305]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/305
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[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#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324
[Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327
[Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330
[Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
[Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356
[Intel XE#361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/361
[Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/392
[Intel XE#417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/417
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#488]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/488
[Intel XE#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512
[Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619
[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#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#771]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/771
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#801]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/801
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899
[Intel XE#910]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/910
[Intel XE#927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/927
[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
[i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274
Build changes
-------------
* Linux: xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62 -> xe-pw-134329v1
IGT_7877: 23b8b8a0168e1b5141e29346be1f83fdbed31037 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1391-692c2b76453385a04b1eef40f3cdbc0097074f62: 692c2b76453385a04b1eef40f3cdbc0097074f62
xe-pw-134329v1: 134329v1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134329v1/index.html
[-- Attachment #2: Type: text/html, Size: 96091 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH] drm/xe/guc: Request max GT freq during resume
2024-05-31 21:42 [PATCH] drm/xe/guc: Request max GT freq during resume Vinay Belgaumkar
` (7 preceding siblings ...)
2024-05-31 23:50 ` ✗ CI.FULL: failure " Patchwork
@ 2024-06-03 15:28 ` Michal Wajdeczko
2024-06-03 19:06 ` Belgaumkar, Vinay
8 siblings, 1 reply; 13+ messages in thread
From: Michal Wajdeczko @ 2024-06-03 15:28 UTC (permalink / raw)
To: Vinay Belgaumkar, intel-xe, Lucas De Marchi
On 31.05.2024 23:42, Vinay Belgaumkar wrote:
> We already request max freq in the load path, moving it
> to __xe_guc_upload will ensure this speeds up GuC load in
> the resume path as well.
>
> Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
> ---
> drivers/gpu/drm/xe/xe_guc.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_guc.c b/drivers/gpu/drm/xe/xe_guc.c
> index f7886c00af01..63e1b685bd4f 100644
> --- a/drivers/gpu/drm/xe/xe_guc.c
> +++ b/drivers/gpu/drm/xe/xe_guc.c
> @@ -694,6 +694,9 @@ static int __xe_guc_upload(struct xe_guc *guc)
> {
> int ret;
>
> + /* Raise GT freq to speed up HuC/GuC load */
> + xe_guc_pc_init_early(&guc->pc);
maybe it's just me, but usually we were using _init_early() name suffix
for functions with some early, one-time, likely software-only
initialization, while here this xe_guc_pc_init_early() seems to be doing
something else and now it could even be called many times
maybe it should be split/renamed to xe_guc_pc_boost() or something?
> +
> guc_write_params(guc);
> guc_prepare_xfer(guc);
>
> @@ -779,9 +782,6 @@ int xe_guc_min_load_for_hwconfig(struct xe_guc *guc)
>
> xe_guc_ads_populate_minimal(&guc->ads);
>
> - /* Raise GT freq to speed up HuC/GuC load */
> - xe_guc_pc_init_early(&guc->pc);
> -
> ret = __xe_guc_upload(guc);
> if (ret)
> return ret;
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH] drm/xe/guc: Request max GT freq during resume
2024-06-03 15:28 ` [PATCH] " Michal Wajdeczko
@ 2024-06-03 19:06 ` Belgaumkar, Vinay
2024-06-03 19:17 ` Michal Wajdeczko
0 siblings, 1 reply; 13+ messages in thread
From: Belgaumkar, Vinay @ 2024-06-03 19:06 UTC (permalink / raw)
To: Michal Wajdeczko, intel-xe, Lucas De Marchi
On 6/3/2024 8:28 AM, Michal Wajdeczko wrote:
>
> On 31.05.2024 23:42, Vinay Belgaumkar wrote:
>> We already request max freq in the load path, moving it
>> to __xe_guc_upload will ensure this speeds up GuC load in
>> the resume path as well.
>>
>> Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
>> ---
>> drivers/gpu/drm/xe/xe_guc.c | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/xe/xe_guc.c b/drivers/gpu/drm/xe/xe_guc.c
>> index f7886c00af01..63e1b685bd4f 100644
>> --- a/drivers/gpu/drm/xe/xe_guc.c
>> +++ b/drivers/gpu/drm/xe/xe_guc.c
>> @@ -694,6 +694,9 @@ static int __xe_guc_upload(struct xe_guc *guc)
>> {
>> int ret;
>>
>> + /* Raise GT freq to speed up HuC/GuC load */
>> + xe_guc_pc_init_early(&guc->pc);
> maybe it's just me, but usually we were using _init_early() name suffix
> for functions with some early, one-time, likely software-only
> initialization, while here this xe_guc_pc_init_early() seems to be doing
> something else and now it could even be called many times
It is initializing the internal variables to the fused frequency values
as well. It is still being called only once so far. This patch just
changes where it is called from.
Also, as of now, I don't see any other location where we could call this
from. If that happens, we can rename the function.
Thanks,
Vinay.
>
> maybe it should be split/renamed to xe_guc_pc_boost() or something?
>
>> +
>> guc_write_params(guc);
>> guc_prepare_xfer(guc);
>>
>> @@ -779,9 +782,6 @@ int xe_guc_min_load_for_hwconfig(struct xe_guc *guc)
>>
>> xe_guc_ads_populate_minimal(&guc->ads);
>>
>> - /* Raise GT freq to speed up HuC/GuC load */
>> - xe_guc_pc_init_early(&guc->pc);
>> -
>> ret = __xe_guc_upload(guc);
>> if (ret)
>> return ret;
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH] drm/xe/guc: Request max GT freq during resume
2024-06-03 19:06 ` Belgaumkar, Vinay
@ 2024-06-03 19:17 ` Michal Wajdeczko
2024-06-03 19:26 ` Belgaumkar, Vinay
0 siblings, 1 reply; 13+ messages in thread
From: Michal Wajdeczko @ 2024-06-03 19:17 UTC (permalink / raw)
To: Belgaumkar, Vinay, intel-xe, Lucas De Marchi
On 03.06.2024 21:06, Belgaumkar, Vinay wrote:
>
> On 6/3/2024 8:28 AM, Michal Wajdeczko wrote:
>>
>> On 31.05.2024 23:42, Vinay Belgaumkar wrote:
>>> We already request max freq in the load path, moving it
>>> to __xe_guc_upload will ensure this speeds up GuC load in
>>> the resume path as well.
>>>
>>> Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
>>> ---
>>> drivers/gpu/drm/xe/xe_guc.c | 6 +++---
>>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/drivers/gpu/drm/xe/xe_guc.c b/drivers/gpu/drm/xe/xe_guc.c
>>> index f7886c00af01..63e1b685bd4f 100644
>>> --- a/drivers/gpu/drm/xe/xe_guc.c
>>> +++ b/drivers/gpu/drm/xe/xe_guc.c
>>> @@ -694,6 +694,9 @@ static int __xe_guc_upload(struct xe_guc *guc)
>>> {
>>> int ret;
>>> + /* Raise GT freq to speed up HuC/GuC load */
>>> + xe_guc_pc_init_early(&guc->pc);
>> maybe it's just me, but usually we were using _init_early() name suffix
>> for functions with some early, one-time, likely software-only
>> initialization, while here this xe_guc_pc_init_early() seems to be doing
>> something else and now it could even be called many times
>
> It is initializing the internal variables to the fused frequency values
> as well. It is still being called only once so far. This patch just
> changes where it is called from.
this is now called from xe_uc_init_hw(), so not once per driver load:
/*
* Should be called during driver load, after every GT reset, and after
every
* suspend to reload / auth the firmwares.
*/
int xe_uc_init_hw(struct xe_uc *uc)
{
... ret = xe_guc_upload(&uc->guc);
int xe_guc_upload(struct xe_guc *guc)
{
... return __xe_guc_upload(guc);
>
> Also, as of now, I don't see any other location where we could call this
> from. If that happens, we can rename the function.
>
> Thanks,
>
> Vinay.
>
>>
>> maybe it should be split/renamed to xe_guc_pc_boost() or something?
>>
>>> +
>>> guc_write_params(guc);
>>> guc_prepare_xfer(guc);
>>> @@ -779,9 +782,6 @@ int xe_guc_min_load_for_hwconfig(struct xe_guc
>>> *guc)
>>> xe_guc_ads_populate_minimal(&guc->ads);
>>> - /* Raise GT freq to speed up HuC/GuC load */
>>> - xe_guc_pc_init_early(&guc->pc);
>>> -
>>> ret = __xe_guc_upload(guc);
>>> if (ret)
>>> return ret;
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH] drm/xe/guc: Request max GT freq during resume
2024-06-03 19:17 ` Michal Wajdeczko
@ 2024-06-03 19:26 ` Belgaumkar, Vinay
0 siblings, 0 replies; 13+ messages in thread
From: Belgaumkar, Vinay @ 2024-06-03 19:26 UTC (permalink / raw)
To: Michal Wajdeczko, intel-xe, Lucas De Marchi
On 6/3/2024 12:17 PM, Michal Wajdeczko wrote:
>
> On 03.06.2024 21:06, Belgaumkar, Vinay wrote:
>> On 6/3/2024 8:28 AM, Michal Wajdeczko wrote:
>>> On 31.05.2024 23:42, Vinay Belgaumkar wrote:
>>>> We already request max freq in the load path, moving it
>>>> to __xe_guc_upload will ensure this speeds up GuC load in
>>>> the resume path as well.
>>>>
>>>> Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
>>>> ---
>>>> drivers/gpu/drm/xe/xe_guc.c | 6 +++---
>>>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>>>
>>>> diff --git a/drivers/gpu/drm/xe/xe_guc.c b/drivers/gpu/drm/xe/xe_guc.c
>>>> index f7886c00af01..63e1b685bd4f 100644
>>>> --- a/drivers/gpu/drm/xe/xe_guc.c
>>>> +++ b/drivers/gpu/drm/xe/xe_guc.c
>>>> @@ -694,6 +694,9 @@ static int __xe_guc_upload(struct xe_guc *guc)
>>>> {
>>>> int ret;
>>>> + /* Raise GT freq to speed up HuC/GuC load */
>>>> + xe_guc_pc_init_early(&guc->pc);
>>> maybe it's just me, but usually we were using _init_early() name suffix
>>> for functions with some early, one-time, likely software-only
>>> initialization, while here this xe_guc_pc_init_early() seems to be doing
>>> something else and now it could even be called many times
>> It is initializing the internal variables to the fused frequency values
>> as well. It is still being called only once so far. This patch just
>> changes where it is called from.
> this is now called from xe_uc_init_hw(), so not once per driver load:
True, more like once per guc load. It is called
intel_rps_raise_unslice() in i915, so might be better to call it
something similar.
>
> /*
> * Should be called during driver load, after every GT reset, and after
> every
> * suspend to reload / auth the firmwares.
> */
> int xe_uc_init_hw(struct xe_uc *uc)
> {
> ... ret = xe_guc_upload(&uc->guc);
>
>
> int xe_guc_upload(struct xe_guc *guc)
> {
> ... return __xe_guc_upload(guc);
>
>> Also, as of now, I don't see any other location where we could call this
>> from. If that happens, we can rename the function.
>>
>> Thanks,
>>
>> Vinay.
>>
>>> maybe it should be split/renamed to xe_guc_pc_boost() or something?
>>>
>>>> +
>>>> guc_write_params(guc);
>>>> guc_prepare_xfer(guc);
>>>> @@ -779,9 +782,6 @@ int xe_guc_min_load_for_hwconfig(struct xe_guc
>>>> *guc)
>>>> xe_guc_ads_populate_minimal(&guc->ads);
>>>> - /* Raise GT freq to speed up HuC/GuC load */
>>>> - xe_guc_pc_init_early(&guc->pc);
>>>> -
>>>> ret = __xe_guc_upload(guc);
>>>> if (ret)
>>>> return ret;
^ permalink raw reply [flat|nested] 13+ messages in thread