* [PATCH i-g-t] drm-uapi/xe: Move eudebug uapi to experimental directory
@ 2024-09-27 14:13 Christoph Manszewski
2024-09-27 14:28 ` Ville Syrjälä
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Christoph Manszewski @ 2024-09-27 14:13 UTC (permalink / raw)
To: igt-dev
Cc: Zbigniew Kempczyński, Ville Syrjälä,
Dominik Grzegorzek, Mika Kuoppala, Christoph Manszewski
Currently eudebug support is not available in drm-next. IGT support for
eudebug is experimental and disabled by default yet relevant uapi
was added to include/drm-uapi. This results in it getting deleted after
performing the documented uapi update procedure.
Since eudebug support is still experimental, create a separate
'drm-uapi-experimental' directory and move eudebug uapi there.
Signed-off-by: Christoph Manszewski <christoph.manszewski@intel.com>
Suggested-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
include/{drm-uapi => drm-uapi-experimental}/xe_drm_eudebug.h | 0
meson.build | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename include/{drm-uapi => drm-uapi-experimental}/xe_drm_eudebug.h (100%)
diff --git a/include/drm-uapi/xe_drm_eudebug.h b/include/drm-uapi-experimental/xe_drm_eudebug.h
similarity index 100%
rename from include/drm-uapi/xe_drm_eudebug.h
rename to include/drm-uapi-experimental/xe_drm_eudebug.h
diff --git a/meson.build b/meson.build
index 0d06721b4..64f57f232 100644
--- a/meson.build
+++ b/meson.build
@@ -96,7 +96,7 @@ with_libdrm = get_option('libdrm_drivers')
build_info = ['Build type: ' + get_option('buildtype')]
build_info += 'Build Xe EU debugger test framework: @0@'.format(build_xe_eudebug)
-inc = include_directories('include', 'include/drm-uapi', 'include/linux-uapi', 'lib', 'lib/stubs/syscalls', '.')
+inc = include_directories('include', 'include/drm-uapi', 'include/drm-uapi-experimental', 'include/linux-uapi', 'lib', 'lib/stubs/syscalls', '.')
inc_for_gtkdoc = include_directories('lib')
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH i-g-t] drm-uapi/xe: Move eudebug uapi to experimental directory 2024-09-27 14:13 [PATCH i-g-t] drm-uapi/xe: Move eudebug uapi to experimental directory Christoph Manszewski @ 2024-09-27 14:28 ` Ville Syrjälä 2024-09-27 16:37 ` ✗ Fi.CI.BAT: failure for " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Ville Syrjälä @ 2024-09-27 14:28 UTC (permalink / raw) To: Christoph Manszewski Cc: igt-dev, Zbigniew Kempczyński, Dominik Grzegorzek, Mika Kuoppala On Fri, Sep 27, 2024 at 04:13:18PM +0200, Christoph Manszewski wrote: > Currently eudebug support is not available in drm-next. IGT support for > eudebug is experimental and disabled by default yet relevant uapi > was added to include/drm-uapi. This results in it getting deleted after > performing the documented uapi update procedure. > > Since eudebug support is still experimental, create a separate > 'drm-uapi-experimental' directory and move eudebug uapi there. > > Signed-off-by: Christoph Manszewski <christoph.manszewski@intel.com> > Suggested-by: Ville Syrjälä <ville.syrjala@linux.intel.com> wfm Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> > --- > include/{drm-uapi => drm-uapi-experimental}/xe_drm_eudebug.h | 0 > meson.build | 2 +- > 2 files changed, 1 insertion(+), 1 deletion(-) > rename include/{drm-uapi => drm-uapi-experimental}/xe_drm_eudebug.h (100%) > > diff --git a/include/drm-uapi/xe_drm_eudebug.h b/include/drm-uapi-experimental/xe_drm_eudebug.h > similarity index 100% > rename from include/drm-uapi/xe_drm_eudebug.h > rename to include/drm-uapi-experimental/xe_drm_eudebug.h > diff --git a/meson.build b/meson.build > index 0d06721b4..64f57f232 100644 > --- a/meson.build > +++ b/meson.build > @@ -96,7 +96,7 @@ with_libdrm = get_option('libdrm_drivers') > build_info = ['Build type: ' + get_option('buildtype')] > build_info += 'Build Xe EU debugger test framework: @0@'.format(build_xe_eudebug) > > -inc = include_directories('include', 'include/drm-uapi', 'include/linux-uapi', 'lib', 'lib/stubs/syscalls', '.') > +inc = include_directories('include', 'include/drm-uapi', 'include/drm-uapi-experimental', 'include/linux-uapi', 'lib', 'lib/stubs/syscalls', '.') > > inc_for_gtkdoc = include_directories('lib') > > -- > 2.34.1 -- Ville Syrjälä Intel ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ Fi.CI.BAT: failure for drm-uapi/xe: Move eudebug uapi to experimental directory 2024-09-27 14:13 [PATCH i-g-t] drm-uapi/xe: Move eudebug uapi to experimental directory Christoph Manszewski 2024-09-27 14:28 ` Ville Syrjälä @ 2024-09-27 16:37 ` Patchwork 2024-09-27 17:10 ` ✓ CI.xeBAT: success " Patchwork 2024-09-30 5:56 ` ✗ CI.xeFULL: failure " Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-09-27 16:37 UTC (permalink / raw) To: Christoph Manszewski; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 12935 bytes --] == Series Details == Series: drm-uapi/xe: Move eudebug uapi to experimental directory URL : https://patchwork.freedesktop.org/series/139214/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15452 -> IGTPW_11829 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11829 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11829, 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_11829/index.html Participating hosts (36 -> 36) ------------------------------ Additional (1): bat-adlp-6 Missing (1): fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11829: ### IGT changes ### #### Possible regressions #### * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12: - bat-adlp-9: [PASS][1] -> [FAIL][2] +1 other test fail [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15452/bat-adlp-9/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-adlp-9/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html Known issues ------------ Here are the changes found in IGTPW_11829 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - bat-adlp-6: NOTRUN -> [SKIP][3] ([i915#9318]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-adlp-6/igt@debugfs_test@basic-hwmon.html * igt@gem_lmem_swapping@random-engines: - bat-adlp-6: NOTRUN -> [SKIP][4] ([i915#4613]) +3 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-adlp-6/igt@gem_lmem_swapping@random-engines.html * igt@gem_mmap@basic: - bat-dg2-14: NOTRUN -> [SKIP][5] ([i915#4083]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@gem_mmap@basic.html * igt@gem_render_tiled_blits@basic: - bat-dg2-14: NOTRUN -> [SKIP][6] ([i915#4079]) +1 other test skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@gem_render_tiled_blits@basic.html * igt@gem_tiled_fence_blits@basic: - bat-dg2-14: NOTRUN -> [SKIP][7] ([i915#4077]) +2 other tests skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@gem_tiled_fence_blits@basic.html * igt@gem_tiled_pread_basic: - bat-adlp-6: NOTRUN -> [SKIP][8] ([i915#3282]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-adlp-6/igt@gem_tiled_pread_basic.html * igt@i915_pm_rps@basic-api: - bat-dg2-14: NOTRUN -> [SKIP][9] ([i915#6621]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@i915_pm_rps@basic-api.html - bat-adlp-6: NOTRUN -> [SKIP][10] ([i915#6621]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-adlp-6/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live: - bat-arls-2: [PASS][11] -> [DMESG-WARN][12] ([i915#10341] / [i915#12133]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15452/bat-arls-2/igt@i915_selftest@live.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-arls-2/igt@i915_selftest@live.html * igt@i915_selftest@live@hangcheck: - bat-arls-2: [PASS][13] -> [DMESG-WARN][14] ([i915#11349]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15452/bat-arls-2/igt@i915_selftest@live@hangcheck.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-arls-2/igt@i915_selftest@live@hangcheck.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-14: NOTRUN -> [SKIP][15] ([i915#5190]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - bat-dg2-14: NOTRUN -> [SKIP][16] ([i915#4212]) +7 other tests skip [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg2-14: NOTRUN -> [SKIP][17] ([i915#4215] / [i915#5190]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_chamelium_hpd@vga-hpd-fast: - bat-dg2-13: NOTRUN -> [SKIP][18] ([i915#7828]) +8 other tests skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-13/igt@kms_chamelium_hpd@vga-hpd-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-dg2-14: NOTRUN -> [SKIP][19] ([i915#4103] / [i915#4213]) +1 other test skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html - bat-adlp-6: NOTRUN -> [SKIP][20] ([i915#4103]) +1 other test skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-adlp-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_dsc@dsc-basic: - bat-dg2-14: NOTRUN -> [SKIP][21] ([i915#3555] / [i915#3840]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@kms_dsc@dsc-basic.html - bat-adlp-6: NOTRUN -> [SKIP][22] ([i915#3555] / [i915#3840]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-adlp-6/igt@kms_dsc@dsc-basic.html * igt@kms_force_connector_basic@force-load-detect: - bat-dg2-14: NOTRUN -> [SKIP][23] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@kms_force_connector_basic@force-load-detect.html - bat-adlp-6: NOTRUN -> [SKIP][24] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-adlp-6/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-14: NOTRUN -> [SKIP][25] ([i915#5274]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_pm_backlight@basic-brightness: - bat-dg2-14: NOTRUN -> [SKIP][26] ([i915#5354]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@kms_pm_backlight@basic-brightness.html * igt@kms_psr@psr-sprite-plane-onoff: - bat-dg2-14: NOTRUN -> [SKIP][27] ([i915#1072] / [i915#9732]) +3 other tests skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@kms_psr@psr-sprite-plane-onoff.html * igt@kms_setmode@basic-clone-single-crtc: - bat-dg2-14: NOTRUN -> [SKIP][28] ([i915#3555]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@kms_setmode@basic-clone-single-crtc.html - bat-adlp-6: NOTRUN -> [SKIP][29] ([i915#3555]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-adlp-6/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-dg2-14: NOTRUN -> [SKIP][30] ([i915#3708]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - bat-dg2-14: NOTRUN -> [SKIP][31] ([i915#3708] / [i915#4077]) +1 other test skip [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-fence-read: - bat-adlp-6: NOTRUN -> [SKIP][32] ([i915#3291] / [i915#3708]) +2 other tests skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-adlp-6/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-read: - bat-dg2-14: NOTRUN -> [SKIP][33] ([i915#3291] / [i915#3708]) +2 other tests skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-dg2-14/igt@prime_vgem@basic-read.html #### Possible fixes #### * igt@i915_selftest@live: - bat-adlm-1: [DMESG-WARN][34] ([i915#12133]) -> [PASS][35] [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15452/bat-adlm-1/igt@i915_selftest@live.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-adlm-1/igt@i915_selftest@live.html * igt@i915_selftest@live@workarounds: - bat-adlm-1: [DMESG-WARN][36] -> [PASS][37] [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15452/bat-adlm-1/igt@i915_selftest@live@workarounds.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-adlm-1/igt@i915_selftest@live@workarounds.html * igt@kms_pm_rpm@basic-pci-d3-state: - bat-arls-5: [DMESG-WARN][38] ([i915#12253]) -> [PASS][39] [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15452/bat-arls-5/igt@kms_pm_rpm@basic-pci-d3-state.html [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-arls-5/igt@kms_pm_rpm@basic-pci-d3-state.html #### Warnings #### * igt@i915_module_load@reload: - bat-arls-5: [DMESG-WARN][40] ([i915#11637] / [i915#1982]) -> [DMESG-WARN][41] ([i915#11637]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15452/bat-arls-5/igt@i915_module_load@reload.html [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-arls-5/igt@i915_module_load@reload.html * igt@i915_selftest@live: - bat-arls-5: [DMESG-WARN][42] ([i915#10341] / [i915#12133]) -> [ABORT][43] ([i915#12061] / [i915#12133]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15452/bat-arls-5/igt@i915_selftest@live.html [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-arls-5/igt@i915_selftest@live.html * igt@i915_selftest@live@workarounds: - bat-arls-5: [DMESG-WARN][44] ([i915#10341] / [i915#11637]) -> [ABORT][45] ([i915#12061]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15452/bat-arls-5/igt@i915_selftest@live@workarounds.html [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/bat-arls-5/igt@i915_selftest@live@workarounds.html [i915#10341]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10341 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#11349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349 [i915#11637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11637 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133 [i915#12253]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12253 [i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [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#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8035 -> IGTPW_11829 CI-20190529: 20190529 CI_DRM_15452: 4d4fdd11d1cc941f2f7c1653fc07519851d9052b @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11829: 33f0286c7069cc01250d37303bc0ffcc1512c884 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8035: 54cf84790112f2656b38b9068d4b492fbef13d84 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11829/index.html [-- Attachment #2: Type: text/html, Size: 15840 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✓ CI.xeBAT: success for drm-uapi/xe: Move eudebug uapi to experimental directory 2024-09-27 14:13 [PATCH i-g-t] drm-uapi/xe: Move eudebug uapi to experimental directory Christoph Manszewski 2024-09-27 14:28 ` Ville Syrjälä 2024-09-27 16:37 ` ✗ Fi.CI.BAT: failure for " Patchwork @ 2024-09-27 17:10 ` Patchwork 2024-09-30 5:56 ` ✗ CI.xeFULL: failure " Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-09-27 17:10 UTC (permalink / raw) To: Christoph Manszewski; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2572 bytes --] == Series Details == Series: drm-uapi/xe: Move eudebug uapi to experimental directory URL : https://patchwork.freedesktop.org/series/139214/ State : success == Summary == CI Bug Log - changes from XEIGT_8035_BAT -> XEIGTPW_11829_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_11829_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit: - bat-adlp-7: [PASS][1] -> [INCOMPLETE][2] ([Intel XE#2874]) +1 other test incomplete [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html * igt@xe_vm@munmap-style-unbind-userptr-front: - bat-bmg-1: [PASS][3] -> [DMESG-WARN][4] ([Intel XE#877]) [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/bat-bmg-1/igt@xe_vm@munmap-style-unbind-userptr-front.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/bat-bmg-1/igt@xe_vm@munmap-style-unbind-userptr-front.html #### Possible fixes #### * igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit: - bat-bmg-1: [INCOMPLETE][5] -> [PASS][6] +1 other test pass [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/bat-bmg-1/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/bat-bmg-1/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html [Intel XE#2874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2874 [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 Build changes ------------- * IGT: IGT_8035 -> IGTPW_11829 * Linux: xe-1983-6bd25f52157328ac4b7b09a3946281957afe3bfd -> xe-1984-4d4fdd11d1cc941f2f7c1653fc07519851d9052b IGTPW_11829: 33f0286c7069cc01250d37303bc0ffcc1512c884 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8035: 54cf84790112f2656b38b9068d4b492fbef13d84 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1983-6bd25f52157328ac4b7b09a3946281957afe3bfd: 6bd25f52157328ac4b7b09a3946281957afe3bfd xe-1984-4d4fdd11d1cc941f2f7c1653fc07519851d9052b: 4d4fdd11d1cc941f2f7c1653fc07519851d9052b == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/index.html [-- Attachment #2: Type: text/html, Size: 3212 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ CI.xeFULL: failure for drm-uapi/xe: Move eudebug uapi to experimental directory 2024-09-27 14:13 [PATCH i-g-t] drm-uapi/xe: Move eudebug uapi to experimental directory Christoph Manszewski ` (2 preceding siblings ...) 2024-09-27 17:10 ` ✓ CI.xeBAT: success " Patchwork @ 2024-09-30 5:56 ` Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-09-30 5:56 UTC (permalink / raw) To: Christoph Manszewski; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 66865 bytes --] == Series Details == Series: drm-uapi/xe: Move eudebug uapi to experimental directory URL : https://patchwork.freedesktop.org/series/139214/ State : failure == Summary == CI Bug Log - changes from XEIGT_8035_full -> XEIGTPW_11829_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_11829_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11829_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_11829_full: ### IGT changes ### #### Possible regressions #### * igt@kms_flip@2x-flip-vs-suspend: - shard-lnl: NOTRUN -> [SKIP][1] +4 other tests skip [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-3/igt@kms_flip@2x-flip-vs-suspend.html * igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-imm: - shard-dg2-set2: NOTRUN -> [SKIP][2] +1 other test skip [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-imm.html * igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit: - shard-dg2-set2: NOTRUN -> [FAIL][3] +2 other tests fail [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-433/igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit.html #### Warnings #### * igt@xe_copy_basic@mem-copy-linear-0x3fff: - shard-dg2-set2: [SKIP][4] ([Intel XE#1201]) -> [SKIP][5] +10 other tests skip [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-434/igt@xe_copy_basic@mem-copy-linear-0x3fff.html [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@xe_copy_basic@mem-copy-linear-0x3fff.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode: - {shard-bmg}: NOTRUN -> [SKIP][6] +1 other test skip [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode.html * igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25@pipe-d: - {shard-bmg}: [PASS][7] -> [INCOMPLETE][8] [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-bmg-8/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25@pipe-d.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-bmg-5/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25@pipe-d.html New tests --------- New tests have been introduced between XEIGT_8035_full and XEIGTPW_11829_full: ### New IGT tests (22) ### * igt@kms_lease@cursor-implicit-plane@pipe-a-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.24] s * igt@kms_lease@cursor-implicit-plane@pipe-b-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.24] s * igt@kms_lease@cursor-implicit-plane@pipe-c-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.25] s * igt@kms_lease@cursor-implicit-plane@pipe-d-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.24] s * igt@kms_lease@setcrtc-implicit-plane@pipe-a-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.24] s * igt@kms_lease@setcrtc-implicit-plane@pipe-b-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.23] s * igt@kms_lease@setcrtc-implicit-plane@pipe-c-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.24] s * igt@kms_lease@setcrtc-implicit-plane@pipe-d-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.23] s * igt@kms_plane_alpha_blend@alpha-7efc@pipe-c-edp-1: - Statuses : 1 pass(s) - Exec time: [1.58] s * igt@kms_plane_alpha_blend@alpha-basic@pipe-c-edp-1: - Statuses : 1 pass(s) - Exec time: [3.66] s * igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [0.88] s * igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-c-edp-1: - Statuses : 1 pass(s) - Exec time: [1.70] s * igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [0.77] s * igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-c-edp-1: - Statuses : 1 pass(s) - Exec time: [1.62] s * igt@kms_plane_alpha_blend@constant-alpha-max@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [1.36] s * igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-edp-1: - Statuses : 1 pass(s) - Exec time: [2.28] s * igt@kms_plane_alpha_blend@constant-alpha-mid@pipe-c-edp-1: - Statuses : 1 pass(s) - Exec time: [1.93] s * igt@kms_plane_alpha_blend@constant-alpha-min@pipe-c-edp-1: - Statuses : 1 pass(s) - Exec time: [1.99] s * igt@kms_plane_alpha_blend@coverage-7efc@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [0.70] s * igt@kms_plane_alpha_blend@coverage-7efc@pipe-c-edp-1: - Statuses : 1 pass(s) - Exec time: [1.91] s * igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [0.74] s * igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant@pipe-c-edp-1: - Statuses : 1 pass(s) - Exec time: [2.16] s Known issues ------------ Here are the changes found in XEIGTPW_11829_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_big_fb@4-tiled-16bpp-rotate-90: - shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#1407]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-7/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-dg2-set2: NOTRUN -> [SKIP][10] ([Intel XE#316]) [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-64bpp-rotate-270: - shard-dg2-set2: NOTRUN -> [SKIP][11] ([Intel XE#1201] / [Intel XE#316]) +1 other test skip [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-464/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html * igt@kms_big_fb@y-tiled-32bpp-rotate-180: - shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#1124]) +2 other tests skip [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-2/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2-set2: NOTRUN -> [SKIP][13] ([Intel XE#1201] / [Intel XE#607]) [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-434/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-addfb: - shard-dg2-set2: NOTRUN -> [SKIP][14] ([Intel XE#1201] / [Intel XE#619]) [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-435/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-dg2-set2: NOTRUN -> [SKIP][15] ([Intel XE#1124]) +2 other tests skip [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-dg2-set2: NOTRUN -> [SKIP][16] ([Intel XE#1124] / [Intel XE#1201]) +7 other tests skip [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-436/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][17] ([Intel XE#1201] / [Intel XE#2191]) [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-434/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html * igt@kms_bw@linear-tiling-3-displays-2160x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][18] ([Intel XE#1201] / [Intel XE#367]) +4 other tests skip [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-435/igt@kms_bw@linear-tiling-3-displays-2160x1440p.html * igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc: - shard-lnl: NOTRUN -> [SKIP][19] ([Intel XE#1399]) +2 other tests skip [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-7/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][20] ([Intel XE#1201] / [Intel XE#1252]) +1 other test skip [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-433/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#1252]) [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#2669]) +3 other tests skip [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-2/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-dp-4: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][23] ([Intel XE#1195]) [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-dp-4.html * igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-b-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][24] ([Intel XE#1201] / [Intel XE#787]) +41 other tests skip [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-435/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-b-dp-4.html * igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][25] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +11 other tests skip [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-435/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-dp-4.html * igt@kms_cdclk@plane-scaling@pipe-b-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#1152] / [Intel XE#1201]) +3 other tests skip [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-434/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html * igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k: - shard-dg2-set2: NOTRUN -> [SKIP][27] ([Intel XE#373]) [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: - shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#1201] / [Intel XE#373]) +8 other tests skip [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-436/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#373]) [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-1/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_content_protection@uevent: - shard-dg2-set2: NOTRUN -> [FAIL][30] ([Intel XE#1188]) +1 other test fail [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-463/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg2-set2: NOTRUN -> [SKIP][31] ([Intel XE#1201] / [Intel XE#308]) +1 other test skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-464/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-dg2-set2: NOTRUN -> [SKIP][32] ([Intel XE#308]) [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-random-256x85: - shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#1424]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-2/igt@kms_cursor_crc@cursor-random-256x85.html * igt@kms_cursor_crc@cursor-rapid-movement-512x512: - shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#1413]) [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-2/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html * igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy: - shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#309]) [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg2-set2: NOTRUN -> [SKIP][36] ([Intel XE#1201] / [Intel XE#323]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-436/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2-set2: NOTRUN -> [SKIP][37] ([Intel XE#1201] / [Intel XE#307]) [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-435/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg2-set2: NOTRUN -> [SKIP][38] ([Intel XE#1201] / [Intel XE#455]) +13 other tests skip [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-436/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_flip@flip-vs-blocking-wf-vblank@b-edp1: - shard-lnl: [PASS][39] -> [FAIL][40] ([Intel XE#886]) [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-7/igt@kms_flip@flip-vs-blocking-wf-vblank@b-edp1.html [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-5/igt@kms_flip@flip-vs-blocking-wf-vblank@b-edp1.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-dg2-set2: [PASS][41] -> [INCOMPLETE][42] ([Intel XE#1195] / [Intel XE#2049] / [Intel XE#2597]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-466/igt@kms_flip@flip-vs-suspend-interruptible.html [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-433/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a6: - shard-dg2-set2: [PASS][43] -> [INCOMPLETE][44] ([Intel XE#1195]) +1 other test incomplete [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-466/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a6.html [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-433/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a6.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling: - shard-dg2-set2: NOTRUN -> [SKIP][45] ([Intel XE#455]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#1401] / [Intel XE#1745]) [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][47] ([Intel XE#1401]) [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-plflip-blt: - shard-dg2-set2: NOTRUN -> [SKIP][48] ([Intel XE#1201] / [Intel XE#651]) +23 other tests skip [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][49] ([Intel XE#651]) +4 other tests skip [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-render: - shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#651]) +1 other test skip [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-stridechange: - shard-dg2-set2: NOTRUN -> [SKIP][51] ([Intel XE#653]) +6 other tests skip [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-stridechange.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt: - shard-dg2-set2: NOTRUN -> [SKIP][52] ([Intel XE#1201] / [Intel XE#653]) +18 other tests skip [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt: - shard-lnl: NOTRUN -> [SKIP][53] ([Intel XE#656]) +9 other tests skip [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html * igt@kms_hdr@invalid-metadata-sizes: - shard-lnl: NOTRUN -> [SKIP][54] ([Intel XE#1503] / [Intel XE#599]) [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-3/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-dg2-set2: NOTRUN -> [SKIP][55] ([Intel XE#1201] / [Intel XE#356]) [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-463/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane@plane-position-hole: - shard-lnl: [PASS][56] -> [DMESG-FAIL][57] ([Intel XE#324]) +2 other tests dmesg-fail [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-7/igt@kms_plane@plane-position-hole.html [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-3/igt@kms_plane@plane-position-hole.html * igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3: - shard-lnl: [PASS][58] -> [DMESG-WARN][59] ([Intel XE#324]) +5 other tests dmesg-warn [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-3/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3.html [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-4/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c: - shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#2763]) +3 other tests skip [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c.html * igt@kms_pm_backlight@fade-with-dpms: - shard-dg2-set2: NOTRUN -> [SKIP][61] ([Intel XE#1201] / [Intel XE#870]) [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-436/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf: - shard-dg2-set2: NOTRUN -> [SKIP][62] ([Intel XE#1201]) +9 other tests skip [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-463/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr@fbc-psr-sprite-plane-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][63] ([Intel XE#1201] / [Intel XE#2850]) +10 other tests skip [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-434/igt@kms_psr@fbc-psr-sprite-plane-onoff.html * igt@kms_psr@fbc-psr2-cursor-plane-move: - shard-dg2-set2: NOTRUN -> [SKIP][64] ([Intel XE#2850]) [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_psr@fbc-psr2-cursor-plane-move.html * igt@kms_psr@pr-sprite-plane-move: - shard-lnl: NOTRUN -> [SKIP][65] ([Intel XE#1406]) [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-4/igt@kms_psr@pr-sprite-plane-move.html * igt@kms_psr@psr-basic: - shard-lnl: NOTRUN -> [FAIL][66] ([Intel XE#1649]) +3 other tests fail [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-4/igt@kms_psr@psr-basic.html * igt@kms_rotation_crc@primary-rotation-90: - shard-dg2-set2: NOTRUN -> [SKIP][67] ([Intel XE#1201] / [Intel XE#327]) +2 other tests skip [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-466/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-lnl: NOTRUN -> [SKIP][68] ([Intel XE#1127]) [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2-set2: NOTRUN -> [SKIP][69] ([Intel XE#1201] / [Intel XE#362]) [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vrr@flipline: - shard-lnl: [PASS][70] -> [FAIL][71] ([Intel XE#2443]) +3 other tests fail [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-7/igt@kms_vrr@flipline.html [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-5/igt@kms_vrr@flipline.html * igt@kms_writeback@writeback-fb-id: - shard-dg2-set2: NOTRUN -> [SKIP][72] ([Intel XE#1201] / [Intel XE#756]) +1 other test skip [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-436/igt@kms_writeback@writeback-fb-id.html * igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute: - shard-dg2-set2: NOTRUN -> [SKIP][73] ([Intel XE#1201] / [Intel XE#1280] / [Intel XE#455]) +1 other test skip [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-433/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html * igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue: - shard-lnl: [PASS][74] -> [FAIL][75] ([Intel XE#2667]) [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-3/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-1/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html * igt@xe_evict@evict-beng-large-multi-vm-cm: - shard-dg2-set2: NOTRUN -> [FAIL][76] ([Intel XE#1600]) +1 other test fail [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-435/igt@xe_evict@evict-beng-large-multi-vm-cm.html * igt@xe_evict@evict-mixed-many-threads-small: - shard-dg2-set2: [PASS][77] -> [TIMEOUT][78] ([Intel XE#1473]) [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-463/igt@xe_evict@evict-mixed-many-threads-small.html [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@xe_evict@evict-mixed-many-threads-small.html * igt@xe_evict@evict-threads-small: - shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#688]) +2 other tests skip [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-7/igt@xe_evict@evict-threads-small.html * igt@xe_exec_basic@multigpu-no-exec-bindexecqueue: - shard-lnl: NOTRUN -> [SKIP][80] ([Intel XE#1392]) +2 other tests skip [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-4/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue.html * igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-prefetch: - shard-dg2-set2: NOTRUN -> [SKIP][81] ([Intel XE#288]) +1 other test skip [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-prefetch.html * igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-prefetch: - shard-dg2-set2: NOTRUN -> [SKIP][82] ([Intel XE#1201] / [Intel XE#288]) +14 other tests skip [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-436/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-prefetch.html * igt@xe_huc_copy@huc_copy: - shard-dg2-set2: NOTRUN -> [SKIP][83] ([Intel XE#1201] / [Intel XE#255]) [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-463/igt@xe_huc_copy@huc_copy.html * igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit: - shard-lnl: NOTRUN -> [SKIP][84] ([Intel XE#2229]) +1 other test skip [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-1/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html * igt@xe_oa@closed-fd-and-unmapped-access: - shard-dg2-set2: NOTRUN -> [SKIP][85] ([Intel XE#1201] / [Intel XE#2541]) +3 other tests skip [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-435/igt@xe_oa@closed-fd-and-unmapped-access.html * igt@xe_oa@mmio-triggered-reports: - shard-lnl: [PASS][86] -> [FAIL][87] ([Intel XE#2249]) +1 other test fail [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-2/igt@xe_oa@mmio-triggered-reports.html [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-7/igt@xe_oa@mmio-triggered-reports.html * igt@xe_oa@oa-regs-whitelisted@rcs-0: - shard-lnl: [PASS][88] -> [FAIL][89] ([Intel XE#2514]) +1 other test fail [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-1/igt@xe_oa@oa-regs-whitelisted@rcs-0.html [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-8/igt@xe_oa@oa-regs-whitelisted@rcs-0.html * igt@xe_oa@oa-tlb-invalidate: - shard-dg2-set2: NOTRUN -> [SKIP][90] ([Intel XE#2541]) [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@xe_oa@oa-tlb-invalidate.html * igt@xe_pm@d3cold-mmap-system: - shard-lnl: NOTRUN -> [SKIP][91] ([Intel XE#366]) [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-1/igt@xe_pm@d3cold-mmap-system.html * igt@xe_pm_residency@toggle-gt-c6: - shard-lnl: [PASS][92] -> [FAIL][93] ([Intel XE#958]) [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-1/igt@xe_pm_residency@toggle-gt-c6.html [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-3/igt@xe_pm_residency@toggle-gt-c6.html * igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz: - shard-lnl: NOTRUN -> [SKIP][94] ([Intel XE#944]) [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-5/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html * igt@xe_query@multigpu-query-uc-fw-version-huc: - shard-dg2-set2: NOTRUN -> [SKIP][95] ([Intel XE#1201] / [Intel XE#944]) [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-436/igt@xe_query@multigpu-query-uc-fw-version-huc.html #### Possible fixes #### * igt@kms_async_flips@test-cursor: - shard-lnl: [SKIP][96] ([Intel XE#664]) -> [PASS][97] [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-5/igt@kms_async_flips@test-cursor.html [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-7/igt@kms_async_flips@test-cursor.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6: - shard-dg2-set2: [FAIL][98] ([Intel XE#1426]) -> [PASS][99] +1 other test pass [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-436/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6.html [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-433/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1: - shard-lnl: [FAIL][100] ([Intel XE#1426]) -> [PASS][101] +3 other tests pass [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0: - shard-lnl: [FAIL][102] ([Intel XE#1659]) -> [PASS][103] [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_cursor_edge_walk@128x128-left-edge: - shard-lnl: [DMESG-WARN][104] ([Intel XE#2055]) -> [PASS][105] +1 other test pass [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-5/igt@kms_cursor_edge_walk@128x128-left-edge.html [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-1/igt@kms_cursor_edge_walk@128x128-left-edge.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - {shard-bmg}: [DMESG-WARN][106] ([Intel XE#877]) -> [PASS][107] +16 other tests pass [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-bmg-7/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-bmg-8/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip@absolute-wf_vblank: - shard-lnl: [FAIL][108] ([Intel XE#2631]) -> [PASS][109] +1 other test pass [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-7/igt@kms_flip@absolute-wf_vblank.html [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-3/igt@kms_flip@absolute-wf_vblank.html * igt@kms_flip@blocking-wf_vblank: - shard-lnl: [FAIL][110] ([Intel XE#886]) -> [PASS][111] +11 other tests pass [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-5/igt@kms_flip@blocking-wf_vblank.html [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-2/igt@kms_flip@blocking-wf_vblank.html * igt@kms_flip@dpms-vs-vblank-race@c-dp2: - {shard-bmg}: [INCOMPLETE][112] -> [PASS][113] +1 other test pass [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-bmg-7/igt@kms_flip@dpms-vs-vblank-race@c-dp2.html [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-bmg-4/igt@kms_flip@dpms-vs-vblank-race@c-dp2.html * igt@kms_flip@modeset-vs-vblank-race: - shard-dg2-set2: [FAIL][114] -> [PASS][115] +1 other test pass [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-436/igt@kms_flip@modeset-vs-vblank-race.html [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-434/igt@kms_flip@modeset-vs-vblank-race.html * igt@kms_hdr@bpc-switch-suspend: - shard-dg2-set2: [INCOMPLETE][116] ([Intel XE#1195]) -> [PASS][117] +3 other tests pass [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-434/igt@kms_hdr@bpc-switch-suspend.html [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-434/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_plane@pixel-format@pipe-a-plane-0: - shard-lnl: [FAIL][118] -> [PASS][119] +3 other tests pass [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-7/igt@kms_plane@pixel-format@pipe-a-plane-0.html [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-4/igt@kms_plane@pixel-format@pipe-a-plane-0.html * igt@kms_plane@plane-position-covered: - shard-lnl: [DMESG-FAIL][120] ([Intel XE#324]) -> [PASS][121] +2 other tests pass [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-4/igt@kms_plane@plane-position-covered.html [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-1/igt@kms_plane@plane-position-covered.html * igt@kms_plane@plane-position-covered@pipe-b-plane-4: - shard-lnl: [DMESG-WARN][122] ([Intel XE#324]) -> [PASS][123] +3 other tests pass [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-4/igt@kms_plane@plane-position-covered@pipe-b-plane-4.html [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-1/igt@kms_plane@plane-position-covered@pipe-b-plane-4.html * igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64: - shard-dg2-set2: [FAIL][124] ([Intel XE#616]) -> [PASS][125] +1 other test pass [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-435/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html * igt@kms_plane_cursor@viewport: - shard-lnl: [DMESG-WARN][126] -> [PASS][127] +1 other test pass [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-1/igt@kms_plane_cursor@viewport.html [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-5/igt@kms_plane_cursor@viewport.html * igt@kms_pm_dc@deep-pkgc: - shard-lnl: [FAIL][128] ([Intel XE#2029]) -> [PASS][129] [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-8/igt@kms_pm_dc@deep-pkgc.html [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-3/igt@kms_pm_dc@deep-pkgc.html * igt@kms_vrr@cmrr@pipe-a-edp-1: - shard-lnl: [FAIL][130] ([Intel XE#2159]) -> [PASS][131] +1 other test pass [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html * igt@xe_evict@evict-mixed-many-threads-large: - shard-dg2-set2: [TIMEOUT][132] ([Intel XE#1473]) -> [PASS][133] [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@xe_evict@evict-mixed-many-threads-large.html [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-463/igt@xe_evict@evict-mixed-many-threads-large.html * igt@xe_exec_reset@parallel-gt-reset: - shard-dg2-set2: [TIMEOUT][134] ([Intel XE#2105]) -> [PASS][135] [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-435/igt@xe_exec_reset@parallel-gt-reset.html [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@xe_exec_reset@parallel-gt-reset.html * igt@xe_live_ktest@xe_bo: - shard-lnl: [SKIP][136] ([Intel XE#1192]) -> [PASS][137] [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-4/igt@xe_live_ktest@xe_bo.html [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-1/igt@xe_live_ktest@xe_bo.html * igt@xe_pm@s2idle-multiple-execs: - shard-dg2-set2: [INCOMPLETE][138] ([Intel XE#1195] / [Intel XE#1358]) -> [PASS][139] [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-463/igt@xe_pm@s2idle-multiple-execs.html [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-433/igt@xe_pm@s2idle-multiple-execs.html * igt@xe_pm@s2idle-vm-bind-prefetch: - shard-dg2-set2: [INCOMPLETE][140] ([Intel XE#1195] / [Intel XE#1694]) -> [PASS][141] [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-464/igt@xe_pm@s2idle-vm-bind-prefetch.html [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-463/igt@xe_pm@s2idle-vm-bind-prefetch.html * igt@xe_pm@s4-vm-bind-userptr: - shard-lnl: [ABORT][142] ([Intel XE#1794]) -> [PASS][143] [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-2/igt@xe_pm@s4-vm-bind-userptr.html [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-5/igt@xe_pm@s4-vm-bind-userptr.html #### Warnings #### * igt@kms_big_fb@4-tiled-8bpp-rotate-270: - shard-dg2-set2: [SKIP][144] ([Intel XE#316]) -> [SKIP][145] ([Intel XE#1201] / [Intel XE#316]) +5 other tests skip [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-435/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html * igt@kms_big_fb@linear-32bpp-rotate-270: - shard-dg2-set2: [SKIP][146] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][147] ([Intel XE#316]) +1 other test skip [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-435/igt@kms_big_fb@linear-32bpp-rotate-270.html [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_big_fb@linear-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-dg2-set2: [SKIP][148] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][149] ([Intel XE#1124]) +2 other tests skip [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-435/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-dg2-set2: [SKIP][150] ([Intel XE#1124]) -> [SKIP][151] ([Intel XE#1124] / [Intel XE#1201]) +5 other tests skip [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-466/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_bw@connected-linear-tiling-1-displays-2160x1440p: - shard-dg2-set2: [SKIP][152] ([Intel XE#367]) -> [SKIP][153] ([Intel XE#1201] / [Intel XE#367]) +1 other test skip [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_bw@connected-linear-tiling-1-displays-2160x1440p.html [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-436/igt@kms_bw@connected-linear-tiling-1-displays-2160x1440p.html * igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p: - shard-dg2-set2: [SKIP][154] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][155] ([Intel XE#367]) +2 other tests skip [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-435/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html * igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p: - shard-dg2-set2: [SKIP][156] ([Intel XE#2191]) -> [SKIP][157] ([Intel XE#1201] / [Intel XE#2191]) [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-463/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html * igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p: - shard-dg2-set2: [SKIP][158] ([Intel XE#1201] / [Intel XE#2191]) -> [SKIP][159] ([Intel XE#2191]) [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-434/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-dp-4: - shard-dg2-set2: [SKIP][160] ([Intel XE#787]) -> [SKIP][161] ([Intel XE#1201] / [Intel XE#787]) +62 other tests skip [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-dp-4.html [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-463/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-dp-4.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4: - shard-dg2-set2: [SKIP][162] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][163] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +17 other tests skip [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-463/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-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6: - shard-dg2-set2: [SKIP][164] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][165] ([Intel XE#787]) +55 other tests skip [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-464/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6.html [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6.html * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs: - shard-dg2-set2: [SKIP][166] ([Intel XE#1252]) -> [SKIP][167] ([Intel XE#1201] / [Intel XE#1252]) +1 other test skip [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs: - shard-dg2-set2: [SKIP][168] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][169] ([Intel XE#455] / [Intel XE#787]) +15 other tests skip [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-436/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs.html [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs.html * igt@kms_chamelium_color@ctm-green-to-red: - shard-dg2-set2: [SKIP][170] ([Intel XE#306]) -> [SKIP][171] ([Intel XE#1201] / [Intel XE#306]) +2 other tests skip [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_chamelium_color@ctm-green-to-red.html [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-466/igt@kms_chamelium_color@ctm-green-to-red.html * igt@kms_chamelium_color@ctm-red-to-blue: - shard-dg2-set2: [SKIP][172] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][173] ([Intel XE#306]) [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-436/igt@kms_chamelium_color@ctm-red-to-blue.html [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_chamelium_color@ctm-red-to-blue.html * igt@kms_chamelium_edid@dp-edid-change-during-suspend: - shard-dg2-set2: [SKIP][174] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][175] ([Intel XE#373]) +3 other tests skip [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-433/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html * igt@kms_chamelium_edid@dp-edid-resolution-list: - shard-dg2-set2: [SKIP][176] ([Intel XE#373]) -> [SKIP][177] ([Intel XE#1201] / [Intel XE#373]) +3 other tests skip [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_chamelium_edid@dp-edid-resolution-list.html [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-433/igt@kms_chamelium_edid@dp-edid-resolution-list.html * igt@kms_content_protection@atomic-dpms: - shard-dg2-set2: [INCOMPLETE][178] ([Intel XE#1195] / [Intel XE#2715]) -> [FAIL][179] ([Intel XE#1178]) [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-433/igt@kms_content_protection@atomic-dpms.html [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-433/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@atomic-dpms@pipe-a-dp-4: - shard-dg2-set2: [INCOMPLETE][180] ([Intel XE#1195]) -> [FAIL][181] ([Intel XE#1178]) [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-433/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-433/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg2-set2: [SKIP][182] ([Intel XE#307]) -> [SKIP][183] ([Intel XE#1201] / [Intel XE#307]) [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_content_protection@dp-mst-type-0.html [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-464/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg2-set2: [SKIP][184] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][185] ([Intel XE#308]) [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-435/igt@kms_cursor_crc@cursor-offscreen-512x512.html [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-random-max-size: - shard-dg2-set2: [SKIP][186] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][187] ([Intel XE#455]) +8 other tests skip [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-435/igt@kms_cursor_crc@cursor-random-max-size.html [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_cursor_crc@cursor-random-max-size.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-dg2-set2: [SKIP][188] ([Intel XE#308]) -> [SKIP][189] ([Intel XE#1201] / [Intel XE#308]) [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_cursor_crc@cursor-sliding-512x512.html [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-436/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-dg2-set2: [SKIP][190] ([Intel XE#1201] / [Intel XE#323]) -> [SKIP][191] ([Intel XE#323]) +1 other test skip [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-464/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6: - shard-dg2-set2: [SKIP][192] ([i915#3804]) -> [SKIP][193] ([Intel XE#1201] / [i915#3804]) [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-435/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html * igt@kms_feature_discovery@chamelium: - shard-dg2-set2: [SKIP][194] ([Intel XE#701]) -> [SKIP][195] ([Intel XE#1201] / [Intel XE#701]) [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_feature_discovery@chamelium.html [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-434/igt@kms_feature_discovery@chamelium.html * igt@kms_flip@bo-too-big-interruptible@a-edp1: - shard-lnl: [TIMEOUT][196] ([Intel XE#1504]) -> [INCOMPLETE][197] ([Intel XE#1504]) +1 other test incomplete [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-lnl-7/igt@kms_flip@bo-too-big-interruptible@a-edp1.html [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-lnl-8/igt@kms_flip@bo-too-big-interruptible@a-edp1.html * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff: - shard-dg2-set2: [SKIP][198] ([Intel XE#651]) -> [SKIP][199] ([Intel XE#1201] / [Intel XE#651]) +15 other tests skip [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][200] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][201] ([Intel XE#651]) +13 other tests skip [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc.html [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-dg2-set2: [SKIP][202] ([Intel XE#658]) -> [SKIP][203] ([Intel XE#1201] / [Intel XE#658]) [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt: - shard-dg2-set2: [SKIP][204] ([Intel XE#653]) -> [SKIP][205] ([Intel XE#1201] / [Intel XE#653]) +19 other tests skip [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-slowdraw: - shard-dg2-set2: [SKIP][206] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][207] ([Intel XE#653]) +14 other tests skip [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-slowdraw.html [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-slowdraw.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a: - shard-dg2-set2: [SKIP][208] ([Intel XE#1201] / [Intel XE#2763]) -> [SKIP][209] ([Intel XE#2763]) +5 other tests skip [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-464/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a.html [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d: - shard-dg2-set2: [SKIP][210] ([Intel XE#1201] / [Intel XE#2763] / [Intel XE#455]) -> [SKIP][211] ([Intel XE#2763] / [Intel XE#455]) +3 other tests skip [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-433/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d.html [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d.html * igt@kms_psr@fbc-psr2-sprite-plane-move: - shard-dg2-set2: [SKIP][212] ([Intel XE#1201] / [Intel XE#2850]) -> [SKIP][213] ([Intel XE#2850]) +7 other tests skip [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-433/igt@kms_psr@fbc-psr2-sprite-plane-move.html [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_psr@fbc-psr2-sprite-plane-move.html * igt@kms_psr@psr-dpms: - shard-dg2-set2: [SKIP][214] ([Intel XE#2850]) -> [SKIP][215] ([Intel XE#1201] / [Intel XE#2850]) +7 other tests skip [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_psr@psr-dpms.html [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-466/igt@kms_psr@psr-dpms.html * igt@kms_rotation_crc@bad-pixel-format: - shard-dg2-set2: [SKIP][216] ([Intel XE#327]) -> [SKIP][217] ([Intel XE#1201] / [Intel XE#327]) +1 other test skip [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_rotation_crc@bad-pixel-format.html [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-435/igt@kms_rotation_crc@bad-pixel-format.html * igt@kms_rotation_crc@bad-tiling: - shard-dg2-set2: [SKIP][218] ([Intel XE#1201] / [Intel XE#327]) -> [SKIP][219] ([Intel XE#327]) +1 other test skip [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-466/igt@kms_rotation_crc@bad-tiling.html [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-dg2-set2: [SKIP][220] ([Intel XE#1127]) -> [SKIP][221] ([Intel XE#1127] / [Intel XE#1201]) [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-435/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_tv_load_detect@load-detect: - shard-dg2-set2: [SKIP][222] ([Intel XE#330]) -> [SKIP][223] ([Intel XE#1201] / [Intel XE#330]) [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_tv_load_detect@load-detect.html [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-466/igt@kms_tv_load_detect@load-detect.html * igt@kms_vrr@flip-dpms: - shard-dg2-set2: [SKIP][224] ([Intel XE#455]) -> [SKIP][225] ([Intel XE#1201] / [Intel XE#455]) +14 other tests skip [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@kms_vrr@flip-dpms.html [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-466/igt@kms_vrr@flip-dpms.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-dg2-set2: [SKIP][226] ([Intel XE#2849]) -> [SKIP][227] ([Intel XE#1201] / [Intel XE#2849]) [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-435/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html * igt@xe_exec_fault_mode@many-bindexecqueue-imm: - shard-dg2-set2: [SKIP][228] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][229] ([Intel XE#288]) +11 other tests skip [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-466/igt@xe_exec_fault_mode@many-bindexecqueue-imm.html [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@xe_exec_fault_mode@many-bindexecqueue-imm.html * igt@xe_exec_fault_mode@twice-invalid-fault: - shard-dg2-set2: [SKIP][230] ([Intel XE#288]) -> [SKIP][231] ([Intel XE#1201] / [Intel XE#288]) +11 other tests skip [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@xe_exec_fault_mode@twice-invalid-fault.html [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-463/igt@xe_exec_fault_mode@twice-invalid-fault.html * igt@xe_exec_mix_modes@exec-simple-batch-store-lr: - shard-dg2-set2: [SKIP][232] -> [SKIP][233] ([Intel XE#1201]) +15 other tests skip [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-435/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html * igt@xe_oa@mmio-triggered-reports: - shard-dg2-set2: [SKIP][234] ([Intel XE#1201] / [Intel XE#2541]) -> [SKIP][235] ([Intel XE#2541]) +3 other tests skip [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-464/igt@xe_oa@mmio-triggered-reports.html [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@xe_oa@mmio-triggered-reports.html * igt@xe_oa@whitelisted-registers-userspace-config: - shard-dg2-set2: [SKIP][236] ([Intel XE#2541]) -> [SKIP][237] ([Intel XE#1201] / [Intel XE#2541]) +4 other tests skip [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@xe_oa@whitelisted-registers-userspace-config.html [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-466/igt@xe_oa@whitelisted-registers-userspace-config.html * igt@xe_pm@d3cold-basic: - shard-dg2-set2: [SKIP][238] ([Intel XE#366]) -> [SKIP][239] ([Intel XE#1201] / [Intel XE#366]) [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@xe_pm@d3cold-basic.html [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-464/igt@xe_pm@d3cold-basic.html * igt@xe_pm@d3cold-multiple-execs: - shard-dg2-set2: [SKIP][240] ([Intel XE#1201] / [Intel XE#366]) -> [SKIP][241] ([Intel XE#366]) [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-463/igt@xe_pm@d3cold-multiple-execs.html [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@xe_pm@d3cold-multiple-execs.html * igt@xe_query@multigpu-query-oa-units: - shard-dg2-set2: [SKIP][242] ([Intel XE#944]) -> [SKIP][243] ([Intel XE#1201] / [Intel XE#944]) [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-432/igt@xe_query@multigpu-query-oa-units.html [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-463/igt@xe_query@multigpu-query-oa-units.html * igt@xe_query@multigpu-query-topology: - shard-dg2-set2: [SKIP][244] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][245] ([Intel XE#944]) [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8035/shard-dg2-433/igt@xe_query@multigpu-query-topology.html [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/shard-dg2-432/igt@xe_query@multigpu-query-topology.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127 [Intel XE#1152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152 [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178 [Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195 [Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201 [Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252 [Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280 [Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399 [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401 [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406 [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407 [Intel XE#1413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1413 [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424 [Intel XE#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503 [Intel XE#1504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1504 [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#1694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1694 [Intel XE#1695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1695 [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#2029]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2029 [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049 [Intel XE#2055]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2055 [Intel XE#2105]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105 [Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2249 [Intel XE#2251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2251 [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311 [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313 [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333 [Intel XE#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387 [Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392 [Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443 [Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472 [Intel XE#2514]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514 [Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541 [Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255 [Intel XE#2566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2566 [Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597 [Intel XE#2631]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2631 [Intel XE#2667]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2667 [Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669 [Intel XE#2715]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2715 [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763 [Intel XE#2780]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2780 [Intel XE#2791]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2791 [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#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323 [Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324 [Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327 [Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330 [Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356 [Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362 [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599 [Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607 [Intel XE#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#664]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/664 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#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#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 [Intel XE#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958 [i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804 Build changes ------------- * IGT: IGT_8035 -> IGTPW_11829 * Linux: xe-1983-6bd25f52157328ac4b7b09a3946281957afe3bfd -> xe-1984-4d4fdd11d1cc941f2f7c1653fc07519851d9052b IGTPW_11829: 33f0286c7069cc01250d37303bc0ffcc1512c884 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8035: 54cf84790112f2656b38b9068d4b492fbef13d84 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1983-6bd25f52157328ac4b7b09a3946281957afe3bfd: 6bd25f52157328ac4b7b09a3946281957afe3bfd xe-1984-4d4fdd11d1cc941f2f7c1653fc07519851d9052b: 4d4fdd11d1cc941f2f7c1653fc07519851d9052b == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11829/index.html [-- Attachment #2: Type: text/html, Size: 84720 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-09-30 5:56 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-09-27 14:13 [PATCH i-g-t] drm-uapi/xe: Move eudebug uapi to experimental directory Christoph Manszewski 2024-09-27 14:28 ` Ville Syrjälä 2024-09-27 16:37 ` ✗ Fi.CI.BAT: failure for " Patchwork 2024-09-27 17:10 ` ✓ CI.xeBAT: success " Patchwork 2024-09-30 5:56 ` ✗ CI.xeFULL: failure " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox