* [PATCH] lib: sync intel PCI ID macros with kernel
@ 2025-01-29 0:31 Matt Atwood
2025-01-29 1:57 ` ✓ Xe.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 9+ messages in thread
From: Matt Atwood @ 2025-01-29 0:31 UTC (permalink / raw)
To: igt-dev; +Cc: Matt Atwood
lib: sync PCI ID macros with kernel
Sync with kernel commit:
16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table")
Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
---
lib/pciids.h | 73 ++++++++++++++++++++++++++++++++++++++--------------
1 file changed, 53 insertions(+), 20 deletions(-)
diff --git a/lib/pciids.h b/lib/pciids.h
index 7883384ac..4736ea525 100644
--- a/lib/pciids.h
+++ b/lib/pciids.h
@@ -717,37 +717,66 @@
MACRO__(0xA7AB, ## __VA_ARGS__)
/* DG2 */
-#define INTEL_DG2_G10_IDS(MACRO__, ...) \
- MACRO__(0x5690, ## __VA_ARGS__), \
- MACRO__(0x5691, ## __VA_ARGS__), \
- MACRO__(0x5692, ## __VA_ARGS__), \
+#define INTEL_DG2_G10_D_IDS(MACRO__, ...) \
MACRO__(0x56A0, ## __VA_ARGS__), \
MACRO__(0x56A1, ## __VA_ARGS__), \
- MACRO__(0x56A2, ## __VA_ARGS__), \
+ MACRO__(0x56A2, ## __VA_ARGS__)
+
+#define INTEL_DG2_G10_E_IDS(MACRO__, ...) \
MACRO__(0x56BE, ## __VA_ARGS__), \
MACRO__(0x56BF, ## __VA_ARGS__)
-#define INTEL_DG2_G11_IDS(MACRO__, ...) \
- MACRO__(0x5693, ## __VA_ARGS__), \
- MACRO__(0x5694, ## __VA_ARGS__), \
- MACRO__(0x5695, ## __VA_ARGS__), \
+#define INTEL_DG2_G10_M_IDS(MACRO__, ...) \
+ MACRO__(0x5690, ## __VA_ARGS__), \
+ MACRO__(0x5691, ## __VA_ARGS__), \
+ MACRO__(0x5692, ## __VA_ARGS__)
+
+#define INTEL_DG2_G10_IDS(MACRO__, ...) \
+ INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
+ INTEL_DG2_G10_E_IDS(MACRO__, ## __VA_ARGS__), \
+ INTEL_DG2_G10_M_IDS(MACRO__, ## __VA_ARGS__)
+
+#define INTEL_DG2_G11_D_IDS(MACRO__, ...) \
MACRO__(0x56A5, ## __VA_ARGS__), \
MACRO__(0x56A6, ## __VA_ARGS__), \
MACRO__(0x56B0, ## __VA_ARGS__), \
- MACRO__(0x56B1, ## __VA_ARGS__), \
+ MACRO__(0x56B1, ## __VA_ARGS__)
+
+#define INTEL_DG2_G11_E_IDS(MACRO__, ...) \
MACRO__(0x56BA, ## __VA_ARGS__), \
MACRO__(0x56BB, ## __VA_ARGS__), \
MACRO__(0x56BC, ## __VA_ARGS__), \
MACRO__(0x56BD, ## __VA_ARGS__)
-#define INTEL_DG2_G12_IDS(MACRO__, ...) \
- MACRO__(0x5696, ## __VA_ARGS__), \
- MACRO__(0x5697, ## __VA_ARGS__), \
+#define INTEL_DG2_G11_M_IDS(MACRO__, ...) \
+ MACRO__(0x5693, ## __VA_ARGS__), \
+ MACRO__(0x5694, ## __VA_ARGS__), \
+ MACRO__(0x5695, ## __VA_ARGS__)
+
+#define INTEL_DG2_G11_IDS(MACRO__, ...) \
+ INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
+ INTEL_DG2_G11_E_IDS(MACRO__, ## __VA_ARGS__), \
+ INTEL_DG2_G11_M_IDS(MACRO__, ## __VA_ARGS__)
+
+#define INTEL_DG2_G12_D_IDS(MACRO__, ...) \
MACRO__(0x56A3, ## __VA_ARGS__), \
MACRO__(0x56A4, ## __VA_ARGS__), \
MACRO__(0x56B2, ## __VA_ARGS__), \
MACRO__(0x56B3, ## __VA_ARGS__)
+#define INTEL_DG2_G12_M_IDS(MACRO__, ...) \
+ MACRO__(0x5696, ## __VA_ARGS__), \
+ MACRO__(0x5697, ## __VA_ARGS__)
+
+#define INTEL_DG2_G12_IDS(MACRO__, ...) \
+ INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__), \
+ INTEL_DG2_G12_M_IDS(MACRO__, ## __VA_ARGS__)
+
+#define INTEL_DG2_D_IDS(MACRO__, ...) \
+ INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
+ INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
+ INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__)
+
#define INTEL_DG2_IDS(MACRO__, ...) \
INTEL_DG2_G10_IDS(MACRO__, ## __VA_ARGS__), \
INTEL_DG2_G11_IDS(MACRO__, ## __VA_ARGS__), \
@@ -782,9 +811,12 @@
INTEL_ARL_S_IDS(MACRO__, ## __VA_ARGS__)
/* MTL */
-#define INTEL_MTL_IDS(MACRO__, ...) \
+#define INTEL_MTL_U_IDS(MACRO__, ...) \
MACRO__(0x7D40, ## __VA_ARGS__), \
- MACRO__(0x7D45, ## __VA_ARGS__), \
+ MACRO__(0x7D45, ## __VA_ARGS__)
+
+#define INTEL_MTL_IDS(MACRO__, ...) \
+ INTEL_MTL_U_IDS(MACRO__, ## __VA_ARGS__), \
MACRO__(0x7D55, ## __VA_ARGS__), \
MACRO__(0x7D60, ## __VA_ARGS__), \
MACRO__(0x7DD5, ## __VA_ARGS__)
@@ -817,19 +849,20 @@
MACRO__(0xE20B, ## __VA_ARGS__), \
MACRO__(0xE20C, ## __VA_ARGS__), \
MACRO__(0xE20D, ## __VA_ARGS__), \
- MACRO__(0xE212, ## __VA_ARGS__)
+ MACRO__(0xE210, ## __VA_ARGS__), \
+ MACRO__(0xE212, ## __VA_ARGS__), \
+ MACRO__(0xE215, ## __VA_ARGS__), \
+ MACRO__(0xE216, ## __VA_ARGS__)
/* PTL */
#define INTEL_PTL_IDS(MACRO__, ...) \
MACRO__(0xB080, ## __VA_ARGS__), \
MACRO__(0xB081, ## __VA_ARGS__), \
MACRO__(0xB082, ## __VA_ARGS__), \
+ MACRO__(0xB083, ## __VA_ARGS__), \
+ MACRO__(0xB08F, ## __VA_ARGS__), \
MACRO__(0xB090, ## __VA_ARGS__), \
- MACRO__(0xB091, ## __VA_ARGS__), \
- MACRO__(0xB092, ## __VA_ARGS__), \
MACRO__(0xB0A0, ## __VA_ARGS__), \
- MACRO__(0xB0A1, ## __VA_ARGS__), \
- MACRO__(0xB0A2, ## __VA_ARGS__), \
MACRO__(0xB0B0, ## __VA_ARGS__)
#endif /* __PCIIDS_H__ */
--
2.45.0
^ permalink raw reply related [flat|nested] 9+ messages in thread* ✓ Xe.CI.BAT: success for lib: sync intel PCI ID macros with kernel 2025-01-29 0:31 [PATCH] lib: sync intel PCI ID macros with kernel Matt Atwood @ 2025-01-29 1:57 ` Patchwork 2025-01-29 2:10 ` ✓ i915.CI.BAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2025-01-29 1:57 UTC (permalink / raw) To: Matt Atwood; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5972 bytes --] == Series Details == Series: lib: sync intel PCI ID macros with kernel URL : https://patchwork.freedesktop.org/series/144077/ State : success == Summary == CI Bug Log - changes from XEIGT_8212_BAT -> XEIGTPW_12510_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (7 -> 7) ------------------------------ Additional (1): bat-bmg-1 Missing (1): bat-bmg-2 Known issues ------------ Here are the changes found in XEIGTPW_12510_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-bmg-1: NOTRUN -> [SKIP][1] ([Intel XE#2233]) [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/bat-bmg-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_dsc@dsc-basic: - bat-bmg-1: NOTRUN -> [SKIP][2] ([Intel XE#2244]) [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/bat-bmg-1/igt@kms_dsc@dsc-basic.html * igt@kms_psr@psr-sprite-plane-onoff: - bat-bmg-1: NOTRUN -> [SKIP][3] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/bat-bmg-1/igt@kms_psr@psr-sprite-plane-onoff.html * igt@sriov_basic@enable-vfs-autoprobe-off: - bat-bmg-1: NOTRUN -> [SKIP][4] ([Intel XE#1091] / [Intel XE#2849]) +1 other test skip [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/bat-bmg-1/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit: - bat-adlp-vf: NOTRUN -> [SKIP][5] ([Intel XE#2229] / [Intel XE#455]) +1 other test skip [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/bat-adlp-vf/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html * igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit: - bat-bmg-1: NOTRUN -> [SKIP][6] ([Intel XE#2229]) [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/bat-bmg-1/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit: - bat-adlp-vf: NOTRUN -> [SKIP][7] ([Intel XE#2229]) [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/bat-adlp-vf/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html * igt@xe_pat@pat-index-xehpc: - bat-bmg-1: NOTRUN -> [SKIP][8] ([Intel XE#1420]) [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/bat-bmg-1/igt@xe_pat@pat-index-xehpc.html * igt@xe_pat@pat-index-xelp: - bat-bmg-1: NOTRUN -> [SKIP][9] ([Intel XE#2245]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/bat-bmg-1/igt@xe_pat@pat-index-xelp.html * igt@xe_pat@pat-index-xelpg: - bat-bmg-1: NOTRUN -> [SKIP][10] ([Intel XE#2236]) [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/bat-bmg-1/igt@xe_pat@pat-index-xelpg.html * igt@xe_sriov_flr@flr-vf1-clear: - bat-bmg-1: NOTRUN -> [SKIP][11] ([Intel XE#3342]) [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/bat-bmg-1/igt@xe_sriov_flr@flr-vf1-clear.html #### Possible fixes #### * igt@xe_live_ktest@xe_migrate: - bat-adlp-vf: [SKIP][12] ([Intel XE#1192]) -> [PASS][13] +1 other test pass [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/bat-adlp-vf/igt@xe_live_ktest@xe_migrate.html [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/bat-adlp-vf/igt@xe_live_ktest@xe_migrate.html * igt@xe_pat@pat-index-xelp@render: - bat-adlp-vf: [DMESG-WARN][14] ([Intel XE#3970] / [Intel XE#4078]) -> [PASS][15] +1 other test pass [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/bat-adlp-vf/igt@xe_pat@pat-index-xelp@render.html [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/bat-adlp-vf/igt@xe_pat@pat-index-xelp@render.html #### Warnings #### * igt@xe_live_ktest@xe_bo: - bat-adlp-vf: [SKIP][16] ([Intel XE#1192]) -> [SKIP][17] ([Intel XE#2229] / [Intel XE#455]) [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html [Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420 [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229 [Intel XE#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [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#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245 [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#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342 [Intel XE#3970]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3970 [Intel XE#4078]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4078 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 Build changes ------------- * IGT: IGT_8212 -> IGTPW_12510 * Linux: xe-2562-73c0fe019ff4bf312f6ae1114f0ca63bd13ea4b7 -> xe-2568-486bb0f2805b5fcc43e7cc609b9dd59ef1ffcd79 IGTPW_12510: 12510 IGT_8212: 76102a17560c6e6fc6528db29286b0266ccc48ef @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2562-73c0fe019ff4bf312f6ae1114f0ca63bd13ea4b7: 73c0fe019ff4bf312f6ae1114f0ca63bd13ea4b7 xe-2568-486bb0f2805b5fcc43e7cc609b9dd59ef1ffcd79: 486bb0f2805b5fcc43e7cc609b9dd59ef1ffcd79 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/index.html [-- Attachment #2: Type: text/html, Size: 7202 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* ✓ i915.CI.BAT: success for lib: sync intel PCI ID macros with kernel 2025-01-29 0:31 [PATCH] lib: sync intel PCI ID macros with kernel Matt Atwood 2025-01-29 1:57 ` ✓ Xe.CI.BAT: success for " Patchwork @ 2025-01-29 2:10 ` Patchwork 2025-01-29 4:04 ` [PATCH] " Chauhan, Shekhar ` (2 subsequent siblings) 4 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2025-01-29 2:10 UTC (permalink / raw) To: Matt Atwood; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3469 bytes --] == Series Details == Series: lib: sync intel PCI ID macros with kernel URL : https://patchwork.freedesktop.org/series/144077/ State : success == Summary == CI Bug Log - changes from IGT_8212 -> IGTPW_12510 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/index.html Participating hosts (42 -> 42) ------------------------------ Additional (1): fi-glk-j4005 Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_12510 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@fbdev@eof: - bat-twl-2: [PASS][1] -> [DMESG-WARN][2] ([i915#1982]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8212/bat-twl-2/igt@fbdev@eof.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/bat-twl-2/igt@fbdev@eof.html * igt@gem_huc_copy@huc-copy: - fi-glk-j4005: NOTRUN -> [SKIP][3] ([i915#2190]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/fi-glk-j4005/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@parallel-random-engines: - fi-glk-j4005: NOTRUN -> [SKIP][4] ([i915#4613]) +3 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/fi-glk-j4005/igt@gem_lmem_swapping@parallel-random-engines.html * igt@i915_module_load@load: - fi-pnv-d510: NOTRUN -> [ABORT][5] ([i915#13203]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/fi-pnv-d510/igt@i915_module_load@load.html * igt@i915_selftest@live: - bat-mtlp-8: [PASS][6] -> [DMESG-FAIL][7] ([i915#12061]) +1 other test dmesg-fail [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8212/bat-mtlp-8/igt@i915_selftest@live.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/bat-mtlp-8/igt@i915_selftest@live.html * igt@i915_selftest@live@workarounds: - bat-arlh-3: [PASS][8] -> [DMESG-FAIL][9] ([i915#12061]) +1 other test dmesg-fail [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8212/bat-arlh-3/igt@i915_selftest@live@workarounds.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/bat-arlh-3/igt@i915_selftest@live@workarounds.html * igt@kms_psr@psr-primary-page-flip: - fi-glk-j4005: NOTRUN -> [SKIP][10] +10 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/fi-glk-j4005/igt@kms_psr@psr-primary-page-flip.html [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#13203]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13203 [i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8212 -> IGTPW_12510 * Linux: CI_DRM_16031 -> CI_DRM_16037 CI-20190529: 20190529 CI_DRM_16031: 73c0fe019ff4bf312f6ae1114f0ca63bd13ea4b7 @ git://anongit.freedesktop.org/gfx-ci/linux CI_DRM_16037: 486bb0f2805b5fcc43e7cc609b9dd59ef1ffcd79 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_12510: 12510 IGT_8212: 76102a17560c6e6fc6528db29286b0266ccc48ef @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/index.html [-- Attachment #2: Type: text/html, Size: 4331 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] lib: sync intel PCI ID macros with kernel 2025-01-29 0:31 [PATCH] lib: sync intel PCI ID macros with kernel Matt Atwood 2025-01-29 1:57 ` ✓ Xe.CI.BAT: success for " Patchwork 2025-01-29 2:10 ` ✓ i915.CI.BAT: " Patchwork @ 2025-01-29 4:04 ` Chauhan, Shekhar 2025-01-29 9:33 ` Jani Nikula 2025-01-29 13:52 ` ✗ i915.CI.Full: failure for " Patchwork 2025-01-29 15:50 ` ✗ Xe.CI.Full: " Patchwork 4 siblings, 1 reply; 9+ messages in thread From: Chauhan, Shekhar @ 2025-01-29 4:04 UTC (permalink / raw) To: Matt Atwood, igt-dev On 1/29/2025 6:01, Matt Atwood wrote: > lib: sync PCI ID macros with kernel > > Sync with kernel commit: > 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table") Can we have a simpler commit description, something like: "Sync PCI IDs of various platforms with the Xe-KMD." Reason being: The structural modifications below aren't really a part of the kernel commit mentioned. > > Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com> > --- > lib/pciids.h | 73 ++++++++++++++++++++++++++++++++++++++-------------- > 1 file changed, 53 insertions(+), 20 deletions(-) > > diff --git a/lib/pciids.h b/lib/pciids.h > index 7883384ac..4736ea525 100644 > --- a/lib/pciids.h > +++ b/lib/pciids.h > @@ -717,37 +717,66 @@ > MACRO__(0xA7AB, ## __VA_ARGS__) > > /* DG2 */ > -#define INTEL_DG2_G10_IDS(MACRO__, ...) \ > - MACRO__(0x5690, ## __VA_ARGS__), \ > - MACRO__(0x5691, ## __VA_ARGS__), \ > - MACRO__(0x5692, ## __VA_ARGS__), \ > +#define INTEL_DG2_G10_D_IDS(MACRO__, ...) \ > MACRO__(0x56A0, ## __VA_ARGS__), \ > MACRO__(0x56A1, ## __VA_ARGS__), \ > - MACRO__(0x56A2, ## __VA_ARGS__), \ > + MACRO__(0x56A2, ## __VA_ARGS__) > + > +#define INTEL_DG2_G10_E_IDS(MACRO__, ...) \ > MACRO__(0x56BE, ## __VA_ARGS__), \ > MACRO__(0x56BF, ## __VA_ARGS__) > > -#define INTEL_DG2_G11_IDS(MACRO__, ...) \ > - MACRO__(0x5693, ## __VA_ARGS__), \ > - MACRO__(0x5694, ## __VA_ARGS__), \ > - MACRO__(0x5695, ## __VA_ARGS__), \ > +#define INTEL_DG2_G10_M_IDS(MACRO__, ...) \ > + MACRO__(0x5690, ## __VA_ARGS__), \ > + MACRO__(0x5691, ## __VA_ARGS__), \ > + MACRO__(0x5692, ## __VA_ARGS__) > + > +#define INTEL_DG2_G10_IDS(MACRO__, ...) \ > + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \ > + INTEL_DG2_G10_E_IDS(MACRO__, ## __VA_ARGS__), \ > + INTEL_DG2_G10_M_IDS(MACRO__, ## __VA_ARGS__) > + > +#define INTEL_DG2_G11_D_IDS(MACRO__, ...) \ > MACRO__(0x56A5, ## __VA_ARGS__), \ > MACRO__(0x56A6, ## __VA_ARGS__), \ > MACRO__(0x56B0, ## __VA_ARGS__), \ > - MACRO__(0x56B1, ## __VA_ARGS__), \ > + MACRO__(0x56B1, ## __VA_ARGS__) > + > +#define INTEL_DG2_G11_E_IDS(MACRO__, ...) \ > MACRO__(0x56BA, ## __VA_ARGS__), \ > MACRO__(0x56BB, ## __VA_ARGS__), \ > MACRO__(0x56BC, ## __VA_ARGS__), \ > MACRO__(0x56BD, ## __VA_ARGS__) > > -#define INTEL_DG2_G12_IDS(MACRO__, ...) \ > - MACRO__(0x5696, ## __VA_ARGS__), \ > - MACRO__(0x5697, ## __VA_ARGS__), \ > +#define INTEL_DG2_G11_M_IDS(MACRO__, ...) \ > + MACRO__(0x5693, ## __VA_ARGS__), \ > + MACRO__(0x5694, ## __VA_ARGS__), \ > + MACRO__(0x5695, ## __VA_ARGS__) > + > +#define INTEL_DG2_G11_IDS(MACRO__, ...) \ > + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \ > + INTEL_DG2_G11_E_IDS(MACRO__, ## __VA_ARGS__), \ > + INTEL_DG2_G11_M_IDS(MACRO__, ## __VA_ARGS__) > + > +#define INTEL_DG2_G12_D_IDS(MACRO__, ...) \ > MACRO__(0x56A3, ## __VA_ARGS__), \ > MACRO__(0x56A4, ## __VA_ARGS__), \ > MACRO__(0x56B2, ## __VA_ARGS__), \ > MACRO__(0x56B3, ## __VA_ARGS__) > > +#define INTEL_DG2_G12_M_IDS(MACRO__, ...) \ > + MACRO__(0x5696, ## __VA_ARGS__), \ > + MACRO__(0x5697, ## __VA_ARGS__) > + > +#define INTEL_DG2_G12_IDS(MACRO__, ...) \ > + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__), \ > + INTEL_DG2_G12_M_IDS(MACRO__, ## __VA_ARGS__) > + > +#define INTEL_DG2_D_IDS(MACRO__, ...) \ > + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \ > + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \ > + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__) > + > #define INTEL_DG2_IDS(MACRO__, ...) \ > INTEL_DG2_G10_IDS(MACRO__, ## __VA_ARGS__), \ > INTEL_DG2_G11_IDS(MACRO__, ## __VA_ARGS__), \ Although the DG2 IDs look clean to me, but mind explaining me why are we creating these sub-defines for DG2_D / DG2_E / DG2_M > @@ -782,9 +811,12 @@ > INTEL_ARL_S_IDS(MACRO__, ## __VA_ARGS__) > > /* MTL */ > -#define INTEL_MTL_IDS(MACRO__, ...) \ > +#define INTEL_MTL_U_IDS(MACRO__, ...) \ > MACRO__(0x7D40, ## __VA_ARGS__), \ > - MACRO__(0x7D45, ## __VA_ARGS__), \ > + MACRO__(0x7D45, ## __VA_ARGS__) > + > +#define INTEL_MTL_IDS(MACRO__, ...) \ > + INTEL_MTL_U_IDS(MACRO__, ## __VA_ARGS__), \ > MACRO__(0x7D55, ## __VA_ARGS__), \ > MACRO__(0x7D60, ## __VA_ARGS__), \ > MACRO__(0x7DD5, ## __VA_ARGS__) Following up on my last comment, if we are creating sub-defines, the design isn't followed here in MTL. MTL_IDS extends to MTL_U_IDS and a bunch of singletons. Or, if there's a reason behind doing so, please help me understand. > @@ -817,19 +849,20 @@ > MACRO__(0xE20B, ## __VA_ARGS__), \ > MACRO__(0xE20C, ## __VA_ARGS__), \ > MACRO__(0xE20D, ## __VA_ARGS__), \ > - MACRO__(0xE212, ## __VA_ARGS__) > + MACRO__(0xE210, ## __VA_ARGS__), \ > + MACRO__(0xE212, ## __VA_ARGS__), \ > + MACRO__(0xE215, ## __VA_ARGS__), \ > + MACRO__(0xE216, ## __VA_ARGS__) > > /* PTL */ > #define INTEL_PTL_IDS(MACRO__, ...) \ > MACRO__(0xB080, ## __VA_ARGS__), \ > MACRO__(0xB081, ## __VA_ARGS__), \ > MACRO__(0xB082, ## __VA_ARGS__), \ > + MACRO__(0xB083, ## __VA_ARGS__), \ > + MACRO__(0xB08F, ## __VA_ARGS__), \ > MACRO__(0xB090, ## __VA_ARGS__), \ > - MACRO__(0xB091, ## __VA_ARGS__), \ > - MACRO__(0xB092, ## __VA_ARGS__), \ > MACRO__(0xB0A0, ## __VA_ARGS__), \ > - MACRO__(0xB0A1, ## __VA_ARGS__), \ > - MACRO__(0xB0A2, ## __VA_ARGS__), \ > MACRO__(0xB0B0, ## __VA_ARGS__) > > #endif /* __PCIIDS_H__ */ -- -shekhar ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] lib: sync intel PCI ID macros with kernel 2025-01-29 4:04 ` [PATCH] " Chauhan, Shekhar @ 2025-01-29 9:33 ` Jani Nikula 2025-01-29 11:20 ` Kamil Konieczny 0 siblings, 1 reply; 9+ messages in thread From: Jani Nikula @ 2025-01-29 9:33 UTC (permalink / raw) To: Chauhan, Shekhar, Matt Atwood, igt-dev On Wed, 29 Jan 2025, "Chauhan, Shekhar" <shekhar.chauhan@intel.com> wrote: > On 1/29/2025 6:01, Matt Atwood wrote: >> lib: sync PCI ID macros with kernel >> >> Sync with kernel commit: >> 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table") > > Can we have a simpler commit description, something like: "Sync PCI IDs > of various platforms with the Xe-KMD." > > Reason being: The structural modifications below aren't really a part of > the kernel commit mentioned. > >> >> Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com> >> --- >> lib/pciids.h | 73 ++++++++++++++++++++++++++++++++++++++-------------- >> 1 file changed, 53 insertions(+), 20 deletions(-) >> >> diff --git a/lib/pciids.h b/lib/pciids.h >> index 7883384ac..4736ea525 100644 >> --- a/lib/pciids.h >> +++ b/lib/pciids.h >> @@ -717,37 +717,66 @@ >> MACRO__(0xA7AB, ## __VA_ARGS__) >> >> /* DG2 */ >> -#define INTEL_DG2_G10_IDS(MACRO__, ...) \ >> - MACRO__(0x5690, ## __VA_ARGS__), \ >> - MACRO__(0x5691, ## __VA_ARGS__), \ >> - MACRO__(0x5692, ## __VA_ARGS__), \ >> +#define INTEL_DG2_G10_D_IDS(MACRO__, ...) \ >> MACRO__(0x56A0, ## __VA_ARGS__), \ >> MACRO__(0x56A1, ## __VA_ARGS__), \ >> - MACRO__(0x56A2, ## __VA_ARGS__), \ >> + MACRO__(0x56A2, ## __VA_ARGS__) >> + >> +#define INTEL_DG2_G10_E_IDS(MACRO__, ...) \ >> MACRO__(0x56BE, ## __VA_ARGS__), \ >> MACRO__(0x56BF, ## __VA_ARGS__) >> >> -#define INTEL_DG2_G11_IDS(MACRO__, ...) \ >> - MACRO__(0x5693, ## __VA_ARGS__), \ >> - MACRO__(0x5694, ## __VA_ARGS__), \ >> - MACRO__(0x5695, ## __VA_ARGS__), \ >> +#define INTEL_DG2_G10_M_IDS(MACRO__, ...) \ >> + MACRO__(0x5690, ## __VA_ARGS__), \ >> + MACRO__(0x5691, ## __VA_ARGS__), \ >> + MACRO__(0x5692, ## __VA_ARGS__) >> + >> +#define INTEL_DG2_G10_IDS(MACRO__, ...) \ >> + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \ >> + INTEL_DG2_G10_E_IDS(MACRO__, ## __VA_ARGS__), \ >> + INTEL_DG2_G10_M_IDS(MACRO__, ## __VA_ARGS__) >> + >> +#define INTEL_DG2_G11_D_IDS(MACRO__, ...) \ >> MACRO__(0x56A5, ## __VA_ARGS__), \ >> MACRO__(0x56A6, ## __VA_ARGS__), \ >> MACRO__(0x56B0, ## __VA_ARGS__), \ >> - MACRO__(0x56B1, ## __VA_ARGS__), \ >> + MACRO__(0x56B1, ## __VA_ARGS__) >> + >> +#define INTEL_DG2_G11_E_IDS(MACRO__, ...) \ >> MACRO__(0x56BA, ## __VA_ARGS__), \ >> MACRO__(0x56BB, ## __VA_ARGS__), \ >> MACRO__(0x56BC, ## __VA_ARGS__), \ >> MACRO__(0x56BD, ## __VA_ARGS__) >> >> -#define INTEL_DG2_G12_IDS(MACRO__, ...) \ >> - MACRO__(0x5696, ## __VA_ARGS__), \ >> - MACRO__(0x5697, ## __VA_ARGS__), \ >> +#define INTEL_DG2_G11_M_IDS(MACRO__, ...) \ >> + MACRO__(0x5693, ## __VA_ARGS__), \ >> + MACRO__(0x5694, ## __VA_ARGS__), \ >> + MACRO__(0x5695, ## __VA_ARGS__) >> + >> +#define INTEL_DG2_G11_IDS(MACRO__, ...) \ >> + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \ >> + INTEL_DG2_G11_E_IDS(MACRO__, ## __VA_ARGS__), \ >> + INTEL_DG2_G11_M_IDS(MACRO__, ## __VA_ARGS__) >> + >> +#define INTEL_DG2_G12_D_IDS(MACRO__, ...) \ >> MACRO__(0x56A3, ## __VA_ARGS__), \ >> MACRO__(0x56A4, ## __VA_ARGS__), \ >> MACRO__(0x56B2, ## __VA_ARGS__), \ >> MACRO__(0x56B3, ## __VA_ARGS__) >> >> +#define INTEL_DG2_G12_M_IDS(MACRO__, ...) \ >> + MACRO__(0x5696, ## __VA_ARGS__), \ >> + MACRO__(0x5697, ## __VA_ARGS__) >> + >> +#define INTEL_DG2_G12_IDS(MACRO__, ...) \ >> + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__), \ >> + INTEL_DG2_G12_M_IDS(MACRO__, ## __VA_ARGS__) >> + >> +#define INTEL_DG2_D_IDS(MACRO__, ...) \ >> + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \ >> + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \ >> + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__) >> + >> #define INTEL_DG2_IDS(MACRO__, ...) \ >> INTEL_DG2_G10_IDS(MACRO__, ## __VA_ARGS__), \ >> INTEL_DG2_G11_IDS(MACRO__, ## __VA_ARGS__), \ > Although the DG2 IDs look clean to me, but mind explaining me why are we > creating these sub-defines for DG2_D / DG2_E / DG2_M >> @@ -782,9 +811,12 @@ >> INTEL_ARL_S_IDS(MACRO__, ## __VA_ARGS__) >> >> /* MTL */ >> -#define INTEL_MTL_IDS(MACRO__, ...) \ >> +#define INTEL_MTL_U_IDS(MACRO__, ...) \ >> MACRO__(0x7D40, ## __VA_ARGS__), \ >> - MACRO__(0x7D45, ## __VA_ARGS__), \ >> + MACRO__(0x7D45, ## __VA_ARGS__) >> + >> +#define INTEL_MTL_IDS(MACRO__, ...) \ >> + INTEL_MTL_U_IDS(MACRO__, ## __VA_ARGS__), \ >> MACRO__(0x7D55, ## __VA_ARGS__), \ >> MACRO__(0x7D60, ## __VA_ARGS__), \ >> MACRO__(0x7DD5, ## __VA_ARGS__) > > Following up on my last comment, if we are creating sub-defines, the > design isn't followed here in MTL. MTL_IDS extends to MTL_U_IDS and a > bunch of singletons. Or, if there's a reason behind doing so, please > help me understand. This is verbatim copy of the PCI ID file from kernel to IGT. There isn't all that much point in debating the changes here. It's all been done when the changes were made in kernel. BR, Jani. > >> @@ -817,19 +849,20 @@ >> MACRO__(0xE20B, ## __VA_ARGS__), \ >> MACRO__(0xE20C, ## __VA_ARGS__), \ >> MACRO__(0xE20D, ## __VA_ARGS__), \ >> - MACRO__(0xE212, ## __VA_ARGS__) >> + MACRO__(0xE210, ## __VA_ARGS__), \ >> + MACRO__(0xE212, ## __VA_ARGS__), \ >> + MACRO__(0xE215, ## __VA_ARGS__), \ >> + MACRO__(0xE216, ## __VA_ARGS__) >> >> /* PTL */ >> #define INTEL_PTL_IDS(MACRO__, ...) \ >> MACRO__(0xB080, ## __VA_ARGS__), \ >> MACRO__(0xB081, ## __VA_ARGS__), \ >> MACRO__(0xB082, ## __VA_ARGS__), \ >> + MACRO__(0xB083, ## __VA_ARGS__), \ >> + MACRO__(0xB08F, ## __VA_ARGS__), \ >> MACRO__(0xB090, ## __VA_ARGS__), \ >> - MACRO__(0xB091, ## __VA_ARGS__), \ >> - MACRO__(0xB092, ## __VA_ARGS__), \ >> MACRO__(0xB0A0, ## __VA_ARGS__), \ >> - MACRO__(0xB0A1, ## __VA_ARGS__), \ >> - MACRO__(0xB0A2, ## __VA_ARGS__), \ >> MACRO__(0xB0B0, ## __VA_ARGS__) >> >> #endif /* __PCIIDS_H__ */ -- Jani Nikula, Intel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] lib: sync intel PCI ID macros with kernel 2025-01-29 9:33 ` Jani Nikula @ 2025-01-29 11:20 ` Kamil Konieczny 2025-01-29 12:43 ` Jani Nikula 0 siblings, 1 reply; 9+ messages in thread From: Kamil Konieczny @ 2025-01-29 11:20 UTC (permalink / raw) To: Jani Nikula; +Cc: Chauhan, Shekhar, Matt Atwood, igt-dev Hi Jani, On 2025-01-29 at 11:33:25 +0200, Jani Nikula wrote: > On Wed, 29 Jan 2025, "Chauhan, Shekhar" <shekhar.chauhan@intel.com> wrote: > > On 1/29/2025 6:01, Matt Atwood wrote: > >> lib: sync PCI ID macros with kernel > >> > >> Sync with kernel commit: > >> 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table") > > > > Can we have a simpler commit description, something like: "Sync PCI IDs > > of various platforms with the Xe-KMD." > > > > Reason being: The structural modifications below aren't really a part of > > the kernel commit mentioned. > > > >> > >> Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com> > >> --- > >> lib/pciids.h | 73 ++++++++++++++++++++++++++++++++++++++-------------- > >> 1 file changed, 53 insertions(+), 20 deletions(-) > >> > >> diff --git a/lib/pciids.h b/lib/pciids.h > >> index 7883384ac..4736ea525 100644 > >> --- a/lib/pciids.h > >> +++ b/lib/pciids.h > >> @@ -717,37 +717,66 @@ > >> MACRO__(0xA7AB, ## __VA_ARGS__) > >> > >> /* DG2 */ > >> -#define INTEL_DG2_G10_IDS(MACRO__, ...) \ > >> - MACRO__(0x5690, ## __VA_ARGS__), \ > >> - MACRO__(0x5691, ## __VA_ARGS__), \ > >> - MACRO__(0x5692, ## __VA_ARGS__), \ > >> +#define INTEL_DG2_G10_D_IDS(MACRO__, ...) \ > >> MACRO__(0x56A0, ## __VA_ARGS__), \ > >> MACRO__(0x56A1, ## __VA_ARGS__), \ > >> - MACRO__(0x56A2, ## __VA_ARGS__), \ > >> + MACRO__(0x56A2, ## __VA_ARGS__) > >> + > >> +#define INTEL_DG2_G10_E_IDS(MACRO__, ...) \ > >> MACRO__(0x56BE, ## __VA_ARGS__), \ > >> MACRO__(0x56BF, ## __VA_ARGS__) > >> > >> -#define INTEL_DG2_G11_IDS(MACRO__, ...) \ > >> - MACRO__(0x5693, ## __VA_ARGS__), \ > >> - MACRO__(0x5694, ## __VA_ARGS__), \ > >> - MACRO__(0x5695, ## __VA_ARGS__), \ > >> +#define INTEL_DG2_G10_M_IDS(MACRO__, ...) \ > >> + MACRO__(0x5690, ## __VA_ARGS__), \ > >> + MACRO__(0x5691, ## __VA_ARGS__), \ > >> + MACRO__(0x5692, ## __VA_ARGS__) > >> + > >> +#define INTEL_DG2_G10_IDS(MACRO__, ...) \ > >> + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \ > >> + INTEL_DG2_G10_E_IDS(MACRO__, ## __VA_ARGS__), \ > >> + INTEL_DG2_G10_M_IDS(MACRO__, ## __VA_ARGS__) > >> + > >> +#define INTEL_DG2_G11_D_IDS(MACRO__, ...) \ > >> MACRO__(0x56A5, ## __VA_ARGS__), \ > >> MACRO__(0x56A6, ## __VA_ARGS__), \ > >> MACRO__(0x56B0, ## __VA_ARGS__), \ > >> - MACRO__(0x56B1, ## __VA_ARGS__), \ > >> + MACRO__(0x56B1, ## __VA_ARGS__) > >> + > >> +#define INTEL_DG2_G11_E_IDS(MACRO__, ...) \ > >> MACRO__(0x56BA, ## __VA_ARGS__), \ > >> MACRO__(0x56BB, ## __VA_ARGS__), \ > >> MACRO__(0x56BC, ## __VA_ARGS__), \ > >> MACRO__(0x56BD, ## __VA_ARGS__) > >> > >> -#define INTEL_DG2_G12_IDS(MACRO__, ...) \ > >> - MACRO__(0x5696, ## __VA_ARGS__), \ > >> - MACRO__(0x5697, ## __VA_ARGS__), \ > >> +#define INTEL_DG2_G11_M_IDS(MACRO__, ...) \ > >> + MACRO__(0x5693, ## __VA_ARGS__), \ > >> + MACRO__(0x5694, ## __VA_ARGS__), \ > >> + MACRO__(0x5695, ## __VA_ARGS__) > >> + > >> +#define INTEL_DG2_G11_IDS(MACRO__, ...) \ > >> + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \ > >> + INTEL_DG2_G11_E_IDS(MACRO__, ## __VA_ARGS__), \ > >> + INTEL_DG2_G11_M_IDS(MACRO__, ## __VA_ARGS__) > >> + > >> +#define INTEL_DG2_G12_D_IDS(MACRO__, ...) \ > >> MACRO__(0x56A3, ## __VA_ARGS__), \ > >> MACRO__(0x56A4, ## __VA_ARGS__), \ > >> MACRO__(0x56B2, ## __VA_ARGS__), \ > >> MACRO__(0x56B3, ## __VA_ARGS__) > >> > >> +#define INTEL_DG2_G12_M_IDS(MACRO__, ...) \ > >> + MACRO__(0x5696, ## __VA_ARGS__), \ > >> + MACRO__(0x5697, ## __VA_ARGS__) > >> + > >> +#define INTEL_DG2_G12_IDS(MACRO__, ...) \ > >> + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__), \ > >> + INTEL_DG2_G12_M_IDS(MACRO__, ## __VA_ARGS__) > >> + > >> +#define INTEL_DG2_D_IDS(MACRO__, ...) \ > >> + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \ > >> + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \ > >> + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__) > >> + > >> #define INTEL_DG2_IDS(MACRO__, ...) \ > >> INTEL_DG2_G10_IDS(MACRO__, ## __VA_ARGS__), \ > >> INTEL_DG2_G11_IDS(MACRO__, ## __VA_ARGS__), \ > > Although the DG2 IDs look clean to me, but mind explaining me why are we > > creating these sub-defines for DG2_D / DG2_E / DG2_M > >> @@ -782,9 +811,12 @@ > >> INTEL_ARL_S_IDS(MACRO__, ## __VA_ARGS__) > >> > >> /* MTL */ > >> -#define INTEL_MTL_IDS(MACRO__, ...) \ > >> +#define INTEL_MTL_U_IDS(MACRO__, ...) \ > >> MACRO__(0x7D40, ## __VA_ARGS__), \ > >> - MACRO__(0x7D45, ## __VA_ARGS__), \ > >> + MACRO__(0x7D45, ## __VA_ARGS__) > >> + > >> +#define INTEL_MTL_IDS(MACRO__, ...) \ > >> + INTEL_MTL_U_IDS(MACRO__, ## __VA_ARGS__), \ > >> MACRO__(0x7D55, ## __VA_ARGS__), \ > >> MACRO__(0x7D60, ## __VA_ARGS__), \ > >> MACRO__(0x7DD5, ## __VA_ARGS__) > > > > Following up on my last comment, if we are creating sub-defines, the > > design isn't followed here in MTL. MTL_IDS extends to MTL_U_IDS and a > > bunch of singletons. Or, if there's a reason behind doing so, please > > help me understand. > > This is verbatim copy of the PCI ID file from kernel to IGT. There isn't > all that much point in debating the changes here. It's all been done > when the changes were made in kernel. > > BR, > Jani. > Changes should match given commit SHA1, in this patch they don't or am I missing something? Regards, Kamil > > > > >> @@ -817,19 +849,20 @@ > >> MACRO__(0xE20B, ## __VA_ARGS__), \ > >> MACRO__(0xE20C, ## __VA_ARGS__), \ > >> MACRO__(0xE20D, ## __VA_ARGS__), \ > >> - MACRO__(0xE212, ## __VA_ARGS__) > >> + MACRO__(0xE210, ## __VA_ARGS__), \ > >> + MACRO__(0xE212, ## __VA_ARGS__), \ > >> + MACRO__(0xE215, ## __VA_ARGS__), \ > >> + MACRO__(0xE216, ## __VA_ARGS__) > >> > >> /* PTL */ > >> #define INTEL_PTL_IDS(MACRO__, ...) \ > >> MACRO__(0xB080, ## __VA_ARGS__), \ > >> MACRO__(0xB081, ## __VA_ARGS__), \ > >> MACRO__(0xB082, ## __VA_ARGS__), \ > >> + MACRO__(0xB083, ## __VA_ARGS__), \ > >> + MACRO__(0xB08F, ## __VA_ARGS__), \ > >> MACRO__(0xB090, ## __VA_ARGS__), \ > >> - MACRO__(0xB091, ## __VA_ARGS__), \ > >> - MACRO__(0xB092, ## __VA_ARGS__), \ > >> MACRO__(0xB0A0, ## __VA_ARGS__), \ > >> - MACRO__(0xB0A1, ## __VA_ARGS__), \ > >> - MACRO__(0xB0A2, ## __VA_ARGS__), \ > >> MACRO__(0xB0B0, ## __VA_ARGS__) > >> > >> #endif /* __PCIIDS_H__ */ > > -- > Jani Nikula, Intel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] lib: sync intel PCI ID macros with kernel 2025-01-29 11:20 ` Kamil Konieczny @ 2025-01-29 12:43 ` Jani Nikula 0 siblings, 0 replies; 9+ messages in thread From: Jani Nikula @ 2025-01-29 12:43 UTC (permalink / raw) To: Kamil Konieczny; +Cc: Chauhan, Shekhar, Matt Atwood, igt-dev On Wed, 29 Jan 2025, Kamil Konieczny <kamil.konieczny@linux.intel.com> wrote: > Hi Jani, > On 2025-01-29 at 11:33:25 +0200, Jani Nikula wrote: >> On Wed, 29 Jan 2025, "Chauhan, Shekhar" <shekhar.chauhan@intel.com> wrote: >> > On 1/29/2025 6:01, Matt Atwood wrote: >> >> lib: sync PCI ID macros with kernel >> >> >> >> Sync with kernel commit: >> >> 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table") >> > >> > Can we have a simpler commit description, something like: "Sync PCI IDs >> > of various platforms with the Xe-KMD." >> > >> > Reason being: The structural modifications below aren't really a part of >> > the kernel commit mentioned. >> > >> >> >> >> Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com> >> >> --- >> >> lib/pciids.h | 73 ++++++++++++++++++++++++++++++++++++++-------------- >> >> 1 file changed, 53 insertions(+), 20 deletions(-) >> >> >> >> diff --git a/lib/pciids.h b/lib/pciids.h >> >> index 7883384ac..4736ea525 100644 >> >> --- a/lib/pciids.h >> >> +++ b/lib/pciids.h >> >> @@ -717,37 +717,66 @@ >> >> MACRO__(0xA7AB, ## __VA_ARGS__) >> >> >> >> /* DG2 */ >> >> -#define INTEL_DG2_G10_IDS(MACRO__, ...) \ >> >> - MACRO__(0x5690, ## __VA_ARGS__), \ >> >> - MACRO__(0x5691, ## __VA_ARGS__), \ >> >> - MACRO__(0x5692, ## __VA_ARGS__), \ >> >> +#define INTEL_DG2_G10_D_IDS(MACRO__, ...) \ >> >> MACRO__(0x56A0, ## __VA_ARGS__), \ >> >> MACRO__(0x56A1, ## __VA_ARGS__), \ >> >> - MACRO__(0x56A2, ## __VA_ARGS__), \ >> >> + MACRO__(0x56A2, ## __VA_ARGS__) >> >> + >> >> +#define INTEL_DG2_G10_E_IDS(MACRO__, ...) \ >> >> MACRO__(0x56BE, ## __VA_ARGS__), \ >> >> MACRO__(0x56BF, ## __VA_ARGS__) >> >> >> >> -#define INTEL_DG2_G11_IDS(MACRO__, ...) \ >> >> - MACRO__(0x5693, ## __VA_ARGS__), \ >> >> - MACRO__(0x5694, ## __VA_ARGS__), \ >> >> - MACRO__(0x5695, ## __VA_ARGS__), \ >> >> +#define INTEL_DG2_G10_M_IDS(MACRO__, ...) \ >> >> + MACRO__(0x5690, ## __VA_ARGS__), \ >> >> + MACRO__(0x5691, ## __VA_ARGS__), \ >> >> + MACRO__(0x5692, ## __VA_ARGS__) >> >> + >> >> +#define INTEL_DG2_G10_IDS(MACRO__, ...) \ >> >> + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \ >> >> + INTEL_DG2_G10_E_IDS(MACRO__, ## __VA_ARGS__), \ >> >> + INTEL_DG2_G10_M_IDS(MACRO__, ## __VA_ARGS__) >> >> + >> >> +#define INTEL_DG2_G11_D_IDS(MACRO__, ...) \ >> >> MACRO__(0x56A5, ## __VA_ARGS__), \ >> >> MACRO__(0x56A6, ## __VA_ARGS__), \ >> >> MACRO__(0x56B0, ## __VA_ARGS__), \ >> >> - MACRO__(0x56B1, ## __VA_ARGS__), \ >> >> + MACRO__(0x56B1, ## __VA_ARGS__) >> >> + >> >> +#define INTEL_DG2_G11_E_IDS(MACRO__, ...) \ >> >> MACRO__(0x56BA, ## __VA_ARGS__), \ >> >> MACRO__(0x56BB, ## __VA_ARGS__), \ >> >> MACRO__(0x56BC, ## __VA_ARGS__), \ >> >> MACRO__(0x56BD, ## __VA_ARGS__) >> >> >> >> -#define INTEL_DG2_G12_IDS(MACRO__, ...) \ >> >> - MACRO__(0x5696, ## __VA_ARGS__), \ >> >> - MACRO__(0x5697, ## __VA_ARGS__), \ >> >> +#define INTEL_DG2_G11_M_IDS(MACRO__, ...) \ >> >> + MACRO__(0x5693, ## __VA_ARGS__), \ >> >> + MACRO__(0x5694, ## __VA_ARGS__), \ >> >> + MACRO__(0x5695, ## __VA_ARGS__) >> >> + >> >> +#define INTEL_DG2_G11_IDS(MACRO__, ...) \ >> >> + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \ >> >> + INTEL_DG2_G11_E_IDS(MACRO__, ## __VA_ARGS__), \ >> >> + INTEL_DG2_G11_M_IDS(MACRO__, ## __VA_ARGS__) >> >> + >> >> +#define INTEL_DG2_G12_D_IDS(MACRO__, ...) \ >> >> MACRO__(0x56A3, ## __VA_ARGS__), \ >> >> MACRO__(0x56A4, ## __VA_ARGS__), \ >> >> MACRO__(0x56B2, ## __VA_ARGS__), \ >> >> MACRO__(0x56B3, ## __VA_ARGS__) >> >> >> >> +#define INTEL_DG2_G12_M_IDS(MACRO__, ...) \ >> >> + MACRO__(0x5696, ## __VA_ARGS__), \ >> >> + MACRO__(0x5697, ## __VA_ARGS__) >> >> + >> >> +#define INTEL_DG2_G12_IDS(MACRO__, ...) \ >> >> + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__), \ >> >> + INTEL_DG2_G12_M_IDS(MACRO__, ## __VA_ARGS__) >> >> + >> >> +#define INTEL_DG2_D_IDS(MACRO__, ...) \ >> >> + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \ >> >> + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \ >> >> + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__) >> >> + >> >> #define INTEL_DG2_IDS(MACRO__, ...) \ >> >> INTEL_DG2_G10_IDS(MACRO__, ## __VA_ARGS__), \ >> >> INTEL_DG2_G11_IDS(MACRO__, ## __VA_ARGS__), \ >> > Although the DG2 IDs look clean to me, but mind explaining me why are we >> > creating these sub-defines for DG2_D / DG2_E / DG2_M >> >> @@ -782,9 +811,12 @@ >> >> INTEL_ARL_S_IDS(MACRO__, ## __VA_ARGS__) >> >> >> >> /* MTL */ >> >> -#define INTEL_MTL_IDS(MACRO__, ...) \ >> >> +#define INTEL_MTL_U_IDS(MACRO__, ...) \ >> >> MACRO__(0x7D40, ## __VA_ARGS__), \ >> >> - MACRO__(0x7D45, ## __VA_ARGS__), \ >> >> + MACRO__(0x7D45, ## __VA_ARGS__) >> >> + >> >> +#define INTEL_MTL_IDS(MACRO__, ...) \ >> >> + INTEL_MTL_U_IDS(MACRO__, ## __VA_ARGS__), \ >> >> MACRO__(0x7D55, ## __VA_ARGS__), \ >> >> MACRO__(0x7D60, ## __VA_ARGS__), \ >> >> MACRO__(0x7DD5, ## __VA_ARGS__) >> > >> > Following up on my last comment, if we are creating sub-defines, the >> > design isn't followed here in MTL. MTL_IDS extends to MTL_U_IDS and a >> > bunch of singletons. Or, if there's a reason behind doing so, please >> > help me understand. >> >> This is verbatim copy of the PCI ID file from kernel to IGT. There isn't >> all that much point in debating the changes here. It's all been done >> when the changes were made in kernel. >> >> BR, >> Jani. >> > > Changes should match given commit SHA1, in this patch they don't > or am I missing something? There have been kernel changes to that file in two different upstream branches. The branches will have different content until they get merged together in the future. I presume the file was picked up from drm-tip, in which case there will be no permanent commit id that will match the contents of the file. But that's really not what I was commenting on previously. BR, Jani. > > Regards, > Kamil > >> >> > >> >> @@ -817,19 +849,20 @@ >> >> MACRO__(0xE20B, ## __VA_ARGS__), \ >> >> MACRO__(0xE20C, ## __VA_ARGS__), \ >> >> MACRO__(0xE20D, ## __VA_ARGS__), \ >> >> - MACRO__(0xE212, ## __VA_ARGS__) >> >> + MACRO__(0xE210, ## __VA_ARGS__), \ >> >> + MACRO__(0xE212, ## __VA_ARGS__), \ >> >> + MACRO__(0xE215, ## __VA_ARGS__), \ >> >> + MACRO__(0xE216, ## __VA_ARGS__) >> >> >> >> /* PTL */ >> >> #define INTEL_PTL_IDS(MACRO__, ...) \ >> >> MACRO__(0xB080, ## __VA_ARGS__), \ >> >> MACRO__(0xB081, ## __VA_ARGS__), \ >> >> MACRO__(0xB082, ## __VA_ARGS__), \ >> >> + MACRO__(0xB083, ## __VA_ARGS__), \ >> >> + MACRO__(0xB08F, ## __VA_ARGS__), \ >> >> MACRO__(0xB090, ## __VA_ARGS__), \ >> >> - MACRO__(0xB091, ## __VA_ARGS__), \ >> >> - MACRO__(0xB092, ## __VA_ARGS__), \ >> >> MACRO__(0xB0A0, ## __VA_ARGS__), \ >> >> - MACRO__(0xB0A1, ## __VA_ARGS__), \ >> >> - MACRO__(0xB0A2, ## __VA_ARGS__), \ >> >> MACRO__(0xB0B0, ## __VA_ARGS__) >> >> >> >> #endif /* __PCIIDS_H__ */ >> >> -- >> Jani Nikula, Intel -- Jani Nikula, Intel ^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ i915.CI.Full: failure for lib: sync intel PCI ID macros with kernel 2025-01-29 0:31 [PATCH] lib: sync intel PCI ID macros with kernel Matt Atwood ` (2 preceding siblings ...) 2025-01-29 4:04 ` [PATCH] " Chauhan, Shekhar @ 2025-01-29 13:52 ` Patchwork 2025-01-29 15:50 ` ✗ Xe.CI.Full: " Patchwork 4 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2025-01-29 13:52 UTC (permalink / raw) To: Matt Atwood; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 100260 bytes --] == Series Details == Series: lib: sync intel PCI ID macros with kernel URL : https://patchwork.freedesktop.org/series/144077/ State : failure == Summary == CI Bug Log - changes from CI_DRM_16037_full -> IGTPW_12510_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_12510_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_12510_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. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/index.html Participating hosts (11 -> 11) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_12510_full: ### IGT changes ### #### Possible regressions #### * igt@gem_eio@in-flight-internal-10ms: - shard-mtlp: [PASS][1] -> [ABORT][2] +1 other test abort [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-mtlp-7/igt@gem_eio@in-flight-internal-10ms.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-7/igt@gem_eio@in-flight-internal-10ms.html * igt@gem_render_copy_redux@interruptible: - shard-dg1: [PASS][3] -> [ABORT][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-dg1-18/igt@gem_render_copy_redux@interruptible.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-14/igt@gem_render_copy_redux@interruptible.html * igt@perf_pmu@module-unload: - shard-mtlp: [PASS][5] -> [INCOMPLETE][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-mtlp-6/igt@perf_pmu@module-unload.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-2/igt@perf_pmu@module-unload.html - shard-dg2: [PASS][7] -> [INCOMPLETE][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-dg2-2/igt@perf_pmu@module-unload.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-10/igt@perf_pmu@module-unload.html * igt@perf_pmu@rc6@runtime-pm-long-gt0: - shard-rkl: NOTRUN -> [SKIP][9] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-3/igt@perf_pmu@rc6@runtime-pm-long-gt0.html * igt@sysfs_heartbeat_interval@nopreempt@vcs0: - shard-mtlp: NOTRUN -> [ABORT][10] [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-7/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html Known issues ------------ Here are the changes found in IGTPW_12510_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-purge-cache: - shard-dg1: NOTRUN -> [SKIP][11] ([i915#8411]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-12/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@api_intel_bb@crc32: - shard-dg1: NOTRUN -> [SKIP][12] ([i915#6230]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@api_intel_bb@crc32.html * igt@api_intel_bb@object-reloc-keep-cache: - shard-mtlp: NOTRUN -> [SKIP][13] ([i915#8411]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-6/igt@api_intel_bb@object-reloc-keep-cache.html * igt@device_reset@unbind-cold-reset-rebind: - shard-dg1: NOTRUN -> [SKIP][14] ([i915#11078]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-18/igt@device_reset@unbind-cold-reset-rebind.html - shard-tglu: NOTRUN -> [SKIP][15] ([i915#11078]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-3/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@isolation@vecs0: - shard-dg1: NOTRUN -> [SKIP][16] ([i915#8414]) +13 other tests skip [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-12/igt@drm_fdinfo@isolation@vecs0.html * igt@drm_fdinfo@virtual-busy-idle: - shard-mtlp: NOTRUN -> [SKIP][17] ([i915#8414]) +7 other tests skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-3/igt@drm_fdinfo@virtual-busy-idle.html - shard-dg2: NOTRUN -> [SKIP][18] ([i915#8414]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-3/igt@drm_fdinfo@virtual-busy-idle.html * igt@gem_basic@multigpu-create-close: - shard-mtlp: NOTRUN -> [SKIP][19] ([i915#7697]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-6/igt@gem_basic@multigpu-create-close.html - shard-dg2: NOTRUN -> [SKIP][20] ([i915#7697]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-10/igt@gem_basic@multigpu-create-close.html * igt@gem_caching@read-writes: - shard-mtlp: NOTRUN -> [SKIP][21] ([i915#4873]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-6/igt@gem_caching@read-writes.html * igt@gem_ccs@block-copy-compressed: - shard-rkl: NOTRUN -> [SKIP][22] ([i915#3555] / [i915#9323]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-7/igt@gem_ccs@block-copy-compressed.html * igt@gem_ccs@block-multicopy-compressed: - shard-dg1: NOTRUN -> [SKIP][23] ([i915#9323]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@gem_ccs@block-multicopy-compressed.html * igt@gem_close_race@multigpu-basic-process: - shard-tglu: NOTRUN -> [SKIP][24] ([i915#7697]) +1 other test skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-2/igt@gem_close_race@multigpu-basic-process.html * igt@gem_create@create-ext-set-pat: - shard-dg1: NOTRUN -> [SKIP][25] ([i915#8562]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-18/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_persistence@engines-mixed-process: - shard-snb: NOTRUN -> [SKIP][26] ([i915#1099]) +4 other tests skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-snb5/igt@gem_ctx_persistence@engines-mixed-process.html * igt@gem_ctx_persistence@heartbeat-stop: - shard-dg1: NOTRUN -> [SKIP][27] ([i915#8555]) +1 other test skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-12/igt@gem_ctx_persistence@heartbeat-stop.html * igt@gem_ctx_sseu@engines: - shard-dg1: NOTRUN -> [SKIP][28] ([i915#280]) +2 other tests skip [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@gem_ctx_sseu@engines.html - shard-tglu: NOTRUN -> [SKIP][29] ([i915#280]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-3/igt@gem_ctx_sseu@engines.html * igt@gem_ctx_sseu@invalid-sseu: - shard-tglu-1: NOTRUN -> [SKIP][30] ([i915#280]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_eio@unwedge-stress: - shard-snb: NOTRUN -> [FAIL][31] ([i915#8898]) +1 other test fail [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-snb2/igt@gem_eio@unwedge-stress.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg2: NOTRUN -> [SKIP][32] ([i915#4812]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-7/igt@gem_exec_balancer@bonded-false-hang.html - shard-mtlp: NOTRUN -> [SKIP][33] ([i915#4812]) +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-7/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@parallel: - shard-tglu: NOTRUN -> [SKIP][34] ([i915#4525]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-7/igt@gem_exec_balancer@parallel.html * igt@gem_exec_balancer@parallel-ordering: - shard-rkl: NOTRUN -> [SKIP][35] ([i915#4525]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@gem_exec_balancer@parallel-ordering.html - shard-tglu-1: NOTRUN -> [SKIP][36] ([i915#4525]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@gem_exec_balancer@parallel-ordering.html * igt@gem_exec_capture@capture-invisible: - shard-dg2: NOTRUN -> [SKIP][37] ([i915#6334]) +2 other tests skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-7/igt@gem_exec_capture@capture-invisible.html - shard-dg1: NOTRUN -> [SKIP][38] ([i915#6334]) +2 other tests skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@gem_exec_capture@capture-invisible.html * igt@gem_exec_fence@syncobj-backward-timeline-chain-engines: - shard-glk: NOTRUN -> [DMESG-WARN][39] ([i915#118]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-glk7/igt@gem_exec_fence@syncobj-backward-timeline-chain-engines.html * igt@gem_exec_flush@basic-uc-pro-default: - shard-dg2: NOTRUN -> [SKIP][40] ([i915#3539] / [i915#4852]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-10/igt@gem_exec_flush@basic-uc-pro-default.html - shard-dg1: NOTRUN -> [SKIP][41] ([i915#3539] / [i915#4852]) +2 other tests skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-18/igt@gem_exec_flush@basic-uc-pro-default.html * igt@gem_exec_flush@basic-uc-set-default: - shard-dg1: NOTRUN -> [SKIP][42] ([i915#3539]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-18/igt@gem_exec_flush@basic-uc-set-default.html * igt@gem_exec_reloc@basic-active: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#3281]) +10 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-10/igt@gem_exec_reloc@basic-active.html * igt@gem_exec_reloc@basic-gtt-wc: - shard-mtlp: NOTRUN -> [SKIP][44] ([i915#3281]) +4 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-1/igt@gem_exec_reloc@basic-gtt-wc.html * igt@gem_exec_reloc@basic-scanout: - shard-rkl: NOTRUN -> [SKIP][45] ([i915#3281]) +10 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-4/igt@gem_exec_reloc@basic-scanout.html * igt@gem_exec_reloc@basic-wc-read: - shard-dg1: NOTRUN -> [SKIP][46] ([i915#3281]) +8 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@gem_exec_reloc@basic-wc-read.html * igt@gem_exec_schedule@deep@rcs0: - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4537]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-6/igt@gem_exec_schedule@deep@rcs0.html * igt@gem_exec_schedule@preempt-queue: - shard-dg2: NOTRUN -> [SKIP][48] ([i915#4537] / [i915#4812]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-2/igt@gem_exec_schedule@preempt-queue.html * igt@gem_exec_schedule@preempt-queue-contexts: - shard-dg1: NOTRUN -> [SKIP][49] ([i915#4812]) +3 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@gem_exec_schedule@preempt-queue-contexts.html * igt@gem_fence_thrash@bo-write-verify-y: - shard-dg1: NOTRUN -> [SKIP][50] ([i915#4860]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-18/igt@gem_fence_thrash@bo-write-verify-y.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4860]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-5/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html * igt@gem_lmem_evict@dontneed-evict-race: - shard-tglu: NOTRUN -> [SKIP][52] ([i915#4613] / [i915#7582]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-9/igt@gem_lmem_evict@dontneed-evict-race.html * igt@gem_lmem_swapping@parallel-random-verify: - shard-rkl: NOTRUN -> [SKIP][53] ([i915#4613]) +3 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-1/igt@gem_lmem_swapping@parallel-random-verify.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-tglu: NOTRUN -> [SKIP][54] ([i915#4613]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-3/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@random-engines: - shard-glk: NOTRUN -> [SKIP][55] ([i915#4613]) +2 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-glk1/igt@gem_lmem_swapping@random-engines.html - shard-mtlp: NOTRUN -> [SKIP][56] ([i915#4613]) +2 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-1/igt@gem_lmem_swapping@random-engines.html - shard-tglu-1: NOTRUN -> [SKIP][57] ([i915#4613]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@gem_lmem_swapping@random-engines.html * igt@gem_lmem_swapping@verify-random-ccs: - shard-dg1: NOTRUN -> [SKIP][58] ([i915#12193]) +1 other test skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-12/igt@gem_lmem_swapping@verify-random-ccs.html * igt@gem_lmem_swapping@verify-random-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][59] ([i915#4565]) +1 other test skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-12/igt@gem_lmem_swapping@verify-random-ccs@lmem0.html * igt@gem_media_fill@media-fill: - shard-dg2: NOTRUN -> [SKIP][60] ([i915#8289]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-5/igt@gem_media_fill@media-fill.html * igt@gem_mmap_gtt@big-bo-tiledx: - shard-dg2: NOTRUN -> [SKIP][61] ([i915#4077]) +8 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-10/igt@gem_mmap_gtt@big-bo-tiledx.html * igt@gem_mmap_gtt@fault-concurrent-y: - shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4077]) +8 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-6/igt@gem_mmap_gtt@fault-concurrent-y.html * igt@gem_mmap_gtt@medium-copy-odd: - shard-dg1: NOTRUN -> [SKIP][63] ([i915#4077]) +17 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-12/igt@gem_mmap_gtt@medium-copy-odd.html * igt@gem_mmap_wc@fault-concurrent: - shard-dg2: NOTRUN -> [SKIP][64] ([i915#4083]) +4 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-6/igt@gem_mmap_wc@fault-concurrent.html * igt@gem_mmap_wc@read-write-distinct: - shard-dg1: NOTRUN -> [SKIP][65] ([i915#4083]) +6 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-14/igt@gem_mmap_wc@read-write-distinct.html - shard-mtlp: NOTRUN -> [SKIP][66] ([i915#4083]) +3 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-8/igt@gem_mmap_wc@read-write-distinct.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-dg1: NOTRUN -> [SKIP][67] ([i915#3282]) +5 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pread@snoop: - shard-rkl: NOTRUN -> [SKIP][68] ([i915#3282]) +3 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-3/igt@gem_pread@snoop.html * igt@gem_pwrite@basic-random: - shard-dg2: NOTRUN -> [SKIP][69] ([i915#3282]) +3 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-8/igt@gem_pwrite@basic-random.html - shard-mtlp: NOTRUN -> [SKIP][70] ([i915#3282]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-2/igt@gem_pwrite@basic-random.html * igt@gem_pxp@create-protected-buffer: - shard-dg1: NOTRUN -> [SKIP][71] ([i915#4270]) +3 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-18/igt@gem_pxp@create-protected-buffer.html * igt@gem_pxp@display-protected-crc: - shard-dg2: NOTRUN -> [SKIP][72] ([i915#4270]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-7/igt@gem_pxp@display-protected-crc.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-rkl: NOTRUN -> [TIMEOUT][73] ([i915#12964]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-3/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-rkl: NOTRUN -> [TIMEOUT][74] ([i915#12917] / [i915#12964]) +3 other tests timeout [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-2/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_render_copy@yf-tiled-ccs-to-y-tiled: - shard-dg2: NOTRUN -> [SKIP][75] ([i915#5190] / [i915#8428]) +5 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-4/igt@gem_render_copy@yf-tiled-ccs-to-y-tiled.html * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][76] ([i915#8428]) +8 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-6/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html * igt@gem_render_tiled_blits@basic: - shard-dg1: NOTRUN -> [SKIP][77] ([i915#4079]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-12/igt@gem_render_tiled_blits@basic.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-mtlp: NOTRUN -> [SKIP][78] ([i915#4079]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-1/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_softpin@evict-snoop: - shard-dg1: NOTRUN -> [SKIP][79] ([i915#4885]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-14/igt@gem_softpin@evict-snoop.html * igt@gem_softpin@noreloc-s3: - shard-glk: [PASS][80] -> [INCOMPLETE][81] ([i915#13306]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-glk4/igt@gem_softpin@noreloc-s3.html [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-glk8/igt@gem_softpin@noreloc-s3.html * igt@gem_tiled_swapping@non-threaded: - shard-glk: NOTRUN -> [ABORT][82] ([i915#13263] / [i915#13449]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-glk1/igt@gem_tiled_swapping@non-threaded.html * igt@gem_unfence_active_buffers: - shard-dg2: NOTRUN -> [SKIP][83] ([i915#4879]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-2/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@coherency-unsync: - shard-rkl: NOTRUN -> [SKIP][84] ([i915#3297]) +2 other tests skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-6/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@invalid-mmap-offset-unsync: - shard-dg2: NOTRUN -> [SKIP][85] ([i915#3297]) +1 other test skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-8/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#3297] / [i915#4880]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-2/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@relocations: - shard-rkl: NOTRUN -> [SKIP][87] ([i915#3281] / [i915#3297]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-3/igt@gem_userptr_blits@relocations.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-dg1: NOTRUN -> [SKIP][88] ([i915#3297]) +2 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-18/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-tglu: NOTRUN -> [SKIP][89] ([i915#3297]) +1 other test skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-3/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gem_workarounds@suspend-resume-context: - shard-glk: [PASS][90] -> [INCOMPLETE][91] ([i915#13356]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-glk3/igt@gem_workarounds@suspend-resume-context.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-glk9/igt@gem_workarounds@suspend-resume-context.html * igt@gen3_render_tiledx_blits: - shard-dg2: NOTRUN -> [SKIP][92] +6 other tests skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-7/igt@gen3_render_tiledx_blits.html * igt@gen9_exec_parse@allowed-all: - shard-mtlp: NOTRUN -> [SKIP][93] ([i915#2856]) +1 other test skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-2/igt@gen9_exec_parse@allowed-all.html - shard-dg2: NOTRUN -> [SKIP][94] ([i915#2856]) +1 other test skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-8/igt@gen9_exec_parse@allowed-all.html - shard-tglu-1: NOTRUN -> [SKIP][95] ([i915#2527] / [i915#2856]) +1 other test skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@gen9_exec_parse@allowed-all.html - shard-glk: NOTRUN -> [ABORT][96] ([i915#5566]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-glk9/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@bb-start-cmd: - shard-dg1: NOTRUN -> [SKIP][97] ([i915#2527]) +4 other tests skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-18/igt@gen9_exec_parse@bb-start-cmd.html * igt@gen9_exec_parse@bb-start-out: - shard-rkl: NOTRUN -> [SKIP][98] ([i915#2527]) +5 other tests skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-1/igt@gen9_exec_parse@bb-start-out.html * igt@gen9_exec_parse@cmd-crossing-page: - shard-tglu: NOTRUN -> [SKIP][99] ([i915#2527] / [i915#2856]) +3 other tests skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-9/igt@gen9_exec_parse@cmd-crossing-page.html * igt@i915_fb_tiling: - shard-dg1: NOTRUN -> [SKIP][100] ([i915#4881]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@i915_fb_tiling.html * igt@i915_module_load@reload-with-fault-injection: - shard-rkl: [PASS][101] -> [ABORT][102] ([i915#9820]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-rkl-5/igt@i915_module_load@reload-with-fault-injection.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-2/igt@i915_module_load@reload-with-fault-injection.html - shard-glk: [PASS][103] -> [ABORT][104] ([i915#9820]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-glk4/igt@i915_module_load@reload-with-fault-injection.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-glk1/igt@i915_module_load@reload-with-fault-injection.html - shard-dg2: [PASS][105] -> [ABORT][106] ([i915#10887] / [i915#9820]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-dg2-4/igt@i915_module_load@reload-with-fault-injection.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-6/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-tglu-1: NOTRUN -> [SKIP][107] ([i915#6412]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@i915_module_load@resize-bar.html - shard-dg1: NOTRUN -> [SKIP][108] ([i915#7178]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-12/igt@i915_module_load@resize-bar.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-dg2: NOTRUN -> [SKIP][109] ([i915#7091]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-7/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html - shard-mtlp: NOTRUN -> [SKIP][110] ([i915#8436]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-4/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@i915_pm_rc6_residency@rc6-idle: - shard-tglu: NOTRUN -> [WARN][111] ([i915#2681]) +4 other tests warn [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-idle.html * igt@i915_pm_rpm@system-suspend-devices: - shard-mtlp: [PASS][112] -> [ABORT][113] ([i915#13193]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-mtlp-5/igt@i915_pm_rpm@system-suspend-devices.html [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-7/igt@i915_pm_rpm@system-suspend-devices.html * igt@i915_pm_rps@min-max-config-loaded: - shard-dg1: NOTRUN -> [SKIP][114] ([i915#11681] / [i915#6621]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-14/igt@i915_pm_rps@min-max-config-loaded.html - shard-mtlp: NOTRUN -> [SKIP][115] ([i915#11681] / [i915#6621]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-8/igt@i915_pm_rps@min-max-config-loaded.html * igt@i915_pm_rps@reset: - shard-mtlp: NOTRUN -> [FAIL][116] ([i915#8346]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-6/igt@i915_pm_rps@reset.html * igt@i915_pm_rps@thresholds-idle: - shard-dg1: NOTRUN -> [SKIP][117] ([i915#11681]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@i915_pm_rps@thresholds-idle.html * igt@i915_power@sanity: - shard-mtlp: [PASS][118] -> [SKIP][119] ([i915#7984]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-mtlp-2/igt@i915_power@sanity.html [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-6/igt@i915_power@sanity.html * igt@i915_query@hwconfig_table: - shard-tglu-1: NOTRUN -> [SKIP][120] ([i915#6245]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@i915_query@hwconfig_table.html - shard-rkl: NOTRUN -> [SKIP][121] ([i915#6245]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@i915_query@hwconfig_table.html * igt@i915_selftest@mock@memory_region: - shard-dg1: NOTRUN -> [DMESG-WARN][122] ([i915#9311]) +1 other test dmesg-warn [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@i915_selftest@mock@memory_region.html * igt@i915_suspend@debugfs-reader: - shard-glk: [PASS][123] -> [INCOMPLETE][124] ([i915#4817]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-glk3/igt@i915_suspend@debugfs-reader.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-glk7/igt@i915_suspend@debugfs-reader.html - shard-mtlp: [PASS][125] -> [INCOMPLETE][126] ([i915#13491]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-mtlp-4/igt@i915_suspend@debugfs-reader.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-1/igt@i915_suspend@debugfs-reader.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#5190]) +1 other test skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@bo-too-small-due-to-tiling: - shard-dg1: NOTRUN -> [SKIP][128] ([i915#4212]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-14/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][129] ([i915#4212]) +2 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-8/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-tglu: NOTRUN -> [SKIP][130] ([i915#12454] / [i915#12712]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-9/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html - shard-mtlp: NOTRUN -> [SKIP][131] ([i915#12454] / [i915#12712]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-6/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-dp-4-4-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][132] ([i915#8709]) +7 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-10/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-dp-4-4-mc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-y-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][133] ([i915#8709]) +1 other test skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-6/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-y-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-4-y-rc-ccs-cc: - shard-dg1: NOTRUN -> [SKIP][134] ([i915#8709]) +3 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-14/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-4-y-rc-ccs-cc.html * igt@kms_async_flips@invalid-async-flip-atomic: - shard-dg2: NOTRUN -> [SKIP][135] ([i915#12967]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-1/igt@kms_async_flips@invalid-async-flip-atomic.html * igt@kms_async_flips@test-cursor: - shard-mtlp: NOTRUN -> [SKIP][136] ([i915#10333]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-1/igt@kms_async_flips@test-cursor.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-dg1: NOTRUN -> [SKIP][137] ([i915#9531]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-tglu: NOTRUN -> [SKIP][138] ([i915#9531]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-4/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1: - shard-tglu: [PASS][139] -> [FAIL][140] ([i915#11808]) +1 other test fail [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-tglu-9/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-4/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-tglu: NOTRUN -> [SKIP][141] ([i915#5286]) +6 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-4/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][142] ([i915#5286]) +7 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-4/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0: - shard-dg1: NOTRUN -> [SKIP][143] ([i915#4538] / [i915#5286]) +5 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-18/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-mtlp: [PASS][144] -> [FAIL][145] ([i915#5138]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@linear-64bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][146] ([i915#3638]) +4 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-6/igt@kms_big_fb@linear-64bpp-rotate-90.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][147] ([i915#3638]) +5 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-14/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-8bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][148] ([i915#4538] / [i915#5190]) +13 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-1/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-dg1: NOTRUN -> [SKIP][149] ([i915#4538]) +8 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0: - shard-mtlp: NOTRUN -> [SKIP][150] +9 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-1/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][151] ([i915#6095]) +69 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-8/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-rkl: NOTRUN -> [SKIP][152] ([i915#12313]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][153] ([i915#6095]) +173 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-14/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4.html * igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#6095]) +29 other tests skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-5/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-d-edp-1.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs: - shard-dg1: NOTRUN -> [SKIP][155] ([i915#12313]) +1 other test skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][156] ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-8/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][157] ([i915#6095]) +102 other tests skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs: - shard-rkl: NOTRUN -> [SKIP][158] ([i915#12805]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-1/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-1: - shard-tglu-1: NOTRUN -> [SKIP][159] ([i915#6095]) +24 other tests skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-1.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][160] ([i915#6095]) +16 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-1/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-3.html * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-2: - shard-glk: NOTRUN -> [INCOMPLETE][161] ([i915#12796]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-glk2/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-2.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][162] ([i915#10307] / [i915#6095]) +118 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs: - shard-tglu: NOTRUN -> [SKIP][163] ([i915#12313]) +1 other test skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-9/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html * igt@kms_cdclk@mode-transition: - shard-rkl: NOTRUN -> [SKIP][164] ([i915#3742]) +1 other test skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-3/igt@kms_cdclk@mode-transition.html * igt@kms_chamelium_color@ctm-negative: - shard-glk: NOTRUN -> [SKIP][165] +283 other tests skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-glk6/igt@kms_chamelium_color@ctm-negative.html * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend: - shard-rkl: NOTRUN -> [SKIP][166] ([i915#11151] / [i915#7828]) +12 other tests skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html * igt@kms_chamelium_frames@hdmi-crc-multiple: - shard-dg2: NOTRUN -> [SKIP][167] ([i915#11151] / [i915#7828]) +4 other tests skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-3/igt@kms_chamelium_frames@hdmi-crc-multiple.html * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: - shard-tglu-1: NOTRUN -> [SKIP][168] ([i915#11151] / [i915#7828]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html * igt@kms_chamelium_hpd@dp-hpd: - shard-dg1: NOTRUN -> [SKIP][169] ([i915#11151] / [i915#7828]) +12 other tests skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@kms_chamelium_hpd@dp-hpd.html * igt@kms_chamelium_hpd@hdmi-hpd-fast: - shard-mtlp: NOTRUN -> [SKIP][170] ([i915#11151] / [i915#7828]) +2 other tests skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-7/igt@kms_chamelium_hpd@hdmi-hpd-fast.html * igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode: - shard-tglu: NOTRUN -> [SKIP][171] ([i915#11151] / [i915#7828]) +5 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-2/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html * igt@kms_content_protection@atomic-dpms: - shard-tglu: NOTRUN -> [SKIP][172] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) +1 other test skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-6/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@content-type-change: - shard-dg2: NOTRUN -> [SKIP][173] ([i915#9424]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-7/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg2: NOTRUN -> [SKIP][174] ([i915#3299]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-7/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@dp-mst-type-1: - shard-dg1: NOTRUN -> [SKIP][175] ([i915#3299]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-12/igt@kms_content_protection@dp-mst-type-1.html - shard-mtlp: NOTRUN -> [SKIP][176] ([i915#3299]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-2/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@lic-type-0: - shard-rkl: NOTRUN -> [SKIP][177] ([i915#9424]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-1/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@lic-type-1: - shard-dg1: NOTRUN -> [SKIP][178] ([i915#9424]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-12/igt@kms_content_protection@lic-type-1.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][179] ([i915#7118] / [i915#7162] / [i915#9424]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-10/igt@kms_content_protection@type1.html - shard-rkl: NOTRUN -> [SKIP][180] ([i915#7118] / [i915#9424]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-6/igt@kms_content_protection@type1.html - shard-dg1: NOTRUN -> [SKIP][181] ([i915#7116] / [i915#9424]) +1 other test skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-18/igt@kms_content_protection@type1.html - shard-mtlp: NOTRUN -> [SKIP][182] ([i915#3555] / [i915#6944] / [i915#9424]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-2/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-tglu: NOTRUN -> [SKIP][183] ([i915#13049]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-8/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-dg2: NOTRUN -> [SKIP][184] ([i915#13049]) +1 other test skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-1/igt@kms_cursor_crc@cursor-onscreen-512x512.html - shard-dg1: NOTRUN -> [SKIP][185] ([i915#13049]) +1 other test skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-12/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-64x21@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [FAIL][186] ([i915#13566]) +1 other test fail [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-3/igt@kms_cursor_crc@cursor-onscreen-64x21@pipe-a-hdmi-a-1.html * igt@kms_cursor_crc@cursor-random-32x10: - shard-mtlp: NOTRUN -> [SKIP][187] ([i915#3555] / [i915#8814]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-8/igt@kms_cursor_crc@cursor-random-32x10.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-rkl: NOTRUN -> [SKIP][188] ([i915#13049]) +1 other test skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-4/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-rkl: NOTRUN -> [SKIP][189] ([i915#3555]) +9 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-1/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_crc@cursor-sliding-128x42: - shard-tglu: [PASS][190] -> [FAIL][191] ([i915#13566]) +1 other test fail [190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-tglu-6/igt@kms_cursor_crc@cursor-sliding-128x42.html [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-9/igt@kms_cursor_crc@cursor-sliding-128x42.html * igt@kms_cursor_crc@cursor-sliding-64x21: - shard-tglu-1: NOTRUN -> [FAIL][192] ([i915#13566]) +3 other tests fail [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-64x21.html * igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [FAIL][193] ([i915#13566]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-2.html * igt@kms_cursor_edge_walk@128x128-right-edge@pipe-a-hdmi-a-2: - shard-rkl: [PASS][194] -> [DMESG-WARN][195] ([i915#12964]) +42 other tests dmesg-warn [194]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-rkl-1/igt@kms_cursor_edge_walk@128x128-right-edge@pipe-a-hdmi-a-2.html [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-3/igt@kms_cursor_edge_walk@128x128-right-edge@pipe-a-hdmi-a-2.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][196] ([i915#9809]) +1 other test skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-3/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][197] ([i915#13046] / [i915#5354]) +3 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-2/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-dg1: NOTRUN -> [SKIP][198] ([i915#4103] / [i915#4213]) +1 other test skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size: - shard-rkl: NOTRUN -> [SKIP][199] +22 other tests skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [PASS][200] -> [FAIL][201] ([i915#2346]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-mtlp: NOTRUN -> [SKIP][202] ([i915#9067]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-6/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-dg2: NOTRUN -> [SKIP][203] ([i915#9067]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-5/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-dg1: NOTRUN -> [SKIP][204] ([i915#9067]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-tglu: NOTRUN -> [SKIP][205] ([i915#9067]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-6/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-dg2: NOTRUN -> [SKIP][206] ([i915#4103] / [i915#4213]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-tglu: NOTRUN -> [SKIP][207] ([i915#4103]) +1 other test skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl: - shard-snb: NOTRUN -> [FAIL][208] ([i915#12170]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-snb2/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1: - shard-snb: NOTRUN -> [FAIL][209] ([i915#11968]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-snb2/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-dg1: NOTRUN -> [SKIP][210] ([i915#9723]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html - shard-tglu: NOTRUN -> [SKIP][211] ([i915#9723]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-2/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc: - shard-dg1: NOTRUN -> [SKIP][212] ([i915#3555]) +5 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html - shard-tglu: NOTRUN -> [SKIP][213] ([i915#1769] / [i915#3555] / [i915#3804]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][214] ([i915#3804]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_dp_aux_dev: - shard-dg1: NOTRUN -> [SKIP][215] ([i915#1257]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-18/igt@kms_dp_aux_dev.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-dg2: NOTRUN -> [SKIP][216] ([i915#12402]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-7/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_draw_crc@draw-method-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][217] ([i915#8812]) +1 other test skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@kms_draw_crc@draw-method-mmap-gtt.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][218] ([i915#8812]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-8/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - shard-rkl: NOTRUN -> [SKIP][219] ([i915#3840]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-1/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_dsc@dsc-with-bpc: - shard-dg2: NOTRUN -> [SKIP][220] ([i915#3555] / [i915#3840]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-3/igt@kms_dsc@dsc-with-bpc.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-tglu-1: NOTRUN -> [SKIP][221] ([i915#3555] / [i915#3840]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-formats: - shard-tglu: NOTRUN -> [SKIP][222] ([i915#3555] / [i915#3840]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-8/igt@kms_dsc@dsc-with-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-tglu: NOTRUN -> [SKIP][223] ([i915#3840] / [i915#9053]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-5/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-rkl: NOTRUN -> [DMESG-FAIL][224] ([i915#12964]) [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-3/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_fbcon_fbt@psr: - shard-dg1: NOTRUN -> [SKIP][225] ([i915#3469]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@kms_fbcon_fbt@psr.html * igt@kms_feature_discovery@chamelium: - shard-dg2: NOTRUN -> [SKIP][226] ([i915#4854]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-1/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-3x: - shard-dg2: NOTRUN -> [SKIP][227] ([i915#1839]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-5/igt@kms_feature_discovery@display-3x.html - shard-dg1: NOTRUN -> [SKIP][228] ([i915#1839]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@kms_feature_discovery@display-3x.html - shard-tglu: NOTRUN -> [SKIP][229] ([i915#1839]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-6/igt@kms_feature_discovery@display-3x.html - shard-mtlp: NOTRUN -> [SKIP][230] ([i915#1839]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-6/igt@kms_feature_discovery@display-3x.html * igt@kms_feature_discovery@display-4x: - shard-rkl: NOTRUN -> [SKIP][231] ([i915#1839]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@kms_feature_discovery@display-4x.html * igt@kms_feature_discovery@dp-mst: - shard-dg2: NOTRUN -> [SKIP][232] ([i915#9337]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-5/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr2: - shard-tglu: NOTRUN -> [SKIP][233] ([i915#658]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-5/igt@kms_feature_discovery@psr2.html * igt@kms_fence_pin_leak: - shard-dg2: NOTRUN -> [SKIP][234] ([i915#4881]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-10/igt@kms_fence_pin_leak.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: - shard-dg2: NOTRUN -> [SKIP][235] ([i915#9934]) +4 other tests skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-10/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html * igt@kms_flip@2x-flip-vs-expired-vblank: - shard-mtlp: NOTRUN -> [SKIP][236] ([i915#3637]) +6 other tests skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-5/igt@kms_flip@2x-flip-vs-expired-vblank.html * igt@kms_flip@2x-nonexisting-fb: - shard-tglu: NOTRUN -> [SKIP][237] ([i915#3637]) +4 other tests skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-5/igt@kms_flip@2x-nonexisting-fb.html * igt@kms_flip@2x-plain-flip: - shard-dg1: NOTRUN -> [SKIP][238] ([i915#9934]) +7 other tests skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-14/igt@kms_flip@2x-plain-flip.html * igt@kms_flip@2x-wf_vblank-ts-check: - shard-snb: [PASS][239] -> [FAIL][240] ([i915#11989]) +1 other test fail [239]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-snb5/igt@kms_flip@2x-wf_vblank-ts-check.html [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-snb7/igt@kms_flip@2x-wf_vblank-ts-check.html * igt@kms_flip@2x-wf_vblank-ts-check-interruptible: - shard-rkl: NOTRUN -> [SKIP][241] ([i915#9934]) +9 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-4/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html - shard-tglu-1: NOTRUN -> [SKIP][242] ([i915#3637]) +4 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html * igt@kms_flip@flip-vs-suspend: - shard-glk: NOTRUN -> [INCOMPLETE][243] ([i915#12745] / [i915#4839]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-glk7/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend@a-hdmi-a1: - shard-glk: NOTRUN -> [INCOMPLETE][244] ([i915#12745]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-glk7/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][245] ([i915#2672]) +2 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html - shard-tglu-1: NOTRUN -> [SKIP][246] ([i915#2587] / [i915#2672]) +1 other test skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: - shard-dg1: NOTRUN -> [SKIP][247] ([i915#2587] / [i915#2672] / [i915#3555]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-12/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling: - shard-tglu: NOTRUN -> [SKIP][248] ([i915#2587] / [i915#2672] / [i915#3555]) +1 other test skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html - shard-dg2: NOTRUN -> [SKIP][249] ([i915#2672] / [i915#3555] / [i915#5190]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][250] ([i915#2672] / [i915#8813]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][251] ([i915#2672]) +2 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][252] ([i915#2587] / [i915#2672]) +3 other tests skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling: - shard-rkl: NOTRUN -> [SKIP][253] ([i915#2672] / [i915#3555]) +2 other tests skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-tglu-1: NOTRUN -> [SKIP][254] ([i915#2672] / [i915#3555]) +1 other test skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][255] ([i915#2587] / [i915#2672]) +4 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling: - shard-mtlp: NOTRUN -> [SKIP][256] ([i915#3555] / [i915#8810] / [i915#8813]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][257] ([i915#3555] / [i915#8810]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling: - shard-tglu: NOTRUN -> [SKIP][258] ([i915#2672] / [i915#3555]) +1 other test skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling: - shard-dg1: NOTRUN -> [SKIP][259] ([i915#2672] / [i915#3555]) +3 other tests skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-14/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-mtlp: NOTRUN -> [SKIP][260] ([i915#2672] / [i915#3555] / [i915#8813]) +4 other tests skip [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html - shard-dg2: NOTRUN -> [SKIP][261] ([i915#2672] / [i915#3555]) +3 other tests skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][262] ([i915#8708]) +7 other tests skip [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][263] ([i915#5354]) +24 other tests skip [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render: - shard-dg1: NOTRUN -> [SKIP][264] +61 other tests skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite: - shard-dg2: [PASS][265] -> [FAIL][266] ([i915#6880]) +2 other tests fail [265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-suspend: - shard-rkl: [PASS][267] -> [DMESG-FAIL][268] ([i915#12964]) +2 other tests dmesg-fail [267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-suspend.html [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-suspend.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-dg2: NOTRUN -> [SKIP][269] ([i915#10055]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][270] ([i915#3458]) +12 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][271] ([i915#10433] / [i915#3458]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][272] ([i915#8708]) +26 other tests skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite: - shard-tglu-1: NOTRUN -> [SKIP][273] +29 other tests skip [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-cpu: - shard-mtlp: NOTRUN -> [SKIP][274] ([i915#1825]) +12 other tests skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt: - shard-rkl: NOTRUN -> [SKIP][275] ([i915#1825]) +28 other tests skip [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen: - shard-tglu: NOTRUN -> [SKIP][276] +81 other tests skip [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc: - shard-rkl: NOTRUN -> [SKIP][277] ([i915#3023]) +32 other tests skip [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-dg1: NOTRUN -> [SKIP][278] ([i915#9766]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-14/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][279] ([i915#8708]) +14 other tests skip [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][280] ([i915#3458]) +24 other tests skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite.html * igt@kms_hdr@bpc-switch-dpms: - shard-tglu: NOTRUN -> [SKIP][281] ([i915#3555] / [i915#8228]) +1 other test skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-8/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@bpc-switch-suspend: - shard-dg2: NOTRUN -> [SKIP][282] ([i915#3555] / [i915#8228]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-7/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@brightness-with-hdr: - shard-rkl: NOTRUN -> [SKIP][283] ([i915#12713]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-4/igt@kms_hdr@brightness-with-hdr.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: [PASS][284] -> [SKIP][285] ([i915#3555] / [i915#8228]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-dg2-10/igt@kms_hdr@invalid-metadata-sizes.html [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-6/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle: - shard-rkl: NOTRUN -> [SKIP][286] ([i915#3555] / [i915#8228]) [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@kms_hdr@static-toggle.html * igt@kms_hdr@static-toggle-dpms: - shard-dg1: NOTRUN -> [SKIP][287] ([i915#3555] / [i915#8228]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-12/igt@kms_hdr@static-toggle-dpms.html * igt@kms_joiner@basic-big-joiner: - shard-rkl: NOTRUN -> [SKIP][288] ([i915#10656]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@kms_joiner@basic-big-joiner.html * igt@kms_joiner@basic-force-big-joiner: - shard-rkl: NOTRUN -> [SKIP][289] ([i915#12388]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@kms_joiner@basic-force-big-joiner.html - shard-tglu-1: NOTRUN -> [SKIP][290] ([i915#12388]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@kms_joiner@basic-force-big-joiner.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-dg2: NOTRUN -> [SKIP][291] ([i915#10656]) [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-5/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-dg1: NOTRUN -> [SKIP][292] ([i915#12388]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-14/igt@kms_joiner@invalid-modeset-force-big-joiner.html - shard-tglu: NOTRUN -> [SKIP][293] ([i915#12388]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-8/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_joiner@invalid-modeset-force-ultra-joiner: - shard-dg2: NOTRUN -> [SKIP][294] ([i915#10656] / [i915#13522]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-3/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner: - shard-tglu: NOTRUN -> [SKIP][295] ([i915#13522]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-5/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html - shard-dg2: NOTRUN -> [SKIP][296] ([i915#13522]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-2/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html - shard-rkl: NOTRUN -> [SKIP][297] ([i915#13522]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-1/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html * igt@kms_panel_fitting@legacy: - shard-tglu: NOTRUN -> [SKIP][298] ([i915#6301]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-3/igt@kms_panel_fitting@legacy.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a: - shard-rkl: NOTRUN -> [SKIP][299] ([i915#12247]) +10 other tests skip [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format: - shard-dg2: NOTRUN -> [SKIP][300] ([i915#12247] / [i915#9423]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-8/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c: - shard-tglu: NOTRUN -> [SKIP][301] ([i915#12247]) +14 other tests skip [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-9/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25: - shard-dg2: NOTRUN -> [SKIP][302] ([i915#12247] / [i915#6953] / [i915#9423]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c: - shard-dg2: NOTRUN -> [SKIP][303] ([i915#12247]) +7 other tests skip [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-dg1: NOTRUN -> [SKIP][304] ([i915#12247] / [i915#3555]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-14/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html - shard-rkl: NOTRUN -> [SKIP][305] ([i915#12247] / [i915#3555]) [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75: - shard-mtlp: NOTRUN -> [SKIP][306] ([i915#12247] / [i915#6953]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25: - shard-dg1: NOTRUN -> [SKIP][307] ([i915#12247] / [i915#6953]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b: - shard-dg1: NOTRUN -> [SKIP][308] ([i915#12247]) +17 other tests skip [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75: - shard-mtlp: NOTRUN -> [SKIP][309] ([i915#12247] / [i915#3555] / [i915#6953]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-4/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-a: - shard-mtlp: NOTRUN -> [SKIP][310] ([i915#12247]) +22 other tests skip [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-4/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-a.html * igt@kms_pm_backlight@bad-brightness: - shard-dg1: NOTRUN -> [SKIP][311] ([i915#5354]) [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-18/igt@kms_pm_backlight@bad-brightness.html * igt@kms_pm_backlight@brightness-with-dpms: - shard-dg2: NOTRUN -> [SKIP][312] ([i915#12343]) [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-1/igt@kms_pm_backlight@brightness-with-dpms.html * igt@kms_pm_backlight@fade: - shard-rkl: NOTRUN -> [SKIP][313] ([i915#5354]) [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@kms_pm_backlight@fade.html - shard-tglu-1: NOTRUN -> [SKIP][314] ([i915#9812]) [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@kms_pm_backlight@fade.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-mtlp: NOTRUN -> [SKIP][315] ([i915#9292]) [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-6/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@dc5-psr: - shard-dg2: NOTRUN -> [SKIP][316] ([i915#9685]) [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-1/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc5-retention-flops: - shard-rkl: NOTRUN -> [SKIP][317] ([i915#3828]) [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-2/igt@kms_pm_dc@dc5-retention-flops.html * igt@kms_pm_dc@dc6-psr: - shard-mtlp: [PASS][318] -> [FAIL][319] ([i915#12912]) [318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-mtlp-7/igt@kms_pm_dc@dc6-psr.html [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-1/igt@kms_pm_dc@dc6-psr.html - shard-rkl: NOTRUN -> [SKIP][320] ([i915#9685]) [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-3/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_lpsp@kms-lpsp: - shard-rkl: NOTRUN -> [SKIP][321] ([i915#9340]) [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-1/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_lpsp@screens-disabled: - shard-tglu: NOTRUN -> [SKIP][322] ([i915#8430]) [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-4/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-tglu: NOTRUN -> [SKIP][323] ([i915#9519]) [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-3/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-rkl: NOTRUN -> [SKIP][324] ([i915#9519]) [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-rkl: [PASS][325] -> [SKIP][326] ([i915#9519]) [325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@kms_prime@basic-modeset-hybrid: - shard-rkl: NOTRUN -> [SKIP][327] ([i915#6524]) [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-7/igt@kms_prime@basic-modeset-hybrid.html - shard-tglu: NOTRUN -> [SKIP][328] ([i915#6524]) [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-2/igt@kms_prime@basic-modeset-hybrid.html - shard-mtlp: NOTRUN -> [SKIP][329] ([i915#6524]) [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-4/igt@kms_prime@basic-modeset-hybrid.html - shard-dg2: NOTRUN -> [SKIP][330] ([i915#6524] / [i915#6805]) [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-7/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf: - shard-tglu: NOTRUN -> [SKIP][331] ([i915#11520]) +5 other tests skip [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area: - shard-mtlp: NOTRUN -> [SKIP][332] ([i915#12316]) +1 other test skip [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-2/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area: - shard-snb: NOTRUN -> [SKIP][333] ([i915#11520]) +10 other tests skip [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-snb7/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area: - shard-tglu-1: NOTRUN -> [SKIP][334] ([i915#11520]) +3 other tests skip [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html - shard-dg1: NOTRUN -> [SKIP][335] ([i915#11520]) +9 other tests skip [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: - shard-rkl: NOTRUN -> [SKIP][336] ([i915#11520]) +11 other tests skip [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-2/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf: - shard-dg2: NOTRUN -> [SKIP][337] ([i915#11520]) +3 other tests skip [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-8/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf.html * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area: - shard-glk: NOTRUN -> [SKIP][338] ([i915#11520]) +7 other tests skip [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-glk1/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-nv12: - shard-dg2: NOTRUN -> [SKIP][339] ([i915#9683]) [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-8/igt@kms_psr2_su@page_flip-nv12.html - shard-tglu-1: NOTRUN -> [SKIP][340] ([i915#9683]) [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr2_su@page_flip-p010: - shard-tglu: NOTRUN -> [SKIP][341] ([i915#9683]) [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-9/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-dg1: NOTRUN -> [SKIP][342] ([i915#9683]) [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-pr-no-drrs: - shard-rkl: NOTRUN -> [SKIP][343] ([i915#1072] / [i915#9732]) +27 other tests skip [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@kms_psr@fbc-pr-no-drrs.html * igt@kms_psr@fbc-psr-cursor-render: - shard-tglu: NOTRUN -> [SKIP][344] ([i915#9732]) +20 other tests skip [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-5/igt@kms_psr@fbc-psr-cursor-render.html * igt@kms_psr@fbc-psr-primary-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][345] ([i915#1072] / [i915#9732]) +14 other tests skip [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-5/igt@kms_psr@fbc-psr-primary-mmap-gtt.html * igt@kms_psr@fbc-psr2-cursor-plane-onoff: - shard-mtlp: NOTRUN -> [SKIP][346] ([i915#9688]) +12 other tests skip [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-3/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html * igt@kms_psr@pr-sprite-render: - shard-tglu-1: NOTRUN -> [SKIP][347] ([i915#9732]) +5 other tests skip [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@kms_psr@pr-sprite-render.html * igt@kms_psr@psr2-primary-mmap-cpu: - shard-dg1: NOTRUN -> [SKIP][348] ([i915#1072] / [i915#9732]) +30 other tests skip [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@kms_psr@psr2-primary-mmap-cpu.html * igt@kms_psr@psr2-sprite-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][349] ([i915#4077] / [i915#9688]) +1 other test skip [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-6/igt@kms_psr@psr2-sprite-mmap-gtt.html * igt@kms_rotation_crc@primary-rotation-270: - shard-mtlp: NOTRUN -> [SKIP][350] ([i915#12755]) +1 other test skip [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-2/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][351] ([i915#5289]) +2 other tests skip [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html - shard-dg1: NOTRUN -> [SKIP][352] ([i915#5289]) [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html - shard-tglu: NOTRUN -> [SKIP][353] ([i915#5289]) [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-tglu-1: NOTRUN -> [SKIP][354] ([i915#5289]) +1 other test skip [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_scaling_modes@scaling-mode-full: - shard-tglu: NOTRUN -> [SKIP][355] ([i915#3555]) +2 other tests skip [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-2/igt@kms_scaling_modes@scaling-mode-full.html * igt@kms_setmode@basic: - shard-snb: NOTRUN -> [FAIL][356] ([i915#5465]) +2 other tests fail [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-snb5/igt@kms_setmode@basic.html * igt@kms_setmode@basic-clone-single-crtc: - shard-dg2: NOTRUN -> [SKIP][357] ([i915#3555]) +4 other tests skip [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-6/igt@kms_setmode@basic-clone-single-crtc.html * igt@kms_vrr@lobf: - shard-rkl: NOTRUN -> [SKIP][358] ([i915#11920]) [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-2/igt@kms_vrr@lobf.html * igt@kms_vrr@max-min: - shard-dg1: NOTRUN -> [SKIP][359] ([i915#9906]) +2 other tests skip [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@kms_vrr@max-min.html - shard-tglu: NOTRUN -> [SKIP][360] ([i915#9906]) +1 other test skip [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-4/igt@kms_vrr@max-min.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-tglu-1: NOTRUN -> [SKIP][361] ([i915#9906]) [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-dg2: NOTRUN -> [SKIP][362] ([i915#9906]) +1 other test skip [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-1/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-rkl: NOTRUN -> [SKIP][363] ([i915#9906]) [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-4/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-mtlp: NOTRUN -> [SKIP][364] ([i915#8808] / [i915#9906]) [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-7/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@kms_writeback@writeback-fb-id: - shard-glk: NOTRUN -> [SKIP][365] ([i915#2437]) +1 other test skip [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-glk6/igt@kms_writeback@writeback-fb-id.html - shard-dg1: NOTRUN -> [SKIP][366] ([i915#2437]) [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-tglu: NOTRUN -> [SKIP][367] ([i915#2437] / [i915#9412]) [367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-2/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-invalid-parameters: - shard-mtlp: NOTRUN -> [SKIP][368] ([i915#2437]) [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-2/igt@kms_writeback@writeback-invalid-parameters.html * igt@kms_writeback@writeback-pixel-formats: - shard-rkl: NOTRUN -> [SKIP][369] ([i915#2437] / [i915#9412]) [369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-2/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@gen8-unprivileged-single-ctx-counters: - shard-rkl: NOTRUN -> [SKIP][370] ([i915#2436]) [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-3/igt@perf@gen8-unprivileged-single-ctx-counters.html * igt@perf@global-sseu-config-invalid: - shard-dg2: NOTRUN -> [SKIP][371] ([i915#7387]) [371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-7/igt@perf@global-sseu-config-invalid.html * igt@perf@mi-rpc: - shard-dg1: NOTRUN -> [SKIP][372] ([i915#2434]) [372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@perf@mi-rpc.html * igt@perf_pmu@busy-accuracy-98: - shard-snb: NOTRUN -> [SKIP][373] +465 other tests skip [373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-snb2/igt@perf_pmu@busy-accuracy-98.html * igt@perf_pmu@cpu-hotplug: - shard-mtlp: NOTRUN -> [SKIP][374] ([i915#8850]) [374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-1/igt@perf_pmu@cpu-hotplug.html - shard-tglu-1: NOTRUN -> [SKIP][375] ([i915#8850]) [375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-1/igt@perf_pmu@cpu-hotplug.html - shard-dg2: NOTRUN -> [SKIP][376] ([i915#8850]) [376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-4/igt@perf_pmu@cpu-hotplug.html - shard-rkl: NOTRUN -> [SKIP][377] ([i915#8850]) [377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@perf_pmu@cpu-hotplug.html - shard-dg1: NOTRUN -> [SKIP][378] ([i915#8850]) [378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@perf_pmu@cpu-hotplug.html * igt@perf_pmu@frequency: - shard-tglu: [PASS][379] -> [FAIL][380] ([i915#12549]) +1 other test fail [379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-tglu-10/igt@perf_pmu@frequency.html [380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-3/igt@perf_pmu@frequency.html * igt@perf_pmu@most-busy-check-all: - shard-rkl: NOTRUN -> [FAIL][381] ([i915#4349]) +1 other test fail [381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-3/igt@perf_pmu@most-busy-check-all.html * igt@perf_pmu@rc6: - shard-rkl: NOTRUN -> [DMESG-WARN][382] ([i915#12964]) +23 other tests dmesg-warn [382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-3/igt@perf_pmu@rc6.html * igt@perf_pmu@rc6-all-gts: - shard-dg1: NOTRUN -> [SKIP][383] ([i915#8516]) [383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-12/igt@perf_pmu@rc6-all-gts.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-rkl: NOTRUN -> [SKIP][384] ([i915#8516]) [384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-3/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_vgem@coherency-gtt: - shard-rkl: NOTRUN -> [SKIP][385] ([i915#3708]) +1 other test skip [385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-7/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-flip-hang: - shard-dg1: NOTRUN -> [SKIP][386] ([i915#3708]) +2 other tests skip [386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@prime_vgem@fence-flip-hang.html - shard-mtlp: NOTRUN -> [SKIP][387] ([i915#3708]) [387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-5/igt@prime_vgem@fence-flip-hang.html * igt@prime_vgem@fence-read-hang: - shard-dg2: NOTRUN -> [SKIP][388] ([i915#3708]) +1 other test skip [388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-6/igt@prime_vgem@fence-read-hang.html * igt@sriov_basic@enable-vfs-bind-unbind-each: - shard-dg1: NOTRUN -> [SKIP][389] ([i915#9917]) [389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-17/igt@sriov_basic@enable-vfs-bind-unbind-each.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-tglu: NOTRUN -> [FAIL][390] ([i915#12910]) [390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-2/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html * igt@sysfs_heartbeat_interval@nopreempt: - shard-mtlp: NOTRUN -> [ABORT][391] ([i915#13193]) [391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-7/igt@sysfs_heartbeat_interval@nopreempt.html * igt@tools_test@sysfs_l3_parity: - shard-dg1: NOTRUN -> [SKIP][392] ([i915#4818]) [392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-18/igt@tools_test@sysfs_l3_parity.html #### Possible fixes #### * igt@gem_caching@writes: - shard-rkl: [DMESG-WARN][393] ([i915#12917] / [i915#12964]) -> [PASS][394] [393]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-rkl-3/igt@gem_caching@writes.html [394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-4/igt@gem_caching@writes.html * igt@gem_ctx_freq@sysfs: - shard-dg2: [FAIL][395] ([i915#9561]) -> [PASS][396] +1 other test pass [395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-dg2-1/igt@gem_ctx_freq@sysfs.html [396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-5/igt@gem_ctx_freq@sysfs.html * igt@gem_eio@create-ext: - shard-mtlp: [ABORT][397] ([i915#13193]) -> [PASS][398] +2 other tests pass [397]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-mtlp-7/igt@gem_eio@create-ext.html [398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-8/igt@gem_eio@create-ext.html * igt@gem_eio@hibernate: - shard-mtlp: [ABORT][399] ([i915#7975]) -> [PASS][400] [399]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-mtlp-7/igt@gem_eio@hibernate.html [400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-4/igt@gem_eio@hibernate.html * igt@gem_eio@kms: - shard-dg1: [FAIL][401] ([i915#5784]) -> [PASS][402] [401]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-dg1-17/igt@gem_eio@kms.html [402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@gem_eio@kms.html * igt@gem_exec_suspend@basic-s4-devices: - shard-tglu: [ABORT][403] ([i915#7975] / [i915#8213]) -> [PASS][404] +1 other test pass [403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices.html [404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-9/igt@gem_exec_suspend@basic-s4-devices.html * igt@i915_pm_freq_api@freq-suspend@gt0: - shard-dg2: [INCOMPLETE][405] ([i915#12455]) -> [PASS][406] +1 other test pass [405]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-dg2-10/igt@i915_pm_freq_api@freq-suspend@gt0.html [406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-8/igt@i915_pm_freq_api@freq-suspend@gt0.html * igt@i915_pm_rc6_residency@rc6-accuracy: - shard-rkl: [FAIL][407] ([i915#12942]) -> [PASS][408] +1 other test pass [407]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-rkl-4/igt@i915_pm_rc6_residency@rc6-accuracy.html [408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-1/igt@i915_pm_rc6_residency@rc6-accuracy.html * igt@i915_suspend@sysfs-reader: - shard-rkl: [DMESG-FAIL][409] ([i915#12964]) -> [PASS][410] +1 other test pass [409]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-rkl-1/igt@i915_suspend@sysfs-reader.html [410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-7/igt@i915_suspend@sysfs-reader.html * igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-hdmi-a-2: - shard-rkl: [DMESG-WARN][411] ([i915#12964]) -> [PASS][412] +33 other tests pass [411]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-rkl-5/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-hdmi-a-2.html [412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-5/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-hdmi-a-2.html * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1: - shard-tglu: [FAIL][413] ([i915#11808]) -> [PASS][414] +1 other test pass [413]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-tglu-5/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html [414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-4/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1: - shard-glk: [INCOMPLETE][415] ([i915#12796]) -> [PASS][416] [415]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-glk8/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html [416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-glk2/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html * igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc: - shard-dg1: [DMESG-WARN][417] ([i915#4423]) -> [PASS][418] [417]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-dg1-17/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc.html [418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg1-13/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc.html * igt@kms_cursor_crc@cursor-onscreen-128x42: - shard-rkl: [FAIL][419] ([i915#13566]) -> [PASS][420] +1 other test pass [419]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-rkl-7/igt@kms_cursor_crc@cursor-onscreen-128x42.html [420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-128x42.html * igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-1: - shard-tglu: [FAIL][421] ([i915#13566]) -> [PASS][422] +3 other tests pass [421]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-tglu-5/igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-1.html [422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-7/igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-1.html * igt@kms_flip@blocking-wf_vblank@b-hdmi-a1: - shard-tglu: [FAIL][423] ([i915#11989]) -> [PASS][424] +2 other tests pass [423]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-tglu-9/igt@kms_flip@blocking-wf_vblank@b-hdmi-a1.html [424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-tglu-3/igt@kms_flip@blocking-wf_vblank@b-hdmi-a1.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-cpu: - shard-dg2: [FAIL][425] ([i915#6880]) -> [PASS][426] [425]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-cpu.html [426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render: - {shard-dg2-9}: [FAIL][427] ([i915#6880]) -> [PASS][428] [427]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-dg2-9/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render.html [428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-9/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render.html * igt@kms_pm_dc@dc6-dpms: - shard-mtlp: [FAIL][429] ([i915#12913]) -> [PASS][430] [429]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-mtlp-4/igt@kms_pm_dc@dc6-dpms.html [430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-mtlp-7/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: [SKIP][431] ([i915#9519]) -> [PASS][432] [431]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16037/shard-dg2-1/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html [432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_setmode@basic@pipe-b-edp-1: - shard-mtlp: [FAIL][433] ([i915#5465]) -> [PASS][434] +2 other tests == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12510/index.html [-- Attachment #2: Type: text/html, Size: 109814 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Xe.CI.Full: failure for lib: sync intel PCI ID macros with kernel 2025-01-29 0:31 [PATCH] lib: sync intel PCI ID macros with kernel Matt Atwood ` (3 preceding siblings ...) 2025-01-29 13:52 ` ✗ i915.CI.Full: failure for " Patchwork @ 2025-01-29 15:50 ` Patchwork 4 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2025-01-29 15:50 UTC (permalink / raw) To: Matt Atwood; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 113799 bytes --] == Series Details == Series: lib: sync intel PCI ID macros with kernel URL : https://patchwork.freedesktop.org/series/144077/ State : failure == Summary == CI Bug Log - changes from XEIGT_8212_full -> XEIGTPW_12510_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_12510_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_12510_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_12510_full: ### IGT changes ### #### Possible regressions #### * igt@xe_exec_basic@many-basic-defer-bind: - shard-dg2-set2: [PASS][1] -> [DMESG-WARN][2] +1 other test dmesg-warn [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@xe_exec_basic@many-basic-defer-bind.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-436/igt@xe_exec_basic@many-basic-defer-bind.html #### Warnings #### * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-bmg: [DMESG-WARN][3] ([Intel XE#4172]) -> [DMESG-WARN][4] [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html Known issues ------------ Here are the changes found in XEIGTPW_12510_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_getversion@basic: - shard-dg2-set2: [PASS][5] -> [FAIL][6] ([Intel XE#3440]) [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@core_getversion@basic.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@core_getversion@basic.html * igt@core_setmaster@master-drop-set-root: - shard-bmg: [PASS][7] -> [FAIL][8] ([Intel XE#3249]) +1 other test fail [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@core_setmaster@master-drop-set-root.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@core_setmaster@master-drop-set-root.html * igt@core_setmaster@master-drop-set-user: - shard-dg2-set2: [PASS][9] -> [FAIL][10] ([Intel XE#3249]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-466/igt@core_setmaster@master-drop-set-user.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@core_setmaster@master-drop-set-user.html * igt@fbdev@eof: - shard-bmg: [PASS][11] -> [SKIP][12] ([Intel XE#2134]) [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@fbdev@eof.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@fbdev@eof.html * igt@fbdev@read: - shard-dg2-set2: [PASS][13] -> [SKIP][14] ([Intel XE#2134]) [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-436/igt@fbdev@read.html [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@fbdev@read.html * igt@fbdev@unaligned-read: - shard-dg2-set2: NOTRUN -> [SKIP][15] ([Intel XE#2134]) +1 other test skip [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@fbdev@unaligned-read.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#1466]) [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-7/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-dp-2-4-rc-ccs-cc: - shard-dg2-set2: NOTRUN -> [SKIP][17] ([Intel XE#2550] / [Intel XE#3767]) +15 other tests skip [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-432/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-dp-2-4-rc-ccs-cc.html * igt@kms_async_flips@invalid-async-flip: - shard-dg2-set2: NOTRUN -> [SKIP][18] ([Intel XE#873]) [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-463/igt@kms_async_flips@invalid-async-flip.html * igt@kms_async_flips@test-time-stamp-atomic@pipe-d-hdmi-a-3: - shard-bmg: [PASS][19] -> [DMESG-WARN][20] ([Intel XE#4172]) +43 other tests dmesg-warn [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@kms_async_flips@test-time-stamp-atomic@pipe-d-hdmi-a-3.html [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-4/igt@kms_async_flips@test-time-stamp-atomic@pipe-d-hdmi-a-3.html * igt@kms_atomic@plane-invalid-params-fence: - shard-dg2-set2: [PASS][21] -> [SKIP][22] ([Intel XE#2423] / [i915#2575]) +111 other tests skip [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-434/igt@kms_atomic@plane-invalid-params-fence.html [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_atomic@plane-invalid-params-fence.html * igt@kms_atomic_interruptible@atomic-setmode@pipe-a-hdmi-a-3: - shard-bmg: NOTRUN -> [DMESG-WARN][23] ([Intel XE#4172]) +3 other tests dmesg-warn [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@kms_atomic_interruptible@atomic-setmode@pipe-a-hdmi-a-3.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-bmg: [PASS][24] -> [SKIP][25] ([Intel XE#2136]) +28 other tests skip [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@linear-32bpp-rotate-270: - shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#1407]) +1 other test skip [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-3/igt@kms_big_fb@linear-32bpp-rotate-270.html * igt@kms_big_fb@x-tiled-16bpp-rotate-270: - shard-dg2-set2: NOTRUN -> [SKIP][27] ([Intel XE#316]) +4 other tests skip [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-463/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html * igt@kms_big_fb@x-tiled-8bpp-rotate-270: - shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#2327]) +1 other test skip [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-5/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180: - shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#1124]) +3 other tests skip [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-4/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-180: - shard-dg2-set2: NOTRUN -> [SKIP][30] ([Intel XE#1124]) +11 other tests skip [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-463/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-dg2-set2: NOTRUN -> [SKIP][31] ([Intel XE#607]) [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-436/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p: - shard-bmg: [PASS][32] -> [SKIP][33] ([Intel XE#2314] / [Intel XE#2894]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-7/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p: - shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#2191]) [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-5/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html * igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p: - shard-dg2-set2: NOTRUN -> [SKIP][35] ([Intel XE#2191]) +1 other test skip [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-436/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html * igt@kms_bw@linear-tiling-3-displays-1920x1080p: - shard-dg2-set2: NOTRUN -> [SKIP][36] ([Intel XE#367]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-466/igt@kms_bw@linear-tiling-3-displays-1920x1080p.html * igt@kms_ccs@bad-pixel-format-yf-tiled-ccs: - shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#2887]) [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1: - shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#2669]) +3 other tests skip [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-8/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1.html * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#2907]) [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-436/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][40] ([Intel XE#787]) +104 other tests skip [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-463/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1: - shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#3433]) +3 other tests skip [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-4/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][42] ([Intel XE#455] / [Intel XE#787]) +23 other tests skip [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-463/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-4.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs: - shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#2887]) +7 other tests skip [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-4/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs.html * igt@kms_chamelium_color@ctm-max: - shard-dg2-set2: NOTRUN -> [SKIP][44] ([Intel XE#306]) [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-463/igt@kms_chamelium_color@ctm-max.html * igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate: - shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#2252]) [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-4/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html * igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode: - shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#373]) +3 other tests skip [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-4/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html * igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode: - shard-dg2-set2: NOTRUN -> [SKIP][47] ([Intel XE#373]) +8 other tests skip [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-434/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html * igt@kms_content_protection@atomic-dpms@pipe-a-dp-2: - shard-dg2-set2: NOTRUN -> [FAIL][48] ([Intel XE#1178]) +2 other tests fail [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-432/igt@kms_content_protection@atomic-dpms@pipe-a-dp-2.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg2-set2: NOTRUN -> [SKIP][49] ([Intel XE#307]) [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-466/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@type1: - shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#3278]) [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-5/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-offscreen-64x21: - shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#1424]) +2 other tests skip [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-7/igt@kms_cursor_crc@cursor-offscreen-64x21.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#2321]) [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-8/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_edge_walk@128x128-right-edge: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][53] ([Intel XE#1033]) +11 other tests dmesg-warn [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-463/igt@kms_cursor_edge_walk@128x128-right-edge.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy: - shard-lnl: NOTRUN -> [SKIP][54] ([Intel XE#309]) [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-2/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size: - shard-bmg: [PASS][55] -> [SKIP][56] ([Intel XE#2291]) +2 other tests skip [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@torture-move@pipe-d: - shard-dg2-set2: [PASS][57] -> [INCOMPLETE][58] ([Intel XE#1033] / [Intel XE#3226]) +1 other test incomplete [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-466/igt@kms_cursor_legacy@torture-move@pipe-d.html [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-466/igt@kms_cursor_legacy@torture-move@pipe-d.html * igt@kms_dp_aux_dev: - shard-dg2-set2: [PASS][59] -> [SKIP][60] ([Intel XE#2423]) +1 other test skip [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-435/igt@kms_dp_aux_dev.html [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_dp_aux_dev.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg2-set2: NOTRUN -> [SKIP][61] ([Intel XE#455]) +5 other tests skip [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-434/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_feature_discovery@display-2x: - shard-bmg: [PASS][62] -> [SKIP][63] ([Intel XE#2373]) [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@kms_feature_discovery@display-2x.html [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@kms_feature_discovery@display-2x.html * igt@kms_flip@2x-absolute-wf_vblank-interruptible: - shard-lnl: NOTRUN -> [SKIP][64] ([Intel XE#1421]) +2 other tests skip [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-1/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-busy-flip: - shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#2423]) +2 other tests skip [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_flip@2x-busy-flip.html * igt@kms_flip@2x-flip-vs-dpms: - shard-bmg: [PASS][66] -> [SKIP][67] ([Intel XE#2316]) +7 other tests skip [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@kms_flip@2x-flip-vs-dpms.html [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-plain-flip-fb-recreate: - shard-bmg: [PASS][68] -> [FAIL][69] ([Intel XE#2882]) +3 other tests fail [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_flip@2x-plain-flip-fb-recreate.html [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-7/igt@kms_flip@2x-plain-flip-fb-recreate.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@d-hdmi-a3: - shard-bmg: [PASS][70] -> [FAIL][71] ([Intel XE#3321]) +1 other test fail [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-hdmi-a3.html [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-hdmi-a3.html * igt@kms_flip@flip-vs-suspend: - shard-dg2-set2: [PASS][72] -> [DMESG-WARN][73] ([Intel XE#2955]) [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-435/igt@kms_flip@flip-vs-suspend.html [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-466/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-bmg: [PASS][74] -> [INCOMPLETE][75] ([Intel XE#2049] / [Intel XE#2597]) +1 other test incomplete [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@kms_flip@flip-vs-suspend-interruptible.html [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-1/igt@kms_flip@flip-vs-suspend-interruptible.html - shard-dg2-set2: NOTRUN -> [DMESG-WARN][76] ([Intel XE#2955]) [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-432/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling: - shard-lnl: NOTRUN -> [SKIP][77] ([Intel XE#1397] / [Intel XE#1745]) [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#1397]) [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling: - shard-dg2-set2: [PASS][79] -> [SKIP][80] ([Intel XE#2136] / [Intel XE#2351]) +16 other tests skip [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-466/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling.html [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling.html * igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-shrfb-draw-blt: - shard-bmg: NOTRUN -> [SKIP][81] ([Intel XE#2311]) +2 other tests skip [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][82] ([Intel XE#651]) +17 other tests skip [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-render: - shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#2312]) [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary: - shard-dg2-set2: [PASS][84] -> [SKIP][85] ([Intel XE#2136]) +41 other tests skip [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary.html [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-bmg: NOTRUN -> [SKIP][86] ([Intel XE#2352]) [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-msflip-blt: - shard-lnl: NOTRUN -> [SKIP][87] ([Intel XE#651]) +5 other tests skip [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-modesetfrombusy: - shard-bmg: NOTRUN -> [SKIP][88] ([Intel XE#2136]) +4 other tests skip [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-modesetfrombusy.html * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y: - shard-lnl: NOTRUN -> [SKIP][89] ([Intel XE#1469]) [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-2/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-lnl: NOTRUN -> [SKIP][90] ([Intel XE#656]) +24 other tests skip [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-bmg: NOTRUN -> [SKIP][91] ([Intel XE#2313]) +4 other tests skip [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt: - shard-dg2-set2: NOTRUN -> [SKIP][92] ([Intel XE#653]) +20 other tests skip [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-bmg: NOTRUN -> [SKIP][93] ([Intel XE#2934]) [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-7/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_joiner@invalid-modeset-ultra-joiner: - shard-lnl: NOTRUN -> [SKIP][94] ([Intel XE#2927]) [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-3/igt@kms_joiner@invalid-modeset-ultra-joiner.html * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner: - shard-lnl: NOTRUN -> [SKIP][95] ([Intel XE#4090]) [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-8/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-lnl: NOTRUN -> [SKIP][96] ([Intel XE#356]) [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane@pixel-format-source-clamping: - shard-bmg: [PASS][97] -> [DMESG-WARN][98] ([Intel XE#2566] / [Intel XE#4172]) [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_plane@pixel-format-source-clamping.html [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-4/igt@kms_plane@pixel-format-source-clamping.html * igt@kms_plane_lowres@tiling-yf: - shard-lnl: NOTRUN -> [SKIP][99] ([Intel XE#599]) [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-4/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c: - shard-lnl: NOTRUN -> [SKIP][100] ([Intel XE#2763]) +3 other tests skip [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-5/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b: - shard-bmg: NOTRUN -> [SKIP][101] ([Intel XE#2763]) +4 other tests skip [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b.html * igt@kms_pm_backlight@fade: - shard-dg2-set2: NOTRUN -> [SKIP][102] ([Intel XE#870]) +1 other test skip [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-436/igt@kms_pm_backlight@fade.html * igt@kms_pm_dc@dc5-psr: - shard-lnl: [PASS][103] -> [FAIL][104] ([Intel XE#718]) [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-lnl-1/igt@kms_pm_dc@dc5-psr.html [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-1/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_rpm@dpms-lpsp: - shard-dg2-set2: NOTRUN -> [SKIP][105] ([Intel XE#2446]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-lnl: NOTRUN -> [SKIP][106] ([Intel XE#1439] / [Intel XE#3141]) [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-1/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2-set2: [PASS][107] -> [SKIP][108] ([Intel XE#2446]) +4 other tests skip [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-466/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-bmg: [PASS][109] -> [SKIP][110] ([Intel XE#2446]) +5 other tests skip [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_pm_rpm@modeset-non-lpsp-stress.html [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_properties@connector-properties-legacy: - shard-bmg: [PASS][111] -> [SKIP][112] ([Intel XE#2423]) +114 other tests skip [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@kms_properties@connector-properties-legacy.html [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_properties@connector-properties-legacy.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf: - shard-dg2-set2: NOTRUN -> [SKIP][113] ([Intel XE#1489]) +4 other tests skip [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-463/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf: - shard-lnl: NOTRUN -> [SKIP][114] ([Intel XE#2893]) [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-1/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_su@page_flip-nv12: - shard-dg2-set2: NOTRUN -> [SKIP][115] ([Intel XE#1122]) [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-466/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-lnl: NOTRUN -> [SKIP][116] ([Intel XE#1128]) [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-7/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-pr-cursor-blt: - shard-bmg: NOTRUN -> [SKIP][117] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-2/igt@kms_psr@fbc-pr-cursor-blt.html * igt@kms_psr@fbc-psr-sprite-plane-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#2136] / [Intel XE#2351]) +24 other tests skip [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_psr@fbc-psr-sprite-plane-onoff.html * igt@kms_psr@fbc-psr2-sprite-plane-move: - shard-dg2-set2: NOTRUN -> [SKIP][119] ([Intel XE#2136]) +47 other tests skip [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_psr@fbc-psr2-sprite-plane-move.html * igt@kms_psr@pr-sprite-render: - shard-lnl: NOTRUN -> [SKIP][120] ([Intel XE#1406]) [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-6/igt@kms_psr@pr-sprite-render.html * igt@kms_psr@psr2-cursor-plane-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][121] ([Intel XE#2850] / [Intel XE#929]) +9 other tests skip [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-463/igt@kms_psr@psr2-cursor-plane-onoff.html * igt@kms_psr@psr2-primary-blt@edp-1: - shard-lnl: [PASS][122] -> [FAIL][123] ([Intel XE#3924]) +1 other test fail [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-lnl-8/igt@kms_psr@psr2-primary-blt@edp-1.html [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-8/igt@kms_psr@psr2-primary-blt@edp-1.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-dg2-set2: NOTRUN -> [SKIP][124] ([Intel XE#1127]) [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-432/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-dg2-set2: NOTRUN -> [SKIP][125] ([Intel XE#3414]) [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-436/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_setmode@clone-exclusive-crtc: - shard-bmg: [PASS][126] -> [SKIP][127] ([Intel XE#1435]) [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_setmode@clone-exclusive-crtc.html [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1: - shard-lnl: NOTRUN -> [FAIL][128] ([Intel XE#899]) +3 other tests fail [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-3/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html * igt@kms_vrr@flip-suspend@pipe-a-edp-1: - shard-lnl: NOTRUN -> [FAIL][129] ([Intel XE#1522]) +3 other tests fail [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-4/igt@kms_vrr@flip-suspend@pipe-a-edp-1.html * igt@kms_vrr@flipline: - shard-dg2-set2: NOTRUN -> [SKIP][130] ([Intel XE#2423] / [i915#2575]) +51 other tests skip [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_vrr@flipline.html * igt@kms_vrr@lobf: - shard-lnl: NOTRUN -> [SKIP][131] ([Intel XE#1499]) [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-1/igt@kms_vrr@lobf.html * igt@xe_compute@ccs-mode-compute-kernel: - shard-lnl: NOTRUN -> [SKIP][132] ([Intel XE#1447]) [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-3/igt@xe_compute@ccs-mode-compute-kernel.html * igt@xe_create@create-big-vram: - shard-lnl: NOTRUN -> [SKIP][133] ([Intel XE#1062]) [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-3/igt@xe_create@create-big-vram.html * igt@xe_eudebug@basic-read-event: - shard-bmg: NOTRUN -> [SKIP][134] ([Intel XE#2905]) +1 other test skip [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-7/igt@xe_eudebug@basic-read-event.html * igt@xe_eudebug_online@interrupt-other-debuggable: - shard-lnl: NOTRUN -> [SKIP][135] ([Intel XE#2905]) +7 other tests skip [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-6/igt@xe_eudebug_online@interrupt-other-debuggable.html * igt@xe_eudebug_online@resume-dss: - shard-dg2-set2: NOTRUN -> [SKIP][136] ([Intel XE#2905]) +9 other tests skip [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-432/igt@xe_eudebug_online@resume-dss.html * igt@xe_evict@evict-beng-large: - shard-bmg: [PASS][137] -> [DMESG-WARN][138] ([Intel XE#1473] / [Intel XE#4172]) [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@xe_evict@evict-beng-large.html [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-4/igt@xe_evict@evict-beng-large.html * igt@xe_evict@evict-beng-large-multi-vm: - shard-dg2-set2: [PASS][139] -> [DMESG-WARN][140] ([Intel XE#1033] / [Intel XE#1473]) [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-435/igt@xe_evict@evict-beng-large-multi-vm.html [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-463/igt@xe_evict@evict-beng-large-multi-vm.html * igt@xe_evict@evict-large-cm: - shard-lnl: NOTRUN -> [SKIP][141] ([Intel XE#688]) [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-8/igt@xe_evict@evict-large-cm.html * igt@xe_exec_balancer@twice-virtual-basic: - shard-dg2-set2: [PASS][142] -> [SKIP][143] ([Intel XE#1130]) +226 other tests skip [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-435/igt@xe_exec_balancer@twice-virtual-basic.html [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_exec_balancer@twice-virtual-basic.html * igt@xe_exec_basic@multigpu-no-exec-basic: - shard-dg2-set2: NOTRUN -> [SKIP][144] ([Intel XE#1392]) [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-basic.html * igt@xe_exec_basic@multigpu-no-exec-null-defer-bind: - shard-bmg: NOTRUN -> [SKIP][145] ([Intel XE#2322]) [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-1/igt@xe_exec_basic@multigpu-no-exec-null-defer-bind.html * igt@xe_exec_basic@multigpu-once-basic-defer-mmap: - shard-dg2-set2: [PASS][146] -> [SKIP][147] ([Intel XE#1392]) +1 other test skip [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-434/igt@xe_exec_basic@multigpu-once-basic-defer-mmap.html [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-432/igt@xe_exec_basic@multigpu-once-basic-defer-mmap.html * igt@xe_exec_basic@multigpu-once-userptr-invalidate: - shard-lnl: NOTRUN -> [SKIP][148] ([Intel XE#1392]) +2 other tests skip [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-1/igt@xe_exec_basic@multigpu-once-userptr-invalidate.html * igt@xe_exec_compute_mode@twice-userptr-unmap: - shard-bmg: NOTRUN -> [SKIP][149] ([Intel XE#1130]) +10 other tests skip [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@xe_exec_compute_mode@twice-userptr-unmap.html * igt@xe_exec_fault_mode@once-bindexecqueue-rebind: - shard-dg2-set2: NOTRUN -> [SKIP][150] ([Intel XE#288]) +13 other tests skip [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-463/igt@xe_exec_fault_mode@once-bindexecqueue-rebind.html * igt@xe_exec_fault_mode@twice-userptr-invalidate-race-imm: - shard-bmg: [PASS][151] -> [SKIP][152] ([Intel XE#1130]) +253 other tests skip [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-7/igt@xe_exec_fault_mode@twice-userptr-invalidate-race-imm.html [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@xe_exec_fault_mode@twice-userptr-invalidate-race-imm.html * igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind: - shard-dg2-set2: NOTRUN -> [SKIP][153] ([Intel XE#1130]) +77 other tests skip [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind.html * igt@xe_gt_freq@freq_suspend: - shard-lnl: NOTRUN -> [SKIP][154] ([Intel XE#584]) [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-5/igt@xe_gt_freq@freq_suspend.html * igt@xe_live_ktest@xe_bo: - shard-lnl: NOTRUN -> [SKIP][155] ([Intel XE#1192]) +1 other test skip [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-7/igt@xe_live_ktest@xe_bo.html * igt@xe_live_ktest@xe_migrate: - shard-bmg: [PASS][156] -> [SKIP][157] ([Intel XE#1192]) [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@xe_live_ktest@xe_migrate.html [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@xe_live_ktest@xe_migrate.html * igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit: - shard-dg2-set2: NOTRUN -> [FAIL][158] ([Intel XE#1999]) +2 other tests fail [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit.html * igt@xe_oa@oa-unit-exclusive-stream-sample-oa: - shard-dg2-set2: NOTRUN -> [SKIP][159] ([Intel XE#2541] / [Intel XE#3573]) +6 other tests skip [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-432/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html * igt@xe_oa@unprivileged-single-ctx-counters: - shard-lnl: NOTRUN -> [SKIP][160] ([Intel XE#2248]) [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-6/igt@xe_oa@unprivileged-single-ctx-counters.html * igt@xe_pm@s3-basic-exec: - shard-dg2-set2: [PASS][161] -> [DMESG-WARN][162] ([Intel XE#1033] / [Intel XE#569]) [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-436/igt@xe_pm@s3-basic-exec.html [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-436/igt@xe_pm@s3-basic-exec.html * igt@xe_pm@s3-exec-after: - shard-bmg: [PASS][163] -> [DMESG-WARN][164] ([Intel XE#4172] / [Intel XE#569]) +1 other test dmesg-warn [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@xe_pm@s3-exec-after.html [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-2/igt@xe_pm@s3-exec-after.html * igt@xe_pm@s4-d3hot-basic-exec: - shard-lnl: [PASS][165] -> [ABORT][166] ([Intel XE#1358] / [Intel XE#1607]) [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-lnl-4/igt@xe_pm@s4-d3hot-basic-exec.html [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-2/igt@xe_pm@s4-d3hot-basic-exec.html * igt@xe_pm@s4-multiple-execs: - shard-lnl: [PASS][167] -> [ABORT][168] ([Intel XE#1358] / [Intel XE#1607] / [Intel XE#1794]) [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-lnl-7/igt@xe_pm@s4-multiple-execs.html [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-2/igt@xe_pm@s4-multiple-execs.html * igt@xe_pm@s4-vm-bind-userptr: - shard-bmg: [PASS][169] -> [DMESG-WARN][170] ([Intel XE#2280] / [Intel XE#4172]) [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@xe_pm@s4-vm-bind-userptr.html [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-4/igt@xe_pm@s4-vm-bind-userptr.html * igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz: - shard-lnl: NOTRUN -> [SKIP][171] ([Intel XE#944]) +1 other test skip [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-4/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html * igt@xe_query@multigpu-query-oa-units: - shard-dg2-set2: NOTRUN -> [SKIP][172] ([Intel XE#944]) +3 other tests skip [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-432/igt@xe_query@multigpu-query-oa-units.html * igt@xe_sriov_flr@flr-vf1-clear: - shard-dg2-set2: NOTRUN -> [SKIP][173] ([Intel XE#3342]) [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-466/igt@xe_sriov_flr@flr-vf1-clear.html * igt@xe_vm@munmap-style-unbind-many-either-side-partial: - shard-dg2-set2: [PASS][174] -> [DMESG-WARN][175] ([Intel XE#1033]) +39 other tests dmesg-warn [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-436/igt@xe_vm@munmap-style-unbind-many-either-side-partial.html [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-434/igt@xe_vm@munmap-style-unbind-many-either-side-partial.html #### Possible fixes #### * igt@core_hotunplug@hotrebind-lateclose: - shard-dg2-set2: [ABORT][176] -> [PASS][177] [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-463/igt@core_hotunplug@hotrebind-lateclose.html [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-434/igt@core_hotunplug@hotrebind-lateclose.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic: - shard-lnl: [FAIL][178] ([Intel XE#3719] / [Intel XE#911]) -> [PASS][179] +3 other tests pass [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-2/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html * igt@kms_atomic_transition@modeset-transition-nonblocking-fencing: - shard-dg2-set2: [DMESG-WARN][180] ([Intel XE#1033]) -> [PASS][181] +77 other tests pass [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-434/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-434/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html * igt@kms_atomic_transition@modeset-transition-nonblocking@2x-outputs: - shard-bmg: [INCOMPLETE][182] ([Intel XE#2613]) -> [PASS][183] +1 other test pass [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_atomic_transition@modeset-transition-nonblocking@2x-outputs.html [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-5/igt@kms_atomic_transition@modeset-transition-nonblocking@2x-outputs.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-bmg: [DMESG-WARN][184] ([Intel XE#4172]) -> [PASS][185] +58 other tests pass [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs: - shard-dg2-set2: [INCOMPLETE][186] ([Intel XE#1727] / [Intel XE#3124] / [Intel XE#4010]) -> [PASS][187] [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-dp-4: - shard-dg2-set2: [INCOMPLETE][188] ([Intel XE#3124] / [Intel XE#4010]) -> [PASS][189] [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-dp-4.html [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-dp-4.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-6: - shard-dg2-set2: [DMESG-WARN][190] ([Intel XE#1727]) -> [PASS][191] [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-6.html [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-6.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3: - shard-bmg: [FAIL][192] ([Intel XE#3321]) -> [PASS][193] [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3.html [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4: - shard-dg2-set2: [FAIL][194] ([Intel XE#301]) -> [PASS][195] +4 other tests pass [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4.html [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4.html * igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp2: - shard-bmg: [FAIL][196] ([Intel XE#2882]) -> [PASS][197] +1 other test pass [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp2.html [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-4/igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp2.html * igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1: - shard-lnl: [FAIL][198] ([Intel XE#886]) -> [PASS][199] +3 other tests pass [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-lnl-3/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-1/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html * igt@kms_flip_tiling@flip-change-tiling: - shard-dg2-set2: [INCOMPLETE][200] ([Intel XE#2049]) -> [PASS][201] [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-466/igt@kms_flip_tiling@flip-change-tiling.html [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-436/igt@kms_flip_tiling@flip-change-tiling.html * igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64: - shard-dg2-set2: [FAIL][202] ([Intel XE#616]) -> [PASS][203] +1 other test pass [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-463/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html * igt@kms_plane_lowres@tiling-4: - shard-bmg: [DMESG-WARN][204] ([Intel XE#4091]) -> [PASS][205] [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@kms_plane_lowres@tiling-4.html [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@kms_plane_lowres@tiling-4.html * igt@kms_pm_dc@dc5-dpms: - shard-lnl: [FAIL][206] ([Intel XE#718]) -> [PASS][207] [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-lnl-1/igt@kms_pm_dc@dc5-dpms.html [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-4/igt@kms_pm_dc@dc5-dpms.html * igt@kms_setmode@basic@pipe-b-edp-1: - shard-lnl: [FAIL][208] ([Intel XE#2883]) -> [PASS][209] +2 other tests pass [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-lnl-8/igt@kms_setmode@basic@pipe-b-edp-1.html [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-3/igt@kms_setmode@basic@pipe-b-edp-1.html * igt@kms_vrr@cmrr@pipe-a-edp-1: - shard-lnl: [FAIL][210] ([Intel XE#2159]) -> [PASS][211] +1 other test pass [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-lnl-5/igt@kms_vrr@cmrr@pipe-a-edp-1.html * igt@xe_exec_basic@multigpu-no-exec-rebind: - shard-dg2-set2: [SKIP][212] ([Intel XE#1392]) -> [PASS][213] +2 other tests pass [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-rebind.html [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-436/igt@xe_exec_basic@multigpu-no-exec-rebind.html * igt@xe_pm@s2idle-basic-exec: - shard-dg2-set2: [ABORT][214] ([Intel XE#1358]) -> [PASS][215] [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-432/igt@xe_pm@s2idle-basic-exec.html [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-466/igt@xe_pm@s2idle-basic-exec.html * igt@xe_pm@s2idle-vm-bind-unbind-all: - shard-bmg: [DMESG-WARN][216] ([Intel XE#1616] / [Intel XE#4172]) -> [PASS][217] [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@xe_pm@s2idle-vm-bind-unbind-all.html [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-4/igt@xe_pm@s2idle-vm-bind-unbind-all.html * igt@xe_pm@s3-mocs: - shard-bmg: [DMESG-WARN][218] ([Intel XE#4172] / [Intel XE#569]) -> [PASS][219] [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@xe_pm@s3-mocs.html [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-5/igt@xe_pm@s3-mocs.html - shard-dg2-set2: [ABORT][220] ([Intel XE#1033] / [Intel XE#1358] / [Intel XE#1794]) -> [PASS][221] [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-432/igt@xe_pm@s3-mocs.html [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-436/igt@xe_pm@s3-mocs.html #### Warnings #### * igt@kms_async_flips@invalid-async-flip-atomic: - shard-dg2-set2: [SKIP][222] ([Intel XE#3768]) -> [SKIP][223] ([Intel XE#2423] / [i915#2575]) [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-435/igt@kms_async_flips@invalid-async-flip-atomic.html [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_async_flips@invalid-async-flip-atomic.html * igt@kms_big_fb@linear-16bpp-rotate-90: - shard-dg2-set2: [SKIP][224] ([Intel XE#316]) -> [SKIP][225] ([Intel XE#2136] / [Intel XE#2351]) +3 other tests skip [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-466/igt@kms_big_fb@linear-16bpp-rotate-90.html [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_big_fb@linear-16bpp-rotate-90.html * igt@kms_big_fb@linear-32bpp-rotate-0: - shard-dg2-set2: [DMESG-WARN][226] ([Intel XE#1033]) -> [SKIP][227] ([Intel XE#2136]) +1 other test skip [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-434/igt@kms_big_fb@linear-32bpp-rotate-0.html [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_big_fb@linear-32bpp-rotate-0.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-bmg: [SKIP][228] ([Intel XE#2327]) -> [SKIP][229] ([Intel XE#2136]) +2 other tests skip [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_big_fb@linear-32bpp-rotate-90.html [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-8bpp-rotate-270: - shard-dg2-set2: [SKIP][230] ([Intel XE#316]) -> [SKIP][231] ([Intel XE#2136]) +2 other tests skip [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-466/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-16bpp-rotate-90: - shard-dg2-set2: [SKIP][232] ([Intel XE#1124]) -> [SKIP][233] ([Intel XE#2136]) +12 other tests skip [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@kms_big_fb@y-tiled-16bpp-rotate-90.html [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_big_fb@y-tiled-16bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb: - shard-dg2-set2: [SKIP][234] ([Intel XE#619]) -> [SKIP][235] ([Intel XE#2136] / [Intel XE#2351]) [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-466/igt@kms_big_fb@y-tiled-addfb.html [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_big_fb@y-tiled-addfb.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2-set2: [SKIP][236] ([Intel XE#607]) -> [SKIP][237] ([Intel XE#2136] / [Intel XE#2351]) [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-466/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-0: - shard-bmg: [SKIP][238] ([Intel XE#1124]) -> [SKIP][239] ([Intel XE#2136]) +14 other tests skip [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-7/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-addfb: - shard-bmg: [SKIP][240] ([Intel XE#2328]) -> [SKIP][241] ([Intel XE#2136]) [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_big_fb@yf-tiled-addfb.html [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-dg2-set2: [SKIP][242] ([Intel XE#610]) -> [SKIP][243] ([Intel XE#2136]) [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-435/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-dg2-set2: [SKIP][244] ([Intel XE#1124]) -> [SKIP][245] ([Intel XE#2136] / [Intel XE#2351]) +6 other tests skip [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-436/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p: - shard-dg2-set2: [SKIP][246] ([Intel XE#2191]) -> [SKIP][247] ([Intel XE#2423] / [i915#2575]) [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-434/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html * igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p: - shard-bmg: [SKIP][248] ([Intel XE#2314] / [Intel XE#2894]) -> [SKIP][249] ([Intel XE#2423]) +1 other test skip [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html * igt@kms_bw@linear-tiling-1-displays-2560x1440p: - shard-bmg: [SKIP][250] ([Intel XE#367]) -> [SKIP][251] ([Intel XE#2423]) +4 other tests skip [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-7/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html * igt@kms_bw@linear-tiling-2-displays-3840x2160p: - shard-dg2-set2: [SKIP][252] ([Intel XE#367]) -> [SKIP][253] ([Intel XE#2423] / [i915#2575]) +3 other tests skip [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-466/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs: - shard-dg2-set2: [SKIP][254] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][255] ([Intel XE#2136] / [Intel XE#2351]) +4 other tests skip [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-466/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs.html [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs: - shard-bmg: [DMESG-WARN][256] ([Intel XE#4172]) -> [SKIP][257] ([Intel XE#2136]) +1 other test skip [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc: - shard-bmg: [SKIP][258] ([Intel XE#3432]) -> [SKIP][259] ([Intel XE#2136]) +1 other test skip [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs: - shard-dg2-set2: [SKIP][260] ([Intel XE#2907]) -> [SKIP][261] ([Intel XE#2136]) [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-436/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc: - shard-bmg: [SKIP][262] ([Intel XE#2887]) -> [SKIP][263] ([Intel XE#2136]) +18 other tests skip [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs: - shard-bmg: [SKIP][264] ([Intel XE#2652] / [Intel XE#787]) -> [SKIP][265] ([Intel XE#2136]) +2 other tests skip [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-7/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs: - shard-dg2-set2: [SKIP][266] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][267] ([Intel XE#2136]) +14 other tests skip [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs.html [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs.html * igt@kms_chamelium_color@ctm-limited-range: - shard-dg2-set2: [SKIP][268] ([Intel XE#306]) -> [SKIP][269] ([Intel XE#2423] / [i915#2575]) +3 other tests skip [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-434/igt@kms_chamelium_color@ctm-limited-range.html [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_chamelium_color@ctm-limited-range.html * igt@kms_chamelium_color@degamma: - shard-bmg: [SKIP][270] ([Intel XE#2325]) -> [SKIP][271] ([Intel XE#2423]) +2 other tests skip [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@kms_chamelium_color@degamma.html [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - shard-bmg: [SKIP][272] ([Intel XE#2252]) -> [SKIP][273] ([Intel XE#2423]) +13 other tests skip [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@kms_chamelium_hpd@common-hpd-after-suspend.html [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-dg2-set2: [SKIP][274] ([Intel XE#373]) -> [SKIP][275] ([Intel XE#2423] / [i915#2575]) +12 other tests skip [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_content_protection@atomic: - shard-bmg: [FAIL][276] ([Intel XE#1178]) -> [SKIP][277] ([Intel XE#2423]) [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@kms_content_protection@atomic.html [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_content_protection@atomic.html - shard-dg2-set2: [FAIL][278] ([Intel XE#1178]) -> [SKIP][279] ([Intel XE#2423] / [i915#2575]) [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-435/igt@kms_content_protection@atomic.html [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_content_protection@atomic.html * igt@kms_content_protection@atomic-dpms: - shard-bmg: [FAIL][280] ([Intel XE#1178]) -> [SKIP][281] ([Intel XE#2341]) [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_content_protection@atomic-dpms.html [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg2-set2: [SKIP][282] ([Intel XE#307]) -> [SKIP][283] ([Intel XE#2423] / [i915#2575]) +1 other test skip [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-435/igt@kms_content_protection@dp-mst-type-0.html [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@dp-mst-type-1: - shard-bmg: [SKIP][284] ([Intel XE#2390]) -> [SKIP][285] ([Intel XE#2423]) [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@kms_content_protection@dp-mst-type-1.html [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@mei-interface: - shard-bmg: [SKIP][286] ([Intel XE#2341]) -> [SKIP][287] ([Intel XE#2423]) +1 other test skip [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@kms_content_protection@mei-interface.html [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@uevent: - shard-bmg: [FAIL][288] ([Intel XE#1188]) -> [SKIP][289] ([Intel XE#2341]) [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@kms_content_protection@uevent.html [289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-dg2-set2: [SKIP][290] ([Intel XE#308]) -> [SKIP][291] ([Intel XE#2423] / [i915#2575]) +2 other tests skip [290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-435/igt@kms_cursor_crc@cursor-offscreen-512x170.html [291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-sliding-256x85: - shard-bmg: [SKIP][292] ([Intel XE#2320]) -> [SKIP][293] ([Intel XE#2423]) +6 other tests skip [292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_cursor_crc@cursor-sliding-256x85.html [293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_cursor_crc@cursor-sliding-256x85.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-bmg: [SKIP][294] ([Intel XE#2321]) -> [SKIP][295] ([Intel XE#2423]) +5 other tests skip [294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_cursor_crc@cursor-sliding-512x512.html [295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: - shard-bmg: [DMESG-WARN][296] ([Intel XE#877]) -> [SKIP][297] ([Intel XE#2423]) [296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html [297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - shard-bmg: [DMESG-WARN][298] ([Intel XE#4172] / [Intel XE#877]) -> [SKIP][299] ([Intel XE#2423]) [298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html [299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-bmg: [DMESG-WARN][300] ([Intel XE#4172]) -> [SKIP][301] ([Intel XE#2423]) +3 other tests skip [300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-bmg: [SKIP][302] ([Intel XE#2286]) -> [SKIP][303] ([Intel XE#2423]) [302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html [303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-dg2-set2: [SKIP][304] ([Intel XE#323]) -> [SKIP][305] ([Intel XE#2423] / [i915#2575]) +1 other test skip [304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-432/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html [305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg2-set2: [SKIP][306] ([Intel XE#455]) -> [SKIP][307] ([Intel XE#2136] / [Intel XE#2351]) +4 other tests skip [306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@kms_dsc@dsc-with-bpc-formats.html [307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-output-formats: - shard-bmg: [SKIP][308] ([Intel XE#2244]) -> [SKIP][309] ([Intel XE#2136]) [308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_dsc@dsc-with-output-formats.html [309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_fbcon_fbt@psr-suspend: - shard-dg2-set2: [SKIP][310] ([Intel XE#776]) -> [SKIP][311] ([Intel XE#2136]) +1 other test skip [310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@kms_fbcon_fbt@psr-suspend.html [311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@display-4x: - shard-bmg: [SKIP][312] ([Intel XE#1138]) -> [SKIP][313] ([Intel XE#2423]) [312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@kms_feature_discovery@display-4x.html [313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_feature_discovery@display-4x.html * igt@kms_feature_discovery@psr1: - shard-dg2-set2: [SKIP][314] ([Intel XE#1135]) -> [SKIP][315] ([Intel XE#2423] / [i915#2575]) [314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-434/igt@kms_feature_discovery@psr1.html [315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-absolute-wf_vblank: - shard-bmg: [DMESG-WARN][316] ([Intel XE#4172]) -> [SKIP][317] ([Intel XE#2316]) [316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@kms_flip@2x-absolute-wf_vblank.html [317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@kms_flip@2x-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-expired-vblank: - shard-bmg: [FAIL][318] ([Intel XE#3321]) -> [SKIP][319] ([Intel XE#2423]) [318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank.html [319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_flip@2x-flip-vs-expired-vblank.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-bmg: [FAIL][320] ([Intel XE#3321]) -> [DMESG-FAIL][321] ([Intel XE#4172]) [320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html [321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-suspend: - shard-bmg: [DMESG-WARN][322] ([Intel XE#2955]) -> [SKIP][323] ([Intel XE#2423]) [322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@kms_flip@2x-flip-vs-suspend.html [323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@flip-vs-dpms-off-vs-modeset-interruptible: - shard-dg2-set2: [DMESG-WARN][324] ([Intel XE#1033]) -> [SKIP][325] ([Intel XE#2423] / [i915#2575]) +7 other tests skip [324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-435/igt@kms_flip@flip-vs-dpms-off-vs-modeset-interruptible.html [325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_flip@flip-vs-dpms-off-vs-modeset-interruptible.html * igt@kms_flip@flip-vs-expired-vblank-interruptible: - shard-dg2-set2: [FAIL][326] ([Intel XE#301]) -> [SKIP][327] ([Intel XE#2423] / [i915#2575]) +1 other test skip [326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-463/igt@kms_flip@flip-vs-expired-vblank-interruptible.html [327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling: - shard-dg2-set2: [SKIP][328] ([Intel XE#455]) -> [SKIP][329] ([Intel XE#2136]) +4 other tests skip [328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-466/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html [329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling: - shard-bmg: [SKIP][330] ([Intel XE#2380]) -> [SKIP][331] ([Intel XE#2136]) [330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html [331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling: - shard-bmg: [SKIP][332] ([Intel XE#2293] / [Intel XE#2380]) -> [SKIP][333] ([Intel XE#2136]) +3 other tests skip [332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html [333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html * igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt: - shard-bmg: [SKIP][334] ([Intel XE#2311]) -> [SKIP][335] ([Intel XE#2136]) +43 other tests skip [334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt.html [335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff: - shard-dg2-set2: [SKIP][336] ([Intel XE#651]) -> [SKIP][337] ([Intel XE#2136]) +24 other tests skip [336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html [337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@drrs-suspend: - shard-dg2-set2: [SKIP][338] ([Intel XE#651]) -> [SKIP][339] ([Intel XE#2136] / [Intel XE#2351]) +17 other tests skip [338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-suspend.html [339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-suspend.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt: - shard-bmg: [SKIP][340] ([Intel XE#4141]) -> [SKIP][341] ([Intel XE#2136]) +22 other tests skip [340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html [341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render: - shard-bmg: [SKIP][342] ([Intel XE#4141]) -> [SKIP][343] ([Intel XE#2312]) +5 other tests skip [342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html [343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc: - shard-bmg: [SKIP][344] ([Intel XE#2311]) -> [SKIP][345] ([Intel XE#2312]) +18 other tests skip [344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html [345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt: - shard-bmg: [SKIP][346] ([Intel XE#2313]) -> [SKIP][347] ([Intel XE#2312]) +13 other tests skip [346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html [347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][348] ([Intel XE#653]) -> [SKIP][349] ([Intel XE#2136]) +29 other tests skip [348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html [349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc: - shard-bmg: [SKIP][350] ([Intel XE#2313]) -> [SKIP][351] ([Intel XE#2136]) +43 other tests skip [350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html [351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff: - shard-dg2-set2: [SKIP][352] ([Intel XE#653]) -> [SKIP][353] ([Intel XE#2136] / [Intel XE#2351]) +9 other tests skip [352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html [353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html * igt@kms_hdr@brightness-with-hdr: - shard-bmg: [SKIP][354] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][355] ([Intel XE#3544]) [354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@kms_hdr@brightness-with-hdr.html [355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-1/igt@kms_hdr@brightness-with-hdr.html * igt@kms_hdr@invalid-hdr: - shard-dg2-set2: [SKIP][356] ([Intel XE#455]) -> [SKIP][357] ([Intel XE#2423] / [i915#2575]) +14 other tests skip [356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-435/igt@kms_hdr@invalid-hdr.html [357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_hdr@invalid-hdr.html * igt@kms_joiner@basic-ultra-joiner: - shard-dg2-set2: [SKIP][358] ([Intel XE#2927]) -> [SKIP][359] ([Intel XE#2136]) [358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-432/igt@kms_joiner@basic-ultra-joiner.html [359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-dg2-set2: [SKIP][360] ([Intel XE#346]) -> [SKIP][361] ([Intel XE#2136]) [360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-466/igt@kms_joiner@invalid-modeset-big-joiner.html [361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner: - shard-bmg: [SKIP][362] ([Intel XE#4090]) -> [SKIP][363] ([Intel XE#2136]) [362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-7/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html [363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html * igt@kms_plane_lowres@tiling-y: - shard-bmg: [SKIP][364] ([Intel XE#2393]) -> [SKIP][365] ([Intel XE#2423]) [364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_plane_lowres@tiling-y.html [365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_plane_lowres@tiling-y.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation: - shard-dg2-set2: [SKIP][366] ([Intel XE#2763] / [Intel XE#455]) -> [SKIP][367] ([Intel XE#2423] / [i915#2575]) [366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html [367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-bmg: [SKIP][368] ([Intel XE#2763]) -> [SKIP][369] ([Intel XE#2423]) +2 other tests skip [368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html [369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_pm_backlight@bad-brightness: - shard-bmg: [SKIP][370] ([Intel XE#870]) -> [SKIP][371] ([Intel XE#2136]) +1 other test skip [370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_pm_backlight@bad-brightness.html [371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_pm_backlight@bad-brightness.html * igt@kms_pm_backlight@brightness-with-dpms: - shard-bmg: [SKIP][372] ([Intel XE#2938]) -> [SKIP][373] ([Intel XE#2136]) [372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-7/igt@kms_pm_backlight@brightness-with-dpms.html [373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_pm_backlight@brightness-with-dpms.html * igt@kms_pm_backlight@fade-with-dpms: - shard-dg2-set2: [SKIP][374] ([Intel XE#870]) -> [SKIP][375] ([Intel XE#2136]) +1 other test skip [374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-435/igt@kms_pm_backlight@fade-with-dpms.html [375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_pm_rpm@cursor: - shard-dg2-set2: [DMESG-WARN][376] ([Intel XE#1033]) -> [SKIP][377] ([Intel XE#2446]) [376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-436/igt@kms_pm_rpm@cursor.html [377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_pm_rpm@cursor.html * igt@kms_pm_rpm@modeset-lpsp: - shard-bmg: [SKIP][378] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836]) -> [SKIP][379] ([Intel XE#2446]) +1 other test skip [378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_pm_rpm@modeset-lpsp.html [379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf: - shard-dg2-set2: [SKIP][380] ([Intel XE#1489]) -> [SKIP][381] ([Intel XE#2136]) +16 other tests skip [380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html [381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb: - shard-bmg: [SKIP][382] ([Intel XE#1489]) -> [SKIP][383] ([Intel XE#2136]) +7 other tests skip [382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html [383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-bmg: [SKIP][384] ([Intel XE#2387]) -> [SKIP][385] ([Intel XE#2136]) +1 other test skip [384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_psr2_su@frontbuffer-xrgb8888.html [385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr2_su@page_flip-p010: - shard-dg2-set2: [SKIP][386] ([Intel XE#1122]) -> [SKIP][387] ([Intel XE#2136]) +1 other test skip [386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@kms_psr2_su@page_flip-p010.html [387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-psr2-primary-render: - shard-dg2-set2: [SKIP][388] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][389] ([Intel XE#2136]) +14 other tests skip [388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-435/igt@kms_psr@fbc-psr2-primary-render.html [389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_psr@fbc-psr2-primary-render.html * igt@kms_psr@psr-dpms: - shard-dg2-set2: [SKIP][390] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][391] ([Intel XE#2136] / [Intel XE#2351]) +4 other tests skip [390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-466/igt@kms_psr@psr-dpms.html [391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_psr@psr-dpms.html * igt@kms_psr@psr-primary-page-flip: - shard-bmg: [SKIP][392] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][393] ([Intel XE#2136]) +20 other tests skip [392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@kms_psr@psr-primary-page-flip.html [393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_psr@psr-primary-page-flip.html * igt@kms_rotation_crc@bad-pixel-format: - shard-dg2-set2: [SKIP][394] ([Intel XE#3414]) -> [SKIP][395] ([Intel XE#2423] / [i915#2575]) +3 other tests skip [394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-466/igt@kms_rotation_crc@bad-pixel-format.html [395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_rotation_crc@bad-pixel-format.html * igt@kms_rotation_crc@primary-rotation-90: - shard-bmg: [SKIP][396] ([Intel XE#3414] / [Intel XE#3904]) -> [SKIP][397] ([Intel XE#2423]) +1 other test skip [396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_rotation_crc@primary-rotation-90.html [397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-bmg: [SKIP][398] ([Intel XE#2330]) -> [SKIP][399] ([Intel XE#2423]) [398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html [399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_scaling_modes@scaling-mode-none: - shard-bmg: [SKIP][400] ([Intel XE#2413]) -> [SKIP][401] ([Intel XE#2423]) +1 other test skip [400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_scaling_modes@scaling-mode-none.html [401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_scaling_modes@scaling-mode-none.html * igt@kms_setmode@invalid-clone-exclusive-crtc: - shard-bmg: [SKIP][402] ([Intel XE#1435]) -> [SKIP][403] ([Intel XE#2423]) [402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@kms_setmode@invalid-clone-exclusive-crtc.html [403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_setmode@invalid-clone-exclusive-crtc.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2-set2: [SKIP][404] ([Intel XE#1500]) -> [SKIP][405] ([Intel XE#2423] / [i915#2575]) [404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_tv_load_detect@load-detect: - shard-dg2-set2: [SKIP][406] ([Intel XE#330]) -> [SKIP][407] ([Intel XE#2423] / [i915#2575]) [406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-435/igt@kms_tv_load_detect@load-detect.html [407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_tv_load_detect@load-detect.html * igt@kms_vrr@cmrr: - shard-bmg: [SKIP][408] ([Intel XE#2168]) -> [SKIP][409] ([Intel XE#2423]) [408]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_vrr@cmrr.html [409]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_vrr@cmrr.html * igt@kms_vrr@lobf: - shard-dg2-set2: [SKIP][410] ([Intel XE#2168]) -> [SKIP][411] ([Intel XE#2423] / [i915#2575]) [410]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-434/igt@kms_vrr@lobf.html [411]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_vrr@lobf.html * igt@kms_vrr@max-min: - shard-bmg: [SKIP][412] ([Intel XE#1499]) -> [SKIP][413] ([Intel XE#2423]) +1 other test skip [412]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@kms_vrr@max-min.html [413]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_vrr@max-min.html * igt@kms_writeback@writeback-invalid-parameters: - shard-bmg: [SKIP][414] ([Intel XE#756]) -> [SKIP][415] ([Intel XE#2423]) [414]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@kms_writeback@writeback-invalid-parameters.html [415]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@kms_writeback@writeback-invalid-parameters.html * igt@kms_writeback@writeback-pixel-formats: - shard-dg2-set2: [SKIP][416] ([Intel XE#756]) -> [SKIP][417] ([Intel XE#2423] / [i915#2575]) +1 other test skip [416]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@kms_writeback@writeback-pixel-formats.html [417]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@kms_writeback@writeback-pixel-formats.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-dg2-set2: [SKIP][418] ([Intel XE#1091] / [Intel XE#2849]) -> [SKIP][419] ([Intel XE#2423] / [i915#2575]) [418]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-466/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html [419]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html * igt@xe_copy_basic@mem-copy-linear-0x3fff: - shard-dg2-set2: [SKIP][420] ([Intel XE#1123]) -> [SKIP][421] ([Intel XE#1130]) [420]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@xe_copy_basic@mem-copy-linear-0x3fff.html [421]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_copy_basic@mem-copy-linear-0x3fff.html * igt@xe_copy_basic@mem-set-linear-0x369: - shard-dg2-set2: [SKIP][422] ([Intel XE#1126]) -> [SKIP][423] ([Intel XE#1130]) [422]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-435/igt@xe_copy_basic@mem-set-linear-0x369.html [423]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_copy_basic@mem-set-linear-0x369.html * igt@xe_create@multigpu-create-massive-size: - shard-bmg: [SKIP][424] ([Intel XE#2504]) -> [SKIP][425] ([Intel XE#1130]) [424]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@xe_create@multigpu-create-massive-size.html [425]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@xe_create@multigpu-create-massive-size.html * igt@xe_drm_fdinfo@virtual-utilization-single-idle: - shard-bmg: [DMESG-WARN][426] ([Intel XE#4172]) -> [SKIP][427] ([Intel XE#1130]) +3 other tests skip [426]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@xe_drm_fdinfo@virtual-utilization-single-idle.html [427]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@xe_drm_fdinfo@virtual-utilization-single-idle.html * igt@xe_eudebug@basic-vm-bind-ufence-delay-ack: - shard-bmg: [SKIP][428] ([Intel XE#3889]) -> [SKIP][429] ([Intel XE#1130]) [428]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-8/igt@xe_eudebug@basic-vm-bind-ufence-delay-ack.html [429]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@xe_eudebug@basic-vm-bind-ufence-delay-ack.html * igt@xe_eudebug@basic-vm-bind-ufence-sigint-client: - shard-dg2-set2: [SKIP][430] ([Intel XE#3889]) -> [SKIP][431] ([Intel XE#1130]) [430]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@xe_eudebug@basic-vm-bind-ufence-sigint-client.html [431]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_eudebug@basic-vm-bind-ufence-sigint-client.html * igt@xe_eudebug@discovery-empty: - shard-bmg: [SKIP][432] ([Intel XE#2905]) -> [SKIP][433] ([Intel XE#1130]) +14 other tests skip [432]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@xe_eudebug@discovery-empty.html [433]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@xe_eudebug@discovery-empty.html * igt@xe_eudebug@sysfs-toggle: - shard-dg2-set2: [SKIP][434] ([Intel XE#2905]) -> [SKIP][435] ([Intel XE#1130]) +17 other tests skip [434]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-434/igt@xe_eudebug@sysfs-toggle.html [435]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_eudebug@sysfs-toggle.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr: - shard-bmg: [SKIP][436] ([Intel XE#2322]) -> [SKIP][437] ([Intel XE#1130]) +11 other tests skip [436]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html [437]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr: - shard-dg2-set2: [SKIP][438] ([Intel XE#1392]) -> [SKIP][439] ([Intel XE#1130]) [438]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-432/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html [439]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html * igt@xe_exec_fault_mode@once-bindexecqueue-imm: - shard-dg2-set2: [SKIP][440] ([Intel XE#288]) -> [SKIP][441] ([Intel XE#1130]) +42 other tests skip [440]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-434/igt@xe_exec_fault_mode@once-bindexecqueue-imm.html [441]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_exec_fault_mode@once-bindexecqueue-imm.html * igt@xe_exec_mix_modes@exec-simple-batch-store-lr: - shard-dg2-set2: [SKIP][442] ([Intel XE#2360]) -> [SKIP][443] ([Intel XE#1130]) +1 other test skip [442]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-434/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html [443]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html * igt@xe_huc_copy@huc_copy: - shard-dg2-set2: [SKIP][444] ([Intel XE#255]) -> [SKIP][445] ([Intel XE#1130]) [444]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-435/igt@xe_huc_copy@huc_copy.html [445]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_huc_copy@huc_copy.html * igt@xe_media_fill@media-fill: - shard-dg2-set2: [SKIP][446] ([Intel XE#560]) -> [SKIP][447] ([Intel XE#1130]) [446]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-433/igt@xe_media_fill@media-fill.html [447]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_media_fill@media-fill.html * igt@xe_oa@closed-fd-and-unmapped-access: - shard-dg2-set2: [SKIP][448] ([Intel XE#2541] / [Intel XE#3573]) -> [SKIP][449] ([Intel XE#1130]) +10 other tests skip [448]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-432/igt@xe_oa@closed-fd-and-unmapped-access.html [449]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_oa@closed-fd-and-unmapped-access.html * igt@xe_peer2peer@write: - shard-dg2-set2: [FAIL][450] ([Intel XE#1173]) -> [SKIP][451] ([Intel XE#1061]) [450]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-434/igt@xe_peer2peer@write.html [451]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_peer2peer@write.html * igt@xe_pm@d3cold-basic: - shard-dg2-set2: [SKIP][452] ([Intel XE#2284] / [Intel XE#366]) -> [SKIP][453] ([Intel XE#1130]) [452]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-432/igt@xe_pm@d3cold-basic.html [453]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_pm@d3cold-basic.html * igt@xe_pm@d3cold-mmap-system: - shard-bmg: [SKIP][454] ([Intel XE#2284]) -> [SKIP][455] ([Intel XE#1130]) [454]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-4/igt@xe_pm@d3cold-mmap-system.html [455]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@xe_pm@d3cold-mmap-system.html * igt@xe_pm@s2idle-basic: - shard-dg2-set2: [ABORT][456] ([Intel XE#1358] / [Intel XE#1794]) -> [SKIP][457] ([Intel XE#1130]) [456]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-432/igt@xe_pm@s2idle-basic.html [457]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_pm@s2idle-basic.html * igt@xe_pm@s3-vm-bind-userptr: - shard-bmg: [DMESG-WARN][458] ([Intel XE#4172] / [Intel XE#569]) -> [SKIP][459] ([Intel XE#1130]) [458]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@xe_pm@s3-vm-bind-userptr.html [459]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@xe_pm@s3-vm-bind-userptr.html * igt@xe_pm@vram-d3cold-threshold: - shard-dg2-set2: [SKIP][460] ([Intel XE#579]) -> [SKIP][461] ([Intel XE#1130]) [460]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-463/igt@xe_pm@vram-d3cold-threshold.html [461]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_pm@vram-d3cold-threshold.html * igt@xe_pm_residency@idle-residency-on-exec: - shard-dg2-set2: [DMESG-WARN][462] ([Intel XE#1033]) -> [SKIP][463] ([Intel XE#1130]) +7 other tests skip [462]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-463/igt@xe_pm_residency@idle-residency-on-exec.html [463]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_pm_residency@idle-residency-on-exec.html * igt@xe_query@multigpu-query-engines: - shard-dg2-set2: [SKIP][464] ([Intel XE#944]) -> [SKIP][465] ([Intel XE#1130]) +4 other tests skip [464]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-436/igt@xe_query@multigpu-query-engines.html [465]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_query@multigpu-query-engines.html * igt@xe_query@multigpu-query-invalid-extension: - shard-bmg: [SKIP][466] ([Intel XE#944]) -> [SKIP][467] ([Intel XE#1130]) +2 other tests skip [466]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-2/igt@xe_query@multigpu-query-invalid-extension.html [467]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@xe_query@multigpu-query-invalid-extension.html * igt@xe_sriov_flr@flr-each-isolation: - shard-bmg: [SKIP][468] ([Intel XE#3342]) -> [SKIP][469] ([Intel XE#1130]) [468]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-bmg-1/igt@xe_sriov_flr@flr-each-isolation.html [469]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-bmg-3/igt@xe_sriov_flr@flr-each-isolation.html * igt@xe_wedged@wedged-mode-toggle: - shard-dg2-set2: [ABORT][470] ([Intel XE#3075] / [Intel XE#3084]) -> [SKIP][471] ([Intel XE#1130]) [470]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8212/shard-dg2-434/igt@xe_wedged@wedged-mode-toggle.html [471]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/shard-dg2-433/igt@xe_wedged@wedged-mode-toggle.html [Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033 [Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061 [Intel XE#1062]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1062 [Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091 [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122 [Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123 [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126 [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127 [Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128 [Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130 [Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135 [Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138 [Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173 [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#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [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#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421 [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424 [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435 [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439 [Intel XE#1447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1447 [Intel XE#1466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1466 [Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469 [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#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500 [Intel XE#1522]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1522 [Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607 [Intel XE#1616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1616 [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727 [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#1999]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1999 [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049 [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#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159 [Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [Intel XE#2280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2280 [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284 [Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286 [Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291 [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293 [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311 [Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312 [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313 [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314 [Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316 [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325 [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327 [Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328 [Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330 [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341 [Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351 [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352 [Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360 [Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387 [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#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413 [Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423 [Intel XE#2446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2446 [Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504 [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#2550]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2550 [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#2613]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2613 [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652 [Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669 [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763 [Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849 [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882 [Intel XE#2883]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883 [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887 [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893 [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894 [Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905 [Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907 [Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927 [Intel XE#2934]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2934 [Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938 [Intel XE#2955]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [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#3075]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3075 [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308 [Intel XE#3084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3084 [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309 [Intel XE#3124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124 [Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#3226]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3226 [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323 [Intel XE#3249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3249 [Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278 [Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330 [Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321 [Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342 [Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374 [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414 [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432 [Intel XE#3433]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3433 [Intel XE#3440]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3440 [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346 [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544 [Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356 [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573 [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#3719]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3719 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#3767]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3767 [Intel XE#3768]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3768 [Intel XE#3889]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889 [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904 [Intel XE#3924]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3924 [Intel XE#4010]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4010 [Intel XE#4090]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4090 [Intel XE#4091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4091 [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141 [Intel XE#4172]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/560 [Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569 [Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579 [Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584 [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#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#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [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#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/873 [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#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 Build changes ------------- * IGT: IGT_8212 -> IGTPW_12510 * Linux: xe-2562-73c0fe019ff4bf312f6ae1114f0ca63bd13ea4b7 -> xe-2568-486bb0f2805b5fcc43e7cc609b9dd59ef1ffcd79 IGTPW_12510: 12510 IGT_8212: 76102a17560c6e6fc6528db29286b0266ccc48ef @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2562-73c0fe019ff4bf312f6ae1114f0ca63bd13ea4b7: 73c0fe019ff4bf312f6ae1114f0ca63bd13ea4b7 xe-2568-486bb0f2805b5fcc43e7cc609b9dd59ef1ffcd79: 486bb0f2805b5fcc43e7cc609b9dd59ef1ffcd79 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12510/index.html [-- Attachment #2: Type: text/html, Size: 142127 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-01-29 15:50 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-01-29 0:31 [PATCH] lib: sync intel PCI ID macros with kernel Matt Atwood 2025-01-29 1:57 ` ✓ Xe.CI.BAT: success for " Patchwork 2025-01-29 2:10 ` ✓ i915.CI.BAT: " Patchwork 2025-01-29 4:04 ` [PATCH] " Chauhan, Shekhar 2025-01-29 9:33 ` Jani Nikula 2025-01-29 11:20 ` Kamil Konieczny 2025-01-29 12:43 ` Jani Nikula 2025-01-29 13:52 ` ✗ i915.CI.Full: failure for " Patchwork 2025-01-29 15:50 ` ✗ Xe.CI.Full: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox