* [PATCH i-g-t] tests/intel/xe_exec_reset: Skip syncobj_wait during the gt_reset
@ 2024-09-25 10:31 Bommu Krishnaiah
2024-09-26 5:18 ` ✗ Fi.CI.BAT: failure for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Bommu Krishnaiah @ 2024-09-25 10:31 UTC (permalink / raw)
To: igt-dev; +Cc: Bommu Krishnaiah, Stuart Summers
From: "Bommu Krishnaiah" <krishnaiah.bommu@intel.com>
Skipping the syncobj_wait for the workloads which is submitted
before gt reset, since After gt reset There is no expectation
from the hardware/GuC/KMD that the workload will then
re-execute and complete.
Signed-off-by: Bommu Krishnaiah <krishnaiah.bommu@intel.com>
Cc: Stuart Summers <stuart.summers@intel.com>
---
tests/intel/xe_exec_reset.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/tests/intel/xe_exec_reset.c b/tests/intel/xe_exec_reset.c
index b5d5f43ea..b1a7548c6 100644
--- a/tests/intel/xe_exec_reset.c
+++ b/tests/intel/xe_exec_reset.c
@@ -263,8 +263,9 @@ test_balancer(int fd, int gt, int class, int n_exec_queues, int n_execs,
}
for (i = 0; i < n_exec_queues && n_execs; i++)
- igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, 0,
- NULL));
+ if (!(flags & GT_RESET))
+ igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX,
+ 0, NULL));
igt_assert(syncobj_wait(fd, &sync[0].handle, 1, INT64_MAX, 0, NULL));
sync[0].flags |= DRM_XE_SYNC_FLAG_SIGNAL;
@@ -410,7 +411,8 @@ test_legacy_mode(int fd, struct drm_xe_engine_class_instance *eci,
}
for (i = 0; i < n_exec_queues && n_execs; i++)
- igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, 0,
+ if (!(flags & GT_RESET))
+ igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, 0,
NULL));
igt_assert(syncobj_wait(fd, &sync[0].handle, 1, INT64_MAX, 0, NULL));
--
2.34.1
^ permalink raw reply related [flat|nested] 8+ messages in thread* ✗ Fi.CI.BAT: failure for tests/intel/xe_exec_reset: Skip syncobj_wait during the gt_reset 2024-09-25 10:31 [PATCH i-g-t] tests/intel/xe_exec_reset: Skip syncobj_wait during the gt_reset Bommu Krishnaiah @ 2024-09-26 5:18 ` Patchwork 2024-09-26 5:24 ` ✓ CI.xeBAT: success " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2024-09-26 5:18 UTC (permalink / raw) To: Bommu Krishnaiah; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 6942 bytes --] == Series Details == Series: tests/intel/xe_exec_reset: Skip syncobj_wait during the gt_reset URL : https://patchwork.freedesktop.org/series/139087/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15444 -> IGTPW_11799 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11799 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11799, 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_11799/index.html Participating hosts (37 -> 37) ------------------------------ Additional (1): bat-rpls-4 Missing (1): fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11799: ### IGT changes ### #### Possible regressions #### * igt@debugfs_test@basic-hwmon: - bat-rpls-4: NOTRUN -> [SKIP][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11799/bat-rpls-4/igt@debugfs_test@basic-hwmon.html Known issues ------------ Here are the changes found in IGTPW_11799 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@fbdev@write: - bat-arls-1: [PASS][2] -> [DMESG-FAIL][3] ([i915#12102]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15444/bat-arls-1/igt@fbdev@write.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11799/bat-arls-1/igt@fbdev@write.html * igt@gem_lmem_swapping@basic: - bat-rpls-4: NOTRUN -> [SKIP][4] ([i915#4613]) +3 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11799/bat-rpls-4/igt@gem_lmem_swapping@basic.html * igt@gem_tiled_pread_basic: - bat-rpls-4: NOTRUN -> [SKIP][5] ([i915#3282]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11799/bat-rpls-4/igt@gem_tiled_pread_basic.html * igt@kms_chamelium_hpd@vga-hpd-fast: - bat-dg2-13: NOTRUN -> [SKIP][6] ([i915#7828]) +8 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11799/bat-dg2-13/igt@kms_chamelium_hpd@vga-hpd-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - bat-rpls-4: NOTRUN -> [SKIP][7] ([i915#4103]) +1 other test skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11799/bat-rpls-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_dsc@dsc-basic: - bat-rpls-4: NOTRUN -> [SKIP][8] ([i915#3555] / [i915#3840] / [i915#9886]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11799/bat-rpls-4/igt@kms_dsc@dsc-basic.html * igt@kms_force_connector_basic@force-load-detect: - bat-rpls-4: NOTRUN -> [SKIP][9] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11799/bat-rpls-4/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_pm_backlight@basic-brightness: - bat-rpls-4: NOTRUN -> [SKIP][10] ([i915#5354]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11799/bat-rpls-4/igt@kms_pm_backlight@basic-brightness.html * igt@kms_psr@psr-sprite-plane-onoff: - bat-rpls-4: NOTRUN -> [SKIP][11] ([i915#1072] / [i915#9732]) +3 other tests skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11799/bat-rpls-4/igt@kms_psr@psr-sprite-plane-onoff.html * igt@kms_setmode@basic-clone-single-crtc: - bat-rpls-4: NOTRUN -> [SKIP][12] ([i915#3555]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11799/bat-rpls-4/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-read: - bat-rpls-4: NOTRUN -> [SKIP][13] ([i915#3708]) +2 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11799/bat-rpls-4/igt@prime_vgem@basic-read.html #### Possible fixes #### * igt@i915_module_load@load: - bat-dg2-9: [DMESG-WARN][14] ([i915#12257]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15444/bat-dg2-9/igt@i915_module_load@load.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11799/bat-dg2-9/igt@i915_module_load@load.html #### Warnings #### * igt@fbdev@read: - bat-arls-1: [DMESG-FAIL][16] ([i915#12102]) -> [FAIL][17] ([i915#12030]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15444/bat-arls-1/igt@fbdev@read.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11799/bat-arls-1/igt@fbdev@read.html * igt@i915_module_load@reload: - bat-arls-5: [DMESG-WARN][18] ([i915#11637] / [i915#1982]) -> [DMESG-WARN][19] ([i915#11637]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15444/bat-arls-5/igt@i915_module_load@reload.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11799/bat-arls-5/igt@i915_module_load@reload.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#11637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11637 [i915#12030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12030 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12102 [i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133 [i915#12257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12257 [i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9886 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8032 -> IGTPW_11799 CI-20190529: 20190529 CI_DRM_15444: 88d592f72f7bc508d6a027b1f96aa2e53f803e1b @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11799: ec383310bbc53cb897174fdeb3709de24bcf07c8 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8032: 8032 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11799/index.html [-- Attachment #2: Type: text/html, Size: 7999 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ CI.xeBAT: success for tests/intel/xe_exec_reset: Skip syncobj_wait during the gt_reset 2024-09-25 10:31 [PATCH i-g-t] tests/intel/xe_exec_reset: Skip syncobj_wait during the gt_reset Bommu Krishnaiah 2024-09-26 5:18 ` ✗ Fi.CI.BAT: failure for " Patchwork @ 2024-09-26 5:24 ` Patchwork 2024-09-26 17:03 ` ✗ CI.xeFULL: failure " Patchwork 2024-09-27 10:05 ` [PATCH i-g-t] " Bernatowicz, Marcin 3 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2024-09-26 5:24 UTC (permalink / raw) To: Bommu Krishnaiah; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 1643 bytes --] == Series Details == Series: tests/intel/xe_exec_reset: Skip syncobj_wait during the gt_reset URL : https://patchwork.freedesktop.org/series/139087/ State : success == Summary == CI Bug Log - changes from XEIGT_8032_BAT -> XEIGTPW_11799_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_11799_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_psr@psr-primary-page-flip@edp-1: - bat-lnl-1: [PASS][1] -> [FAIL][2] ([Intel XE#1649]) +5 other tests fail [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/bat-lnl-1/igt@kms_psr@psr-primary-page-flip@edp-1.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/bat-lnl-1/igt@kms_psr@psr-primary-page-flip@edp-1.html [Intel XE#1649]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1649 Build changes ------------- * IGT: IGT_8032 -> IGTPW_11799 * Linux: xe-1975-abfe8cf977e1abd1f414b2a90d223cd4dd2f1f47 -> xe-1976-88d592f72f7bc508d6a027b1f96aa2e53f803e1b IGTPW_11799: ec383310bbc53cb897174fdeb3709de24bcf07c8 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8032: 8032 xe-1975-abfe8cf977e1abd1f414b2a90d223cd4dd2f1f47: abfe8cf977e1abd1f414b2a90d223cd4dd2f1f47 xe-1976-88d592f72f7bc508d6a027b1f96aa2e53f803e1b: 88d592f72f7bc508d6a027b1f96aa2e53f803e1b == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/index.html [-- Attachment #2: Type: text/html, Size: 2219 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ CI.xeFULL: failure for tests/intel/xe_exec_reset: Skip syncobj_wait during the gt_reset 2024-09-25 10:31 [PATCH i-g-t] tests/intel/xe_exec_reset: Skip syncobj_wait during the gt_reset Bommu Krishnaiah 2024-09-26 5:18 ` ✗ Fi.CI.BAT: failure for " Patchwork 2024-09-26 5:24 ` ✓ CI.xeBAT: success " Patchwork @ 2024-09-26 17:03 ` Patchwork 2024-09-27 10:05 ` [PATCH i-g-t] " Bernatowicz, Marcin 3 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2024-09-26 17:03 UTC (permalink / raw) To: Bommu Krishnaiah; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 72197 bytes --] == Series Details == Series: tests/intel/xe_exec_reset: Skip syncobj_wait during the gt_reset URL : https://patchwork.freedesktop.org/series/139087/ State : failure == Summary == CI Bug Log - changes from XEIGT_8032_full -> XEIGTPW_11799_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_11799_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11799_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_11799_full: ### IGT changes ### #### Possible regressions #### * igt@kms_flip@2x-dpms-vs-vblank-race: - shard-lnl: NOTRUN -> [SKIP][1] +2 other tests skip [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-4/igt@kms_flip@2x-dpms-vs-vblank-race.html * igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area@psr2-pipe-a-edp-1: - shard-lnl: [PASS][2] -> [FAIL][3] +53 other tests fail [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-3/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area@psr2-pipe-a-edp-1.html [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-5/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area@psr2-pipe-a-edp-1.html * igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area@psr2-pipe-a-edp-1: - shard-lnl: NOTRUN -> [FAIL][4] +1 other test fail [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-3/igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area@psr2-pipe-a-edp-1.html * igt@kms_psr@psr2-primary-render: - shard-dg2-set2: NOTRUN -> [SKIP][5] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_psr@psr2-primary-render.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-lnl: [PASS][6] -> [SKIP][7] +2 other tests skip [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-3/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@xe_exec_fault_mode@once-userptr: - shard-lnl: [PASS][8] -> [DMESG-WARN][9] [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-1/igt@xe_exec_fault_mode@once-userptr.html [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-7/igt@xe_exec_fault_mode@once-userptr.html #### Warnings #### * igt@kms_pm_dc@dc6-psr: - shard-lnl: [FAIL][10] ([Intel XE#1430]) -> [SKIP][11] [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-2/igt@kms_pm_dc@dc6-psr.html [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-8/igt@kms_pm_dc@dc6-psr.html * igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate: - shard-dg2-set2: [SKIP][12] ([Intel XE#1201]) -> [SKIP][13] +9 other tests skip [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-466/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate.html [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@core_hotunplug@hotreplug-lateclose: - {shard-bmg}: [ABORT][14] -> [SKIP][15] [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-6/igt@core_hotunplug@hotreplug-lateclose.html [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@core_hotunplug@hotreplug-lateclose.html * igt@kms_async_flips@async-flip-with-page-flip-events: - {shard-bmg}: [DMESG-WARN][16] ([Intel XE#1033]) -> [SKIP][17] [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-4/igt@kms_async_flips@async-flip-with-page-flip-events.html [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_async_flips@async-flip-with-page-flip-events.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - {shard-bmg}: [FAIL][18] ([Intel XE#1659]) -> [SKIP][19] [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-16bpp-rotate-180: - {shard-bmg}: [PASS][20] -> [SKIP][21] +139 other tests skip [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-1/igt@kms_big_fb@linear-16bpp-rotate-180.html [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_big_fb@linear-16bpp-rotate-180.html * igt@kms_big_fb@linear-32bpp-rotate-90: - {shard-bmg}: [SKIP][22] ([Intel XE#2327]) -> [SKIP][23] +4 other tests skip [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-5/igt@kms_big_fb@linear-32bpp-rotate-90.html [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@y-tiled-16bpp-rotate-180: - {shard-bmg}: [SKIP][24] ([Intel XE#1124]) -> [SKIP][25] +16 other tests skip [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-3/igt@kms_big_fb@y-tiled-16bpp-rotate-180.html [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_big_fb@y-tiled-16bpp-rotate-180.html * igt@kms_bw@linear-tiling-1-displays-2560x1440p: - {shard-bmg}: [SKIP][26] ([Intel XE#367]) -> [SKIP][27] +3 other tests skip [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-3/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc: - {shard-bmg}: [SKIP][28] ([Intel XE#2251]) -> [SKIP][29] +17 other tests skip [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-1/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc.html [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs: - {shard-bmg}: [SKIP][30] ([Intel XE#2652] / [Intel XE#787]) -> [SKIP][31] +1 other test skip [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html * igt@kms_cdclk@mode-transition-all-outputs: - {shard-bmg}: [SKIP][32] ([Intel XE#2724]) -> [SKIP][33] +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-5/igt@kms_cdclk@mode-transition-all-outputs.html [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_chamelium_color@ctm-green-to-red: - {shard-bmg}: [SKIP][34] ([Intel XE#2325]) -> [SKIP][35] +2 other tests skip [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-5/igt@kms_chamelium_color@ctm-green-to-red.html [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_chamelium_color@ctm-green-to-red.html * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend: - {shard-bmg}: [SKIP][36] ([Intel XE#2252]) -> [SKIP][37] +13 other tests skip [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-7/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html * igt@kms_content_protection@dp-mst-lic-type-0: - {shard-bmg}: [SKIP][38] ([Intel XE#2390]) -> [SKIP][39] [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-2/igt@kms_content_protection@dp-mst-lic-type-0.html [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@srm: - {shard-bmg}: [FAIL][40] ([Intel XE#1178]) -> [SKIP][41] [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-1/igt@kms_content_protection@srm.html [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_content_protection@srm.html * igt@kms_cursor_crc@cursor-offscreen-32x32: - {shard-bmg}: [SKIP][42] ([Intel XE#2320]) -> [SKIP][43] +4 other tests skip [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-7/igt@kms_cursor_crc@cursor-offscreen-32x32.html [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_cursor_crc@cursor-offscreen-32x32.html * igt@kms_cursor_legacy@cursor-vs-flip-toggle: - {shard-bmg}: [DMESG-WARN][44] -> [SKIP][45] +1 other test skip [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-6/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - {shard-bmg}: [SKIP][46] ([Intel XE#1508]) -> [SKIP][47] +1 other test skip [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-1/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - {shard-bmg}: [SKIP][48] ([Intel XE#2244]) -> [SKIP][49] +1 other test skip [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-2/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_fbcon_fbt@psr: - {shard-bmg}: [SKIP][50] ([Intel XE#776]) -> [SKIP][51] [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-5/igt@kms_fbcon_fbt@psr.html [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_fbcon_fbt@psr.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3: - {shard-bmg}: [PASS][52] -> [INCOMPLETE][53] +1 other test incomplete [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3.html [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-4/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling: - {shard-bmg}: [SKIP][54] ([Intel XE#2380]) -> [SKIP][55] +3 other tests skip [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-3/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc: - {shard-bmg}: [SKIP][56] ([Intel XE#2312]) -> [SKIP][57] +4 other tests skip [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc.html [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc: - {shard-bmg}: [SKIP][58] ([Intel XE#2311]) -> [SKIP][59] +37 other tests skip [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt: - {shard-bmg}: NOTRUN -> [FAIL][60] +1 other test fail [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt: - {shard-bmg}: [FAIL][61] -> [SKIP][62] +10 other tests skip [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt: - {shard-bmg}: [FAIL][63] ([Intel XE#2333]) -> [SKIP][64] +10 other tests skip [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y: - {shard-bmg}: [SKIP][65] ([Intel XE#2352]) -> [SKIP][66] [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt: - {shard-bmg}: [SKIP][67] ([Intel XE#2313]) -> [SKIP][68] +38 other tests skip [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - {shard-bmg}: [SKIP][69] ([Intel XE#2501]) -> [SKIP][70] [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane@pixel-format-source-clamping: - {shard-bmg}: [DMESG-WARN][71] ([Intel XE#877]) -> [SKIP][72] [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-4/igt@kms_plane@pixel-format-source-clamping.html [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_plane@pixel-format-source-clamping.html * igt@kms_plane_lowres@tiling-y: - {shard-bmg}: [SKIP][73] ([Intel XE#2393]) -> [SKIP][74] [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-5/igt@kms_plane_lowres@tiling-y.html [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_plane_lowres@tiling-y.html * igt@kms_plane_scaling@planes-upscale-20x20: - {shard-bmg}: [SKIP][75] ([Intel XE#2763]) -> [SKIP][76] +4 other tests skip [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-6/igt@kms_plane_scaling@planes-upscale-20x20.html [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_plane_scaling@planes-upscale-20x20.html * igt@kms_pm_backlight@fade: - {shard-bmg}: [SKIP][77] ([Intel XE#870]) -> [SKIP][78] +1 other test skip [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-6/igt@kms_pm_backlight@fade.html [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_pm_backlight@fade.html * igt@kms_pm_dc@dc6-dpms: - {shard-bmg}: [FAIL][79] ([Intel XE#1430]) -> [SKIP][80] [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-4/igt@kms_pm_dc@dc6-dpms.html [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - {shard-bmg}: NOTRUN -> [SKIP][81] +25 other tests skip [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb: - {shard-bmg}: [SKIP][82] ([Intel XE#1489]) -> [SKIP][83] +5 other tests skip [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-6/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr@pr-sprite-plane-onoff: - {shard-bmg}: [SKIP][84] ([Intel XE#2850]) -> [SKIP][85] +19 other tests skip [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-3/igt@kms_psr@pr-sprite-plane-onoff.html [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_psr@pr-sprite-plane-onoff.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - {shard-bmg}: [SKIP][86] ([Intel XE#2329]) -> [SKIP][87] +1 other test skip [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_tv_load_detect@load-detect: - {shard-bmg}: [SKIP][88] ([Intel XE#2450]) -> [SKIP][89] [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-1/igt@kms_tv_load_detect@load-detect.html [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_tv_load_detect@load-detect.html * igt@kms_vrr@seamless-rr-switch-drrs: - {shard-bmg}: [SKIP][90] ([Intel XE#1499]) -> [SKIP][91] +2 other tests skip [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-5/igt@kms_vrr@seamless-rr-switch-drrs.html [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_writeback@writeback-check-output: - {shard-bmg}: [SKIP][92] ([Intel XE#756]) -> [SKIP][93] [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-2/igt@kms_writeback@writeback-check-output.html [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@kms_writeback@writeback-check-output.html * igt@sriov_basic@enable-vfs-autoprobe-off: - {shard-bmg}: [SKIP][94] ([Intel XE#2849]) -> [SKIP][95] [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-2/igt@sriov_basic@enable-vfs-autoprobe-off.html [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-6/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@xe_pat@pat-index-xelpg: - {shard-bmg}: [SKIP][96] ([Intel XE#2236]) -> [SKIP][97] [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-1/igt@xe_pat@pat-index-xelpg.html [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-2/igt@xe_pat@pat-index-xelpg.html Known issues ------------ Here are the changes found in XEIGTPW_11799_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear: - shard-lnl: [PASS][98] -> [FAIL][99] ([Intel XE#911]) +3 other tests fail [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-6: - shard-dg2-set2: [PASS][100] -> [FAIL][101] ([Intel XE#1426]) +1 other test fail [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-463/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-6.html [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-435/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-6.html * igt@kms_big_fb@4-tiled-64bpp-rotate-0: - shard-lnl: [PASS][102] -> [FAIL][103] ([Intel XE#1659]) [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-2/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-1/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html * igt@kms_big_fb@linear-16bpp-rotate-90: - shard-lnl: NOTRUN -> [SKIP][104] ([Intel XE#1407]) [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-8/igt@kms_big_fb@linear-16bpp-rotate-90.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-dg2-set2: NOTRUN -> [SKIP][105] ([Intel XE#1201] / [Intel XE#316]) [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-464/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-180: - shard-lnl: NOTRUN -> [SKIP][106] ([Intel XE#1124]) +1 other test skip [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-1/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-dg2-set2: NOTRUN -> [SKIP][107] ([Intel XE#1124] / [Intel XE#1201]) +3 other tests skip [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-466/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][108] ([Intel XE#1201] / [Intel XE#367]) +1 other test skip [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-435/igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][109] ([Intel XE#1201] / [Intel XE#787]) +13 other tests skip [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-466/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-6.html * igt@kms_ccs@bad-pixel-format-yf-tiled-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][110] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +3 other tests skip [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-434/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html * igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][111] ([Intel XE#1252]) [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - shard-lnl: NOTRUN -> [SKIP][112] ([Intel XE#373]) +1 other test skip [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-3/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-dg2-set2: NOTRUN -> [SKIP][113] ([Intel XE#1201] / [Intel XE#373]) +4 other tests skip [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-435/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_cursor_crc@cursor-random-256x85: - shard-lnl: NOTRUN -> [SKIP][114] ([Intel XE#1424]) [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-7/igt@kms_cursor_crc@cursor-random-256x85.html * igt@kms_cursor_crc@cursor-sliding-max-size: - shard-dg2-set2: NOTRUN -> [SKIP][115] ([Intel XE#1201] / [Intel XE#455]) +1 other test skip [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-436/igt@kms_cursor_crc@cursor-sliding-max-size.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-lnl: [PASS][116] -> [SKIP][117] ([Intel XE#1508]) [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-5/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-5/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling: - shard-lnl: NOTRUN -> [SKIP][118] ([Intel XE#1397] / [Intel XE#1745]) [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][119] ([Intel XE#1397]) [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc: - shard-lnl: NOTRUN -> [SKIP][120] ([Intel XE#656]) +6 other tests skip [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-msflip-blt: - shard-lnl: NOTRUN -> [SKIP][121] ([Intel XE#651]) [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-plflip-blt: - shard-dg2-set2: NOTRUN -> [SKIP][122] ([Intel XE#1201] / [Intel XE#651]) +9 other tests skip [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt: - shard-dg2-set2: NOTRUN -> [SKIP][123] ([Intel XE#1201] / [Intel XE#653]) +6 other tests skip [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][124] ([Intel XE#653]) +1 other test skip [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff.html * igt@kms_hdr@invalid-hdr: - shard-dg2-set2: [PASS][125] -> [SKIP][126] ([Intel XE#1201] / [Intel XE#455]) [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-463/igt@kms_hdr@invalid-hdr.html [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-433/igt@kms_hdr@invalid-hdr.html * igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3: - shard-lnl: [PASS][127] -> [DMESG-WARN][128] ([Intel XE#324]) +4 other tests dmesg-warn [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-4/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3.html [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-5/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b: - shard-lnl: NOTRUN -> [SKIP][129] ([Intel XE#2763]) +3 other tests skip [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-3/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b.html * igt@kms_pm_backlight@fade: - shard-dg2-set2: NOTRUN -> [SKIP][130] ([Intel XE#1201] / [Intel XE#870]) [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-433/igt@kms_pm_backlight@fade.html * igt@kms_psr@fbc-psr2-cursor-render@edp-1: - shard-lnl: [PASS][131] -> [FAIL][132] ([Intel XE#1649]) +109 other tests fail [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-5/igt@kms_psr@fbc-psr2-cursor-render@edp-1.html [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-5/igt@kms_psr@fbc-psr2-cursor-render@edp-1.html * igt@kms_psr@fbc-psr2-sprite-plane-move: - shard-lnl: NOTRUN -> [FAIL][133] ([Intel XE#1649]) +5 other tests fail [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-1/igt@kms_psr@fbc-psr2-sprite-plane-move.html * igt@kms_psr@pr-sprite-blt: - shard-lnl: NOTRUN -> [SKIP][134] ([Intel XE#1406]) [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-7/igt@kms_psr@pr-sprite-blt.html * igt@kms_psr@psr2-primary-blt: - shard-dg2-set2: NOTRUN -> [SKIP][135] ([Intel XE#1201] / [Intel XE#2850]) [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-466/igt@kms_psr@psr2-primary-blt.html * igt@kms_universal_plane@cursor-fb-leak: - shard-lnl: [PASS][136] -> [FAIL][137] ([Intel XE#899]) +1 other test fail [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak.html [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-2/igt@kms_universal_plane@cursor-fb-leak.html * igt@kms_vrr@flip-basic: - shard-lnl: [PASS][138] -> [FAIL][139] ([Intel XE#2443]) +3 other tests fail [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-1/igt@kms_vrr@flip-basic.html [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-4/igt@kms_vrr@flip-basic.html * igt@kms_vrr@lobf@pipe-a-edp-1: - shard-lnl: NOTRUN -> [FAIL][140] ([Intel XE#2443]) +1 other test fail [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-3/igt@kms_vrr@lobf@pipe-a-edp-1.html * igt@kms_writeback@writeback-fb-id: - shard-dg2-set2: NOTRUN -> [SKIP][141] ([Intel XE#1201] / [Intel XE#756]) [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-436/igt@kms_writeback@writeback-fb-id.html * igt@xe_evict@evict-large-multi-vm-cm: - shard-dg2-set2: NOTRUN -> [FAIL][142] ([Intel XE#1600]) [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-463/igt@xe_evict@evict-large-multi-vm-cm.html * igt@xe_exec_basic@multigpu-no-exec-bindexecqueue: - shard-lnl: NOTRUN -> [SKIP][143] ([Intel XE#1392]) [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-4/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue.html * igt@xe_exec_fault_mode@twice-basic-prefetch: - shard-dg2-set2: NOTRUN -> [SKIP][144] ([Intel XE#1201] / [Intel XE#288]) [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-434/igt@xe_exec_fault_mode@twice-basic-prefetch.html * igt@xe_oa@non-zero-reason: - shard-dg2-set2: NOTRUN -> [SKIP][145] ([Intel XE#2541]) [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@xe_oa@non-zero-reason.html * igt@xe_oa@oa-exponents: - shard-lnl: [PASS][146] -> [FAIL][147] ([Intel XE#2723]) [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-5/igt@xe_oa@oa-exponents.html [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-8/igt@xe_oa@oa-exponents.html * igt@xe_oa@oa-exponents@ccs-0: - shard-lnl: NOTRUN -> [FAIL][148] ([Intel XE#2723]) [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-8/igt@xe_oa@oa-exponents@ccs-0.html * igt@xe_oa@privileged-forked-access-vaddr: - shard-dg2-set2: NOTRUN -> [SKIP][149] ([Intel XE#1201] / [Intel XE#2541]) +1 other test skip [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-434/igt@xe_oa@privileged-forked-access-vaddr.html * igt@xe_pm@s4-mocs: - shard-lnl: [PASS][150] -> [ABORT][151] ([Intel XE#1794]) [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-4/igt@xe_pm@s4-mocs.html [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-2/igt@xe_pm@s4-mocs.html * igt@xe_query@multigpu-query-engines: - shard-dg2-set2: NOTRUN -> [SKIP][152] ([Intel XE#1201]) +6 other tests skip [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-466/igt@xe_query@multigpu-query-engines.html #### Possible fixes #### * igt@kms_atomic_transition@plane-toggle-modeset-transition: - {shard-bmg}: [FAIL][153] ([Intel XE#1426]) -> [PASS][154] +1 other test pass [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-2/igt@kms_atomic_transition@plane-toggle-modeset-transition.html [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-8/igt@kms_atomic_transition@plane-toggle-modeset-transition.html * igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6: - shard-dg2-set2: [FAIL][155] ([Intel XE#1426]) -> [PASS][156] +1 other test pass [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6.html [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-436/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6.html * igt@kms_big_fb@4-tiled-64bpp-rotate-180: - {shard-bmg}: [INCOMPLETE][157] -> [PASS][158] [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-8/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-4/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-lnl: [FAIL][159] ([Intel XE#1659]) -> [PASS][160] [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs@pipe-d-hdmi-a-3: - {shard-bmg}: [DMESG-WARN][161] ([Intel XE#877]) -> [PASS][162] +4 other tests pass [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-4/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs@pipe-d-hdmi-a-3.html [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-1/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs@pipe-d-hdmi-a-3.html * igt@kms_display_modes@extended-mode-basic: - {shard-bmg}: [SKIP][163] ([Intel XE#2425]) -> [PASS][164] [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-6/igt@kms_display_modes@extended-mode-basic.html [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-5/igt@kms_display_modes@extended-mode-basic.html * igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible: - {shard-bmg}: [SKIP][165] -> [PASS][166] +5 other tests pass [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-6/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-2/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html * igt@kms_flip@blocking-wf_vblank: - shard-lnl: [FAIL][167] ([Intel XE#886]) -> [PASS][168] +2 other tests pass [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-1/igt@kms_flip@blocking-wf_vblank.html [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-3/igt@kms_flip@blocking-wf_vblank.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-valid-mode: - shard-dg2-set2: [INCOMPLETE][169] ([Intel XE#1195]) -> [PASS][170] +1 other test pass [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-463/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-valid-mode.html [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-464/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-valid-mode.html * igt@kms_plane@plane-position-hole@pipe-a-plane-4: - shard-lnl: [DMESG-FAIL][171] ([Intel XE#324]) -> [PASS][172] +2 other tests pass [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-5/igt@kms_plane@plane-position-hole@pipe-a-plane-4.html [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-7/igt@kms_plane@plane-position-hole@pipe-a-plane-4.html * igt@kms_plane@plane-position-hole@pipe-b-plane-3: - shard-lnl: [DMESG-WARN][173] ([Intel XE#324]) -> [PASS][174] [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-5/igt@kms_plane@plane-position-hole@pipe-b-plane-3.html [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-7/igt@kms_plane@plane-position-hole@pipe-b-plane-3.html * igt@kms_plane_alpha_blend@constant-alpha-min: - {shard-bmg}: [DMESG-WARN][175] -> [PASS][176] +2 other tests pass [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-6/igt@kms_plane_alpha_blend@constant-alpha-min.html [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-7/igt@kms_plane_alpha_blend@constant-alpha-min.html * igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64: - shard-dg2-set2: [FAIL][177] ([Intel XE#616]) -> [PASS][178] +3 other tests pass [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-433/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-436/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html * igt@kms_pm_dc@dc5-dpms: - shard-lnl: [FAIL][179] ([Intel XE#718]) -> [PASS][180] [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-8/igt@kms_pm_dc@dc5-dpms.html [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-4/igt@kms_pm_dc@dc5-dpms.html * igt@xe_pm@s3-vm-bind-userptr: - {shard-bmg}: [DMESG-WARN][181] ([Intel XE#569]) -> [PASS][182] [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-bmg-6/igt@xe_pm@s3-vm-bind-userptr.html [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-bmg-1/igt@xe_pm@s3-vm-bind-userptr.html - shard-dg2-set2: [INCOMPLETE][183] ([Intel XE#1195] / [Intel XE#569]) -> [PASS][184] [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-464/igt@xe_pm@s3-vm-bind-userptr.html [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@xe_pm@s3-vm-bind-userptr.html * igt@xe_pm@s4-vm-bind-userptr: - shard-lnl: [ABORT][185] ([Intel XE#1794]) -> [PASS][186] [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-lnl-2/igt@xe_pm@s4-vm-bind-userptr.html [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-lnl-3/igt@xe_pm@s4-vm-bind-userptr.html #### Warnings #### * igt@kms_big_fb@4-tiled-8bpp-rotate-270: - shard-dg2-set2: [SKIP][187] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][188] ([Intel XE#316]) +1 other test skip [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-436/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html * igt@kms_big_fb@linear-16bpp-rotate-270: - shard-dg2-set2: [SKIP][189] ([Intel XE#316]) -> [SKIP][190] ([Intel XE#1201] / [Intel XE#316]) +5 other tests skip [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_big_fb@linear-16bpp-rotate-270.html [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-463/igt@kms_big_fb@linear-16bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb: - shard-dg2-set2: [SKIP][191] ([Intel XE#619]) -> [SKIP][192] ([Intel XE#1201] / [Intel XE#619]) [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_big_fb@y-tiled-addfb.html [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-434/igt@kms_big_fb@y-tiled-addfb.html * igt@kms_big_fb@y-tiled-addfb-size-overflow: - shard-dg2-set2: [SKIP][193] ([Intel XE#610]) -> [SKIP][194] ([Intel XE#1201] / [Intel XE#610]) [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_big_fb@y-tiled-addfb-size-overflow.html [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-436/igt@kms_big_fb@y-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-0: - shard-dg2-set2: [SKIP][195] ([Intel XE#1124]) -> [SKIP][196] ([Intel XE#1124] / [Intel XE#1201]) +3 other tests skip [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-466/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-dg2-set2: [SKIP][197] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][198] ([Intel XE#1124]) +3 other tests skip [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-433/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_bw@connected-linear-tiling-1-displays-2160x1440p: - shard-dg2-set2: [SKIP][199] ([Intel XE#367]) -> [SKIP][200] ([Intel XE#1201] / [Intel XE#367]) +1 other test skip [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_bw@connected-linear-tiling-1-displays-2160x1440p.html [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-435/igt@kms_bw@connected-linear-tiling-1-displays-2160x1440p.html * igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p: - shard-dg2-set2: [SKIP][201] ([Intel XE#2191]) -> [SKIP][202] ([Intel XE#1201] / [Intel XE#2191]) +1 other test skip [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-464/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html * igt@kms_bw@linear-tiling-3-displays-3840x2160p: - shard-dg2-set2: [SKIP][203] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][204] ([Intel XE#367]) +1 other test skip [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-434/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6: - shard-dg2-set2: [SKIP][205] ([Intel XE#787]) -> [SKIP][206] ([Intel XE#1201] / [Intel XE#787]) +62 other tests skip [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6.html [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-433/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6.html * igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-6: - shard-dg2-set2: [SKIP][207] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][208] ([Intel XE#787]) +20 other tests skip [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-464/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-6.html [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-6.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4: - shard-dg2-set2: [SKIP][209] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][210] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +17 other tests skip [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-434/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs: - shard-dg2-set2: [SKIP][211] ([Intel XE#1201] / [Intel XE#1252]) -> [SKIP][212] ([Intel XE#1252]) [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-433/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs: - shard-dg2-set2: [SKIP][213] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][214] ([Intel XE#455] / [Intel XE#787]) +5 other tests skip [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-464/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs.html [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs.html * igt@kms_chamelium_color@ctm-0-25: - shard-dg2-set2: [SKIP][215] ([Intel XE#306]) -> [SKIP][216] ([Intel XE#1201] / [Intel XE#306]) [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_chamelium_color@ctm-0-25.html [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-466/igt@kms_chamelium_color@ctm-0-25.html * igt@kms_chamelium_color@ctm-negative: - shard-dg2-set2: [SKIP][217] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][218] ([Intel XE#306]) [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-466/igt@kms_chamelium_color@ctm-negative.html [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_chamelium_color@ctm-negative.html * igt@kms_chamelium_edid@dp-edid-change-during-suspend: - shard-dg2-set2: [SKIP][219] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][220] ([Intel XE#373]) +1 other test skip [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-434/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html * igt@kms_chamelium_hpd@vga-hpd: - shard-dg2-set2: [SKIP][221] ([Intel XE#373]) -> [SKIP][222] ([Intel XE#1201] / [Intel XE#373]) +6 other tests skip [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_chamelium_hpd@vga-hpd.html [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-466/igt@kms_chamelium_hpd@vga-hpd.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg2-set2: [SKIP][223] ([Intel XE#307]) -> [SKIP][224] ([Intel XE#1201] / [Intel XE#307]) [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_content_protection@dp-mst-lic-type-0.html [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-433/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-dg2-set2: [SKIP][225] ([Intel XE#308]) -> [SKIP][226] ([Intel XE#1201] / [Intel XE#308]) [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_cursor_crc@cursor-sliding-512x170.html [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-436/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_feature_discovery@chamelium: - shard-dg2-set2: [SKIP][227] ([Intel XE#1201] / [Intel XE#701]) -> [SKIP][228] ([Intel XE#701]) [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-463/igt@kms_feature_discovery@chamelium.html [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_feature_discovery@chamelium.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-dg2-set2: [SKIP][229] ([Intel XE#455]) -> [SKIP][230] ([Intel XE#1201] / [Intel XE#455]) +16 other tests skip [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-464/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling: - shard-dg2-set2: [SKIP][231] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][232] ([Intel XE#455]) +6 other tests skip [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-433/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-onoff: - shard-dg2-set2: [SKIP][233] ([Intel XE#651]) -> [SKIP][234] ([Intel XE#1201] / [Intel XE#651]) +19 other tests skip [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-onoff.html [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary: - shard-dg2-set2: [SKIP][235] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][236] ([Intel XE#651]) +12 other tests skip [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y: - shard-dg2-set2: [SKIP][237] ([Intel XE#1201]) -> [SKIP][238] ([Intel XE#1201] / [Intel XE#658]) +2 other tests skip [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][239] ([Intel XE#653]) -> [SKIP][240] ([Intel XE#1201] / [Intel XE#653]) +19 other tests skip [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen: - shard-dg2-set2: [SKIP][241] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][242] ([Intel XE#653]) +11 other tests skip [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2-set2: [SKIP][243] ([Intel XE#1201] / [Intel XE#605]) -> [SKIP][244] ([Intel XE#605]) [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-433/igt@kms_getfb@getfb-reject-ccs.html [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d: - shard-dg2-set2: [SKIP][245] ([Intel XE#455]) -> [SKIP][246] ([Intel XE#2763] / [Intel XE#455]) +1 other test skip [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d.html [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b: - shard-dg2-set2: [SKIP][247] ([Intel XE#1201]) -> [SKIP][248] ([Intel XE#1201] / [Intel XE#2763]) +17 other tests skip [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-463/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b.html [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-435/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling: - shard-dg2-set2: [SKIP][249] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][250] ([Intel XE#1201] / [Intel XE#2763] / [Intel XE#455]) +11 other tests skip [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-433/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a: - shard-dg2-set2: [SKIP][251] ([Intel XE#2763]) -> [SKIP][252] ([Intel XE#1201] / [Intel XE#2763]) +5 other tests skip [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a.html [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-435/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-dg2-set2: [SKIP][253] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][254] ([Intel XE#2763] / [Intel XE#455]) +1 other test skip [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b: - shard-dg2-set2: [SKIP][255] ([Intel XE#1201]) -> [SKIP][256] ([Intel XE#2763]) +2 other tests skip [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b.html [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d: - shard-dg2-set2: [SKIP][257] ([Intel XE#455]) -> [SKIP][258] ([Intel XE#1201] / [Intel XE#2763] / [Intel XE#455]) +3 other tests skip [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d.html [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-433/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d.html * igt@kms_pm_backlight@fade-with-suspend: - shard-dg2-set2: [SKIP][259] ([Intel XE#1201]) -> [SKIP][260] ([Intel XE#1201] / [Intel XE#870]) +3 other tests skip [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-435/igt@kms_pm_backlight@fade-with-suspend.html [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-466/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_psr2_sf@fbc-overlay-plane-update-sf-dmg-area: - shard-dg2-set2: [SKIP][261] ([Intel XE#1489]) -> [SKIP][262] ([Intel XE#1201] / [Intel XE#1489]) +1 other test skip [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_psr2_sf@fbc-overlay-plane-update-sf-dmg-area.html [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-436/igt@kms_psr2_sf@fbc-overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area: - shard-dg2-set2: [SKIP][263] ([Intel XE#1201]) -> [SKIP][264] ([Intel XE#1201] / [Intel XE#1489]) +19 other tests skip [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-466/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-436/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area: - shard-dg2-set2: [SKIP][265] ([Intel XE#1201]) -> [SKIP][266] ([Intel XE#1489]) +1 other test skip [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-435/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html * igt@kms_psr@fbc-psr2-dpms: - shard-dg2-set2: [SKIP][267] ([Intel XE#1201]) -> [SKIP][268] ([Intel XE#2850]) +5 other tests skip [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-466/igt@kms_psr@fbc-psr2-dpms.html [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@kms_psr@fbc-psr2-dpms.html * igt@kms_psr@fbc-psr2-sprite-plane-move: - shard-dg2-set2: [SKIP][269] ([Intel XE#1201]) -> [SKIP][270] ([Intel XE#1201] / [Intel XE#2850]) +65 other tests skip [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-435/igt@kms_psr@fbc-psr2-sprite-plane-move.html [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-436/igt@kms_psr@fbc-psr2-sprite-plane-move.html * igt@kms_psr@fbc-psr2-sprite-plane-onoff: - shard-dg2-set2: [SKIP][271] ([Intel XE#2850]) -> [SKIP][272] ([Intel XE#1201] / [Intel XE#2850]) +10 other tests skip [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-436/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html * igt@kms_rotation_crc@bad-pixel-format: - shard-dg2-set2: [SKIP][273] ([Intel XE#327]) -> [SKIP][274] ([Intel XE#1201] / [Intel XE#327]) +1 other test skip [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_rotation_crc@bad-pixel-format.html [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-436/igt@kms_rotation_crc@bad-pixel-format.html * igt@kms_writeback@writeback-check-output: - shard-dg2-set2: [SKIP][275] ([Intel XE#756]) -> [SKIP][276] ([Intel XE#1201] / [Intel XE#756]) [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@kms_writeback@writeback-check-output.html [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-434/igt@kms_writeback@writeback-check-output.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-dg2-set2: [SKIP][277] ([Intel XE#1201]) -> [SKIP][278] ([Intel XE#1201] / [Intel XE#2849]) [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-434/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-463/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html * igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind: - shard-dg2-set2: [SKIP][279] ([Intel XE#288]) -> [SKIP][280] ([Intel XE#1201] / [Intel XE#288]) +2 other tests skip [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind.html [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-434/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind.html * igt@xe_exec_fault_mode@twice-userptr-invalidate-race: - shard-dg2-set2: [SKIP][281] -> [SKIP][282] ([Intel XE#1201]) +12 other tests skip [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-436/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html * igt@xe_exec_fault_mode@twice-userptr-rebind-imm: - shard-dg2-set2: [SKIP][283] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][284] ([Intel XE#288]) +2 other tests skip [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-436/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html * igt@xe_mmap@small-bar: - shard-dg2-set2: [SKIP][285] ([Intel XE#512]) -> [SKIP][286] ([Intel XE#1201] / [Intel XE#512]) [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@xe_mmap@small-bar.html [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-463/igt@xe_mmap@small-bar.html * igt@xe_oa@oa-regs-whitelisted: - shard-dg2-set2: [SKIP][287] ([Intel XE#2541]) -> [SKIP][288] ([Intel XE#1201] / [Intel XE#2541]) [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@xe_oa@oa-regs-whitelisted.html [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-436/igt@xe_oa@oa-regs-whitelisted.html * igt@xe_oa@oa-unit-concurrent-oa-buffer-read: - shard-dg2-set2: [SKIP][289] ([Intel XE#1201]) -> [SKIP][290] ([Intel XE#2541]) [289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-463/igt@xe_oa@oa-unit-concurrent-oa-buffer-read.html [290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@xe_oa@oa-unit-concurrent-oa-buffer-read.html * igt@xe_oa@oa-unit-exclusive-stream-sample-oa: - shard-dg2-set2: [SKIP][291] ([Intel XE#1201]) -> [SKIP][292] ([Intel XE#1201] / [Intel XE#2541]) +28 other tests skip [291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-464/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html [292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-466/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html * igt@xe_pat@display-vs-wb-transient: - shard-dg2-set2: [SKIP][293] ([Intel XE#1337]) -> [SKIP][294] ([Intel XE#1201] / [Intel XE#1337]) [293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@xe_pat@display-vs-wb-transient.html [294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-463/igt@xe_pat@display-vs-wb-transient.html * igt@xe_pat@pat-index-xe2: - shard-dg2-set2: [SKIP][295] ([Intel XE#1201]) -> [SKIP][296] ([Intel XE#1201] / [Intel XE#977]) [295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-466/igt@xe_pat@pat-index-xe2.html [296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-466/igt@xe_pat@pat-index-xe2.html * igt@xe_pm@d3cold-mmap-system: - shard-dg2-set2: [SKIP][297] ([Intel XE#366]) -> [SKIP][298] ([Intel XE#1201] / [Intel XE#366]) +1 other test skip [297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-432/igt@xe_pm@d3cold-mmap-system.html [298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-436/igt@xe_pm@d3cold-mmap-system.html * igt@xe_pm@d3cold-mmap-vram: - shard-dg2-set2: [SKIP][299] ([Intel XE#1201] / [Intel XE#366]) -> [SKIP][300] ([Intel XE#366]) [299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8032/shard-dg2-466/igt@xe_pm@d3cold-mmap-vram.html [300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/shard-dg2-432/igt@xe_pm@d3cold-mmap-vram.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033 [Intel XE#1050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1050 [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130 [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178 [Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195 [Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201 [Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252 [Intel XE#1288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1288 [Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397 [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406 [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407 [Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420 [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424 [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#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435 [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#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499 [Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508 [Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600 [Intel XE#1649]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1649 [Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659 [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745 [Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794 [Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134 [Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#2251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2251 [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#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312 [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#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#2329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2329 [Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333 [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390 [Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393 [Intel XE#2425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2425 [Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443 [Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450 [Intel XE#2459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2459 [Intel XE#2501]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2501 [Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541 [Intel XE#2596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2596 [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652 [Intel XE#2723]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2723 [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724 [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763 [Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849 [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307 [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324 [Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327 [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512 [Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569 [Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605 [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653 [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656 [Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658 [Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701 [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#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 [Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886 [Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899 [Intel XE#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911 [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977 Build changes ------------- * IGT: IGT_8032 -> IGTPW_11799 * Linux: xe-1975-abfe8cf977e1abd1f414b2a90d223cd4dd2f1f47 -> xe-1976-88d592f72f7bc508d6a027b1f96aa2e53f803e1b IGTPW_11799: ec383310bbc53cb897174fdeb3709de24bcf07c8 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8032: 8032 xe-1975-abfe8cf977e1abd1f414b2a90d223cd4dd2f1f47: abfe8cf977e1abd1f414b2a90d223cd4dd2f1f47 xe-1976-88d592f72f7bc508d6a027b1f96aa2e53f803e1b: 88d592f72f7bc508d6a027b1f96aa2e53f803e1b == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11799/index.html [-- Attachment #2: Type: text/html, Size: 89938 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH i-g-t] tests/intel/xe_exec_reset: Skip syncobj_wait during the gt_reset 2024-09-25 10:31 [PATCH i-g-t] tests/intel/xe_exec_reset: Skip syncobj_wait during the gt_reset Bommu Krishnaiah ` (2 preceding siblings ...) 2024-09-26 17:03 ` ✗ CI.xeFULL: failure " Patchwork @ 2024-09-27 10:05 ` Bernatowicz, Marcin 2024-09-27 10:22 ` Matthew Auld 3 siblings, 1 reply; 8+ messages in thread From: Bernatowicz, Marcin @ 2024-09-27 10:05 UTC (permalink / raw) To: Bommu Krishnaiah, igt-dev; +Cc: Stuart Summers On 9/25/2024 12:31 PM, Bommu Krishnaiah wrote: > From: "Bommu Krishnaiah" <krishnaiah.bommu@intel.com> > > Skipping the syncobj_wait for the workloads which is submitted > before gt reset, since After gt reset There is no expectation > from the hardware/GuC/KMD that the workload will then > re-execute and complete. > > Signed-off-by: Bommu Krishnaiah <krishnaiah.bommu@intel.com> > Cc: Stuart Summers <stuart.summers@intel.com> > --- > tests/intel/xe_exec_reset.c | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/tests/intel/xe_exec_reset.c b/tests/intel/xe_exec_reset.c > index b5d5f43ea..b1a7548c6 100644 > --- a/tests/intel/xe_exec_reset.c > +++ b/tests/intel/xe_exec_reset.c > @@ -263,8 +263,9 @@ test_balancer(int fd, int gt, int class, int n_exec_queues, int n_execs, > } > > for (i = 0; i < n_exec_queues && n_execs; i++) > - igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, 0, > - NULL)); > + if (!(flags & GT_RESET)) > + igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, What happens when the user waits on syncobj in case of GT reset ? Maybe there is no expectation that there will be re-execute, but shouldn't the syncobj be notified or a timeout hit ? > + 0, NULL)); > igt_assert(syncobj_wait(fd, &sync[0].handle, 1, INT64_MAX, 0, NULL)); > > sync[0].flags |= DRM_XE_SYNC_FLAG_SIGNAL; > @@ -410,7 +411,8 @@ test_legacy_mode(int fd, struct drm_xe_engine_class_instance *eci, > } > > for (i = 0; i < n_exec_queues && n_execs; i++) > - igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, 0, > + if (!(flags & GT_RESET)) > + igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, 0, > NULL)); > igt_assert(syncobj_wait(fd, &sync[0].handle, 1, INT64_MAX, 0, NULL)); > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH i-g-t] tests/intel/xe_exec_reset: Skip syncobj_wait during the gt_reset 2024-09-27 10:05 ` [PATCH i-g-t] " Bernatowicz, Marcin @ 2024-09-27 10:22 ` Matthew Auld 2024-09-30 10:18 ` Bommu, Krishnaiah 0 siblings, 1 reply; 8+ messages in thread From: Matthew Auld @ 2024-09-27 10:22 UTC (permalink / raw) To: Bernatowicz, Marcin, Bommu Krishnaiah, igt-dev Cc: Stuart Summers, Matthew Brost On 27/09/2024 11:05, Bernatowicz, Marcin wrote: > > > On 9/25/2024 12:31 PM, Bommu Krishnaiah wrote: >> From: "Bommu Krishnaiah" <krishnaiah.bommu@intel.com> >> >> Skipping the syncobj_wait for the workloads which is submitted >> before gt reset, since After gt reset There is no expectation >> from the hardware/GuC/KMD that the workload will then >> re-execute and complete. >> >> Signed-off-by: Bommu Krishnaiah <krishnaiah.bommu@intel.com> >> Cc: Stuart Summers <stuart.summers@intel.com> >> --- >> tests/intel/xe_exec_reset.c | 8 +++++--- >> 1 file changed, 5 insertions(+), 3 deletions(-) >> >> diff --git a/tests/intel/xe_exec_reset.c b/tests/intel/xe_exec_reset.c >> index b5d5f43ea..b1a7548c6 100644 >> --- a/tests/intel/xe_exec_reset.c >> +++ b/tests/intel/xe_exec_reset.c >> @@ -263,8 +263,9 @@ test_balancer(int fd, int gt, int class, int >> n_exec_queues, int n_execs, >> } >> for (i = 0; i < n_exec_queues && n_execs; i++) >> - igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, 0, >> - NULL)); >> + if (!(flags & GT_RESET)) >> + igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, > > What happens when the user waits on syncobj in case of GT reset ? > Maybe there is no expectation that there will be re-execute, but > shouldn't the syncobj be notified or a timeout hit ? Yeah, this sounds like KMD bug. Expectation is that dma fences should eventually signal no matter what, and in a reasonable amount of time. Possibly relevant fix (very recently merged): https://patchwork.freedesktop.org/patch/605681/?series=136463&rev=1 > >> + 0, NULL)); >> igt_assert(syncobj_wait(fd, &sync[0].handle, 1, INT64_MAX, 0, >> NULL)); >> sync[0].flags |= DRM_XE_SYNC_FLAG_SIGNAL; >> @@ -410,7 +411,8 @@ test_legacy_mode(int fd, struct >> drm_xe_engine_class_instance *eci, >> } >> for (i = 0; i < n_exec_queues && n_execs; i++) >> - igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, 0, >> + if (!(flags & GT_RESET)) >> + igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, 0, >> NULL)); >> igt_assert(syncobj_wait(fd, &sync[0].handle, 1, INT64_MAX, 0, >> NULL)); > ^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: [PATCH i-g-t] tests/intel/xe_exec_reset: Skip syncobj_wait during the gt_reset 2024-09-27 10:22 ` Matthew Auld @ 2024-09-30 10:18 ` Bommu, Krishnaiah 2024-10-03 16:08 ` Matthew Brost 0 siblings, 1 reply; 8+ messages in thread From: Bommu, Krishnaiah @ 2024-09-30 10:18 UTC (permalink / raw) To: Auld, Matthew, Bernatowicz, Marcin, igt-dev@lists.freedesktop.org Cc: Summers, Stuart, Brost, Matthew > -----Original Message----- > From: Auld, Matthew <matthew.auld@intel.com> > Sent: Friday, September 27, 2024 3:52 PM > To: Bernatowicz, Marcin <marcin.bernatowicz@linux.intel.com>; Bommu, > Krishnaiah <krishnaiah.bommu@intel.com>; igt-dev@lists.freedesktop.org > Cc: Summers, Stuart <stuart.summers@intel.com>; Brost, Matthew > <matthew.brost@intel.com> > Subject: Re: [PATCH i-g-t] tests/intel/xe_exec_reset: Skip syncobj_wait during > the gt_reset > > On 27/09/2024 11:05, Bernatowicz, Marcin wrote: > > > > > > On 9/25/2024 12:31 PM, Bommu Krishnaiah wrote: > >> From: "Bommu Krishnaiah" <krishnaiah.bommu@intel.com> > >> > >> Skipping the syncobj_wait for the workloads which is submitted before > >> gt reset, since After gt reset There is no expectation from the > >> hardware/GuC/KMD that the workload will then re-execute and complete. > >> > >> Signed-off-by: Bommu Krishnaiah <krishnaiah.bommu@intel.com> > >> Cc: Stuart Summers <stuart.summers@intel.com> > >> --- > >> tests/intel/xe_exec_reset.c | 8 +++++--- > >> 1 file changed, 5 insertions(+), 3 deletions(-) > >> > >> diff --git a/tests/intel/xe_exec_reset.c > >> b/tests/intel/xe_exec_reset.c index b5d5f43ea..b1a7548c6 100644 > >> --- a/tests/intel/xe_exec_reset.c > >> +++ b/tests/intel/xe_exec_reset.c > >> @@ -263,8 +263,9 @@ test_balancer(int fd, int gt, int class, int > >> n_exec_queues, int n_execs, > >> } > >> for (i = 0; i < n_exec_queues && n_execs; i++) > >> - igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, 0, > >> - NULL)); > >> + if (!(flags & GT_RESET)) > >> + igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, > > > > What happens when the user waits on syncobj in case of GT reset ? > > Maybe there is no expectation that there will be re-execute, but > > shouldn't the syncobj be notified or a timeout hit ? > > Yeah, this sounds like KMD bug. Expectation is that dma fences should > eventually signal no matter what, and in a reasonable amount of time. > > Possibly relevant fix (very recently merged): > https://patchwork.freedesktop.org/patch/605681/?series=136463&rev=1 I verified with this(https://patchwork.freedesktop.org/patch/605681/?series=136463&rev=1) patch, still I see the failure with this patch also. Regards, Krishna. > > > > >> + 0, NULL)); > >> igt_assert(syncobj_wait(fd, &sync[0].handle, 1, INT64_MAX, 0, > >> NULL)); > >> sync[0].flags |= DRM_XE_SYNC_FLAG_SIGNAL; @@ -410,7 +411,8 @@ > >> test_legacy_mode(int fd, struct drm_xe_engine_class_instance *eci, > >> } > >> for (i = 0; i < n_exec_queues && n_execs; i++) > >> - igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, 0, > >> + if (!(flags & GT_RESET)) > >> + igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, > >> +0, > >> NULL)); > >> igt_assert(syncobj_wait(fd, &sync[0].handle, 1, INT64_MAX, 0, > >> NULL)); > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH i-g-t] tests/intel/xe_exec_reset: Skip syncobj_wait during the gt_reset 2024-09-30 10:18 ` Bommu, Krishnaiah @ 2024-10-03 16:08 ` Matthew Brost 0 siblings, 0 replies; 8+ messages in thread From: Matthew Brost @ 2024-10-03 16:08 UTC (permalink / raw) To: Bommu, Krishnaiah Cc: Auld, Matthew, Bernatowicz, Marcin, igt-dev@lists.freedesktop.org, Summers, Stuart On Mon, Sep 30, 2024 at 04:18:49AM -0600, Bommu, Krishnaiah wrote: > > > > -----Original Message----- > > From: Auld, Matthew <matthew.auld@intel.com> > > Sent: Friday, September 27, 2024 3:52 PM > > To: Bernatowicz, Marcin <marcin.bernatowicz@linux.intel.com>; Bommu, > > Krishnaiah <krishnaiah.bommu@intel.com>; igt-dev@lists.freedesktop.org > > Cc: Summers, Stuart <stuart.summers@intel.com>; Brost, Matthew > > <matthew.brost@intel.com> > > Subject: Re: [PATCH i-g-t] tests/intel/xe_exec_reset: Skip syncobj_wait during > > the gt_reset > > > > On 27/09/2024 11:05, Bernatowicz, Marcin wrote: > > > > > > > > > On 9/25/2024 12:31 PM, Bommu Krishnaiah wrote: > > >> From: "Bommu Krishnaiah" <krishnaiah.bommu@intel.com> > > >> > > >> Skipping the syncobj_wait for the workloads which is submitted before > > >> gt reset, since After gt reset There is no expectation from the > > >> hardware/GuC/KMD that the workload will then re-execute and complete. > > >> > > >> Signed-off-by: Bommu Krishnaiah <krishnaiah.bommu@intel.com> > > >> Cc: Stuart Summers <stuart.summers@intel.com> > > >> --- > > >> tests/intel/xe_exec_reset.c | 8 +++++--- > > >> 1 file changed, 5 insertions(+), 3 deletions(-) > > >> > > >> diff --git a/tests/intel/xe_exec_reset.c > > >> b/tests/intel/xe_exec_reset.c index b5d5f43ea..b1a7548c6 100644 > > >> --- a/tests/intel/xe_exec_reset.c > > >> +++ b/tests/intel/xe_exec_reset.c > > >> @@ -263,8 +263,9 @@ test_balancer(int fd, int gt, int class, int > > >> n_exec_queues, int n_execs, > > >> } > > >> for (i = 0; i < n_exec_queues && n_execs; i++) > > >> - igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, 0, > > >> - NULL)); > > >> + if (!(flags & GT_RESET)) > > >> + igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, > > > > > > What happens when the user waits on syncobj in case of GT reset ? > > > Maybe there is no expectation that there will be re-execute, but > > > shouldn't the syncobj be notified or a timeout hit ? > > > > Yeah, this sounds like KMD bug. Expectation is that dma fences should > > eventually signal no matter what, and in a reasonable amount of time. > > > > Possibly relevant fix (very recently merged): > > https://patchwork.freedesktop.org/patch/605681/?series=136463&rev=1 Matt Auld is correct here, this is a KMD bug not a test bug. I thought the above patch would have fixed this problem. > > I verified with this(https://patchwork.freedesktop.org/patch/605681/?series=136463&rev=1) patch, still I see the failure with this patch also. > This is unfortunate. Seems like we still have some KMD issue here. I just chatted with Himal about this and gave him a bit a direction. If this persists and easy to reproduce perhaps I can jump in to take a look in a few days if needed. Corner case submission issues are pretty difficult to debug and happy to help if needed. Matt > Regards, > Krishna. > > > > > > > > >> + 0, NULL)); > > >> igt_assert(syncobj_wait(fd, &sync[0].handle, 1, INT64_MAX, 0, > > >> NULL)); > > >> sync[0].flags |= DRM_XE_SYNC_FLAG_SIGNAL; @@ -410,7 +411,8 @@ > > >> test_legacy_mode(int fd, struct drm_xe_engine_class_instance *eci, > > >> } > > >> for (i = 0; i < n_exec_queues && n_execs; i++) > > >> - igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, 0, > > >> + if (!(flags & GT_RESET)) > > >> + igt_assert(syncobj_wait(fd, &syncobjs[i], 1, INT64_MAX, > > >> +0, > > >> NULL)); > > >> igt_assert(syncobj_wait(fd, &sync[0].handle, 1, INT64_MAX, 0, > > >> NULL)); > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-10-03 16:08 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-09-25 10:31 [PATCH i-g-t] tests/intel/xe_exec_reset: Skip syncobj_wait during the gt_reset Bommu Krishnaiah 2024-09-26 5:18 ` ✗ Fi.CI.BAT: failure for " Patchwork 2024-09-26 5:24 ` ✓ CI.xeBAT: success " Patchwork 2024-09-26 17:03 ` ✗ CI.xeFULL: failure " Patchwork 2024-09-27 10:05 ` [PATCH i-g-t] " Bernatowicz, Marcin 2024-09-27 10:22 ` Matthew Auld 2024-09-30 10:18 ` Bommu, Krishnaiah 2024-10-03 16:08 ` Matthew Brost
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox