* [PATCH] drm/i915/psr: vbt.psr.enable is only for eDP panels
@ 2024-10-21 7:33 Jouni Högander
2024-10-21 8:26 ` ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Jouni Högander @ 2024-10-21 7:33 UTC (permalink / raw)
To: intel-gfx; +Cc: ramanaidu.naladala, Jouni Högander
We don't want to check vbt.psr.enable on DP Panel Replay as it is targeted
for eDP panel usage only.
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
---
drivers/gpu/drm/i915/display/intel_psr.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c
index 3b20325b3f6a..4176163ec19a 100644
--- a/drivers/gpu/drm/i915/display/intel_psr.c
+++ b/drivers/gpu/drm/i915/display/intel_psr.c
@@ -233,7 +233,9 @@ static bool psr_global_enabled(struct intel_dp *intel_dp)
switch (intel_dp->psr.debug & I915_PSR_DEBUG_MODE_MASK) {
case I915_PSR_DEBUG_DEFAULT:
if (display->params.enable_psr == -1)
- return connector->panel.vbt.psr.enable;
+ return intel_dp_is_edp(intel_dp) ?
+ connector->panel.vbt.psr.enable :
+ true;
return display->params.enable_psr;
case I915_PSR_DEBUG_DISABLE:
return false;
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* ✓ Fi.CI.BAT: success for drm/i915/psr: vbt.psr.enable is only for eDP panels 2024-10-21 7:33 [PATCH] drm/i915/psr: vbt.psr.enable is only for eDP panels Jouni Högander @ 2024-10-21 8:26 ` Patchwork 2024-10-21 8:40 ` [PATCH] " Naladala, Ramanaidu 2024-10-21 10:50 ` ✗ Fi.CI.IGT: failure for " Patchwork 2 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-10-21 8:26 UTC (permalink / raw) To: Jouni Högander; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 2997 bytes --] == Series Details == Series: drm/i915/psr: vbt.psr.enable is only for eDP panels URL : https://patchwork.freedesktop.org/series/140233/ State : success == Summary == CI Bug Log - changes from CI_DRM_15569 -> Patchwork_140233v1 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/index.html Participating hosts (43 -> 42) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in Patchwork_140233v1 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live: - bat-arls-2: [PASS][1] -> [DMESG-WARN][2] ([i915#10341] / [i915#12133]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/bat-arls-2/igt@i915_selftest@live.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/bat-arls-2/igt@i915_selftest@live.html * igt@i915_selftest@live@hangcheck: - bat-arls-2: [PASS][3] -> [DMESG-WARN][4] ([i915#11349]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/bat-arls-2/igt@i915_selftest@live@hangcheck.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/bat-arls-2/igt@i915_selftest@live@hangcheck.html #### Possible fixes #### * igt@i915_selftest@live: - {bat-arlh-3}: [ABORT][5] ([i915#12133]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/bat-arlh-3/igt@i915_selftest@live.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/bat-arlh-3/igt@i915_selftest@live.html * igt@i915_selftest@live@workarounds: - {bat-arlh-3}: [ABORT][7] ([i915#12061]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/bat-arlh-3/igt@i915_selftest@live@workarounds.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/bat-arlh-3/igt@i915_selftest@live@workarounds.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#10341]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10341 [i915#11349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133 Build changes ------------- * Linux: CI_DRM_15569 -> Patchwork_140233v1 CI-20190529: 20190529 CI_DRM_15569: ea79f4f56e21d6ad852635a084dc5ed50a527878 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8080: 20fcbc59241a16c84d12f4f6ba390fb46fd65a36 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_140233v1: ea79f4f56e21d6ad852635a084dc5ed50a527878 @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/index.html [-- Attachment #2: Type: text/html, Size: 3765 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] drm/i915/psr: vbt.psr.enable is only for eDP panels 2024-10-21 7:33 [PATCH] drm/i915/psr: vbt.psr.enable is only for eDP panels Jouni Högander 2024-10-21 8:26 ` ✓ Fi.CI.BAT: success for " Patchwork @ 2024-10-21 8:40 ` Naladala, Ramanaidu 2024-10-23 9:16 ` Hogander, Jouni 2024-10-21 10:50 ` ✗ Fi.CI.IGT: failure for " Patchwork 2 siblings, 1 reply; 6+ messages in thread From: Naladala, Ramanaidu @ 2024-10-21 8:40 UTC (permalink / raw) To: Jouni Högander, intel-gfx [-- Attachment #1: Type: text/plain, Size: 1102 bytes --] Hi Jouni, On 10/21/2024 1:03 PM, Jouni Högander wrote: > We don't want to check vbt.psr.enable on DP Panel Replay as it is targeted > for eDP panel usage only. > > Signed-off-by: Jouni Högander<jouni.hogander@intel.com> > --- > drivers/gpu/drm/i915/display/intel_psr.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c > index 3b20325b3f6a..4176163ec19a 100644 > --- a/drivers/gpu/drm/i915/display/intel_psr.c > +++ b/drivers/gpu/drm/i915/display/intel_psr.c > @@ -233,7 +233,9 @@ static bool psr_global_enabled(struct intel_dp *intel_dp) > switch (intel_dp->psr.debug & I915_PSR_DEBUG_MODE_MASK) { > case I915_PSR_DEBUG_DEFAULT: > if (display->params.enable_psr == -1) > - return connector->panel.vbt.psr.enable; > + return intel_dp_is_edp(intel_dp) ? > + connector->panel.vbt.psr.enable : > + true; LGTM, Reviewed-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com> > return display->params.enable_psr; > case I915_PSR_DEBUG_DISABLE: > return false; [-- Attachment #2: Type: text/html, Size: 37569 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] drm/i915/psr: vbt.psr.enable is only for eDP panels 2024-10-21 8:40 ` [PATCH] " Naladala, Ramanaidu @ 2024-10-23 9:16 ` Hogander, Jouni 0 siblings, 0 replies; 6+ messages in thread From: Hogander, Jouni @ 2024-10-23 9:16 UTC (permalink / raw) To: Naladala, Ramanaidu, intel-gfx@lists.freedesktop.org [-- Attachment #1: Type: text/plain, Size: 1526 bytes --] On Mon, 2024-10-21 at 14:10 +0530, Naladala, Ramanaidu wrote: Hi Jouni, On 10/21/2024 1:03 PM, Jouni Högander wrote: We don't want to check vbt.psr.enable on DP Panel Replay as it is targeted for eDP panel usage only. Signed-off-by: Jouni Högander <jouni.hogander@intel.com><mailto:jouni.hogander@intel.com> --- drivers/gpu/drm/i915/display/intel_psr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c index 3b20325b3f6a..4176163ec19a 100644 --- a/drivers/gpu/drm/i915/display/intel_psr.c +++ b/drivers/gpu/drm/i915/display/intel_psr.c @@ -233,7 +233,9 @@ static bool psr_global_enabled(struct intel_dp *intel_dp) switch (intel_dp->psr.debug & I915_PSR_DEBUG_MODE_MASK) { case I915_PSR_DEBUG_DEFAULT: if (display->params.enable_psr == -1) - return connector->panel.vbt.psr.enable; + return intel_dp_is_edp(intel_dp) ? + connector->panel.vbt.psr.enable : + true; LGTM, Reviewed-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com<mailto:ramanaidu.naladala@intel.com>> Thank you Ramanaidu for checking my patch. This is now pushed to drm-intel-next. BR, Jouni Högander return display->params.enable_psr; case I915_PSR_DEBUG_DISABLE: return false; [-- Attachment #2: Type: text/html, Size: 3066 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Fi.CI.IGT: failure for drm/i915/psr: vbt.psr.enable is only for eDP panels 2024-10-21 7:33 [PATCH] drm/i915/psr: vbt.psr.enable is only for eDP panels Jouni Högander 2024-10-21 8:26 ` ✓ Fi.CI.BAT: success for " Patchwork 2024-10-21 8:40 ` [PATCH] " Naladala, Ramanaidu @ 2024-10-21 10:50 ` Patchwork 2024-10-23 6:36 ` Hogander, Jouni 2 siblings, 1 reply; 6+ messages in thread From: Patchwork @ 2024-10-21 10:50 UTC (permalink / raw) To: Jouni Högander; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 100278 bytes --] == Series Details == Series: drm/i915/psr: vbt.psr.enable is only for eDP panels URL : https://patchwork.freedesktop.org/series/140233/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15569_full -> Patchwork_140233v1_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_140233v1_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_140233v1_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (8 -> 7) ------------------------------ Missing (1): shard-glk-0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_140233v1_full: ### IGT changes ### #### Possible regressions #### * igt@kms_flip@2x-dpms-vs-vblank-race-interruptible: - shard-glk: ([PASS][1], [PASS][2]) -> [FAIL][3] +1 other test fail [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk8/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk9/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk1/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html * igt@kms_flip@dpms-vs-vblank-race-interruptible@a-hdmi-a3: - shard-dg1: NOTRUN -> [INCOMPLETE][4] +1 other test incomplete [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-12/igt@kms_flip@dpms-vs-vblank-race-interruptible@a-hdmi-a3.html #### Warnings #### * igt@i915_module_load@reload-with-fault-injection: - shard-dg2: [ABORT][5] ([i915#9820]) -> [DMESG-WARN][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html Known issues ------------ Here are the changes found in Patchwork_140233v1_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-purge-cache: - shard-dg2: NOTRUN -> [SKIP][7] ([i915#8411]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@api_intel_bb@blit-reloc-purge-cache.html - shard-mtlp: NOTRUN -> [SKIP][8] ([i915#8411]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@drm_fdinfo@busy@ccs0: - shard-dg2: NOTRUN -> [SKIP][9] ([i915#8414]) +7 other tests skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@drm_fdinfo@busy@ccs0.html * igt@drm_fdinfo@busy@vcs0: - shard-mtlp: NOTRUN -> [SKIP][10] ([i915#8414]) +6 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@drm_fdinfo@busy@vcs0.html * igt@drm_read@short-buffer-nonblock: - shard-dg2: NOTRUN -> [SKIP][11] ([i915#9197]) +23 other tests skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@drm_read@short-buffer-nonblock.html * igt@gem_ccs@ctrl-surf-copy: - shard-mtlp: NOTRUN -> [SKIP][12] ([i915#3555] / [i915#9323]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-lmem0-lmem0: - shard-dg2: NOTRUN -> [INCOMPLETE][13] ([i915#12392] / [i915#7297]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-lmem0-lmem0.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-mtlp: NOTRUN -> [SKIP][14] ([i915#6335]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_ctx_engines@invalid-engines: - shard-rkl: [PASS][15] -> [FAIL][16] ([i915#12027] / [i915#12031]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-2/igt@gem_ctx_engines@invalid-engines.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@gem_ctx_engines@invalid-engines.html * igt@gem_ctx_sseu@engines: - shard-dg1: NOTRUN -> [SKIP][17] ([i915#280]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_ctx_sseu@engines.html * igt@gem_exec_fair@basic-deadline: - shard-rkl: [PASS][18] -> [FAIL][19] ([i915#2846]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@gem_exec_fair@basic-deadline.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none: - shard-mtlp: NOTRUN -> [SKIP][20] ([i915#4473] / [i915#4771]) +1 other test skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_exec_fair@basic-none.html - shard-dg2: NOTRUN -> [SKIP][21] ([i915#3539] / [i915#4852]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_exec_fair@basic-none.html * igt@gem_exec_fair@basic-none-solo: - shard-dg1: NOTRUN -> [SKIP][22] ([i915#3539] / [i915#4852]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_exec_fair@basic-none-solo.html * igt@gem_exec_fair@basic-pace@bcs0: - shard-rkl: [PASS][23] -> [FAIL][24] ([i915#2842]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-7/igt@gem_exec_fair@basic-pace@bcs0.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-7/igt@gem_exec_fair@basic-pace@bcs0.html * igt@gem_exec_flush@basic-uc-prw-default: - shard-dg1: NOTRUN -> [SKIP][25] ([i915#3539]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_exec_flush@basic-uc-prw-default.html * igt@gem_exec_params@rsvd2-dirt: - shard-mtlp: NOTRUN -> [SKIP][26] ([i915#5107]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_exec_params@rsvd2-dirt.html - shard-dg2: NOTRUN -> [SKIP][27] ([i915#5107]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_reloc@basic-cpu-gtt-noreloc: - shard-dg1: NOTRUN -> [SKIP][28] ([i915#3281]) +1 other test skip [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html * igt@gem_exec_reloc@basic-gtt-wc-active: - shard-dg2: NOTRUN -> [SKIP][29] ([i915#3281]) +5 other tests skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_exec_reloc@basic-gtt-wc-active.html * igt@gem_exec_reloc@basic-wc-gtt-noreloc: - shard-mtlp: NOTRUN -> [SKIP][30] ([i915#3281]) +5 other tests skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_exec_reloc@basic-wc-gtt-noreloc.html * igt@gem_exec_schedule@pi-ringfull@ccs0: - shard-dg2: NOTRUN -> [FAIL][31] ([i915#12296]) +7 other tests fail [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_exec_schedule@pi-ringfull@ccs0.html - shard-mtlp: NOTRUN -> [FAIL][32] ([i915#12296]) +6 other tests fail [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_exec_schedule@pi-ringfull@ccs0.html * igt@gem_exec_schedule@preempt-queue: - shard-mtlp: NOTRUN -> [SKIP][33] ([i915#4537] / [i915#4812]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_exec_schedule@preempt-queue.html - shard-dg2: NOTRUN -> [SKIP][34] ([i915#4537] / [i915#4812]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_exec_schedule@preempt-queue.html * igt@gem_exec_schedule@semaphore-power: - shard-dg1: NOTRUN -> [SKIP][35] ([i915#4812]) +1 other test skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_exec_schedule@semaphore-power.html * igt@gem_exec_suspend@basic-s0: - shard-dg2: [PASS][36] -> [INCOMPLETE][37] ([i915#11441]) +1 other test incomplete [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-4/igt@gem_exec_suspend@basic-s0.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-6/igt@gem_exec_suspend@basic-s0.html * igt@gem_fence_thrash@bo-copy: - shard-dg2: NOTRUN -> [SKIP][38] ([i915#4860]) +1 other test skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_fence_thrash@bo-copy.html - shard-mtlp: NOTRUN -> [SKIP][39] ([i915#4860]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_fence_thrash@bo-copy.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-mtlp: NOTRUN -> [SKIP][40] ([i915#4613]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_mmap@bad-offset: - shard-mtlp: NOTRUN -> [SKIP][41] ([i915#4083]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@gem_mmap@bad-offset.html * igt@gem_mmap_gtt@basic-small-copy: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4077]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@gem_mmap_gtt@basic-small-copy.html * igt@gem_mmap_gtt@cpuset-big-copy: - shard-dg1: NOTRUN -> [SKIP][43] ([i915#4077]) +1 other test skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-18/igt@gem_mmap_gtt@cpuset-big-copy.html * igt@gem_mmap_wc@close: - shard-dg1: NOTRUN -> [SKIP][44] ([i915#4083]) +1 other test skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-18/igt@gem_mmap_wc@close.html * igt@gem_pwrite@basic-exhaustion: - shard-dg2: NOTRUN -> [SKIP][45] ([i915#3282]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_pwrite@basic-exhaustion.html - shard-mtlp: NOTRUN -> [SKIP][46] ([i915#3282]) +1 other test skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@create-protected-buffer: - shard-dg2: NOTRUN -> [SKIP][47] ([i915#4270]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-1/igt@gem_pxp@create-protected-buffer.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-dg1: NOTRUN -> [SKIP][48] ([i915#4270]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_pxp@verify-pxp-stale-buf-optout-execution: - shard-mtlp: NOTRUN -> [SKIP][49] ([i915#4270]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html * igt@gem_readwrite@beyond-eob: - shard-dg1: NOTRUN -> [SKIP][50] ([i915#3282]) +1 other test skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_readwrite@beyond-eob.html * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#8428]) +1 other test skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html - shard-dg2: NOTRUN -> [SKIP][52] ([i915#5190] / [i915#8428]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html * igt@gem_set_tiling_vs_gtt: - shard-dg1: NOTRUN -> [SKIP][53] ([i915#4079]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-12/igt@gem_set_tiling_vs_gtt.html * igt@gem_softpin@evict-snoop-interruptible: - shard-dg1: NOTRUN -> [SKIP][54] ([i915#4885]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_softpin@evict-snoop-interruptible.html * igt@gen9_exec_parse@basic-rejected: - shard-dg1: NOTRUN -> [SKIP][55] ([i915#2527]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gen9_exec_parse@basic-rejected.html * igt@gen9_exec_parse@batch-invalid-length: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#2856]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@secure-batches: - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#2856]) +1 other test skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@gen9_exec_parse@secure-batches.html * igt@i915_module_load@reload: - shard-snb: [PASS][58] -> [ABORT][59] ([i915#12450]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb2/igt@i915_module_load@reload.html [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb2/igt@i915_module_load@reload.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg2: NOTRUN -> [SKIP][60] ([i915#11681] / [i915#6621]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@i915_pm_rps@min-max-config-idle.html - shard-mtlp: NOTRUN -> [SKIP][61] ([i915#11681] / [i915#6621]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@min-max-config-loaded: - shard-dg1: NOTRUN -> [SKIP][62] ([i915#11681] / [i915#6621]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-18/igt@i915_pm_rps@min-max-config-loaded.html * igt@i915_pm_rps@reset: - shard-dg2: NOTRUN -> [FAIL][63] ([i915#12459]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@i915_pm_rps@reset.html - shard-dg1: NOTRUN -> [FAIL][64] ([i915#12459]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-17/igt@i915_pm_rps@reset.html * igt@i915_pm_rps@thresholds-idle: - shard-mtlp: NOTRUN -> [SKIP][65] ([i915#11681]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@i915_pm_rps@thresholds-idle.html * igt@i915_pm_rps@thresholds-park: - shard-dg1: NOTRUN -> [SKIP][66] ([i915#11681]) +1 other test skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@i915_pm_rps@thresholds-park.html * igt@kms_addfb_basic@addfb25-x-tiled-legacy: - shard-mtlp: NOTRUN -> [SKIP][67] ([i915#4212]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html - shard-dg2: NOTRUN -> [SKIP][68] ([i915#4212]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs: - shard-dg1: NOTRUN -> [SKIP][69] ([i915#8709]) +7 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-12/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#8709]) +11 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs.html * igt@kms_big_fb@4-tiled-64bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][71] ([i915#4538] / [i915#5286]) +2 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html * igt@kms_big_fb@4-tiled-addfb-size-overflow: - shard-dg1: NOTRUN -> [SKIP][72] ([i915#5286]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_big_fb@4-tiled-addfb-size-overflow.html * igt@kms_big_fb@x-tiled-64bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][73] ([i915#3638]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html * igt@kms_big_fb@x-tiled-64bpp-rotate-90: - shard-mtlp: NOTRUN -> [SKIP][74] +4 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][75] ([i915#5190] / [i915#9197]) +1 other test skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][76] ([i915#4538]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][77] ([i915#6095]) +77 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-15/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html * igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][78] ([i915#6095]) +19 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-edp-1.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][79] ([i915#6095]) +67 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs: - shard-dg1: NOTRUN -> [SKIP][80] ([i915#12313]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][81] ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-8/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-mtlp: NOTRUN -> [SKIP][82] ([i915#12313]) +1 other test skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][83] ([i915#10307] / [i915#6095]) +108 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-4/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-y-tiled-ccs: - shard-snb: NOTRUN -> [SKIP][84] +83 other tests skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb7/igt@kms_ccs@random-ccs-data-y-tiled-ccs.html * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: - shard-dg1: NOTRUN -> [SKIP][85] ([i915#7828]) +2 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe: - shard-mtlp: NOTRUN -> [SKIP][86] ([i915#7828]) +2 other tests skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-dg2: NOTRUN -> [SKIP][87] ([i915#7828]) +1 other test skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_content_protection@dp-mst-type-0: - shard-mtlp: NOTRUN -> [SKIP][88] ([i915#3299]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@type1: - shard-dg1: NOTRUN -> [SKIP][89] ([i915#7116] / [i915#9424]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_content_protection@type1.html - shard-mtlp: NOTRUN -> [SKIP][90] ([i915#3555] / [i915#6944] / [i915#9424]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent: - shard-mtlp: NOTRUN -> [SKIP][91] ([i915#6944] / [i915#9424]) +1 other test skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-32x10: - shard-mtlp: NOTRUN -> [SKIP][92] ([i915#3555] / [i915#8814]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-6/igt@kms_cursor_crc@cursor-offscreen-32x10.html * igt@kms_cursor_crc@cursor-random-256x256: - shard-dg2: [PASS][93] -> [SKIP][94] ([i915#9197]) +34 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_cursor_crc@cursor-random-256x256.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_cursor_crc@cursor-random-256x256.html * igt@kms_cursor_crc@cursor-rapid-movement-128x42: - shard-mtlp: NOTRUN -> [SKIP][95] ([i915#8814]) +1 other test skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html * igt@kms_cursor_crc@cursor-rapid-movement-512x170: - shard-dg1: NOTRUN -> [SKIP][96] ([i915#11453] / [i915#3359]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html - shard-mtlp: NOTRUN -> [SKIP][97] ([i915#11453] / [i915#3359]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-mtlp: NOTRUN -> [SKIP][98] ([i915#4213]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-dg1: NOTRUN -> [SKIP][99] ([i915#4103] / [i915#4213]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: - shard-mtlp: NOTRUN -> [SKIP][100] ([i915#9809]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html * igt@kms_dsc@dsc-fractional-bpp: - shard-mtlp: NOTRUN -> [SKIP][101] ([i915#3840] / [i915#9688]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_fb_coherency@memset-crc: - shard-dg2: NOTRUN -> [SKIP][102] [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_fb_coherency@memset-crc.html * igt@kms_feature_discovery@display-4x: - shard-mtlp: NOTRUN -> [SKIP][103] ([i915#1839]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_feature_discovery@display-4x.html * igt@kms_feature_discovery@psr1: - shard-dg2: NOTRUN -> [SKIP][104] ([i915#658]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-flip-vs-expired-vblank: - shard-mtlp: NOTRUN -> [SKIP][105] ([i915#3637]) +3 other tests skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_flip@2x-flip-vs-expired-vblank.html * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset: - shard-dg1: NOTRUN -> [SKIP][106] ([i915#9934]) +1 other test skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-18/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html * igt@kms_flip@blocking-wf_vblank: - shard-rkl: [PASS][107] -> [FAIL][108] ([i915#11961] / [i915#2122]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@kms_flip@blocking-wf_vblank.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@kms_flip@blocking-wf_vblank.html * igt@kms_flip@blocking-wf_vblank@a-hdmi-a2: - shard-rkl: NOTRUN -> [FAIL][109] ([i915#11961]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@kms_flip@blocking-wf_vblank@a-hdmi-a2.html * igt@kms_flip@blocking-wf_vblank@b-hdmi-a2: - shard-rkl: NOTRUN -> [FAIL][110] ([i915#12457]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@kms_flip@blocking-wf_vblank@b-hdmi-a2.html * igt@kms_flip@modeset-vs-vblank-race: - shard-dg2: [PASS][111] -> [SKIP][112] ([i915#5354]) +7 other tests skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_flip@modeset-vs-vblank-race.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_flip@modeset-vs-vblank-race.html * igt@kms_flip@plain-flip-fb-recreate: - shard-snb: [PASS][113] -> [FAIL][114] ([i915#2122]) +3 other tests fail [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb2/igt@kms_flip@plain-flip-fb-recreate.html [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb5/igt@kms_flip@plain-flip-fb-recreate.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling: - shard-dg1: NOTRUN -> [SKIP][115] ([i915#2672] / [i915#3555]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][116] ([i915#2587] / [i915#2672]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][117] ([i915#2672]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#3555] / [i915#5190]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling: - shard-dg2: NOTRUN -> [SKIP][119] ([i915#3555]) +1 other test skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html - shard-mtlp: NOTRUN -> [SKIP][120] ([i915#3555] / [i915#8813]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][121] ([i915#3555] / [i915#8810]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][122] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite: - shard-dg1: [PASS][123] -> [DMESG-WARN][124] ([i915#4423]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: - shard-dg1: NOTRUN -> [SKIP][125] +12 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move: - shard-mtlp: NOTRUN -> [SKIP][126] ([i915#1825]) +11 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#8708]) +1 other test skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][128] ([i915#5354]) +20 other tests skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][129] ([i915#8708]) +5 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render: - shard-dg1: NOTRUN -> [SKIP][130] ([i915#3458]) +5 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][131] ([i915#8708]) +1 other test skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg1: NOTRUN -> [SKIP][132] ([i915#3555] / [i915#8228]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_invalid_mode@uint-max-clock: - shard-dg2: [PASS][133] -> [SKIP][134] ([i915#3555]) +4 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_invalid_mode@uint-max-clock.html [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_invalid_mode@uint-max-clock.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-dg2: [PASS][135] -> [SKIP][136] ([i915#12388]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-10/igt@kms_joiner@invalid-modeset-force-big-joiner.html [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-5/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_plane_alpha_blend@coverage-7efc: - shard-dg2: NOTRUN -> [SKIP][137] ([i915#7294]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_alpha_blend@coverage-7efc.html * igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant: - shard-dg2: [PASS][138] -> [SKIP][139] ([i915#7294]) +1 other test skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant.html [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant.html * igt@kms_plane_scaling@intel-max-src-size: - shard-rkl: [PASS][140] -> [FAIL][141] ([i915#8292]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@kms_plane_scaling@intel-max-src-size.html [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [FAIL][142] ([i915#8292]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20: - shard-dg2: [PASS][143] -> [SKIP][144] ([i915#12247] / [i915#8152] / [i915#9423]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20.html [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b: - shard-dg2: [PASS][145] -> [SKIP][146] ([i915#12247]) +5 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b.html [146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-d: - shard-dg2: [PASS][147] -> [SKIP][148] ([i915#12247] / [i915#8152]) +1 other test skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-d.html [148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-d.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75: - shard-dg2: [PASS][149] -> [SKIP][150] ([i915#12247] / [i915#6953] / [i915#8152] / [i915#9423]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75: - shard-mtlp: NOTRUN -> [SKIP][151] ([i915#12247] / [i915#3555] / [i915#6953]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75.html - shard-dg2: NOTRUN -> [SKIP][152] ([i915#12247] / [i915#3555] / [i915#6953] / [i915#8152] / [i915#9423]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-c: - shard-dg2: NOTRUN -> [SKIP][153] ([i915#12247]) +2 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-c.html - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#12247]) +3 other tests skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-c.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-d: - shard-dg2: NOTRUN -> [SKIP][155] ([i915#12247] / [i915#8152]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-d.html * igt@kms_pm_backlight@bad-brightness: - shard-dg1: NOTRUN -> [SKIP][156] ([i915#5354]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_pm_backlight@bad-brightness.html * igt@kms_pm_dc@dc5-dpms-negative: - shard-mtlp: NOTRUN -> [SKIP][157] ([i915#9293]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_pm_dc@dc5-dpms-negative.html - shard-dg2: NOTRUN -> [SKIP][158] ([i915#9293]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_pm_dc@dc5-dpms-negative.html * igt@kms_pm_dc@dc5-psr: - shard-dg2: NOTRUN -> [SKIP][159] ([i915#9685]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-11/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-dpms: - shard-mtlp: NOTRUN -> [SKIP][160] ([i915#10139]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_lpsp@screens-disabled: - shard-dg1: NOTRUN -> [SKIP][161] ([i915#8430]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@cursor-dpms: - shard-dg2: [PASS][162] -> [SKIP][163] ([i915#1849]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_pm_rpm@cursor-dpms.html [163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_pm_rpm@cursor-dpms.html * igt@kms_pm_rpm@i2c: - shard-dg2: [PASS][164] -> [SKIP][165] [164]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_pm_rpm@i2c.html [165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_pm_rpm@i2c.html * igt@kms_pm_rpm@modeset-lpsp: - shard-rkl: [PASS][166] -> [SKIP][167] ([i915#9519]) +1 other test skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp.html [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_prime@d3hot: - shard-dg2: NOTRUN -> [SKIP][168] ([i915#6524] / [i915#6805]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-1/igt@kms_prime@d3hot.html * igt@kms_properties@plane-properties-atomic: - shard-dg2: [PASS][169] -> [SKIP][170] ([i915#11521]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_properties@plane-properties-atomic.html [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_properties@plane-properties-atomic.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: - shard-snb: NOTRUN -> [SKIP][171] ([i915#11520]) +1 other test skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb7/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf: - shard-glk: NOTRUN -> [SKIP][172] ([i915#11520]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk8/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area: - shard-mtlp: NOTRUN -> [SKIP][173] ([i915#12316]) +1 other test skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html - shard-dg2: NOTRUN -> [SKIP][174] ([i915#11520]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb: - shard-dg1: NOTRUN -> [SKIP][175] ([i915#11520]) +2 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr@fbc-psr2-primary-mmap-cpu: - shard-mtlp: NOTRUN -> [SKIP][176] ([i915#9688]) +12 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_psr@fbc-psr2-primary-mmap-cpu.html * igt@kms_psr@pr-no-drrs: - shard-glk: NOTRUN -> [SKIP][177] +7 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk8/igt@kms_psr@pr-no-drrs.html * igt@kms_psr@pr-suspend: - shard-dg2: NOTRUN -> [SKIP][178] ([i915#1072] / [i915#9732]) +4 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_psr@pr-suspend.html * igt@kms_psr@psr-suspend: - shard-dg1: NOTRUN -> [SKIP][179] ([i915#1072] / [i915#9732]) +6 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_psr@psr-suspend.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-dg1: NOTRUN -> [SKIP][180] ([i915#5289]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html - shard-mtlp: NOTRUN -> [SKIP][181] ([i915#5289]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-mtlp: NOTRUN -> [SKIP][182] ([i915#8623]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vrr@flip-dpms: - shard-dg1: NOTRUN -> [SKIP][183] ([i915#3555]) +1 other test skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_vrr@flip-dpms.html * igt@kms_writeback@writeback-invalid-parameters: - shard-mtlp: NOTRUN -> [SKIP][184] ([i915#2437]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_writeback@writeback-invalid-parameters.html - shard-dg2: NOTRUN -> [SKIP][185] ([i915#2437]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_writeback@writeback-invalid-parameters.html * igt@prime_vgem@basic-read: - shard-mtlp: NOTRUN -> [SKIP][186] ([i915#3708]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@prime_vgem@basic-read.html - shard-dg2: NOTRUN -> [SKIP][187] ([i915#3291] / [i915#3708]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@prime_vgem@basic-read.html * igt@prime_vgem@fence-read-hang: - shard-dg1: NOTRUN -> [SKIP][188] ([i915#3708]) +1 other test skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@prime_vgem@fence-read-hang.html #### Possible fixes #### * igt@fbdev@unaligned-read: - shard-dg2: [SKIP][189] ([i915#2582]) -> [PASS][190] [189]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@fbdev@unaligned-read.html [190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@fbdev@unaligned-read.html * igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0: - shard-dg2: [INCOMPLETE][191] ([i915#7297]) -> [PASS][192] [191]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html [192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html * igt@gem_ctx_engines@invalid-engines: - shard-glk: [FAIL][193] ([i915#12027] / [i915#12031]) -> [PASS][194] [193]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk6/igt@gem_ctx_engines@invalid-engines.html [194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk6/igt@gem_ctx_engines@invalid-engines.html * igt@gem_eio@kms: - shard-dg2: [FAIL][195] ([i915#5784]) -> [PASS][196] [195]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-8/igt@gem_eio@kms.html [196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-4/igt@gem_eio@kms.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-rkl: [FAIL][197] ([i915#2842]) -> [PASS][198] +1 other test pass [197]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-1/igt@gem_exec_fair@basic-pace-share@rcs0.html [198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_suspend@basic-s4-devices: - shard-dg1: [ABORT][199] ([i915#7975] / [i915#8213]) -> [PASS][200] +1 other test pass [199]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices.html [200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_exec_suspend@basic-s4-devices.html * igt@gem_ppgtt@blt-vs-render-ctxn: - shard-glk: ([DMESG-WARN][201], [PASS][202]) ([i915#118]) -> [PASS][203] [201]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk1/igt@gem_ppgtt@blt-vs-render-ctxn.html [202]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk9/igt@gem_ppgtt@blt-vs-render-ctxn.html [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk4/igt@gem_ppgtt@blt-vs-render-ctxn.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [ABORT][204] ([i915#10131] / [i915#10887] / [i915#9820]) -> [PASS][205] [204]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rc6_residency@rc6-idle: - shard-dg1: [FAIL][206] ([i915#3591]) -> [PASS][207] +1 other test pass [206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle.html [207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle.html * igt@i915_selftest@perf: - shard-snb: [ABORT][208] ([i915#12450]) -> [PASS][209] [208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb2/igt@i915_selftest@perf.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb5/igt@i915_selftest@perf.html * igt@i915_selftest@perf@engine_cs: - shard-snb: [ABORT][210] ([i915#11703]) -> [PASS][211] [210]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb2/igt@i915_selftest@perf@engine_cs.html [211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb5/igt@i915_selftest@perf@engine_cs.html * igt@kms_atomic_transition@modeset-transition-fencing: - shard-glk: ([FAIL][212], [PASS][213]) ([i915#12238]) -> [PASS][214] [212]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk8/igt@kms_atomic_transition@modeset-transition-fencing.html [213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk9/igt@kms_atomic_transition@modeset-transition-fencing.html [214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk1/igt@kms_atomic_transition@modeset-transition-fencing.html * igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs: - shard-glk: ([PASS][215], [FAIL][216]) ([i915#11859]) -> [PASS][217] [215]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk9/igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs.html [216]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk8/igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs.html [217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk1/igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs.html * igt@kms_atomic_transition@plane-all-modeset-transition: - shard-dg1: [FAIL][218] ([i915#5956]) -> [PASS][219] [218]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-12/igt@kms_atomic_transition@plane-all-modeset-transition.html [219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-15/igt@kms_atomic_transition@plane-all-modeset-transition.html * igt@kms_color@ctm-negative: - shard-dg2: [SKIP][220] ([i915#5354]) -> [PASS][221] +3 other tests pass [220]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_color@ctm-negative.html [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_color@ctm-negative.html * igt@kms_cursor_crc@cursor-suspend: - shard-mtlp: [INCOMPLETE][222] ([i915#12358]) -> [PASS][223] +1 other test pass [222]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-1/igt@kms_cursor_crc@cursor-suspend.html [223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-6/igt@kms_cursor_crc@cursor-suspend.html * igt@kms_cursor_edge_walk@256x256-right-edge: - shard-dg2: [SKIP][224] ([i915#9197]) -> [PASS][225] +10 other tests pass [224]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_cursor_edge_walk@256x256-right-edge.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_cursor_edge_walk@256x256-right-edge.html * igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic: - shard-dg1: [DMESG-WARN][226] ([i915#4423]) -> [PASS][227] +1 other test pass [226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-16/igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic.html [227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-dg2: [SKIP][228] ([i915#12402]) -> [PASS][229] [228]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-11/igt@kms_dp_linktrain_fallback@dp-fallback.html [229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_flip@2x-plain-flip-fb-recreate: - shard-glk: ([PASS][230], [FAIL][231]) ([i915#2122]) -> [PASS][232] +2 other tests pass [230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk8/igt@kms_flip@2x-plain-flip-fb-recreate.html [231]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk5/igt@kms_flip@2x-plain-flip-fb-recreate.html [232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk1/igt@kms_flip@2x-plain-flip-fb-recreate.html * igt@kms_flip@plain-flip-ts-check-interruptible: - shard-snb: [INCOMPLETE][233] -> [PASS][234] +1 other test pass [233]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb4/igt@kms_flip@plain-flip-ts-check-interruptible.html [234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb7/igt@kms_flip@plain-flip-ts-check-interruptible.html * igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a1: - shard-tglu: [FAIL][235] ([i915#12431]) -> [PASS][236] [235]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-tglu-2/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a1.html [236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-tglu-8/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a1.html * igt@kms_flip@plain-flip-ts-check-interruptible@a-vga1: - shard-snb: [FAIL][237] ([i915#10826]) -> [PASS][238] [237]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb4/igt@kms_flip@plain-flip-ts-check-interruptible@a-vga1.html [238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb7/igt@kms_flip@plain-flip-ts-check-interruptible@a-vga1.html * igt@kms_flip@plain-flip-ts-check-interruptible@b-vga1: - shard-snb: [FAIL][239] ([i915#2122]) -> [PASS][240] +1 other test pass [239]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb4/igt@kms_flip@plain-flip-ts-check-interruptible@b-vga1.html [240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb7/igt@kms_flip@plain-flip-ts-check-interruptible@b-vga1.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling: - shard-dg2: [SKIP][241] ([i915#3555]) -> [PASS][242] [241]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html [242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt: - shard-snb: [SKIP][243] -> [PASS][244] +2 other tests pass [243]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt.html [244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt.html * igt@kms_plane@planar-pixel-format-settings: - shard-dg2: [SKIP][245] ([i915#9581]) -> [PASS][246] [245]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_plane@planar-pixel-format-settings.html [246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane@planar-pixel-format-settings.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b: - shard-dg2: [INCOMPLETE][247] -> [PASS][248] +1 other test pass [247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-4/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html [248]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation: - shard-dg2: [SKIP][249] ([i915#12247] / [i915#8152] / [i915#9423]) -> [PASS][250] [249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation.html [250]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d: - shard-dg2: [SKIP][251] ([i915#12247] / [i915#8152]) -> [PASS][252] +1 other test pass [251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d.html [252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5: - shard-dg2: [SKIP][253] ([i915#6953] / [i915#8152] / [i915#9423]) -> [PASS][254] [253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html [254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b: - shard-dg2: [SKIP][255] ([i915#12247]) -> [PASS][256] +5 other tests pass [255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html [256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-dg2: [SKIP][257] ([i915#9519]) -> [PASS][258] +1 other test pass [257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@kms_pm_rpm@modeset-lpsp-stress.html [258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-rkl: [SKIP][259] ([i915#9519]) -> [PASS][260] [259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp.html [260]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_sysfs_edid_timing: - shard-dg2: [FAIL][261] ([IGT#2]) -> [PASS][262] [261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@kms_sysfs_edid_timing.html [262]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@kms_sysfs_edid_timing.html * igt@kms_vrr@negative-basic: - shard-mtlp: [FAIL][263] ([i915#10393]) -> [PASS][264] +1 other test pass [263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-1/igt@kms_vrr@negative-basic.html [264]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-1/igt@kms_vrr@negative-basic.html * igt@perf_pmu@most-busy-idle-check-all: - shard-rkl: [FAIL][265] ([i915#4349]) -> [PASS][266] +1 other test pass [265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-5/igt@perf_pmu@most-busy-idle-check-all.html [266]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-1/igt@perf_pmu@most-busy-idle-check-all.html #### Warnings #### * igt@i915_module_load@reload-with-fault-injection: - shard-tglu: [ABORT][267] ([i915#9820]) -> [ABORT][268] ([i915#10887] / [i915#9820]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-tglu-4/igt@i915_module_load@reload-with-fault-injection.html [268]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-tglu-6/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-dg2: [SKIP][269] ([i915#9197]) -> [SKIP][270] ([i915#7091]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html [270]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@i915_suspend@basic-s3-without-i915: - shard-mtlp: [INCOMPLETE][271] -> [SKIP][272] ([i915#6645]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-7/igt@i915_suspend@basic-s3-without-i915.html [272]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-dg2: [SKIP][273] ([i915#5190]) -> [SKIP][274] ([i915#4212] / [i915#5190]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-4/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html [274]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html - shard-mtlp: [SKIP][275] ([i915#5190]) -> [SKIP][276] ([i915#4212] / [i915#5190]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html [276]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-6/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-dg2: [SKIP][277] ([i915#4215] / [i915#5190]) -> [SKIP][278] ([i915#4212] / [i915#4215] / [i915#5190]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@kms_addfb_basic@basic-y-tiled-legacy.html [278]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@kms_addfb_basic@basic-y-tiled-legacy.html - shard-dg1: [SKIP][279] ([i915#4215]) -> [SKIP][280] ([i915#4212] / [i915#4215]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@kms_addfb_basic@basic-y-tiled-legacy.html [280]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-dg2: [SKIP][281] -> [SKIP][282] ([i915#9197]) +3 other tests skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html [282]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-0: - shard-dg2: [SKIP][283] ([i915#4538] / [i915#5190]) -> [SKIP][284] ([i915#5190] / [i915#9197]) +7 other tests skip [283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html [284]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-dg2: [SKIP][285] ([i915#5190] / [i915#9197]) -> [SKIP][286] ([i915#4538] / [i915#5190]) +1 other test skip [285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html [286]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs: - shard-dg2: [SKIP][287] ([i915#12313]) -> [SKIP][288] ([i915#9197]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html [288]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs: - shard-dg2: [SKIP][289] ([i915#10307] / [i915#6095]) -> [SKIP][290] ([i915#9197]) +8 other tests skip [289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs.html [290]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc: - shard-dg2: [SKIP][291] ([i915#9197]) -> [SKIP][292] ([i915#10307] / [i915#6095]) +3 other tests skip [291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc.html [292]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc.html * igt@kms_color@deep-color: - shard-dg2: [SKIP][293] ([i915#3555]) -> [SKIP][294] ([i915#5354]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_color@deep-color.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_color@deep-color.html * igt@kms_content_protection@content-type-change: - shard-dg2: [SKIP][295] ([i915#9424]) -> [SKIP][296] ([i915#9197]) +1 other test skip [295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_content_protection@content-type-change.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg2: [SKIP][297] ([i915#3299]) -> [SKIP][298] ([i915#9197]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_content_protection@dp-mst-lic-type-0.html [298]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@legacy: - shard-dg2: [SKIP][299] ([i915#7118] / [i915#9424]) -> [SKIP][300] ([i915#9197]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_content_protection@legacy.html [300]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_content_protection@legacy.html * igt@kms_content_protection@type1: - shard-dg2: [SKIP][301] ([i915#7118] / [i915#7162] / [i915#9424]) -> [SKIP][302] ([i915#7118] / [i915#9424]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-10/igt@kms_content_protection@type1.html [302]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-5/igt@kms_content_protection@type1.html - shard-snb: [SKIP][303] -> [INCOMPLETE][304] ([i915#8816]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb2/igt@kms_content_protection@type1.html [304]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb5/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg2: [SKIP][305] ([i915#9197]) -> [SKIP][306] ([i915#11453] / [i915#3359]) +1 other test skip [305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_cursor_crc@cursor-offscreen-512x512.html [306]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-tglu: [SKIP][307] ([i915#11453]) -> [SKIP][308] ([i915#11453] / [i915#3359]) +9 other tests skip [307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-tglu-4/igt@kms_cursor_crc@cursor-onscreen-512x512.html [308]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-tglu-10/igt@kms_cursor_crc@cursor-onscreen-512x512.html - shard-mtlp: [SKIP][309] ([i915#11453]) -> [SKIP][310] ([i915#11453] / [i915#3359]) +8 other tests skip [309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-3/igt@kms_cursor_crc@cursor-onscreen-512x512.html [310]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-dg2: [SKIP][311] ([i915#11453]) -> [SKIP][312] ([i915#11453] / [i915#3359]) +5 other tests skip [311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-4/igt@kms_cursor_crc@cursor-random-512x170.html [312]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-8/igt@kms_cursor_crc@cursor-random-512x170.html - shard-rkl: [SKIP][313] ([i915#11453]) -> [SKIP][314] ([i915#11453] / [i915#3359]) +8 other tests skip [313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-1/igt@kms_cursor_crc@cursor-random-512x170.html [314]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@kms_cursor_crc@cursor-random-512x170.html - shard-dg1: [SKIP][315] ([i915#11453]) -> [SKIP][316] ([i915#11453] / [i915#3359]) +7 other tests skip [315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-12/igt@kms_cursor_crc@cursor-random-512x170.html [316]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-12/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-random-max-size: - shard-dg2: [SKIP][317] ([i915#3555]) -> [SKIP][318] ([i915#9197]) +2 other tests skip [317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_cursor_crc@cursor-random-max-size.html [318]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_cursor_crc@cursor-random-max-size.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-dg2: [SKIP][319] ([i915#11453]) -> [SKIP][320] ([i915#9197]) [319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_cursor_crc@cursor-sliding-512x512.html [320]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2: [SKIP][321] ([i915#4103] / [i915#4213]) -> [SKIP][322] ([i915#9197]) +1 other test skip [321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html [322]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size: - shard-dg2: [SKIP][323] ([i915#9197]) -> [SKIP][324] ([i915#5354]) [323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html [324]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy: - shard-dg2: [SKIP][325] ([i915#5354]) -> [SKIP][326] ([i915#9197]) +1 other test skip [325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html [326]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html * igt@kms_draw_crc@draw-method-mmap-gtt: - shard-dg2: [SKIP][327] ([i915#9197]) -> [SKIP][328] ([i915#8812]) [327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_draw_crc@draw-method-mmap-gtt.html [328]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_draw_crc@draw-method-mmap-gtt.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg2: [SKIP][329] ([i915#3840] / [i915#9053]) -> [SKIP][330] ([i915#9197]) [329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_dsc@dsc-with-output-formats-with-bpc.html [330]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_fence_pin_leak: - shard-dg2: [SKIP][331] ([i915#9197]) -> [SKIP][332] ([i915#4881]) [331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_fence_pin_leak.html [332]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_fence_pin_leak.html * igt@kms_flip@2x-modeset-vs-vblank-race: - shard-dg2: [SKIP][333] -> [SKIP][334] ([i915#5354]) +32 other tests skip [333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-8/igt@kms_flip@2x-modeset-vs-vblank-race.html [334]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-4/igt@kms_flip@2x-modeset-vs-vblank-race.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling: - shard-dg2: [SKIP][335] ([i915#2672] / [i915#3555]) -> [SKIP][336] ([i915#3555]) [335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html [336]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: - shard-dg2: [SKIP][337] ([i915#3555] / [i915#5190]) -> [SKIP][338] ([i915#2672] / [i915#3555] / [i915#5190]) [337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html [338]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg1: [INCOMPLETE][339] ([i915#2295]) -> [SKIP][340] ([i915#8708]) [339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc.html [340]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-render: - shard-dg2: [SKIP][341] ([i915#5354]) -> [SKIP][342] ([i915#3458]) +3 other tests skip [341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-render.html [342]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt: - shard-dg2: [SKIP][343] ([i915#3458]) -> [SKIP][344] ([i915#10433] / [i915#3458]) +2 other tests skip [343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html [344]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2: [SKIP][345] ([i915#8708]) -> [SKIP][346] ([i915#5354]) +14 other tests skip [345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html [346]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move: - shard-dg2: [SKIP][347] ([i915#10433] / [i915#3458]) -> [SKIP][348] ([i915#3458]) +3 other tests skip [347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html [348]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu: - shard-dg2: [SKIP][349] ([i915#3458]) -> [SKIP][350] ([i915#5354]) +8 other tests skip [349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu.html [350]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2: [SKIP][351] ([i915#5354]) -> [SKIP][352] ([i915#8708]) +1 other test skip [351]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html [352]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt: - shard-glk: [INCOMPLETE][353] ([i915#2295]) -> [SKIP][354] [353]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt.html [354]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu: - shard-dg1: [SKIP][355] -> [SKIP][356] ([i915#4423]) [355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html [356]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_hdr@static-toggle-dpms: - shard-dg2: [SKIP][357] ([i915#9197]) -> [SKIP][358] ([i915#3555] / [i915#8228]) [357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_hdr@static-toggle-dpms.html [358]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_hdr@static-toggle-dpms.html * igt@kms_hdr@static-toggle-suspend: - shard-dg2: [SKIP][359] ([i915#3555] / [i915#8228]) -> [SKIP][360] ([i915#9197]) [359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_hdr@static-toggle-suspend.html [360]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_hdr@static-toggle-suspend.html * igt@kms_joiner@basic-force-big-joiner: - shard-dg1: [SKIP][361] ([i915#12388]) -> [SKIP][362] ([i915#12388] / [i915#4423]) [361]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@kms_joiner@basic-force-big-joiner.html [362]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@kms_joiner@basic-force-big-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][363] ([i915#4816]) -> [SKIP][364] ([i915#4070] / [i915#4816]) [363]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [364]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane_multiple@tiling-y: - shard-dg2: [SKIP][365] ([i915#8806]) -> [SKIP][366] ([i915#9197]) [365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_multiple@tiling-y.html [366]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_multiple@tiling-y.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-dg2: [SKIP][367] ([i915#5354] / [i915#9423]) -> [SKIP][368] ([i915#5354] / [i915#8152] / [i915#9423]) [367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@2x-scaler-multi-pipe.html [368]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation: - shard-dg2: [SKIP][369] ([i915#12247] / [i915#9423]) -> [SKIP][370] ([i915#12247] / [i915#8152] / [i915#9423]) +1 other test skip [369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html [370]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d: - shard-dg2: [SKIP][371] ([i915#12247]) -> [SKIP][372] ([i915#12247] / [i915#8152]) +2 other tests skip [371]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d.html [372]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25: - shard-dg2: [SKIP][373] ([i915#12247] / [i915#6953] / [i915#9423]) -> [SKIP][374] ([i915#12247] / [i915#6953] / [i915#8152] / [i915#9423]) [373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html [374]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html * igt@kms_pm_dc@dc6-dpms: - shard-rkl: [FAIL][375] ([i915#9295]) -> [SKIP][376] ([i915#3361]) [375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-5/igt@kms_pm_dc@dc6-dpms.html [376]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-4/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-rkl: [SKIP][377] ([i915#3828]) -> [SKIP][378] ([i915#9340]) [377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@kms_pm_lpsp@kms-lpsp.html [378]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_psr@fbc-psr2-basic: - shard-dg1: [SKIP][379] ([i915#1072] / [i915#9732]) -> [SKIP][380] ([i915#1072] / [i915#4423] / [i915#9732]) [379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@kms_psr@fbc-psr2-basic.html [380]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@kms_psr@fbc-psr2-basic.html * igt@kms_psr@pr-sprite-plane-move: - shard-dg1: [SKIP][381] ([i915#1072] / [i915#4423] / [i915#9732]) -> [SKIP][382] ([i915#1072] / [i915#9732]) [381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-17/igt@kms_psr@pr-sprite-plane-move.html [382]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@kms_psr@pr-sprite-plane-move.html * igt@kms_rotation_crc@bad-pixel-format: - shard-mtlp: [SKIP][383] ([i915#11131]) -> [SKIP][384] ([i915#11131] / [i915#4235]) +9 other tests skip [383]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-5/igt@kms_rotation_crc@bad-pixel-format.html [384]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_rotation_crc@bad-pixel-format.html * igt@kms_rotation_crc@bad-tiling: - shard-dg2: [SKIP][385] ([i915#11131]) -> [SKIP][386] ([i915#11131] / [i915#4235]) +3 other tests skip [385]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-8/igt@kms_rotation_crc@bad-tiling.html [386]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-1/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@exhaust-fences: - shard-dg2: [SKIP][387] ([i915#4235]) -> [SKIP][388] ([i915#9197]) [387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_rotation_crc@exhaust-fences.html [388]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-rotation-270: - shard-dg2: [SKIP][389] ([i915#11131]) -> [SKIP][390] ([i915#9197]) [389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_rotation_crc@primary-rotation-270.html [390]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-dg2: [SKIP][391] ([i915#5190] / [i915#9197]) -> [SKIP][392] ([i915#5190]) [391]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html [392]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2: [SKIP][393] ([i915#11131] / [i915#5190]) -> [SKIP][394] ([i915#11131] / [i915#4235] / [i915#5190]) +1 other test skip [393]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html [394]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-dg2: [SKIP][395] ([i915#11131] / [i915#5190]) -> [SKIP][396] ([i915#5190] / [i915#9197]) [395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html [396]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-dg2: [SKIP][397] ([i915#9197]) -> [SKIP][398] ([i915#11131] / [i915#4235]) [397]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_rotation_crc@sprite-rotation-90.html [398]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_tiled_display@basic-test-pattern: - shard-glk: ([FAIL][399], [FAIL][400]) ([i915#10959]) -> [SKIP][401] [399]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk1/igt@kms_tiled_display@basic-test-pattern.html [400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk2/igt@kms_tiled_display@basic-test-pattern.html [401]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk8/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_vrr@flipline: - shard-dg2: [SKIP][402] ([i915#9197]) -> [SKIP][403] ([i915#3555]) [402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_vrr@flipline.html [403]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_vrr@flipline.html * igt@kms_vrr@max-min: - shard-dg2: [SKIP][404] ([i915#9906]) -> [SKIP][405] ([i915#9197]) [404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_vrr@max-min.html [405]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_vrr@max-min.html * igt@kms_vrr@negative-basic: - shard-dg2: [SKIP][406] ([i915#3555] / [i915#9906]) -> [SKIP][407] ([i915#9197]) [406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_vrr@negative-basic.html [407]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_vrr@negative-basic.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [FAIL][408] ([i915#9100]) -> [FAIL][409] ([i915#7484]) +1 other test fail [408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@perf@non-zero-reason@0-rcs0.html [409]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@perf@non-zero-reason@0-rcs0.html * igt@prime_vgem@basic-fence-flip: - shard-dg2: [SKIP][410] ([i915#3708]) -> [SKIP][411] ([i915#3708] / [i915#9197]) [410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@prime_vgem@basic-fence-flip.html [411]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@prime_vgem@basic-fence-flip.html [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [i915#10131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131 [i915#10139]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10139 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10393]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10393 [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#10826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826 [i915#10887]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10887 [i915#10959]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10959 [i915#11131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131 [i915#11441]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11441 [i915#11453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#11521]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11521 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#11703]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11703 [i915#118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118 [i915#11859]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11859 [i915#11961]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11961 [i915#12027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12027 [i915#12031]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12031 [i915#12238]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12238 [i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247 [i915#12296]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12296 [i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313 [i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316 [i915#12358]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12358 [i915#12388]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388 [i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392 [i915#12402]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12402 [i915#12431]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12431 [i915#12450]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12450 [i915#12457]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12457 [i915#12459]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12459 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849 [i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122 [i915#2295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2295 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#4070]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215 [i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349 [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423 [i915#4473]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4473 [i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881 [i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885 [i915#5107]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5107 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#5784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784 [i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#6645]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6645 [i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953 [i915#7091]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7091 [i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7162 [i915#7294]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7294 [i915#7297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7297 [i915#7484]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7484 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975 [i915#8152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152 [i915#8213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8292]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8292 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709 [i915#8806]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8806 [i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810 [i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812 [i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813 [i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814 [i915#8816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8816 [i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053 [i915#9100]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100 [i915#9197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197 [i915#9293]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9293 [i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295 [i915#9323]: https://gitlab.freedesktop.or == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/index.html [-- Attachment #2: Type: text/html, Size: 127026 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ✗ Fi.CI.IGT: failure for drm/i915/psr: vbt.psr.enable is only for eDP panels 2024-10-21 10:50 ` ✗ Fi.CI.IGT: failure for " Patchwork @ 2024-10-23 6:36 ` Hogander, Jouni 0 siblings, 0 replies; 6+ messages in thread From: Hogander, Jouni @ 2024-10-23 6:36 UTC (permalink / raw) To: intel-gfx@lists.freedesktop.org; +Cc: I915-ci-infra@lists.freedesktop.org [-- Attachment #1: Type: text/plain, Size: 108440 bytes --] Hello All, Possible regressions reported by CI are not related to my patch. Please check inline comment below for more details. BR, Jouni Högander On Mon, 2024-10-21 at 10:50 +0000, Patchwork wrote: Patch Details Series: drm/i915/psr: vbt.psr.enable is only for eDP panels URL: https://patchwork.freedesktop.org/series/140233/ State: failure Details: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/index.html CI Bug Log - changes from CI_DRM_15569_full -> Patchwork_140233v1_full Summary FAILURE Serious unknown changes coming with Patchwork_140233v1_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_140233v1_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (8 -> 7) Missing (1): shard-glk-0 Possible new issues Here are the unknown changes that may have been introduced in Patchwork_140233v1_full: IGT changes Possible regressions * igt@kms_flip@2x-dpms-vs-vblank-race-interruptible: * shard-glk: (PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk8/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk9/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk1/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html> +1 other test fail Similar failures already seen earlier: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15581/shard-glk7/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html * igt@kms_flip@dpms-vs-vblank-race-interruptible@a-hdmi-a3: * shard-dg1: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-12/igt@kms_flip@dpms-vs-vblank-race-interruptible@a-hdmi-a3.html> +1 other test incomplete Similar failures already seen earlier: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15564/shard-dg1-13/igt@kms_flip@dpms-vs-vblank-race-interruptible@a-hdmi-a3.html Warnings * igt@i915_module_load@reload-with-fault-injection: * shard-dg2: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html> ([i915#9820]) -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html> Similar failure already seen earlier: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15570/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html Known issues Here are the changes found in Patchwork_140233v1_full that come from known issues: IGT changes Issues hit * igt@api_intel_bb@blit-reloc-purge-cache: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@api_intel_bb@blit-reloc-purge-cache.html> (i915#8411<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411>) * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@api_intel_bb@blit-reloc-purge-cache.html> (i915#8411<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411>) * igt@drm_fdinfo@busy@ccs0: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@drm_fdinfo@busy@ccs0.html> (i915#8414<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414>) +7 other tests skip * igt@drm_fdinfo@busy@vcs0: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@drm_fdinfo@busy@vcs0.html> (i915#8414<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414>) +6 other tests skip * igt@drm_read@short-buffer-nonblock: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@drm_read@short-buffer-nonblock.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +23 other tests skip * igt@gem_ccs@ctrl-surf-copy: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_ccs@ctrl-surf-copy.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#9323<https://gitlab.freedesktop.or>) * igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-lmem0-lmem0: * shard-dg2: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-lmem0-lmem0.html> (i915#12392<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392> / i915#7297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7297>) * igt@gem_create@create-ext-cpu-access-sanity-check: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@gem_create@create-ext-cpu-access-sanity-check.html> (i915#6335<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335>) * igt@gem_ctx_engines@invalid-engines: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-2/igt@gem_ctx_engines@invalid-engines.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@gem_ctx_engines@invalid-engines.html> (i915#12027<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12027> / i915#12031<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12031>) * igt@gem_ctx_sseu@engines: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_ctx_sseu@engines.html> (i915#280<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>) * igt@gem_exec_fair@basic-deadline: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@gem_exec_fair@basic-deadline.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@gem_exec_fair@basic-deadline.html> (i915#2846<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2846>) * igt@gem_exec_fair@basic-none: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_exec_fair@basic-none.html> (i915#4473<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4473> / i915#4771<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771>) +1 other test skip * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_exec_fair@basic-none.html> (i915#3539<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539> / i915#4852<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852>) * igt@gem_exec_fair@basic-none-solo: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_exec_fair@basic-none-solo.html> (i915#3539<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539> / i915#4852<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852>) * igt@gem_exec_fair@basic-pace@bcs0: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-7/igt@gem_exec_fair@basic-pace@bcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-7/igt@gem_exec_fair@basic-pace@bcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) * igt@gem_exec_flush@basic-uc-prw-default: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_exec_flush@basic-uc-prw-default.html> (i915#3539<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539>) * igt@gem_exec_params@rsvd2-dirt: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_exec_params@rsvd2-dirt.html> (i915#5107<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5107>) * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_exec_params@rsvd2-dirt.html> (i915#5107<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5107>) * igt@gem_exec_reloc@basic-cpu-gtt-noreloc: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +1 other test skip * igt@gem_exec_reloc@basic-gtt-wc-active: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_exec_reloc@basic-gtt-wc-active.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +5 other tests skip * igt@gem_exec_reloc@basic-wc-gtt-noreloc: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_exec_reloc@basic-wc-gtt-noreloc.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +5 other tests skip * igt@gem_exec_schedule@pi-ringfull@ccs0: * shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_exec_schedule@pi-ringfull@ccs0.html> (i915#12296<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12296>) +7 other tests fail * shard-mtlp: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_exec_schedule@pi-ringfull@ccs0.html> (i915#12296<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12296>) +6 other tests fail * igt@gem_exec_schedule@preempt-queue: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_exec_schedule@preempt-queue.html> (i915#4537<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537> / i915#4812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_exec_schedule@preempt-queue.html> (i915#4537<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537> / i915#4812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) * igt@gem_exec_schedule@semaphore-power: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_exec_schedule@semaphore-power.html> (i915#4812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) +1 other test skip * igt@gem_exec_suspend@basic-s0: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-4/igt@gem_exec_suspend@basic-s0.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-6/igt@gem_exec_suspend@basic-s0.html> (i915#11441<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11441>) +1 other test incomplete * igt@gem_fence_thrash@bo-copy: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_fence_thrash@bo-copy.html> (i915#4860<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>) +1 other test skip * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_fence_thrash@bo-copy.html> (i915#4860<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>) * igt@gem_lmem_swapping@parallel-random-verify-ccs: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_lmem_swapping@parallel-random-verify-ccs.html> (i915#4613<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) * igt@gem_mmap@bad-offset: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@gem_mmap@bad-offset.html> (i915#4083<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) * igt@gem_mmap_gtt@basic-small-copy: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@gem_mmap_gtt@basic-small-copy.html> (i915#4077<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) * igt@gem_mmap_gtt@cpuset-big-copy: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-18/igt@gem_mmap_gtt@cpuset-big-copy.html> (i915#4077<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) +1 other test skip * igt@gem_mmap_wc@close: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-18/igt@gem_mmap_wc@close.html> (i915#4083<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) +1 other test skip * igt@gem_pwrite@basic-exhaustion: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_pwrite@basic-exhaustion.html> (i915#3282<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) +1 other test skip * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_pwrite@basic-exhaustion.html> (i915#3282<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) +1 other test skip * igt@gem_pxp@create-protected-buffer: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-1/igt@gem_pxp@create-protected-buffer.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) * igt@gem_pxp@regular-baseline-src-copy-readible: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_pxp@regular-baseline-src-copy-readible.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) * igt@gem_pxp@verify-pxp-stale-buf-optout-execution: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) * igt@gem_readwrite@beyond-eob: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_readwrite@beyond-eob.html> (i915#3282<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) +1 other test skip * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html> (i915#8428<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428>) +1 other test skip * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / i915#8428<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428>) * igt@gem_set_tiling_vs_gtt: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-12/igt@gem_set_tiling_vs_gtt.html> (i915#4079<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>) * igt@gem_softpin@evict-snoop-interruptible: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_softpin@evict-snoop-interruptible.html> (i915#4885<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885>) * igt@gen9_exec_parse@basic-rejected: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gen9_exec_parse@basic-rejected.html> (i915#2527<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>) * igt@gen9_exec_parse@batch-invalid-length: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gen9_exec_parse@batch-invalid-length.html> (i915#2856<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) * igt@gen9_exec_parse@secure-batches: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@gen9_exec_parse@secure-batches.html> (i915#2856<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) +1 other test skip * igt@i915_module_load@reload: * shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb2/igt@i915_module_load@reload.html> -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb2/igt@i915_module_load@reload.html> (i915#12450<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12450>) * igt@i915_pm_rps@min-max-config-idle: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@i915_pm_rps@min-max-config-idle.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681> / i915#6621<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621>) * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@i915_pm_rps@min-max-config-idle.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681> / i915#6621<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621>) * igt@i915_pm_rps@min-max-config-loaded: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-18/igt@i915_pm_rps@min-max-config-loaded.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681> / i915#6621<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621>) * igt@i915_pm_rps@reset: * shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@i915_pm_rps@reset.html> (i915#12459<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12459>) * shard-dg1: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-17/igt@i915_pm_rps@reset.html> (i915#12459<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12459>) * igt@i915_pm_rps@thresholds-idle: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@i915_pm_rps@thresholds-idle.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681>) * igt@i915_pm_rps@thresholds-park: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@i915_pm_rps@thresholds-park.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681>) +1 other test skip * igt@kms_addfb_basic@addfb25-x-tiled-legacy: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212>) * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212>) * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-12/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs.html> (i915#8709<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709>) +7 other tests skip * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs.html> (i915#8709<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709>) +11 other tests skip * igt@kms_big_fb@4-tiled-64bpp-rotate-180: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html> (i915#4538<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538> / i915#5286<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) +2 other tests skip * igt@kms_big_fb@4-tiled-addfb-size-overflow: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_big_fb@4-tiled-addfb-size-overflow.html> (i915#5286<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) * igt@kms_big_fb@x-tiled-64bpp-rotate-270: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html> (i915#3638<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638>) * igt@kms_big_fb@x-tiled-64bpp-rotate-90: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html> +4 other tests skip * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +1 other test skip * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html> (i915#4538<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538>) * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-15/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +77 other tests skip * igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-edp-1: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-edp-1.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +19 other tests skip * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +67 other tests skip * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html> (i915#12313<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>) * igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-1: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-8/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-1.html> (i915#10307<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> / i915#10434<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434> / i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +2 other tests skip * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html> (i915#12313<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>) +1 other test skip * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-4/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1.html> (i915#10307<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> / i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +108 other tests skip * igt@kms_ccs@random-ccs-data-y-tiled-ccs: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb7/igt@kms_ccs@random-ccs-data-y-tiled-ccs.html> +83 other tests skip * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html> (i915#7828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +2 other tests skip * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html> (i915#7828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +2 other tests skip * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html> (i915#7828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +1 other test skip * igt@kms_content_protection@dp-mst-type-0: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_content_protection@dp-mst-type-0.html> (i915#3299<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299>) * igt@kms_content_protection@type1: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_content_protection@type1.html> (i915#7116<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116> / [i915#9424]) * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_content_protection@type1.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#6944<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> / [i915#9424]) * igt@kms_content_protection@uevent: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_content_protection@uevent.html> (i915#6944<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> / [i915#9424]) +1 other test skip * igt@kms_cursor_crc@cursor-offscreen-32x10: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-6/igt@kms_cursor_crc@cursor-offscreen-32x10.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8814<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814>) * igt@kms_cursor_crc@cursor-random-256x256: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_cursor_crc@cursor-random-256x256.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_cursor_crc@cursor-random-256x256.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +34 other tests skip * igt@kms_cursor_crc@cursor-rapid-movement-128x42: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html> (i915#8814<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814>) +1 other test skip * igt@kms_cursor_crc@cursor-rapid-movement-512x170: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html> (i915#4213<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213>) * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html> (i915#4103<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103> / i915#4213<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213>) * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html> ([i915#9809]) * igt@kms_dsc@dsc-fractional-bpp: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_dsc@dsc-fractional-bpp.html> (i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840> / [i915#9688]) * igt@kms_fb_coherency@memset-crc: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_fb_coherency@memset-crc.html> * igt@kms_feature_discovery@display-4x: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_feature_discovery@display-4x.html> (i915#1839<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839>) * igt@kms_feature_discovery@psr1: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_feature_discovery@psr1.html> (i915#658<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658>) * igt@kms_flip@2x-flip-vs-expired-vblank: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_flip@2x-flip-vs-expired-vblank.html> (i915#3637<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>) +3 other tests skip * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-18/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html> ([i915#9934]) +1 other test skip * igt@kms_flip@blocking-wf_vblank: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@kms_flip@blocking-wf_vblank.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@kms_flip@blocking-wf_vblank.html> (i915#11961<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11961> / i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) * igt@kms_flip@blocking-wf_vblank@a-hdmi-a2: * shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@kms_flip@blocking-wf_vblank@a-hdmi-a2.html> (i915#11961<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11961>) * igt@kms_flip@blocking-wf_vblank@b-hdmi-a2: * shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@kms_flip@blocking-wf_vblank@b-hdmi-a2.html> (i915#12457<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12457>) * igt@kms_flip@modeset-vs-vblank-race: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_flip@modeset-vs-vblank-race.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_flip@modeset-vs-vblank-race.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) +7 other tests skip * igt@kms_flip@plain-flip-fb-recreate: * shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb2/igt@kms_flip@plain-flip-fb-recreate.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb5/igt@kms_flip@plain-flip-fb-recreate.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +3 other tests fail * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html> (i915#2587<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +1 other test skip * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8813<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813>) * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8810<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810>) * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-default-mode: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-default-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8813<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813>) +1 other test skip * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite: * shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite.html> (i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html> +12 other tests skip * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html> (i915#1825<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825>) +11 other tests skip * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-wc: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-wc.html> (i915#8708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) +1 other test skip * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) +20 other tests skip * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html> (i915#8708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) +5 other tests skip * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +5 other tests skip * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt.html> (i915#8708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) +1 other test skip * igt@kms_hdr@invalid-metadata-sizes: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_hdr@invalid-metadata-sizes.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>) * igt@kms_invalid_mode@uint-max-clock: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_invalid_mode@uint-max-clock.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_invalid_mode@uint-max-clock.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +4 other tests skip * igt@kms_joiner@invalid-modeset-force-big-joiner: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-10/igt@kms_joiner@invalid-modeset-force-big-joiner.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-5/igt@kms_joiner@invalid-modeset-force-big-joiner.html> (i915#12388<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388>) * igt@kms_plane_alpha_blend@coverage-7efc: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_alpha_blend@coverage-7efc.html> (i915#7294<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7294>) * igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant.html> (i915#7294<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7294>) +1 other test skip * igt@kms_plane_scaling@intel-max-src-size: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@kms_plane_scaling@intel-max-src-size.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@kms_plane_scaling@intel-max-src-size.html> (i915#8292<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8292>) * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2: * shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html> (i915#8292<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8292>) * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152> / [i915#9423]) * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +5 other tests skip * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-d: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-d.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-d.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>) +1 other test skip * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#6953<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152> / [i915#9423]) * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#6953<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>) * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#6953<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152> / [i915#9423]) * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-c: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-c.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +2 other tests skip * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-c.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +3 other tests skip * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-d: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-d.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>) * igt@kms_pm_backlight@bad-brightness: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_pm_backlight@bad-brightness.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) * igt@kms_pm_dc@dc5-dpms-negative: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_pm_dc@dc5-dpms-negative.html> (i915#9293<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9293>) * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_pm_dc@dc5-dpms-negative.html> (i915#9293<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9293>) * igt@kms_pm_dc@dc5-psr: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-11/igt@kms_pm_dc@dc5-psr.html> ([i915#9685]) * igt@kms_pm_dc@dc6-dpms: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_pm_dc@dc6-dpms.html> (i915#10139<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10139>) * igt@kms_pm_lpsp@screens-disabled: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_pm_lpsp@screens-disabled.html> (i915#8430<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430>) * igt@kms_pm_rpm@cursor-dpms: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_pm_rpm@cursor-dpms.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_pm_rpm@cursor-dpms.html> (i915#1849<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849>) * igt@kms_pm_rpm@i2c: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_pm_rpm@i2c.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_pm_rpm@i2c.html> * igt@kms_pm_rpm@modeset-lpsp: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp.html> ([i915#9519]) +1 other test skip * igt@kms_prime@d3hot: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-1/igt@kms_prime@d3hot.html> (i915#6524<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524> / i915#6805<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805>) * igt@kms_properties@plane-properties-atomic: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_properties@plane-properties-atomic.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_properties@plane-properties-atomic.html> (i915#11521<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11521>) * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb7/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +1 other test skip * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk8/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) * igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html> (i915#12316<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316>) +1 other test skip * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +2 other tests skip * igt@kms_psr@fbc-psr2-primary-mmap-cpu: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_psr@fbc-psr2-primary-mmap-cpu.html> ([i915#9688]) +12 other tests skip * igt@kms_psr@pr-no-drrs: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk8/igt@kms_psr@pr-no-drrs.html> +7 other tests skip * igt@kms_psr@pr-suspend: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_psr@pr-suspend.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / [i915#9732]) +4 other tests skip * igt@kms_psr@psr-suspend: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_psr@psr-suspend.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / [i915#9732]) +6 other tests skip * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html> (i915#5289<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>) * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html> (i915#5289<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>) * igt@kms_tiled_display@basic-test-pattern-with-chamelium: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (i915#8623<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623>) * igt@kms_vrr@flip-dpms: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_vrr@flip-dpms.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +1 other test skip * igt@kms_writeback@writeback-invalid-parameters: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_writeback@writeback-invalid-parameters.html> (i915#2437<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>) * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_writeback@writeback-invalid-parameters.html> (i915#2437<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>) * igt@prime_vgem@basic-read: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@prime_vgem@basic-read.html> (i915#3708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@prime_vgem@basic-read.html> (i915#3291<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291> / i915#3708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) * igt@prime_vgem@fence-read-hang: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@prime_vgem@fence-read-hang.html> (i915#3708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) +1 other test skip Possible fixes * igt@fbdev@unaligned-read: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@fbdev@unaligned-read.html> (i915#2582<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@fbdev@unaligned-read.html> * igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0: * shard-dg2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html> (i915#7297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7297>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html> * igt@gem_ctx_engines@invalid-engines: * shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk6/igt@gem_ctx_engines@invalid-engines.html> (i915#12027<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12027> / i915#12031<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12031>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk6/igt@gem_ctx_engines@invalid-engines.html> * igt@gem_eio@kms: * shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-8/igt@gem_eio@kms.html> (i915#5784<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-4/igt@gem_eio@kms.html> * igt@gem_exec_fair@basic-pace-share@rcs0: * shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-1/igt@gem_exec_fair@basic-pace-share@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@gem_exec_fair@basic-pace-share@rcs0.html> +1 other test pass * igt@gem_exec_suspend@basic-s4-devices: * shard-dg1: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices.html> (i915#7975<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975> / i915#8213<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8213>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_exec_suspend@basic-s4-devices.html> +1 other test pass * igt@gem_ppgtt@blt-vs-render-ctxn: * shard-glk: (DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk1/igt@gem_ppgtt@blt-vs-render-ctxn.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk9/igt@gem_ppgtt@blt-vs-render-ctxn.html>) (i915#118<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk4/igt@gem_ppgtt@blt-vs-render-ctxn.html> * igt@i915_module_load@reload-with-fault-injection: * shard-mtlp: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html> (i915#10131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131> / i915#10887<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10887> / [i915#9820]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@i915_module_load@reload-with-fault-injection.html> * igt@i915_pm_rc6_residency@rc6-idle: * shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle.html> (i915#3591<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle.html> +1 other test pass * igt@i915_selftest@perf: * shard-snb: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb2/igt@i915_selftest@perf.html> (i915#12450<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12450>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb5/igt@i915_selftest@perf.html> * igt@i915_selftest@perf@engine_cs: * shard-snb: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb2/igt@i915_selftest@perf@engine_cs.html> (i915#11703<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11703>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb5/igt@i915_selftest@perf@engine_cs.html> * igt@kms_atomic_transition@modeset-transition-fencing: * shard-glk: (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk8/igt@kms_atomic_transition@modeset-transition-fencing.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk9/igt@kms_atomic_transition@modeset-transition-fencing.html>) (i915#12238<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12238>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk1/igt@kms_atomic_transition@modeset-transition-fencing.html> * igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs: * shard-glk: (PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk9/igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk8/igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs.html>) (i915#11859<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11859>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk1/igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs.html> * igt@kms_atomic_transition@plane-all-modeset-transition: * shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-12/igt@kms_atomic_transition@plane-all-modeset-transition.html> (i915#5956<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-15/igt@kms_atomic_transition@plane-all-modeset-transition.html> * igt@kms_color@ctm-negative: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_color@ctm-negative.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_color@ctm-negative.html> +3 other tests pass * igt@kms_cursor_crc@cursor-suspend: * shard-mtlp: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-1/igt@kms_cursor_crc@cursor-suspend.html> (i915#12358<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12358>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-6/igt@kms_cursor_crc@cursor-suspend.html> +1 other test pass * igt@kms_cursor_edge_walk@256x256-right-edge: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_cursor_edge_walk@256x256-right-edge.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_cursor_edge_walk@256x256-right-edge.html> +10 other tests pass * igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic: * shard-dg1: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-16/igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic.html> (i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic.html> +1 other test pass * igt@kms_dp_linktrain_fallback@dp-fallback: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-11/igt@kms_dp_linktrain_fallback@dp-fallback.html> (i915#12402<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12402>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@kms_dp_linktrain_fallback@dp-fallback.html> * igt@kms_flip@2x-plain-flip-fb-recreate: * shard-glk: (PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk8/igt@kms_flip@2x-plain-flip-fb-recreate.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk5/igt@kms_flip@2x-plain-flip-fb-recreate.html>) (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk1/igt@kms_flip@2x-plain-flip-fb-recreate.html> +2 other tests pass * igt@kms_flip@plain-flip-ts-check-interruptible: * shard-snb: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb4/igt@kms_flip@plain-flip-ts-check-interruptible.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb7/igt@kms_flip@plain-flip-ts-check-interruptible.html> +1 other test pass * igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a1: * shard-tglu: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-tglu-2/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a1.html> (i915#12431<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12431>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-tglu-8/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a1.html> * igt@kms_flip@plain-flip-ts-check-interruptible@a-vga1: * shard-snb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb4/igt@kms_flip@plain-flip-ts-check-interruptible@a-vga1.html> (i915#10826<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb7/igt@kms_flip@plain-flip-ts-check-interruptible@a-vga1.html> * igt@kms_flip@plain-flip-ts-check-interruptible@b-vga1: * shard-snb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb4/igt@kms_flip@plain-flip-ts-check-interruptible@b-vga1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb7/igt@kms_flip@plain-flip-ts-check-interruptible@b-vga1.html> +1 other test pass * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html> * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt: * shard-snb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt.html> +2 other tests pass * igt@kms_plane@planar-pixel-format-settings: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_plane@planar-pixel-format-settings.html> ([i915#9581]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane@planar-pixel-format-settings.html> * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b: * shard-dg2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-4/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html> +1 other test pass * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152> / [i915#9423]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation.html> * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d.html> +1 other test pass * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html> (i915#6953<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152> / [i915#9423]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html> * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html> +5 other tests pass * igt@kms_pm_rpm@modeset-lpsp-stress: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@kms_pm_rpm@modeset-lpsp-stress.html> ([i915#9519]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress.html> +1 other test pass * igt@kms_pm_rpm@modeset-non-lpsp: * shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp.html> ([i915#9519]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp.html> * igt@kms_sysfs_edid_timing: * shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@kms_sysfs_edid_timing.html> (IGT#2<https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@kms_sysfs_edid_timing.html> * igt@kms_vrr@negative-basic: * shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-1/igt@kms_vrr@negative-basic.html> (i915#10393<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10393>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-1/igt@kms_vrr@negative-basic.html> +1 other test pass * igt@perf_pmu@most-busy-idle-check-all: * shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-5/igt@perf_pmu@most-busy-idle-check-all.html> (i915#4349<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-1/igt@perf_pmu@most-busy-idle-check-all.html> +1 other test pass Warnings * igt@i915_module_load@reload-with-fault-injection: * shard-tglu: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-tglu-4/igt@i915_module_load@reload-with-fault-injection.html> ([i915#9820]) -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-tglu-6/igt@i915_module_load@reload-with-fault-injection.html> (i915#10887<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10887> / [i915#9820]) * igt@i915_pipe_stress@stress-xrgb8888-ytiled: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html> (i915#7091<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7091>) * igt@i915_suspend@basic-s3-without-i915: * shard-mtlp: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-7/igt@i915_suspend@basic-s3-without-i915.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@i915_suspend@basic-s3-without-i915.html> (i915#6645<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6645>) * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-4/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) * shard-mtlp: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-6/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) * igt@kms_addfb_basic@basic-y-tiled-legacy: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@kms_addfb_basic@basic-y-tiled-legacy.html> (i915#4215<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@kms_addfb_basic@basic-y-tiled-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212> / i915#4215<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) * shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@kms_addfb_basic@basic-y-tiled-legacy.html> (i915#4215<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_addfb_basic@basic-y-tiled-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212> / i915#4215<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215>) * igt@kms_big_fb@x-tiled-16bpp-rotate-90: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +3 other tests skip * igt@kms_big_fb@yf-tiled-8bpp-rotate-0: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html> (i915#4538<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +7 other tests skip * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html> (i915#4538<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) +1 other test skip * igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html> (i915#12313<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs.html> (i915#10307<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> / i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +8 other tests skip * igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc.html> (i915#10307<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> / i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +3 other tests skip * igt@kms_color@deep-color: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_color@deep-color.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_color@deep-color.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) * igt@kms_content_protection@content-type-change: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_content_protection@content-type-change.html> ([i915#9424]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_content_protection@content-type-change.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +1 other test skip * igt@kms_content_protection@dp-mst-lic-type-0: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_content_protection@dp-mst-lic-type-0.html> (i915#3299<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_content_protection@dp-mst-lic-type-0.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_content_protection@legacy: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_content_protection@legacy.html> (i915#7118<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118> / [i915#9424]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_content_protection@legacy.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_content_protection@type1: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-10/igt@kms_content_protection@type1.html> (i915#7118<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118> / i915#7162<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7162> / [i915#9424]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-5/igt@kms_content_protection@type1.html> (i915#7118<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118> / [i915#9424]) * shard-snb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb2/igt@kms_content_protection@type1.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb5/igt@kms_content_protection@type1.html> (i915#8816<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8816>) * igt@kms_cursor_crc@cursor-offscreen-512x512: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_cursor_crc@cursor-offscreen-512x512.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_cursor_crc@cursor-offscreen-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) +1 other test skip * igt@kms_cursor_crc@cursor-onscreen-512x512: * shard-tglu: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-tglu-4/igt@kms_cursor_crc@cursor-onscreen-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-tglu-10/igt@kms_cursor_crc@cursor-onscreen-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) +9 other tests skip * shard-mtlp: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-3/igt@kms_cursor_crc@cursor-onscreen-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_cursor_crc@cursor-onscreen-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) +8 other tests skip * igt@kms_cursor_crc@cursor-random-512x170: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-4/igt@kms_cursor_crc@cursor-random-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-8/igt@kms_cursor_crc@cursor-random-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) +5 other tests skip * shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-1/igt@kms_cursor_crc@cursor-random-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@kms_cursor_crc@cursor-random-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) +8 other tests skip * shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-12/igt@kms_cursor_crc@cursor-random-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-12/igt@kms_cursor_crc@cursor-random-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) +7 other tests skip * igt@kms_cursor_crc@cursor-random-max-size: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_cursor_crc@cursor-random-max-size.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_cursor_crc@cursor-random-max-size.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +2 other tests skip * igt@kms_cursor_crc@cursor-sliding-512x512: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_cursor_crc@cursor-sliding-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_cursor_crc@cursor-sliding-512x512.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html> (i915#4103<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103> / i915#4213<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +1 other test skip * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +1 other test skip * igt@kms_draw_crc@draw-method-mmap-gtt: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_draw_crc@draw-method-mmap-gtt.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_draw_crc@draw-method-mmap-gtt.html> (i915#8812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812>) * igt@kms_dsc@dsc-with-output-formats-with-bpc: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_dsc@dsc-with-output-formats-with-bpc.html> (i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840> / i915#9053<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_dsc@dsc-with-output-formats-with-bpc.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_fence_pin_leak: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_fence_pin_leak.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_fence_pin_leak.html> (i915#4881<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881>) * igt@kms_flip@2x-modeset-vs-vblank-race: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-8/igt@kms_flip@2x-modeset-vs-vblank-race.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-4/igt@kms_flip@2x-modeset-vs-vblank-race.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) +32 other tests skip * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc: * shard-dg1: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc.html> (i915#2295<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2295>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc.html> (i915#8708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-render: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-render.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-render.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +3 other tests skip * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html> (i915#10433<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433> / i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +2 other tests skip * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html> (i915#8708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) +14 other tests skip * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html> (i915#10433<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433> / i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +3 other tests skip * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) +8 other tests skip * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html> (i915#8708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) +1 other test skip * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt: * shard-glk: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt.html> (i915#2295<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2295>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt.html> * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu: * shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html> (i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) * igt@kms_hdr@static-toggle-dpms: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_hdr@static-toggle-dpms.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_hdr@static-toggle-dpms.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>) * igt@kms_hdr@static-toggle-suspend: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_hdr@static-toggle-suspend.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_hdr@static-toggle-suspend.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_joiner@basic-force-big-joiner: * shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@kms_joiner@basic-force-big-joiner.html> (i915#12388<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@kms_joiner@basic-force-big-joiner.html> (i915#12388<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388> / i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: * shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> (i915#4816<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> (i915#4070<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4070> / i915#4816<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816>) * igt@kms_plane_multiple@tiling-y: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_multiple@tiling-y.html> (i915#8806<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8806>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_multiple@tiling-y.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_plane_scaling@2x-scaler-multi-pipe: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@2x-scaler-multi-pipe.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354> / [i915#9423]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@2x-scaler-multi-pipe.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152> / [i915#9423]) * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / [i915#9423]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152> / [i915#9423]) +1 other test skip * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>) +2 other tests skip * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#6953<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953> / [i915#9423]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#6953<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152> / [i915#9423]) * igt@kms_pm_dc@dc6-dpms: * shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-5/igt@kms_pm_dc@dc6-dpms.html> (i915#9295<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-4/igt@kms_pm_dc@dc6-dpms.html> (i915#3361<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361>) * igt@kms_pm_lpsp@kms-lpsp: * shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@kms_pm_lpsp@kms-lpsp.html> (i915#3828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@kms_pm_lpsp@kms-lpsp.html> ([i915#9340]) * igt@kms_psr@fbc-psr2-basic: * shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@kms_psr@fbc-psr2-basic.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / [i915#9732]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@kms_psr@fbc-psr2-basic.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423> / [i915#9732]) * igt@kms_psr@pr-sprite-plane-move: * shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-17/igt@kms_psr@pr-sprite-plane-move.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423> / [i915#9732]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@kms_psr@pr-sprite-plane-move.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / [i915#9732]) * igt@kms_rotation_crc@bad-pixel-format: * shard-mtlp: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-5/igt@kms_rotation_crc@bad-pixel-format.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_rotation_crc@bad-pixel-format.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#4235<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235>) +9 other tests skip * igt@kms_rotation_crc@bad-tiling: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-8/igt@kms_rotation_crc@bad-tiling.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-1/igt@kms_rotation_crc@bad-tiling.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#4235<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235>) +3 other tests skip * igt@kms_rotation_crc@exhaust-fences: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_rotation_crc@exhaust-fences.html> (i915#4235<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_rotation_crc@exhaust-fences.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_rotation_crc@primary-rotation-270: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_rotation_crc@primary-rotation-270.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_rotation_crc@primary-rotation-270.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#4235<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) +1 other test skip * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_rotation_crc@sprite-rotation-90: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_rotation_crc@sprite-rotation-90.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_rotation_crc@sprite-rotation-90.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#4235<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235>) * igt@kms_tiled_display@basic-test-pattern: * shard-glk: (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk1/igt@kms_tiled_display@basic-test-pattern.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk2/igt@kms_tiled_display@basic-test-pattern.html>) (i915#10959<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10959>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk8/igt@kms_tiled_display@basic-test-pattern.html> * igt@kms_vrr@flipline: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_vrr@flipline.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_vrr@flipline.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) * igt@kms_vrr@max-min: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_vrr@max-min.html> ([i915#9906]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_vrr@max-min.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_vrr@negative-basic: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_vrr@negative-basic.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#9906]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_vrr@negative-basic.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@perf@non-zero-reason@0-rcs0: * shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@perf@non-zero-reason@0-rcs0.html> (i915#9100<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@perf@non-zero-reason@0-rcs0.html> (i915#7484<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7484>) +1 other test fail * igt@prime_vgem@basic-fence-flip: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@prime_vgem@basic-fence-flip.html> (i915#3708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@prime_vgem@basic-fence-flip.html> (i915#3708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708> / i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) [-- Attachment #2: Type: text/html, Size: 128167 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-10-23 9:16 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-10-21 7:33 [PATCH] drm/i915/psr: vbt.psr.enable is only for eDP panels Jouni Högander 2024-10-21 8:26 ` ✓ Fi.CI.BAT: success for " Patchwork 2024-10-21 8:40 ` [PATCH] " Naladala, Ramanaidu 2024-10-23 9:16 ` Hogander, Jouni 2024-10-21 10:50 ` ✗ Fi.CI.IGT: failure for " Patchwork 2024-10-23 6:36 ` Hogander, Jouni
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox