* [i-g-t 0/1] xe_exec_threads: wait for all submissions to complete
@ 2024-10-25 19:55 fei.yang
2024-10-25 19:55 ` [i-g-t 1/1] tests/intel/xe_exec_threads: " fei.yang
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: fei.yang @ 2024-10-25 19:55 UTC (permalink / raw)
To: igt-dev; +Cc: Fei Yang
From: Fei Yang <fei.yang@intel.com>
In test_compute_mode, there is an one second sleep waiting for all
the submissions to complete, but that is not reliable especially
on pre-si platforms where the GPU could be a lot slower. Instead we
should wait for the ufence to make sure the GPU is inactive before
unbinding the BO.
Signed-off-by: Fei Yang <fei.yang@intel.com>
Fei Yang (1):
tests/intel/xe_exec_threads: wait for all submissions to complete
tests/intel/xe_exec_threads.c | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 6+ messages in thread* [i-g-t 1/1] tests/intel/xe_exec_threads: wait for all submissions to complete 2024-10-25 19:55 [i-g-t 0/1] xe_exec_threads: wait for all submissions to complete fei.yang @ 2024-10-25 19:55 ` fei.yang 2024-10-25 22:33 ` ✗ Fi.CI.BAT: failure for xe_exec_threads: " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 6+ messages in thread From: fei.yang @ 2024-10-25 19:55 UTC (permalink / raw) To: igt-dev; +Cc: Fei Yang From: Fei Yang <fei.yang@intel.com> In test_compute_mode, there is an one second sleep waiting for all the submissions to complete, but that is not reliable especially on pre-si platforms where the GPU could be a lot slower. Instead we should wait for the ufence to make sure the GPU is inactive before unbinding the BO. Signed-off-by: Fei Yang <fei.yang@intel.com> --- tests/intel/xe_exec_threads.c | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/tests/intel/xe_exec_threads.c b/tests/intel/xe_exec_threads.c index 413d6626b..a857a73fa 100644 --- a/tests/intel/xe_exec_threads.c +++ b/tests/intel/xe_exec_threads.c @@ -404,16 +404,26 @@ test_compute_mode(int fd, uint32_t vm, uint64_t addr, uint64_t userptr, } } - j = flags & INVALIDATE ? - (flags & RACE ? n_execs / 2 + 1 : n_execs - 1) : 0; + j = 0; /* wait for all submissions to complete */ + if (flags & INVALIDATE) + /* + * For !RACE cases xe_wait_ufence has been called in above for-loop + * except the last batch of submissions (0x20 submissions in a batch). + * For RACE cases we will need to wait for all the submissions to + * complete here. + */ + j = (flags & RACE) ? 0 : (n_execs - 0x1f); + else if (flags & REBIND) + /* + * For REBIND cases xe_wait_ufence has been called in above for-loop + * except the last batch of submissions (0x20 submissions in a batch). + */ + j = n_execs - 0x1f; + for (i = j; i < n_execs; i++) xe_wait_ufence(fd, &data[i].exec_sync, USER_FENCE_VALUE, exec_queues[i % n_exec_queues], fence_timeout); - /* Wait for all execs to complete */ - if (flags & INVALIDATE) - sleep(1); - sync[0].addr = to_user_pointer(&data[0].vm_sync); xe_vm_unbind_async(fd, vm, 0, 0, addr, bo_size, sync, 1); xe_wait_ufence(fd, &data[0].vm_sync, USER_FENCE_VALUE, 0, fence_timeout); -- 2.25.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* ✗ Fi.CI.BAT: failure for xe_exec_threads: wait for all submissions to complete 2024-10-25 19:55 [i-g-t 0/1] xe_exec_threads: wait for all submissions to complete fei.yang 2024-10-25 19:55 ` [i-g-t 1/1] tests/intel/xe_exec_threads: " fei.yang @ 2024-10-25 22:33 ` Patchwork 2024-10-25 22:49 ` ✗ CI.xeBAT: " Patchwork 2024-10-27 13:54 ` ✗ CI.xeFULL: " Patchwork 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-10-25 22:33 UTC (permalink / raw) To: Yang, Fei; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4967 bytes --] == Series Details == Series: xe_exec_threads: wait for all submissions to complete URL : https://patchwork.freedesktop.org/series/140522/ State : failure == Summary == CI Bug Log - changes from IGT_8086 -> IGTPW_11988 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11988 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11988, 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. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11988/index.html Participating hosts (46 -> 44) ------------------------------ Missing (2): bat-arls-2 fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11988: ### IGT changes ### #### Possible regressions #### * igt@i915_selftest@live: - fi-bsw-n3050: [PASS][1] -> [ABORT][2] +1 other test abort [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8086/fi-bsw-n3050/igt@i915_selftest@live.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11988/fi-bsw-n3050/igt@i915_selftest@live.html Known issues ------------ Here are the changes found in IGTPW_11988 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live: - bat-dg2-9: [PASS][3] -> [ABORT][4] ([i915#12133]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8086/bat-dg2-9/igt@i915_selftest@live.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11988/bat-dg2-9/igt@i915_selftest@live.html * igt@i915_selftest@live@gt_heartbeat: - bat-dg2-11: [PASS][5] -> [ABORT][6] ([i915#12133]) +1 other test abort [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8086/bat-dg2-11/igt@i915_selftest@live@gt_heartbeat.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11988/bat-dg2-11/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@guc_multi_lrc: - bat-dg2-9: [PASS][7] -> [ABORT][8] ([i915#12133] / [i915#12305]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8086/bat-dg2-9/igt@i915_selftest@live@guc_multi_lrc.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11988/bat-dg2-9/igt@i915_selftest@live@guc_multi_lrc.html #### Possible fixes #### * igt@i915_selftest@live: - bat-arlh-3: [ABORT][9] ([i915#12133]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8086/bat-arlh-3/igt@i915_selftest@live.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11988/bat-arlh-3/igt@i915_selftest@live.html - bat-adlp-6: [INCOMPLETE][11] ([i915#9413]) -> [PASS][12] +1 other test pass [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8086/bat-adlp-6/igt@i915_selftest@live.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11988/bat-adlp-6/igt@i915_selftest@live.html - bat-twl-2: [DMESG-WARN][13] ([i915#12133]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8086/bat-twl-2/igt@i915_selftest@live.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11988/bat-twl-2/igt@i915_selftest@live.html * igt@i915_selftest@live@gt_mocs: - bat-twl-2: [DMESG-WARN][15] -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8086/bat-twl-2/igt@i915_selftest@live@gt_mocs.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11988/bat-twl-2/igt@i915_selftest@live@gt_mocs.html * igt@i915_selftest@live@workarounds: - bat-arlh-3: [ABORT][17] ([i915#12061]) -> [PASS][18] [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8086/bat-arlh-3/igt@i915_selftest@live@workarounds.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11988/bat-arlh-3/igt@i915_selftest@live@workarounds.html [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133 [i915#12305]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12305 [i915#9413]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9413 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8086 -> IGTPW_11988 * Linux: CI_DRM_15600 -> CI_DRM_15601 CI-20190529: 20190529 CI_DRM_15600: 263b21a91964ddc599f4f85cf3511b0aafd2028e @ git://anongit.freedesktop.org/gfx-ci/linux CI_DRM_15601: 3ec61d11c7429a65dcc3ac46b9e845f13891a306 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11988: 7cc76096ec0f5268ba4da541712e26e8bef65d6c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8086: 18939acec2446c6644644186b090d16e366af8bc @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11988/index.html [-- Attachment #2: Type: text/html, Size: 6066 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ CI.xeBAT: failure for xe_exec_threads: wait for all submissions to complete 2024-10-25 19:55 [i-g-t 0/1] xe_exec_threads: wait for all submissions to complete fei.yang 2024-10-25 19:55 ` [i-g-t 1/1] tests/intel/xe_exec_threads: " fei.yang 2024-10-25 22:33 ` ✗ Fi.CI.BAT: failure for xe_exec_threads: " Patchwork @ 2024-10-25 22:49 ` Patchwork 2024-10-27 13:54 ` ✗ CI.xeFULL: " Patchwork 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-10-25 22:49 UTC (permalink / raw) To: Yang, Fei; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 9406 bytes --] == Series Details == Series: xe_exec_threads: wait for all submissions to complete URL : https://patchwork.freedesktop.org/series/140522/ State : failure == Summary == CI Bug Log - changes from XEIGT_8086_BAT -> XEIGTPW_11988_BAT ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_11988_BAT absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11988_BAT, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_11988_BAT: ### IGT changes ### #### Possible regressions #### * igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race: - bat-atsm-2: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-atsm-2/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-atsm-2/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html - bat-adlp-vf: [PASS][3] -> [FAIL][4] [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-adlp-vf/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-adlp-vf/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html - bat-pvc-2: [PASS][5] -> [FAIL][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-pvc-2/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-pvc-2/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html - bat-bmg-2: [PASS][7] -> [FAIL][8] [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-bmg-2/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-bmg-2/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html - bat-bmg-1: [PASS][9] -> [FAIL][10] [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-bmg-1/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-bmg-1/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html - bat-adlp-7: [PASS][11] -> [FAIL][12] [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-adlp-7/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-adlp-7/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html - bat-dg2-oem2: [PASS][13] -> [FAIL][14] [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-dg2-oem2/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-dg2-oem2/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html Known issues ------------ Here are the changes found in XEIGTPW_11988_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_flip@basic-flip-vs-wf_vblank: - bat-lnl-1: [PASS][15] -> [FAIL][16] ([Intel XE#886]) +1 other test fail [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-lnl-1/igt@kms_flip@basic-flip-vs-wf_vblank.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-lnl-1/igt@kms_flip@basic-flip-vs-wf_vblank.html * igt@kms_frontbuffer_tracking@basic: - bat-adlp-7: [PASS][17] -> [FAIL][18] ([Intel XE#1861]) [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html * igt@xe_exec_queue_property@invalid-property: - bat-lnl-2: [PASS][19] -> [DMESG-WARN][20] ([Intel XE#2687]) [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-lnl-2/igt@xe_exec_queue_property@invalid-property.html [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-lnl-2/igt@xe_exec_queue_property@invalid-property.html * igt@xe_exec_reset@cm-close-fd-no-exec: - bat-pvc-2: [PASS][21] -> [DMESG-WARN][22] ([Intel XE#3230]) [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-pvc-2/igt@xe_exec_reset@cm-close-fd-no-exec.html [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-pvc-2/igt@xe_exec_reset@cm-close-fd-no-exec.html * igt@xe_exec_threads@threads-mixed-basic: - bat-dg2-oem2: [PASS][23] -> [DMESG-WARN][24] ([Intel XE#3230]) [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-dg2-oem2/igt@xe_exec_threads@threads-mixed-basic.html [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-dg2-oem2/igt@xe_exec_threads@threads-mixed-basic.html - bat-atsm-2: [PASS][25] -> [DMESG-WARN][26] ([Intel XE#3230]) [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-atsm-2/igt@xe_exec_threads@threads-mixed-basic.html [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-atsm-2/igt@xe_exec_threads@threads-mixed-basic.html * igt@xe_exec_threads@threads-mixed-fd-basic: - bat-adlp-7: [PASS][27] -> [DMESG-WARN][28] ([Intel XE#3230]) [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-adlp-7/igt@xe_exec_threads@threads-mixed-fd-basic.html [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-adlp-7/igt@xe_exec_threads@threads-mixed-fd-basic.html * igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race: - bat-lnl-2: [PASS][29] -> [FAIL][30] ([Intel XE#3001]) [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-lnl-2/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-lnl-2/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit: - bat-atsm-2: NOTRUN -> [SKIP][31] ([Intel XE#2229]) +1 other test skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-atsm-2/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html #### Possible fixes #### * igt@xe_exec_compute_mode@twice-preempt-fence-early: - bat-pvc-2: [DMESG-WARN][32] -> [PASS][33] [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-pvc-2/igt@xe_exec_compute_mode@twice-preempt-fence-early.html [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-pvc-2/igt@xe_exec_compute_mode@twice-preempt-fence-early.html * igt@xe_exec_reset@cm-close-fd-no-exec: - bat-atsm-2: [DMESG-WARN][34] ([Intel XE#3230]) -> [PASS][35] [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-atsm-2/igt@xe_exec_reset@cm-close-fd-no-exec.html [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-atsm-2/igt@xe_exec_reset@cm-close-fd-no-exec.html * igt@xe_exec_threads@threads-mixed-shared-vm-basic: - bat-dg2-oem2: [DMESG-WARN][36] ([Intel XE#3230]) -> [PASS][37] [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-dg2-oem2/igt@xe_exec_threads@threads-mixed-shared-vm-basic.html [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-dg2-oem2/igt@xe_exec_threads@threads-mixed-shared-vm-basic.html * igt@xe_live_ktest@xe_migrate: - bat-atsm-2: [SKIP][38] ([Intel XE#1192]) -> [PASS][39] +2 other tests pass [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/bat-atsm-2/igt@xe_live_ktest@xe_migrate.html [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/bat-atsm-2/igt@xe_live_ktest@xe_migrate.html [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1861]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1861 [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229 [Intel XE#2687]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2687 [Intel XE#3001]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3001 [Intel XE#3230]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3230 [Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886 Build changes ------------- * IGT: IGT_8086 -> IGTPW_11988 * Linux: xe-2132-263b21a91964ddc599f4f85cf3511b0aafd2028e -> xe-2133-3ec61d11c7429a65dcc3ac46b9e845f13891a306 IGTPW_11988: 7cc76096ec0f5268ba4da541712e26e8bef65d6c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8086: 18939acec2446c6644644186b090d16e366af8bc @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2132-263b21a91964ddc599f4f85cf3511b0aafd2028e: 263b21a91964ddc599f4f85cf3511b0aafd2028e xe-2133-3ec61d11c7429a65dcc3ac46b9e845f13891a306: 3ec61d11c7429a65dcc3ac46b9e845f13891a306 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/index.html [-- Attachment #2: Type: text/html, Size: 10689 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ CI.xeFULL: failure for xe_exec_threads: wait for all submissions to complete 2024-10-25 19:55 [i-g-t 0/1] xe_exec_threads: wait for all submissions to complete fei.yang ` (2 preceding siblings ...) 2024-10-25 22:49 ` ✗ CI.xeBAT: " Patchwork @ 2024-10-27 13:54 ` Patchwork 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-10-27 13:54 UTC (permalink / raw) To: fei.yang; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 74736 bytes --] == Series Details == Series: xe_exec_threads: wait for all submissions to complete URL : https://patchwork.freedesktop.org/series/140522/ State : failure == Summary == CI Bug Log - changes from XEIGT_8086_full -> XEIGTPW_11988_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_11988_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11988_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 XEIGTPW_11988_full: ### IGT changes ### #### Possible regressions #### * igt@kms_flip@plain-flip-fb-recreate-interruptible@a-hdmi-a6: - shard-dg2-set2: NOTRUN -> [FAIL][1] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-433/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-hdmi-a6.html * igt@xe_exec_balancer@many-cm-parallel-basic: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][2] [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-464/igt@xe_exec_balancer@many-cm-parallel-basic.html * igt@xe_exec_threads@threads-bal-mixed-fd-basic: - shard-bmg: [PASS][3] -> [DMESG-WARN][4] +3 other tests dmesg-warn [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-2/igt@xe_exec_threads@threads-bal-mixed-fd-basic.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-5/igt@xe_exec_threads@threads-bal-mixed-fd-basic.html * igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate: - shard-lnl: [PASS][5] -> [DMESG-FAIL][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-5/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-3/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate.html * igt@xe_exec_threads@threads-bal-mixed-userptr: - shard-dg2-set2: [PASS][7] -> [DMESG-WARN][8] +3 other tests dmesg-warn [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-434/igt@xe_exec_threads@threads-bal-mixed-userptr.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-433/igt@xe_exec_threads@threads-bal-mixed-userptr.html * igt@xe_exec_threads@threads-cm-shared-vm-userptr-invalidate: - shard-bmg: [PASS][9] -> [DMESG-FAIL][10] [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-4/igt@xe_exec_threads@threads-cm-shared-vm-userptr-invalidate.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-7/igt@xe_exec_threads@threads-cm-shared-vm-userptr-invalidate.html * igt@xe_exec_threads@threads-mixed-fd-userptr-invalidate-race: - shard-bmg: [PASS][11] -> [FAIL][12] +9 other tests fail [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-2/igt@xe_exec_threads@threads-mixed-fd-userptr-invalidate-race.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-5/igt@xe_exec_threads@threads-mixed-fd-userptr-invalidate-race.html * igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate: - shard-dg2-set2: [PASS][13] -> [DMESG-FAIL][14] [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-464/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate.html [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-434/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate.html * igt@xe_exec_threads@threads-mixed-userptr-invalidate-race: - shard-dg2-set2: [PASS][15] -> [FAIL][16] +6 other tests fail [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-463/igt@xe_exec_threads@threads-mixed-userptr-invalidate-race.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-436/igt@xe_exec_threads@threads-mixed-userptr-invalidate-race.html - shard-lnl: [PASS][17] -> [FAIL][18] +4 other tests fail [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-3/igt@xe_exec_threads@threads-mixed-userptr-invalidate-race.html [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-5/igt@xe_exec_threads@threads-mixed-userptr-invalidate-race.html * igt@xe_vm@mmap-style-bind-either-side-partial-large-page-hammer: - shard-lnl: [PASS][19] -> [DMESG-WARN][20] +5 other tests dmesg-warn [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-2/igt@xe_vm@mmap-style-bind-either-side-partial-large-page-hammer.html [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-4/igt@xe_vm@mmap-style-bind-either-side-partial-large-page-hammer.html #### Warnings #### * igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate: - shard-dg2-set2: [SKIP][21] ([Intel XE#1130]) -> [DMESG-WARN][22] [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate.html [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-464/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate.html * igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race: - shard-bmg: [SKIP][23] ([Intel XE#1130]) -> [FAIL][24] [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-5/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html - shard-dg2-set2: [SKIP][25] ([Intel XE#1130]) -> [FAIL][26] [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-466/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html * igt@xe_live_ktest@xe_eudebug: - shard-dg2-set2: [SKIP][27] ([Intel XE#455]) -> [SKIP][28] [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-434/igt@xe_live_ktest@xe_eudebug.html [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-433/igt@xe_live_ktest@xe_eudebug.html Known issues ------------ Here are the changes found in XEIGTPW_11988_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_async_flips@alternate-sync-async-flip: - shard-bmg: [PASS][29] -> [FAIL][30] ([Intel XE#827]) +1 other test fail [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-4/igt@kms_async_flips@alternate-sync-async-flip.html [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-2/igt@kms_async_flips@alternate-sync-async-flip.html * igt@kms_atomic_interruptible@legacy-cursor: - shard-bmg: [PASS][31] -> [SKIP][32] ([Intel XE#3007]) +4 other tests skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-1/igt@kms_atomic_interruptible@legacy-cursor.html [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-8/igt@kms_atomic_interruptible@legacy-cursor.html - shard-dg2-set2: NOTRUN -> [SKIP][33] ([Intel XE#2423] / [i915#2575]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@kms_atomic_interruptible@legacy-cursor.html * igt@kms_big_fb@linear-64bpp-rotate-180: - shard-bmg: [PASS][34] -> [SKIP][35] ([Intel XE#2231]) [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-4/igt@kms_big_fb@linear-64bpp-rotate-180.html [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-8/igt@kms_big_fb@linear-64bpp-rotate-180.html - shard-dg2-set2: [PASS][36] -> [SKIP][37] ([Intel XE#2351] / [Intel XE#2890]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-433/igt@kms_big_fb@linear-64bpp-rotate-180.html [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@kms_big_fb@linear-64bpp-rotate-180.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-dg2-set2: NOTRUN -> [SKIP][38] ([Intel XE#1124]) [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-464/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_bw@linear-tiling-1-displays-2560x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#367]) [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-466/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [FAIL][40] ([Intel XE#616]) +8 other tests fail [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-464/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc: - shard-dg2-set2: [PASS][41] -> [INCOMPLETE][42] ([Intel XE#1195] / [Intel XE#1727]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-dp-4: - shard-dg2-set2: [PASS][43] -> [DMESG-WARN][44] ([Intel XE#3113]) [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-dp-4.html [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-dp-4.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6: - shard-dg2-set2: [PASS][45] -> [INCOMPLETE][46] ([Intel XE#1195] / [Intel XE#3124]) [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][47] ([Intel XE#1195]) [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-dp-4.html * igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-b-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][48] ([Intel XE#787]) +34 other tests skip [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-436/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-b-dp-4.html * igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][49] ([Intel XE#455] / [Intel XE#787]) +8 other tests skip [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-436/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-dp-4.html * igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k: - shard-dg2-set2: NOTRUN -> [SKIP][50] ([Intel XE#373]) [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-466/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html * igt@kms_color@ctm-0-50@pipe-c-edp-1: - shard-lnl: [PASS][51] -> [DMESG-WARN][52] ([Intel XE#2929]) +1 other test dmesg-warn [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-2/igt@kms_color@ctm-0-50@pipe-c-edp-1.html [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-5/igt@kms_color@ctm-0-50@pipe-c-edp-1.html * igt@kms_color@ctm-green-to-red@pipe-d-hdmi-a-6: - shard-dg2-set2: [PASS][53] -> [INCOMPLETE][54] ([Intel XE#1195]) +1 other test incomplete [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-463/igt@kms_color@ctm-green-to-red@pipe-d-hdmi-a-6.html [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@kms_color@ctm-green-to-red@pipe-d-hdmi-a-6.html * igt@kms_content_protection@srm@pipe-a-dp-2: - shard-bmg: NOTRUN -> [DMESG-FAIL][55] ([Intel XE#3177]) [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-6/igt@kms_content_protection@srm@pipe-a-dp-2.html * igt@kms_fbcon_fbt@psr: - shard-dg2-set2: NOTRUN -> [SKIP][56] ([Intel XE#776]) [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@kms_fbcon_fbt@psr.html * igt@kms_feature_discovery@dp-mst: - shard-dg2-set2: NOTRUN -> [SKIP][57] ([Intel XE#1137]) [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-466/igt@kms_feature_discovery@dp-mst.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-dp2-hdmi-a3: - shard-bmg: [PASS][58] -> [FAIL][59] ([Intel XE#301]) +4 other tests fail [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-dp2-hdmi-a3.html [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4: - shard-dg2-set2: [PASS][60] -> [FAIL][61] ([Intel XE#301]) +7 other tests fail [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-433/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html * igt@kms_flip@2x-nonexisting-fb-interruptible: - shard-dg2-set2: [PASS][62] -> [SKIP][63] ([Intel XE#2423] / [i915#2575]) +3 other tests skip [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-433/igt@kms_flip@2x-nonexisting-fb-interruptible.html [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@kms_flip@2x-nonexisting-fb-interruptible.html * igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1: - shard-lnl: [PASS][64] -> [FAIL][65] ([Intel XE#886]) +3 other tests fail [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-3/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-4/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-bmg: [PASS][66] -> [INCOMPLETE][67] ([Intel XE#2597]) [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_flip@flip-vs-suspend-interruptible.html [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-6/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3: - shard-bmg: [PASS][68] -> [INCOMPLETE][69] ([Intel XE#2635]) [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3.html [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-6/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3.html * igt@kms_flip@plain-flip-fb-recreate-interruptible@a-dp2: - shard-bmg: NOTRUN -> [FAIL][70] ([Intel XE#2882]) [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-7/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-dp2.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][71] ([Intel XE#651]) +5 other tests skip [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][72] ([Intel XE#653]) +9 other tests skip [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75@pipe-c: - shard-bmg: NOTRUN -> [DMESG-WARN][73] ([Intel XE#3177]) +3 other tests dmesg-warn [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75@pipe-c.html * igt@kms_pm_backlight@fade-with-dpms: - shard-dg2-set2: NOTRUN -> [SKIP][74] ([Intel XE#870]) [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-433/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_pm_dc@dc5-dpms: - shard-lnl: [PASS][75] -> [FAIL][76] ([Intel XE#718]) +1 other test fail [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-6/igt@kms_pm_dc@dc5-dpms.html [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-3/igt@kms_pm_dc@dc5-dpms.html * igt@kms_pm_dc@dc6-psr: - shard-lnl: [PASS][77] -> [FAIL][78] ([Intel XE#1430]) [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-3/igt@kms_pm_dc@dc6-psr.html [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-5/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_rpm@basic-pci-d3-state: - shard-dg2-set2: [PASS][79] -> [FAIL][80] ([Intel XE#3129]) [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-464/igt@kms_pm_rpm@basic-pci-d3-state.html [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-464/igt@kms_pm_rpm@basic-pci-d3-state.html * igt@kms_pm_rpm@legacy-planes: - shard-lnl: [PASS][81] -> [DMESG-WARN][82] ([Intel XE#3184]) +3 other tests dmesg-warn [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-7/igt@kms_pm_rpm@legacy-planes.html [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-7/igt@kms_pm_rpm@legacy-planes.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf: - shard-dg2-set2: NOTRUN -> [SKIP][83] ([Intel XE#1489]) +2 other tests skip [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html * igt@kms_psr@fbc-psr2-cursor-blt@edp-1: - shard-lnl: [PASS][84] -> [FAIL][85] ([Intel XE#2948]) +3 other tests fail [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-8/igt@kms_psr@fbc-psr2-cursor-blt@edp-1.html [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-4/igt@kms_psr@fbc-psr2-cursor-blt@edp-1.html * igt@kms_psr@fbc-psr2-primary-render: - shard-dg2-set2: NOTRUN -> [SKIP][86] ([Intel XE#2850] / [Intel XE#929]) +1 other test skip [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-434/igt@kms_psr@fbc-psr2-primary-render.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2-set2: NOTRUN -> [SKIP][87] ([Intel XE#327]) [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-464/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1: - shard-lnl: [PASS][88] -> [FAIL][89] ([Intel XE#899]) +1 other test fail [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-3/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-4/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html * igt@xe_compute@ccs-mode-basic: - shard-dg2-set2: NOTRUN -> [FAIL][90] ([Intel XE#1050]) [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-434/igt@xe_compute@ccs-mode-basic.html * igt@xe_compute_preempt@compute-preempt@engine-drm_xe_engine_class_compute: - shard-dg2-set2: NOTRUN -> [SKIP][91] ([Intel XE#1280] / [Intel XE#455]) [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-464/igt@xe_compute_preempt@compute-preempt@engine-drm_xe_engine_class_compute.html * igt@xe_copy_basic@mem-copy-linear-0x3fff: - shard-dg2-set2: NOTRUN -> [SKIP][92] ([Intel XE#1123]) [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-433/igt@xe_copy_basic@mem-copy-linear-0x3fff.html * igt@xe_eudebug_online@interrupt-other-debuggable: - shard-dg2-set2: NOTRUN -> [SKIP][93] ([Intel XE#2905]) +1 other test skip [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-463/igt@xe_eudebug_online@interrupt-other-debuggable.html * igt@xe_evict@evict-beng-large-multi-vm-cm: - shard-dg2-set2: [PASS][94] -> [FAIL][95] ([Intel XE#1600]) [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-433/igt@xe_evict@evict-beng-large-multi-vm-cm.html [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-463/igt@xe_evict@evict-beng-large-multi-vm-cm.html * igt@xe_evict@evict-mixed-many-threads-small: - shard-dg2-set2: [PASS][96] -> [TIMEOUT][97] ([Intel XE#1473]) [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-434/igt@xe_evict@evict-mixed-many-threads-small.html [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-466/igt@xe_evict@evict-mixed-many-threads-small.html * igt@xe_exec_fault_mode@twice-invalid-fault: - shard-lnl: [PASS][98] -> [DMESG-WARN][99] ([Intel XE#3230]) +2 other tests dmesg-warn [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-4/igt@xe_exec_fault_mode@twice-invalid-fault.html [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-8/igt@xe_exec_fault_mode@twice-invalid-fault.html * igt@xe_exec_fault_mode@twice-userptr-rebind-imm: - shard-dg2-set2: NOTRUN -> [SKIP][100] ([Intel XE#288]) +3 other tests skip [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-463/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html * igt@xe_exec_mix_modes@exec-simple-batch-store-lr: - shard-dg2-set2: NOTRUN -> [SKIP][101] ([Intel XE#2360]) [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-434/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html * igt@xe_exec_reset@cm-close-fd-no-exec: - shard-bmg: [PASS][102] -> [DMESG-WARN][103] ([Intel XE#3230]) [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-6/igt@xe_exec_reset@cm-close-fd-no-exec.html [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-8/igt@xe_exec_reset@cm-close-fd-no-exec.html * igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate-race: - shard-lnl: [PASS][104] -> [FAIL][105] ([Intel XE#3262]) [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-7/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate-race.html [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-1/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate-race.html * igt@xe_exec_threads@threads-cm-shared-vm-userptr-invalidate-race: - shard-lnl: [PASS][106] -> [FAIL][107] ([Intel XE#3179]) +1 other test fail [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-6/igt@xe_exec_threads@threads-cm-shared-vm-userptr-invalidate-race.html [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-8/igt@xe_exec_threads@threads-cm-shared-vm-userptr-invalidate-race.html * igt@xe_exec_threads@threads-hang-userptr-rebind-err: - shard-dg2-set2: [PASS][108] -> [DMESG-WARN][109] ([Intel XE#358]) [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-466/igt@xe_exec_threads@threads-hang-userptr-rebind-err.html [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-433/igt@xe_exec_threads@threads-hang-userptr-rebind-err.html * igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race: - shard-lnl: [PASS][110] -> [FAIL][111] ([Intel XE#3001]) +1 other test fail [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-5/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-4/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race.html * igt@xe_mmap@system: - shard-bmg: [PASS][112] -> [SKIP][113] ([Intel XE#1130]) +6 other tests skip [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-1/igt@xe_mmap@system.html [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-8/igt@xe_mmap@system.html - shard-dg2-set2: NOTRUN -> [SKIP][114] ([Intel XE#1130]) [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@xe_mmap@system.html * igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p: - shard-dg2-set2: NOTRUN -> [FAIL][115] ([Intel XE#1173]) [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-464/igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p.html * igt@xe_pm@s4-d3hot-basic-exec: - shard-lnl: [PASS][116] -> [ABORT][117] ([Intel XE#1358] / [Intel XE#1607]) [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-7/igt@xe_pm@s4-d3hot-basic-exec.html [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-2/igt@xe_pm@s4-d3hot-basic-exec.html * igt@xe_pm@s4-vm-bind-unbind-all: - shard-lnl: [PASS][118] -> [ABORT][119] ([Intel XE#1794]) [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-1/igt@xe_pm@s4-vm-bind-unbind-all.html [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-2/igt@xe_pm@s4-vm-bind-unbind-all.html * igt@xe_pm_residency@toggle-gt-c6: - shard-lnl: [PASS][120] -> [FAIL][121] ([Intel XE#958]) [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-1/igt@xe_pm_residency@toggle-gt-c6.html [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-7/igt@xe_pm_residency@toggle-gt-c6.html * igt@xe_query@multigpu-query-config: - shard-dg2-set2: NOTRUN -> [SKIP][122] ([Intel XE#944]) [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@xe_query@multigpu-query-config.html * igt@xe_vm@munmap-style-unbind-end: - shard-dg2-set2: [PASS][123] -> [SKIP][124] ([Intel XE#1130]) +5 other tests skip [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-433/igt@xe_vm@munmap-style-unbind-end.html [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@xe_vm@munmap-style-unbind-end.html #### Possible fixes #### * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear: - shard-lnl: [FAIL][125] ([Intel XE#911]) -> [PASS][126] +3 other tests pass [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6: - shard-dg2-set2: [FAIL][127] ([Intel XE#1426]) -> [PASS][128] +1 other test pass [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-434/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6.html [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-466/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-bmg: [SKIP][129] ([Intel XE#2231] / [Intel XE#2890]) -> [PASS][130] +4 other tests pass [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-4/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0: - shard-bmg: [SKIP][131] ([Intel XE#2231]) -> [PASS][132] [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0.html [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-7/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-dp-4: - shard-dg2-set2: [INCOMPLETE][133] ([Intel XE#1195] / [Intel XE#3113]) -> [PASS][134] [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-dp-4.html [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-dp-4.html * igt@kms_cursor_legacy@short-flip-after-cursor-atomic-transitions-varying-size: - shard-lnl: [FAIL][135] ([Intel XE#1541]) -> [PASS][136] [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-5/igt@kms_cursor_legacy@short-flip-after-cursor-atomic-transitions-varying-size.html [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-4/igt@kms_cursor_legacy@short-flip-after-cursor-atomic-transitions-varying-size.html * igt@kms_fb_coherency@memset-crc: - shard-dg2-set2: [SKIP][137] ([Intel XE#2351] / [Intel XE#2890]) -> [PASS][138] [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@kms_fb_coherency@memset-crc.html [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-434/igt@kms_fb_coherency@memset-crc.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-dp2-hdmi-a3: - shard-bmg: [FAIL][139] ([Intel XE#2882]) -> [PASS][140] +1 other test pass [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-dp2-hdmi-a3.html [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-1/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a6-dp4: - shard-dg2-set2: [FAIL][141] -> [PASS][142] [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-435/igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a6-dp4.html [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a6-dp4.html * igt@kms_flip@blocking-wf_vblank: - shard-lnl: [FAIL][143] ([Intel XE#886]) -> [PASS][144] +6 other tests pass [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-2/igt@kms_flip@blocking-wf_vblank.html [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-8/igt@kms_flip@blocking-wf_vblank.html * igt@kms_flip@dpms-vs-vblank-race: - shard-lnl: [FAIL][145] ([Intel XE#3097]) -> [PASS][146] [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-6/igt@kms_flip@dpms-vs-vblank-race.html [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-7/igt@kms_flip@dpms-vs-vblank-race.html * igt@kms_flip@dpms-vs-vblank-race@c-edp1: - shard-lnl: [FAIL][147] -> [PASS][148] +2 other tests pass [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-6/igt@kms_flip@dpms-vs-vblank-race@c-edp1.html [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-7/igt@kms_flip@dpms-vs-vblank-race@c-edp1.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@c-dp2: - shard-bmg: [FAIL][149] ([Intel XE#301]) -> [PASS][150] +1 other test pass [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-3/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-dp2.html [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-3/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-dp2.html * igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6: - shard-dg2-set2: [FAIL][151] ([Intel XE#301]) -> [PASS][152] +4 other tests pass [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6.html [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-463/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6.html * igt@kms_lease@lease-invalid-connector: - shard-dg2-set2: [SKIP][153] ([Intel XE#2423] / [i915#2575]) -> [PASS][154] +14 other tests pass [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@kms_lease@lease-invalid-connector.html [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@kms_lease@lease-invalid-connector.html * igt@kms_pm_dc@dc5-dpms-negative: - shard-dg2-set2: [SKIP][155] ([Intel XE#2890]) -> [PASS][156] +6 other tests pass [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@kms_pm_dc@dc5-dpms-negative.html [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-464/igt@kms_pm_dc@dc5-dpms-negative.html * igt@kms_pm_rpm@universal-planes-dpms@plane-77: - shard-lnl: [DMESG-WARN][157] -> [PASS][158] +4 other tests pass [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-5/igt@kms_pm_rpm@universal-planes-dpms@plane-77.html [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-1/igt@kms_pm_rpm@universal-planes-dpms@plane-77.html * igt@kms_psr@fbc-psr2-cursor-plane-move: - shard-lnl: [FAIL][159] ([Intel XE#2948]) -> [PASS][160] +1 other test pass [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-3/igt@kms_psr@fbc-psr2-cursor-plane-move.html [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-1/igt@kms_psr@fbc-psr2-cursor-plane-move.html * igt@kms_sequence@get-busy: - shard-bmg: [SKIP][161] ([Intel XE#3007]) -> [PASS][162] +14 other tests pass [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_sequence@get-busy.html [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-7/igt@kms_sequence@get-busy.html * igt@kms_setmode@basic@pipe-b-edp-1: - shard-lnl: [FAIL][163] ([Intel XE#2883]) -> [PASS][164] +2 other tests pass [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-7/igt@kms_setmode@basic@pipe-b-edp-1.html [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-4/igt@kms_setmode@basic@pipe-b-edp-1.html * igt@kms_vrr@flip-basic: - shard-lnl: [FAIL][165] ([Intel XE#2443]) -> [PASS][166] +3 other tests pass [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-8/igt@kms_vrr@flip-basic.html [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-4/igt@kms_vrr@flip-basic.html * igt@testdisplay: - shard-dg2-set2: [SKIP][167] ([Intel XE#2423]) -> [PASS][168] [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@testdisplay.html [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@testdisplay.html * igt@xe_evict@evict-threads-large: - shard-bmg: [INCOMPLETE][169] ([Intel XE#1473]) -> [PASS][170] [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-5/igt@xe_evict@evict-threads-large.html [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-3/igt@xe_evict@evict-threads-large.html * igt@xe_exec_basic@many-execqueues-bindexecqueue-userptr: - shard-dg2-set2: [SKIP][171] ([Intel XE#1130]) -> [PASS][172] +14 other tests pass [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@xe_exec_basic@many-execqueues-bindexecqueue-userptr.html [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@xe_exec_basic@many-execqueues-bindexecqueue-userptr.html * igt@xe_exec_compute_mode@many-bindexecqueue-userptr: - shard-dg2-set2: [DMESG-WARN][173] -> [PASS][174] +3 other tests pass [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-434/igt@xe_exec_compute_mode@many-bindexecqueue-userptr.html [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@xe_exec_compute_mode@many-bindexecqueue-userptr.html * igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate-race-prefetch: - shard-bmg: [FAIL][175] -> [PASS][176] [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-4/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate-race-prefetch.html [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-2/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate-race-prefetch.html * igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-race: - shard-lnl: [FAIL][177] ([Intel XE#3160]) -> [PASS][178] +1 other test pass [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-6/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-race.html [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-8/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-race.html * igt@xe_exec_reset@parallel-close-fd: - shard-bmg: [FAIL][179] ([Intel XE#1081]) -> [PASS][180] [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-7/igt@xe_exec_reset@parallel-close-fd.html [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-4/igt@xe_exec_reset@parallel-close-fd.html - shard-dg2-set2: [FAIL][181] ([Intel XE#1081]) -> [PASS][182] [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-435/igt@xe_exec_reset@parallel-close-fd.html [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-434/igt@xe_exec_reset@parallel-close-fd.html * igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr: - shard-bmg: [DMESG-WARN][183] -> [PASS][184] +1 other test pass [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-1/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr.html [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-1/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr.html * igt@xe_exec_threads@threads-hang-fd-userptr-rebind: - shard-dg2-set2: [DMESG-WARN][185] ([Intel XE#358]) -> [PASS][186] [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-435/igt@xe_exec_threads@threads-hang-fd-userptr-rebind.html [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-464/igt@xe_exec_threads@threads-hang-fd-userptr-rebind.html * igt@xe_exec_threads@threads-mixed-fd-basic: - shard-bmg: [DMESG-WARN][187] ([Intel XE#3230]) -> [PASS][188] [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-4/igt@xe_exec_threads@threads-mixed-fd-basic.html [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-5/igt@xe_exec_threads@threads-mixed-fd-basic.html * igt@xe_intel_bb@lot-of-buffers: - shard-bmg: [SKIP][189] ([Intel XE#1130]) -> [PASS][190] +24 other tests pass [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@xe_intel_bb@lot-of-buffers.html [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-5/igt@xe_intel_bb@lot-of-buffers.html * igt@xe_live_ktest@xe_dma_buf: - shard-dg2-set2: [SKIP][191] ([Intel XE#1192]) -> [PASS][192] [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-466/igt@xe_live_ktest@xe_dma_buf.html [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-463/igt@xe_live_ktest@xe_dma_buf.html * igt@xe_live_ktest@xe_mocs: - shard-lnl: [SKIP][193] ([Intel XE#1192]) -> [PASS][194] +1 other test pass [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-6/igt@xe_live_ktest@xe_mocs.html [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-6/igt@xe_live_ktest@xe_mocs.html * igt@xe_oa@oa-exponents@rcs-0: - shard-lnl: [FAIL][195] ([Intel XE#2976]) -> [PASS][196] [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-7/igt@xe_oa@oa-exponents@rcs-0.html [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-3/igt@xe_oa@oa-exponents@rcs-0.html * igt@xe_pm@d3hot-multiple-execs: - shard-lnl: [DMESG-WARN][197] ([Intel XE#3184]) -> [PASS][198] [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-4/igt@xe_pm@d3hot-multiple-execs.html [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-5/igt@xe_pm@d3hot-multiple-execs.html #### Warnings #### * igt@kms_big_fb@4-tiled-16bpp-rotate-270: - shard-bmg: [SKIP][199] ([Intel XE#2231]) -> [SKIP][200] ([Intel XE#2327]) [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-3/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-bmg: [SKIP][201] ([Intel XE#607]) -> [SKIP][202] ([Intel XE#2231] / [Intel XE#2890]) [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-8/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html - shard-dg2-set2: [SKIP][203] ([Intel XE#607]) -> [SKIP][204] ([Intel XE#2890]) [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-433/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0: - shard-bmg: [SKIP][205] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][206] ([Intel XE#1124]) +1 other test skip [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-8/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html - shard-dg2-set2: [SKIP][207] ([Intel XE#2890]) -> [SKIP][208] ([Intel XE#1124]) +1 other test skip [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-433/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs: - shard-bmg: [SKIP][209] ([Intel XE#2231]) -> [SKIP][210] ([Intel XE#2887]) [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs.html [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-6/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs: - shard-bmg: [SKIP][211] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][212] ([Intel XE#2887]) [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs.html [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-2/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs.html - shard-dg2-set2: [SKIP][213] ([Intel XE#2890]) -> [SKIP][214] ([Intel XE#455] / [Intel XE#787]) [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs.html [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-434/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs: - shard-dg2-set2: [INCOMPLETE][215] ([Intel XE#1195] / [Intel XE#1727]) -> [INCOMPLETE][216] ([Intel XE#1195] / [Intel XE#2692]) [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html * igt@kms_chamelium_color@ctm-green-to-red: - shard-bmg: [SKIP][217] ([Intel XE#3007]) -> [SKIP][218] ([Intel XE#2325]) +1 other test skip [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_chamelium_color@ctm-green-to-red.html [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-4/igt@kms_chamelium_color@ctm-green-to-red.html * igt@kms_chamelium_color@gamma: - shard-dg2-set2: [SKIP][219] ([Intel XE#2423] / [i915#2575]) -> [SKIP][220] ([Intel XE#306]) [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@kms_chamelium_color@gamma.html [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-464/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_hpd@dp-hpd: - shard-bmg: [SKIP][221] ([Intel XE#3007]) -> [SKIP][222] ([Intel XE#2252]) [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_chamelium_hpd@dp-hpd.html [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-5/igt@kms_chamelium_hpd@dp-hpd.html * igt@kms_content_protection@srm: - shard-bmg: [SKIP][223] ([Intel XE#3007]) -> [DMESG-FAIL][224] ([Intel XE#3177]) [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_content_protection@srm.html [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-6/igt@kms_content_protection@srm.html * igt@kms_cursor_crc@cursor-random-64x21: - shard-bmg: [SKIP][225] ([Intel XE#3007]) -> [SKIP][226] ([Intel XE#2320]) [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_cursor_crc@cursor-random-64x21.html [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-7/igt@kms_cursor_crc@cursor-random-64x21.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-dg2-set2: [SKIP][227] ([Intel XE#2423] / [i915#2575]) -> [SKIP][228] ([Intel XE#308]) [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@kms_cursor_crc@cursor-sliding-512x170.html [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-466/igt@kms_cursor_crc@cursor-sliding-512x170.html - shard-bmg: [SKIP][229] ([Intel XE#3007]) -> [SKIP][230] ([Intel XE#2321]) [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_cursor_crc@cursor-sliding-512x170.html [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-8/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_flip@plain-flip-fb-recreate-interruptible: - shard-dg2-set2: [SKIP][231] ([Intel XE#2423] / [i915#2575]) -> [FAIL][232] ([Intel XE#2882]) [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@kms_flip@plain-flip-fb-recreate-interruptible.html [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-433/igt@kms_flip@plain-flip-fb-recreate-interruptible.html - shard-bmg: [SKIP][233] ([Intel XE#3007]) -> [FAIL][234] ([Intel XE#2882]) [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_flip@plain-flip-fb-recreate-interruptible.html [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-7/igt@kms_flip@plain-flip-fb-recreate-interruptible.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt: - shard-bmg: [SKIP][235] ([Intel XE#2231]) -> [SKIP][236] ([Intel XE#2311]) +1 other test skip [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt.html [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt.html - shard-dg2-set2: [SKIP][237] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][238] ([Intel XE#651]) [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt.html [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-bmg: [SKIP][239] ([Intel XE#2231] / [Intel XE#2890]) -> [FAIL][240] ([Intel XE#2333]) [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-msflip-blt: - shard-bmg: [SKIP][241] ([Intel XE#2311]) -> [SKIP][242] ([Intel XE#2231] / [Intel XE#2890]) +1 other test skip [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-msflip-blt.html [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-msflip-blt.html - shard-dg2-set2: [SKIP][243] ([Intel XE#651]) -> [SKIP][244] ([Intel XE#2890]) +1 other test skip [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-msflip-blt.html [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-indfb-scaledprimary: - shard-dg2-set2: [SKIP][245] ([Intel XE#2890]) -> [SKIP][246] ([Intel XE#651]) +1 other test skip [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-indfb-scaledprimary.html [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-indfb-scaledprimary.html - shard-bmg: [SKIP][247] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][248] ([Intel XE#2311]) +1 other test skip [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-indfb-scaledprimary.html [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcdrrs-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-onoff: - shard-dg2-set2: [SKIP][249] ([Intel XE#2890]) -> [SKIP][250] ([Intel XE#653]) +3 other tests skip [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-onoff.html [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt: - shard-bmg: [SKIP][251] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][252] ([Intel XE#2313]) +4 other tests skip [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render: - shard-bmg: [SKIP][253] ([Intel XE#2231]) -> [SKIP][254] ([Intel XE#2313]) [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-plflip-blt: - shard-bmg: [SKIP][255] ([Intel XE#2313]) -> [SKIP][256] ([Intel XE#2231] / [Intel XE#2890]) +1 other test skip [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-plflip-blt.html [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-move: - shard-dg2-set2: [SKIP][257] ([Intel XE#653]) -> [SKIP][258] ([Intel XE#2890]) +1 other test skip [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-move.html [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-move.html * igt@kms_plane_scaling@intel-max-src-size: - shard-bmg: [DMESG-WARN][259] ([Intel XE#3177]) -> [SKIP][260] ([Intel XE#2685]) [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-7/igt@kms_plane_scaling@intel-max-src-size.html [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-3/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75: - shard-bmg: [SKIP][261] ([Intel XE#3007]) -> [DMESG-WARN][262] ([Intel XE#2566] / [Intel XE#3177]) [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75.html [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75.html * igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area: - shard-bmg: [SKIP][263] ([Intel XE#1489]) -> [SKIP][264] ([Intel XE#2231]) [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-2/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-8/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html - shard-dg2-set2: [SKIP][265] ([Intel XE#1489]) -> [SKIP][266] ([Intel XE#2890]) [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-464/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: - shard-bmg: [SKIP][267] ([Intel XE#2231]) -> [SKIP][268] ([Intel XE#1489]) [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-2/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html - shard-dg2-set2: [SKIP][269] ([Intel XE#2890]) -> [SKIP][270] ([Intel XE#1489]) [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-434/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr@fbc-psr-no-drrs: - shard-dg2-set2: [SKIP][271] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][272] ([Intel XE#2850] / [Intel XE#929]) [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@kms_psr@fbc-psr-no-drrs.html [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-433/igt@kms_psr@fbc-psr-no-drrs.html * igt@kms_psr@pr-sprite-blt: - shard-bmg: [SKIP][273] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][274] ([Intel XE#2234] / [Intel XE#2850]) +1 other test skip [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_psr@pr-sprite-blt.html [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-6/igt@kms_psr@pr-sprite-blt.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-bmg: [SKIP][275] ([Intel XE#2426]) -> [SKIP][276] ([Intel XE#2509]) [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-3/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html - shard-dg2-set2: [SKIP][277] ([Intel XE#1500]) -> [SKIP][278] ([Intel XE#362]) [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-bmg: [SKIP][279] ([Intel XE#3007]) -> [SKIP][280] ([Intel XE#756]) [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@kms_writeback@writeback-check-output-xrgb2101010.html [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-1/igt@kms_writeback@writeback-check-output-xrgb2101010.html - shard-dg2-set2: [SKIP][281] ([Intel XE#2423] / [i915#2575]) -> [SKIP][282] ([Intel XE#756]) [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@kms_writeback@writeback-check-output-xrgb2101010.html [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@xe_compute_preempt@compute-preempt: - shard-dg2-set2: [SKIP][283] ([Intel XE#1130]) -> [SKIP][284] ([Intel XE#1280] / [Intel XE#455]) [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@xe_compute_preempt@compute-preempt.html [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-464/igt@xe_compute_preempt@compute-preempt.html * igt@xe_copy_basic@mem-set-linear-0xfd: - shard-dg2-set2: [SKIP][285] ([Intel XE#1130]) -> [SKIP][286] ([Intel XE#1126]) [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@xe_copy_basic@mem-set-linear-0xfd.html [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-466/igt@xe_copy_basic@mem-set-linear-0xfd.html * igt@xe_eudebug@basic-vm-bind-vm-destroy: - shard-bmg: [SKIP][287] ([Intel XE#1130]) -> [SKIP][288] ([Intel XE#2905]) [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@xe_eudebug@basic-vm-bind-vm-destroy.html [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-7/igt@xe_eudebug@basic-vm-bind-vm-destroy.html - shard-dg2-set2: [SKIP][289] ([Intel XE#1130]) -> [SKIP][290] ([Intel XE#2905]) [289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@xe_eudebug@basic-vm-bind-vm-destroy.html [290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-434/igt@xe_eudebug@basic-vm-bind-vm-destroy.html * igt@xe_evict@evict-beng-mixed-many-threads-large: - shard-dg2-set2: [TIMEOUT][291] ([Intel XE#1473]) -> [INCOMPLETE][292] ([Intel XE#1195] / [Intel XE#1473]) [291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@xe_evict@evict-beng-mixed-many-threads-large.html [292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@xe_evict@evict-beng-mixed-many-threads-large.html * igt@xe_evict@evict-beng-mixed-many-threads-small: - shard-dg2-set2: [TIMEOUT][293] ([Intel XE#1473] / [Intel XE#402]) -> [INCOMPLETE][294] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#402]) [293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-434/igt@xe_evict@evict-beng-mixed-many-threads-small.html [294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-434/igt@xe_evict@evict-beng-mixed-many-threads-small.html * igt@xe_evict@evict-beng-mixed-threads-large: - shard-bmg: [SKIP][295] ([Intel XE#1130]) -> [FAIL][296] ([Intel XE#1000]) [295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@xe_evict@evict-beng-mixed-threads-large.html [296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-5/igt@xe_evict@evict-beng-mixed-threads-large.html - shard-dg2-set2: [SKIP][297] ([Intel XE#1130]) -> [TIMEOUT][298] ([Intel XE#1473]) [297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@xe_evict@evict-beng-mixed-threads-large.html [298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-466/igt@xe_evict@evict-beng-mixed-threads-large.html * igt@xe_evict@evict-large-multi-vm-cm: - shard-bmg: [DMESG-FAIL][299] -> [FAIL][300] ([Intel XE#2364]) [299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-3/igt@xe_evict@evict-large-multi-vm-cm.html [300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-2/igt@xe_evict@evict-large-multi-vm-cm.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap: - shard-bmg: [SKIP][301] ([Intel XE#1130]) -> [SKIP][302] ([Intel XE#2322]) [301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap.html [302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-1/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap.html * igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate-race: - shard-bmg: [SKIP][303] ([Intel XE#2322]) -> [SKIP][304] ([Intel XE#1130]) [303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-4/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate-race.html [304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-8/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate-race.html * igt@xe_exec_fault_mode@many-bindexecqueue-userptr-rebind-imm: - shard-dg2-set2: [SKIP][305] ([Intel XE#1130]) -> [SKIP][306] ([Intel XE#288]) +4 other tests skip [305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-rebind-imm.html [306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-434/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-rebind-imm.html * igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-race-imm: - shard-dg2-set2: [SKIP][307] ([Intel XE#288]) -> [SKIP][308] ([Intel XE#1130]) [307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-434/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-race-imm.html [308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-race-imm.html * igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence: - shard-dg2-set2: [SKIP][309] ([Intel XE#1130]) -> [SKIP][310] ([Intel XE#2360]) [309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html [310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html * igt@xe_live_ktest@xe_eudebug: - shard-lnl: [SKIP][311] ([Intel XE#2833]) -> [SKIP][312] ([Intel XE#3026]) [311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-lnl-8/igt@xe_live_ktest@xe_eudebug.html [312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-lnl-2/igt@xe_live_ktest@xe_eudebug.html * igt@xe_oa@invalid-oa-format-id: - shard-dg2-set2: [SKIP][313] ([Intel XE#1130]) -> [SKIP][314] ([Intel XE#2541]) +1 other test skip [313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@xe_oa@invalid-oa-format-id.html [314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-434/igt@xe_oa@invalid-oa-format-id.html * igt@xe_oa@unprivileged-single-ctx-counters: - shard-bmg: [SKIP][315] ([Intel XE#2248]) -> [SKIP][316] ([Intel XE#1130]) [315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-1/igt@xe_oa@unprivileged-single-ctx-counters.html [316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-8/igt@xe_oa@unprivileged-single-ctx-counters.html - shard-dg2-set2: [SKIP][317] ([Intel XE#2541]) -> [SKIP][318] ([Intel XE#1130]) [317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-463/igt@xe_oa@unprivileged-single-ctx-counters.html [318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-435/igt@xe_oa@unprivileged-single-ctx-counters.html * igt@xe_peer2peer@write: - shard-bmg: [SKIP][319] ([Intel XE#2557]) -> [SKIP][320] ([Intel XE#2427]) [319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-bmg-8/igt@xe_peer2peer@write.html [320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-bmg-3/igt@xe_peer2peer@write.html - shard-dg2-set2: [SKIP][321] ([Intel XE#1061]) -> [FAIL][322] ([Intel XE#1173]) [321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8086/shard-dg2-436/igt@xe_peer2peer@write.html [322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/shard-dg2-464/igt@xe_peer2peer@write.html [Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000 [Intel XE#1050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1050 [Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061 [Intel XE#1081]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1081 [Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123 [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126 [Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130 [Intel XE#1137]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137 [Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195 [Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280 [Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [Intel XE#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426 [Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500 [Intel XE#1541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1541 [Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600 [Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607 [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727 [Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794 [Intel XE#2231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311 [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313 [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325 [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327 [Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333 [Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351 [Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360 [Intel XE#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364 [Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423 [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426 [Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427 [Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443 [Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509 [Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541 [Intel XE#2557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2557 [Intel XE#2566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2566 [Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597 [Intel XE#2635]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2635 [Intel XE#2685]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2685 [Intel XE#2692]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2692 [Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833 [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#2883]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883 [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887 [Intel XE#2890]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890 [Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905 [Intel XE#2929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2929 [Intel XE#2948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2948 [Intel XE#2976]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2976 [Intel XE#3001]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3001 [Intel XE#3007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [Intel XE#3026]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3026 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308 [Intel XE#3097]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3097 [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113 [Intel XE#3124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124 [Intel XE#3129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3129 [Intel XE#3160]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3160 [Intel XE#3177]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3177 [Intel XE#3179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3179 [Intel XE#3184]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3184 [Intel XE#3230]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3230 [Intel XE#3262]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3262 [Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327 [Intel XE#358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/358 [Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/402 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [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#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#827]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/827 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [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#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 [Intel XE#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 Build changes ------------- * IGT: IGT_8086 -> IGTPW_11988 * Linux: xe-2132-263b21a91964ddc599f4f85cf3511b0aafd2028e -> xe-2133-3ec61d11c7429a65dcc3ac46b9e845f13891a306 IGTPW_11988: 7cc76096ec0f5268ba4da541712e26e8bef65d6c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8086: 18939acec2446c6644644186b090d16e366af8bc @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2132-263b21a91964ddc599f4f85cf3511b0aafd2028e: 263b21a91964ddc599f4f85cf3511b0aafd2028e xe-2133-3ec61d11c7429a65dcc3ac46b9e845f13891a306: 3ec61d11c7429a65dcc3ac46b9e845f13891a306 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11988/index.html [-- Attachment #2: Type: text/html, Size: 89486 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [i-g-t 0/1] xe_exec_threads: wait for all submissions to complete @ 2024-10-26 1:01 fei.yang 2024-10-26 1:01 ` [i-g-t 1/1] tests/intel/xe_exec_threads: " fei.yang 0 siblings, 1 reply; 6+ messages in thread From: fei.yang @ 2024-10-26 1:01 UTC (permalink / raw) To: igt-dev; +Cc: Fei Yang From: Fei Yang <fei.yang@intel.com> In test_compute_mode, there is an one second sleep waiting for all the submissions to complete, but that is not reliable especially on pre-si platforms where the GPU could be a lot slower. Instead we should wait for the ufence to make sure the GPU is inactive before unbinding the BO. Signed-off-by: Fei Yang <fei.yang@intel.com> Fei Yang (1): tests/intel/xe_exec_threads: wait for all submissions to complete tests/intel/xe_exec_threads.c | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) -- 2.25.1 ^ permalink raw reply [flat|nested] 6+ messages in thread
* [i-g-t 1/1] tests/intel/xe_exec_threads: wait for all submissions to complete 2024-10-26 1:01 [i-g-t 0/1] " fei.yang @ 2024-10-26 1:01 ` fei.yang 0 siblings, 0 replies; 6+ messages in thread From: fei.yang @ 2024-10-26 1:01 UTC (permalink / raw) To: igt-dev; +Cc: Fei Yang From: Fei Yang <fei.yang@intel.com> In test_compute_mode, there is an one second sleep waiting for all the submissions to complete, but that is not reliable especially on pre-si platforms where the GPU could be a lot slower. Instead we should wait for the ufence to make sure the GPU is inactive before unbinding the BO. Signed-off-by: Fei Yang <fei.yang@intel.com> --- tests/intel/xe_exec_threads.c | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/tests/intel/xe_exec_threads.c b/tests/intel/xe_exec_threads.c index 413d6626b..b73d3df2b 100644 --- a/tests/intel/xe_exec_threads.c +++ b/tests/intel/xe_exec_threads.c @@ -340,7 +340,7 @@ test_compute_mode(int fd, uint32_t vm, uint64_t addr, uint64_t userptr, xe_exec(fd, &exec); if (flags & REBIND && i && !(i & 0x1f)) { - for (j = i - 0x20; j <= i; ++j) + for (j = i - 0x20; j < i; ++j) xe_wait_ufence(fd, &data[j].exec_sync, USER_FENCE_VALUE, exec_queues[e], fence_timeout); @@ -370,7 +370,7 @@ test_compute_mode(int fd, uint32_t vm, uint64_t addr, uint64_t userptr, * physical memory on next mmap call triggering * an invalidate. */ - for (j = i == 0x20 ? 0 : i - 0x1f; j <= i; ++j) + for (j = i - 0x20; j < i; ++j) xe_wait_ufence(fd, &data[j].exec_sync, USER_FENCE_VALUE, exec_queues[e], @@ -404,16 +404,26 @@ test_compute_mode(int fd, uint32_t vm, uint64_t addr, uint64_t userptr, } } - j = flags & INVALIDATE ? - (flags & RACE ? n_execs / 2 + 1 : n_execs - 1) : 0; + j = 0; /* wait for all submissions to complete */ + if (flags & INVALIDATE) + /* + * For !RACE cases xe_wait_ufence has been called in above for-loop + * except the last batch of submissions (0x20 submissions in a batch). + * For RACE cases we will need to wait for all the submissions to + * complete here. + */ + j = (flags & RACE) ? 0 : (n_execs - 0x20); + else if (flags & REBIND) + /* + * For REBIND cases xe_wait_ufence has been called in above for-loop + * except the last batch of submissions (0x20 submissions in a batch). + */ + j = n_execs - 0x20; + for (i = j; i < n_execs; i++) xe_wait_ufence(fd, &data[i].exec_sync, USER_FENCE_VALUE, exec_queues[i % n_exec_queues], fence_timeout); - /* Wait for all execs to complete */ - if (flags & INVALIDATE) - sleep(1); - sync[0].addr = to_user_pointer(&data[0].vm_sync); xe_vm_unbind_async(fd, vm, 0, 0, addr, bo_size, sync, 1); xe_wait_ufence(fd, &data[0].vm_sync, USER_FENCE_VALUE, 0, fence_timeout); -- 2.25.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-10-27 13:54 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-10-25 19:55 [i-g-t 0/1] xe_exec_threads: wait for all submissions to complete fei.yang 2024-10-25 19:55 ` [i-g-t 1/1] tests/intel/xe_exec_threads: " fei.yang 2024-10-25 22:33 ` ✗ Fi.CI.BAT: failure for xe_exec_threads: " Patchwork 2024-10-25 22:49 ` ✗ CI.xeBAT: " Patchwork 2024-10-27 13:54 ` ✗ CI.xeFULL: " Patchwork -- strict thread matches above, loose matches on Subject: below -- 2024-10-26 1:01 [i-g-t 0/1] " fei.yang 2024-10-26 1:01 ` [i-g-t 1/1] tests/intel/xe_exec_threads: " fei.yang
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox