* ✓ CI.KUnit: success for drm/xe/oa: Allow oa_exponent value of 0 (rev2)
2025-02-12 16:26 [PATCH v2] drm/xe/oa: Allow oa_exponent value of 0 Umesh Nerlige Ramappa
` (2 preceding siblings ...)
2025-02-12 18:53 ` ✓ CI.checkpatch: " Patchwork
@ 2025-02-12 18:54 ` Patchwork
2025-02-12 19:11 ` ✓ CI.Build: " Patchwork
` (4 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2025-02-12 18:54 UTC (permalink / raw)
To: Umesh Nerlige Ramappa; +Cc: intel-xe
== Series Details ==
Series: drm/xe/oa: Allow oa_exponent value of 0 (rev2)
URL : https://patchwork.freedesktop.org/series/144685/
State : success
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[18:53:47] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[18:53:51] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json 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)
| ^~~~~~~~~~~~~~~~~
[18:54:17] Starting KUnit Kernel (1/1)...
[18:54:17] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[18:54:17] ================== guc_buf (11 subtests) ===================
[18:54:17] [PASSED] test_smallest
[18:54:17] [PASSED] test_largest
[18:54:17] [PASSED] test_granular
[18:54:17] [PASSED] test_unique
[18:54:17] [PASSED] test_overlap
[18:54:17] [PASSED] test_reusable
[18:54:17] [PASSED] test_too_big
[18:54:17] [PASSED] test_flush
[18:54:17] [PASSED] test_lookup
[18:54:17] [PASSED] test_data
[18:54:17] [PASSED] test_class
[18:54:17] ===================== [PASSED] guc_buf =====================
[18:54:17] =================== guc_dbm (7 subtests) ===================
[18:54:17] [PASSED] test_empty
[18:54:17] [PASSED] test_default
[18:54:17] ======================== test_size ========================
[18:54:17] [PASSED] 4
[18:54:17] [PASSED] 8
[18:54:17] [PASSED] 32
[18:54:17] [PASSED] 256
[18:54:17] ==================== [PASSED] test_size ====================
[18:54:17] ======================= test_reuse ========================
[18:54:17] [PASSED] 4
[18:54:17] [PASSED] 8
[18:54:17] [PASSED] 32
[18:54:17] [PASSED] 256
[18:54:17] =================== [PASSED] test_reuse ====================
[18:54:17] =================== test_range_overlap ====================
[18:54:17] [PASSED] 4
[18:54:17] [PASSED] 8
[18:54:17] [PASSED] 32
[18:54:17] [PASSED] 256
[18:54:17] =============== [PASSED] test_range_overlap ================
[18:54:17] =================== test_range_compact ====================
[18:54:17] [PASSED] 4
[18:54:17] [PASSED] 8
[18:54:17] [PASSED] 32
[18:54:17] [PASSED] 256
[18:54:17] =============== [PASSED] test_range_compact ================
[18:54:17] ==================== test_range_spare =====================
[18:54:17] [PASSED] 4
[18:54:17] [PASSED] 8
[18:54:17] [PASSED] 32
[18:54:17] [PASSED] 256
[18:54:17] ================ [PASSED] test_range_spare =================
[18:54:17] ===================== [PASSED] guc_dbm =====================
[18:54:17] =================== guc_idm (6 subtests) ===================
[18:54:17] [PASSED] bad_init
[18:54:17] [PASSED] no_init
[18:54:17] [PASSED] init_fini
[18:54:17] [PASSED] check_used
[18:54:17] [PASSED] check_quota
[18:54:17] [PASSED] check_all
[18:54:17] ===================== [PASSED] guc_idm =====================
[18:54:17] ================== no_relay (3 subtests) ===================
[18:54:17] [PASSED] xe_drops_guc2pf_if_not_ready
[18:54:17] [PASSED] xe_drops_guc2vf_if_not_ready
[18:54:17] [PASSED] xe_rejects_send_if_not_ready
[18:54:17] ==================== [PASSED] no_relay =====================
[18:54:17] ================== pf_relay (14 subtests) ==================
[18:54:17] [PASSED] pf_rejects_guc2pf_too_short
[18:54:17] [PASSED] pf_rejects_guc2pf_too_long
[18:54:17] [PASSED] pf_rejects_guc2pf_no_payload
[18:54:17] [PASSED] pf_fails_no_payload
[18:54:17] [PASSED] pf_fails_bad_origin
[18:54:17] [PASSED] pf_fails_bad_type
[18:54:17] [PASSED] pf_txn_reports_error
[18:54:17] [PASSED] pf_txn_sends_pf2guc
[18:54:17] [PASSED] pf_sends_pf2guc
[18:54:17] [SKIPPED] pf_loopback_nop
[18:54:17] [SKIPPED] pf_loopback_echo
[18:54:17] [SKIPPED] pf_loopback_fail
[18:54:17] [SKIPPED] pf_loopback_busy
[18:54:17] [SKIPPED] pf_loopback_retry
[18:54:17] ==================== [PASSED] pf_relay =====================
[18:54:17] ================== vf_relay (3 subtests) ===================
[18:54:17] [PASSED] vf_rejects_guc2vf_too_short
[18:54:17] [PASSED] vf_rejects_guc2vf_too_long
[18:54:17] [PASSED] vf_rejects_guc2vf_no_payload
[18:54:17] ==================== [PASSED] vf_relay =====================
[18:54:17] ================= pf_service (11 subtests) =================
[18:54:17] [PASSED] pf_negotiate_any
[18:54:17] [PASSED] pf_negotiate_base_match
[18:54:17] [PASSED] pf_negotiate_base_newer
[18:54:17] [PASSED] pf_negotiate_base_next
[18:54:17] [SKIPPED] pf_negotiate_base_older
[18:54:17] [PASSED] pf_negotiate_base_prev
[18:54:17] [PASSED] pf_negotiate_latest_match
[18:54:17] [PASSED] pf_negotiate_latest_newer
[18:54:17] [PASSED] pf_negotiate_latest_next
[18:54:17] [SKIPPED] pf_negotiate_latest_older
[18:54:17] [SKIPPED] pf_negotiate_latest_prev
[18:54:17] =================== [PASSED] pf_service ====================
[18:54:17] ===================== lmtt (1 subtest) =====================
[18:54:17] ======================== test_ops =========================
[18:54:17] [PASSED] 2-level
[18:54:17] [PASSED] multi-level
[18:54:17] ==================== [PASSED] test_ops =====================
[18:54:17] ====================== [PASSED] lmtt =======================
[18:54:17] =================== xe_mocs (2 subtests) ===================
[18:54:17] ================ xe_live_mocs_kernel_kunit ================
[18:54:17] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[18:54:17] ================ xe_live_mocs_reset_kunit =================
[18:54:17] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[18:54:17] ==================== [SKIPPED] xe_mocs =====================
[18:54:17] ================= xe_migrate (2 subtests) ==================
[18:54:17] ================= xe_migrate_sanity_kunit =================
[18:54:17] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[18:54:17] ================== xe_validate_ccs_kunit ==================
[18:54:17] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[18:54:17] =================== [SKIPPED] xe_migrate ===================
[18:54:17] ================== xe_dma_buf (1 subtest) ==================
[18:54:17] ==================== xe_dma_buf_kunit =====================
[18:54:17] ================ [SKIPPED] xe_dma_buf_kunit ================
[18:54:17] =================== [SKIPPED] xe_dma_buf ===================
[18:54:17] ================= xe_bo_shrink (1 subtest) =================
[18:54:17] =================== xe_bo_shrink_kunit ====================
[18:54:17] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[18:54:17] ================== [SKIPPED] xe_bo_shrink ==================
[18:54:17] ==================== xe_bo (2 subtests) ====================
[18:54:17] ================== xe_ccs_migrate_kunit ===================
[18:54:17] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
stty: 'standard input': Inappropriate ioctl for device
[18:54:17] ==================== xe_bo_evict_kunit ====================
[18:54:17] =============== [SKIPPED] xe_bo_evict_kunit ================
[18:54:17] ===================== [SKIPPED] xe_bo ======================
[18:54:17] ==================== args (11 subtests) ====================
[18:54:17] [PASSED] count_args_test
[18:54:17] [PASSED] call_args_example
[18:54:17] [PASSED] call_args_test
[18:54:17] [PASSED] drop_first_arg_example
[18:54:17] [PASSED] drop_first_arg_test
[18:54:17] [PASSED] first_arg_example
[18:54:17] [PASSED] first_arg_test
[18:54:17] [PASSED] last_arg_example
[18:54:17] [PASSED] last_arg_test
[18:54:17] [PASSED] pick_arg_example
[18:54:17] [PASSED] sep_comma_example
[18:54:17] ====================== [PASSED] args =======================
[18:54:17] =================== xe_pci (2 subtests) ====================
[18:54:17] [PASSED] xe_gmdid_graphics_ip
[18:54:17] [PASSED] xe_gmdid_media_ip
[18:54:17] ===================== [PASSED] xe_pci ======================
[18:54:17] =================== xe_rtp (2 subtests) ====================
[18:54:17] =============== xe_rtp_process_to_sr_tests ================
[18:54:17] [PASSED] coalesce-same-reg
[18:54:17] [PASSED] no-match-no-add
[18:54:17] [PASSED] match-or
[18:54:17] [PASSED] match-or-xfail
[18:54:17] [PASSED] no-match-no-add-multiple-rules
[18:54:17] [PASSED] two-regs-two-entries
[18:54:17] [PASSED] clr-one-set-other
[18:54:17] [PASSED] set-field
[18:54:17] [PASSED] conflict-duplicate
[18:54:17] [PASSED] conflict-not-disjoint
[18:54:17] [PASSED] conflict-reg-type
[18:54:17] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[18:54:17] ================== xe_rtp_process_tests ===================
[18:54:17] [PASSED] active1
[18:54:17] [PASSED] active2
[18:54:17] [PASSED] active-inactive
[18:54:17] [PASSED] inactive-active
[18:54:17] [PASSED] inactive-1st_or_active-inactive
[18:54:17] [PASSED] inactive-2nd_or_active-inactive
[18:54:17] [PASSED] inactive-last_or_active-inactive
[18:54:17] [PASSED] inactive-no_or_active-inactive
[18:54:17] ============== [PASSED] xe_rtp_process_tests ===============
[18:54:17] ===================== [PASSED] xe_rtp ======================
[18:54:17] ==================== xe_wa (1 subtest) =====================
[18:54:17] ======================== xe_wa_gt =========================
[18:54:17] [PASSED] TIGERLAKE (B0)
[18:54:17] [PASSED] DG1 (A0)
[18:54:17] [PASSED] DG1 (B0)
[18:54:17] [PASSED] ALDERLAKE_S (A0)
[18:54:17] [PASSED] ALDERLAKE_S (B0)
[18:54:17] [PASSED] ALDERLAKE_S (C0)
[18:54:17] [PASSED] ALDERLAKE_S (D0)
[18:54:17] [PASSED] ALDERLAKE_P (A0)
[18:54:17] [PASSED] ALDERLAKE_P (B0)
[18:54:17] [PASSED] ALDERLAKE_P (C0)
[18:54:17] [PASSED] ALDERLAKE_S_RPLS (D0)
[18:54:17] [PASSED] ALDERLAKE_P_RPLU (E0)
[18:54:17] [PASSED] DG2_G10 (C0)
[18:54:17] [PASSED] DG2_G11 (B1)
[18:54:17] [PASSED] DG2_G12 (A1)
[18:54:17] [PASSED] METEORLAKE (g:A0, m:A0)
[18:54:17] [PASSED] METEORLAKE (g:A0, m:A0)
[18:54:17] [PASSED] METEORLAKE (g:A0, m:A0)
[18:54:17] [PASSED] LUNARLAKE (g:A0, m:A0)
[18:54:17] [PASSED] LUNARLAKE (g:B0, m:A0)
[18:54:17] [PASSED] BATTLEMAGE (g:A0, m:A1)
[18:54:17] ==================== [PASSED] xe_wa_gt =====================
[18:54:17] ====================== [PASSED] xe_wa ======================
[18:54:17] ============================================================
[18:54:17] Testing complete. Ran 133 tests: passed: 117, skipped: 16
[18:54:17] Elapsed time: 30.442s total, 4.241s configuring, 25.935s building, 0.258s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[18:54:17] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[18:54:19] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json 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)
| ^~~~~~~~~~~~~~~~~
[18:54:40] Starting KUnit Kernel (1/1)...
[18:54:40] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[18:54:40] =========== drm_validate_clone_mode (2 subtests) ===========
[18:54:40] ============== drm_test_check_in_clone_mode ===============
[18:54:40] [PASSED] in_clone_mode
[18:54:40] [PASSED] not_in_clone_mode
[18:54:40] ========== [PASSED] drm_test_check_in_clone_mode ===========
[18:54:40] =============== drm_test_check_valid_clones ===============
[18:54:40] [PASSED] not_in_clone_mode
[18:54:40] [PASSED] valid_clone
[18:54:40] [PASSED] invalid_clone
[18:54:40] =========== [PASSED] drm_test_check_valid_clones ===========
[18:54:40] ============= [PASSED] drm_validate_clone_mode =============
[18:54:40] ============= drm_validate_modeset (1 subtest) =============
[18:54:40] [PASSED] drm_test_check_connector_changed_modeset
[18:54:40] ============== [PASSED] drm_validate_modeset ===============
[18:54:40] ================== drm_buddy (7 subtests) ==================
[18:54:40] [PASSED] drm_test_buddy_alloc_limit
[18:54:40] [PASSED] drm_test_buddy_alloc_optimistic
[18:54:40] [PASSED] drm_test_buddy_alloc_pessimistic
[18:54:40] [PASSED] drm_test_buddy_alloc_pathological
[18:54:40] [PASSED] drm_test_buddy_alloc_contiguous
[18:54:40] [PASSED] drm_test_buddy_alloc_clear
[18:54:40] [PASSED] drm_test_buddy_alloc_range_bias
[18:54:40] ==================== [PASSED] drm_buddy ====================
[18:54:40] ============= drm_cmdline_parser (40 subtests) =============
[18:54:40] [PASSED] drm_test_cmdline_force_d_only
[18:54:40] [PASSED] drm_test_cmdline_force_D_only_dvi
[18:54:40] [PASSED] drm_test_cmdline_force_D_only_hdmi
[18:54:40] [PASSED] drm_test_cmdline_force_D_only_not_digital
[18:54:40] [PASSED] drm_test_cmdline_force_e_only
[18:54:40] [PASSED] drm_test_cmdline_res
[18:54:40] [PASSED] drm_test_cmdline_res_vesa
[18:54:40] [PASSED] drm_test_cmdline_res_vesa_rblank
[18:54:40] [PASSED] drm_test_cmdline_res_rblank
[18:54:40] [PASSED] drm_test_cmdline_res_bpp
[18:54:40] [PASSED] drm_test_cmdline_res_refresh
[18:54:40] [PASSED] drm_test_cmdline_res_bpp_refresh
[18:54:40] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[18:54:40] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[18:54:40] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[18:54:40] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[18:54:40] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[18:54:40] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[18:54:40] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[18:54:40] [PASSED] drm_test_cmdline_res_margins_force_on
[18:54:40] [PASSED] drm_test_cmdline_res_vesa_margins
[18:54:40] [PASSED] drm_test_cmdline_name
[18:54:40] [PASSED] drm_test_cmdline_name_bpp
[18:54:40] [PASSED] drm_test_cmdline_name_option
[18:54:40] [PASSED] drm_test_cmdline_name_bpp_option
[18:54:40] [PASSED] drm_test_cmdline_rotate_0
[18:54:40] [PASSED] drm_test_cmdline_rotate_90
[18:54:40] [PASSED] drm_test_cmdline_rotate_180
[18:54:40] [PASSED] drm_test_cmdline_rotate_270
[18:54:40] [PASSED] drm_test_cmdline_hmirror
[18:54:40] [PASSED] drm_test_cmdline_vmirror
[18:54:40] [PASSED] drm_test_cmdline_margin_options
[18:54:40] [PASSED] drm_test_cmdline_multiple_options
[18:54:40] [PASSED] drm_test_cmdline_bpp_extra_and_option
[18:54:40] [PASSED] drm_test_cmdline_extra_and_option
[18:54:40] [PASSED] drm_test_cmdline_freestanding_options
[18:54:40] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[18:54:40] [PASSED] drm_test_cmdline_panel_orientation
[18:54:40] ================ drm_test_cmdline_invalid =================
[18:54:40] [PASSED] margin_only
[18:54:40] [PASSED] interlace_only
[18:54:40] [PASSED] res_missing_x
[18:54:40] [PASSED] res_missing_y
[18:54:40] [PASSED] res_bad_y
[18:54:40] [PASSED] res_missing_y_bpp
[18:54:40] [PASSED] res_bad_bpp
[18:54:40] [PASSED] res_bad_refresh
[18:54:40] [PASSED] res_bpp_refresh_force_on_off
[18:54:40] [PASSED] res_invalid_mode
[18:54:40] [PASSED] res_bpp_wrong_place_mode
[18:54:40] [PASSED] name_bpp_refresh
[18:54:40] [PASSED] name_refresh
[18:54:40] [PASSED] name_refresh_wrong_mode
[18:54:40] [PASSED] name_refresh_invalid_mode
[18:54:40] [PASSED] rotate_multiple
[18:54:40] [PASSED] rotate_invalid_val
[18:54:40] [PASSED] rotate_truncated
[18:54:40] [PASSED] invalid_option
[18:54:40] [PASSED] invalid_tv_option
[18:54:40] [PASSED] truncated_tv_option
[18:54:40] ============ [PASSED] drm_test_cmdline_invalid =============
[18:54:40] =============== drm_test_cmdline_tv_options ===============
[18:54:40] [PASSED] NTSC
[18:54:40] [PASSED] NTSC_443
[18:54:40] [PASSED] NTSC_J
[18:54:40] [PASSED] PAL
[18:54:40] [PASSED] PAL_M
[18:54:40] [PASSED] PAL_N
[18:54:40] [PASSED] SECAM
[18:54:40] [PASSED] MONO_525
[18:54:40] [PASSED] MONO_625
[18:54:40] =========== [PASSED] drm_test_cmdline_tv_options ===========
[18:54:40] =============== [PASSED] drm_cmdline_parser ================
[18:54:40] ========== drmm_connector_hdmi_init (20 subtests) ==========
[18:54:40] [PASSED] drm_test_connector_hdmi_init_valid
[18:54:40] [PASSED] drm_test_connector_hdmi_init_bpc_8
[18:54:40] [PASSED] drm_test_connector_hdmi_init_bpc_10
[18:54:40] [PASSED] drm_test_connector_hdmi_init_bpc_12
[18:54:40] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[18:54:40] [PASSED] drm_test_connector_hdmi_init_bpc_null
[18:54:40] [PASSED] drm_test_connector_hdmi_init_formats_empty
[18:54:40] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[18:54:40] === drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[18:54:40] [PASSED] supported_formats=0x9 yuv420_allowed=1
[18:54:40] [PASSED] supported_formats=0x9 yuv420_allowed=0
[18:54:40] [PASSED] supported_formats=0x3 yuv420_allowed=1
[18:54:40] [PASSED] supported_formats=0x3 yuv420_allowed=0
[18:54:40] === [PASSED] drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[18:54:40] [PASSED] drm_test_connector_hdmi_init_null_ddc
[18:54:40] [PASSED] drm_test_connector_hdmi_init_null_product
[18:54:40] [PASSED] drm_test_connector_hdmi_init_null_vendor
[18:54:40] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[18:54:40] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[18:54:40] [PASSED] drm_test_connector_hdmi_init_product_valid
[18:54:40] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[18:54:40] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[18:54:40] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[18:54:40] ========= drm_test_connector_hdmi_init_type_valid =========
[18:54:40] [PASSED] HDMI-A
[18:54:40] [PASSED] HDMI-B
[18:54:40] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[18:54:40] ======== drm_test_connector_hdmi_init_type_invalid ========
[18:54:40] [PASSED] Unknown
[18:54:40] [PASSED] VGA
[18:54:40] [PASSED] DVI-I
[18:54:40] [PASSED] DVI-D
[18:54:40] [PASSED] DVI-A
[18:54:40] [PASSED] Composite
[18:54:40] [PASSED] SVIDEO
[18:54:40] [PASSED] LVDS
[18:54:40] [PASSED] Component
[18:54:40] [PASSED] DIN
[18:54:40] [PASSED] DP
[18:54:40] [PASSED] TV
[18:54:40] [PASSED] eDP
[18:54:40] [PASSED] Virtual
[18:54:40] [PASSED] DSI
[18:54:40] [PASSED] DPI
[18:54:40] [PASSED] Writeback
[18:54:40] [PASSED] SPI
[18:54:40] [PASSED] USB
[18:54:40] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[18:54:40] ============ [PASSED] drmm_connector_hdmi_init =============
[18:54:40] ============= drmm_connector_init (3 subtests) =============
[18:54:40] [PASSED] drm_test_drmm_connector_init
[18:54:40] [PASSED] drm_test_drmm_connector_init_null_ddc
[18:54:40] ========= drm_test_drmm_connector_init_type_valid =========
[18:54:40] [PASSED] Unknown
[18:54:40] [PASSED] VGA
[18:54:40] [PASSED] DVI-I
[18:54:40] [PASSED] DVI-D
[18:54:40] [PASSED] DVI-A
[18:54:40] [PASSED] Composite
[18:54:40] [PASSED] SVIDEO
[18:54:40] [PASSED] LVDS
[18:54:40] [PASSED] Component
[18:54:40] [PASSED] DIN
[18:54:40] [PASSED] DP
[18:54:40] [PASSED] HDMI-A
[18:54:40] [PASSED] HDMI-B
[18:54:40] [PASSED] TV
[18:54:40] [PASSED] eDP
[18:54:40] [PASSED] Virtual
[18:54:40] [PASSED] DSI
[18:54:40] [PASSED] DPI
[18:54:40] [PASSED] Writeback
[18:54:40] [PASSED] SPI
[18:54:40] [PASSED] USB
[18:54:40] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[18:54:40] =============== [PASSED] drmm_connector_init ===============
[18:54:40] ========= drm_connector_dynamic_init (6 subtests) ==========
[18:54:40] [PASSED] drm_test_drm_connector_dynamic_init
[18:54:40] [PASSED] drm_test_drm_connector_dynamic_init_null_ddc
[18:54:40] [PASSED] drm_test_drm_connector_dynamic_init_not_added
[18:54:40] [PASSED] drm_test_drm_connector_dynamic_init_properties
[18:54:40] ===== drm_test_drm_connector_dynamic_init_type_valid ======
[18:54:40] [PASSED] Unknown
[18:54:40] [PASSED] VGA
[18:54:40] [PASSED] DVI-I
[18:54:40] [PASSED] DVI-D
[18:54:40] [PASSED] DVI-A
[18:54:40] [PASSED] Composite
[18:54:40] [PASSED] SVIDEO
[18:54:40] [PASSED] LVDS
[18:54:40] [PASSED] Component
[18:54:40] [PASSED] DIN
[18:54:40] [PASSED] DP
[18:54:40] [PASSED] HDMI-A
[18:54:40] [PASSED] HDMI-B
[18:54:40] [PASSED] TV
[18:54:40] [PASSED] eDP
[18:54:40] [PASSED] Virtual
[18:54:40] [PASSED] DSI
[18:54:40] [PASSED] DPI
[18:54:40] [PASSED] Writeback
[18:54:40] [PASSED] SPI
[18:54:40] [PASSED] USB
[18:54:40] = [PASSED] drm_test_drm_connector_dynamic_init_type_valid ==
[18:54:40] ======== drm_test_drm_connector_dynamic_init_name =========
[18:54:40] [PASSED] Unknown
[18:54:40] [PASSED] VGA
[18:54:40] [PASSED] DVI-I
[18:54:40] [PASSED] DVI-D
[18:54:40] [PASSED] DVI-A
[18:54:40] [PASSED] Composite
[18:54:40] [PASSED] SVIDEO
[18:54:40] [PASSED] LVDS
[18:54:40] [PASSED] Component
[18:54:40] [PASSED] DIN
[18:54:40] [PASSED] DP
[18:54:40] [PASSED] HDMI-A
[18:54:40] [PASSED] HDMI-B
[18:54:40] [PASSED] TV
[18:54:40] [PASSED] eDP
[18:54:40] [PASSED] Virtual
[18:54:40] [PASSED] DSI
[18:54:40] [PASSED] DPI
[18:54:40] [PASSED] Writeback
[18:54:40] [PASSED] SPI
[18:54:40] [PASSED] USB
[18:54:40] ==== [PASSED] drm_test_drm_connector_dynamic_init_name =====
[18:54:40] =========== [PASSED] drm_connector_dynamic_init ============
[18:54:40] ==== drm_connector_dynamic_register_early (4 subtests) =====
[18:54:40] [PASSED] drm_test_drm_connector_dynamic_register_early_on_list
[18:54:40] [PASSED] drm_test_drm_connector_dynamic_register_early_defer
[18:54:40] [PASSED] drm_test_drm_connector_dynamic_register_early_no_init
[18:54:40] [PASSED] drm_test_drm_connector_dynamic_register_early_no_mode_object
[18:54:40] ====== [PASSED] drm_connector_dynamic_register_early =======
[18:54:40] ======= drm_connector_dynamic_register (7 subtests) ========
[18:54:40] [PASSED] drm_test_drm_connector_dynamic_register_on_list
[18:54:40] [PASSED] drm_test_drm_connector_dynamic_register_no_defer
[18:54:40] [PASSED] drm_test_drm_connector_dynamic_register_no_init
[18:54:40] [PASSED] drm_test_drm_connector_dynamic_register_mode_object
[18:54:40] [PASSED] drm_test_drm_connector_dynamic_register_sysfs
[18:54:40] [PASSED] drm_test_drm_connector_dynamic_register_sysfs_name
[18:54:40] [PASSED] drm_test_drm_connector_dynamic_register_debugfs
[18:54:40] ========= [PASSED] drm_connector_dynamic_register ==========
[18:54:40] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[18:54:40] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[18:54:40] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[18:54:40] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[18:54:40] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[18:54:40] ========== drm_test_get_tv_mode_from_name_valid ===========
[18:54:40] [PASSED] NTSC
[18:54:40] [PASSED] NTSC-443
[18:54:40] [PASSED] NTSC-J
[18:54:40] [PASSED] PAL
[18:54:40] [PASSED] PAL-M
[18:54:40] [PASSED] PAL-N
[18:54:40] [PASSED] SECAM
[18:54:40] [PASSED] Mono
[18:54:40] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[18:54:40] [PASSED] drm_test_get_tv_mode_from_name_truncated
[18:54:40] ============ [PASSED] drm_get_tv_mode_from_name ============
[18:54:40] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[18:54:40] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[18:54:40] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[18:54:40] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[18:54:40] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[18:54:40] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[18:54:40] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[18:54:40] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid =
[18:54:40] [PASSED] VIC 96
[18:54:40] [PASSED] VIC 97
[18:54:40] [PASSED] VIC 101
[18:54:40] [PASSED] VIC 102
[18:54:40] [PASSED] VIC 106
[18:54:40] [PASSED] VIC 107
[18:54:40] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[18:54:40] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[18:54:40] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[18:54:40] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[18:54:40] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[18:54:40] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[18:54:40] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[18:54:40] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[18:54:40] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name ====
[18:54:40] [PASSED] Automatic
[18:54:40] [PASSED] Full
[18:54:40] [PASSED] Limited 16:235
[18:54:40] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[18:54:40] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[18:54:40] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[18:54:40] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[18:54:40] === drm_test_drm_hdmi_connector_get_output_format_name ====
[18:54:40] [PASSED] RGB
[18:54:40] [PASSED] YUV 4:2:0
[18:54:40] [PASSED] YUV 4:2:2
[18:54:40] [PASSED] YUV 4:4:4
[18:54:40] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[18:54:40] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[18:54:40] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[18:54:40] ============= drm_damage_helper (21 subtests) ==============
[18:54:40] [PASSED] drm_test_damage_iter_no_damage
[18:54:40] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[18:54:40] [PASSED] drm_test_damage_iter_no_damage_src_moved
[18:54:40] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[18:54:40] [PASSED] drm_test_damage_iter_no_damage_not_visible
[18:54:40] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[18:54:40] [PASSED] drm_test_damage_iter_no_damage_no_fb
[18:54:40] [PASSED] drm_test_damage_iter_simple_damage
[18:54:40] [PASSED] drm_test_damage_iter_single_damage
[18:54:40] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[18:54:40] [PASSED] drm_test_damage_iter_single_damage_outside_src
[18:54:40] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[18:54:40] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[18:54:40] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[18:54:40] [PASSED] drm_test_damage_iter_single_damage_src_moved
[18:54:40] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[18:54:40] [PASSED] drm_test_damage_iter_damage
[18:54:40] [PASSED] drm_test_damage_iter_damage_one_intersect
[18:54:40] [PASSED] drm_test_damage_iter_damage_one_outside
[18:54:40] [PASSED] drm_test_damage_iter_damage_src_moved
[18:54:40] [PASSED] drm_test_damage_iter_damage_not_visible
[18:54:40] ================ [PASSED] drm_damage_helper ================
[18:54:40] ============== drm_dp_mst_helper (3 subtests) ==============
[18:54:40] ============== drm_test_dp_mst_calc_pbn_mode ==============
[18:54:40] [PASSED] Clock 154000 BPP 30 DSC disabled
[18:54:40] [PASSED] Clock 234000 BPP 30 DSC disabled
[18:54:40] [PASSED] Clock 297000 BPP 24 DSC disabled
[18:54:40] [PASSED] Clock 332880 BPP 24 DSC enabled
[18:54:40] [PASSED] Clock 324540 BPP 24 DSC enabled
[18:54:40] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[18:54:40] ============== drm_test_dp_mst_calc_pbn_div ===============
[18:54:40] [PASSED] Link rate 2000000 lane count 4
[18:54:40] [PASSED] Link rate 2000000 lane count 2
[18:54:40] [PASSED] Link rate 2000000 lane count 1
[18:54:40] [PASSED] Link rate 1350000 lane count 4
[18:54:40] [PASSED] Link rate 1350000 lane count 2
[18:54:40] [PASSED] Link rate 1350000 lane count 1
[18:54:40] [PASSED] Link rate 1000000 lane count 4
[18:54:40] [PASSED] Link rate 1000000 lane count 2
[18:54:40] [PASSED] Link rate 1000000 lane count 1
[18:54:40] [PASSED] Link rate 810000 lane count 4
[18:54:40] [PASSED] Link rate 810000 lane count 2
[18:54:40] [PASSED] Link rate 810000 lane count 1
[18:54:40] [PASSED] Link rate 540000 lane count 4
[18:54:40] [PASSED] Link rate 540000 lane count 2
[18:54:40] [PASSED] Link rate 540000 lane count 1
[18:54:40] [PASSED] Link rate 270000 lane count 4
[18:54:40] [PASSED] Link rate 270000 lane count 2
[18:54:40] [PASSED] Link rate 270000 lane count 1
[18:54:40] [PASSED] Link rate 162000 lane count 4
[18:54:40] [PASSED] Link rate 162000 lane count 2
[18:54:40] [PASSED] Link rate 162000 lane count 1
[18:54:40] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[18:54:40] ========= drm_test_dp_mst_sideband_msg_req_decode =========
[18:54:40] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[18:54:40] [PASSED] DP_POWER_UP_PHY with port number
[18:54:40] [PASSED] DP_POWER_DOWN_PHY with port number
[18:54:40] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[18:54:40] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[18:54:40] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[18:54:40] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[18:54:40] [PASSED] DP_QUERY_PAYLOAD with port number
[18:54:40] [PASSED] DP_QUERY_PAYLOAD with VCPI
[18:54:40] [PASSED] DP_REMOTE_DPCD_READ with port number
[18:54:40] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[18:54:40] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[18:54:40] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[18:54:40] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[18:54:40] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[18:54:40] [PASSED] DP_REMOTE_I2C_READ with port number
[18:54:40] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[18:54:40] [PASSED] DP_REMOTE_I2C_READ with transactions array
[18:54:40] [PASSED] DP_REMOTE_I2C_WRITE with port number
[18:54:40] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[18:54:40] [PASSED] DP_REMOTE_I2C_WRITE with data array
[18:54:40] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[18:54:40] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[18:54:40] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[18:54:40] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[18:54:40] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[18:54:40] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[18:54:40] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[18:54:40] ================ [PASSED] drm_dp_mst_helper ================
[18:54:40] ================== drm_exec (7 subtests) ===================
[18:54:40] [PASSED] sanitycheck
[18:54:40] [PASSED] test_lock
[18:54:40] [PASSED] test_lock_unlock
[18:54:40] [PASSED] test_duplicates
[18:54:40] [PASSED] test_prepare
[18:54:40] [PASSED] test_prepare_array
[18:54:40] [PASSED] test_multiple_loops
[18:54:40] ==================== [PASSED] drm_exec =====================
[18:54:40] =========== drm_format_helper_test (17 subtests) ===========
[18:54:40] ============== drm_test_fb_xrgb8888_to_gray8 ==============
[18:54:40] [PASSED] single_pixel_source_buffer
[18:54:40] [PASSED] single_pixel_clip_rectangle
[18:54:40] [PASSED] well_known_colors
[18:54:40] [PASSED] destination_pitch
[18:54:40] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[18:54:40] ============= drm_test_fb_xrgb8888_to_rgb332 ==============
[18:54:40] [PASSED] single_pixel_source_buffer
[18:54:40] [PASSED] single_pixel_clip_rectangle
[18:54:40] [PASSED] well_known_colors
[18:54:40] [PASSED] destination_pitch
[18:54:40] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[18:54:40] ============= drm_test_fb_xrgb8888_to_rgb565 ==============
[18:54:40] [PASSED] single_pixel_source_buffer
[18:54:40] [PASSED] single_pixel_clip_rectangle
[18:54:40] [PASSED] well_known_colors
[18:54:40] [PASSED] destination_pitch
[18:54:40] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[18:54:40] ============ drm_test_fb_xrgb8888_to_xrgb1555 =============
[18:54:40] [PASSED] single_pixel_source_buffer
[18:54:40] [PASSED] single_pixel_clip_rectangle
[18:54:40] [PASSED] well_known_colors
[18:54:40] [PASSED] destination_pitch
[18:54:40] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[18:54:40] ============ drm_test_fb_xrgb8888_to_argb1555 =============
[18:54:40] [PASSED] single_pixel_source_buffer
[18:54:40] [PASSED] single_pixel_clip_rectangle
[18:54:40] [PASSED] well_known_colors
[18:54:40] [PASSED] destination_pitch
[18:54:40] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[18:54:40] ============ drm_test_fb_xrgb8888_to_rgba5551 =============
[18:54:40] [PASSED] single_pixel_source_buffer
[18:54:40] [PASSED] single_pixel_clip_rectangle
[18:54:40] [PASSED] well_known_colors
[18:54:40] [PASSED] destination_pitch
[18:54:40] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[18:54:40] ============= drm_test_fb_xrgb8888_to_rgb888 ==============
[18:54:40] [PASSED] single_pixel_source_buffer
[18:54:40] [PASSED] single_pixel_clip_rectangle
[18:54:40] [PASSED] well_known_colors
[18:54:40] [PASSED] destination_pitch
[18:54:40] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[18:54:40] ============ drm_test_fb_xrgb8888_to_argb8888 =============
[18:54:40] [PASSED] single_pixel_source_buffer
[18:54:40] [PASSED] single_pixel_clip_rectangle
[18:54:40] [PASSED] well_known_colors
[18:54:40] [PASSED] destination_pitch
[18:54:40] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[18:54:40] =========== drm_test_fb_xrgb8888_to_xrgb2101010 ===========
[18:54:40] [PASSED] single_pixel_source_buffer
[18:54:40] [PASSED] single_pixel_clip_rectangle
[18:54:40] [PASSED] well_known_colors
[18:54:40] [PASSED] destination_pitch
[18:54:40] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[18:54:40] =========== drm_test_fb_xrgb8888_to_argb2101010 ===========
[18:54:40] [PASSED] single_pixel_source_buffer
[18:54:40] [PASSED] single_pixel_clip_rectangle
[18:54:40] [PASSED] well_known_colors
[18:54:40] [PASSED] destination_pitch
[18:54:40] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[18:54:40] ============== drm_test_fb_xrgb8888_to_mono ===============
[18:54:40] [PASSED] single_pixel_source_buffer
[18:54:40] [PASSED] single_pixel_clip_rectangle
[18:54:40] [PASSED] well_known_colors
[18:54:40] [PASSED] destination_pitch
[18:54:40] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[18:54:40] ==================== drm_test_fb_swab =====================
[18:54:40] [PASSED] single_pixel_source_buffer
[18:54:40] [PASSED] single_pixel_clip_rectangle
[18:54:40] [PASSED] well_known_colors
[18:54:40] [PASSED] destination_pitch
[18:54:40] ================ [PASSED] drm_test_fb_swab =================
[18:54:40] ============ drm_test_fb_xrgb8888_to_xbgr8888 =============
[18:54:40] [PASSED] single_pixel_source_buffer
[18:54:40] [PASSED] single_pixel_clip_rectangle
[18:54:40] [PASSED] well_known_colors
[18:54:40] [PASSED] destination_pitch
[18:54:40] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[18:54:40] ============ drm_test_fb_xrgb8888_to_abgr8888 =============
[18:54:40] [PASSED] single_pixel_source_buffer
[18:54:40] [PASSED] single_pixel_clip_rectangle
[18:54:40] [PASSED] well_known_colors
[18:54:40] [PASSED] destination_pitch
[18:54:40] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[18:54:40] ================= drm_test_fb_clip_offset =================
[18:54:40] [PASSED] pass through
[18:54:40] [PASSED] horizontal offset
[18:54:40] [PASSED] vertical offset
[18:54:40] [PASSED] horizontal and vertical offset
[18:54:40] [PASSED] horizontal offset (custom pitch)
[18:54:40] [PASSED] vertical offset (custom pitch)
[18:54:40] [PASSED] horizontal and vertical offset (custom pitch)
[18:54:40] ============= [PASSED] drm_test_fb_clip_offset =============
[18:54:40] ============== drm_test_fb_build_fourcc_list ==============
[18:54:40] [PASSED] no native formats
[18:54:40] [PASSED] XRGB8888 as native format
[18:54:40] [PASSED] remove duplicates
[18:54:40] [PASSED] convert alpha formats
[18:54:40] [PASSED] random formats
[18:54:40] ========== [PASSED] drm_test_fb_build_fourcc_list ==========
[18:54:40] =================== drm_test_fb_memcpy ====================
[18:54:40] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[18:54:40] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[18:54:40] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[18:54:40] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[18:54:40] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[18:54:40] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[18:54:40] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[18:54:40] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[18:54:40] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[18:54:40] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[18:54:40] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[18:54:40] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[18:54:40] =============== [PASSED] drm_test_fb_memcpy ================
[18:54:40] ============= [PASSED] drm_format_helper_test ==============
[18:54:40] ================= drm_format (18 subtests) =================
[18:54:40] [PASSED] drm_test_format_block_width_invalid
[18:54:40] [PASSED] drm_test_format_block_width_one_plane
[18:54:40] [PASSED] drm_test_format_block_width_two_plane
[18:54:40] [PASSED] drm_test_format_block_width_three_plane
[18:54:40] [PASSED] drm_test_format_block_width_tiled
[18:54:40] [PASSED] drm_test_format_block_height_invalid
[18:54:40] [PASSED] drm_test_format_block_height_one_plane
[18:54:40] [PASSED] drm_test_format_block_height_two_plane
[18:54:40] [PASSED] drm_test_format_block_height_three_plane
[18:54:40] [PASSED] drm_test_format_block_height_tiled
[18:54:40] [PASSED] drm_test_format_min_pitch_invalid
[18:54:40] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[18:54:40] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[18:54:40] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[18:54:40] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[18:54:40] [PASSED] drm_test_format_min_pitch_two_plane
[18:54:40] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[18:54:40] [PASSED] drm_test_format_min_pitch_tiled
[18:54:40] =================== [PASSED] drm_format ====================
[18:54:40] ============== drm_framebuffer (10 subtests) ===============
[18:54:40] ========== drm_test_framebuffer_check_src_coords ==========
[18:54:40] [PASSED] Success: source fits into fb
[18:54:40] [PASSED] Fail: overflowing fb with x-axis coordinate
[18:54:40] [PASSED] Fail: overflowing fb with y-axis coordinate
[18:54:40] [PASSED] Fail: overflowing fb with source width
[18:54:40] [PASSED] Fail: overflowing fb with source height
[18:54:40] ====== [PASSED] drm_test_framebuffer_check_src_coords ======
[18:54:40] [PASSED] drm_test_framebuffer_cleanup
[18:54:40] =============== drm_test_framebuffer_create ===============
[18:54:40] [PASSED] ABGR8888 normal sizes
[18:54:40] [PASSED] ABGR8888 max sizes
[18:54:40] [PASSED] ABGR8888 pitch greater than min required
[18:54:40] [PASSED] ABGR8888 pitch less than min required
[18:54:40] [PASSED] ABGR8888 Invalid width
[18:54:40] [PASSED] ABGR8888 Invalid buffer handle
[18:54:40] [PASSED] No pixel format
[18:54:40] [PASSED] ABGR8888 Width 0
[18:54:40] [PASSED] ABGR8888 Height 0
[18:54:40] [PASSED] ABGR8888 Out of bound height * pitch combination
[18:54:40] [PASSED] ABGR8888 Large buffer offset
[18:54:40] [PASSED] ABGR8888 Buffer offset for inexistent plane
[18:54:40] [PASSED] ABGR8888 Invalid flag
[18:54:40] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[18:54:40] [PASSED] ABGR8888 Valid buffer modifier
[18:54:40] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[18:54:40] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[18:54:40] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[18:54:40] [PASSED] NV12 Normal sizes
[18:54:40] [PASSED] NV12 Max sizes
[18:54:40] [PASSED] NV12 Invalid pitch
[18:54:40] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[18:54:40] [PASSED] NV12 different modifier per-plane
[18:54:40] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[18:54:40] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[18:54:40] [PASSED] NV12 Modifier for inexistent plane
[18:54:40] [PASSED] NV12 Handle for inexistent plane
[18:54:40] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[18:54:40] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[18:54:40] [PASSED] YVU420 Normal sizes
[18:54:40] [PASSED] YVU420 Max sizes
[18:54:40] [PASSED] YVU420 Invalid pitch
[18:54:40] [PASSED] YVU420 Different pitches
[18:54:40] [PASSED] YVU420 Different buffer offsets/pitches
[18:54:40] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[18:54:40] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[18:54:40] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[18:54:40] [PASSED] YVU420 Valid modifier
[18:54:40] [PASSED] YVU420 Different modifiers per plane
[18:54:40] [PASSED] YVU420 Modifier for inexistent plane
[18:54:40] [PASSED] YUV420_10BIT Invalid modifier(DRM_FORMAT_MOD_LINEAR)
[18:54:40] [PASSED] X0L2 Normal sizes
[18:54:40] [PASSED] X0L2 Max sizes
[18:54:40] [PASSED] X0L2 Invalid pitch
[18:54:40] [PASSED] X0L2 Pitch greater than minimum required
[18:54:40] [PASSED] X0L2 Handle for inexistent plane
[18:54:40] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[18:54:40] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[18:54:40] [PASSED] X0L2 Valid modifier
[18:54:40] [PASSED] X0L2 Modifier for inexistent plane
[18:54:40] =========== [PASSED] drm_test_framebuffer_create ===========
[18:54:40] [PASSED] drm_test_framebuffer_free
[18:54:40] [PASSED] drm_test_framebuffer_init
[18:54:40] [PASSED] drm_test_framebuffer_init_bad_format
[18:54:40] [PASSED] drm_test_framebuffer_init_dev_mismatch
[18:54:40] [PASSED] drm_test_framebuffer_lookup
[18:54:40] [PASSED] drm_test_framebuffer_lookup_inexistent
[18:54:40] [PASSED] drm_test_framebuffer_modifiers_not_supported
[18:54:40] ================= [PASSED] drm_framebuffer =================
[18:54:40] ================ drm_gem_shmem (8 subtests) ================
[18:54:40] [PASSED] drm_gem_shmem_test_obj_create
[18:54:40] [PASSED] drm_gem_shmem_test_obj_create_private
[18:54:40] [PASSED] drm_gem_shmem_test_pin_pages
[18:54:40] [PASSED] drm_gem_shmem_test_vmap
[18:54:40] [PASSED] drm_gem_shmem_test_get_pages_sgt
[18:54:40] [PASSED] drm_gem_shmem_test_get_sg_table
[18:54:40] [PASSED] drm_gem_shmem_test_madvise
[18:54:40] [PASSED] drm_gem_shmem_test_purge
[18:54:40] ================== [PASSED] drm_gem_shmem ==================
[18:54:40] === drm_atomic_helper_connector_hdmi_check (23 subtests) ===
[18:54:40] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[18:54:40] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[18:54:40] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[18:54:40] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[18:54:40] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[18:54:40] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[18:54:40] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[18:54:40] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[18:54:40] [PASSED] drm_test_check_disable_connector
[18:54:40] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[18:54:40] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback
[18:54:40] [PASSED] drm_test_check_max_tmds_rate_format_fallback
[18:54:40] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[18:54:40] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[18:54:40] [PASSED] drm_test_check_output_bpc_dvi
[18:54:40] [PASSED] drm_test_check_output_bpc_format_vic_1
[18:54:40] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[18:54:40] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[18:54:40] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[18:54:40] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[18:54:40] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[18:54:40] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[18:54:40] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[18:54:40] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[18:54:40] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[18:54:40] [PASSED] drm_test_check_broadcast_rgb_value
[18:54:40] [PASSED] drm_test_check_bpc_8_value
[18:54:40] [PASSED] drm_test_check_bpc_10_value
[18:54:40] [PASSED] drm_test_check_bpc_12_value
[18:54:40] [PASSED] drm_test_check_format_value
[18:54:40] [PASSED] drm_test_check_tmds_char_value
[18:54:40] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[18:54:40] = drm_atomic_helper_connector_hdmi_mode_valid (4 subtests) =
[18:54:40] [PASSED] drm_test_check_mode_valid
[18:54:40] [PASSED] drm_test_check_mode_valid_reject
[18:54:40] [PASSED] drm_test_check_mode_valid_reject_rate
[18:54:40] [PASSED] drm_test_check_mode_valid_reject_max_clock
[18:54:40] === [PASSED] drm_atomic_helper_connector_hdmi_mode_valid ===
[18:54:40] ================= drm_managed (2 subtests) =================
[18:54:40] [PASSED] drm_test_managed_release_action
[18:54:40] [PASSED] drm_test_managed_run_action
[18:54:40] =================== [PASSED] drm_managed ===================
[18:54:40] =================== drm_mm (6 subtests) ====================
[18:54:40] [PASSED] drm_test_mm_init
[18:54:40] [PASSED] drm_test_mm_debug
[18:54:40] [PASSED] drm_test_mm_align32
[18:54:40] [PASSED] drm_test_mm_align64
[18:54:40] [PASSED] drm_test_mm_lowest
[18:54:40] [PASSED] drm_test_mm_highest
[18:54:40] ===================== [PASSED] drm_mm ======================
[18:54:40] ============= drm_modes_analog_tv (5 subtests) =============
[18:54:40] [PASSED] drm_test_modes_analog_tv_mono_576i
[18:54:40] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[18:54:40] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[18:54:40] [PASSED] drm_test_modes_analog_tv_pal_576i
[18:54:40] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[18:54:40] =============== [PASSED] drm_modes_analog_tv ===============
[18:54:40] ============== drm_plane_helper (2 subtests) ===============
[18:54:40] =============== drm_test_check_plane_state ================
[18:54:40] [PASSED] clipping_simple
[18:54:40] [PASSED] clipping_rotate_reflect
[18:54:40] [PASSED] positioning_simple
[18:54:40] [PASSED] upscaling
[18:54:40] [PASSED] downscaling
[18:54:40] [PASSED] rounding1
[18:54:40] [PASSED] rounding2
[18:54:40] [PASSED] rounding3
[18:54:40] [PASSED] rounding4
[18:54:40] =========== [PASSED] drm_test_check_plane_state ============
[18:54:40] =========== drm_test_check_invalid_plane_state ============
[18:54:40] [PASSED] positioning_invalid
[18:54:40] [PASSED] upscaling_invalid
[18:54:40] [PASSED] downscaling_invalid
[18:54:40] ======= [PASSED] drm_test_check_invalid_plane_state ========
[18:54:40] ================ [PASSED] drm_plane_helper =================
[18:54:40] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[18:54:40] ====== drm_test_connector_helper_tv_get_modes_check =======
[18:54:40] [PASSED] None
[18:54:40] [PASSED] PAL
[18:54:40] [PASSED] NTSC
[18:54:40] [PASSED] Both, NTSC Default
[18:54:40] [PASSED] Both, PAL Default
[18:54:40] [PASSED] Both, NTSC Default, with PAL on command-line
[18:54:40] [PASSED] Both, PAL Default, with NTSC on command-line
[18:54:40] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[18:54:40] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[18:54:40] ================== drm_rect (9 subtests) ===================
[18:54:40] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[18:54:40] [PASSED] drm_test_rect_clip_scaled_not_clipped
[18:54:40] [PASSED] drm_test_rect_clip_scaled_clipped
[18:54:40] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[18:54:40] ================= drm_test_rect_intersect =================
[18:54:40] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[18:54:40] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[18:54:40] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[18:54:40] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[18:54:40] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[18:54:40] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[18:54:40] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[18:54:40] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[18:54:40] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[18:54:40] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[18:54:40] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[18:54:40] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[18:54:40] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[18:54:40] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[18:54:40] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
[18:54:40] ============= [PASSED] drm_test_rect_intersect =============
[18:54:40] ================ drm_test_rect_calc_hscale ================
[18:54:40] [PASSED] normal use
[18:54:40] [PASSED] out of max range
[18:54:40] [PASSED] out of min range
[18:54:40] [PASSED] zero dst
[18:54:40] [PASSED] negative src
[18:54:40] [PASSED] negative dst
[18:54:40] ============ [PASSED] drm_test_rect_calc_hscale ============
[18:54:40] ================ drm_test_rect_calc_vscale ================
[18:54:40] [PASSED] normal use
[18:54:40] [PASSED] out of max range
[18:54:40] [PASSED] out of min range
[18:54:40] [PASSED] zero dst
[18:54:40] [PASSED] negative src
[18:54:40] [PASSED] negative dst
[18:54:40] ============ [PASSED] drm_test_rect_calc_vscale ============
[18:54:40] ================== drm_test_rect_rotate ===================
[18:54:40] [PASSED] reflect-x
[18:54:40] [PASSED] reflect-y
[18:54:40] [PASSED] rotate-0
[18:54:40] [PASSED] rotate-90
[18:54:40] [PASSED] rotate-180
[18:54:40] [PASSED] rotate-270
stty: 'standard input': Inappropriate ioctl for device
[18:54:40] ============== [PASSED] drm_test_rect_rotate ===============
[18:54:40] ================ drm_test_rect_rotate_inv =================
[18:54:40] [PASSED] reflect-x
[18:54:40] [PASSED] reflect-y
[18:54:40] [PASSED] rotate-0
[18:54:40] [PASSED] rotate-90
[18:54:40] [PASSED] rotate-180
[18:54:40] [PASSED] rotate-270
[18:54:40] ============ [PASSED] drm_test_rect_rotate_inv =============
[18:54:40] ==================== [PASSED] drm_rect =====================
[18:54:40] ============================================================
[18:54:40] Testing complete. Ran 598 tests: passed: 598
[18:54:40] Elapsed time: 22.600s total, 1.680s configuring, 20.752s building, 0.142s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig
[18:54:40] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[18:54:41] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json ARCH=um O=.kunit --jobs=48
[18:54:49] Starting KUnit Kernel (1/1)...
[18:54:49] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[18:54:49] ================= ttm_device (5 subtests) ==================
[18:54:49] [PASSED] ttm_device_init_basic
[18:54:49] [PASSED] ttm_device_init_multiple
[18:54:49] [PASSED] ttm_device_fini_basic
[18:54:49] [PASSED] ttm_device_init_no_vma_man
[18:54:49] ================== ttm_device_init_pools ==================
[18:54:49] [PASSED] No DMA allocations, no DMA32 required
[18:54:49] [PASSED] DMA allocations, DMA32 required
[18:54:49] [PASSED] No DMA allocations, DMA32 required
[18:54:49] [PASSED] DMA allocations, no DMA32 required
[18:54:49] ============== [PASSED] ttm_device_init_pools ==============
[18:54:49] =================== [PASSED] ttm_device ====================
[18:54:49] ================== ttm_pool (8 subtests) ===================
[18:54:49] ================== ttm_pool_alloc_basic ===================
[18:54:49] [PASSED] One page
[18:54:49] [PASSED] More than one page
[18:54:49] [PASSED] Above the allocation limit
[18:54:49] [PASSED] One page, with coherent DMA mappings enabled
[18:54:49] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[18:54:49] ============== [PASSED] ttm_pool_alloc_basic ===============
[18:54:49] ============== ttm_pool_alloc_basic_dma_addr ==============
[18:54:49] [PASSED] One page
[18:54:49] [PASSED] More than one page
[18:54:49] [PASSED] Above the allocation limit
[18:54:49] [PASSED] One page, with coherent DMA mappings enabled
[18:54:49] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[18:54:49] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ==========
[18:54:49] [PASSED] ttm_pool_alloc_order_caching_match
[18:54:49] [PASSED] ttm_pool_alloc_caching_mismatch
[18:54:49] [PASSED] ttm_pool_alloc_order_mismatch
[18:54:49] [PASSED] ttm_pool_free_dma_alloc
[18:54:49] [PASSED] ttm_pool_free_no_dma_alloc
[18:54:49] [PASSED] ttm_pool_fini_basic
[18:54:49] ==================== [PASSED] ttm_pool =====================
[18:54:49] ================ ttm_resource (8 subtests) =================
[18:54:49] ================= ttm_resource_init_basic =================
[18:54:49] [PASSED] Init resource in TTM_PL_SYSTEM
[18:54:49] [PASSED] Init resource in TTM_PL_VRAM
[18:54:49] [PASSED] Init resource in a private placement
[18:54:49] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags
[18:54:49] ============= [PASSED] ttm_resource_init_basic =============
[18:54:49] [PASSED] ttm_resource_init_pinned
[18:54:49] [PASSED] ttm_resource_fini_basic
[18:54:49] [PASSED] ttm_resource_manager_init_basic
[18:54:49] [PASSED] ttm_resource_manager_usage_basic
[18:54:49] [PASSED] ttm_resource_manager_set_used_basic
[18:54:49] [PASSED] ttm_sys_man_alloc_basic
[18:54:49] [PASSED] ttm_sys_man_free_basic
[18:54:49] ================== [PASSED] ttm_resource ===================
[18:54:49] =================== ttm_tt (15 subtests) ===================
[18:54:49] ==================== ttm_tt_init_basic ====================
[18:54:49] [PASSED] Page-aligned size
[18:54:49] [PASSED] Extra pages requested
[18:54:49] ================ [PASSED] ttm_tt_init_basic ================
[18:54:49] [PASSED] ttm_tt_init_misaligned
[18:54:49] [PASSED] ttm_tt_fini_basic
[18:54:49] [PASSED] ttm_tt_fini_sg
[18:54:49] [PASSED] ttm_tt_fini_shmem
[18:54:49] [PASSED] ttm_tt_create_basic
[18:54:49] [PASSED] ttm_tt_create_invalid_bo_type
[18:54:49] [PASSED] ttm_tt_create_ttm_exists
[18:54:49] [PASSED] ttm_tt_create_failed
[18:54:49] [PASSED] ttm_tt_destroy_basic
[18:54:49] [PASSED] ttm_tt_populate_null_ttm
[18:54:49] [PASSED] ttm_tt_populate_populated_ttm
[18:54:49] [PASSED] ttm_tt_unpopulate_basic
[18:54:49] [PASSED] ttm_tt_unpopulate_empty_ttm
[18:54:49] [PASSED] ttm_tt_swapin_basic
[18:54:49] ===================== [PASSED] ttm_tt ======================
[18:54:49] =================== ttm_bo (14 subtests) ===================
[18:54:49] =========== ttm_bo_reserve_optimistic_no_ticket ===========
[18:54:49] [PASSED] Cannot be interrupted and sleeps
[18:54:49] [PASSED] Cannot be interrupted, locks straight away
[18:54:49] [PASSED] Can be interrupted, sleeps
[18:54:49] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket =======
[18:54:49] [PASSED] ttm_bo_reserve_locked_no_sleep
[18:54:49] [PASSED] ttm_bo_reserve_no_wait_ticket
[18:54:49] [PASSED] ttm_bo_reserve_double_resv
[18:54:49] [PASSED] ttm_bo_reserve_interrupted
[18:54:49] [PASSED] ttm_bo_reserve_deadlock
[18:54:49] [PASSED] ttm_bo_unreserve_basic
[18:54:49] [PASSED] ttm_bo_unreserve_pinned
[18:54:49] [PASSED] ttm_bo_unreserve_bulk
[18:54:49] [PASSED] ttm_bo_put_basic
[18:54:49] [PASSED] ttm_bo_put_shared_resv
[18:54:49] [PASSED] ttm_bo_pin_basic
[18:54:49] [PASSED] ttm_bo_pin_unpin_resource
[18:54:49] [PASSED] ttm_bo_multiple_pin_one_unpin
[18:54:49] ===================== [PASSED] ttm_bo ======================
[18:54:49] ============== ttm_bo_validate (22 subtests) ===============
[18:54:49] ============== ttm_bo_init_reserved_sys_man ===============
[18:54:49] [PASSED] Buffer object for userspace
[18:54:49] [PASSED] Kernel buffer object
[18:54:49] [PASSED] Shared buffer object
[18:54:49] ========== [PASSED] ttm_bo_init_reserved_sys_man ===========
[18:54:49] ============== ttm_bo_init_reserved_mock_man ==============
[18:54:49] [PASSED] Buffer object for userspace
[18:54:49] [PASSED] Kernel buffer object
[18:54:49] [PASSED] Shared buffer object
[18:54:49] ========== [PASSED] ttm_bo_init_reserved_mock_man ==========
[18:54:49] [PASSED] ttm_bo_init_reserved_resv
[18:54:49] ================== ttm_bo_validate_basic ==================
[18:54:49] [PASSED] Buffer object for userspace
[18:54:49] [PASSED] Kernel buffer object
[18:54:49] [PASSED] Shared buffer object
[18:54:49] ============== [PASSED] ttm_bo_validate_basic ==============
[18:54:49] [PASSED] ttm_bo_validate_invalid_placement
[18:54:49] ============= ttm_bo_validate_same_placement ==============
[18:54:49] [PASSED] System manager
[18:54:49] [PASSED] VRAM manager
[18:54:49] ========= [PASSED] ttm_bo_validate_same_placement ==========
[18:54:49] [PASSED] ttm_bo_validate_failed_alloc
[18:54:49] [PASSED] ttm_bo_validate_pinned
[18:54:49] [PASSED] ttm_bo_validate_busy_placement
[18:54:49] ================ ttm_bo_validate_multihop =================
[18:54:49] [PASSED] Buffer object for userspace
[18:54:49] [PASSED] Kernel buffer object
[18:54:49] [PASSED] Shared buffer object
[18:54:49] ============ [PASSED] ttm_bo_validate_multihop =============
[18:54:49] ========== ttm_bo_validate_no_placement_signaled ==========
[18:54:49] [PASSED] Buffer object in system domain, no page vector
[18:54:49] [PASSED] Buffer object in system domain with an existing page vector
[18:54:49] ====== [PASSED] ttm_bo_validate_no_placement_signaled ======
[18:54:49] ======== ttm_bo_validate_no_placement_not_signaled ========
[18:54:49] [PASSED] Buffer object for userspace
[18:54:49] [PASSED] Kernel buffer object
[18:54:49] [PASSED] Shared buffer object
[18:54:49] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ====
[18:54:49] [PASSED] ttm_bo_validate_move_fence_signaled
[18:54:49] ========= ttm_bo_validate_move_fence_not_signaled =========
[18:54:49] [PASSED] Waits for GPU
[18:54:49] [PASSED] Tries to lock straight away
[18:54:50] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled =====
[18:54:50] [PASSED] ttm_bo_validate_swapout
[18:54:50] [PASSED] ttm_bo_validate_happy_evict
[18:54:50] [PASSED] ttm_bo_validate_all_pinned_evict
[18:54:50] [PASSED] ttm_bo_validate_allowed_only_evict
[18:54:50] [PASSED] ttm_bo_validate_deleted_evict
[18:54:50] [PASSED] ttm_bo_validate_busy_domain_evict
[18:54:50] [PASSED] ttm_bo_validate_evict_gutting
[18:54:50] [PASSED] ttm_bo_validate_recrusive_evict
stty: 'standard input': Inappropriate ioctl for device
[18:54:50] ================= [PASSED] ttm_bo_validate =================
[18:54:50] ============================================================
[18:54:50] Testing complete. Ran 102 tests: passed: 102
[18:54:50] Elapsed time: 9.994s total, 1.649s configuring, 7.728s building, 0.524s running
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 12+ messages in thread* ✗ Xe.CI.Full: failure for drm/xe/oa: Allow oa_exponent value of 0 (rev2)
2025-02-12 16:26 [PATCH v2] drm/xe/oa: Allow oa_exponent value of 0 Umesh Nerlige Ramappa
` (7 preceding siblings ...)
2025-02-12 19:35 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-02-13 3:06 ` Patchwork
2025-02-21 20:38 ` Umesh Nerlige Ramappa
8 siblings, 1 reply; 12+ messages in thread
From: Patchwork @ 2025-02-13 3:06 UTC (permalink / raw)
To: Umesh Nerlige Ramappa; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 152730 bytes --]
== Series Details ==
Series: drm/xe/oa: Allow oa_exponent value of 0 (rev2)
URL : https://patchwork.freedesktop.org/series/144685/
State : failure
== Summary ==
CI Bug Log - changes from xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f_full -> xe-pw-144685v2_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with xe-pw-144685v2_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in xe-pw-144685v2_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in xe-pw-144685v2_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-bmg: [PASS][1] -> [DMESG-WARN][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size:
- shard-adlp: [PASS][3] -> [DMESG-WARN][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-6/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-2/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
* igt@xe_oa@mi-rpc:
- shard-lnl: [PASS][5] -> [FAIL][6] +2 other tests fail
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-lnl-3/igt@xe_oa@mi-rpc.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-lnl-3/igt@xe_oa@mi-rpc.html
- shard-bmg: [PASS][7] -> [FAIL][8]
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-4/igt@xe_oa@mi-rpc.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-1/igt@xe_oa@mi-rpc.html
* igt@xe_oa@non-sampling-read-error:
- shard-bmg: NOTRUN -> [FAIL][9] +1 other test fail
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-5/igt@xe_oa@non-sampling-read-error.html
* igt@xe_pm@s2idle-vm-bind-prefetch:
- shard-dg2-set2: [PASS][10] -> [ABORT][11]
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-434/igt@xe_pm@s2idle-vm-bind-prefetch.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-432/igt@xe_pm@s2idle-vm-bind-prefetch.html
New tests
---------
New tests have been introduced between xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f_full and xe-pw-144685v2_full:
### New IGT tests (545) ###
* igt@kms_cursor_edge_walk@128x128-left-edge@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [4.68] s
* igt@kms_cursor_edge_walk@128x128-right-edge@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [4.72] s
* igt@kms_cursor_edge_walk@128x128-top-bottom@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [4.70] s
* igt@kms_cursor_edge_walk@128x128-top-edge@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [4.79] s
* igt@kms_cursor_edge_walk@256x256-left-edge@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [4.82] s
* igt@kms_cursor_edge_walk@256x256-right-edge@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [4.71] s
* igt@kms_cursor_edge_walk@256x256-top-bottom@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [4.72] s
* igt@kms_cursor_edge_walk@256x256-top-edge@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [4.77] s
* igt@kms_cursor_edge_walk@64x64-left-edge@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [4.70] s
* igt@kms_cursor_edge_walk@64x64-top-edge@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [4.67] s
* igt@kms_cursor_edge_walk@64x64-top-edge@pipe-a-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [3.40] s
* igt@kms_cursor_edge_walk@64x64-top-edge@pipe-d-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [3.25] s
* igt@kms_draw_crc@draw-method-blt@rgb565-4tiled:
- Statuses : 3 pass(s)
- Exec time: [0.15, 0.17] s
* igt@kms_draw_crc@draw-method-blt@xrgb2101010-4tiled:
- Statuses : 3 pass(s)
- Exec time: [0.13, 0.17] s
* igt@kms_draw_crc@draw-method-blt@xrgb8888-4tiled:
- Statuses : 3 pass(s)
- Exec time: [0.15, 0.22] s
* igt@kms_draw_crc@draw-method-render@rgb565-4tiled:
- Statuses : 3 pass(s)
- Exec time: [0.15, 0.18] s
* igt@kms_draw_crc@draw-method-render@xrgb2101010-4tiled:
- Statuses : 3 pass(s)
- Exec time: [0.15, 0.17] s
* igt@kms_draw_crc@draw-method-render@xrgb8888-4tiled:
- Statuses : 3 pass(s)
- Exec time: [0.15, 0.18] s
* igt@kms_plane_scaling@invalid-num-scalers@pipe-a-dp-4-invalid-num-scalers:
- Statuses : 1 pass(s)
- Exec time: [0.01] s
* igt@kms_plane_scaling@invalid-num-scalers@pipe-b-dp-4-invalid-num-scalers:
- Statuses : 1 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-106x106:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-121x121:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-136x136:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-151x151:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-166x166:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-16x16:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-181x181:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-196x196:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-1x1:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-211x211:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-226x226:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-241x241:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-256x256:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-271x271:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-286x286:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-301x301:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-316x316:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-31x31:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-331x331:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-346x346:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-361x361:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-376x376:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-391x391:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-406x406:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-421x421:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-436x436:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-451x451:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-466x466:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-46x46:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-481x481:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-496x496:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-511x511:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-61x61:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-76x76:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-system-vram01-91x91:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-106x106:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-121x121:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-136x136:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-151x151:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-166x166:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-16x16:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-181x181:
- Statuses : 2 pass(s)
- Exec time: [0.01, 0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-196x196:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-1x1:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-211x211:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-226x226:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-241x241:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-256x256:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-271x271:
- Statuses : 2 pass(s)
- Exec time: [0.03, 0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-286x286:
- Statuses : 2 pass(s)
- Exec time: [0.03, 0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-301x301:
- Statuses : 2 pass(s)
- Exec time: [0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-316x316:
- Statuses : 2 pass(s)
- Exec time: [0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-31x31:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-331x331:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-346x346:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-361x361:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.06] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-376x376:
- Statuses : 2 pass(s)
- Exec time: [0.05, 0.06] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-391x391:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.07] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-406x406:
- Statuses : 2 pass(s)
- Exec time: [0.07] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-421x421:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.08] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-436x436:
- Statuses : 2 pass(s)
- Exec time: [0.07, 0.08] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-451x451:
- Statuses : 2 pass(s)
- Exec time: [0.07, 0.09] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-466x466:
- Statuses : 2 pass(s)
- Exec time: [0.09] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-46x46:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-481x481:
- Statuses : 2 pass(s)
- Exec time: [0.08, 0.10] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-496x496:
- Statuses : 2 pass(s)
- Exec time: [0.09, 0.10] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-511x511:
- Statuses : 2 pass(s)
- Exec time: [0.10, 0.11] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-61x61:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-76x76:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-system-91x91:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-106x106:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-121x121:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-136x136:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-151x151:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-166x166:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-16x16:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-181x181:
- Statuses : 2 pass(s)
- Exec time: [0.01, 0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-196x196:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-1x1:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-211x211:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-226x226:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-241x241:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-256x256:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-271x271:
- Statuses : 2 pass(s)
- Exec time: [0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-286x286:
- Statuses : 2 pass(s)
- Exec time: [0.03, 0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-301x301:
- Statuses : 2 pass(s)
- Exec time: [0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-316x316:
- Statuses : 2 pass(s)
- Exec time: [0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-31x31:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-331x331:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-346x346:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-361x361:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.06] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-376x376:
- Statuses : 2 pass(s)
- Exec time: [0.05, 0.06] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-391x391:
- Statuses : 2 pass(s)
- Exec time: [0.07] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-406x406:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.07] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-421x421:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.08] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-436x436:
- Statuses : 2 pass(s)
- Exec time: [0.07, 0.08] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-451x451:
- Statuses : 2 pass(s)
- Exec time: [0.08, 0.09] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-466x466:
- Statuses : 2 pass(s)
- Exec time: [0.08, 0.09] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-46x46:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-481x481:
- Statuses : 2 pass(s)
- Exec time: [0.08, 0.10] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-496x496:
- Statuses : 2 pass(s)
- Exec time: [0.09, 0.10] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-511x511:
- Statuses : 2 pass(s)
- Exec time: [0.10, 0.11] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-61x61:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-76x76:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@linear-uncompressed-compfmt0-vram01-vram01-91x91:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-106x106:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-121x121:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-136x136:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-151x151:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-166x166:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-16x16:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-181x181:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-196x196:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-1x1:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-211x211:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-226x226:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-241x241:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-256x256:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-271x271:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-286x286:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-301x301:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-316x316:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-31x31:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-331x331:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-346x346:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-361x361:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-376x376:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-391x391:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-406x406:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-421x421:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-436x436:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-451x451:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-466x466:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-46x46:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-481x481:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-496x496:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-511x511:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-61x61:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-76x76:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-system-91x91:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-106x106:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-121x121:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-136x136:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-151x151:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-166x166:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-16x16:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-181x181:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-196x196:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-1x1:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-211x211:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-226x226:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-241x241:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-256x256:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-271x271:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-286x286:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-301x301:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-316x316:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-31x31:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-331x331:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-346x346:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-361x361:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-376x376:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-391x391:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-406x406:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-421x421:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-436x436:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-451x451:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-466x466:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-46x46:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-481x481:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-496x496:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-511x511:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-61x61:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-76x76:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-system-vram01-91x91:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-106x106:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-121x121:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-136x136:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-151x151:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-166x166:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-16x16:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-181x181:
- Statuses : 2 pass(s)
- Exec time: [0.01, 0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-196x196:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-1x1:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-211x211:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-226x226:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-241x241:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-256x256:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-271x271:
- Statuses : 2 pass(s)
- Exec time: [0.03, 0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-286x286:
- Statuses : 2 pass(s)
- Exec time: [0.03, 0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-301x301:
- Statuses : 2 pass(s)
- Exec time: [0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-316x316:
- Statuses : 2 pass(s)
- Exec time: [0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-31x31:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-331x331:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-346x346:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-361x361:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.06] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-376x376:
- Statuses : 2 pass(s)
- Exec time: [0.05, 0.06] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-391x391:
- Statuses : 2 pass(s)
- Exec time: [0.07] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-406x406:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.07] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-421x421:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.08] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-436x436:
- Statuses : 2 pass(s)
- Exec time: [0.07, 0.08] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-451x451:
- Statuses : 2 pass(s)
- Exec time: [0.08, 0.09] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-466x466:
- Statuses : 2 pass(s)
- Exec time: [0.08, 0.09] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-46x46:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-481x481:
- Statuses : 2 pass(s)
- Exec time: [0.08, 0.10] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-496x496:
- Statuses : 2 pass(s)
- Exec time: [0.09, 0.10] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-511x511:
- Statuses : 2 pass(s)
- Exec time: [0.10, 0.11] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-61x61:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-76x76:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-system-91x91:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-106x106:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-121x121:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-136x136:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-151x151:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-166x166:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-16x16:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-181x181:
- Statuses : 2 pass(s)
- Exec time: [0.01, 0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-196x196:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-1x1:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-211x211:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-226x226:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-241x241:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-256x256:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-271x271:
- Statuses : 2 pass(s)
- Exec time: [0.03, 0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-286x286:
- Statuses : 2 pass(s)
- Exec time: [0.03, 0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-301x301:
- Statuses : 2 pass(s)
- Exec time: [0.03, 0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-316x316:
- Statuses : 2 pass(s)
- Exec time: [0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-31x31:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-331x331:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-346x346:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-361x361:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.06] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-376x376:
- Statuses : 2 pass(s)
- Exec time: [0.06] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-391x391:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.07] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-406x406:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.07] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-421x421:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.08] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-436x436:
- Statuses : 2 pass(s)
- Exec time: [0.07, 0.08] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-451x451:
- Statuses : 2 pass(s)
- Exec time: [0.08, 0.09] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-466x466:
- Statuses : 2 pass(s)
- Exec time: [0.08, 0.09] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-46x46:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-481x481:
- Statuses : 2 pass(s)
- Exec time: [0.08, 0.10] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-496x496:
- Statuses : 2 pass(s)
- Exec time: [0.09, 0.10] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-511x511:
- Statuses : 2 pass(s)
- Exec time: [0.09, 0.11] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-61x61:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-76x76:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile4-uncompressed-compfmt0-vram01-vram01-91x91:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-106x106:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-121x121:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-136x136:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-151x151:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-166x166:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-16x16:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-181x181:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-196x196:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-1x1:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-211x211:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-226x226:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-241x241:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-256x256:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-271x271:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-286x286:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-301x301:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-316x316:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-31x31:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-331x331:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-346x346:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-361x361:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-376x376:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-391x391:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-406x406:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-421x421:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-436x436:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-451x451:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-466x466:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-46x46:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-481x481:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-496x496:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-511x511:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-61x61:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-76x76:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-system-91x91:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-106x106:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-121x121:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-136x136:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-151x151:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-166x166:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-16x16:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-181x181:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-196x196:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-1x1:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-211x211:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-226x226:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-241x241:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-256x256:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-271x271:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-286x286:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-301x301:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-316x316:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-31x31:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-331x331:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-346x346:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-361x361:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-376x376:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-391x391:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-406x406:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-421x421:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-436x436:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-451x451:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-466x466:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-46x46:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-481x481:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-496x496:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-511x511:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-61x61:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-76x76:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-system-vram01-91x91:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-106x106:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-121x121:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-136x136:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-151x151:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-166x166:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-16x16:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-181x181:
- Statuses : 2 pass(s)
- Exec time: [0.01, 0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-196x196:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-1x1:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-211x211:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-226x226:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-241x241:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-256x256:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-271x271:
- Statuses : 2 pass(s)
- Exec time: [0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-286x286:
- Statuses : 2 pass(s)
- Exec time: [0.03, 0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-301x301:
- Statuses : 2 pass(s)
- Exec time: [0.03, 0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-316x316:
- Statuses : 2 pass(s)
- Exec time: [0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-31x31:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-331x331:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-346x346:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-361x361:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.06] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-376x376:
- Statuses : 2 pass(s)
- Exec time: [0.05, 0.06] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-391x391:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.07] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-406x406:
- Statuses : 2 pass(s)
- Exec time: [0.07] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-421x421:
- Statuses : 2 pass(s)
- Exec time: [0.07, 0.08] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-436x436:
- Statuses : 2 pass(s)
- Exec time: [0.07, 0.08] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-451x451:
- Statuses : 2 pass(s)
- Exec time: [0.07, 0.09] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-466x466:
- Statuses : 2 pass(s)
- Exec time: [0.08, 0.09] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-46x46:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-481x481:
- Statuses : 2 pass(s)
- Exec time: [0.09, 0.10] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-496x496:
- Statuses : 2 pass(s)
- Exec time: [0.09, 0.10] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-511x511:
- Statuses : 2 pass(s)
- Exec time: [0.09, 0.11] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-61x61:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-76x76:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-system-91x91:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-106x106:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-121x121:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-136x136:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-151x151:
- Statuses : 2 pass(s)
- Exec time: [0.01, 0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-166x166:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-16x16:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-181x181:
- Statuses : 2 pass(s)
- Exec time: [0.01, 0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-196x196:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-1x1:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-211x211:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-226x226:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-241x241:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-256x256:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-271x271:
- Statuses : 2 pass(s)
- Exec time: [0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-286x286:
- Statuses : 2 pass(s)
- Exec time: [0.03, 0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-301x301:
- Statuses : 2 pass(s)
- Exec time: [0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-316x316:
- Statuses : 2 pass(s)
- Exec time: [0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-31x31:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-331x331:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-346x346:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-361x361:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.06] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-376x376:
- Statuses : 2 pass(s)
- Exec time: [0.05, 0.06] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-391x391:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.07] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-406x406:
- Statuses : 2 pass(s)
- Exec time: [0.07] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-421x421:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.08] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-436x436:
- Statuses : 2 pass(s)
- Exec time: [0.07, 0.08] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-451x451:
- Statuses : 2 pass(s)
- Exec time: [0.07, 0.09] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-466x466:
- Statuses : 2 pass(s)
- Exec time: [0.09] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-46x46:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-481x481:
- Statuses : 2 pass(s)
- Exec time: [0.09, 0.10] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-496x496:
- Statuses : 2 pass(s)
- Exec time: [0.09, 0.10] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-511x511:
- Statuses : 2 pass(s)
- Exec time: [0.10, 0.11] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-61x61:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-76x76:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@tile64-uncompressed-compfmt0-vram01-vram01-91x91:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-106x106:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-121x121:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-136x136:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-151x151:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-166x166:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-16x16:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-181x181:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-196x196:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-1x1:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-211x211:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-226x226:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-241x241:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-256x256:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-271x271:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-286x286:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-301x301:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-316x316:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-31x31:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-331x331:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-346x346:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-361x361:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-376x376:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-391x391:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-406x406:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-421x421:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-436x436:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-451x451:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-466x466:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-46x46:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-481x481:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-496x496:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-511x511:
- Statuses : 3 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-61x61:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-76x76:
- Statuses : 3 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-system-91x91:
- Statuses : 3 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-106x106:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-121x121:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-136x136:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-151x151:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-166x166:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-16x16:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-181x181:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-196x196:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-1x1:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-211x211:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-226x226:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-241x241:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-256x256:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-271x271:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-286x286:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-301x301:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-316x316:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-31x31:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-331x331:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-346x346:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-361x361:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-376x376:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-391x391:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-406x406:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-421x421:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-436x436:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-451x451:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-466x466:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-46x46:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-481x481:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-496x496:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-511x511:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-61x61:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-76x76:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-system-vram01-91x91:
- Statuses : 2 pass(s)
- Exec time: [0.00] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-106x106:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-121x121:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-136x136:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-151x151:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-166x166:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-16x16:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-181x181:
- Statuses : 2 pass(s)
- Exec time: [0.01, 0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-196x196:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-1x1:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-211x211:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-226x226:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-241x241:
- Statuses : 2 pass(s)
- Exec time: [0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-256x256:
- Statuses : 2 pass(s)
- Exec time: [0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-271x271:
- Statuses : 2 pass(s)
- Exec time: [0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-286x286:
- Statuses : 2 pass(s)
- Exec time: [0.03, 0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-301x301:
- Statuses : 2 pass(s)
- Exec time: [0.03, 0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-316x316:
- Statuses : 2 pass(s)
- Exec time: [0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-31x31:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-331x331:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-346x346:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-361x361:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.06] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-376x376:
- Statuses : 2 pass(s)
- Exec time: [0.06] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-391x391:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.07] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-406x406:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.07] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-421x421:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.08] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-436x436:
- Statuses : 2 pass(s)
- Exec time: [0.07, 0.08] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-451x451:
- Statuses : 2 pass(s)
- Exec time: [0.08, 0.09] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-466x466:
- Statuses : 2 pass(s)
- Exec time: [0.08, 0.09] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-46x46:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-481x481:
- Statuses : 2 pass(s)
- Exec time: [0.08, 0.10] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-496x496:
- Statuses : 2 pass(s)
- Exec time: [0.09, 0.10] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-511x511:
- Statuses : 2 pass(s)
- Exec time: [0.09, 0.11] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-61x61:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-76x76:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-system-91x91:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-106x106:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-121x121:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-136x136:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-151x151:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-166x166:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-16x16:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-181x181:
- Statuses : 2 pass(s)
- Exec time: [0.01, 0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-196x196:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-1x1:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-211x211:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-226x226:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-241x241:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-256x256:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-271x271:
- Statuses : 2 pass(s)
- Exec time: [0.03, 0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-286x286:
- Statuses : 2 pass(s)
- Exec time: [0.03, 0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-301x301:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-316x316:
- Statuses : 2 pass(s)
- Exec time: [0.04] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-31x31:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-331x331:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-346x346:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.05] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-361x361:
- Statuses : 2 pass(s)
- Exec time: [0.04, 0.06] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-376x376:
- Statuses : 2 pass(s)
- Exec time: [0.05, 0.06] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-391x391:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.07] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-406x406:
- Statuses : 2 pass(s)
- Exec time: [0.07] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-421x421:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.08] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-436x436:
- Statuses : 2 pass(s)
- Exec time: [0.07, 0.08] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-451x451:
- Statuses : 2 pass(s)
- Exec time: [0.07, 0.09] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-466x466:
- Statuses : 2 pass(s)
- Exec time: [0.09] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-46x46:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-481x481:
- Statuses : 2 pass(s)
- Exec time: [0.08, 0.10] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-496x496:
- Statuses : 2 pass(s)
- Exec time: [0.09, 0.10] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-511x511:
- Statuses : 2 pass(s)
- Exec time: [0.09, 0.11] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-61x61:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-76x76:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
* igt@xe_ccs@block-copy-uncompressed-inc-dimension@xmajor-uncompressed-compfmt0-vram01-vram01-91x91:
- Statuses : 2 pass(s)
- Exec time: [0.01] s
Known issues
------------
Here are the changes found in xe-pw-144685v2_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@4-tiled-64bpp-rotate-270:
- shard-adlp: NOTRUN -> [SKIP][12] ([Intel XE#1124]) +1 other test skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#2327])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_big_fb@linear-8bpp-rotate-0:
- shard-dg2-set2: [PASS][14] -> [INCOMPLETE][15] ([Intel XE#3225])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-434/igt@kms_big_fb@linear-8bpp-rotate-0.html
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-434/igt@kms_big_fb@linear-8bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-0:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#1124]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_big_fb@y-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-dg2-set2: NOTRUN -> [SKIP][17] ([Intel XE#1124]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-463/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
- shard-adlp: NOTRUN -> [SKIP][18] ([Intel XE#2191])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
* igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2314] / [Intel XE#2894]) +1 other test skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-5/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-2-displays-2560x1440p:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#367])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs:
- shard-adlp: NOTRUN -> [SKIP][21] ([Intel XE#455] / [Intel XE#787]) +3 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][22] ([Intel XE#787]) +62 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-436/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-a-dp-4.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-1:
- shard-adlp: NOTRUN -> [SKIP][23] ([Intel XE#787]) +5 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][24] ([Intel XE#3862]) +1 other test incomplete
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-463/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][25] ([Intel XE#455] / [Intel XE#787]) +11 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-436/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs:
- shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#3432])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#2887]) +4 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-5/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][28] -> [INCOMPLETE][29] ([Intel XE#4010])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6.html
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-dg2-set2: [PASS][30] -> [INCOMPLETE][31] ([Intel XE#1727] / [Intel XE#3124] / [Intel XE#4010])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-dp-4:
- shard-dg2-set2: [PASS][32] -> [INCOMPLETE][33] ([Intel XE#3124] / [Intel XE#4010])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-dp-4.html
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-6:
- shard-dg2-set2: [PASS][34] -> [DMESG-WARN][35] ([Intel XE#1727])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-6.html
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-c-dp-2:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#2652] / [Intel XE#787]) +11 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-1/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-c-dp-2.html
* igt@kms_chamelium_audio@dp-audio-edid:
- shard-adlp: NOTRUN -> [SKIP][37] ([Intel XE#373]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_chamelium_audio@dp-audio-edid.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#2325])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_frames@hdmi-crc-single:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#2252]) +2 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@kms_chamelium_frames@hdmi-crc-single.html
* igt@kms_content_protection@atomic-dpms:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#2341])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_content_protection@atomic-dpms.html
* igt@kms_cursor_crc@cursor-offscreen-32x10:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2320]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_cursor_crc@cursor-offscreen-32x10.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2-set2: NOTRUN -> [SKIP][42] ([Intel XE#308])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-463/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
- shard-dg2-set2: NOTRUN -> [SKIP][43] ([Intel XE#455])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-463/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-adlp: NOTRUN -> [SKIP][44] ([Intel XE#455]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-dg2-set2: [PASS][45] -> [INCOMPLETE][46] ([Intel XE#4148]) +1 other test incomplete
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-435/igt@kms_cursor_crc@cursor-suspend.html
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-463/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_edge_walk@128x128-top-bottom@pipe-d-hdmi-a-3:
- shard-bmg: NOTRUN -> [DMESG-WARN][47] ([Intel XE#4172]) +2 other tests dmesg-warn
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_cursor_edge_walk@128x128-top-bottom@pipe-d-hdmi-a-3.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-bmg: [PASS][48] -> [SKIP][49] ([Intel XE#2291]) +6 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-7/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-4/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-adlp: NOTRUN -> [SKIP][50] ([Intel XE#309]) +1 other test skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#2286])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#1508])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_dp_aux_dev:
- shard-bmg: [PASS][53] -> [SKIP][54] ([Intel XE#3009])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-1/igt@kms_dp_aux_dev.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_dp_aux_dev.html
* igt@kms_feature_discovery@display-3x:
- shard-adlp: NOTRUN -> [SKIP][55] ([Intel XE#703])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2-set2: NOTRUN -> [SKIP][56] ([Intel XE#1138])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-463/igt@kms_feature_discovery@display-4x.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-bmg: [PASS][57] -> [SKIP][58] ([Intel XE#2316]) +2 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-7/igt@kms_flip@2x-absolute-wf_vblank.html
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-4/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
- shard-dg2-set2: [PASS][59] -> [FAIL][60] ([Intel XE#301]) +1 other test fail
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-433/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-expired-vblank@ac-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [FAIL][61] ([Intel XE#3321]) +5 other tests fail
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank@ac-dp2-hdmi-a3.html
* igt@kms_flip@2x-nonexisting-fb-interruptible:
- shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#2316])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_flip@2x-nonexisting-fb-interruptible.html
* igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a3:
- shard-bmg: [PASS][63] -> [FAIL][64] ([Intel XE#2882]) +3 other tests fail
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-1/igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a3.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a3.html
* igt@kms_flip@flip-vs-expired-vblank@b-dp2:
- shard-bmg: [PASS][65] -> [FAIL][66] ([Intel XE#3321])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-7/igt@kms_flip@flip-vs-expired-vblank@b-dp2.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-5/igt@kms_flip@flip-vs-expired-vblank@b-dp2.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible@a-hdmi-a1:
- shard-adlp: [PASS][67] -> [FAIL][68] ([Intel XE#886])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-3/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-hdmi-a1.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-3/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-hdmi-a1.html
* igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a1:
- shard-adlp: [PASS][69] -> [FAIL][70] ([Intel XE#2882]) +3 other tests fail
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-6/igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a1.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-9/igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling:
- shard-bmg: NOTRUN -> [SKIP][71] ([Intel XE#2293] / [Intel XE#2380]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#2293]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/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-b-hdmi-a-1-x-to-x:
- shard-adlp: [PASS][73] -> [DMESG-FAIL][74] ([Intel XE#1033])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-3/igt@kms_flip_tiling@flip-change-tiling@pipe-b-hdmi-a-1-x-to-x.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_flip_tiling@flip-change-tiling@pipe-b-hdmi-a-1-x-to-x.html
* igt@kms_force_connector_basic@force-connector-state:
- shard-adlp: [PASS][75] -> [DMESG-WARN][76] ([Intel XE#2953] / [Intel XE#3970])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-2/igt@kms_force_connector_basic@force-connector-state.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-8/igt@kms_force_connector_basic@force-connector-state.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-fullscreen:
- shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#2311]) +7 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#4141]) +5 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-adlp: NOTRUN -> [SKIP][79] ([Intel XE#1151])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][80] ([Intel XE#651]) +4 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][81] ([Intel XE#2313]) +6 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-render:
- shard-adlp: NOTRUN -> [SKIP][82] ([Intel XE#656]) +4 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#2312]) +3 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-suspend:
- shard-adlp: NOTRUN -> [SKIP][84] ([Intel XE#653])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move:
- shard-dg2-set2: NOTRUN -> [SKIP][85] ([Intel XE#653]) +2 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-bmg: NOTRUN -> [SKIP][86] ([Intel XE#2502])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-bmg: NOTRUN -> [SKIP][87] ([Intel XE#2934])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-adlp: [PASS][88] -> [DMESG-WARN][89] ([Intel XE#4173]) +2 other tests dmesg-warn
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-6/igt@kms_plane@plane-panning-bottom-right-suspend.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-3/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_lowres@tiling-y:
- shard-bmg: NOTRUN -> [SKIP][90] ([Intel XE#2393])
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d:
- shard-bmg: NOTRUN -> [SKIP][91] ([Intel XE#2763]) +4 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d.html
* igt@kms_pm_backlight@bad-brightness:
- shard-adlp: NOTRUN -> [SKIP][92] ([Intel XE#870])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg2-set2: NOTRUN -> [SKIP][93] ([Intel XE#1129])
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-463/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-bmg: NOTRUN -> [SKIP][94] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_properties@connector-properties-legacy:
- shard-bmg: [PASS][95] -> [DMESG-WARN][96] ([Intel XE#4172]) +23 other tests dmesg-warn
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-4/igt@kms_properties@connector-properties-legacy.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-1/igt@kms_properties@connector-properties-legacy.html
* igt@kms_properties@connector-properties-legacy@pipe-none-hdmi-a-8:
- shard-dg2-set2: [PASS][97] -> [DMESG-WARN][98] ([Intel XE#1033]) +9 other tests dmesg-warn
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-433/igt@kms_properties@connector-properties-legacy@pipe-none-hdmi-a-8.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-436/igt@kms_properties@connector-properties-legacy@pipe-none-hdmi-a-8.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf:
- shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#1489]) +2 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][100] ([Intel XE#1489])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-463/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area:
- shard-adlp: NOTRUN -> [SKIP][101] ([Intel XE#1489]) +1 other test skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr@fbc-psr-primary-page-flip:
- shard-adlp: NOTRUN -> [SKIP][102] ([Intel XE#2850] / [Intel XE#929]) +1 other test skip
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_psr@fbc-psr-primary-page-flip.html
* igt@kms_psr@psr-primary-page-flip:
- shard-bmg: NOTRUN -> [SKIP][103] ([Intel XE#2234] / [Intel XE#2850]) +8 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@kms_psr@psr-primary-page-flip.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-bmg: NOTRUN -> [SKIP][104] ([Intel XE#3414] / [Intel XE#3904])
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-dg2-set2: NOTRUN -> [SKIP][105] ([Intel XE#3414]) +1 other test skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-463/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: NOTRUN -> [SKIP][106] ([Intel XE#2426])
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vrr@cmrr:
- shard-bmg: NOTRUN -> [SKIP][107] ([Intel XE#2168])
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@kms_vrr@cmrr.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [PASS][108] -> [FAIL][109] ([Intel XE#2159]) +1 other test fail
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-lnl-6/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-lnl-5/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-adlp: NOTRUN -> [SKIP][110] ([Intel XE#756])
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_writeback@writeback-pixel-formats.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- shard-bmg: NOTRUN -> [SKIP][111] ([Intel XE#1091] / [Intel XE#2849])
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-5/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@xe_eudebug@basic-client-th:
- shard-adlp: NOTRUN -> [SKIP][112] ([Intel XE#2905]) +1 other test skip
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@xe_eudebug@basic-client-th.html
* igt@xe_eudebug@basic-vm-bind-ufence-delay-ack:
- shard-adlp: NOTRUN -> [SKIP][113] ([Intel XE#3889])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@xe_eudebug@basic-vm-bind-ufence-delay-ack.html
* igt@xe_eudebug_online@single-step:
- shard-bmg: NOTRUN -> [SKIP][114] ([Intel XE#2905]) +3 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@xe_eudebug_online@single-step.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic:
- shard-bmg: NOTRUN -> [SKIP][115] ([Intel XE#2322]) +3 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-rebind:
- shard-adlp: NOTRUN -> [SKIP][116] ([Intel XE#1392])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-rebind.html
* igt@xe_exec_basic@multigpu-once-basic-defer-bind:
- shard-dg2-set2: [PASS][117] -> [SKIP][118] ([Intel XE#1392])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-434/igt@xe_exec_basic@multigpu-once-basic-defer-bind.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-432/igt@xe_exec_basic@multigpu-once-basic-defer-bind.html
* igt@xe_exec_fault_mode@many-userptr-imm:
- shard-dg2-set2: NOTRUN -> [SKIP][119] ([Intel XE#288]) +2 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-463/igt@xe_exec_fault_mode@many-userptr-imm.html
* igt@xe_exec_fault_mode@once-bindexecqueue-userptr:
- shard-adlp: NOTRUN -> [SKIP][120] ([Intel XE#288]) +1 other test skip
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@xe_exec_fault_mode@once-bindexecqueue-userptr.html
* igt@xe_exec_threads@threads-hang-userptr-rebind:
- shard-dg2-set2: [PASS][121] -> [DMESG-WARN][122] ([Intel XE#3876])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-466/igt@xe_exec_threads@threads-hang-userptr-rebind.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-435/igt@xe_exec_threads@threads-hang-userptr-rebind.html
* igt@xe_live_ktest@xe_migrate:
- shard-bmg: [PASS][123] -> [SKIP][124] ([Intel XE#1192]) +1 other test skip
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-1/igt@xe_live_ktest@xe_migrate.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@xe_live_ktest@xe_migrate.html
* igt@xe_oa@invalid-oa-metric-set-id:
- shard-adlp: NOTRUN -> [SKIP][125] ([Intel XE#2541] / [Intel XE#3573])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@xe_oa@invalid-oa-metric-set-id.html
* igt@xe_oa@short-reads:
- shard-dg2-set2: NOTRUN -> [SKIP][126] ([Intel XE#2541] / [Intel XE#3573])
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-463/igt@xe_oa@short-reads.html
* igt@xe_pm@d3cold-mocs:
- shard-bmg: NOTRUN -> [SKIP][127] ([Intel XE#2284])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-5/igt@xe_pm@d3cold-mocs.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-dg2-set2: NOTRUN -> [SKIP][128] ([Intel XE#2284] / [Intel XE#366])
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-463/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_pm@s4-d3hot-basic-exec:
- shard-adlp: NOTRUN -> [ABORT][129] ([Intel XE#4268])
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@xe_pm@s4-d3hot-basic-exec.html
* igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz:
- shard-bmg: NOTRUN -> [SKIP][130] ([Intel XE#944])
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-5/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html
* igt@xe_query@multigpu-query-uc-fw-version-guc:
- shard-adlp: NOTRUN -> [SKIP][131] ([Intel XE#944])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@xe_query@multigpu-query-uc-fw-version-guc.html
* igt@xe_sriov_auto_provisioning@fair-allocation:
- shard-bmg: NOTRUN -> [SKIP][132] ([Intel XE#4130])
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-5/igt@xe_sriov_auto_provisioning@fair-allocation.html
#### Possible fixes ####
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1:
- shard-adlp: [FAIL][133] ([Intel XE#3908]) -> [PASS][134] +1 other test pass
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-3/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-3/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-0:
- shard-bmg: [INCOMPLETE][135] ([Intel XE#3225]) -> [PASS][136]
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-1/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-5/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs@pipe-a-dp-2:
- shard-bmg: [DMESG-WARN][137] ([Intel XE#4172]) -> [PASS][138] +5 other tests pass
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-1/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs@pipe-a-dp-2.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-4/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs@pipe-a-dp-2.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
- shard-bmg: [SKIP][139] ([Intel XE#2291]) -> [PASS][140] +7 other tests pass
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-4/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-1/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_display_modes@extended-mode-basic:
- shard-bmg: [DMESG-WARN][141] ([Intel XE#877]) -> [PASS][142] +1 other test pass
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-5/igt@kms_display_modes@extended-mode-basic.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_feature_discovery@display-2x:
- shard-bmg: [SKIP][143] ([Intel XE#2373]) -> [PASS][144]
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-6/igt@kms_feature_discovery@display-2x.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-1/igt@kms_feature_discovery@display-2x.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4:
- shard-dg2-set2: [FAIL][145] ([Intel XE#301] / [Intel XE#3321]) -> [PASS][146]
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-433/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4.html
* igt@kms_flip@2x-plain-flip:
- shard-bmg: [SKIP][147] ([Intel XE#2316]) -> [PASS][148] +5 other tests pass
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-4/igt@kms_flip@2x-plain-flip.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-1/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6:
- shard-dg2-set2: [FAIL][149] ([Intel XE#301]) -> [PASS][150] +1 other test pass
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-463/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6.html
* igt@kms_flip@flip-vs-expired-vblank@d-dp2:
- shard-bmg: [FAIL][151] ([Intel XE#3321]) -> [PASS][152] +1 other test pass
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-7/igt@kms_flip@flip-vs-expired-vblank@d-dp2.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-5/igt@kms_flip@flip-vs-expired-vblank@d-dp2.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1:
- shard-lnl: [FAIL][153] ([Intel XE#886]) -> [PASS][154] +5 other tests pass
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-lnl-3/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-lnl-6/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html
* igt@kms_flip_tiling@flip-change-tiling@pipe-c-hdmi-a-1-x-to-x:
- shard-adlp: [DMESG-FAIL][155] ([Intel XE#1033]) -> [PASS][156]
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-3/igt@kms_flip_tiling@flip-change-tiling@pipe-c-hdmi-a-1-x-to-x.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_flip_tiling@flip-change-tiling@pipe-c-hdmi-a-1-x-to-x.html
* igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-y:
- shard-adlp: [FAIL][157] ([Intel XE#1874]) -> [PASS][158]
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-3/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-y.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-y.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-pixel-format:
- shard-dg2-set2: [DMESG-WARN][159] ([Intel XE#1033]) -> [PASS][160] +3 other tests pass
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-pixel-format.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-pixel-format.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-bmg: [SKIP][161] ([Intel XE#1435]) -> [PASS][162]
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-4/igt@kms_setmode@clone-exclusive-crtc.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-1/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1:
- shard-lnl: [FAIL][163] ([Intel XE#899]) -> [PASS][164]
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-lnl-3/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-lnl-3/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html
* igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue:
- shard-bmg: [INCOMPLETE][165] -> [PASS][166]
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-5/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html
* igt@xe_exec_basic@multigpu-once-null:
- shard-dg2-set2: [SKIP][167] ([Intel XE#1392]) -> [PASS][168] +1 other test pass
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-432/igt@xe_exec_basic@multigpu-once-null.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-436/igt@xe_exec_basic@multigpu-once-null.html
* igt@xe_fault_injection@inject-fault-probe-function-xe_guc_log_init:
- shard-adlp: [DMESG-WARN][169] ([Intel XE#4173]) -> [PASS][170] +2 other tests pass
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-9/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_log_init.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-9/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_log_init.html
* igt@xe_gt_freq@throttle_basic_api:
- shard-bmg: [FAIL][171] -> [PASS][172]
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-5/igt@xe_gt_freq@throttle_basic_api.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-1/igt@xe_gt_freq@throttle_basic_api.html
#### Warnings ####
* igt@kms_async_flips@alternate-sync-async-flip:
- shard-bmg: [DMESG-WARN][173] -> [DMESG-WARN][174] ([Intel XE#4172])
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-1/igt@kms_async_flips@alternate-sync-async-flip.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-4/igt@kms_async_flips@alternate-sync-async-flip.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
- shard-dg2-set2: [DMESG-WARN][175] ([Intel XE#1033]) -> [INCOMPLETE][176] ([Intel XE#2705] / [Intel XE#4010])
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:
- shard-bmg: [DMESG-WARN][177] ([Intel XE#4172]) -> [SKIP][178] ([Intel XE#2291])
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-bmg: [INCOMPLETE][179] ([Intel XE#2049]) -> [SKIP][180] ([Intel XE#2316])
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-7/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-bmg: [SKIP][181] ([Intel XE#2316]) -> [FAIL][182] ([Intel XE#3321])
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-4/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@2x-plain-flip-fb-recreate:
- shard-bmg: [FAIL][183] ([Intel XE#2882]) -> [SKIP][184] ([Intel XE#2316])
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-1/igt@kms_flip@2x-plain-flip-fb-recreate.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_flip@2x-plain-flip-fb-recreate.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-bmg: [DMESG-FAIL][185] ([Intel XE#4172]) -> [DMESG-WARN][186] ([Intel XE#4172])
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-1/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-4/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-dg2-set2: [INCOMPLETE][187] ([Intel XE#2049] / [Intel XE#2597]) -> [ABORT][188] ([Intel XE#2625]) +1 other test abort
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-dg2-432/igt@kms_flip@flip-vs-suspend-interruptible.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-dg2-432/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible:
- shard-bmg: [DMESG-WARN][189] ([Intel XE#4172]) -> [DMESG-FAIL][190] ([Intel XE#4172])
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-1/igt@kms_flip@plain-flip-fb-recreate-interruptible.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-4/igt@kms_flip@plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@plain-flip-ts-check-interruptible:
- shard-lnl: [FAIL][191] ([Intel XE#3098] / [Intel XE#3149] / [Intel XE#886]) -> [FAIL][192] ([Intel XE#886])
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-lnl-2/igt@kms_flip@plain-flip-ts-check-interruptible.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-lnl-2/igt@kms_flip@plain-flip-ts-check-interruptible.html
* igt@kms_flip@plain-flip-ts-check-interruptible@a-edp1:
- shard-lnl: [FAIL][193] ([Intel XE#3098]) -> [FAIL][194] ([Intel XE#886])
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-lnl-2/igt@kms_flip@plain-flip-ts-check-interruptible@a-edp1.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-lnl-2/igt@kms_flip@plain-flip-ts-check-interruptible@a-edp1.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render:
- shard-bmg: [SKIP][195] ([Intel XE#2311]) -> [SKIP][196] ([Intel XE#2312]) +16 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][197] ([Intel XE#2312]) -> [SKIP][198] ([Intel XE#2311]) +17 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw:
- shard-bmg: [SKIP][199] ([Intel XE#4141]) -> [SKIP][200] ([Intel XE#2312]) +7 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
- shard-bmg: [SKIP][201] ([Intel XE#2312]) -> [SKIP][202] ([Intel XE#4141]) +9 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][203] ([Intel XE#2312]) -> [SKIP][204] ([Intel XE#2313]) +17 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
- shard-bmg: [SKIP][205] ([Intel XE#2313]) -> [SKIP][206] ([Intel XE#2312]) +16 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
* igt@xe_module_load@load:
- shard-adlp: ([SKIP][207], [PASS][208], [PASS][209], [PASS][210], [PASS][211], [PASS][212], [PASS][213], [PASS][214], [PASS][215], [PASS][216], [PASS][217], [PASS][218], [PASS][219], [PASS][220], [PASS][221], [DMESG-WARN][222], [PASS][223], [PASS][224], [PASS][225], [PASS][226], [PASS][227], [PASS][228], [PASS][229], [PASS][230], [PASS][231], [PASS][232]) ([Intel XE#378] / [Intel XE#4173]) -> ([PASS][233], [PASS][234], [PASS][235], [PASS][236], [PASS][237], [PASS][238], [PASS][239], [PASS][240], [PASS][241], [PASS][242], [SKIP][243], [PASS][244], [PASS][245], [PASS][246], [PASS][247], [PASS][248], [PASS][249], [PASS][250], [PASS][251], [PASS][252], [PASS][253], [PASS][254], [PASS][255], [PASS][256], [PASS][257], [PASS][258]) ([Intel XE#378])
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-2/igt@xe_module_load@load.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-9/igt@xe_module_load@load.html
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-6/igt@xe_module_load@load.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-9/igt@xe_module_load@load.html
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-8/igt@xe_module_load@load.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-6/igt@xe_module_load@load.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-8/igt@xe_module_load@load.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-8/igt@xe_module_load@load.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-8/igt@xe_module_load@load.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-6/igt@xe_module_load@load.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-3/igt@xe_module_load@load.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-3/igt@xe_module_load@load.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-3/igt@xe_module_load@load.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-9/igt@xe_module_load@load.html
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-3/igt@xe_module_load@load.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-3/igt@xe_module_load@load.html
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-8/igt@xe_module_load@load.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-9/igt@xe_module_load@load.html
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-2/igt@xe_module_load@load.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-2/igt@xe_module_load@load.html
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-8/igt@xe_module_load@load.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-6/igt@xe_module_load@load.html
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-3/igt@xe_module_load@load.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-2/igt@xe_module_load@load.html
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-2/igt@xe_module_load@load.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-adlp-2/igt@xe_module_load@load.html
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-9/igt@xe_module_load@load.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-8/igt@xe_module_load@load.html
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@xe_module_load@load.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@xe_module_load@load.html
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-9/igt@xe_module_load@load.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-8/igt@xe_module_load@load.html
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-8/igt@xe_module_load@load.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-8/igt@xe_module_load@load.html
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-8/igt@xe_module_load@load.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-9/igt@xe_module_load@load.html
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-8/igt@xe_module_load@load.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@xe_module_load@load.html
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@xe_module_load@load.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-8/igt@xe_module_load@load.html
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-2/igt@xe_module_load@load.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-2/igt@xe_module_load@load.html
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-2/igt@xe_module_load@load.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-2/igt@xe_module_load@load.html
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-3/igt@xe_module_load@load.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-2/igt@xe_module_load@load.html
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-3/igt@xe_module_load@load.html
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-3/igt@xe_module_load@load.html
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@xe_module_load@load.html
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-6/igt@xe_module_load@load.html
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-3/igt@xe_module_load@load.html
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-adlp-3/igt@xe_module_load@load.html
* igt@xe_pm@s4-mocs:
- shard-bmg: [ABORT][259] ([Intel XE#4268]) -> [ABORT][260] ([Intel XE#4172] / [Intel XE#4268])
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f/shard-bmg-7/igt@xe_pm@s4-mocs.html
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/shard-bmg-5/igt@xe_pm@s4-mocs.html
[Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
[Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
[Intel XE#1151]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1151
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1874
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2502]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2502
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2625
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
[Intel XE#2934]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2934
[Intel XE#2953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2953
[Intel XE#3009]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3009
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3098
[Intel XE#3124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#3225]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3225
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#3862]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862
[Intel XE#3876]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3876
[Intel XE#3889]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#3908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3908
[Intel XE#3970]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3970
[Intel XE#4010]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4010
[Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4148]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4148
[Intel XE#4172]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172
[Intel XE#4173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4173
[Intel XE#4268]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[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#703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/703
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* Linux: xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f -> xe-pw-144685v2
IGT_8228: 8228
xe-2649-cbd90e3e74e3102b4a3eeca23e0136382e8a478f: cbd90e3e74e3102b4a3eeca23e0136382e8a478f
xe-pw-144685v2: 144685v2
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-144685v2/index.html
[-- Attachment #2: Type: text/html, Size: 182944 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread