* [Intel-gfx] [PATCH] drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned
@ 2023-10-05 0:13 Khaled Almahallawy
2023-10-05 4:17 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Khaled Almahallawy @ 2023-10-05 0:13 UTC (permalink / raw)
To: intel-gfx
Currently, with MFD/pin assignment D, the driver clears the pipe reset bit
of lane 1 which is not owned by display. This causes the display
to block S0iX.
By not clearing this bit for lane 1 and keeping whatever default, S0ix
started to work. This is already what the driver does at the end
of the phy lane reset sequence (Step#8)
Bspec: 65451
Cc: Mika Kahola <mika.kahola@intel.com>
Cc: Gustavo Sousa <gustavo.sousa@intel.com>
Signed-off-by: Khaled Almahallawy <khaled.almahallawy@intel.com>
---
drivers/gpu/drm/i915/display/intel_cx0_phy.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.c b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
index abd607b564f1..f653b83a7d4f 100644
--- a/drivers/gpu/drm/i915/display/intel_cx0_phy.c
+++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.c
@@ -2596,8 +2596,7 @@ static void intel_cx0_phy_lane_reset(struct drm_i915_private *i915,
drm_warn(&i915->drm, "PHY %c failed to bring out of SOC reset after %dus.\n",
phy_name(phy), XELPDP_PORT_BUF_SOC_READY_TIMEOUT_US);
- intel_de_rmw(i915, XELPDP_PORT_BUF_CTL2(port),
- XELPDP_LANE_PIPE_RESET(0) | XELPDP_LANE_PIPE_RESET(1),
+ intel_de_rmw(i915, XELPDP_PORT_BUF_CTL2(port), lane_pipe_reset,
lane_pipe_reset);
if (__intel_de_wait_for_register(i915, XELPDP_PORT_BUF_CTL2(port),
--
2.25.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned 2023-10-05 0:13 [Intel-gfx] [PATCH] drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned Khaled Almahallawy @ 2023-10-05 4:17 ` Patchwork 2023-10-05 12:39 ` [Intel-gfx] [PATCH] " Gustavo Sousa 2023-10-05 15:03 ` [Intel-gfx] ✗ Fi.CI.IGT: failure for " Patchwork 2 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-10-05 4:17 UTC (permalink / raw) To: Khaled Almahallawy; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 4568 bytes --] == Series Details == Series: drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned URL : https://patchwork.freedesktop.org/series/124644/ State : success == Summary == CI Bug Log - changes from CI_DRM_13713 -> Patchwork_124644v1 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/index.html Participating hosts (40 -> 37) ------------------------------ Missing (3): bat-dg2-9 fi-snb-2520m fi-bsw-n3050 Known issues ------------ Here are the changes found in Patchwork_124644v1 that come from known issues: ### CI changes ### #### Issues hit #### * boot: - fi-hsw-4770: [PASS][1] -> [FAIL][2] ([i915#8293]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/fi-hsw-4770/boot.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/fi-hsw-4770/boot.html ### IGT changes ### #### Issues hit #### * igt@gem_busy@busy@all-engines: - bat-mtlp-8: [PASS][3] -> [ABORT][4] ([i915#9414]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/bat-mtlp-8/igt@gem_busy@busy@all-engines.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/bat-mtlp-8/igt@gem_busy@busy@all-engines.html * igt@i915_selftest@live@hangcheck: - bat-atsm-1: [PASS][5] -> [INCOMPLETE][6] ([i915#7913]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/bat-atsm-1/igt@i915_selftest@live@hangcheck.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/bat-atsm-1/igt@i915_selftest@live@hangcheck.html #### Possible fixes #### * igt@i915_selftest@live@execlists: - fi-bsw-nick: [ABORT][7] ([i915#7911] / [i915#7913]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/fi-bsw-nick/igt@i915_selftest@live@execlists.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/fi-bsw-nick/igt@i915_selftest@live@execlists.html * igt@i915_selftest@live@gt_heartbeat: - fi-apl-guc: [DMESG-FAIL][9] ([i915#5334]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html * igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1: - bat-rplp-1: [ABORT][11] ([i915#8668]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html #### Warnings #### * igt@i915_suspend@basic-s2idle-without-i915: - fi-ivb-3770: [DMESG-WARN][13] ([i915#1982] / [i915#8841]) -> [DMESG-WARN][14] ([i915#8841]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/fi-ivb-3770/igt@i915_suspend@basic-s2idle-without-i915.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/fi-ivb-3770/igt@i915_suspend@basic-s2idle-without-i915.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#8293]: https://gitlab.freedesktop.org/drm/intel/issues/8293 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414 Build changes ------------- * Linux: CI_DRM_13713 -> Patchwork_124644v1 CI-20190529: 20190529 CI_DRM_13713: 4540606b1e3d945191858f82b07576e12feb7f26 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7512: 2eb58faf82d3cd5e2e74154a7319cff56eb40762 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_124644v1: 4540606b1e3d945191858f82b07576e12feb7f26 @ git://anongit.freedesktop.org/gfx-ci/linux ### Linux commits eda3ef1ba537 drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/index.html [-- Attachment #2: Type: text/html, Size: 5472 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned 2023-10-05 0:13 [Intel-gfx] [PATCH] drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned Khaled Almahallawy 2023-10-05 4:17 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-10-05 12:39 ` Gustavo Sousa 2023-10-05 13:16 ` Jani Nikula 2023-10-05 15:03 ` [Intel-gfx] ✗ Fi.CI.IGT: failure for " Patchwork 2 siblings, 1 reply; 6+ messages in thread From: Gustavo Sousa @ 2023-10-05 12:39 UTC (permalink / raw) To: Khaled Almahallawy, intel-gfx Quoting Khaled Almahallawy (2023-10-04 21:13:10-03:00) >Currently, with MFD/pin assignment D, the driver clears the pipe reset bit >of lane 1 which is not owned by display. This causes the display >to block S0iX. > >By not clearing this bit for lane 1 and keeping whatever default, S0ix >started to work. This is already what the driver does at the end >of the phy lane reset sequence (Step#8) > >Bspec: 65451 > We should not have blank lines in the trailers section. This could be fixed while applying. >Cc: Mika Kahola <mika.kahola@intel.com> >Cc: Gustavo Sousa <gustavo.sousa@intel.com> >Signed-off-by: Khaled Almahallawy <khaled.almahallawy@intel.com> Nice fix. Thanks! Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com> >--- > drivers/gpu/drm/i915/display/intel_cx0_phy.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.c b/drivers/gpu/drm/i915/display/intel_cx0_phy.c >index abd607b564f1..f653b83a7d4f 100644 >--- a/drivers/gpu/drm/i915/display/intel_cx0_phy.c >+++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.c >@@ -2596,8 +2596,7 @@ static void intel_cx0_phy_lane_reset(struct drm_i915_private *i915, > drm_warn(&i915->drm, "PHY %c failed to bring out of SOC reset after %dus.\n", > phy_name(phy), XELPDP_PORT_BUF_SOC_READY_TIMEOUT_US); > >- intel_de_rmw(i915, XELPDP_PORT_BUF_CTL2(port), >- XELPDP_LANE_PIPE_RESET(0) | XELPDP_LANE_PIPE_RESET(1), >+ intel_de_rmw(i915, XELPDP_PORT_BUF_CTL2(port), lane_pipe_reset, > lane_pipe_reset); > > if (__intel_de_wait_for_register(i915, XELPDP_PORT_BUF_CTL2(port), >-- >2.25.1 > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned 2023-10-05 12:39 ` [Intel-gfx] [PATCH] " Gustavo Sousa @ 2023-10-05 13:16 ` Jani Nikula 2023-10-11 20:32 ` Sripada, Radhakrishna 0 siblings, 1 reply; 6+ messages in thread From: Jani Nikula @ 2023-10-05 13:16 UTC (permalink / raw) To: Gustavo Sousa, Khaled Almahallawy, intel-gfx On Thu, 05 Oct 2023, Gustavo Sousa <gustavo.sousa@intel.com> wrote: > Quoting Khaled Almahallawy (2023-10-04 21:13:10-03:00) >>Currently, with MFD/pin assignment D, the driver clears the pipe reset bit >>of lane 1 which is not owned by display. This causes the display >>to block S0iX. >> >>By not clearing this bit for lane 1 and keeping whatever default, S0ix >>started to work. This is already what the driver does at the end >>of the phy lane reset sequence (Step#8) >> >>Bspec: 65451 >> > > We should not have blank lines in the trailers section. This could be fixed > while applying. Agreed. > >>Cc: Mika Kahola <mika.kahola@intel.com> >>Cc: Gustavo Sousa <gustavo.sousa@intel.com> >>Signed-off-by: Khaled Almahallawy <khaled.almahallawy@intel.com> > > Nice fix. Thanks! > > Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com> > >>--- >> drivers/gpu/drm/i915/display/intel_cx0_phy.c | 3 +-- >> 1 file changed, 1 insertion(+), 2 deletions(-) >> >>diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.c b/drivers/gpu/drm/i915/display/intel_cx0_phy.c >>index abd607b564f1..f653b83a7d4f 100644 >>--- a/drivers/gpu/drm/i915/display/intel_cx0_phy.c >>+++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.c >>@@ -2596,8 +2596,7 @@ static void intel_cx0_phy_lane_reset(struct drm_i915_private *i915, >> drm_warn(&i915->drm, "PHY %c failed to bring out of SOC reset after %dus.\n", >> phy_name(phy), XELPDP_PORT_BUF_SOC_READY_TIMEOUT_US); >> >>- intel_de_rmw(i915, XELPDP_PORT_BUF_CTL2(port), >>- XELPDP_LANE_PIPE_RESET(0) | XELPDP_LANE_PIPE_RESET(1), >>+ intel_de_rmw(i915, XELPDP_PORT_BUF_CTL2(port), lane_pipe_reset, >> lane_pipe_reset); >> >> if (__intel_de_wait_for_register(i915, XELPDP_PORT_BUF_CTL2(port), >>-- >>2.25.1 >> -- Jani Nikula, Intel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned 2023-10-05 13:16 ` Jani Nikula @ 2023-10-11 20:32 ` Sripada, Radhakrishna 0 siblings, 0 replies; 6+ messages in thread From: Sripada, Radhakrishna @ 2023-10-11 20:32 UTC (permalink / raw) To: Jani Nikula, Sousa, Gustavo, Almahallawy, Khaled, intel-gfx@lists.freedesktop.org Fixes: 619a06dba6fa ("drm/i915/mtl: Reset only one lane in case of MFD") With that pushed the patch with mentioned nits. Thank you for the patch and review. -- Radhakrishna Sripada > -----Original Message----- > From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of Jani > Nikula > Sent: Thursday, October 5, 2023 6:47 PM > To: Sousa, Gustavo <gustavo.sousa@intel.com>; Almahallawy, Khaled > <khaled.almahallawy@intel.com>; intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH] drm/i915/cx0: Only clear/set the Pipe Reset bit of > the PHY Lanes Owned > > On Thu, 05 Oct 2023, Gustavo Sousa <gustavo.sousa@intel.com> wrote: > > Quoting Khaled Almahallawy (2023-10-04 21:13:10-03:00) > >>Currently, with MFD/pin assignment D, the driver clears the pipe reset bit > >>of lane 1 which is not owned by display. This causes the display > >>to block S0iX. > >> > >>By not clearing this bit for lane 1 and keeping whatever default, S0ix > >>started to work. This is already what the driver does at the end > >>of the phy lane reset sequence (Step#8) > >> > >>Bspec: 65451 > >> > > > > We should not have blank lines in the trailers section. This could be fixed > > while applying. > > Agreed. > > > > >>Cc: Mika Kahola <mika.kahola@intel.com> > >>Cc: Gustavo Sousa <gustavo.sousa@intel.com> > >>Signed-off-by: Khaled Almahallawy <khaled.almahallawy@intel.com> > > > > Nice fix. Thanks! > > > > Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com> > > > >>--- > >> drivers/gpu/drm/i915/display/intel_cx0_phy.c | 3 +-- > >> 1 file changed, 1 insertion(+), 2 deletions(-) > >> > >>diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.c > b/drivers/gpu/drm/i915/display/intel_cx0_phy.c > >>index abd607b564f1..f653b83a7d4f 100644 > >>--- a/drivers/gpu/drm/i915/display/intel_cx0_phy.c > >>+++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.c > >>@@ -2596,8 +2596,7 @@ static void intel_cx0_phy_lane_reset(struct > drm_i915_private *i915, > >> drm_warn(&i915->drm, "PHY %c failed to bring out of SOC reset after > %dus.\n", > >> phy_name(phy), > XELPDP_PORT_BUF_SOC_READY_TIMEOUT_US); > >> > >>- intel_de_rmw(i915, XELPDP_PORT_BUF_CTL2(port), > >>- XELPDP_LANE_PIPE_RESET(0) | XELPDP_LANE_PIPE_RESET(1), > >>+ intel_de_rmw(i915, XELPDP_PORT_BUF_CTL2(port), lane_pipe_reset, > >> lane_pipe_reset); > >> > >> if (__intel_de_wait_for_register(i915, XELPDP_PORT_BUF_CTL2(port), > >>-- > >>2.25.1 > >> > > -- > Jani Nikula, Intel ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned 2023-10-05 0:13 [Intel-gfx] [PATCH] drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned Khaled Almahallawy 2023-10-05 4:17 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork 2023-10-05 12:39 ` [Intel-gfx] [PATCH] " Gustavo Sousa @ 2023-10-05 15:03 ` Patchwork 2 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-10-05 15:03 UTC (permalink / raw) To: Khaled Almahallawy; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 98776 bytes --] == Series Details == Series: drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned URL : https://patchwork.freedesktop.org/series/124644/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13713_full -> Patchwork_124644v1_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_124644v1_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_124644v1_full, please notify your bug team (lgci.bug.filing@intel.com) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (10 -> 10) ------------------------------ Additional (1): shard-rkl0 Missing (1): shard-tglu0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_124644v1_full: ### IGT changes ### #### Possible regressions #### * igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf_tiled_ccs: - shard-apl: [PASS][1] -> [DMESG-WARN][2] +24 other tests dmesg-warn [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-apl4/igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf_tiled_ccs.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-apl3/igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf_tiled_ccs.html * igt@kms_flip@flip-vs-suspend@d-hdmi-a3: - shard-dg2: [PASS][3] -> [INCOMPLETE][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-dg2-6/igt@kms_flip@flip-vs-suspend@d-hdmi-a3.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-5/igt@kms_flip@flip-vs-suspend@d-hdmi-a3.html * igt@kms_vblank@pipe-a-wait-forked-hang: - shard-snb: [PASS][5] -> [ABORT][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-snb4/igt@kms_vblank@pipe-a-wait-forked-hang.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-snb1/igt@kms_vblank@pipe-a-wait-forked-hang.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-2}: - shard-rkl: [PASS][7] -> [INCOMPLETE][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-2.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-rkl-4/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-2.html Known issues ------------ Here are the changes found in Patchwork_124644v1_full that come from known issues: ### CI changes ### #### Possible fixes #### * boot: - shard-glk: ([PASS][9], [PASS][10], [PASS][11], [PASS][12], [PASS][13], [PASS][14], [PASS][15], [PASS][16], [PASS][17], [PASS][18], [PASS][19], [PASS][20], [PASS][21], [PASS][22], [PASS][23], [PASS][24], [PASS][25], [PASS][26], [PASS][27], [FAIL][28], [FAIL][29], [PASS][30], [PASS][31], [PASS][32], [PASS][33]) ([i915#8293]) -> ([PASS][34], [PASS][35], [PASS][36], [PASS][37], [PASS][38], [PASS][39], [PASS][40], [PASS][41], [PASS][42], [PASS][43], [PASS][44], [PASS][45], [PASS][46], [PASS][47], [PASS][48], [PASS][49], [PASS][50], [PASS][51], [PASS][52], [PASS][53], [PASS][54], [PASS][55], [PASS][56], [PASS][57], [PASS][58]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk4/boot.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk4/boot.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk4/boot.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk3/boot.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk3/boot.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk3/boot.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk2/boot.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk2/boot.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk2/boot.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk1/boot.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk1/boot.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk1/boot.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk9/boot.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk9/boot.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk9/boot.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk8/boot.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk8/boot.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk8/boot.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk7/boot.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk7/boot.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk6/boot.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk6/boot.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk5/boot.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk5/boot.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk5/boot.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk9/boot.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk9/boot.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk9/boot.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk8/boot.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk8/boot.html [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk8/boot.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk7/boot.html [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk7/boot.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk6/boot.html [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk6/boot.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk5/boot.html [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk5/boot.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk5/boot.html [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk4/boot.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk4/boot.html [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk4/boot.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk3/boot.html [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk3/boot.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk3/boot.html [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk2/boot.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk2/boot.html [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk2/boot.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk1/boot.html [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk1/boot.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk1/boot.html ### IGT changes ### #### Issues hit #### * igt@drm_fdinfo@busy-idle@bcs0: - shard-dg1: NOTRUN -> [SKIP][59] ([i915#8414]) +6 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-18/igt@drm_fdinfo@busy-idle@bcs0.html - shard-mtlp: NOTRUN -> [SKIP][60] ([i915#8414]) +6 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@drm_fdinfo@busy-idle@bcs0.html * igt@drm_fdinfo@most-busy-check-all@bcs0: - shard-dg2: NOTRUN -> [SKIP][61] ([i915#8414]) +20 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-10/igt@drm_fdinfo@most-busy-check-all@bcs0.html * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [PASS][62] -> [FAIL][63] ([i915#7742]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@gem_bad_reloc@negative-reloc-lut: - shard-dg1: NOTRUN -> [SKIP][64] ([i915#3281]) +8 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-19/igt@gem_bad_reloc@negative-reloc-lut.html * igt@gem_basic@multigpu-create-close: - shard-dg1: NOTRUN -> [SKIP][65] ([i915#7697]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-12/igt@gem_basic@multigpu-create-close.html * igt@gem_ccs@ctrl-surf-copy: - shard-mtlp: NOTRUN -> [SKIP][66] ([i915#3555]) +1 other test skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_create@create-ext-cpu-access-big: - shard-dg2: NOTRUN -> [INCOMPLETE][67] ([i915#9364]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-10/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-rkl: [PASS][68] -> [FAIL][69] ([i915#6268]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-rkl-1/igt@gem_ctx_exec@basic-nohangcheck.html [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_persistence@engines-persistence@vcs0: - shard-mtlp: [PASS][70] -> [ABORT][71] ([i915#9262]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-mtlp-8/igt@gem_ctx_persistence@engines-persistence@vcs0.html [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-4/igt@gem_ctx_persistence@engines-persistence@vcs0.html * igt@gem_ctx_persistence@hang: - shard-mtlp: NOTRUN -> [SKIP][72] ([i915#8555]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@gem_ctx_persistence@hang.html - shard-snb: NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#1099]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-snb2/igt@gem_ctx_persistence@hang.html * igt@gem_ctx_persistence@heartbeat-many: - shard-dg2: NOTRUN -> [SKIP][74] ([i915#8555]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-10/igt@gem_ctx_persistence@heartbeat-many.html * igt@gem_ctx_sseu@invalid-args: - shard-dg1: NOTRUN -> [SKIP][75] ([i915#280]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@gem_ctx_sseu@invalid-args.html * igt@gem_ctx_sseu@mmap-args: - shard-dg2: NOTRUN -> [SKIP][76] ([i915#280]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@gem_ctx_sseu@mmap-args.html * igt@gem_exec_balancer@bonded-sync: - shard-dg1: NOTRUN -> [SKIP][77] ([i915#4771]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-12/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@noheartbeat: - shard-dg1: NOTRUN -> [SKIP][78] ([i915#8555]) +1 other test skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@gem_exec_balancer@noheartbeat.html * igt@gem_exec_balancer@sliced: - shard-dg2: NOTRUN -> [SKIP][79] ([i915#4812]) +1 other test skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-3/igt@gem_exec_balancer@sliced.html - shard-dg1: NOTRUN -> [SKIP][80] ([i915#4812]) +1 other test skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-19/igt@gem_exec_balancer@sliced.html * igt@gem_exec_capture@capture-invisible@lmem0: - shard-dg2: NOTRUN -> [SKIP][81] ([i915#6334]) +1 other test skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@gem_exec_capture@capture-invisible@lmem0.html * igt@gem_exec_fair@basic-none@bcs0: - shard-tglu: NOTRUN -> [FAIL][82] ([i915#2842]) +4 other tests fail [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace: - shard-mtlp: NOTRUN -> [SKIP][83] ([i915#4473] / [i915#4771]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@gem_exec_fair@basic-pace.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-rkl: [PASS][84] -> [FAIL][85] ([i915#2842]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-rkl-6/igt@gem_exec_fair@basic-pace@rcs0.html [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-rkl-2/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_fair@basic-sync: - shard-dg1: NOTRUN -> [SKIP][86] ([i915#3539]) +2 other tests skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-12/igt@gem_exec_fair@basic-sync.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-glk: NOTRUN -> [FAIL][87] ([i915#2842]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-mtlp: NOTRUN -> [SKIP][88] ([i915#3711]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_flush@basic-uc-pro-default: - shard-dg1: NOTRUN -> [SKIP][89] ([i915#3539] / [i915#4852]) +4 other tests skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-18/igt@gem_exec_flush@basic-uc-pro-default.html * igt@gem_exec_flush@basic-uc-prw-default: - shard-dg2: NOTRUN -> [SKIP][90] ([i915#3539]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-3/igt@gem_exec_flush@basic-uc-prw-default.html * igt@gem_exec_flush@basic-wb-pro-default: - shard-dg2: NOTRUN -> [SKIP][91] ([i915#3539] / [i915#4852]) +4 other tests skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@gem_exec_flush@basic-wb-pro-default.html * igt@gem_exec_params@secure-non-master: - shard-dg2: NOTRUN -> [SKIP][92] ([fdo#112283]) +1 other test skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-6/igt@gem_exec_params@secure-non-master.html * igt@gem_exec_params@secure-non-root: - shard-mtlp: NOTRUN -> [SKIP][93] ([fdo#112283]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-3/igt@gem_exec_params@secure-non-root.html * igt@gem_exec_reloc@basic-wc: - shard-dg2: NOTRUN -> [SKIP][94] ([i915#3281]) +12 other tests skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@gem_exec_reloc@basic-wc.html * igt@gem_exec_reloc@basic-wc-gtt: - shard-mtlp: NOTRUN -> [SKIP][95] ([i915#3281]) +3 other tests skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@gem_exec_reloc@basic-wc-gtt.html * igt@gem_exec_reloc@basic-write-gtt: - shard-apl: [PASS][96] -> [DMESG-WARN][97] ([i915#8703]) +3 other tests dmesg-warn [96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-apl4/igt@gem_exec_reloc@basic-write-gtt.html [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-apl3/igt@gem_exec_reloc@basic-write-gtt.html * igt@gem_exec_schedule@preempt-engines@ccs0: - shard-mtlp: [PASS][98] -> [FAIL][99] ([i915#9119]) +4 other tests fail [98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-mtlp-6/igt@gem_exec_schedule@preempt-engines@ccs0.html [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-4/igt@gem_exec_schedule@preempt-engines@ccs0.html * igt@gem_exec_schedule@preempt-engines@rcs0: - shard-mtlp: [PASS][100] -> [DMESG-FAIL][101] ([i915#8962]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-mtlp-6/igt@gem_exec_schedule@preempt-engines@rcs0.html [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-4/igt@gem_exec_schedule@preempt-engines@rcs0.html * igt@gem_exec_schedule@preempt-queue-contexts: - shard-dg2: NOTRUN -> [SKIP][102] ([i915#4537] / [i915#4812]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@gem_exec_schedule@preempt-queue-contexts.html * igt@gem_fence_thrash@bo-write-verify-none: - shard-mtlp: NOTRUN -> [SKIP][103] ([i915#4860]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@gem_fence_thrash@bo-write-verify-none.html * igt@gem_fenced_exec_thrash@no-spare-fences: - shard-dg1: NOTRUN -> [SKIP][104] ([i915#4860]) +2 other tests skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@gem_fenced_exec_thrash@no-spare-fences.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#4860]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-6/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html * igt@gem_lmem_swapping@heavy-random: - shard-tglu: NOTRUN -> [SKIP][106] ([i915#4613]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@gem_lmem_swapping@heavy-random.html * igt@gem_lmem_swapping@random-engines: - shard-glk: NOTRUN -> [SKIP][107] ([fdo#109271] / [i915#4613]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk3/igt@gem_lmem_swapping@random-engines.html - shard-mtlp: NOTRUN -> [SKIP][108] ([i915#4613]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@gem_lmem_swapping@random-engines.html * igt@gem_lmem_swapping@verify-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][109] ([i915#4565]) +1 other test skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-15/igt@gem_lmem_swapping@verify-ccs@lmem0.html * igt@gem_mmap@bad-size: - shard-mtlp: NOTRUN -> [SKIP][110] ([i915#4083]) +5 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@gem_mmap@bad-size.html * igt@gem_mmap@big-bo: - shard-dg1: NOTRUN -> [SKIP][111] ([i915#4083]) +6 other tests skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-18/igt@gem_mmap@big-bo.html * igt@gem_mmap_gtt@basic-short: - shard-mtlp: NOTRUN -> [SKIP][112] ([i915#4077]) +3 other tests skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@gem_mmap_gtt@basic-short.html * igt@gem_mmap_gtt@fault-concurrent-y: - shard-dg2: NOTRUN -> [SKIP][113] ([i915#4077]) +9 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-6/igt@gem_mmap_gtt@fault-concurrent-y.html * igt@gem_mmap_gtt@flink-race: - shard-dg1: NOTRUN -> [SKIP][114] ([i915#4077]) +11 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-12/igt@gem_mmap_gtt@flink-race.html * igt@gem_mmap_wc@coherency: - shard-dg2: NOTRUN -> [SKIP][115] ([i915#4083]) +5 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@gem_mmap_wc@coherency.html * igt@gem_partial_pwrite_pread@write-display: - shard-mtlp: NOTRUN -> [SKIP][116] ([i915#3282]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-3/igt@gem_partial_pwrite_pread@write-display.html * igt@gem_partial_pwrite_pread@write-snoop: - shard-dg2: NOTRUN -> [SKIP][117] ([i915#3282]) +3 other tests skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@gem_partial_pwrite_pread@write-snoop.html * igt@gem_pxp@create-protected-buffer: - shard-tglu: NOTRUN -> [SKIP][118] ([i915#4270]) +1 other test skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-10/igt@gem_pxp@create-protected-buffer.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-dg1: NOTRUN -> [SKIP][119] ([i915#4270]) +5 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-18/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html - shard-mtlp: NOTRUN -> [SKIP][120] ([i915#4270]) +1 other test skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_pxp@verify-pxp-stale-ctx-execution: - shard-dg2: NOTRUN -> [SKIP][121] ([i915#4270]) +2 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-6/igt@gem_pxp@verify-pxp-stale-ctx-execution.html * igt@gem_readwrite@read-write: - shard-dg1: NOTRUN -> [SKIP][122] ([i915#3282]) +4 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@gem_readwrite@read-write.html * igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][123] ([i915#8428]) +3 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled.html * igt@gem_set_tiling_vs_blt@tiled-to-tiled: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#4079]) +2 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-3/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html * igt@gem_set_tiling_vs_pwrite: - shard-dg1: NOTRUN -> [SKIP][125] ([i915#4079]) +1 other test skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-15/igt@gem_set_tiling_vs_pwrite.html * igt@gem_unfence_active_buffers: - shard-dg1: NOTRUN -> [SKIP][126] ([i915#4879]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-18/igt@gem_unfence_active_buffers.html - shard-mtlp: NOTRUN -> [SKIP][127] ([i915#4879]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-dg2: NOTRUN -> [SKIP][128] ([i915#3297]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-11/igt@gem_userptr_blits@dmabuf-unsync.html - shard-dg1: NOTRUN -> [SKIP][129] ([i915#3297]) +2 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-15/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@invalid-mmap-offset-unsync: - shard-tglu: NOTRUN -> [SKIP][130] ([i915#3297]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#3297] / [i915#4880]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-11/igt@gem_userptr_blits@map-fixed-invalidate.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-dg1: NOTRUN -> [SKIP][132] ([i915#3297] / [i915#4880]) +2 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-19/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@readonly-unsync: - shard-mtlp: NOTRUN -> [SKIP][133] ([i915#3297]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@gem_userptr_blits@readonly-unsync.html * igt@gem_userptr_blits@vma-merge: - shard-dg2: NOTRUN -> [FAIL][134] ([i915#3318]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-11/igt@gem_userptr_blits@vma-merge.html - shard-dg1: NOTRUN -> [FAIL][135] ([i915#3318]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-15/igt@gem_userptr_blits@vma-merge.html * igt@gen3_render_tiledy_blits: - shard-dg2: NOTRUN -> [SKIP][136] ([fdo#109289]) +2 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-3/igt@gen3_render_tiledy_blits.html * igt@gen9_exec_parse@allowed-all: - shard-dg2: NOTRUN -> [SKIP][137] ([i915#2856]) +3 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@allowed-single: - shard-apl: [PASS][138] -> [INCOMPLETE][139] ([i915#5566]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-apl3/igt@gen9_exec_parse@allowed-single.html [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-apl1/igt@gen9_exec_parse@allowed-single.html - shard-glk: NOTRUN -> [INCOMPLETE][140] ([i915#5566]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk7/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@basic-rejected: - shard-tglu: NOTRUN -> [SKIP][141] ([i915#2527] / [i915#2856]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@gen9_exec_parse@basic-rejected.html * igt@gen9_exec_parse@bb-large: - shard-mtlp: NOTRUN -> [SKIP][142] ([i915#2856]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-3/igt@gen9_exec_parse@bb-large.html * igt@gen9_exec_parse@valid-registers: - shard-dg1: NOTRUN -> [SKIP][143] ([i915#2527]) +2 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-19/igt@gen9_exec_parse@valid-registers.html * igt@i915_hwmon@hwmon-read: - shard-mtlp: NOTRUN -> [SKIP][144] ([i915#7707]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@i915_hwmon@hwmon-read.html * igt@i915_pm_rpm@dpms-lpsp: - shard-dg2: NOTRUN -> [SKIP][145] ([i915#1397]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-6/igt@i915_pm_rpm@dpms-lpsp.html * igt@i915_pm_rpm@dpms-mode-unset-lpsp: - shard-dg2: [PASS][146] -> [SKIP][147] ([i915#1397]) +1 other test skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-dg2-10/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-6/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html - shard-rkl: [PASS][148] -> [SKIP][149] ([i915#1397]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-rkl-7/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html [149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-rkl-1/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg1: [PASS][150] -> [SKIP][151] ([i915#1397]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-dg1-14/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-19/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@gem-execbuf-stress-pc8: - shard-glk: NOTRUN -> [SKIP][152] ([fdo#109271]) +73 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk3/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html - shard-dg1: NOTRUN -> [SKIP][153] ([fdo#109506]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-18/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html - shard-mtlp: NOTRUN -> [SKIP][154] ([fdo#109293]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-dg1: NOTRUN -> [SKIP][155] ([i915#1397]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_pm_rpm@pc8-residency: - shard-dg2: NOTRUN -> [SKIP][156] ([fdo#109506]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@i915_pm_rpm@pc8-residency.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg1: NOTRUN -> [SKIP][157] ([i915#6621]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-18/igt@i915_pm_rps@min-max-config-idle.html - shard-mtlp: NOTRUN -> [SKIP][158] ([i915#6621]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@thresholds-idle-park@gt0: - shard-dg2: NOTRUN -> [SKIP][159] ([i915#8925]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-11/igt@i915_pm_rps@thresholds-idle-park@gt0.html - shard-dg1: NOTRUN -> [SKIP][160] ([i915#8925]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-15/igt@i915_pm_rps@thresholds-idle-park@gt0.html * igt@i915_query@hwconfig_table: - shard-dg1: NOTRUN -> [SKIP][161] ([i915#6245]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-12/igt@i915_query@hwconfig_table.html * igt@i915_query@query-topology-coherent-slice-mask: - shard-mtlp: NOTRUN -> [SKIP][162] ([i915#6188]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@i915_query@query-topology-coherent-slice-mask.html * igt@i915_query@query-topology-known-pci-ids: - shard-dg2: NOTRUN -> [SKIP][163] ([fdo#109303]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@i915_query@query-topology-known-pci-ids.html * igt@i915_query@query-topology-unsupported: - shard-dg1: NOTRUN -> [SKIP][164] ([fdo#109302]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-12/igt@i915_query@query-topology-unsupported.html * igt@i915_selftest@live@gt_heartbeat: - shard-apl: [PASS][165] -> [DMESG-FAIL][166] ([i915#5334]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-apl2/igt@i915_selftest@live@gt_heartbeat.html [166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-apl4/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@mock@memory_region: - shard-mtlp: NOTRUN -> [DMESG-WARN][167] ([i915#9311]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-3/igt@i915_selftest@mock@memory_region.html * igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling: - shard-mtlp: NOTRUN -> [SKIP][168] ([i915#4212]) +1 other test skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@addfb25-x-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][169] ([i915#4212]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-11/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-dg1: NOTRUN -> [SKIP][170] ([i915#4215]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-18/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@bo-too-small-due-to-tiling: - shard-dg1: NOTRUN -> [SKIP][171] ([i915#4212]) +4 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-12/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs: - shard-rkl: NOTRUN -> [SKIP][172] ([i915#8502]) +3 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-rkl-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-1-4-rc_ccs-cc: - shard-dg2: NOTRUN -> [SKIP][173] ([i915#8502] / [i915#8709]) +11 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-10/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-1-4-rc_ccs-cc.html * igt@kms_async_flips@crc@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [FAIL][174] ([i915#8247]) +3 other tests fail [174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html * igt@kms_async_flips@crc@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [FAIL][175] ([i915#8247]) +3 other tests fail [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@kms_async_flips@crc@pipe-d-hdmi-a-4.html * igt@kms_atomic_transition@plane-all-modeset-transition: - shard-mtlp: NOTRUN -> [SKIP][176] ([i915#1769] / [i915#3555]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@kms_atomic_transition@plane-all-modeset-transition.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-dg2: NOTRUN -> [SKIP][177] ([i915#1769] / [i915#3555]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-10/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][178] ([fdo#111615] / [i915#5286]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-dg1: NOTRUN -> [SKIP][179] ([i915#4538] / [i915#5286]) +9 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-18/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-mtlp: NOTRUN -> [FAIL][180] ([i915#5138]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@linear-16bpp-rotate-0: - shard-apl: [PASS][181] -> [DMESG-WARN][182] ([i915#1982]) +1 other test dmesg-warn [181]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-apl4/igt@kms_big_fb@linear-16bpp-rotate-0.html [182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-apl3/igt@kms_big_fb@linear-16bpp-rotate-0.html * igt@kms_big_fb@linear-8bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][183] ([fdo#111614]) +1 other test skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-10/igt@kms_big_fb@linear-8bpp-rotate-90.html * igt@kms_big_fb@x-tiled-16bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][184] ([fdo#111614]) +3 other tests skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-11/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html - shard-dg1: NOTRUN -> [SKIP][185] ([i915#3638]) +1 other test skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-15/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-tglu: [PASS][186] -> [FAIL][187] ([i915#3743]) +1 other test fail [186]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-tglu-7/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@y-tiled-8bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][188] ([i915#5190]) +15 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-3/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-tglu: NOTRUN -> [SKIP][189] ([fdo#111615]) +2 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-10/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0: - shard-dg1: NOTRUN -> [SKIP][190] ([i915#4538]) +8 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-mtlp: NOTRUN -> [SKIP][191] ([fdo#111615]) +6 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-dg2: NOTRUN -> [SKIP][192] ([i915#4538] / [i915#5190]) +5 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-6/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_joiner@basic: - shard-dg1: NOTRUN -> [SKIP][193] ([i915#2705]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@kms_big_joiner@basic.html * igt@kms_big_joiner@invalid-modeset: - shard-tglu: NOTRUN -> [SKIP][194] ([i915#2705]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-10/igt@kms_big_joiner@invalid-modeset.html * igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][195] ([i915#5354] / [i915#6095]) +12 other tests skip [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-mtlp: NOTRUN -> [SKIP][196] ([i915#3886] / [i915#5354] / [i915#6095]) +2 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][197] ([i915#3689] / [i915#3886] / [i915#5354]) +14 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-11/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_gen12_mc_ccs: - shard-dg1: NOTRUN -> [SKIP][198] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +8 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-19/igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][199] ([fdo#109271] / [i915#3886]) +1 other test skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-apl4/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs: - shard-glk: NOTRUN -> [SKIP][200] ([fdo#109271] / [i915#3886]) +1 other test skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk7/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][201] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-bad-pixel-format-4_tiled_dg2_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][202] ([i915#3689] / [i915#5354] / [i915#6095]) +3 other tests skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@kms_ccs@pipe-c-bad-pixel-format-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_rc_ccs: - shard-mtlp: NOTRUN -> [SKIP][203] ([i915#5354] / [i915#6095]) +20 other tests skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_rc_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-yf_tiled_ccs: - shard-tglu: NOTRUN -> [SKIP][204] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095]) +1 other test skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@kms_ccs@pipe-c-ccs-on-another-bo-yf_tiled_ccs.html * igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_mtl_rc_ccs: - shard-dg2: NOTRUN -> [SKIP][205] ([i915#5354]) +45 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_mtl_rc_ccs.html * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs: - shard-apl: NOTRUN -> [SKIP][206] ([fdo#109271]) +20 other tests skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-apl4/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-yf_tiled_ccs: - shard-dg1: NOTRUN -> [SKIP][207] ([i915#3689] / [i915#5354] / [i915#6095]) +27 other tests skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-12/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-yf_tiled_ccs.html * igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs: - shard-dg2: NOTRUN -> [SKIP][208] ([i915#3689] / [i915#5354]) +19 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-6/igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs.html * igt@kms_ccs@pipe-d-missing-ccs-buffer-4_tiled_mtl_rc_ccs_cc: - shard-dg1: NOTRUN -> [SKIP][209] ([i915#5354] / [i915#6095]) +29 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-15/igt@kms_ccs@pipe-d-missing-ccs-buffer-4_tiled_mtl_rc_ccs_cc.html * igt@kms_cdclk@mode-transition: - shard-dg1: NOTRUN -> [SKIP][210] ([i915#3742]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@kms_cdclk@mode-transition.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][211] ([i915#4087] / [i915#7213]) +3 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html * igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][212] ([i915#4087]) +3 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-6/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html * igt@kms_chamelium_color@ctm-negative: - shard-dg2: NOTRUN -> [SKIP][213] ([fdo#111827]) +2 other tests skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@kms_chamelium_color@ctm-negative.html * igt@kms_chamelium_color@ctm-red-to-blue: - shard-tglu: NOTRUN -> [SKIP][214] ([fdo#111827]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@kms_chamelium_color@ctm-red-to-blue.html * igt@kms_chamelium_color@degamma: - shard-dg1: NOTRUN -> [SKIP][215] ([fdo#111827]) +1 other test skip [215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-15/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_edid@hdmi-edid-read: - shard-tglu: NOTRUN -> [SKIP][216] ([i915#7828]) +1 other test skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@kms_chamelium_edid@hdmi-edid-read.html * igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode: - shard-dg1: NOTRUN -> [SKIP][217] ([i915#7828]) +10 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-15/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html * igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode: - shard-mtlp: NOTRUN -> [SKIP][218] ([i915#7828]) +7 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode.html * igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode: - shard-dg2: NOTRUN -> [SKIP][219] ([i915#7828]) +8 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-11/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html * igt@kms_color@deep-color@pipe-b-edp-1-degamma: - shard-mtlp: NOTRUN -> [FAIL][220] ([i915#6892]) +3 other tests fail [220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-3/igt@kms_color@deep-color@pipe-b-edp-1-degamma.html * igt@kms_content_protection@atomic: - shard-dg1: NOTRUN -> [SKIP][221] ([i915#7116]) +1 other test skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-12/igt@kms_content_protection@atomic.html * igt@kms_content_protection@dp-mst-type-1: - shard-dg1: NOTRUN -> [SKIP][222] ([i915#3299]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-18/igt@kms_content_protection@dp-mst-type-1.html - shard-mtlp: NOTRUN -> [SKIP][223] ([i915#3299]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg2: NOTRUN -> [SKIP][224] ([i915#3359]) +1 other test skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-3/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-mtlp: NOTRUN -> [SKIP][225] ([i915#3359]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-32x10: - shard-dg1: NOTRUN -> [SKIP][226] ([i915#3555]) +7 other tests skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-18/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html - shard-mtlp: NOTRUN -> [SKIP][227] ([i915#3555] / [i915#8814]) +1 other test skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-tglu: NOTRUN -> [SKIP][228] ([i915#3359]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-10/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-dg1: NOTRUN -> [SKIP][229] ([i915#3359]) +3 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy: - shard-dg2: NOTRUN -> [SKIP][230] ([fdo#109274] / [i915#5354]) +4 other tests skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-10/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-tglu: NOTRUN -> [SKIP][231] ([fdo#109274] / [fdo#111767]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-mtlp: NOTRUN -> [SKIP][232] ([i915#4213]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size: - shard-tglu: NOTRUN -> [SKIP][233] ([fdo#109274]) +1 other test skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy: - shard-mtlp: NOTRUN -> [SKIP][234] ([i915#3546]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [PASS][235] -> [FAIL][236] ([i915#2346]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html - shard-apl: [PASS][237] -> [FAIL][238] ([i915#2346]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg2: NOTRUN -> [SKIP][239] ([i915#4103] / [i915#4213]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_dirtyfb@dirtyfb-ioctl@drrs-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][240] ([i915#9226] / [i915#9261]) +1 other test skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-rkl-1/igt@kms_dirtyfb@dirtyfb-ioctl@drrs-hdmi-a-2.html * igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][241] ([i915#9227]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-rkl-1/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-2.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][242] ([i915#3804]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-10/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_dp_aux_dev: - shard-dg1: NOTRUN -> [SKIP][243] ([i915#1257]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-15/igt@kms_dp_aux_dev.html * igt@kms_dsc@dsc-basic: - shard-dg1: NOTRUN -> [SKIP][244] ([i915#3555] / [i915#3840]) +1 other test skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-19/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-with-formats: - shard-dg2: NOTRUN -> [SKIP][245] ([i915#3555] / [i915#3840]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-3/igt@kms_dsc@dsc-with-formats.html * igt@kms_fence_pin_leak: - shard-dg2: NOTRUN -> [SKIP][246] ([i915#4881]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-10/igt@kms_fence_pin_leak.html * igt@kms_flip@2x-absolute-wf_vblank: - shard-dg2: NOTRUN -> [SKIP][247] ([fdo#109274]) +8 other tests skip [247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-3/igt@kms_flip@2x-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: - shard-snb: NOTRUN -> [SKIP][248] ([fdo#109271] / [fdo#111767]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-snb4/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-dg1: NOTRUN -> [SKIP][249] ([fdo#111767] / [fdo#111825]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-12/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-panning: - shard-mtlp: NOTRUN -> [SKIP][250] ([i915#3637]) +2 other tests skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@kms_flip@2x-flip-vs-panning.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - shard-dg1: NOTRUN -> [SKIP][251] ([fdo#111825]) +50 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-12/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip@2x-wf_vblank-ts-check-interruptible: - shard-tglu: NOTRUN -> [SKIP][252] ([fdo#109274] / [i915#3637]) +1 other test skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a3: - shard-dg2: [PASS][253] -> [FAIL][254] ([fdo#103375]) +3 other tests fail [253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-dg2-6/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a3.html [254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-5/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a3.html * igt@kms_flip@flip-vs-suspend@a-vga1: - shard-snb: NOTRUN -> [DMESG-WARN][255] ([i915#8841]) +1 other test dmesg-warn [255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-snb2/igt@kms_flip@flip-vs-suspend@a-vga1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][256] ([i915#2587] / [i915#2672]) +2 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-10/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][257] ([i915#3555] / [i915#8810]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][258] ([i915#2672]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][259] ([i915#2587] / [i915#2672]) +6 other tests skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-18/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][260] ([i915#2672]) +4 other tests skip [260]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][261] ([i915#2672] / [i915#3555]) +1 other test skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-rte: - shard-dg2: NOTRUN -> [FAIL][262] ([i915#6880]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-rte.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][263] ([i915#8708]) +5 other tests skip [263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-tiling-4: - shard-tglu: NOTRUN -> [SKIP][264] ([i915#5439]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-10/igt@kms_frontbuffer_tracking@fbc-tiling-4.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][265] ([i915#3458]) +21 other tests skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][266] ([i915#8708]) +22 other tests skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][267] ([i915#8708]) +18 other tests skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-rte: - shard-dg2: NOTRUN -> [SKIP][268] ([i915#3458]) +19 other tests skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-1p-rte.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt: - shard-tglu: NOTRUN -> [SKIP][269] ([fdo#109280]) +12 other tests skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render: - shard-mtlp: NOTRUN -> [SKIP][270] ([i915#1825]) +17 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render.html * igt@kms_hdmi_inject@inject-audio: - shard-dg1: NOTRUN -> [SKIP][271] ([i915#433]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@kms_hdmi_inject@inject-audio.html * igt@kms_hdr@bpc-switch: - shard-rkl: NOTRUN -> [SKIP][272] ([i915#3555] / [i915#8228]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-rkl-7/igt@kms_hdr@bpc-switch.html * igt@kms_hdr@static-swap: - shard-dg2: NOTRUN -> [SKIP][273] ([i915#3555] / [i915#8228]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-1/igt@kms_hdr@static-swap.html * igt@kms_hdr@static-toggle-suspend: - shard-dg1: NOTRUN -> [SKIP][274] ([i915#3555] / [i915#8228]) +3 other tests skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-19/igt@kms_hdr@static-toggle-suspend.html * igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes: - shard-dg1: NOTRUN -> [SKIP][275] ([fdo#109289]) +9 other tests skip [275]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-15/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c: - shard-mtlp: NOTRUN -> [SKIP][276] ([fdo#109289]) +3 other tests skip [276]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html * igt@kms_plane_lowres@tiling-x@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][277] ([i915#3582]) +3 other tests skip [277]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-3/igt@kms_plane_lowres@tiling-x@pipe-c-edp-1.html * igt@kms_plane_multiple@tiling-y: - shard-dg2: NOTRUN -> [SKIP][278] ([i915#8806]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-6/igt@kms_plane_multiple@tiling-y.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2: NOTRUN -> [SKIP][279] ([i915#6953]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-2/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][280] ([i915#5176]) +3 other tests skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][281] ([i915#5235]) +15 other tests skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][282] ([i915#5235]) +11 other tests skip [282]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][283] ([i915#5235]) +15 other tests skip [283]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-18/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4.html * igt@kms_prime@basic-crc-hybrid: - shard-mtlp: NOTRUN -> [SKIP][284] ([i915#6524]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-3/igt@kms_prime@basic-crc-hybrid.html * igt@kms_prime@d3hot: - shard-dg2: NOTRUN -> [SKIP][285] ([i915#6524] / [i915#6805]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@kms_prime@d3hot.html * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf: - shard-tglu: NOTRUN -> [SKIP][286] ([i915#658]) [286]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf: - shard-dg1: NOTRUN -> [SKIP][287] ([i915#658]) +1 other test skip [287]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-12/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@overlay-plane-update-continuous-sf: - shard-tglu: NOTRUN -> [SKIP][288] ([fdo#111068] / [i915#658]) +1 other test skip [288]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area: - shard-dg2: NOTRUN -> [SKIP][289] ([i915#658]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-3/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-nv12: - shard-glk: NOTRUN -> [SKIP][290] ([fdo#109271] / [i915#658]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk3/igt@kms_psr2_su@page_flip-nv12.html - shard-dg1: NOTRUN -> [SKIP][291] ([fdo#111068] / [i915#658]) +1 other test skip [291]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-18/igt@kms_psr2_su@page_flip-nv12.html - shard-mtlp: NOTRUN -> [SKIP][292] ([i915#4348]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@psr2_cursor_mmap_gtt: - shard-dg2: NOTRUN -> [SKIP][293] ([i915#1072]) +7 other tests skip [293]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-6/igt@kms_psr@psr2_cursor_mmap_gtt.html * igt@kms_psr@psr2_primary_page_flip: - shard-tglu: NOTRUN -> [SKIP][294] ([fdo#110189]) +11 other tests skip [294]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@kms_psr@psr2_primary_page_flip.html * igt@kms_psr@psr2_sprite_render: - shard-dg1: NOTRUN -> [SKIP][295] ([i915#1072] / [i915#4078]) +7 other tests skip [295]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-18/igt@kms_psr@psr2_sprite_render.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-dg2: NOTRUN -> [SKIP][296] ([i915#5461] / [i915#658]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-6/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@bad-pixel-format: - shard-snb: NOTRUN -> [SKIP][297] ([fdo#109271]) +198 other tests skip [297]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-snb2/igt@kms_rotation_crc@bad-pixel-format.html - shard-mtlp: NOTRUN -> [SKIP][298] ([i915#4235]) +1 other test skip [298]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-5/igt@kms_rotation_crc@bad-pixel-format.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-0: - shard-tglu: NOTRUN -> [SKIP][299] ([i915#5289]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-10/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-rotation-270: - shard-dg2: NOTRUN -> [SKIP][300] ([i915#4235]) +1 other test skip [300]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-10/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: - shard-rkl: [PASS][301] -> [INCOMPLETE][302] ([i915#8875]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-rkl-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html [302]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-rkl-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-mtlp: NOTRUN -> [SKIP][303] ([i915#5289]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-dg1: NOTRUN -> [SKIP][304] ([fdo#111615] / [i915#5289]) +1 other test skip [304]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-19/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_sequence@get-idle@dp-1-pipe-a: - shard-apl: [PASS][305] -> [DMESG-WARN][306] ([i915#180] / [i915#8703]) +26 other tests dmesg-warn [305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-apl4/igt@kms_sequence@get-idle@dp-1-pipe-a.html [306]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-apl3/igt@kms_sequence@get-idle@dp-1-pipe-a.html * igt@kms_setmode@basic@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [FAIL][307] ([i915#5465]) +1 other test fail [307]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-snb1/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html * igt@kms_sysfs_edid_timing: - shard-dg1: NOTRUN -> [FAIL][308] ([IGT#2] / [i915#6493]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-15/igt@kms_sysfs_edid_timing.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg1: NOTRUN -> [SKIP][309] ([i915#8623]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-12/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-tglu: NOTRUN -> [SKIP][310] ([i915#8623]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_universal_plane@cursor-fb-leak-pipe-d: - shard-mtlp: [PASS][311] -> [FAIL][312] ([i915#9196]) [311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-mtlp-7/igt@kms_universal_plane@cursor-fb-leak-pipe-d.html [312]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-8/igt@kms_universal_plane@cursor-fb-leak-pipe-d.html * igt@kms_vrr@negative-basic: - shard-dg2: NOTRUN -> [SKIP][313] ([i915#3555]) +3 other tests skip [313]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-10/igt@kms_vrr@negative-basic.html * igt@kms_writeback@writeback-check-output: - shard-tglu: NOTRUN -> [SKIP][314] ([i915#2437]) [314]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-pixel-formats: - shard-dg1: NOTRUN -> [SKIP][315] ([i915#2437]) [315]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@mi-rpc: - shard-dg2: NOTRUN -> [SKIP][316] ([i915#2434]) [316]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-3/igt@perf@mi-rpc.html - shard-dg1: NOTRUN -> [SKIP][317] ([i915#2434]) [317]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-19/igt@perf@mi-rpc.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: NOTRUN -> [FAIL][318] ([i915#7484]) [318]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-3/igt@perf@non-zero-reason@0-rcs0.html * igt@perf@unprivileged-single-ctx-counters: - shard-dg1: NOTRUN -> [SKIP][319] ([fdo#109289] / [i915#2433]) [319]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@perf@unprivileged-single-ctx-counters.html * igt@perf_pmu@busy-double-start@rcs0: - shard-glk: [PASS][320] -> [DMESG-WARN][321] ([i915#118]) [320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk4/igt@perf_pmu@busy-double-start@rcs0.html [321]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk7/igt@perf_pmu@busy-double-start@rcs0.html - shard-dg1: NOTRUN -> [FAIL][322] ([i915#4349]) [322]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-12/igt@perf_pmu@busy-double-start@rcs0.html * igt@perf_pmu@busy@rcs0: - shard-mtlp: [PASS][323] -> [FAIL][324] ([i915#4349]) [323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-mtlp-6/igt@perf_pmu@busy@rcs0.html [324]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-4/igt@perf_pmu@busy@rcs0.html * igt@perf_pmu@faulting-read@gtt: - shard-mtlp: NOTRUN -> [SKIP][325] ([i915#8440]) [325]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-3/igt@perf_pmu@faulting-read@gtt.html * igt@perf_pmu@rc6-all-gts: - shard-dg1: NOTRUN -> [SKIP][326] ([i915#8516]) [326]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-12/igt@perf_pmu@rc6-all-gts.html * igt@prime_busy@hang-wait@ccs0: - shard-mtlp: [PASS][327] -> [ABORT][328] ([i915#9414]) +1 other test abort [327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-mtlp-7/igt@prime_busy@hang-wait@ccs0.html [328]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-7/igt@prime_busy@hang-wait@ccs0.html * igt@prime_vgem@basic-fence-mmap: - shard-dg1: NOTRUN -> [SKIP][329] ([i915#3708] / [i915#4077]) [329]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@coherency-gtt: - shard-dg2: NOTRUN -> [SKIP][330] ([i915#3708] / [i915#4077]) [330]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-6/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-write-hang: - shard-dg2: NOTRUN -> [SKIP][331] ([i915#3708]) [331]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-3/igt@prime_vgem@fence-write-hang.html - shard-dg1: NOTRUN -> [SKIP][332] ([i915#3708]) [332]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-19/igt@prime_vgem@fence-write-hang.html * igt@runner@aborted: - shard-snb: NOTRUN -> [FAIL][333] ([i915#7812]) [333]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-snb5/igt@runner@aborted.html * igt@v3d/v3d_mmap@mmap-bo: - shard-mtlp: NOTRUN -> [SKIP][334] ([i915#2575]) +7 other tests skip [334]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-3/igt@v3d/v3d_mmap@mmap-bo.html * igt@v3d/v3d_perfmon@get-values-invalid-perfmon: - shard-dg1: NOTRUN -> [SKIP][335] ([i915#2575]) +14 other tests skip [335]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@v3d/v3d_perfmon@get-values-invalid-perfmon.html * igt@v3d/v3d_perfmon@get-values-valid-perfmon: - shard-tglu: NOTRUN -> [SKIP][336] ([fdo#109315] / [i915#2575]) +4 other tests skip [336]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@v3d/v3d_perfmon@get-values-valid-perfmon.html * igt@v3d/v3d_submit_cl@bad-perfmon: - shard-dg2: NOTRUN -> [SKIP][337] ([i915#2575]) +11 other tests skip [337]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-7/igt@v3d/v3d_submit_cl@bad-perfmon.html * igt@vc4/vc4_mmap@mmap-bo: - shard-dg2: NOTRUN -> [SKIP][338] ([i915#7711]) +8 other tests skip [338]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-6/igt@vc4/vc4_mmap@mmap-bo.html * igt@vc4/vc4_purgeable_bo@mark-purgeable-twice: - shard-mtlp: NOTRUN -> [SKIP][339] ([i915#7711]) +3 other tests skip [339]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@vc4/vc4_purgeable_bo@mark-purgeable-twice.html * igt@vc4/vc4_tiling@get-bad-handle: - shard-dg1: NOTRUN -> [SKIP][340] ([i915#7711]) +10 other tests skip [340]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-19/igt@vc4/vc4_tiling@get-bad-handle.html * igt@vc4/vc4_tiling@set-bad-flags: - shard-tglu: NOTRUN -> [SKIP][341] ([i915#2575]) +2 other tests skip [341]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-7/igt@vc4/vc4_tiling@set-bad-flags.html #### Possible fixes #### * igt@gem_ctx_exec@basic-nohangcheck: - shard-tglu: [FAIL][342] ([i915#6268]) -> [PASS][343] [342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-tglu-6/igt@gem_ctx_exec@basic-nohangcheck.html [343]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-5/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_persistence@engines-hostile@vcs0: - shard-mtlp: [ABORT][344] ([i915#9414]) -> [PASS][345] [344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-mtlp-4/igt@gem_ctx_persistence@engines-hostile@vcs0.html [345]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-3/igt@gem_ctx_persistence@engines-hostile@vcs0.html * igt@gem_ctx_persistence@smoketest: - shard-mtlp: [ABORT][346] ([i915#9262]) -> [PASS][347] [346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-mtlp-2/igt@gem_ctx_persistence@smoketest.html [347]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@gem_ctx_persistence@smoketest.html * igt@gem_eio@hibernate: - shard-dg1: [ABORT][348] ([i915#7975] / [i915#8213]) -> [PASS][349] [348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-dg1-14/igt@gem_eio@hibernate.html [349]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-19/igt@gem_eio@hibernate.html * igt@gem_exec_capture@capture@vcs0-smem: - shard-mtlp: [DMESG-WARN][350] ([i915#5591]) -> [PASS][351] [350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-mtlp-2/igt@gem_exec_capture@capture@vcs0-smem.html [351]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-7/igt@gem_exec_capture@capture@vcs0-smem.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglu: [FAIL][352] ([i915#2842]) -> [PASS][353] [352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html [353]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-2/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-rkl: [FAIL][354] ([i915#2842]) -> [PASS][355] +3 other tests pass [354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-rkl-6/igt@gem_exec_fair@basic-pace-solo@rcs0.html [355]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-rkl-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg2: [ABORT][356] ([i915#7975] / [i915#8213]) -> [PASS][357] [356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-dg2-1/igt@gem_exec_suspend@basic-s4-devices@lmem0.html [357]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_exec_whisper@basic-fds-forked-all: - shard-tglu: [INCOMPLETE][358] ([i915#6755] / [i915#7392]) -> [PASS][359] [358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-tglu-8/igt@gem_exec_whisper@basic-fds-forked-all.html [359]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-10/igt@gem_exec_whisper@basic-fds-forked-all.html * igt@gem_spin_batch@legacy@render: - shard-apl: [FAIL][360] ([i915#2898]) -> [PASS][361] [360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-apl3/igt@gem_spin_batch@legacy@render.html [361]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-apl1/igt@gem_spin_batch@legacy@render.html * igt@gem_workarounds@suspend-resume-fd: - shard-dg2: [FAIL][362] ([fdo#103375]) -> [PASS][363] [362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-dg2-5/igt@gem_workarounds@suspend-resume-fd.html [363]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-10/igt@gem_workarounds@suspend-resume-fd.html * igt@i915_pm_rc6_residency@rc6-idle@rcs0: - shard-dg1: [FAIL][364] ([i915#3591]) -> [PASS][365] [364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html [365]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html * igt@i915_pm_rpm@dpms-non-lpsp: - shard-dg1: [SKIP][366] ([i915#1397]) -> [PASS][367] [366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-dg1-19/igt@i915_pm_rpm@dpms-non-lpsp.html [367]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg1-14/igt@i915_pm_rpm@dpms-non-lpsp.html * igt@i915_pm_rpm@modeset-lpsp: - shard-rkl: [SKIP][368] ([i915#1397]) -> [PASS][369] +1 other test pass [368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-rkl-4/igt@i915_pm_rpm@modeset-lpsp.html [369]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0: - shard-mtlp: [FAIL][370] ([i915#5138]) -> [PASS][371] [370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html [371]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-tglu: [FAIL][372] ([i915#3743]) -> [PASS][373] +1 other test pass [372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-tglu-10/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [373]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-tglu-5/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-glk: [FAIL][374] ([i915#2346]) -> [PASS][375] [374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [375]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@forked-move@all-pipes: - shard-mtlp: [DMESG-WARN][376] ([i915#2017]) -> [PASS][377] [376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-mtlp-4/igt@kms_cursor_legacy@forked-move@all-pipes.html [377]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-mtlp-1/igt@kms_cursor_legacy@forked-move@all-pipes.html * igt@kms_flip@flip-vs-suspend-interruptible@b-dp1: - shard-apl: [INCOMPLETE][378] ([i915#4839]) -> [PASS][379] [378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-apl6/igt@kms_flip@flip-vs-suspend-interruptible@b-dp1.html [379]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@b-dp1.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1: - shard-apl: [INCOMPLETE][380] ([i915#180] / [i915#9392]) -> [PASS][381] [380]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-apl2/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1.html [381]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-apl4/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1.html * igt@kms_sysfs_edid_timing: - shard-dg2: [FAIL][382] ([IGT#2]) -> [PASS][383] [382]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-dg2-1/igt@kms_sysfs_edid_timing.html [383]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-11/igt@kms_sysfs_edid_timing.html * igt@kms_universal_plane@cursor-fb-leak-pipe-d: - shard-dg2: [FAIL][384] ([i915#9196]) -> [PASS][385] [384]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-dg2-11/igt@kms_universal_plane@cursor-fb-leak-pipe-d.html [385]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-1/igt@kms_universal_plane@cursor-fb-leak-pipe-d.html * igt@perf@enable-disable@0-rcs0: - shard-dg2: [FAIL][386] ([i915#8724]) -> [PASS][387] [386]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-dg2-11/igt@perf@enable-disable@0-rcs0.html [387]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-2/igt@perf@enable-disable@0-rcs0.html #### Warnings #### * igt@kms_chamelium_edid@dp-mode-timings: - shard-apl: [SKIP][388] ([fdo#109271]) -> [SKIP][389] ([fdo#109271] / [i915#8585]) [388]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-apl4/igt@kms_chamelium_edid@dp-mode-timings.html [389]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-apl3/igt@kms_chamelium_edid@dp-mode-timings.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: [SKIP][390] ([fdo#110189] / [i915#3955]) -> [SKIP][391] ([i915#3955]) [390]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html [391]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: [CRASH][392] ([i915#9351]) -> [INCOMPLETE][393] ([i915#5493]) [392]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13713/shard-dg2-5/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html [393]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/shard-dg2-10/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293 [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118 [i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2898]: https://gitlab.freedesktop.org/drm/intel/issues/2898 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3582]: https://gitlab.freedesktop.org/drm/intel/issues/3582 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3711]: https://gitlab.freedesktop.org/drm/intel/issues/3711 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4839]: https://gitlab.freedesktop.org/drm/intel/issues/4839 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6188]: https://gitlab.freedesktop.org/drm/intel/issues/6188 [i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6493]: https://gitlab.freedesktop.org/drm/intel/issues/6493 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6755]: https://gitlab.freedesktop.org/drm/intel/issues/6755 [i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6892]: https://gitlab.freedesktop.org/drm/intel/issues/6892 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7812]: https://gitlab.freedesktop.org/drm/intel/issues/7812 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8293]: https://gitlab.freedesktop.org/drm/intel/issues/8293 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8440]: https://gitlab.freedesktop.org/drm/intel/issues/8440 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8585]: https://gitlab.freedesktop.org/drm/intel/issues/8585 [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623 [i915#8703]: https://gitlab.freedesktop.org/drm/intel/issues/8703 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8724]: https://gitlab.freedesktop.org/drm/intel/issues/8724 [i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806 [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875 [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925 [i915#8962]: https://gitlab.freedesktop.org/drm/intel/issues/8962 [i915#9053]: https://gitlab.freedesktop.org/drm/intel/issues/9053 [i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067 [i915#9119]: https://gitlab.freedesktop.org/drm/intel/issues/9119 [i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196 [i915#9226]: https://gitlab.freedesktop.org/drm/intel/issues/9226 [i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227 [i915#9261]: https://gitlab.freedesktop.org/drm/intel/issues/9261 [i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262 [i915#9311]: https://gitlab.freedesktop.org/drm/intel/issues/9311 [i915#9351]: https://gitlab.freedesktop.org/drm/intel/issues/9351 [i915#9364]: https://gitlab.freedesktop.org/drm/intel/issues/9364 [i915#9392]: https://gitlab.freedesktop.org/drm/intel/issues/9392 [i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414 [i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424 Build changes ------------- * Linux: CI_DRM_13713 -> Patchwork_124644v1 CI-20190529: 20190529 CI_DRM_13713: 4540606b1e3d945191858f82b07576e12feb7f26 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7512: 2eb58faf82d3cd5e2e74154a7319cff56eb40762 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_124644v1: 4540606b1e3d945191858f82b07576e12feb7f26 @ git://anongit.freedesktop.org/gfx-ci/linux piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_124644v1/index.html [-- Attachment #2: Type: text/html, Size: 120769 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-10-11 20:32 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-10-05 0:13 [Intel-gfx] [PATCH] drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned Khaled Almahallawy 2023-10-05 4:17 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork 2023-10-05 12:39 ` [Intel-gfx] [PATCH] " Gustavo Sousa 2023-10-05 13:16 ` Jani Nikula 2023-10-11 20:32 ` Sripada, Radhakrishna 2023-10-05 15:03 ` [Intel-gfx] ✗ Fi.CI.IGT: failure for " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox