* [igt-dev] [PATCH] xe_exec_reset: Fix cm-gt-reset for LR job behavior
@ 2023-08-08 22:27 Matthew Brost
2023-08-08 23:21 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Matthew Brost @ 2023-08-08 22:27 UTC (permalink / raw)
To: igt-dev
Long running jobs in Xe are not recoverable even if the job did not
trigger the GT reset due to DRM scheduler not tracking LR jobs. Update
cm-gt-reset to understand all LR jobs are lost after a GT reset.
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
---
tests/xe/xe_exec_reset.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/tests/xe/xe_exec_reset.c b/tests/xe/xe_exec_reset.c
index dfbaa6035..e8faf6209 100644
--- a/tests/xe/xe_exec_reset.c
+++ b/tests/xe/xe_exec_reset.c
@@ -622,8 +622,10 @@ test_compute_mode(int fd, struct drm_xe_engine_class_instance *eci,
xe_exec(fd, &exec);
}
- if (flags & GT_RESET)
+ if (flags & GT_RESET) {
xe_force_gt_reset(fd, eci->gt_id);
+ usleep(150000); /* Let GT reset soak */
+ }
if (flags & CLOSE_FD) {
if (flags & CLOSE_ENGINES) {
@@ -636,7 +638,7 @@ test_compute_mode(int fd, struct drm_xe_engine_class_instance *eci,
return;
}
- for (i = 1; i < n_execs; i++)
+ for (i = 1; i < n_execs && !(flags & GT_RESET); i++)
xe_wait_ufence(fd, &data[i].exec_sync, USER_FENCE_VALUE,
NULL, THREE_SEC);
@@ -644,7 +646,7 @@ test_compute_mode(int fd, struct drm_xe_engine_class_instance *eci,
xe_vm_unbind_async(fd, vm, 0, 0, addr, bo_size, sync, 1);
xe_wait_ufence(fd, &data[0].vm_sync, USER_FENCE_VALUE, NULL, THREE_SEC);
- for (i = 1; i < n_execs; i++)
+ for (i = 1; i < n_execs && !(flags & GT_RESET); i++)
igt_assert_eq(data[i].data, 0xc0ffee);
for (i = 0; i < n_engines; i++)
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for xe_exec_reset: Fix cm-gt-reset for LR job behavior 2023-08-08 22:27 [igt-dev] [PATCH] xe_exec_reset: Fix cm-gt-reset for LR job behavior Matthew Brost @ 2023-08-08 23:21 ` Patchwork 2023-08-09 2:50 ` [igt-dev] ○ CI.xeBAT: info " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-08-08 23:21 UTC (permalink / raw) To: Matthew Brost; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 9584 bytes --] == Series Details == Series: xe_exec_reset: Fix cm-gt-reset for LR job behavior URL : https://patchwork.freedesktop.org/series/122184/ State : success == Summary == CI Bug Log - changes from IGT_7424 -> IGTPW_9547 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/index.html Participating hosts (42 -> 42) ------------------------------ Additional (1): fi-kbl-soraka Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_9547 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_huc_copy@huc-copy: - fi-kbl-soraka: NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#2190]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - fi-kbl-soraka: NOTRUN -> [SKIP][2] ([fdo#109271] / [i915#4613]) +3 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/fi-kbl-soraka/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@parallel-random-engines: - bat-mtlp-8: NOTRUN -> [SKIP][3] ([i915#4613]) +3 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/bat-mtlp-8/igt@gem_lmem_swapping@parallel-random-engines.html * igt@i915_pm_rps@basic-api: - bat-mtlp-8: NOTRUN -> [SKIP][4] ([i915#6621]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/bat-mtlp-8/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live@gt_pm: - fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][5] ([i915#1886] / [i915#7913]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html * igt@i915_selftest@live@mman: - bat-rpls-2: NOTRUN -> [TIMEOUT][6] ([i915#6794] / [i915#7392]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/bat-rpls-2/igt@i915_selftest@live@mman.html * igt@i915_selftest@live@requests: - bat-mtlp-8: NOTRUN -> [ABORT][7] ([i915#7982] / [i915#8865]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/bat-mtlp-8/igt@i915_selftest@live@requests.html * igt@i915_suspend@basic-s2idle-without-i915: - bat-rpls-2: NOTRUN -> [WARN][8] ([i915#8747]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/bat-rpls-2/igt@i915_suspend@basic-s2idle-without-i915.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-rpls-2: NOTRUN -> [SKIP][9] ([i915#7828]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/bat-rpls-2/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-kbl-soraka: NOTRUN -> [SKIP][10] ([fdo#109271]) +16 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/fi-kbl-soraka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_pipe_crc_basic@suspend-read-crc: - bat-rpls-2: NOTRUN -> [SKIP][11] ([i915#1845]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/bat-rpls-2/igt@kms_pipe_crc_basic@suspend-read-crc.html * igt@prime_vgem@basic-fence-read: - bat-mtlp-8: NOTRUN -> [SKIP][12] ([i915#3708]) +2 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/bat-mtlp-8/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-gtt: - bat-mtlp-8: NOTRUN -> [SKIP][13] ([i915#3708] / [i915#4077]) +1 similar issue [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/bat-mtlp-8/igt@prime_vgem@basic-gtt.html #### Possible fixes #### * igt@i915_pm_rpm@basic-pci-d3-state: - bat-mtlp-8: [ABORT][14] ([i915#7077] / [i915#7977] / [i915#8668]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/bat-mtlp-8/igt@i915_pm_rpm@basic-pci-d3-state.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/bat-mtlp-8/igt@i915_pm_rpm@basic-pci-d3-state.html - bat-adlp-9: [FAIL][16] ([i915#7940]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/bat-adlp-9/igt@i915_pm_rpm@basic-pci-d3-state.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/bat-adlp-9/igt@i915_pm_rpm@basic-pci-d3-state.html * igt@i915_pm_rpm@module-reload: - fi-tgl-1115g4: [FAIL][18] ([i915#7940]) -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/fi-tgl-1115g4/igt@i915_pm_rpm@module-reload.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/fi-tgl-1115g4/igt@i915_pm_rpm@module-reload.html - fi-cfl-guc: [FAIL][20] ([i915#7940]) -> [PASS][21] [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/fi-cfl-guc/igt@i915_pm_rpm@module-reload.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/fi-cfl-guc/igt@i915_pm_rpm@module-reload.html - fi-skl-guc: [FAIL][22] ([i915#7940]) -> [PASS][23] [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/fi-skl-guc/igt@i915_pm_rpm@module-reload.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/fi-skl-guc/igt@i915_pm_rpm@module-reload.html - fi-cfl-8700k: [FAIL][24] ([i915#7940]) -> [PASS][25] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/fi-cfl-8700k/igt@i915_pm_rpm@module-reload.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/fi-cfl-8700k/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@requests: - bat-rpls-2: [ABORT][26] ([i915#4983] / [i915#7913]) -> [PASS][27] [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/bat-rpls-2/igt@i915_selftest@live@requests.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/bat-rpls-2/igt@i915_selftest@live@requests.html * igt@i915_selftest@live@slpc: - bat-mtlp-6: [DMESG-WARN][28] ([i915#6367]) -> [PASS][29] [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/bat-mtlp-6/igt@i915_selftest@live@slpc.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/bat-mtlp-6/igt@i915_selftest@live@slpc.html #### Warnings #### * igt@i915_pm_rpm@basic-pci-d3-state: - fi-cfl-8700k: [FAIL][30] ([i915#7940]) -> [FAIL][31] ([i915#7691]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/fi-cfl-8700k/igt@i915_pm_rpm@basic-pci-d3-state.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/fi-cfl-8700k/igt@i915_pm_rpm@basic-pci-d3-state.html - fi-skl-guc: [FAIL][32] ([i915#7940]) -> [FAIL][33] ([i915#7691]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/fi-skl-guc/igt@i915_pm_rpm@basic-pci-d3-state.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/fi-skl-guc/igt@i915_pm_rpm@basic-pci-d3-state.html - fi-kbl-guc: [SKIP][34] ([fdo#109271]) -> [FAIL][35] ([i915#7940]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/fi-kbl-guc/igt@i915_pm_rpm@basic-pci-d3-state.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/fi-kbl-guc/igt@i915_pm_rpm@basic-pci-d3-state.html * igt@i915_selftest@live@requests: - bat-mtlp-6: [DMESG-FAIL][36] ([i915#8497]) -> [DMESG-FAIL][37] ([i915#7269]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/bat-mtlp-6/igt@i915_selftest@live@requests.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/bat-mtlp-6/igt@i915_selftest@live@requests.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6794]: https://gitlab.freedesktop.org/drm/intel/issues/6794 [i915#7077]: https://gitlab.freedesktop.org/drm/intel/issues/7077 [i915#7269]: https://gitlab.freedesktop.org/drm/intel/issues/7269 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7691]: https://gitlab.freedesktop.org/drm/intel/issues/7691 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940 [i915#7977]: https://gitlab.freedesktop.org/drm/intel/issues/7977 [i915#7982]: https://gitlab.freedesktop.org/drm/intel/issues/7982 [i915#8497]: https://gitlab.freedesktop.org/drm/intel/issues/8497 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8747]: https://gitlab.freedesktop.org/drm/intel/issues/8747 [i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7424 -> IGTPW_9547 CI-20190529: 20190529 CI_DRM_13492: 525b387a224ced0a360fcbf92794392999de7208 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9547: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/index.html IGT_7424: f12c2533941c9dfce43f455a02b7986605692b29 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/index.html [-- Attachment #2: Type: text/html, Size: 11670 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ○ CI.xeBAT: info for xe_exec_reset: Fix cm-gt-reset for LR job behavior 2023-08-08 22:27 [igt-dev] [PATCH] xe_exec_reset: Fix cm-gt-reset for LR job behavior Matthew Brost 2023-08-08 23:21 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-08-09 2:50 ` Patchwork 2023-08-09 12:09 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-08-23 19:45 ` [igt-dev] [PATCH] " Rodrigo Vivi 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-08-09 2:50 UTC (permalink / raw) To: Matthew Brost; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 372 bytes --] == Series Details == Series: xe_exec_reset: Fix cm-gt-reset for LR job behavior URL : https://patchwork.freedesktop.org/series/122184/ State : info == Summary == Participating hosts: bat-pvc-2 bat-atsm-2 bat-dg2-oem2 bat-adlp-7 Missing hosts results[2]: bat-dg2-oem2 bat-adlp-7 Results: [IGTPW_9547](https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9547/index.html) [-- Attachment #2: Type: text/html, Size: 900 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for xe_exec_reset: Fix cm-gt-reset for LR job behavior 2023-08-08 22:27 [igt-dev] [PATCH] xe_exec_reset: Fix cm-gt-reset for LR job behavior Matthew Brost 2023-08-08 23:21 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-08-09 2:50 ` [igt-dev] ○ CI.xeBAT: info " Patchwork @ 2023-08-09 12:09 ` Patchwork 2023-08-23 19:45 ` [igt-dev] [PATCH] " Rodrigo Vivi 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-08-09 12:09 UTC (permalink / raw) To: Matthew Brost; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 74454 bytes --] == Series Details == Series: xe_exec_reset: Fix cm-gt-reset for LR job behavior URL : https://patchwork.freedesktop.org/series/122184/ State : failure == Summary == CI Bug Log - changes from IGT_7424_full -> IGTPW_9547_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9547_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9547_full, please notify your bug team 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_9547/index.html Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9547_full: ### IGT changes ### #### Possible regressions #### * igt@kms_flip@flip-vs-suspend-interruptible@d-dp4: - shard-dg2: NOTRUN -> [INCOMPLETE][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-11/igt@kms_flip@flip-vs-suspend-interruptible@d-dp4.html * igt@kms_psr@psr2_dpms: - shard-mtlp: [PASS][2] -> [FAIL][3] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-2/igt@kms_psr@psr2_dpms.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-2/igt@kms_psr@psr2_dpms.html Known issues ------------ Here are the changes found in IGTPW_9547_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@drm_fdinfo@busy-idle-check-all@vcs1: - shard-dg1: NOTRUN -> [SKIP][4] ([i915#8414]) +4 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-19/igt@drm_fdinfo@busy-idle-check-all@vcs1.html * igt@drm_fdinfo@virtual-busy-idle-all: - shard-mtlp: NOTRUN -> [SKIP][5] ([i915#8414]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-7/igt@drm_fdinfo@virtual-busy-idle-all.html * igt@gem_ccs@ctrl-surf-copy: - shard-mtlp: NOTRUN -> [SKIP][6] ([i915#5325]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-6/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_ctx_persistence@hang: - shard-mtlp: NOTRUN -> [SKIP][7] ([i915#8555]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-4/igt@gem_ctx_persistence@hang.html * igt@gem_ctx_persistence@heartbeat-stop: - shard-dg2: NOTRUN -> [SKIP][8] ([i915#8555]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-1/igt@gem_ctx_persistence@heartbeat-stop.html * igt@gem_eio@kms: - shard-dg2: [PASS][9] -> [INCOMPLETE][10] ([i915#7892]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg2-10/igt@gem_eio@kms.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-5/igt@gem_eio@kms.html * igt@gem_exec_balancer@bonded-false-hang: - shard-mtlp: NOTRUN -> [SKIP][11] ([i915#4812]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-1/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@bonded-true-hang: - shard-dg2: NOTRUN -> [SKIP][12] ([i915#4812]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-10/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_balancer@sliced: - shard-dg1: NOTRUN -> [SKIP][13] ([i915#4812]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-18/igt@gem_exec_balancer@sliced.html * igt@gem_exec_capture@pi@vcs0: - shard-mtlp: [PASS][14] -> [FAIL][15] ([i915#4475]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-8/igt@gem_exec_capture@pi@vcs0.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-3/igt@gem_exec_capture@pi@vcs0.html * igt@gem_exec_fair@basic-flow@rcs0: - shard-tglu: [PASS][16] -> [FAIL][17] ([i915#2842]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-tglu-10/igt@gem_exec_fair@basic-flow@rcs0.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-9/igt@gem_exec_fair@basic-flow@rcs0.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-glk: NOTRUN -> [FAIL][18] ([i915#2842]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-glk8/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace: - shard-dg2: NOTRUN -> [SKIP][19] ([i915#3539]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-5/igt@gem_exec_fair@basic-pace.html - shard-mtlp: NOTRUN -> [SKIP][20] ([i915#4473] / [i915#4771]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-3/igt@gem_exec_fair@basic-pace.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [PASS][21] -> [FAIL][22] ([i915#2842]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-rkl: [PASS][23] -> [FAIL][24] ([i915#2842]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-rkl-4/igt@gem_exec_fair@basic-pace@rcs0.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-7/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_flush@basic-uc-ro-default: - shard-dg2: NOTRUN -> [SKIP][25] ([i915#3539] / [i915#4852]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-3/igt@gem_exec_flush@basic-uc-ro-default.html * igt@gem_exec_params@secure-non-master: - shard-mtlp: NOTRUN -> [SKIP][26] ([fdo#112283]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-3/igt@gem_exec_params@secure-non-master.html * igt@gem_exec_reloc@basic-range: - shard-mtlp: NOTRUN -> [SKIP][27] ([i915#3281]) +2 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-8/igt@gem_exec_reloc@basic-range.html * igt@gem_exec_reloc@basic-wc-cpu: - shard-dg1: NOTRUN -> [SKIP][28] ([i915#3281]) +4 similar issues [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-18/igt@gem_exec_reloc@basic-wc-cpu.html * igt@gem_exec_reloc@basic-wc-noreloc: - shard-dg2: NOTRUN -> [SKIP][29] ([i915#3281]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-8/igt@gem_exec_reloc@basic-wc-noreloc.html - shard-rkl: NOTRUN -> [SKIP][30] ([i915#3281]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-2/igt@gem_exec_reloc@basic-wc-noreloc.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg2: NOTRUN -> [ABORT][31] ([i915#7975] / [i915#8213]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-2/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-glk: NOTRUN -> [SKIP][32] ([fdo#109271] / [i915#4613]) +1 similar issue [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-glk1/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@parallel-multi@lmem0: - shard-dg1: [PASS][33] -> [DMESG-WARN][34] ([i915#4391] / [i915#4423]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg1-18/igt@gem_lmem_swapping@parallel-multi@lmem0.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-16/igt@gem_lmem_swapping@parallel-multi@lmem0.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: [PASS][35] -> [DMESG-WARN][36] ([i915#4936] / [i915#5493]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg1-19/igt@gem_lmem_swapping@smem-oom@lmem0.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_lmem_swapping@verify-random: - shard-rkl: NOTRUN -> [SKIP][37] ([i915#4613]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-1/igt@gem_lmem_swapping@verify-random.html - shard-tglu: NOTRUN -> [SKIP][38] ([i915#4613]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-2/igt@gem_lmem_swapping@verify-random.html * igt@gem_mmap_gtt@cpuset-big-copy-xy: - shard-mtlp: NOTRUN -> [SKIP][39] ([i915#4077]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-6/igt@gem_mmap_gtt@cpuset-big-copy-xy.html * igt@gem_mmap_wc@write-cpu-read-wc-unflushed: - shard-dg2: NOTRUN -> [SKIP][40] ([i915#4083]) +1 similar issue [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-2/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html - shard-mtlp: NOTRUN -> [SKIP][41] ([i915#4083]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-2/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html * igt@gem_partial_pwrite_pread@reads: - shard-dg2: NOTRUN -> [SKIP][42] ([i915#3282]) +1 similar issue [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-6/igt@gem_partial_pwrite_pread@reads.html - shard-rkl: NOTRUN -> [SKIP][43] ([i915#3282]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-6/igt@gem_partial_pwrite_pread@reads.html * igt@gem_partial_pwrite_pread@writes-after-reads-snoop: - shard-dg1: NOTRUN -> [SKIP][44] ([i915#3282]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-17/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html - shard-mtlp: NOTRUN -> [SKIP][45] ([i915#3282]) +1 similar issue [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-6/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-dg2: NOTRUN -> [SKIP][46] ([i915#4270]) +1 similar issue [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-8/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html - shard-rkl: NOTRUN -> [SKIP][47] ([i915#4270]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-6/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html - shard-tglu: NOTRUN -> [SKIP][48] ([i915#4270]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-10/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: - shard-dg1: NOTRUN -> [SKIP][49] ([i915#4270]) +1 similar issue [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-14/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html * igt@gem_pxp@verify-pxp-stale-ctx-execution: - shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4270]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-2/igt@gem_pxp@verify-pxp-stale-ctx-execution.html * igt@gem_render_copy@y-tiled-to-vebox-y-tiled: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#8428]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-1/igt@gem_render_copy@y-tiled-to-vebox-y-tiled.html * igt@gem_tiled_wb: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#4077]) +1 similar issue [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-3/igt@gem_tiled_wb.html * igt@gen7_exec_parse@oacontrol-tracking: - shard-mtlp: NOTRUN -> [SKIP][53] ([fdo#109289]) +1 similar issue [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-2/igt@gen7_exec_parse@oacontrol-tracking.html * igt@gen9_exec_parse@batch-invalid-length: - shard-dg2: NOTRUN -> [SKIP][54] ([i915#2856]) +1 similar issue [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-11/igt@gen9_exec_parse@batch-invalid-length.html - shard-rkl: NOTRUN -> [SKIP][55] ([i915#2527]) +1 similar issue [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-4/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@bb-start-param: - shard-dg1: NOTRUN -> [SKIP][56] ([i915#2527]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-13/igt@gen9_exec_parse@bb-start-param.html * igt@i915_pm_dc@dc9-dpms: - shard-tglu: [PASS][57] -> [SKIP][58] ([i915#4281]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-tglu-2/igt@i915_pm_dc@dc9-dpms.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-7/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp: - shard-dg2: NOTRUN -> [SKIP][59] ([i915#1937]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-11/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html * igt@i915_pm_lpsp@screens-disabled: - shard-dg2: NOTRUN -> [SKIP][60] ([i915#1902]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-6/igt@i915_pm_lpsp@screens-disabled.html * igt@i915_pm_rc6_residency@media-rc6-accuracy: - shard-dg2: NOTRUN -> [SKIP][61] ([fdo#109289]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-10/igt@i915_pm_rc6_residency@media-rc6-accuracy.html * igt@i915_pm_rc6_residency@rc6-idle@vecs0: - shard-dg1: [PASS][62] -> [FAIL][63] ([i915#3591]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html * igt@i915_pm_rpm@cursor-dpms: - shard-rkl: [PASS][64] -> [FAIL][65] ([i915#7940]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-rkl-6/igt@i915_pm_rpm@cursor-dpms.html [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-2/igt@i915_pm_rpm@cursor-dpms.html * igt@i915_pm_rpm@dpms-lpsp: - shard-rkl: [PASS][66] -> [SKIP][67] ([i915#1397]) +2 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-rkl-7/igt@i915_pm_rpm@dpms-lpsp.html [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-1/igt@i915_pm_rpm@dpms-lpsp.html * igt@i915_pm_rpm@dpms-mode-unset-lpsp: - shard-dg1: NOTRUN -> [SKIP][68] ([i915#1397]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-17/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp: - shard-mtlp: NOTRUN -> [SKIP][69] ([i915#1397]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-6/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@i915_pm_rpm@pc8-residency: - shard-dg2: NOTRUN -> [SKIP][70] ([fdo#109506]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-5/igt@i915_pm_rpm@pc8-residency.html - shard-rkl: NOTRUN -> [SKIP][71] ([fdo#109506]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-7/igt@i915_pm_rpm@pc8-residency.html * igt@i915_pm_rpm@system-suspend-devices: - shard-tglu: [PASS][72] -> [FAIL][73] ([i915#7940]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-tglu-5/igt@i915_pm_rpm@system-suspend-devices.html [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-2/igt@i915_pm_rpm@system-suspend-devices.html * igt@i915_pm_rpm@system-suspend-execbuf: - shard-rkl: [PASS][74] -> [FAIL][75] ([fdo#103375]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-rkl-2/igt@i915_pm_rpm@system-suspend-execbuf.html [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-4/igt@i915_pm_rpm@system-suspend-execbuf.html * igt@i915_pm_rps@min-max-config-loaded: - shard-dg1: NOTRUN -> [SKIP][76] ([i915#6621]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-13/igt@i915_pm_rps@min-max-config-loaded.html * igt@i915_pm_rps@thresholds-idle-park@gt0: - shard-mtlp: NOTRUN -> [SKIP][77] ([i915#8925]) +1 similar issue [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-2/igt@i915_pm_rps@thresholds-idle-park@gt0.html - shard-dg2: NOTRUN -> [SKIP][78] ([i915#8925]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-6/igt@i915_pm_rps@thresholds-idle-park@gt0.html * igt@i915_selftest@mock@sanitycheck: - shard-snb: [PASS][79] -> [ABORT][80] ([i915#4528]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-snb4/igt@i915_selftest@mock@sanitycheck.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-snb5/igt@i915_selftest@mock@sanitycheck.html * igt@i915_suspend@basic-s3-without-i915: - shard-dg2: [PASS][81] -> [FAIL][82] ([fdo#103375]) +2 similar issues [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg2-1/igt@i915_suspend@basic-s3-without-i915.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-5/igt@i915_suspend@basic-s3-without-i915.html * igt@i915_suspend@fence-restore-untiled: - shard-dg1: NOTRUN -> [SKIP][83] ([i915#4077]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-19/igt@i915_suspend@fence-restore-untiled.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1: - shard-mtlp: [PASS][84] -> [FAIL][85] ([i915#2521]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-6/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-5/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-dp-4-4-mc_ccs: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#8709]) +11 similar issues [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-11/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-dp-4-4-mc_ccs.html * igt@kms_async_flips@crc@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [FAIL][87] ([i915#8247]) +3 similar issues [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-17/igt@kms_async_flips@crc@pipe-d-hdmi-a-4.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-dg2: NOTRUN -> [SKIP][88] ([i915#1769] / [i915#3555]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-6/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html - shard-rkl: NOTRUN -> [SKIP][89] ([i915#1769] / [i915#3555]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-6/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html - shard-tglu: NOTRUN -> [SKIP][90] ([i915#1769] / [i915#3555]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][91] ([i915#4538] / [i915#5286]) +2 similar issues [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-14/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_big_fb@linear-64bpp-rotate-90: - shard-mtlp: NOTRUN -> [SKIP][92] ([fdo#111614]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-7/igt@kms_big_fb@linear-64bpp-rotate-90.html * igt@kms_big_fb@linear-8bpp-rotate-0: - shard-mtlp: [PASS][93] -> [DMESG-WARN][94] ([i915#1982]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-3/igt@kms_big_fb@linear-8bpp-rotate-0.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-1/igt@kms_big_fb@linear-8bpp-rotate-0.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][95] ([i915#3638]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-17/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@y-tiled-64bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][96] ([i915#5190]) +2 similar issues [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-10/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html - shard-rkl: NOTRUN -> [SKIP][97] ([fdo#111614] / [i915#3638]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-1/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-180: - shard-mtlp: NOTRUN -> [SKIP][98] ([fdo#111615]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-4/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][99] ([i915#4538] / [i915#5190]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-6/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][100] ([i915#4538]) +2 similar issues [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-17/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc: - shard-tglu: NOTRUN -> [SKIP][101] ([i915#5354] / [i915#6095]) +1 similar issue [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-5/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs: - shard-dg1: NOTRUN -> [SKIP][102] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +3 similar issues [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-19/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs_cc: - shard-dg2: NOTRUN -> [SKIP][103] ([i915#5354]) +21 similar issues [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-6/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs_cc.html - shard-rkl: NOTRUN -> [SKIP][104] ([i915#5354] / [i915#6095]) +4 similar issues [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-6/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs_cc.html * igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#3689] / [i915#3886] / [i915#5354]) +5 similar issues [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-5/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][106] ([i915#3734] / [i915#5354] / [i915#6095]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-4/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_ccs.html * igt@kms_ccs@pipe-c-bad-aux-stride-y_tiled_gen12_mc_ccs: - shard-glk: NOTRUN -> [SKIP][107] ([fdo#109271] / [i915#3886]) +3 similar issues [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-glk5/igt@kms_ccs@pipe-c-bad-aux-stride-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-bad-aux-stride-yf_tiled_ccs: - shard-dg1: NOTRUN -> [SKIP][108] ([i915#3689] / [i915#5354] / [i915#6095]) +5 similar issues [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-17/igt@kms_ccs@pipe-c-bad-aux-stride-yf_tiled_ccs.html * igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_ccs: - shard-dg2: NOTRUN -> [SKIP][109] ([i915#3689] / [i915#5354]) +6 similar issues [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-11/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_ccs.html * igt@kms_ccs@pipe-d-ccs-on-another-bo-4_tiled_mtl_rc_ccs_cc: - shard-dg1: NOTRUN -> [SKIP][110] ([i915#5354] / [i915#6095]) +6 similar issues [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-19/igt@kms_ccs@pipe-d-ccs-on-another-bo-4_tiled_mtl_rc_ccs_cc.html * igt@kms_ccs@pipe-d-crc-primary-rotation-180-yf_tiled_ccs: - shard-mtlp: NOTRUN -> [SKIP][111] ([i915#6095]) +8 similar issues [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-3/igt@kms_ccs@pipe-d-crc-primary-rotation-180-yf_tiled_ccs.html * igt@kms_ccs@pipe-d-missing-ccs-buffer-4_tiled_mtl_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][112] ([i915#5354]) +5 similar issues [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-6/igt@kms_ccs@pipe-d-missing-ccs-buffer-4_tiled_mtl_mc_ccs.html * igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][113] ([i915#4087]) +3 similar issues [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-3/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html * igt@kms_chamelium_color@ctm-0-25: - shard-dg2: NOTRUN -> [SKIP][114] ([fdo#111827]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-8/igt@kms_chamelium_color@ctm-0-25.html * igt@kms_chamelium_color@ctm-negative: - shard-dg1: NOTRUN -> [SKIP][115] ([fdo#111827]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-19/igt@kms_chamelium_color@ctm-negative.html * igt@kms_chamelium_frames@dp-crc-fast: - shard-dg1: NOTRUN -> [SKIP][116] ([i915#7828]) +2 similar issues [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-15/igt@kms_chamelium_frames@dp-crc-fast.html * igt@kms_chamelium_hpd@hdmi-hpd-fast: - shard-mtlp: NOTRUN -> [SKIP][117] ([i915#7828]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-2/igt@kms_chamelium_hpd@hdmi-hpd-fast.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#7828]) +1 similar issue [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-11/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html - shard-rkl: NOTRUN -> [SKIP][119] ([i915#7828]) +1 similar issue [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-6/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html - shard-tglu: NOTRUN -> [SKIP][120] ([i915#7828]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-6/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_color@deep-color: - shard-rkl: NOTRUN -> [SKIP][121] ([i915#3555]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-6/igt@kms_color@deep-color.html * igt@kms_content_protection@atomic@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][122] ([i915#7173]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-11/igt@kms_content_protection@atomic@pipe-a-dp-4.html * igt@kms_content_protection@srm: - shard-dg2: NOTRUN -> [SKIP][123] ([i915#7118]) +2 similar issues [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-3/igt@kms_content_protection@srm.html * igt@kms_content_protection@uevent: - shard-rkl: NOTRUN -> [SKIP][124] ([i915#7118]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-4/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-random-max-size: - shard-dg1: NOTRUN -> [SKIP][125] ([i915#3555]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-15/igt@kms_cursor_crc@cursor-random-max-size.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-dg1: NOTRUN -> [SKIP][126] ([i915#3359]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-18/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#4103] / [i915#4213]) +1 similar issue [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-dg1: NOTRUN -> [SKIP][128] ([i915#4103] / [i915#4213]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-14/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-rkl: NOTRUN -> [SKIP][129] ([i915#4103]) +1 similar issue [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html - shard-tglu: NOTRUN -> [SKIP][130] ([i915#4103]) +1 similar issue [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - shard-dg2: NOTRUN -> [SKIP][131] ([fdo#109274] / [i915#5354]) +2 similar issues [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-8/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html - shard-rkl: NOTRUN -> [SKIP][132] ([fdo#111825]) +1 similar issue [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy: - shard-mtlp: NOTRUN -> [SKIP][133] ([i915#3546]) +1 similar issue [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-4/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-apl: [PASS][134] -> [FAIL][135] ([i915#2346]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-mtlp: NOTRUN -> [SKIP][136] ([i915#4213]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2: NOTRUN -> [SKIP][137] ([i915#8588]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-6/igt@kms_display_modes@mst-extended-mode-negative.html - shard-rkl: NOTRUN -> [SKIP][138] ([i915#8588]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-4/igt@kms_display_modes@mst-extended-mode-negative.html - shard-tglu: NOTRUN -> [SKIP][139] ([i915#8588]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-7/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dither@fb-8bpc-vs-panel-8bpc: - shard-dg2: NOTRUN -> [SKIP][140] ([i915#3555]) +4 similar issues [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-8/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html * igt@kms_flip@2x-blocking-wf_vblank: - shard-dg2: NOTRUN -> [SKIP][141] ([fdo#109274]) +1 similar issue [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-1/igt@kms_flip@2x-blocking-wf_vblank.html * igt@kms_flip@2x-flip-vs-rmfb: - shard-tglu: NOTRUN -> [SKIP][142] ([fdo#109274] / [i915#3637]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-7/igt@kms_flip@2x-flip-vs-rmfb.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - shard-mtlp: NOTRUN -> [SKIP][143] ([i915#3637]) +1 similar issue [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-6/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip@flip-vs-rmfb-interruptible@b-vga1: - shard-snb: [PASS][144] -> [ABORT][145] ([i915#8865]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-snb6/igt@kms_flip@flip-vs-rmfb-interruptible@b-vga1.html [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-snb7/igt@kms_flip@flip-vs-rmfb-interruptible@b-vga1.html * igt@kms_flip@flip-vs-suspend@b-hdmi-a1: - shard-snb: NOTRUN -> [DMESG-WARN][146] ([i915#8841]) +4 similar issues [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-snb1/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html * igt@kms_flip@plain-flip-fb-recreate@b-hdmi-a1: - shard-tglu: [PASS][147] -> [FAIL][148] ([i915#2122]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-tglu-8/igt@kms_flip@plain-flip-fb-recreate@b-hdmi-a1.html [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-10/igt@kms_flip@plain-flip-fb-recreate@b-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][149] ([i915#2587] / [i915#2672]) +1 similar issue [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-19/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][150] ([i915#2672]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html - shard-rkl: NOTRUN -> [SKIP][151] ([i915#2672]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html - shard-tglu: NOTRUN -> [SKIP][152] ([i915#2587] / [i915#2672]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][153] ([i915#2672]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt: - shard-dg2: [PASS][154] -> [FAIL][155] ([i915#6880]) +1 similar issue [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][156] ([i915#8708]) +7 similar issues [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw: - shard-dg1: NOTRUN -> [SKIP][157] ([fdo#111825]) +9 similar issues [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][158] ([i915#8708]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu: - shard-mtlp: NOTRUN -> [SKIP][159] ([i915#1825]) +5 similar issues [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][160] ([i915#8708]) +1 similar issue [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff: - shard-rkl: NOTRUN -> [SKIP][161] ([fdo#111825] / [i915#1825]) +8 similar issues [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render: - shard-dg2: NOTRUN -> [SKIP][162] ([i915#3458]) +7 similar issues [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt: - shard-dg1: NOTRUN -> [SKIP][163] ([i915#3458]) +5 similar issues [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt: - shard-rkl: NOTRUN -> [SKIP][164] ([i915#3023]) +3 similar issues [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen: - shard-tglu: NOTRUN -> [SKIP][165] ([fdo#109280]) +2 similar issues [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-9/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_hdr@static-toggle-suspend: - shard-dg2: NOTRUN -> [SKIP][166] ([i915#3555] / [i915#8228]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-5/igt@kms_hdr@static-toggle-suspend.html - shard-rkl: NOTRUN -> [SKIP][167] ([i915#3555] / [i915#8228]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-7/igt@kms_hdr@static-toggle-suspend.html - shard-tglu: NOTRUN -> [SKIP][168] ([i915#3555] / [i915#8228]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-4/igt@kms_hdr@static-toggle-suspend.html * igt@kms_plane_multiple@tiling-y: - shard-mtlp: NOTRUN -> [SKIP][169] ([i915#8806]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-3/igt@kms_plane_multiple@tiling-y.html - shard-dg2: NOTRUN -> [SKIP][170] ([i915#8806]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-6/igt@kms_plane_multiple@tiling-y.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][171] ([i915#5176]) +7 similar issues [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-10/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-hdmi-a-1: - shard-dg1: NOTRUN -> [SKIP][172] ([i915#5176]) +27 similar issues [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-19/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][173] ([i915#5176]) +3 similar issues [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-7/igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][174] ([i915#5235]) +1 similar issue [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][175] ([i915#5235]) +15 similar issues [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-17/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-4.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][176] ([i915#5235]) +11 similar issues [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-10/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][177] ([i915#5235]) +3 similar issues [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-edp-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-hdmi-a-1: - shard-glk: NOTRUN -> [SKIP][178] ([fdo#109271]) +115 similar issues [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-glk8/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-hdmi-a-1.html * igt@kms_prime@basic-crc-hybrid: - shard-dg2: NOTRUN -> [SKIP][179] ([i915#6524] / [i915#6805]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-6/igt@kms_prime@basic-crc-hybrid.html - shard-rkl: NOTRUN -> [SKIP][180] ([i915#6524]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-4/igt@kms_prime@basic-crc-hybrid.html - shard-tglu: NOTRUN -> [SKIP][181] ([i915#6524]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-7/igt@kms_prime@basic-crc-hybrid.html * igt@kms_psr2_sf@cursor-plane-update-sf: - shard-glk: NOTRUN -> [SKIP][182] ([fdo#109271] / [i915#658]) +1 similar issue [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-glk4/igt@kms_psr2_sf@cursor-plane-update-sf.html * igt@kms_psr2_sf@plane-move-sf-dmg-area: - shard-dg1: NOTRUN -> [SKIP][183] ([fdo#111068] / [i915#658]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-13/igt@kms_psr2_sf@plane-move-sf-dmg-area.html * igt@kms_psr@no_drrs: - shard-dg2: NOTRUN -> [SKIP][184] ([i915#1072]) +2 similar issues [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-2/igt@kms_psr@no_drrs.html * igt@kms_psr@primary_render: - shard-rkl: NOTRUN -> [SKIP][185] ([i915#1072]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-1/igt@kms_psr@primary_render.html - shard-tglu: NOTRUN -> [SKIP][186] ([fdo#110189]) +3 similar issues [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-2/igt@kms_psr@primary_render.html * igt@kms_psr@psr2_sprite_mmap_cpu: - shard-dg1: NOTRUN -> [SKIP][187] ([i915#1072]) +2 similar issues [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-13/igt@kms_psr@psr2_sprite_mmap_cpu.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-rkl: NOTRUN -> [SKIP][188] ([i915#5461] / [i915#658]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-2/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html - shard-tglu: NOTRUN -> [SKIP][189] ([i915#5461] / [i915#658]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-10/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html - shard-dg2: NOTRUN -> [SKIP][190] ([i915#5461] / [i915#658]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-mtlp: NOTRUN -> [SKIP][191] ([i915#4235]) +1 similar issue [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_selftest@drm_format: - shard-dg2: NOTRUN -> [SKIP][192] ([i915#8661]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-5/igt@kms_selftest@drm_format.html - shard-mtlp: NOTRUN -> [SKIP][193] ([i915#8661]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-5/igt@kms_selftest@drm_format.html * igt@kms_setmode@clone-exclusive-crtc: - shard-rkl: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#4098]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-7/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_setmode@invalid-clone-exclusive-crtc: - shard-mtlp: NOTRUN -> [SKIP][195] ([i915#8823]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-3/igt@kms_setmode@invalid-clone-exclusive-crtc.html * igt@kms_vblank@pipe-d-ts-continuation-modeset-hang: - shard-rkl: NOTRUN -> [SKIP][196] ([i915#4070] / [i915#533] / [i915#6768]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-6/igt@kms_vblank@pipe-d-ts-continuation-modeset-hang.html * igt@kms_writeback@writeback-check-output: - shard-mtlp: NOTRUN -> [SKIP][197] ([i915#2437]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-1/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-fb-id: - shard-glk: NOTRUN -> [SKIP][198] ([fdo#109271] / [i915#2437]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-glk3/igt@kms_writeback@writeback-fb-id.html * igt@perf@mi-rpc: - shard-dg2: NOTRUN -> [SKIP][199] ([i915#2434]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-6/igt@perf@mi-rpc.html - shard-mtlp: NOTRUN -> [SKIP][200] ([i915#2434]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-8/igt@perf@mi-rpc.html * igt@perf_pmu@busy-double-start@ccs0: - shard-mtlp: [PASS][201] -> [FAIL][202] ([i915#4349]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-3/igt@perf_pmu@busy-double-start@ccs0.html [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-7/igt@perf_pmu@busy-double-start@ccs0.html * igt@perf_pmu@most-busy-check-all@rcs0: - shard-rkl: [PASS][203] -> [FAIL][204] ([i915#4349]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-rkl-2/igt@perf_pmu@most-busy-check-all@rcs0.html [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-6/igt@perf_pmu@most-busy-check-all@rcs0.html * igt@prime_vgem@basic-read: - shard-dg1: NOTRUN -> [SKIP][205] ([i915#3708]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-13/igt@prime_vgem@basic-read.html * igt@prime_vgem@coherency-gtt: - shard-dg2: NOTRUN -> [SKIP][206] ([i915#3708] / [i915#4077]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-10/igt@prime_vgem@coherency-gtt.html - shard-rkl: NOTRUN -> [SKIP][207] ([fdo#109295] / [fdo#111656] / [i915#3708]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-2/igt@prime_vgem@coherency-gtt.html * igt@sysfs_preempt_timeout@timeout@vecs0: - shard-mtlp: [PASS][208] -> [ABORT][209] ([i915#8521] / [i915#8865]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-5/igt@sysfs_preempt_timeout@timeout@vecs0.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-4/igt@sysfs_preempt_timeout@timeout@vecs0.html * igt@sysfs_timeslice_duration@idempotent@vcs0: - shard-snb: NOTRUN -> [SKIP][210] ([fdo#109271]) +175 similar issues [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-snb4/igt@sysfs_timeslice_duration@idempotent@vcs0.html * igt@tools_test@sysfs_l3_parity: - shard-dg2: NOTRUN -> [SKIP][211] ([i915#4818]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-11/igt@tools_test@sysfs_l3_parity.html - shard-rkl: NOTRUN -> [SKIP][212] ([fdo#109307]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-6/igt@tools_test@sysfs_l3_parity.html - shard-tglu: NOTRUN -> [SKIP][213] ([fdo#109307]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-6/igt@tools_test@sysfs_l3_parity.html * igt@v3d/v3d_perfmon@create-perfmon-invalid-counters: - shard-dg2: NOTRUN -> [SKIP][214] ([i915#2575]) +4 similar issues [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-3/igt@v3d/v3d_perfmon@create-perfmon-invalid-counters.html * igt@v3d/v3d_perfmon@get-values-valid-perfmon: - shard-rkl: NOTRUN -> [SKIP][215] ([fdo#109315]) +3 similar issues [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-1/igt@v3d/v3d_perfmon@get-values-valid-perfmon.html - shard-tglu: NOTRUN -> [SKIP][216] ([fdo#109315] / [i915#2575]) +1 similar issue [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-7/igt@v3d/v3d_perfmon@get-values-valid-perfmon.html * igt@v3d/v3d_wait_bo@used-bo: - shard-mtlp: NOTRUN -> [SKIP][217] ([i915#2575]) +4 similar issues [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-3/igt@v3d/v3d_wait_bo@used-bo.html - shard-dg1: NOTRUN -> [SKIP][218] ([i915#2575]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-14/igt@v3d/v3d_wait_bo@used-bo.html * igt@vc4/vc4_purgeable_bo@mark-unpurgeable-twice: - shard-dg1: NOTRUN -> [SKIP][219] ([i915#7711]) +3 similar issues [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-16/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-twice.html * igt@vc4/vc4_tiling@set-bad-flags: - shard-dg2: NOTRUN -> [SKIP][220] ([i915#7711]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-6/igt@vc4/vc4_tiling@set-bad-flags.html - shard-rkl: NOTRUN -> [SKIP][221] ([i915#7711]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-4/igt@vc4/vc4_tiling@set-bad-flags.html * igt@vc4/vc4_wait_bo@bad-bo: - shard-mtlp: NOTRUN -> [SKIP][222] ([i915#7711]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-7/igt@vc4/vc4_wait_bo@bad-bo.html #### Possible fixes #### * igt@fbdev@unaligned-write: - shard-mtlp: [DMESG-WARN][223] ([i915#2017]) -> [PASS][224] [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-5/igt@fbdev@unaligned-write.html [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-4/igt@fbdev@unaligned-write.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-mtlp: [FAIL][225] ([i915#6121]) -> [PASS][226] [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-6/igt@gem_ctx_exec@basic-nohangcheck.html [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-5/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_persistence@engines-hang@vcs0: - shard-mtlp: [FAIL][227] ([i915#2410]) -> [PASS][228] +3 similar issues [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-4/igt@gem_ctx_persistence@engines-hang@vcs0.html [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-6/igt@gem_ctx_persistence@engines-hang@vcs0.html * igt@gem_eio@in-flight-contexts-10ms: - shard-mtlp: [ABORT][229] ([i915#7941]) -> [PASS][230] [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-3/igt@gem_eio@in-flight-contexts-10ms.html [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-8/igt@gem_eio@in-flight-contexts-10ms.html * igt@gem_eio@unwedge-stress: - shard-dg1: [FAIL][231] ([i915#5784]) -> [PASS][232] [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg1-18/igt@gem_eio@unwedge-stress.html [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-16/igt@gem_eio@unwedge-stress.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [FAIL][233] ([i915#2842]) -> [PASS][234] [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-apl1/igt@gem_exec_fair@basic-none-solo@rcs0.html [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglu: [FAIL][235] ([i915#2842]) -> [PASS][236] [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-tglu-4/igt@gem_exec_fair@basic-pace-share@rcs0.html [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-4/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@vcs0: - shard-glk: [FAIL][237] ([i915#2842]) -> [PASS][238] +1 similar issue [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-glk1/igt@gem_exec_fair@basic-pace@vcs0.html [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-glk3/igt@gem_exec_fair@basic-pace@vcs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-rkl: [FAIL][239] ([i915#2842]) -> [PASS][240] [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-rkl-1/igt@gem_exec_fair@basic-throttle@rcs0.html [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-7/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@i915_hangman@gt-engine-hang@vcs0: - shard-mtlp: [FAIL][241] ([i915#7069]) -> [PASS][242] [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-8/igt@i915_hangman@gt-engine-hang@vcs0.html [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-5/igt@i915_hangman@gt-engine-hang@vcs0.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg2: [DMESG-WARN][243] ([i915#7061] / [i915#8617]) -> [PASS][244] [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg2-1/igt@i915_module_load@reload-with-fault-injection.html [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-3/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rc6_residency@rc6-accuracy: - shard-dg2: [FAIL][245] -> [PASS][246] [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg2-5/igt@i915_pm_rc6_residency@rc6-accuracy.html [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-1/igt@i915_pm_rc6_residency@rc6-accuracy.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - shard-dg1: [FAIL][247] ([i915#3591]) -> [PASS][248] [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@i915_pm_rpm@basic-pci-d3-state: - shard-dg1: [FAIL][249] ([i915#7691]) -> [PASS][250] [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg1-14/igt@i915_pm_rpm@basic-pci-d3-state.html [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-18/igt@i915_pm_rpm@basic-pci-d3-state.html * igt@i915_pm_rpm@dpms-non-lpsp: - shard-rkl: [SKIP][251] ([i915#1397]) -> [PASS][252] +3 similar issues [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-rkl-1/igt@i915_pm_rpm@dpms-non-lpsp.html * igt@i915_pm_rpm@gem-execbuf-stress@smem0: - shard-dg1: [FAIL][253] ([i915#7940]) -> [PASS][254] +1 similar issue [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg1-16/igt@i915_pm_rpm@gem-execbuf-stress@smem0.html [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-19/igt@i915_pm_rpm@gem-execbuf-stress@smem0.html * igt@i915_pm_rpm@modeset-lpsp-stress: - shard-tglu: [FAIL][255] ([i915#7940]) -> [PASS][256] [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-tglu-6/igt@i915_pm_rpm@modeset-lpsp-stress.html [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-9/igt@i915_pm_rpm@modeset-lpsp-stress.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-dg2: [SKIP][257] ([i915#1397]) -> [PASS][258] +2 similar issues [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp-stress.html [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-1/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-dg1: [SKIP][259] ([i915#1397]) -> [PASS][260] [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-15/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@i915_pm_rps@reset: - shard-tglu: [INCOMPLETE][261] ([i915#8320]) -> [PASS][262] [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-tglu-9/igt@i915_pm_rps@reset.html [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-9/igt@i915_pm_rps@reset.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-mtlp: [FAIL][263] ([i915#3743]) -> [PASS][264] +2 similar issues [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [FAIL][265] ([i915#5138]) -> [PASS][266] +1 similar issue [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-glk: [FAIL][267] ([i915#2346]) -> [PASS][268] [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-legacy: - shard-mtlp: [FAIL][269] ([i915#2346]) -> [PASS][270] [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-1/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-8/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html * igt@kms_flip@flip-vs-suspend@d-hdmi-a3: - shard-dg2: [FAIL][271] ([fdo#103375]) -> [PASS][272] +1 similar issue [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg2-5/igt@kms_flip@flip-vs-suspend@d-hdmi-a3.html [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-8/igt@kms_flip@flip-vs-suspend@d-hdmi-a3.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu: - shard-dg2: [FAIL][273] ([i915#6880]) -> [PASS][274] +2 similar issues [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu.html [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu.html * igt@kms_hdmi_inject@inject-audio: - shard-tglu: [SKIP][275] ([i915#433]) -> [PASS][276] [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-tglu-7/igt@kms_hdmi_inject@inject-audio.html [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-tglu-4/igt@kms_hdmi_inject@inject-audio.html * igt@kms_plane@pixel-format@pipe-b-planes: - shard-mtlp: [FAIL][277] ([i915#1623]) -> [PASS][278] [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-2/igt@kms_plane@pixel-format@pipe-b-planes.html [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-6/igt@kms_plane@pixel-format@pipe-b-planes.html * igt@kms_sysfs_edid_timing: - shard-apl: [FAIL][279] ([IGT#2]) -> [PASS][280] [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-apl4/igt@kms_sysfs_edid_timing.html [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-apl6/igt@kms_sysfs_edid_timing.html * igt@perf_pmu@most-busy-idle-check-all@rcs0: - shard-dg2: [FAIL][281] ([i915#5234]) -> [PASS][282] [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg2-10/igt@perf_pmu@most-busy-idle-check-all@rcs0.html [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-10/igt@perf_pmu@most-busy-idle-check-all@rcs0.html - shard-mtlp: [FAIL][283] ([i915#5234]) -> [PASS][284] [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-4/igt@perf_pmu@most-busy-idle-check-all@rcs0.html [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-4/igt@perf_pmu@most-busy-idle-check-all@rcs0.html * igt@sysfs_timeslice_duration@timeout@vecs0: - shard-mtlp: [ABORT][285] ([i915#8521] / [i915#8865]) -> [PASS][286] [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-3/igt@sysfs_timeslice_duration@timeout@vecs0.html [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-7/igt@sysfs_timeslice_duration@timeout@vecs0.html #### Warnings #### * igt@gem_exec_whisper@basic-contexts-forked-all: - shard-mtlp: [TIMEOUT][287] ([i915#7392] / [i915#8628]) -> [ABORT][288] ([i915#7392] / [i915#8131]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-5/igt@gem_exec_whisper@basic-contexts-forked-all.html [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-4/igt@gem_exec_whisper@basic-contexts-forked-all.html * igt@gem_exec_whisper@basic-contexts-priority-all: - shard-mtlp: [TIMEOUT][289] ([i915#7392]) -> [ABORT][290] ([i915#7392] / [i915#8131]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-6/igt@gem_exec_whisper@basic-contexts-priority-all.html [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-1/igt@gem_exec_whisper@basic-contexts-priority-all.html * igt@kms_async_flips@crc@pipe-a-edp-1: - shard-mtlp: [DMESG-FAIL][291] ([i915#1982] / [i915#8561]) -> [DMESG-FAIL][292] ([i915#8561]) [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-mtlp-4/igt@kms_async_flips@crc@pipe-a-edp-1.html [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-mtlp-6/igt@kms_async_flips@crc@pipe-a-edp-1.html * igt@kms_content_protection@mei_interface: - shard-dg1: [SKIP][293] ([i915#7116]) -> [SKIP][294] ([fdo#109300]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg1-17/igt@kms_content_protection@mei_interface.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-13/igt@kms_content_protection@mei_interface.html * igt@kms_psr@primary_page_flip: - shard-dg1: [SKIP][295] ([i915#1072]) -> [SKIP][296] ([i915#1072] / [i915#4078]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg1-14/igt@kms_psr@primary_page_flip.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg1-13/igt@kms_psr@primary_page_flip.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [FAIL][297] -> [FAIL][298] ([i915#7484]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7424/shard-dg2-11/igt@perf@non-zero-reason@0-rcs0.html [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/shard-dg2-11/igt@perf@non-zero-reason@0-rcs0.html [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1623]: https://gitlab.freedesktop.org/drm/intel/issues/1623 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1902]: https://gitlab.freedesktop.org/drm/intel/issues/1902 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5234]: https://gitlab.freedesktop.org/drm/intel/issues/5234 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#7061]: https://gitlab.freedesktop.org/drm/intel/issues/7061 [i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484 [i915#7691]: https://gitlab.freedesktop.org/drm/intel/issues/7691 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7892]: https://gitlab.freedesktop.org/drm/intel/issues/7892 [i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940 [i915#7941]: https://gitlab.freedesktop.org/drm/intel/issues/7941 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8131]: https://gitlab.freedesktop.org/drm/intel/issues/8131 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8320]: https://gitlab.freedesktop.org/drm/intel/issues/8320 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8561]: https://gitlab.freedesktop.org/drm/intel/issues/8561 [i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588 [i915#8617]: https://gitlab.freedesktop.org/drm/intel/issues/8617 [i915#8628]: https://gitlab.freedesktop.org/drm/intel/issues/8628 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806 [i915#8823]: https://gitlab.freedesktop.org/drm/intel/issues/8823 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865 [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7424 -> IGTPW_9547 CI-20190529: 20190529 CI_DRM_13492: 525b387a224ced0a360fcbf92794392999de7208 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9547: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/index.html IGT_7424: f12c2533941c9dfce43f455a02b7986605692b29 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9547/index.html [-- Attachment #2: Type: text/html, Size: 90996 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH] xe_exec_reset: Fix cm-gt-reset for LR job behavior 2023-08-08 22:27 [igt-dev] [PATCH] xe_exec_reset: Fix cm-gt-reset for LR job behavior Matthew Brost ` (2 preceding siblings ...) 2023-08-09 12:09 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2023-08-23 19:45 ` Rodrigo Vivi 3 siblings, 0 replies; 5+ messages in thread From: Rodrigo Vivi @ 2023-08-23 19:45 UTC (permalink / raw) To: Matthew Brost; +Cc: igt-dev On Tue, Aug 08, 2023 at 03:27:10PM -0700, Matthew Brost wrote: > Long running jobs in Xe are not recoverable even if the job did not > trigger the GT reset due to DRM scheduler not tracking LR jobs. Update > cm-gt-reset to understand all LR jobs are lost after a GT reset. > > Signed-off-by: Matthew Brost <matthew.brost@intel.com> > --- > tests/xe/xe_exec_reset.c | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/tests/xe/xe_exec_reset.c b/tests/xe/xe_exec_reset.c > index dfbaa6035..e8faf6209 100644 > --- a/tests/xe/xe_exec_reset.c > +++ b/tests/xe/xe_exec_reset.c > @@ -622,8 +622,10 @@ test_compute_mode(int fd, struct drm_xe_engine_class_instance *eci, > xe_exec(fd, &exec); > } > > - if (flags & GT_RESET) > + if (flags & GT_RESET) { > xe_force_gt_reset(fd, eci->gt_id); > + usleep(150000); /* Let GT reset soak */ do we really need this here? and why? > + } > > if (flags & CLOSE_FD) { > if (flags & CLOSE_ENGINES) { > @@ -636,7 +638,7 @@ test_compute_mode(int fd, struct drm_xe_engine_class_instance *eci, > return; > } > > - for (i = 1; i < n_execs; i++) > + for (i = 1; i < n_execs && !(flags & GT_RESET); i++) > xe_wait_ufence(fd, &data[i].exec_sync, USER_FENCE_VALUE, > NULL, THREE_SEC); > > @@ -644,7 +646,7 @@ test_compute_mode(int fd, struct drm_xe_engine_class_instance *eci, > xe_vm_unbind_async(fd, vm, 0, 0, addr, bo_size, sync, 1); > xe_wait_ufence(fd, &data[0].vm_sync, USER_FENCE_VALUE, NULL, THREE_SEC); > > - for (i = 1; i < n_execs; i++) > + for (i = 1; i < n_execs && !(flags & GT_RESET); i++) > igt_assert_eq(data[i].data, 0xc0ffee); > > for (i = 0; i < n_engines; i++) > -- > 2.34.1 > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-08-23 19:45 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-08-08 22:27 [igt-dev] [PATCH] xe_exec_reset: Fix cm-gt-reset for LR job behavior Matthew Brost 2023-08-08 23:21 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-08-09 2:50 ` [igt-dev] ○ CI.xeBAT: info " Patchwork 2023-08-09 12:09 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-08-23 19:45 ` [igt-dev] [PATCH] " Rodrigo Vivi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox