* [PATCH i-g-t] tools/intel_reg: Fix mchbar register write
@ 2024-04-18 11:26 Ville Syrjala
2024-04-18 11:44 ` Jani Nikula
` (4 more replies)
0 siblings, 5 replies; 9+ messages in thread
From: Ville Syrjala @ 2024-04-18 11:26 UTC (permalink / raw)
To: igt-dev
From: Ville Syrjälä <ville.syrjala@linux.intel.com>
I somehow lost the write part of the mchbar register support.
Add it back so that we can also write mchbar registers without
having to remember the address of the mirror range.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
tools/intel_reg.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/intel_reg.c b/tools/intel_reg.c
index 6c37e14d127d..aae5a23956b9 100644
--- a/tools/intel_reg.c
+++ b/tools/intel_reg.c
@@ -586,6 +586,7 @@ static int write_register(struct config *config, struct reg *reg, uint32_t val)
}
switch (reg->port_desc.port) {
+ case PORT_MCHBAR_32:
case PORT_MMIO_32:
if (reg->engine) {
register_srm(config, reg, &val);
@@ -593,6 +594,7 @@ static int write_register(struct config *config, struct reg *reg, uint32_t val)
OUTREG(reg->mmio_offset + reg->addr, val);
}
break;
+ case PORT_MCHBAR_16:
case PORT_MMIO_16:
if (val > 0xffff) {
fprintf(stderr, "value 0x%08x out of range for port %s\n",
@@ -601,6 +603,7 @@ static int write_register(struct config *config, struct reg *reg, uint32_t val)
}
OUTREG16(reg->mmio_offset + reg->addr, val);
break;
+ case PORT_MCHBAR_8:
case PORT_MMIO_8:
if (val > 0xff) {
fprintf(stderr, "value 0x%08x out of range for port %s\n",
--
2.43.2
^ permalink raw reply related [flat|nested] 9+ messages in thread* Re: [PATCH i-g-t] tools/intel_reg: Fix mchbar register write 2024-04-18 11:26 [PATCH i-g-t] tools/intel_reg: Fix mchbar register write Ville Syrjala @ 2024-04-18 11:44 ` Jani Nikula 2024-04-18 20:50 ` ✗ Fi.CI.BAT: failure for " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 9+ messages in thread From: Jani Nikula @ 2024-04-18 11:44 UTC (permalink / raw) To: Ville Syrjala, igt-dev On Thu, 18 Apr 2024, Ville Syrjala <ville.syrjala@linux.intel.com> wrote: > From: Ville Syrjälä <ville.syrjala@linux.intel.com> > > I somehow lost the write part of the mchbar register support. > Add it back so that we can also write mchbar registers without > having to remember the address of the mirror range. > > Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> > --- > tools/intel_reg.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tools/intel_reg.c b/tools/intel_reg.c > index 6c37e14d127d..aae5a23956b9 100644 > --- a/tools/intel_reg.c > +++ b/tools/intel_reg.c > @@ -586,6 +586,7 @@ static int write_register(struct config *config, struct reg *reg, uint32_t val) > } > > switch (reg->port_desc.port) { > + case PORT_MCHBAR_32: > case PORT_MMIO_32: > if (reg->engine) { > register_srm(config, reg, &val); > @@ -593,6 +594,7 @@ static int write_register(struct config *config, struct reg *reg, uint32_t val) > OUTREG(reg->mmio_offset + reg->addr, val); > } > break; > + case PORT_MCHBAR_16: > case PORT_MMIO_16: > if (val > 0xffff) { > fprintf(stderr, "value 0x%08x out of range for port %s\n", > @@ -601,6 +603,7 @@ static int write_register(struct config *config, struct reg *reg, uint32_t val) > } > OUTREG16(reg->mmio_offset + reg->addr, val); > break; > + case PORT_MCHBAR_8: > case PORT_MMIO_8: > if (val > 0xff) { > fprintf(stderr, "value 0x%08x out of range for port %s\n", -- Jani Nikula, Intel ^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Fi.CI.BAT: failure for tools/intel_reg: Fix mchbar register write 2024-04-18 11:26 [PATCH i-g-t] tools/intel_reg: Fix mchbar register write Ville Syrjala 2024-04-18 11:44 ` Jani Nikula @ 2024-04-18 20:50 ` Patchwork 2024-04-19 14:13 ` Kamil Konieczny 2024-04-18 21:07 ` ✓ CI.xeBAT: success " Patchwork ` (2 subsequent siblings) 4 siblings, 1 reply; 9+ messages in thread From: Patchwork @ 2024-04-18 20:50 UTC (permalink / raw) To: Ville Syrjala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 9440 bytes --] == Series Details == Series: tools/intel_reg: Fix mchbar register write URL : https://patchwork.freedesktop.org/series/132598/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14606 -> IGTPW_11040 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11040 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11040, 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_11040/index.html Participating hosts (39 -> 36) ------------------------------ Additional (3): bat-adlm-1 fi-apl-guc bat-mtlp-6 Missing (6): fi-kbl-7567u fi-bsw-n3050 fi-glk-j4005 fi-cfl-8109u fi-elk-e7500 bat-dg2-11 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11040: ### IGT changes ### #### Possible regressions #### * igt@i915_module_load@load: - fi-kbl-x1275: [PASS][1] -> [INCOMPLETE][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/fi-kbl-x1275/igt@i915_module_load@load.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-kbl-x1275/igt@i915_module_load@load.html * igt@kms_busy@basic@flip: - bat-adls-6: [PASS][3] -> [ABORT][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-adls-6/igt@kms_busy@basic@flip.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-adls-6/igt@kms_busy@basic@flip.html * igt@kms_flip@basic-flip-vs-dpms@b-dp1: - fi-apl-guc: NOTRUN -> [INCOMPLETE][5] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-apl-guc/igt@kms_flip@basic-flip-vs-dpms@b-dp1.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24@pipe-d-hdmi-a-2: - bat-dg1-7: NOTRUN -> [ABORT][6] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24@pipe-d-hdmi-a-2.html Known issues ------------ Here are the changes found in IGTPW_11040 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - fi-apl-guc: NOTRUN -> [SKIP][7] +3 other tests skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-apl-guc/igt@debugfs_test@basic-hwmon.html - bat-mtlp-6: NOTRUN -> [SKIP][8] ([i915#9318]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-6/igt@debugfs_test@basic-hwmon.html * igt@fbdev@eof: - bat-kbl-2: NOTRUN -> [SKIP][9] +4 other tests skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-kbl-2/igt@fbdev@eof.html * igt@fbdev@info: - bat-kbl-2: NOTRUN -> [SKIP][10] ([i915#1849]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-kbl-2/igt@fbdev@info.html - bat-mtlp-6: NOTRUN -> [SKIP][11] ([i915#1849] / [i915#2582]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-6/igt@fbdev@info.html * igt@fbdev@write: - bat-mtlp-6: NOTRUN -> [SKIP][12] ([i915#2582]) +3 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-6/igt@fbdev@write.html * igt@gem_close_race@basic-process: - bat-mtlp-6: NOTRUN -> [DMESG-WARN][13] ([i915#10875]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-6/igt@gem_close_race@basic-process.html * igt@i915_module_load@load: - bat-adlm-1: NOTRUN -> [INCOMPLETE][14] ([i915#10875]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-adlm-1/igt@i915_module_load@load.html - bat-dg2-8: [PASS][15] -> [INCOMPLETE][16] ([i915#10877]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-dg2-8/igt@i915_module_load@load.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg2-8/igt@i915_module_load@load.html * igt@kms_busy@basic@modeset: - bat-dg2-14: [PASS][17] -> [INCOMPLETE][18] ([i915#10056] / [i915#10875]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-dg2-14/igt@kms_busy@basic@modeset.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg2-14/igt@kms_busy@basic@modeset.html - fi-cfl-guc: [PASS][19] -> [INCOMPLETE][20] ([i915#10056]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/fi-cfl-guc/igt@kms_busy@basic@modeset.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-cfl-guc/igt@kms_busy@basic@modeset.html - bat-mtlp-8: [PASS][21] -> [DMESG-WARN][22] ([i915#10875]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-mtlp-8/igt@kms_busy@basic@modeset.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-8/igt@kms_busy@basic@modeset.html - bat-adls-6: [PASS][23] -> [DMESG-WARN][24] ([i915#10875]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-adls-6/igt@kms_busy@basic@modeset.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-adls-6/igt@kms_busy@basic@modeset.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-dg1-7: NOTRUN -> [SKIP][25] ([i915#4103] / [i915#4213]) +1 other test skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_dsc@dsc-basic: - bat-dg1-7: NOTRUN -> [SKIP][26] ([i915#3555] / [i915#3840]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_dsc@dsc-basic.html * igt@kms_flip@basic-flip-vs-dpms@b-edp1: - bat-jsl-1: [PASS][27] -> [INCOMPLETE][28] ([i915#10876]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-jsl-1/igt@kms_flip@basic-flip-vs-dpms@b-edp1.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-jsl-1/igt@kms_flip@basic-flip-vs-dpms@b-edp1.html * igt@kms_force_connector_basic@force-load-detect: - bat-dg1-7: NOTRUN -> [SKIP][29] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_hdmi_inject@inject-audio: - bat-dg1-7: NOTRUN -> [SKIP][30] ([i915#433]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_hdmi_inject@inject-audio.html #### Possible fixes #### * igt@gem_ctx_create@basic: - fi-rkl-11600: [DMESG-WARN][31] -> [PASS][32] [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/fi-rkl-11600/igt@gem_ctx_create@basic.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-rkl-11600/igt@gem_ctx_create@basic.html * igt@i915_module_load@load: - bat-kbl-2: [INCOMPLETE][33] ([i915#10875] / [i915#10877]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-kbl-2/igt@i915_module_load@load.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-kbl-2/igt@i915_module_load@load.html * igt@kms_busy@basic@modeset: - bat-dg1-7: [ABORT][35] ([i915#10875]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-dg1-7/igt@kms_busy@basic@modeset.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_busy@basic@modeset.html #### Warnings #### * igt@gem_close_race@basic-process: - bat-dg2-9: [INCOMPLETE][37] ([i915#10875]) -> [DMESG-WARN][38] ([i915#10875]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-dg2-9/igt@gem_close_race@basic-process.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg2-9/igt@gem_close_race@basic-process.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#10056]: https://gitlab.freedesktop.org/drm/intel/issues/10056 [i915#10875]: https://gitlab.freedesktop.org/drm/intel/issues/10875 [i915#10876]: https://gitlab.freedesktop.org/drm/intel/issues/10876 [i915#10877]: https://gitlab.freedesktop.org/drm/intel/issues/10877 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 [i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7813 -> IGTPW_11040 CI-20190529: 20190529 CI_DRM_14606: 121bb3cb2e7ce2d6f5c35cea84c6ae308cf1da0a @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11040: d591925568a45c97dc8484361a79e9d0b01636c3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_7813: 66841b7d9024447be4f4f5449aaf4f021e6323e5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/index.html [-- Attachment #2: Type: text/html, Size: 11411 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ✗ Fi.CI.BAT: failure for tools/intel_reg: Fix mchbar register write 2024-04-18 20:50 ` ✗ Fi.CI.BAT: failure for " Patchwork @ 2024-04-19 14:13 ` Kamil Konieczny 2024-04-25 11:07 ` Illipilli, TejasreeX 0 siblings, 1 reply; 9+ messages in thread From: Kamil Konieczny @ 2024-04-19 14:13 UTC (permalink / raw) To: igt-dev; +Cc: Ville Syrjala, I915-ci-infra Hi igt-dev, On 2024-04-18 at 20:50:53 -0000, Patchwork wrote: > == Series Details == > > Series: tools/intel_reg: Fix mchbar register write > URL : https://patchwork.freedesktop.org/series/132598/ > State : failure > > == Summary == > > CI Bug Log - changes from CI_DRM_14606 -> IGTPW_11040 > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with IGTPW_11040 absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_11040, 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_11040/index.html > > Participating hosts (39 -> 36) > ------------------------------ > > Additional (3): bat-adlm-1 fi-apl-guc bat-mtlp-6 > Missing (6): fi-kbl-7567u fi-bsw-n3050 fi-glk-j4005 fi-cfl-8109u fi-elk-e7500 bat-dg2-11 > > Possible new issues > ------------------- > > Here are the unknown changes that may have been introduced in IGTPW_11040: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@i915_module_load@load: > - fi-kbl-x1275: [PASS][1] -> [INCOMPLETE][2] > [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/fi-kbl-x1275/igt@i915_module_load@load.html > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-kbl-x1275/igt@i915_module_load@load.html > > * igt@kms_busy@basic@flip: > - bat-adls-6: [PASS][3] -> [ABORT][4] > [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-adls-6/igt@kms_busy@basic@flip.html > [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-adls-6/igt@kms_busy@basic@flip.html > > * igt@kms_flip@basic-flip-vs-dpms@b-dp1: > - fi-apl-guc: NOTRUN -> [INCOMPLETE][5] > [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-apl-guc/igt@kms_flip@basic-flip-vs-dpms@b-dp1.html > > * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24@pipe-d-hdmi-a-2: > - bat-dg1-7: NOTRUN -> [ABORT][6] > [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24@pipe-d-hdmi-a-2.html > These are unrelated to change in tools, Regards, Kamil > > Known issues > ------------ > > Here are the changes found in IGTPW_11040 that come from known issues: > > ### IGT changes ### > > #### Issues hit #### > > * igt@debugfs_test@basic-hwmon: > - fi-apl-guc: NOTRUN -> [SKIP][7] +3 other tests skip > [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-apl-guc/igt@debugfs_test@basic-hwmon.html > - bat-mtlp-6: NOTRUN -> [SKIP][8] ([i915#9318]) > [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-6/igt@debugfs_test@basic-hwmon.html > > * igt@fbdev@eof: > - bat-kbl-2: NOTRUN -> [SKIP][9] +4 other tests skip > [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-kbl-2/igt@fbdev@eof.html > > * igt@fbdev@info: > - bat-kbl-2: NOTRUN -> [SKIP][10] ([i915#1849]) > [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-kbl-2/igt@fbdev@info.html > - bat-mtlp-6: NOTRUN -> [SKIP][11] ([i915#1849] / [i915#2582]) > [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-6/igt@fbdev@info.html > > * igt@fbdev@write: > - bat-mtlp-6: NOTRUN -> [SKIP][12] ([i915#2582]) +3 other tests skip > [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-6/igt@fbdev@write.html > > * igt@gem_close_race@basic-process: > - bat-mtlp-6: NOTRUN -> [DMESG-WARN][13] ([i915#10875]) > [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-6/igt@gem_close_race@basic-process.html > > * igt@i915_module_load@load: > - bat-adlm-1: NOTRUN -> [INCOMPLETE][14] ([i915#10875]) > [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-adlm-1/igt@i915_module_load@load.html > - bat-dg2-8: [PASS][15] -> [INCOMPLETE][16] ([i915#10877]) > [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-dg2-8/igt@i915_module_load@load.html > [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg2-8/igt@i915_module_load@load.html > > * igt@kms_busy@basic@modeset: > - bat-dg2-14: [PASS][17] -> [INCOMPLETE][18] ([i915#10056] / [i915#10875]) > [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-dg2-14/igt@kms_busy@basic@modeset.html > [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg2-14/igt@kms_busy@basic@modeset.html > - fi-cfl-guc: [PASS][19] -> [INCOMPLETE][20] ([i915#10056]) > [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/fi-cfl-guc/igt@kms_busy@basic@modeset.html > [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-cfl-guc/igt@kms_busy@basic@modeset.html > - bat-mtlp-8: [PASS][21] -> [DMESG-WARN][22] ([i915#10875]) > [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-mtlp-8/igt@kms_busy@basic@modeset.html > [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-8/igt@kms_busy@basic@modeset.html > - bat-adls-6: [PASS][23] -> [DMESG-WARN][24] ([i915#10875]) > [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-adls-6/igt@kms_busy@basic@modeset.html > [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-adls-6/igt@kms_busy@basic@modeset.html > > * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: > - bat-dg1-7: NOTRUN -> [SKIP][25] ([i915#4103] / [i915#4213]) +1 other test skip > [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html > > * igt@kms_dsc@dsc-basic: > - bat-dg1-7: NOTRUN -> [SKIP][26] ([i915#3555] / [i915#3840]) > [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_dsc@dsc-basic.html > > * igt@kms_flip@basic-flip-vs-dpms@b-edp1: > - bat-jsl-1: [PASS][27] -> [INCOMPLETE][28] ([i915#10876]) > [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-jsl-1/igt@kms_flip@basic-flip-vs-dpms@b-edp1.html > [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-jsl-1/igt@kms_flip@basic-flip-vs-dpms@b-edp1.html > > * igt@kms_force_connector_basic@force-load-detect: > - bat-dg1-7: NOTRUN -> [SKIP][29] > [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_force_connector_basic@force-load-detect.html > > * igt@kms_hdmi_inject@inject-audio: > - bat-dg1-7: NOTRUN -> [SKIP][30] ([i915#433]) > [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_hdmi_inject@inject-audio.html > > > #### Possible fixes #### > > * igt@gem_ctx_create@basic: > - fi-rkl-11600: [DMESG-WARN][31] -> [PASS][32] > [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/fi-rkl-11600/igt@gem_ctx_create@basic.html > [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-rkl-11600/igt@gem_ctx_create@basic.html > > * igt@i915_module_load@load: > - bat-kbl-2: [INCOMPLETE][33] ([i915#10875] / [i915#10877]) -> [PASS][34] > [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-kbl-2/igt@i915_module_load@load.html > [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-kbl-2/igt@i915_module_load@load.html > > * igt@kms_busy@basic@modeset: > - bat-dg1-7: [ABORT][35] ([i915#10875]) -> [PASS][36] > [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-dg1-7/igt@kms_busy@basic@modeset.html > [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_busy@basic@modeset.html > > > #### Warnings #### > > * igt@gem_close_race@basic-process: > - bat-dg2-9: [INCOMPLETE][37] ([i915#10875]) -> [DMESG-WARN][38] ([i915#10875]) > [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-dg2-9/igt@gem_close_race@basic-process.html > [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg2-9/igt@gem_close_race@basic-process.html > > > {name}: This element is suppressed. This means it is ignored when computing > the status of the difference (SUCCESS, WARNING, or FAILURE). > > [i915#10056]: https://gitlab.freedesktop.org/drm/intel/issues/10056 > [i915#10875]: https://gitlab.freedesktop.org/drm/intel/issues/10875 > [i915#10876]: https://gitlab.freedesktop.org/drm/intel/issues/10876 > [i915#10877]: https://gitlab.freedesktop.org/drm/intel/issues/10877 > [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 > [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 > [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 > [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 > [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 > [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 > [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 > [i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318 > > > Build changes > ------------- > > * CI: CI-20190529 -> None > * IGT: IGT_7813 -> IGTPW_11040 > > CI-20190529: 20190529 > CI_DRM_14606: 121bb3cb2e7ce2d6f5c35cea84c6ae308cf1da0a @ git://anongit.freedesktop.org/gfx-ci/linux > IGTPW_11040: d591925568a45c97dc8484361a79e9d0b01636c3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > IGT_7813: 66841b7d9024447be4f4f5449aaf4f021e6323e5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/index.html ^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: ✗ Fi.CI.BAT: failure for tools/intel_reg: Fix mchbar register write 2024-04-19 14:13 ` Kamil Konieczny @ 2024-04-25 11:07 ` Illipilli, TejasreeX 0 siblings, 0 replies; 9+ messages in thread From: Illipilli, TejasreeX @ 2024-04-25 11:07 UTC (permalink / raw) To: Kamil Konieczny, igt-dev@lists.freedesktop.org Cc: Ville Syrjala, I915-ci-infra@lists.freedesktop.org Hi, https://patchwork.freedesktop.org/series/132598/ Thanks, Tejasree -----Original Message----- From: I915-ci-infra <i915-ci-infra-bounces@lists.freedesktop.org> On Behalf Of Kamil Konieczny Sent: Friday, April 19, 2024 7:43 PM To: igt-dev@lists.freedesktop.org Cc: Ville Syrjala <ville.syrjala@linux.intel.com>; I915-ci-infra@lists.freedesktop.org Subject: Re: ✗ Fi.CI.BAT: failure for tools/intel_reg: Fix mchbar register write Hi igt-dev, On 2024-04-18 at 20:50:53 -0000, Patchwork wrote: > == Series Details == > > Series: tools/intel_reg: Fix mchbar register write > URL : https://patchwork.freedesktop.org/series/132598/ > State : failure > > == Summary == > > CI Bug Log - changes from CI_DRM_14606 -> IGTPW_11040 > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with IGTPW_11040 absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_11040, 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_11040/index.html > > Participating hosts (39 -> 36) > ------------------------------ > > Additional (3): bat-adlm-1 fi-apl-guc bat-mtlp-6 > Missing (6): fi-kbl-7567u fi-bsw-n3050 fi-glk-j4005 fi-cfl-8109u fi-elk-e7500 bat-dg2-11 > > Possible new issues > ------------------- > > Here are the unknown changes that may have been introduced in IGTPW_11040: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@i915_module_load@load: > - fi-kbl-x1275: [PASS][1] -> [INCOMPLETE][2] > [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/fi-kbl-x1275/igt@i915_module_load@load.html > [2]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-kbl-x1275/igt@ > i915_module_load@load.html > > * igt@kms_busy@basic@flip: > - bat-adls-6: [PASS][3] -> [ABORT][4] > [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-adls-6/igt@kms_busy@basic@flip.html > [4]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-adls-6/igt@km > s_busy@basic@flip.html > > * igt@kms_flip@basic-flip-vs-dpms@b-dp1: > - fi-apl-guc: NOTRUN -> [INCOMPLETE][5] > [5]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-apl-guc/igt@km > s_flip@basic-flip-vs-dpms@b-dp1.html > > * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24@pipe-d-hdmi-a-2: > - bat-dg1-7: NOTRUN -> [ABORT][6] > [6]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms > _pipe_crc_basic@compare-crc-sanitycheck-xr24@pipe-d-hdmi-a-2.html > These are unrelated to change in tools, Regards, Kamil > > Known issues > ------------ > > Here are the changes found in IGTPW_11040 that come from known issues: > > ### IGT changes ### > > #### Issues hit #### > > * igt@debugfs_test@basic-hwmon: > - fi-apl-guc: NOTRUN -> [SKIP][7] +3 other tests skip > [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-apl-guc/igt@debugfs_test@basic-hwmon.html > - bat-mtlp-6: NOTRUN -> [SKIP][8] ([i915#9318]) > [8]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-6/igt@de > bugfs_test@basic-hwmon.html > > * igt@fbdev@eof: > - bat-kbl-2: NOTRUN -> [SKIP][9] +4 other tests skip > [9]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-kbl-2/igt@fbd > ev@eof.html > > * igt@fbdev@info: > - bat-kbl-2: NOTRUN -> [SKIP][10] ([i915#1849]) > [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-kbl-2/igt@fbdev@info.html > - bat-mtlp-6: NOTRUN -> [SKIP][11] ([i915#1849] / [i915#2582]) > [11]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-6/igt@fb > dev@info.html > > * igt@fbdev@write: > - bat-mtlp-6: NOTRUN -> [SKIP][12] ([i915#2582]) +3 other tests skip > [12]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-6/igt@fb > dev@write.html > > * igt@gem_close_race@basic-process: > - bat-mtlp-6: NOTRUN -> [DMESG-WARN][13] ([i915#10875]) > [13]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-6/igt@ge > m_close_race@basic-process.html > > * igt@i915_module_load@load: > - bat-adlm-1: NOTRUN -> [INCOMPLETE][14] ([i915#10875]) > [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-adlm-1/igt@i915_module_load@load.html > - bat-dg2-8: [PASS][15] -> [INCOMPLETE][16] ([i915#10877]) > [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-dg2-8/igt@i915_module_load@load.html > [16]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg2-8/igt@i91 > 5_module_load@load.html > > * igt@kms_busy@basic@modeset: > - bat-dg2-14: [PASS][17] -> [INCOMPLETE][18] ([i915#10056] / [i915#10875]) > [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-dg2-14/igt@kms_busy@basic@modeset.html > [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg2-14/igt@kms_busy@basic@modeset.html > - fi-cfl-guc: [PASS][19] -> [INCOMPLETE][20] ([i915#10056]) > [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/fi-cfl-guc/igt@kms_busy@basic@modeset.html > [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-cfl-guc/igt@kms_busy@basic@modeset.html > - bat-mtlp-8: [PASS][21] -> [DMESG-WARN][22] ([i915#10875]) > [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-mtlp-8/igt@kms_busy@basic@modeset.html > [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-8/igt@kms_busy@basic@modeset.html > - bat-adls-6: [PASS][23] -> [DMESG-WARN][24] ([i915#10875]) > [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-adls-6/igt@kms_busy@basic@modeset.html > [24]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-adls-6/igt@km > s_busy@basic@modeset.html > > * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: > - bat-dg1-7: NOTRUN -> [SKIP][25] ([i915#4103] / [i915#4213]) +1 other test skip > [25]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms > _cursor_legacy@basic-busy-flip-before-cursor-legacy.html > > * igt@kms_dsc@dsc-basic: > - bat-dg1-7: NOTRUN -> [SKIP][26] ([i915#3555] / [i915#3840]) > [26]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms > _dsc@dsc-basic.html > > * igt@kms_flip@basic-flip-vs-dpms@b-edp1: > - bat-jsl-1: [PASS][27] -> [INCOMPLETE][28] ([i915#10876]) > [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-jsl-1/igt@kms_flip@basic-flip-vs-dpms@b-edp1.html > [28]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-jsl-1/igt@kms > _flip@basic-flip-vs-dpms@b-edp1.html > > * igt@kms_force_connector_basic@force-load-detect: > - bat-dg1-7: NOTRUN -> [SKIP][29] > [29]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms > _force_connector_basic@force-load-detect.html > > * igt@kms_hdmi_inject@inject-audio: > - bat-dg1-7: NOTRUN -> [SKIP][30] ([i915#433]) > [30]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms > _hdmi_inject@inject-audio.html > > > #### Possible fixes #### > > * igt@gem_ctx_create@basic: > - fi-rkl-11600: [DMESG-WARN][31] -> [PASS][32] > [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/fi-rkl-11600/igt@gem_ctx_create@basic.html > [32]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-rkl-11600/igt@ > gem_ctx_create@basic.html > > * igt@i915_module_load@load: > - bat-kbl-2: [INCOMPLETE][33] ([i915#10875] / [i915#10877]) -> [PASS][34] > [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-kbl-2/igt@i915_module_load@load.html > [34]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-kbl-2/igt@i91 > 5_module_load@load.html > > * igt@kms_busy@basic@modeset: > - bat-dg1-7: [ABORT][35] ([i915#10875]) -> [PASS][36] > [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-dg1-7/igt@kms_busy@basic@modeset.html > [36]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms > _busy@basic@modeset.html > > > #### Warnings #### > > * igt@gem_close_race@basic-process: > - bat-dg2-9: [INCOMPLETE][37] ([i915#10875]) -> [DMESG-WARN][38] ([i915#10875]) > [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-dg2-9/igt@gem_close_race@basic-process.html > [38]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg2-9/igt@gem > _close_race@basic-process.html > > > {name}: This element is suppressed. This means it is ignored when computing > the status of the difference (SUCCESS, WARNING, or FAILURE). > > [i915#10056]: https://gitlab.freedesktop.org/drm/intel/issues/10056 > [i915#10875]: https://gitlab.freedesktop.org/drm/intel/issues/10875 > [i915#10876]: https://gitlab.freedesktop.org/drm/intel/issues/10876 > [i915#10877]: https://gitlab.freedesktop.org/drm/intel/issues/10877 > [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 > [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 > [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 > [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 > [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 > [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 > [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 > [i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318 > > > Build changes > ------------- > > * CI: CI-20190529 -> None > * IGT: IGT_7813 -> IGTPW_11040 > > CI-20190529: 20190529 > CI_DRM_14606: 121bb3cb2e7ce2d6f5c35cea84c6ae308cf1da0a @ git://anongit.freedesktop.org/gfx-ci/linux > IGTPW_11040: d591925568a45c97dc8484361a79e9d0b01636c3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > IGT_7813: 66841b7d9024447be4f4f5449aaf4f021e6323e5 @ > https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > > == Logs == > > For more details see: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/index.html ^ permalink raw reply [flat|nested] 9+ messages in thread
* ✓ CI.xeBAT: success for tools/intel_reg: Fix mchbar register write 2024-04-18 11:26 [PATCH i-g-t] tools/intel_reg: Fix mchbar register write Ville Syrjala 2024-04-18 11:44 ` Jani Nikula 2024-04-18 20:50 ` ✗ Fi.CI.BAT: failure for " Patchwork @ 2024-04-18 21:07 ` Patchwork 2024-04-25 9:57 ` ✓ Fi.CI.BAT: " Patchwork 2024-04-25 15:32 ` ✗ Fi.CI.IGT: failure " Patchwork 4 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2024-04-18 21:07 UTC (permalink / raw) To: Ville Syrjala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3638 bytes --] == Series Details == Series: tools/intel_reg: Fix mchbar register write URL : https://patchwork.freedesktop.org/series/132598/ State : success == Summary == CI Bug Log - changes from XEIGT_7813_BAT -> XEIGTPW_11040_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (4 -> 5) ------------------------------ Additional (1): bat-adlp-7 Known issues ------------ Here are the changes found in XEIGTPW_11040_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_dsc@dsc-basic: - bat-adlp-7: NOTRUN -> [SKIP][1] ([Intel XE#455]) [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11040/bat-adlp-7/igt@kms_dsc@dsc-basic.html * igt@kms_frontbuffer_tracking@basic: - bat-adlp-7: NOTRUN -> [FAIL][2] ([Intel XE#616]) [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11040/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html * igt@xe_evict@evict-small-cm: - bat-adlp-7: NOTRUN -> [SKIP][3] ([Intel XE#261] / [Intel XE#688]) +15 other tests skip [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11040/bat-adlp-7/igt@xe_evict@evict-small-cm.html * igt@xe_evict_ccs@evict-overcommit-simple: - bat-adlp-7: NOTRUN -> [SKIP][4] ([Intel XE#688]) +1 other test skip [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11040/bat-adlp-7/igt@xe_evict_ccs@evict-overcommit-simple.html * igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch: - bat-adlp-7: NOTRUN -> [SKIP][5] ([Intel XE#288]) +22 other tests skip [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11040/bat-adlp-7/igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch.html * igt@xe_mmap@vram: - bat-adlp-7: NOTRUN -> [SKIP][6] ([Intel XE#1008]) [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11040/bat-adlp-7/igt@xe_mmap@vram.html * igt@xe_pat@pat-index-xe2: - bat-adlp-7: NOTRUN -> [SKIP][7] ([Intel XE#977]) [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11040/bat-adlp-7/igt@xe_pat@pat-index-xe2.html * igt@xe_pat@pat-index-xehpc: - bat-adlp-7: NOTRUN -> [SKIP][8] ([Intel XE#979]) +1 other test skip [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11040/bat-adlp-7/igt@xe_pat@pat-index-xehpc.html [Intel XE#1008]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1008 [Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977 [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979 Build changes ------------- * IGT: IGT_7813 -> IGTPW_11040 * Linux: xe-1112-618482f78fe3f9c8ee83442f39d0710623ffbbe0 -> xe-1117-9f73c1a935bbd48cb284c30ada00b34357c4ca97 IGTPW_11040: d591925568a45c97dc8484361a79e9d0b01636c3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_7813: 66841b7d9024447be4f4f5449aaf4f021e6323e5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1112-618482f78fe3f9c8ee83442f39d0710623ffbbe0: 618482f78fe3f9c8ee83442f39d0710623ffbbe0 xe-1117-9f73c1a935bbd48cb284c30ada00b34357c4ca97: 9f73c1a935bbd48cb284c30ada00b34357c4ca97 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11040/index.html [-- Attachment #2: Type: text/html, Size: 4465 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* ✓ Fi.CI.BAT: success for tools/intel_reg: Fix mchbar register write 2024-04-18 11:26 [PATCH i-g-t] tools/intel_reg: Fix mchbar register write Ville Syrjala ` (2 preceding siblings ...) 2024-04-18 21:07 ` ✓ CI.xeBAT: success " Patchwork @ 2024-04-25 9:57 ` Patchwork 2024-04-25 15:32 ` ✗ Fi.CI.IGT: failure " Patchwork 4 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2024-04-25 9:57 UTC (permalink / raw) To: Ville Syrjälä; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 9139 bytes --] == Series Details == Series: tools/intel_reg: Fix mchbar register write URL : https://patchwork.freedesktop.org/series/132598/ State : success == Summary == CI Bug Log - changes from CI_DRM_14606 -> IGTPW_11040 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/index.html Participating hosts (39 -> 36) ------------------------------ Additional (3): bat-adlm-1 fi-apl-guc bat-mtlp-6 Missing (6): fi-kbl-7567u fi-bsw-n3050 fi-glk-j4005 fi-cfl-8109u fi-elk-e7500 bat-dg2-11 Known issues ------------ Here are the changes found in IGTPW_11040 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - fi-apl-guc: NOTRUN -> [SKIP][1] +3 other tests skip [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-apl-guc/igt@debugfs_test@basic-hwmon.html - bat-mtlp-6: NOTRUN -> [SKIP][2] ([i915#9318]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-6/igt@debugfs_test@basic-hwmon.html * igt@fbdev@eof: - bat-kbl-2: NOTRUN -> [SKIP][3] +4 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-kbl-2/igt@fbdev@eof.html * igt@fbdev@info: - bat-kbl-2: NOTRUN -> [SKIP][4] ([i915#1849]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-kbl-2/igt@fbdev@info.html - bat-mtlp-6: NOTRUN -> [SKIP][5] ([i915#1849] / [i915#2582]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-6/igt@fbdev@info.html * igt@fbdev@write: - bat-mtlp-6: NOTRUN -> [SKIP][6] ([i915#2582]) +3 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-6/igt@fbdev@write.html * igt@gem_close_race@basic-process: - bat-mtlp-6: NOTRUN -> [DMESG-WARN][7] ([i915#10875]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-6/igt@gem_close_race@basic-process.html * igt@i915_module_load@load: - bat-adlm-1: NOTRUN -> [INCOMPLETE][8] ([i915#10875]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-adlm-1/igt@i915_module_load@load.html - fi-kbl-x1275: [PASS][9] -> [INCOMPLETE][10] ([i915#10893]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/fi-kbl-x1275/igt@i915_module_load@load.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-kbl-x1275/igt@i915_module_load@load.html - bat-dg2-8: [PASS][11] -> [INCOMPLETE][12] ([i915#10877]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-dg2-8/igt@i915_module_load@load.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg2-8/igt@i915_module_load@load.html * igt@kms_busy@basic@flip: - bat-adls-6: [PASS][13] -> [ABORT][14] ([i915#10875]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-adls-6/igt@kms_busy@basic@flip.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-adls-6/igt@kms_busy@basic@flip.html * igt@kms_busy@basic@modeset: - bat-dg2-14: [PASS][15] -> [INCOMPLETE][16] ([i915#10056] / [i915#10875]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-dg2-14/igt@kms_busy@basic@modeset.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg2-14/igt@kms_busy@basic@modeset.html - fi-cfl-guc: [PASS][17] -> [INCOMPLETE][18] ([i915#10056]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/fi-cfl-guc/igt@kms_busy@basic@modeset.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-cfl-guc/igt@kms_busy@basic@modeset.html - bat-mtlp-8: [PASS][19] -> [DMESG-WARN][20] ([i915#10875]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-mtlp-8/igt@kms_busy@basic@modeset.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-mtlp-8/igt@kms_busy@basic@modeset.html - bat-adls-6: [PASS][21] -> [DMESG-WARN][22] ([i915#10875]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-adls-6/igt@kms_busy@basic@modeset.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-adls-6/igt@kms_busy@basic@modeset.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-dg1-7: NOTRUN -> [SKIP][23] ([i915#4103] / [i915#4213]) +1 other test skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_dsc@dsc-basic: - bat-dg1-7: NOTRUN -> [SKIP][24] ([i915#3555] / [i915#3840]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_dsc@dsc-basic.html * igt@kms_flip@basic-flip-vs-dpms@b-dp1: - fi-apl-guc: NOTRUN -> [INCOMPLETE][25] ([i915#10875]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-apl-guc/igt@kms_flip@basic-flip-vs-dpms@b-dp1.html * igt@kms_flip@basic-flip-vs-dpms@b-edp1: - bat-jsl-1: [PASS][26] -> [INCOMPLETE][27] ([i915#10876]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-jsl-1/igt@kms_flip@basic-flip-vs-dpms@b-edp1.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-jsl-1/igt@kms_flip@basic-flip-vs-dpms@b-edp1.html * igt@kms_force_connector_basic@force-load-detect: - bat-dg1-7: NOTRUN -> [SKIP][28] [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_hdmi_inject@inject-audio: - bat-dg1-7: NOTRUN -> [SKIP][29] ([i915#433]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_hdmi_inject@inject-audio.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24@pipe-d-hdmi-a-2: - bat-dg1-7: NOTRUN -> [ABORT][30] ([i915#10875]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24@pipe-d-hdmi-a-2.html #### Possible fixes #### * igt@gem_ctx_create@basic: - fi-rkl-11600: [DMESG-WARN][31] ([i915#10875]) -> [PASS][32] [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/fi-rkl-11600/igt@gem_ctx_create@basic.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/fi-rkl-11600/igt@gem_ctx_create@basic.html * igt@i915_module_load@load: - bat-kbl-2: [INCOMPLETE][33] ([i915#10875] / [i915#10877]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-kbl-2/igt@i915_module_load@load.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-kbl-2/igt@i915_module_load@load.html * igt@kms_busy@basic@modeset: - bat-dg1-7: [ABORT][35] ([i915#10875]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-dg1-7/igt@kms_busy@basic@modeset.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg1-7/igt@kms_busy@basic@modeset.html #### Warnings #### * igt@gem_close_race@basic-process: - bat-dg2-9: [INCOMPLETE][37] ([i915#10875]) -> [DMESG-WARN][38] ([i915#10875]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/bat-dg2-9/igt@gem_close_race@basic-process.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/bat-dg2-9/igt@gem_close_race@basic-process.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#10056]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10056 [i915#10875]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10875 [i915#10876]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10876 [i915#10877]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10877 [i915#10893]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10893 [i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849 [i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/433 [i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7813 -> IGTPW_11040 CI-20190529: 20190529 CI_DRM_14606: 121bb3cb2e7ce2d6f5c35cea84c6ae308cf1da0a @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11040: d591925568a45c97dc8484361a79e9d0b01636c3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_7813: 66841b7d9024447be4f4f5449aaf4f021e6323e5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/index.html [-- Attachment #2: Type: text/html, Size: 11456 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Fi.CI.IGT: failure for tools/intel_reg: Fix mchbar register write 2024-04-18 11:26 [PATCH i-g-t] tools/intel_reg: Fix mchbar register write Ville Syrjala ` (3 preceding siblings ...) 2024-04-25 9:57 ` ✓ Fi.CI.BAT: " Patchwork @ 2024-04-25 15:32 ` Patchwork 2024-04-25 16:42 ` Kamil Konieczny 4 siblings, 1 reply; 9+ messages in thread From: Patchwork @ 2024-04-25 15:32 UTC (permalink / raw) To: Ville Syrjälä; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 72398 bytes --] == Series Details == Series: tools/intel_reg: Fix mchbar register write URL : https://patchwork.freedesktop.org/series/132598/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14606_full -> IGTPW_11040_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11040_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11040_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_11040/index.html Participating hosts (9 -> 8) ------------------------------ Missing (1): shard-dg2-set2 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11040_full: ### IGT changes ### #### Possible regressions #### * igt@debugfs_test@read_all_entries_display_off: - shard-dg2: NOTRUN -> [INCOMPLETE][1] +1 other test incomplete [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-5/igt@debugfs_test@read_all_entries_display_off.html * igt@kms_cursor_crc@cursor-rapid-movement-128x42@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [ABORT][2] +14 other tests abort [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-128x42@pipe-b-hdmi-a-1.html * igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions-varying-size: - shard-dg2: NOTRUN -> [DMESG-WARN][3] +5 other tests dmesg-warn [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-4/igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions-varying-size.html * igt@kms_flip@basic-flip-vs-modeset@d-hdmi-a1: - shard-tglu: NOTRUN -> [INCOMPLETE][4] +4 other tests incomplete [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-2/igt@kms_flip@basic-flip-vs-modeset@d-hdmi-a1.html * igt@kms_invalid_mode@zero-vdisplay@pipe-b-hdmi-a-1: - shard-glk: NOTRUN -> [ABORT][5] +4 other tests abort [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-glk1/igt@kms_invalid_mode@zero-vdisplay@pipe-b-hdmi-a-1.html * igt@kms_invalid_mode@zero-vdisplay@pipe-c-hdmi-a-2: - shard-glk: NOTRUN -> [DMESG-WARN][6] +2 other tests dmesg-warn [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-glk1/igt@kms_invalid_mode@zero-vdisplay@pipe-c-hdmi-a-2.html * igt@kms_lease@simple-lease@pipe-c-hdmi-a-2: - shard-glk: [PASS][7] -> [ABORT][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/shard-glk4/igt@kms_lease@simple-lease@pipe-c-hdmi-a-2.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-glk3/igt@kms_lease@simple-lease@pipe-c-hdmi-a-2.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [INCOMPLETE][9] +1 other test incomplete [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-17/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-4.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b: - shard-dg1: NOTRUN -> [ABORT][10] +1 other test abort [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-13/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html * igt@kms_pm_dc@dc9-dpms: - shard-dg2: NOTRUN -> [ABORT][11] +3 other tests abort [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-7/igt@kms_pm_dc@dc9-dpms.html * igt@kms_psr@psr-cursor-plane-move@edp-1: - shard-mtlp: NOTRUN -> [ABORT][12] +20 other tests abort [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-5/igt@kms_psr@psr-cursor-plane-move@edp-1.html * igt@kms_setmode@basic: - shard-snb: NOTRUN -> [INCOMPLETE][13] +6 other tests incomplete [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-snb4/igt@kms_setmode@basic.html * igt@kms_setmode@basic@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [DMESG-WARN][14] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-1/igt@kms_setmode@basic@pipe-b-hdmi-a-2.html * igt@kms_setmode@invalid-clone-single-crtc: - shard-glk: NOTRUN -> [INCOMPLETE][15] +3 other tests incomplete [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-glk4/igt@kms_setmode@invalid-clone-single-crtc.html #### Warnings #### * igt@kms_plane_multiple@tiling-none@pipe-d-edp-1: - shard-mtlp: [ABORT][16] ([i915#10875]) -> [ABORT][17] +2 other tests abort [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/shard-mtlp-3/igt@kms_plane_multiple@tiling-none@pipe-d-edp-1.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-7/igt@kms_plane_multiple@tiling-none@pipe-d-edp-1.html Known issues ------------ Here are the changes found in IGTPW_11040_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@object-reloc-purge-cache: - shard-mtlp: NOTRUN -> [SKIP][18] ([i915#8411]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-2/igt@api_intel_bb@object-reloc-purge-cache.html - shard-dg2: NOTRUN -> [SKIP][19] ([i915#8411]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-5/igt@api_intel_bb@object-reloc-purge-cache.html - shard-dg1: NOTRUN -> [SKIP][20] ([i915#8411]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-18/igt@api_intel_bb@object-reloc-purge-cache.html * igt@api_intel_bb@render-ccs: - shard-dg2: NOTRUN -> [FAIL][21] ([i915#10380]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-1/igt@api_intel_bb@render-ccs.html * igt@device_reset@unbind-cold-reset-rebind: - shard-dg1: NOTRUN -> [SKIP][22] ([i915#7701]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-16/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@most-busy-check-all@bcs0: - shard-dg2: NOTRUN -> [SKIP][23] ([i915#8414]) +7 other tests skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-3/igt@drm_fdinfo@most-busy-check-all@bcs0.html - shard-dg1: NOTRUN -> [SKIP][24] ([i915#8414]) +11 other tests skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-17/igt@drm_fdinfo@most-busy-check-all@bcs0.html * igt@drm_fdinfo@most-busy-idle-check-all@ccs0: - shard-mtlp: NOTRUN -> [SKIP][25] ([i915#8414]) +5 other tests skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-7/igt@drm_fdinfo@most-busy-idle-check-all@ccs0.html * igt@gem_busy@semaphore: - shard-dg1: NOTRUN -> [SKIP][26] ([i915#3936]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-16/igt@gem_busy@semaphore.html * igt@gem_caching@reads: - shard-mtlp: NOTRUN -> [SKIP][27] ([i915#4873]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-5/igt@gem_caching@reads.html * igt@gem_ccs@block-multicopy-inplace: - shard-dg1: NOTRUN -> [SKIP][28] ([i915#3555] / [i915#9323]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-16/igt@gem_ccs@block-multicopy-inplace.html - shard-mtlp: NOTRUN -> [SKIP][29] ([i915#3555] / [i915#9323]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-3/igt@gem_ccs@block-multicopy-inplace.html * igt@gem_close_race@multigpu-basic-process: - shard-tglu: NOTRUN -> [SKIP][30] ([i915#7697]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-7/igt@gem_close_race@multigpu-basic-process.html - shard-mtlp: NOTRUN -> [SKIP][31] ([i915#7697]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-1/igt@gem_close_race@multigpu-basic-process.html - shard-dg2: NOTRUN -> [SKIP][32] ([i915#7697]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-5/igt@gem_close_race@multigpu-basic-process.html - shard-rkl: NOTRUN -> [SKIP][33] ([i915#7697]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@gem_close_race@multigpu-basic-process.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-tglu: NOTRUN -> [SKIP][34] ([i915#6335]) +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-10/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_ctx_persistence@heartbeat-close: - shard-dg1: NOTRUN -> [SKIP][35] ([i915#8555]) +1 other test skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-18/igt@gem_ctx_persistence@heartbeat-close.html - shard-mtlp: NOTRUN -> [SKIP][36] ([i915#8555]) +1 other test skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-4/igt@gem_ctx_persistence@heartbeat-close.html * igt@gem_ctx_persistence@heartbeat-hang: - shard-dg2: NOTRUN -> [SKIP][37] ([i915#8555]) +1 other test skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-1/igt@gem_ctx_persistence@heartbeat-hang.html * igt@gem_ctx_persistence@smoketest: - shard-snb: NOTRUN -> [SKIP][38] ([i915#1099]) +4 other tests skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-snb5/igt@gem_ctx_persistence@smoketest.html * igt@gem_ctx_sseu@mmap-args: - shard-dg1: NOTRUN -> [SKIP][39] ([i915#280]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-16/igt@gem_ctx_sseu@mmap-args.html - shard-tglu: NOTRUN -> [SKIP][40] ([i915#280]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-9/igt@gem_ctx_sseu@mmap-args.html * igt@gem_exec_balancer@bonded-dual: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#4771]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-3/igt@gem_exec_balancer@bonded-dual.html - shard-dg1: NOTRUN -> [SKIP][42] ([i915#4771]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-17/igt@gem_exec_balancer@bonded-dual.html * igt@gem_exec_balancer@parallel-contexts: - shard-rkl: NOTRUN -> [SKIP][43] ([i915#4525]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@gem_exec_balancer@parallel-contexts.html * igt@gem_exec_balancer@sliced: - shard-dg1: NOTRUN -> [SKIP][44] ([i915#4812]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-15/igt@gem_exec_balancer@sliced.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-tglu: NOTRUN -> [SKIP][45] ([i915#6334]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-4/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_capture@capture@vecs0-lmem0: - shard-dg2: NOTRUN -> [FAIL][46] ([i915#10386]) +3 other tests fail [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-4/igt@gem_exec_capture@capture@vecs0-lmem0.html * igt@gem_exec_capture@many-4k-zero: - shard-dg1: NOTRUN -> [FAIL][47] ([i915#9606]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-15/igt@gem_exec_capture@many-4k-zero.html - shard-dg2: NOTRUN -> [FAIL][48] ([i915#9606]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-10/igt@gem_exec_capture@many-4k-zero.html * igt@gem_exec_fair@basic-deadline: - shard-rkl: NOTRUN -> [FAIL][49] ([i915#2846]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-3/igt@gem_exec_fair@basic-deadline.html - shard-dg1: NOTRUN -> [SKIP][50] ([i915#3539] / [i915#4852]) +2 other tests skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-17/igt@gem_exec_fair@basic-deadline.html - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4473] / [i915#4771]) +2 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-5/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-flow: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#3539] / [i915#4852]) +1 other test skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-7/igt@gem_exec_fair@basic-flow.html * igt@gem_exec_fair@basic-throttle: - shard-dg1: NOTRUN -> [SKIP][53] ([i915#3539]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-16/igt@gem_exec_fair@basic-throttle.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-tglu: NOTRUN -> [FAIL][54] ([i915#2842]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-2/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_reloc@basic-range: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#3281]) +3 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-2/igt@gem_exec_reloc@basic-range.html * igt@gem_exec_reloc@basic-write-cpu-active: - shard-dg1: NOTRUN -> [SKIP][56] ([i915#3281]) +10 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-14/igt@gem_exec_reloc@basic-write-cpu-active.html * igt@gem_exec_reloc@basic-write-read-active: - shard-dg2: NOTRUN -> [SKIP][57] ([i915#3281]) +6 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-1/igt@gem_exec_reloc@basic-write-read-active.html - shard-rkl: NOTRUN -> [SKIP][58] ([i915#3281]) +3 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@gem_exec_reloc@basic-write-read-active.html * igt@gem_fenced_exec_thrash@no-spare-fences-interruptible: - shard-dg1: NOTRUN -> [SKIP][59] ([i915#4860]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-14/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html * igt@gem_lmem_swapping@heavy-random@lmem0: - shard-dg1: [PASS][60] -> [FAIL][61] ([i915#10378]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/shard-dg1-18/igt@gem_lmem_swapping@heavy-random@lmem0.html [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-15/igt@gem_lmem_swapping@heavy-random@lmem0.html * igt@gem_lmem_swapping@parallel-random-engines: - shard-glk: NOTRUN -> [SKIP][62] ([i915#4613]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-glk7/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-rkl: NOTRUN -> [SKIP][63] ([i915#4613]) +1 other test skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-3/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@random: - shard-mtlp: NOTRUN -> [SKIP][64] ([i915#4613]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-2/igt@gem_lmem_swapping@random.html * igt@gem_lmem_swapping@verify-ccs: - shard-tglu: NOTRUN -> [SKIP][65] ([i915#4613]) +3 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-10/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_lmem_swapping@verify-ccs@lmem0: - shard-dg2: NOTRUN -> [FAIL][66] ([i915#10378]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-10/igt@gem_lmem_swapping@verify-ccs@lmem0.html - shard-dg1: NOTRUN -> [SKIP][67] ([i915#4565]) +1 other test skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-15/igt@gem_lmem_swapping@verify-ccs@lmem0.html * igt@gem_media_fill@media-fill: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#8289]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-7/igt@gem_media_fill@media-fill.html * igt@gem_mmap_gtt@basic-copy: - shard-mtlp: NOTRUN -> [SKIP][69] ([i915#4077]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-3/igt@gem_mmap_gtt@basic-copy.html * igt@gem_mmap_gtt@cpuset-big-copy-odd: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#4077]) +5 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-10/igt@gem_mmap_gtt@cpuset-big-copy-odd.html * igt@gem_mmap_gtt@medium-copy: - shard-dg1: NOTRUN -> [SKIP][71] ([i915#4077]) +4 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-17/igt@gem_mmap_gtt@medium-copy.html * igt@gem_mmap_wc@write-prefaulted: - shard-dg2: NOTRUN -> [SKIP][72] ([i915#4083]) +1 other test skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-11/igt@gem_mmap_wc@write-prefaulted.html - shard-dg1: NOTRUN -> [SKIP][73] ([i915#4083]) +3 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-16/igt@gem_mmap_wc@write-prefaulted.html * igt@gem_partial_pwrite_pread@reads-uncached: - shard-dg1: NOTRUN -> [SKIP][74] ([i915#3282]) +2 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-14/igt@gem_partial_pwrite_pread@reads-uncached.html * igt@gem_partial_pwrite_pread@writes-after-reads-display: - shard-dg2: NOTRUN -> [SKIP][75] ([i915#3282]) +3 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-10/igt@gem_partial_pwrite_pread@writes-after-reads-display.html * igt@gem_pread@exhaustion: - shard-snb: NOTRUN -> [WARN][76] ([i915#2658]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-snb6/igt@gem_pread@exhaustion.html - shard-tglu: NOTRUN -> [WARN][77] ([i915#2658]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-7/igt@gem_pread@exhaustion.html - shard-glk: NOTRUN -> [WARN][78] ([i915#2658]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-glk7/igt@gem_pread@exhaustion.html - shard-rkl: NOTRUN -> [SKIP][79] ([i915#3282]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@gem_pread@exhaustion.html * igt@gem_pxp@create-valid-protected-context: - shard-mtlp: NOTRUN -> [SKIP][80] ([i915#4270]) +2 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-8/igt@gem_pxp@create-valid-protected-context.html * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: - shard-dg2: NOTRUN -> [SKIP][81] ([i915#4270]) +3 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-4/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html - shard-rkl: NOTRUN -> [SKIP][82] ([i915#4270]) +3 other tests skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-4/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html * igt@gem_pxp@reject-modify-context-protection-off-1: - shard-tglu: NOTRUN -> [SKIP][83] ([i915#4270]) +5 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-2/igt@gem_pxp@reject-modify-context-protection-off-1.html * igt@gem_pxp@verify-pxp-stale-ctx-execution: - shard-dg1: NOTRUN -> [SKIP][84] ([i915#4270]) +5 other tests skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-17/igt@gem_pxp@verify-pxp-stale-ctx-execution.html * igt@gem_render_copy@yf-tiled-to-vebox-y-tiled: - shard-mtlp: NOTRUN -> [SKIP][85] ([i915#8428]) +2 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-4/igt@gem_render_copy@yf-tiled-to-vebox-y-tiled.html - shard-dg2: NOTRUN -> [SKIP][86] ([i915#5190] / [i915#8428]) +3 other tests skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-3/igt@gem_render_copy@yf-tiled-to-vebox-y-tiled.html * igt@gem_set_tiling_vs_blt@tiled-to-untiled: - shard-rkl: NOTRUN -> [SKIP][87] ([i915#8411]) +1 other test skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-3/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html - shard-dg1: NOTRUN -> [SKIP][88] ([i915#4079]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-13/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html * igt@gem_spin_batch@spin-all-new: - shard-dg2: NOTRUN -> [FAIL][89] ([i915#5889]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-3/igt@gem_spin_batch@spin-all-new.html * igt@gem_tiled_pread_pwrite: - shard-dg2: NOTRUN -> [SKIP][90] ([i915#4079]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-7/igt@gem_tiled_pread_pwrite.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-tglu: NOTRUN -> [SKIP][91] ([i915#3297]) +1 other test skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-2/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@sd-probe: - shard-dg1: NOTRUN -> [SKIP][92] ([i915#3297] / [i915#4958]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-14/igt@gem_userptr_blits@sd-probe.html * igt@gem_userptr_blits@unsync-overlap: - shard-rkl: NOTRUN -> [SKIP][93] ([i915#3297]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-4/igt@gem_userptr_blits@unsync-overlap.html * igt@gen3_render_tiledy_blits: - shard-mtlp: NOTRUN -> [SKIP][94] +10 other tests skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-3/igt@gen3_render_tiledy_blits.html * igt@gen9_exec_parse@unaligned-access: - shard-dg1: NOTRUN -> [SKIP][95] ([i915#2527]) +3 other tests skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-15/igt@gen9_exec_parse@unaligned-access.html * igt@gen9_exec_parse@unaligned-jump: - shard-tglu: NOTRUN -> [SKIP][96] ([i915#2527] / [i915#2856]) +2 other tests skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-8/igt@gen9_exec_parse@unaligned-jump.html - shard-mtlp: NOTRUN -> [SKIP][97] ([i915#2856]) +1 other test skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-2/igt@gen9_exec_parse@unaligned-jump.html - shard-dg2: NOTRUN -> [SKIP][98] ([i915#2856]) +1 other test skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-1/igt@gen9_exec_parse@unaligned-jump.html - shard-rkl: NOTRUN -> [SKIP][99] ([i915#2527]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@gen9_exec_parse@unaligned-jump.html * igt@i915_fb_tiling: - shard-dg2: NOTRUN -> [SKIP][100] ([i915#4881]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-5/igt@i915_fb_tiling.html - shard-dg1: NOTRUN -> [SKIP][101] ([i915#4881]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-18/igt@i915_fb_tiling.html * igt@i915_module_load@resize-bar: - shard-rkl: NOTRUN -> [SKIP][102] ([i915#6412]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-3/igt@i915_module_load@resize-bar.html - shard-dg1: NOTRUN -> [SKIP][103] ([i915#7178]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-15/igt@i915_module_load@resize-bar.html - shard-tglu: NOTRUN -> [SKIP][104] ([i915#6412]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-3/igt@i915_module_load@resize-bar.html * igt@i915_pm_freq_api@freq-basic-api: - shard-tglu: NOTRUN -> [SKIP][105] ([i915#8399]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-7/igt@i915_pm_freq_api@freq-basic-api.html - shard-rkl: NOTRUN -> [SKIP][106] ([i915#8399]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@i915_pm_freq_api@freq-basic-api.html * igt@i915_pm_freq_mult@media-freq@gt0: - shard-dg1: NOTRUN -> [SKIP][107] ([i915#6590]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-15/igt@i915_pm_freq_mult@media-freq@gt0.html - shard-tglu: NOTRUN -> [SKIP][108] ([i915#6590]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-10/igt@i915_pm_freq_mult@media-freq@gt0.html * igt@i915_pm_rc6_residency@rc6-fence@gt0: - shard-tglu: NOTRUN -> [WARN][109] ([i915#2681]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-3/igt@i915_pm_rc6_residency@rc6-fence@gt0.html * igt@intel_hwmon@hwmon-read: - shard-rkl: NOTRUN -> [SKIP][110] ([i915#7707]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-4/igt@intel_hwmon@hwmon-read.html - shard-tglu: NOTRUN -> [SKIP][111] ([i915#7707]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-2/igt@intel_hwmon@hwmon-read.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][112] ([i915#4212]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-3/igt@kms_addfb_basic@basic-x-tiled-legacy.html - shard-dg1: NOTRUN -> [SKIP][113] ([i915#4212]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-13/igt@kms_addfb_basic@basic-x-tiled-legacy.html - shard-mtlp: NOTRUN -> [SKIP][114] ([i915#4212]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-5/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-tglu: NOTRUN -> [SKIP][115] ([i915#3826]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-5/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-dg2: NOTRUN -> [SKIP][116] ([i915#9531]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-7/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-tglu: NOTRUN -> [SKIP][117] ([i915#9531]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-2/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#1769] / [i915#3555]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html - shard-snb: NOTRUN -> [SKIP][119] ([i915#1769]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-snb5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html - shard-tglu: NOTRUN -> [SKIP][120] ([i915#1769] / [i915#3555]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][121] ([i915#5286]) +4 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-3/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@4-tiled-addfb-size-offset-overflow: - shard-tglu: NOTRUN -> [SKIP][122] ([i915#5286]) +9 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-10/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-dg1: NOTRUN -> [SKIP][123] ([i915#4538] / [i915#5286]) +6 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-13/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_big_fb@linear-8bpp-rotate-90: - shard-tglu: NOTRUN -> [INCOMPLETE][124] ([i915#10056]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-4/igt@kms_big_fb@linear-8bpp-rotate-90.html * igt@kms_big_fb@x-tiled-64bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][125] ([i915#3638]) +1 other test skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-3/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html - shard-dg1: NOTRUN -> [SKIP][126] ([i915#3638]) +4 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-17/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html * igt@kms_big_fb@y-tiled-8bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#4538] / [i915#5190]) +5 other tests skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-6/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-tglu: NOTRUN -> [FAIL][128] ([i915#3743]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-dg1: NOTRUN -> [SKIP][129] ([i915#4538]) +2 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-15/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][130] ([i915#6095]) +43 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-16/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html * igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][131] ([i915#6095]) +47 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-5/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-primary-basic-y-tiled-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][132] ([i915#6095]) +11 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-3/igt@kms_ccs@crc-primary-basic-y-tiled-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs: - shard-dg2: NOTRUN -> [SKIP][133] ([i915#10278]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs.html - shard-rkl: NOTRUN -> [SKIP][134] ([i915#10278]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs.html - shard-tglu: NOTRUN -> [SKIP][135] ([i915#10278]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs.html * igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][136] ([i915#10307] / [i915#6095]) +43 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-4/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1.html * igt@kms_chamelium_hpd@dp-hpd-after-suspend: - shard-dg1: NOTRUN -> [SKIP][137] ([i915#7828]) +4 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-14/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html - shard-tglu: NOTRUN -> [SKIP][138] ([i915#7828]) +6 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-9/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html - shard-mtlp: NOTRUN -> [SKIP][139] ([i915#7828]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-7/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html * igt@kms_chamelium_hpd@vga-hpd-after-suspend: - shard-dg2: NOTRUN -> [SKIP][140] ([i915#7828]) +4 other tests skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-5/igt@kms_chamelium_hpd@vga-hpd-after-suspend.html - shard-rkl: NOTRUN -> [SKIP][141] ([i915#7828]) +1 other test skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@kms_chamelium_hpd@vga-hpd-after-suspend.html * igt@kms_content_protection@dp-mst-type-1: - shard-dg1: NOTRUN -> [SKIP][142] ([i915#3299]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-17/igt@kms_content_protection@dp-mst-type-1.html - shard-tglu: NOTRUN -> [SKIP][143] ([i915#3116] / [i915#3299]) +1 other test skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-8/igt@kms_content_protection@dp-mst-type-1.html - shard-dg2: NOTRUN -> [SKIP][144] ([i915#3299]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-3/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@lic-type-0: - shard-tglu: NOTRUN -> [SKIP][145] ([i915#6944] / [i915#9424]) +1 other test skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-9/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@lic-type-0@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][146] ([i915#7173]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-11/igt@kms_content_protection@lic-type-0@pipe-a-dp-4.html * igt@kms_content_protection@mei-interface: - shard-dg1: NOTRUN -> [SKIP][147] ([i915#9424]) +1 other test skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-18/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@srm: - shard-dg2: NOTRUN -> [SKIP][148] ([i915#7118]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-3/igt@kms_content_protection@srm.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-dg2: NOTRUN -> [SKIP][149] ([i915#3359]) +1 other test skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-5/igt@kms_cursor_crc@cursor-offscreen-512x170.html - shard-rkl: NOTRUN -> [SKIP][150] ([i915#3359]) +1 other test skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-tglu: NOTRUN -> [SKIP][151] ([i915#3359]) +3 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-9/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-random-32x10: - shard-tglu: NOTRUN -> [SKIP][152] ([i915#3555]) +5 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-2/igt@kms_cursor_crc@cursor-random-32x10.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-dg1: NOTRUN -> [SKIP][153] ([i915#3359]) +3 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-14/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-64x21: - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#8814]) +2 other tests skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-8/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-dg2: NOTRUN -> [SKIP][155] ([i915#3555]) +3 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-10/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html - shard-rkl: NOTRUN -> [SKIP][156] ([i915#3555]) +3 other tests skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-2/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html - shard-dg1: NOTRUN -> [SKIP][157] ([i915#3555]) +5 other tests skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-15/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-tglu: NOTRUN -> [SKIP][158] ([i915#4103]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-10/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-dg1: NOTRUN -> [SKIP][159] ([i915#9067]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-18/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-tglu: NOTRUN -> [SKIP][160] ([i915#9067]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-8/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-mtlp: NOTRUN -> [SKIP][161] ([i915#4213]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html - shard-dg2: NOTRUN -> [SKIP][162] ([i915#4103] / [i915#4213]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html - shard-dg1: NOTRUN -> [SKIP][163] ([i915#4103] / [i915#4213]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-15/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][164] ([i915#8812]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-5/igt@kms_draw_crc@draw-method-mmap-wc.html - shard-dg1: NOTRUN -> [SKIP][165] ([i915#8812]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-13/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-with-bpc: - shard-tglu: NOTRUN -> [SKIP][166] ([i915#3555] / [i915#3840]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-10/igt@kms_dsc@dsc-with-bpc.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-mtlp: NOTRUN -> [SKIP][167] ([i915#3555] / [i915#3840]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-5/igt@kms_dsc@dsc-with-bpc-formats.html - shard-dg2: NOTRUN -> [SKIP][168] ([i915#3555] / [i915#3840]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-6/igt@kms_dsc@dsc-with-bpc-formats.html - shard-rkl: NOTRUN -> [SKIP][169] ([i915#3555] / [i915#3840]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-3/igt@kms_dsc@dsc-with-bpc-formats.html - shard-dg1: NOTRUN -> [SKIP][170] ([i915#3555] / [i915#3840]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-17/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg2: NOTRUN -> [SKIP][171] ([i915#3840] / [i915#9053]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-5/igt@kms_dsc@dsc-with-output-formats-with-bpc.html - shard-rkl: NOTRUN -> [SKIP][172] ([i915#3840] / [i915#9053]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@kms_dsc@dsc-with-output-formats-with-bpc.html - shard-dg1: NOTRUN -> [SKIP][173] ([i915#3840] / [i915#9053]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-13/igt@kms_dsc@dsc-with-output-formats-with-bpc.html - shard-tglu: NOTRUN -> [SKIP][174] ([i915#3840] / [i915#9053]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-3/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][175] ([i915#3955]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@kms_fbcon_fbt@psr-suspend.html - shard-dg1: NOTRUN -> [SKIP][176] ([i915#3469]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-15/igt@kms_fbcon_fbt@psr-suspend.html - shard-tglu: NOTRUN -> [SKIP][177] ([i915#3469]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-9/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@dp-mst: - shard-dg2: NOTRUN -> [SKIP][178] ([i915#9337]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-5/igt@kms_feature_discovery@dp-mst.html - shard-rkl: NOTRUN -> [SKIP][179] ([i915#9337]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@kms_feature_discovery@dp-mst.html - shard-dg1: NOTRUN -> [SKIP][180] ([i915#9337]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-18/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr2: - shard-dg1: NOTRUN -> [SKIP][181] ([i915#658]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-16/igt@kms_feature_discovery@psr2.html - shard-tglu: NOTRUN -> [SKIP][182] ([i915#658]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-9/igt@kms_feature_discovery@psr2.html - shard-dg2: NOTRUN -> [SKIP][183] ([i915#658]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-11/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-absolute-wf_vblank-interruptible: - shard-mtlp: NOTRUN -> [SKIP][184] ([i915#3637]) +4 other tests skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-7/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank: - shard-tglu: NOTRUN -> [SKIP][185] ([i915#3637]) +8 other tests skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-2/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-dg1: NOTRUN -> [SKIP][186] ([i915#8381]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-18/igt@kms_flip@2x-flip-vs-fences-interruptible.html - shard-dg2: NOTRUN -> [SKIP][187] ([i915#8381]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-1/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-modeset-vs-vblank-race: - shard-dg2: NOTRUN -> [SKIP][188] +26 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-11/igt@kms_flip@2x-modeset-vs-vblank-race.html * igt@kms_flip@2x-plain-flip: - shard-dg1: NOTRUN -> [SKIP][189] ([i915#9934]) +6 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-18/igt@kms_flip@2x-plain-flip.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][190] ([i915#2587] / [i915#2672]) +4 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][191] ([i915#2672]) +1 other test skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][192] ([i915#2587] / [i915#2672]) +5 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][193] ([i915#2672]) +2 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][194] ([i915#5354]) +26 other tests skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-render: - shard-mtlp: NOTRUN -> [SKIP][195] ([i915#1825]) +11 other tests skip [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-indfb-fliptrack-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][196] ([i915#8708]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-indfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][197] +26 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-render: - shard-tglu: NOTRUN -> [SKIP][198] +96 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-move: - shard-rkl: NOTRUN -> [SKIP][199] ([i915#1825]) +14 other tests skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-rkl: NOTRUN -> [SKIP][200] ([i915#9766]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-4/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-render: - shard-dg2: NOTRUN -> [SKIP][201] ([i915#3458]) +10 other tests skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][202] ([i915#8708]) +16 other tests skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][203] ([i915#8708]) +10 other tests skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite: - shard-rkl: NOTRUN -> [SKIP][204] ([i915#3023]) +12 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-modesetfrombusy: - shard-dg1: NOTRUN -> [SKIP][205] ([i915#3458]) +13 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2: NOTRUN -> [SKIP][206] ([i915#6118]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-1/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdr@static-toggle-dpms: - shard-dg1: NOTRUN -> [SKIP][207] ([i915#3555] / [i915#8228]) +1 other test skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-14/igt@kms_hdr@static-toggle-dpms.html * igt@kms_plane@plane-panning-top-left@pipe-a: - shard-snb: NOTRUN -> [INCOMPLETE][208] ([i915#10892]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-snb2/igt@kms_plane@plane-panning-top-left@pipe-a.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][209] ([i915#9423]) +1 other test skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][210] ([i915#9423]) +3 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-7/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][211] ([i915#5176] / [i915#9423]) +3 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-4/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-1: - shard-glk: NOTRUN -> [SKIP][212] +101 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-glk7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-1.html - shard-rkl: NOTRUN -> [SKIP][213] ([i915#5235]) +1 other test skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][214] ([i915#5235] / [i915#9423]) +3 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][215] ([i915#5235]) +3 other tests skip [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-1.html * igt@kms_pm_dc@dc6-psr: - shard-dg2: NOTRUN -> [SKIP][216] ([i915#9685]) +1 other test skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-5/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_dc@dc9-dpms: - shard-tglu: NOTRUN -> [INCOMPLETE][217] ([i915#9878]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-2/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_rpm@modeset-lpsp: - shard-dg2: NOTRUN -> [ABORT][218] ([i915#10553]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-3/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_prime@basic-crc-hybrid: - shard-tglu: NOTRUN -> [SKIP][219] ([i915#6524]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-8/igt@kms_prime@basic-crc-hybrid.html * igt@kms_properties@plane-properties-atomic: - shard-snb: [PASS][220] -> [INCOMPLETE][221] ([i915#10889]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/shard-snb5/igt@kms_properties@plane-properties-atomic.html [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-snb6/igt@kms_properties@plane-properties-atomic.html * igt@kms_psr2_sf@cursor-plane-move-continuous-sf: - shard-dg1: NOTRUN -> [SKIP][222] +44 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-16/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html * igt@kms_psr@fbc-psr-cursor-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][223] ([i915#1072] / [i915#9732]) +16 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-4/igt@kms_psr@fbc-psr-cursor-mmap-cpu.html * igt@kms_psr@fbc-psr2-sprite-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][224] ([i915#1072] / [i915#9732]) +23 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-13/igt@kms_psr@fbc-psr2-sprite-mmap-gtt.html * igt@kms_psr@pr-cursor-blt: - shard-mtlp: NOTRUN -> [SKIP][225] ([i915#9688]) +7 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-2/igt@kms_psr@pr-cursor-blt.html * igt@kms_psr@psr-sprite-blt: - shard-snb: NOTRUN -> [SKIP][226] +460 other tests skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-snb6/igt@kms_psr@psr-sprite-blt.html * igt@kms_psr@psr2-cursor-plane-onoff: - shard-tglu: NOTRUN -> [SKIP][227] ([i915#9732]) +21 other tests skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-9/igt@kms_psr@psr2-cursor-plane-onoff.html - shard-dg2: NOTRUN -> [SKIP][228] ([i915#1072] / [i915#9673] / [i915#9732]) +1 other test skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-11/igt@kms_psr@psr2-cursor-plane-onoff.html * igt@kms_psr@psr2-suspend: - shard-rkl: NOTRUN -> [SKIP][229] ([i915#1072] / [i915#9732]) +11 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@kms_psr@psr2-suspend.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-dg1: NOTRUN -> [SKIP][230] ([i915#9685]) +1 other test skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-16/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html - shard-tglu: NOTRUN -> [SKIP][231] ([i915#9685]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-9/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@exhaust-fences: - shard-dg1: NOTRUN -> [SKIP][232] ([i915#4884]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-16/igt@kms_rotation_crc@exhaust-fences.html - shard-mtlp: NOTRUN -> [SKIP][233] ([i915#4235]) +1 other test skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-3/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-rotation-270: - shard-dg2: NOTRUN -> [SKIP][234] ([i915#4235]) +2 other tests skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-5/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-dg2: NOTRUN -> [SKIP][235] ([i915#5190]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][236] ([i915#4235] / [i915#5190]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html - shard-rkl: NOTRUN -> [SKIP][237] ([i915#5289]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html - shard-tglu: NOTRUN -> [SKIP][238] ([i915#5289]) +1 other test skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_tiled_display@basic-test-pattern: - shard-tglu: NOTRUN -> [SKIP][239] ([i915#8623]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-3/igt@kms_tiled_display@basic-test-pattern.html - shard-dg2: NOTRUN -> [SKIP][240] ([i915#8623]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-3/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_vrr@max-min: - shard-dg1: NOTRUN -> [SKIP][241] ([i915#9906]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-15/igt@kms_vrr@max-min.html - shard-tglu: NOTRUN -> [SKIP][242] ([i915#9906]) +2 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-10/igt@kms_vrr@max-min.html - shard-mtlp: NOTRUN -> [SKIP][243] ([i915#8808] / [i915#9906]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-7/igt@kms_vrr@max-min.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-dg2: NOTRUN -> [SKIP][244] ([i915#9906]) +1 other test skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-5/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-rkl: NOTRUN -> [SKIP][245] ([i915#9906]) +1 other test skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@kms_writeback@writeback-fb-id: - shard-tglu: NOTRUN -> [SKIP][246] ([i915#2437]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-5/igt@kms_writeback@writeback-fb-id.html * igt@perf@unprivileged-single-ctx-counters: - shard-rkl: NOTRUN -> [SKIP][247] ([i915#2433]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-3/igt@perf@unprivileged-single-ctx-counters.html - shard-dg1: NOTRUN -> [SKIP][248] ([i915#2433]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-17/igt@perf@unprivileged-single-ctx-counters.html * igt@prime_vgem@fence-write-hang: - shard-mtlp: NOTRUN -> [SKIP][249] ([i915#3708]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-8/igt@prime_vgem@fence-write-hang.html - shard-dg2: NOTRUN -> [SKIP][250] ([i915#3708]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-4/igt@prime_vgem@fence-write-hang.html - shard-rkl: NOTRUN -> [SKIP][251] ([i915#3708]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@prime_vgem@fence-write-hang.html - shard-dg1: NOTRUN -> [SKIP][252] ([i915#3708]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-17/igt@prime_vgem@fence-write-hang.html * igt@syncobj_wait@invalid-wait-zero-handles: - shard-dg2: NOTRUN -> [FAIL][253] ([i915#9779]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-3/igt@syncobj_wait@invalid-wait-zero-handles.html - shard-tglu: NOTRUN -> [FAIL][254] ([i915#9779]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-3/igt@syncobj_wait@invalid-wait-zero-handles.html * igt@v3d/v3d_submit_cl@bad-multisync-pad: - shard-tglu: NOTRUN -> [SKIP][255] ([i915#2575]) +23 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-10/igt@v3d/v3d_submit_cl@bad-multisync-pad.html - shard-mtlp: NOTRUN -> [SKIP][256] ([i915#2575]) +6 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-7/igt@v3d/v3d_submit_cl@bad-multisync-pad.html * igt@v3d/v3d_submit_cl@job-perfmon: - shard-dg1: NOTRUN -> [SKIP][257] ([i915#2575]) +15 other tests skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-17/igt@v3d/v3d_submit_cl@job-perfmon.html * igt@v3d/v3d_submit_cl@simple-flush-cache: - shard-dg2: NOTRUN -> [SKIP][258] ([i915#2575]) +14 other tests skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-1/igt@v3d/v3d_submit_cl@simple-flush-cache.html * igt@vc4/vc4_create_bo@create-bo-0: - shard-rkl: NOTRUN -> [SKIP][259] ([i915#7711]) +1 other test skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-3/igt@vc4/vc4_create_bo@create-bo-0.html * igt@vc4/vc4_mmap@mmap-bad-handle: - shard-dg1: NOTRUN -> [SKIP][260] ([i915#7711]) +6 other tests skip [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-16/igt@vc4/vc4_mmap@mmap-bad-handle.html * igt@vc4/vc4_tiling@get-after-free: - shard-mtlp: NOTRUN -> [SKIP][261] ([i915#7711]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-2/igt@vc4/vc4_tiling@get-after-free.html - shard-dg2: NOTRUN -> [SKIP][262] ([i915#7711]) +1 other test skip [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-1/igt@vc4/vc4_tiling@get-after-free.html #### Warnings #### * igt@i915_module_load@reload-with-fault-injection: - shard-tglu: [INCOMPLETE][263] ([i915#9820]) -> [INCOMPLETE][264] ([i915#10047] / [i915#10887] / [i915#9697]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/shard-tglu-5/igt@i915_module_load@reload-with-fault-injection.html [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-10/igt@i915_module_load@reload-with-fault-injection.html * igt@kms_vblank@ts-continuation-modeset-rpm@pipe-a-hdmi-a-4: - shard-dg1: [INCOMPLETE][265] ([i915#10875]) -> [INCOMPLETE][266] ([i915#9508]) [265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/shard-dg1-14/igt@kms_vblank@ts-continuation-modeset-rpm@pipe-a-hdmi-a-4.html [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-14/igt@kms_vblank@ts-continuation-modeset-rpm@pipe-a-hdmi-a-4.html [i915#10047]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10047 [i915#10056]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10056 [i915#10278]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10278 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10378 [i915#10380]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10380 [i915#10386]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10386 [i915#10553]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10553 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#10875]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10875 [i915#10887]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10887 [i915#10889]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10889 [i915#10892]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10892 [i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2681 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3743]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3743 [i915#3826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3826 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#3936]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3936 [i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4473]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4473 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4565]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4565 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4873 [i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881 [i915#4884]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4884 [i915#4958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4958 [i915#5176]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#5889]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5889 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6118 [i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335 [i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658 [i915#6590]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6590 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173 [i915#7178]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7178 [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7701 [i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707 [i915#7711]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7711 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8289 [i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381 [i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808 [i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812 [i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814 [i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053 [i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067 [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323 [i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337 [i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9508]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9508 [i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531 [i915#9606]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9606 [i915#9673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9673 [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688 [i915#9697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9697 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766 [i915#9779]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9779 [i915#9820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820 [i915#9878]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9878 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7813 -> IGTPW_11040 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_14606: 121bb3cb2e7ce2d6f5c35cea84c6ae308cf1da0a @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11040: d591925568a45c97dc8484361a79e9d0b01636c3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_7813: 66841b7d9024447be4f4f5449aaf4f021e6323e5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/index.html [-- Attachment #2: Type: text/html, Size: 89278 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ✗ Fi.CI.IGT: failure for tools/intel_reg: Fix mchbar register write 2024-04-25 15:32 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2024-04-25 16:42 ` Kamil Konieczny 0 siblings, 0 replies; 9+ messages in thread From: Kamil Konieczny @ 2024-04-25 16:42 UTC (permalink / raw) To: igt-dev; +Cc: Ville Syrjälä, I915-ci-infra Hi igt-dev, On 2024-04-25 at 15:32:56 -0000, Patchwork wrote: > == Series Details == > > Series: tools/intel_reg: Fix mchbar register write > URL : https://patchwork.freedesktop.org/series/132598/ > State : failure > > == Summary == > > CI Bug Log - changes from CI_DRM_14606_full -> IGTPW_11040_full > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with IGTPW_11040_full absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_11040_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_11040/index.html > > Participating hosts (9 -> 8) > ------------------------------ > > Missing (1): shard-dg2-set2 > > Possible new issues > ------------------- > > Here are the unknown changes that may have been introduced in IGTPW_11040_full: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@debugfs_test@read_all_entries_display_off: > - shard-dg2: NOTRUN -> [INCOMPLETE][1] +1 other test incomplete > [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-5/igt@debugfs_test@read_all_entries_display_off.html > > * igt@kms_cursor_crc@cursor-rapid-movement-128x42@pipe-b-hdmi-a-1: > - shard-rkl: NOTRUN -> [ABORT][2] +14 other tests abort > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-128x42@pipe-b-hdmi-a-1.html > > * igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions-varying-size: > - shard-dg2: NOTRUN -> [DMESG-WARN][3] +5 other tests dmesg-warn > [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-4/igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions-varying-size.html > > * igt@kms_flip@basic-flip-vs-modeset@d-hdmi-a1: > - shard-tglu: NOTRUN -> [INCOMPLETE][4] +4 other tests incomplete > [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-tglu-2/igt@kms_flip@basic-flip-vs-modeset@d-hdmi-a1.html > > * igt@kms_invalid_mode@zero-vdisplay@pipe-b-hdmi-a-1: > - shard-glk: NOTRUN -> [ABORT][5] +4 other tests abort > [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-glk1/igt@kms_invalid_mode@zero-vdisplay@pipe-b-hdmi-a-1.html > > * igt@kms_invalid_mode@zero-vdisplay@pipe-c-hdmi-a-2: > - shard-glk: NOTRUN -> [DMESG-WARN][6] +2 other tests dmesg-warn > [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-glk1/igt@kms_invalid_mode@zero-vdisplay@pipe-c-hdmi-a-2.html > > * igt@kms_lease@simple-lease@pipe-c-hdmi-a-2: > - shard-glk: [PASS][7] -> [ABORT][8] > [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/shard-glk4/igt@kms_lease@simple-lease@pipe-c-hdmi-a-2.html > [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-glk3/igt@kms_lease@simple-lease@pipe-c-hdmi-a-2.html > > * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-4: > - shard-dg1: NOTRUN -> [INCOMPLETE][9] +1 other test incomplete > [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-17/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-4.html > > * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b: > - shard-dg1: NOTRUN -> [ABORT][10] +1 other test abort > [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg1-13/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html > > * igt@kms_pm_dc@dc9-dpms: > - shard-dg2: NOTRUN -> [ABORT][11] +3 other tests abort > [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-dg2-7/igt@kms_pm_dc@dc9-dpms.html > > * igt@kms_psr@psr-cursor-plane-move@edp-1: > - shard-mtlp: NOTRUN -> [ABORT][12] +20 other tests abort > [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-5/igt@kms_psr@psr-cursor-plane-move@edp-1.html > > * igt@kms_setmode@basic: > - shard-snb: NOTRUN -> [INCOMPLETE][13] +6 other tests incomplete > [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-snb4/igt@kms_setmode@basic.html > > * igt@kms_setmode@basic@pipe-b-hdmi-a-2: > - shard-rkl: NOTRUN -> [DMESG-WARN][14] > [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-rkl-1/igt@kms_setmode@basic@pipe-b-hdmi-a-2.html > > * igt@kms_setmode@invalid-clone-single-crtc: > - shard-glk: NOTRUN -> [INCOMPLETE][15] +3 other tests incomplete > [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-glk4/igt@kms_setmode@invalid-clone-single-crtc.html > > > #### Warnings #### > > * igt@kms_plane_multiple@tiling-none@pipe-d-edp-1: > - shard-mtlp: [ABORT][16] ([i915#10875]) -> [ABORT][17] +2 other tests abort > [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14606/shard-mtlp-3/igt@kms_plane_multiple@tiling-none@pipe-d-edp-1.html > [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/shard-mtlp-7/igt@kms_plane_multiple@tiling-none@pipe-d-edp-1.html > All above are unrelated to tools/ change. Regards, Kamil > > Known issues > ------------ > > Here are the changes found in IGTPW_11040_full that come from known issues: > > ### IGT changes ### > > #### Issues hit #### > > * igt@api_intel_bb@object-reloc-purge-cache: > - shard-mtlp: NOTRUN -> [SKIP][18] ([i915#8411]) ...cut... > > Build changes > ------------- > > * CI: CI-20190529 -> None > * IGT: IGT_7813 -> IGTPW_11040 > * Piglit: piglit_4509 -> None > > CI-20190529: 20190529 > CI_DRM_14606: 121bb3cb2e7ce2d6f5c35cea84c6ae308cf1da0a @ git://anongit.freedesktop.org/gfx-ci/linux > IGTPW_11040: d591925568a45c97dc8484361a79e9d0b01636c3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > IGT_7813: 66841b7d9024447be4f4f5449aaf4f021e6323e5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11040/index.html ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-04-25 16:43 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-04-18 11:26 [PATCH i-g-t] tools/intel_reg: Fix mchbar register write Ville Syrjala 2024-04-18 11:44 ` Jani Nikula 2024-04-18 20:50 ` ✗ Fi.CI.BAT: failure for " Patchwork 2024-04-19 14:13 ` Kamil Konieczny 2024-04-25 11:07 ` Illipilli, TejasreeX 2024-04-18 21:07 ` ✓ CI.xeBAT: success " Patchwork 2024-04-25 9:57 ` ✓ Fi.CI.BAT: " Patchwork 2024-04-25 15:32 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-04-25 16:42 ` Kamil Konieczny
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox