* [PATCH] drm/i915/display: take out dead code @ 2025-08-19 13:25 Juha-Pekka Heikkila 2025-08-19 13:35 ` Jani Nikula ` (2 more replies) 0 siblings, 3 replies; 4+ messages in thread From: Juha-Pekka Heikkila @ 2025-08-19 13:25 UTC (permalink / raw) To: intel-gfx, intel-xe; +Cc: Juha-Pekka Heikkila if __waitfor timeout, ret will have -ETIMEDOUT. Then if condition was met, and read_ret will have error that's handled. Then if ret was zero, read_ret was zero ksv_ready must have value. Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> --- drivers/gpu/drm/i915/display/intel_hdcp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_hdcp.c b/drivers/gpu/drm/i915/display/intel_hdcp.c index 42202c8bb066..2e34b625c80b 100644 --- a/drivers/gpu/drm/i915/display/intel_hdcp.c +++ b/drivers/gpu/drm/i915/display/intel_hdcp.c @@ -334,8 +334,6 @@ static int intel_hdcp_poll_ksv_fifo(struct intel_digital_port *dig_port, return ret; if (read_ret) return read_ret; - if (!ksv_ready) - return -ETIMEDOUT; return 0; } -- 2.43.0 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/i915/display: take out dead code 2025-08-19 13:25 [PATCH] drm/i915/display: take out dead code Juha-Pekka Heikkila @ 2025-08-19 13:35 ` Jani Nikula 2025-08-19 14:39 ` ✓ i915.CI.BAT: success for " Patchwork 2025-08-19 18:35 ` ✗ i915.CI.Full: failure " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Jani Nikula @ 2025-08-19 13:35 UTC (permalink / raw) To: Juha-Pekka Heikkila, intel-gfx, intel-xe; +Cc: Juha-Pekka Heikkila On Tue, 19 Aug 2025, Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> wrote: > if __waitfor timeout, ret will have -ETIMEDOUT. Then if condition > was met, and read_ret will have error that's handled. > Then if ret was zero, read_ret was zero ksv_ready must have value. > > Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> > --- > drivers/gpu/drm/i915/display/intel_hdcp.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_hdcp.c b/drivers/gpu/drm/i915/display/intel_hdcp.c > index 42202c8bb066..2e34b625c80b 100644 > --- a/drivers/gpu/drm/i915/display/intel_hdcp.c > +++ b/drivers/gpu/drm/i915/display/intel_hdcp.c > @@ -334,8 +334,6 @@ static int intel_hdcp_poll_ksv_fifo(struct intel_digital_port *dig_port, > return ret; > if (read_ret) > return read_ret; > - if (!ksv_ready) > - return -ETIMEDOUT; > > return 0; > } -- Jani Nikula, Intel ^ permalink raw reply [flat|nested] 4+ messages in thread
* ✓ i915.CI.BAT: success for drm/i915/display: take out dead code 2025-08-19 13:25 [PATCH] drm/i915/display: take out dead code Juha-Pekka Heikkila 2025-08-19 13:35 ` Jani Nikula @ 2025-08-19 14:39 ` Patchwork 2025-08-19 18:35 ` ✗ i915.CI.Full: failure " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2025-08-19 14:39 UTC (permalink / raw) To: Juha-Pekka Heikkila; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 5113 bytes --] == Series Details == Series: drm/i915/display: take out dead code URL : https://patchwork.freedesktop.org/series/153141/ State : success == Summary == CI Bug Log - changes from CI_DRM_17030 -> Patchwork_153141v1 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/index.html Participating hosts (43 -> 42) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in Patchwork_153141v1 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@reset: - bat-twl-2: [PASS][1] -> [ABORT][2] ([i915#14365]) +1 other test abort [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/bat-twl-2/igt@i915_selftest@live@reset.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/bat-twl-2/igt@i915_selftest@live@reset.html * igt@kms_pm_rpm@basic-rte: - bat-rpls-4: [PASS][3] -> [DMESG-WARN][4] ([i915#13400]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/bat-rpls-4/igt@kms_pm_rpm@basic-rte.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/bat-rpls-4/igt@kms_pm_rpm@basic-rte.html #### Possible fixes #### * igt@i915_selftest@live: - bat-arlh-3: [INCOMPLETE][5] ([i915#14764]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/bat-arlh-3/igt@i915_selftest@live.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/bat-arlh-3/igt@i915_selftest@live.html * igt@i915_selftest@live@gt_tlb: - bat-arlh-3: [INCOMPLETE][7] ([i915#14837]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/bat-arlh-3/igt@i915_selftest@live@gt_tlb.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/bat-arlh-3/igt@i915_selftest@live@gt_tlb.html * igt@i915_selftest@live@sanitycheck: - fi-kbl-7567u: [DMESG-WARN][9] ([i915#13735]) -> [PASS][10] +79 other tests pass [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/fi-kbl-7567u/igt@i915_selftest@live@sanitycheck.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/fi-kbl-7567u/igt@i915_selftest@live@sanitycheck.html * igt@kms_busy@basic@flip: - fi-kbl-7567u: [DMESG-WARN][11] ([i915#13735] / [i915#180]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/fi-kbl-7567u/igt@kms_busy@basic@flip.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/fi-kbl-7567u/igt@kms_busy@basic@flip.html * igt@kms_pm_rpm@basic-pci-d3-state: - fi-kbl-7567u: [DMESG-WARN][13] ([i915#13735] / [i915#13890] / [i915#180]) -> [PASS][14] +52 other tests pass [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/fi-kbl-7567u/igt@kms_pm_rpm@basic-pci-d3-state.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/fi-kbl-7567u/igt@kms_pm_rpm@basic-pci-d3-state.html #### Warnings #### * igt@i915_selftest@live: - bat-atsm-1: [DMESG-FAIL][15] ([i915#12061] / [i915#14204]) -> [DMESG-FAIL][16] ([i915#12061] / [i915#13929]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/bat-atsm-1/igt@i915_selftest@live.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/bat-atsm-1/igt@i915_selftest@live.html * igt@i915_selftest@live@mman: - bat-atsm-1: [DMESG-FAIL][17] ([i915#14204]) -> [DMESG-FAIL][18] ([i915#13929]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/bat-atsm-1/igt@i915_selftest@live@mman.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/bat-atsm-1/igt@i915_selftest@live@mman.html [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#13400]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13400 [i915#13735]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13735 [i915#13890]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13890 [i915#13929]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13929 [i915#14204]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14204 [i915#14365]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14365 [i915#14764]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14764 [i915#14837]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14837 [i915#180]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/180 Build changes ------------- * Linux: CI_DRM_17030 -> Patchwork_153141v1 CI-20190529: 20190529 CI_DRM_17030: deb6c5d08f8b84ea7e019b7682631c6375cc17aa @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8496: acea60af09e5f4b3cb0cd6838c23ef1e92c17323 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_153141v1: deb6c5d08f8b84ea7e019b7682631c6375cc17aa @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/index.html [-- Attachment #2: Type: text/html, Size: 6365 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* ✗ i915.CI.Full: failure for drm/i915/display: take out dead code 2025-08-19 13:25 [PATCH] drm/i915/display: take out dead code Juha-Pekka Heikkila 2025-08-19 13:35 ` Jani Nikula 2025-08-19 14:39 ` ✓ i915.CI.BAT: success for " Patchwork @ 2025-08-19 18:35 ` Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2025-08-19 18:35 UTC (permalink / raw) To: Juha-Pekka Heikkila; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 154345 bytes --] == Series Details == Series: drm/i915/display: take out dead code URL : https://patchwork.freedesktop.org/series/153141/ State : failure == Summary == CI Bug Log - changes from CI_DRM_17030_full -> Patchwork_153141v1_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_153141v1_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_153141v1_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 (12 -> 11) ------------------------------ Missing (1): shard-dg2-set2 Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_153141v1_full: ### IGT changes ### #### Possible regressions #### * igt@gem_exec_parallel@fds@rcs0: - shard-dg1: [PASS][1] -> [ABORT][2] +1 other test abort [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-dg1-18/igt@gem_exec_parallel@fds@rcs0.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg1-14/igt@gem_exec_parallel@fds@rcs0.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-b-hdmi-a-1: - shard-tglu-1: NOTRUN -> [ABORT][3] +1 other test abort [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-b-hdmi-a-1.html Known issues ------------ Here are the changes found in Patchwork_153141v1_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-purge-cache: - shard-dg2: NOTRUN -> [SKIP][4] ([i915#8411]) +2 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@api_intel_bb@blit-reloc-purge-cache.html - shard-rkl: NOTRUN -> [SKIP][5] ([i915#8411]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-7/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@api_intel_bb@crc32: - shard-tglu-1: NOTRUN -> [SKIP][6] ([i915#6230]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@api_intel_bb@crc32.html * igt@api_intel_bb@object-reloc-purge-cache: - shard-dg2-9: NOTRUN -> [SKIP][7] ([i915#8411]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@api_intel_bb@object-reloc-purge-cache.html * igt@fbdev@write: - shard-rkl: [PASS][8] -> [SKIP][9] ([i915#14544] / [i915#2582]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@fbdev@write.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@fbdev@write.html * igt@gem_basic@multigpu-create-close: - shard-rkl: NOTRUN -> [SKIP][10] ([i915#7697]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-7/igt@gem_basic@multigpu-create-close.html * igt@gem_ccs@large-ctrl-surf-copy: - shard-tglu: NOTRUN -> [SKIP][11] ([i915#13008]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-2/igt@gem_ccs@large-ctrl-surf-copy.html * igt@gem_close_race@multigpu-basic-process: - shard-dg2: NOTRUN -> [SKIP][12] ([i915#7697]) +1 other test skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@gem_close_race@multigpu-basic-process.html * igt@gem_ctx_isolation@preservation-s3: - shard-glk10: NOTRUN -> [INCOMPLETE][13] ([i915#12353]) +1 other test incomplete [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk10/igt@gem_ctx_isolation@preservation-s3.html * igt@gem_ctx_param@set-priority-not-supported: - shard-mtlp: NOTRUN -> [SKIP][14] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-mtlp-5/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_persistence@heartbeat-close: - shard-dg2: NOTRUN -> [SKIP][15] ([i915#8555]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@gem_ctx_persistence@heartbeat-close.html * igt@gem_ctx_persistence@heartbeat-many: - shard-dg2-9: NOTRUN -> [SKIP][16] ([i915#8555]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@gem_ctx_persistence@heartbeat-many.html * igt@gem_exec_balancer@bonded-sync: - shard-dg2: NOTRUN -> [SKIP][17] ([i915#4771]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@gem_exec_balancer@bonded-sync.html - shard-mtlp: NOTRUN -> [SKIP][18] ([i915#4771]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-mtlp-5/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@bonded-true-hang: - shard-dg2: NOTRUN -> [SKIP][19] ([i915#4812]) +1 other test skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_balancer@invalid-bonds: - shard-dg2: NOTRUN -> [SKIP][20] ([i915#4036]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_balancer@parallel-contexts: - shard-tglu: NOTRUN -> [SKIP][21] ([i915#4525]) +1 other test skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@gem_exec_balancer@parallel-contexts.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-tglu: NOTRUN -> [SKIP][22] ([i915#6334]) +1 other test skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_capture@capture@vecs0-lmem0: - shard-dg2: NOTRUN -> [FAIL][23] ([i915#11965]) +4 other tests fail [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@gem_exec_capture@capture@vecs0-lmem0.html * igt@gem_exec_flush@basic-uc-set-default: - shard-dg2-9: NOTRUN -> [SKIP][24] ([i915#3539]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@gem_exec_flush@basic-uc-set-default.html * igt@gem_exec_flush@basic-wb-prw-default: - shard-dg2: NOTRUN -> [SKIP][25] ([i915#3539] / [i915#4852]) +1 other test skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-10/igt@gem_exec_flush@basic-wb-prw-default.html * igt@gem_exec_flush@basic-wb-ro-before-default: - shard-dg2-9: NOTRUN -> [SKIP][26] ([i915#3539] / [i915#4852]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@gem_exec_flush@basic-wb-ro-before-default.html * igt@gem_exec_params@rsvd2-dirt: - shard-dg2: NOTRUN -> [SKIP][27] ([i915#5107]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_reloc@basic-cpu-read-active: - shard-mtlp: NOTRUN -> [SKIP][28] ([i915#3281]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-mtlp-5/igt@gem_exec_reloc@basic-cpu-read-active.html * igt@gem_exec_reloc@basic-cpu-wc-noreloc: - shard-dg2-9: NOTRUN -> [SKIP][29] ([i915#3281]) +3 other tests skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@gem_exec_reloc@basic-cpu-wc-noreloc.html * igt@gem_exec_reloc@basic-gtt-read-noreloc: - shard-rkl: NOTRUN -> [SKIP][30] ([i915#3281]) +1 other test skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-7/igt@gem_exec_reloc@basic-gtt-read-noreloc.html * igt@gem_exec_reloc@basic-wc-gtt-active: - shard-dg2: NOTRUN -> [SKIP][31] ([i915#3281]) +8 other tests skip [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@gem_exec_reloc@basic-wc-gtt-active.html * igt@gem_exec_schedule@preempt-queue-contexts-chain: - shard-dg2-9: NOTRUN -> [SKIP][32] ([i915#4537] / [i915#4812]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@gem_exec_schedule@preempt-queue-contexts-chain.html * igt@gem_exec_schedule@semaphore-power: - shard-rkl: NOTRUN -> [SKIP][33] ([i915#7276]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@gem_exec_schedule@semaphore-power.html - shard-dg2: NOTRUN -> [SKIP][34] ([i915#4537] / [i915#4812]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@gem_exec_schedule@semaphore-power.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible: - shard-dg2: NOTRUN -> [SKIP][35] ([i915#4860]) +2 other tests skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-10/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html * igt@gem_lmem_evict@dontneed-evict-race: - shard-glk: NOTRUN -> [SKIP][36] ([i915#4613]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk1/igt@gem_lmem_evict@dontneed-evict-race.html * igt@gem_lmem_swapping@heavy-verify-random: - shard-tglu-1: NOTRUN -> [SKIP][37] ([i915#4613]) +2 other tests skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@gem_lmem_swapping@heavy-verify-random.html * igt@gem_lmem_swapping@parallel-random: - shard-mtlp: NOTRUN -> [SKIP][38] ([i915#4613]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-mtlp-5/igt@gem_lmem_swapping@parallel-random.html * igt@gem_lmem_swapping@parallel-random-verify: - shard-tglu: NOTRUN -> [SKIP][39] ([i915#4613]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-2/igt@gem_lmem_swapping@parallel-random-verify.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [PASS][40] -> [TIMEOUT][41] ([i915#5493]) +1 other test timeout [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-dg2-2/igt@gem_lmem_swapping@smem-oom@lmem0.html [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-5/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_lmem_swapping@verify: - shard-rkl: NOTRUN -> [SKIP][42] ([i915#4613]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@gem_lmem_swapping@verify.html * igt@gem_media_vme: - shard-tglu: NOTRUN -> [SKIP][43] ([i915#284]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@gem_media_vme.html * igt@gem_mmap_gtt@basic-read-write-distinct: - shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4077]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-mtlp-5/igt@gem_mmap_gtt@basic-read-write-distinct.html * igt@gem_mmap_gtt@cpuset-big-copy: - shard-dg2: NOTRUN -> [SKIP][45] ([i915#4077]) +17 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@gem_mmap_gtt@cpuset-big-copy.html * igt@gem_mmap_gtt@hang-user: - shard-dg2-9: NOTRUN -> [SKIP][46] ([i915#4077]) +4 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@gem_mmap_gtt@hang-user.html * igt@gem_mmap_wc@close: - shard-dg2: NOTRUN -> [SKIP][47] ([i915#4083]) +2 other tests skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@gem_mmap_wc@close.html * igt@gem_mmap_wc@set-cache-level: - shard-rkl: [PASS][48] -> [SKIP][49] ([i915#14544] / [i915#1850]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@gem_mmap_wc@set-cache-level.html [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@gem_mmap_wc@set-cache-level.html * igt@gem_partial_pwrite_pread@writes-after-reads-display: - shard-dg2-9: NOTRUN -> [SKIP][50] ([i915#3282]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@gem_partial_pwrite_pread@writes-after-reads-display.html * igt@gem_pwrite@basic-exhaustion: - shard-tglu: NOTRUN -> [WARN][51] ([i915#2658]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-8/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@hw-rejects-pxp-context: - shard-tglu: NOTRUN -> [SKIP][52] ([i915#13398]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-2/igt@gem_pxp@hw-rejects-pxp-context.html * igt@gem_pxp@protected-raw-src-copy-not-readible: - shard-rkl: [PASS][53] -> [TIMEOUT][54] ([i915#12917] / [i915#12964]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-8/igt@gem_pxp@protected-raw-src-copy-not-readible.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@gem_pxp@protected-raw-src-copy-not-readible.html * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: - shard-dg2: NOTRUN -> [SKIP][55] ([i915#4270]) +2 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html - shard-rkl: NOTRUN -> [TIMEOUT][56] ([i915#12917] / [i915#12964]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-7/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html * igt@gem_pxp@verify-pxp-stale-buf-optout-execution: - shard-dg2-9: NOTRUN -> [SKIP][57] ([i915#4270]) +2 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html * igt@gem_readwrite@read-write: - shard-dg2: NOTRUN -> [SKIP][58] ([i915#3282]) +4 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@gem_readwrite@read-write.html - shard-mtlp: NOTRUN -> [SKIP][59] ([i915#3282]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-mtlp-5/igt@gem_readwrite@read-write.html * igt@gem_render_copy@y-tiled-ccs-to-yf-tiled-mc-ccs: - shard-dg2-9: NOTRUN -> [SKIP][60] ([i915#5190] / [i915#8428]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@gem_render_copy@y-tiled-ccs-to-yf-tiled-mc-ccs.html * igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][61] ([i915#8428]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-mtlp-5/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled.html * igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled: - shard-dg2: NOTRUN -> [SKIP][62] ([i915#5190] / [i915#8428]) +6 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html * igt@gem_set_tiling_vs_blt@tiled-to-untiled: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#4079]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html * igt@gem_set_tiling_vs_gtt: - shard-dg2-9: NOTRUN -> [SKIP][64] ([i915#4079]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@gem_set_tiling_vs_gtt.html * igt@gem_softpin@evict-snoop-interruptible: - shard-dg2: NOTRUN -> [SKIP][65] ([i915#4885]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_unfence_active_buffers: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#4879]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@coherency-sync: - shard-dg2: NOTRUN -> [SKIP][67] ([i915#3297]) +2 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@gem_userptr_blits@coherency-sync.html * igt@gem_userptr_blits@invalid-mmap-offset-unsync: - shard-rkl: NOTRUN -> [SKIP][68] ([i915#3297]) +1 other test skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: - shard-dg2: NOTRUN -> [SKIP][69] ([i915#3297] / [i915#4880]) +1 other test skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html * igt@gem_userptr_blits@unsync-unmap: - shard-dg2-9: NOTRUN -> [SKIP][70] ([i915#3297]) +1 other test skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@gem_userptr_blits@unsync-unmap.html * igt@gen9_exec_parse@basic-rejected: - shard-tglu: NOTRUN -> [SKIP][71] ([i915#2527] / [i915#2856]) +3 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@gen9_exec_parse@basic-rejected.html * igt@gen9_exec_parse@basic-rejected-ctx-param: - shard-dg2-9: NOTRUN -> [SKIP][72] ([i915#2856]) +1 other test skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@gen9_exec_parse@basic-rejected-ctx-param.html * igt@i915_drm_fdinfo@all-busy-check-all: - shard-dg2: NOTRUN -> [SKIP][73] ([i915#14123]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@i915_drm_fdinfo@all-busy-check-all.html * igt@i915_drm_fdinfo@busy-hang@vcs0: - shard-dg2: NOTRUN -> [SKIP][74] ([i915#14073]) +7 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@i915_drm_fdinfo@busy-hang@vcs0.html * igt@i915_drm_fdinfo@busy-idle-check-all@ccs0: - shard-dg2-9: NOTRUN -> [SKIP][75] ([i915#11527]) +7 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@i915_drm_fdinfo@busy-idle-check-all@ccs0.html * igt@i915_drm_fdinfo@virtual-busy-all: - shard-dg2-9: NOTRUN -> [SKIP][76] ([i915#14118]) +1 other test skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@i915_drm_fdinfo@virtual-busy-all.html * igt@i915_module_load@resize-bar: - shard-dg2: [PASS][77] -> [DMESG-WARN][78] ([i915#14545]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-dg2-8/igt@i915_module_load@resize-bar.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-11/igt@i915_module_load@resize-bar.html * igt@i915_pm_rpm@system-suspend: - shard-glk: NOTRUN -> [INCOMPLETE][79] ([i915#12797]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk5/igt@i915_pm_rpm@system-suspend.html * igt@i915_pm_rps@thresholds: - shard-dg2: NOTRUN -> [SKIP][80] ([i915#11681]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@i915_pm_rps@thresholds.html * igt@i915_pm_rps@thresholds-idle: - shard-dg2-9: NOTRUN -> [SKIP][81] ([i915#11681]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@i915_pm_rps@thresholds-idle.html * igt@i915_pm_sseu@full-enable: - shard-tglu: NOTRUN -> [SKIP][82] ([i915#4387]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@i915_pm_sseu@full-enable.html * igt@i915_selftest@live@workarounds: - shard-dg2-9: NOTRUN -> [DMESG-FAIL][83] ([i915#12061]) +1 other test dmesg-fail [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@i915_selftest@live@workarounds.html * igt@i915_suspend@debugfs-reader: - shard-rkl: NOTRUN -> [INCOMPLETE][84] ([i915#4817]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-7/igt@i915_suspend@debugfs-reader.html * igt@i915_suspend@fence-restore-tiled2untiled: - shard-rkl: [PASS][85] -> [INCOMPLETE][86] ([i915#4817]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-2/igt@i915_suspend@fence-restore-tiled2untiled.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-3/igt@i915_suspend@fence-restore-tiled2untiled.html * igt@i915_suspend@fence-restore-untiled: - shard-glk: [PASS][87] -> [INCOMPLETE][88] ([i915#4817]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-glk9/igt@i915_suspend@fence-restore-untiled.html [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk8/igt@i915_suspend@fence-restore-untiled.html * igt@i915_suspend@forcewake: - shard-dg2: NOTRUN -> [ABORT][89] ([i915#8213]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-10/igt@i915_suspend@forcewake.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][90] ([i915#4212]) +1 other test skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-dg2: NOTRUN -> [SKIP][91] ([i915#1769] / [i915#3555]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html - shard-rkl: NOTRUN -> [SKIP][92] ([i915#1769] / [i915#3555]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-addfb-size-offset-overflow: - shard-tglu: NOTRUN -> [SKIP][93] ([i915#5286]) +5 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-8/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-rkl: NOTRUN -> [SKIP][94] ([i915#5286]) +2 other tests skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [PASS][95] -> [FAIL][96] ([i915#5138]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-tglu-1: NOTRUN -> [SKIP][97] ([i915#5286]) +3 other tests skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_big_fb@linear-64bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][98] ([i915#3638]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-7/igt@kms_big_fb@linear-64bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][99] ([i915#5190]) +2 other tests skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-dg2-9: NOTRUN -> [SKIP][100] ([i915#4538] / [i915#5190]) +3 other tests skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-dg2-9: NOTRUN -> [SKIP][101] ([i915#5190]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-dg2: NOTRUN -> [SKIP][102] ([i915#4538] / [i915#5190]) +8 other tests skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs: - shard-dg2-9: NOTRUN -> [SKIP][103] ([i915#10307] / [i915#6095]) +29 other tests skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc: - shard-tglu-1: NOTRUN -> [SKIP][104] ([i915#6095]) +34 other tests skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs: - shard-tglu-1: NOTRUN -> [SKIP][106] ([i915#12313]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs: - shard-tglu: NOTRUN -> [SKIP][107] ([i915#12313]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-2/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs: - shard-dg2-9: NOTRUN -> [SKIP][108] ([i915#12313]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-dg2: NOTRUN -> [SKIP][109] ([i915#12805]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][110] ([i915#6095]) +59 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-2/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1.html * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][111] ([i915#6095]) +40 other tests skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs@pipe-c-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][112] ([i915#6095]) +12 other tests skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs@pipe-c-hdmi-a-1.html * igt@kms_ccs@crc-primary-suspend-y-tiled-ccs: - shard-glk: NOTRUN -> [INCOMPLETE][113] ([i915#12796] / [i915#14694]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk1/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html * igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-2: - shard-glk: NOTRUN -> [INCOMPLETE][114] ([i915#12796]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk1/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-2.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][115] ([i915#14098] / [i915#6095]) +35 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][116] ([i915#10307] / [i915#6095]) +150 other tests skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html * igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][117] ([i915#6095]) +9 other tests skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-mtlp-5/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-edp-1.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][118] ([i915#6095]) +103 other tests skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg1-12/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-3.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][119] ([i915#13781]) +4 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html * igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-2: - shard-dg2-9: NOTRUN -> [SKIP][120] ([i915#13783]) +4 other tests skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-2.html * igt@kms_chamelium_audio@dp-audio: - shard-tglu: NOTRUN -> [SKIP][121] ([i915#11151] / [i915#7828]) +6 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-2/igt@kms_chamelium_audio@dp-audio.html * igt@kms_chamelium_audio@hdmi-audio-edid: - shard-tglu-1: NOTRUN -> [SKIP][122] ([i915#11151] / [i915#7828]) +6 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_chamelium_audio@hdmi-audio-edid.html * igt@kms_chamelium_frames@hdmi-cmp-planar-formats: - shard-dg2-9: NOTRUN -> [SKIP][123] ([i915#11151] / [i915#7828]) +2 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-rkl: NOTRUN -> [SKIP][124] ([i915#11151] / [i915#7828]) +1 other test skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode: - shard-dg2: NOTRUN -> [SKIP][125] ([i915#11151] / [i915#7828]) +5 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html * igt@kms_color@ctm-0-75: - shard-rkl: [PASS][126] -> [SKIP][127] ([i915#12655] / [i915#14544]) +2 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_color@ctm-0-75.html [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_color@ctm-0-75.html * igt@kms_content_protection@atomic-dpms: - shard-tglu: NOTRUN -> [SKIP][128] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@content-type-change: - shard-dg2: NOTRUN -> [SKIP][129] ([i915#9424]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@kms_content_protection@content-type-change.html - shard-rkl: NOTRUN -> [SKIP][130] ([i915#9424]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#3299]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@kms_content_protection@dp-mst-lic-type-1.html - shard-tglu-1: NOTRUN -> [SKIP][132] ([i915#3116] / [i915#3299]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@dp-mst-type-1: - shard-dg2-9: NOTRUN -> [SKIP][133] ([i915#3299]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@lic-type-1: - shard-tglu: NOTRUN -> [SKIP][134] ([i915#6944] / [i915#9424]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-8/igt@kms_content_protection@lic-type-1.html * igt@kms_content_protection@type1: - shard-dg2-9: NOTRUN -> [SKIP][135] ([i915#7118] / [i915#9424]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent: - shard-tglu-1: NOTRUN -> [SKIP][136] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-tglu: NOTRUN -> [SKIP][137] ([i915#13049]) +2 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-8/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [FAIL][138] ([i915#13566]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-2.html * igt@kms_cursor_crc@cursor-rapid-movement-32x32: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#3555]) +4 other tests skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html - shard-tglu-1: NOTRUN -> [SKIP][140] ([i915#3555]) +5 other tests skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html * igt@kms_cursor_crc@cursor-rapid-movement-512x170: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#13049]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-10/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][142] ([i915#4103] / [i915#4213]) +1 other test skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-glk10: NOTRUN -> [SKIP][143] ([i915#11190]) +1 other test skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk10/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions: - shard-dg2-9: NOTRUN -> [SKIP][144] ([i915#13046] / [i915#5354]) +2 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size: - shard-dg2: NOTRUN -> [SKIP][145] ([i915#13046] / [i915#5354]) +4 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html - shard-rkl: NOTRUN -> [SKIP][146] +4 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic: - shard-rkl: [PASS][147] -> [SKIP][148] ([i915#14544]) +57 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html [148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@flip-vs-cursor-varying-size: - shard-rkl: [PASS][149] -> [FAIL][150] ([i915#2346]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-7/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-tglu: NOTRUN -> [SKIP][151] ([i915#9723]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-8/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_dp_link_training@non-uhbr-mst: - shard-dg2-9: NOTRUN -> [SKIP][152] ([i915#13749]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_dp_link_training@non-uhbr-mst.html * igt@kms_dp_link_training@non-uhbr-sst: - shard-tglu-1: NOTRUN -> [SKIP][153] ([i915#13749]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_dp_link_training@non-uhbr-sst.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-dg2: NOTRUN -> [SKIP][154] ([i915#13707]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_dp_linktrain_fallback@dsc-fallback: - shard-tglu: NOTRUN -> [SKIP][155] ([i915#13707]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@kms_dp_linktrain_fallback@dsc-fallback.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg2-9: NOTRUN -> [SKIP][156] ([i915#8812]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-with-bpc: - shard-dg2-9: NOTRUN -> [SKIP][157] ([i915#3555] / [i915#3840]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_dsc@dsc-with-bpc.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg2: NOTRUN -> [SKIP][158] ([i915#3840] / [i915#9053]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_dsc@dsc-with-output-formats-with-bpc.html - shard-mtlp: NOTRUN -> [SKIP][159] ([i915#3555] / [i915#3840] / [i915#9053]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-mtlp-5/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_feature_discovery@display-1x: - shard-rkl: [PASS][160] -> [SKIP][161] ([i915#14544] / [i915#9738]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_feature_discovery@display-1x.html [161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_feature_discovery@display-1x.html * igt@kms_feature_discovery@display-2x: - shard-tglu-1: NOTRUN -> [SKIP][162] ([i915#1839]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_feature_discovery@display-2x.html * igt@kms_feature_discovery@dp-mst: - shard-dg2: NOTRUN -> [SKIP][163] ([i915#9337]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@kms_feature_discovery@dp-mst.html - shard-rkl: NOTRUN -> [SKIP][164] ([i915#9337]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr1: - shard-dg2: NOTRUN -> [SKIP][165] ([i915#658]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_feature_discovery@psr1.html - shard-rkl: NOTRUN -> [SKIP][166] ([i915#658]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-7/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][167] ([i915#8381]) +1 other test skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-flip-vs-panning-interruptible: - shard-dg2-9: NOTRUN -> [SKIP][168] ([i915#9934]) +6 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_flip@2x-flip-vs-panning-interruptible.html * igt@kms_flip@2x-flip-vs-panning-vs-hang: - shard-dg2: NOTRUN -> [SKIP][169] ([i915#9934]) +6 other tests skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@kms_flip@2x-flip-vs-panning-vs-hang.html - shard-rkl: NOTRUN -> [SKIP][170] ([i915#9934]) +1 other test skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@kms_flip@2x-flip-vs-panning-vs-hang.html * igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2: - shard-glk: NOTRUN -> [INCOMPLETE][171] ([i915#4839]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk9/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html * igt@kms_flip@2x-flip-vs-wf_vblank: - shard-rkl: NOTRUN -> [SKIP][172] ([i915#14544] / [i915#9934]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_flip@2x-flip-vs-wf_vblank.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - shard-tglu: NOTRUN -> [SKIP][173] ([i915#3637] / [i915#9934]) +5 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-8/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip@2x-wf_vblank-ts-check: - shard-tglu-1: NOTRUN -> [SKIP][174] ([i915#3637] / [i915#9934]) +6 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_flip@2x-wf_vblank-ts-check.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-rkl: [PASS][175] -> [SKIP][176] ([i915#14544] / [i915#3637]) +5 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_flip@flip-vs-fences-interruptible.html [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_flip@flip-vs-fences-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a2: - shard-rkl: [PASS][177] -> [INCOMPLETE][178] ([i915#6113]) +1 other test incomplete [177]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-8/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a2.html [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-3/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a2.html * igt@kms_flip@flip-vs-suspend@a-hdmi-a2: - shard-glk: NOTRUN -> [INCOMPLETE][179] ([i915#12314] / [i915#4839]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk8/igt@kms_flip@flip-vs-suspend@a-hdmi-a2.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling: - shard-rkl: NOTRUN -> [SKIP][180] ([i915#2672] / [i915#3555]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][181] ([i915#2672]) +4 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][182] ([i915#2587] / [i915#2672]) +3 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling: - shard-dg2-9: NOTRUN -> [SKIP][183] ([i915#2672] / [i915#3555]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode: - shard-dg2-9: NOTRUN -> [SKIP][184] ([i915#2672]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][185] ([i915#2672]) +4 other tests skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling: - shard-dg2: NOTRUN -> [SKIP][186] ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling: - shard-rkl: [PASS][187] -> [SKIP][188] ([i915#14544] / [i915#3555]) +3 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.html [188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-tglu-1: NOTRUN -> [SKIP][189] ([i915#2672] / [i915#3555]) +1 other test skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling: - shard-dg2: NOTRUN -> [SKIP][190] ([i915#2672] / [i915#3555]) +2 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode: - shard-tglu-1: NOTRUN -> [SKIP][191] ([i915#2587] / [i915#2672]) +1 other test skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling: - shard-tglu: NOTRUN -> [SKIP][192] ([i915#2672] / [i915#3555]) +3 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling: - shard-glk: NOTRUN -> [SKIP][193] +52 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render: - shard-dg2: [PASS][194] -> [FAIL][195] ([i915#6880]) +1 other test fail [194]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render.html [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu: - shard-glk: [PASS][196] -> [SKIP][197] +4 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-glk6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu.html [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt: - shard-rkl: NOTRUN -> [SKIP][198] ([i915#1825]) +7 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff: - shard-tglu: NOTRUN -> [SKIP][199] +53 other tests skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt: - shard-dg2: NOTRUN -> [SKIP][200] ([i915#5354]) +27 other tests skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-shrfb-scaledprimary: - shard-rkl: [PASS][201] -> [SKIP][202] ([i915#14544] / [i915#1849] / [i915#5354]) +16 other tests skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-shrfb-scaledprimary.html [202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-shrfb-scaledprimary.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render: - shard-rkl: NOTRUN -> [SKIP][203] ([i915#3023]) +4 other tests skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2-9: NOTRUN -> [SKIP][204] ([i915#8708]) +10 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][205] ([i915#8708]) +16 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-pwrite: - shard-tglu-1: NOTRUN -> [SKIP][206] +42 other tests skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff: - shard-mtlp: NOTRUN -> [SKIP][207] ([i915#1825]) +2 other tests skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary: - shard-dg2: NOTRUN -> [SKIP][208] ([i915#10433] / [i915#3458]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite: - shard-dg2-9: NOTRUN -> [SKIP][209] ([i915#3458]) +5 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4: - shard-tglu: NOTRUN -> [SKIP][210] ([i915#5439]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-tglu: NOTRUN -> [SKIP][211] ([i915#9766]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-8/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt: - shard-rkl: NOTRUN -> [SKIP][212] ([i915#14544] / [i915#1849] / [i915#5354]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-cpu: - shard-dg2-9: NOTRUN -> [SKIP][213] ([i915#5354]) +16 other tests skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: NOTRUN -> [SKIP][214] ([i915#3458]) +14 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_hdmi_inject@inject-audio: - shard-snb: [PASS][215] -> [SKIP][216] [215]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-snb1/igt@kms_hdmi_inject@inject-audio.html [216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-snb6/igt@kms_hdmi_inject@inject-audio.html * igt@kms_hdr@brightness-with-hdr: - shard-tglu: NOTRUN -> [SKIP][217] ([i915#1187] / [i915#12713]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-2/igt@kms_hdr@brightness-with-hdr.html * igt@kms_hdr@invalid-hdr: - shard-tglu: NOTRUN -> [SKIP][218] ([i915#3555] / [i915#8228]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@kms_hdr@invalid-hdr.html * igt@kms_hdr@static-toggle-dpms: - shard-dg2-9: NOTRUN -> [SKIP][219] ([i915#3555] / [i915#8228]) +1 other test skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_hdr@static-toggle-dpms.html * igt@kms_invalid_mode@bad-hsync-end: - shard-rkl: [PASS][220] -> [SKIP][221] ([i915#14544] / [i915#3555] / [i915#8826]) +1 other test skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_invalid_mode@bad-hsync-end.html [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_invalid_mode@bad-hsync-end.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-dg2-9: NOTRUN -> [SKIP][222] ([i915#10656]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-dg2: NOTRUN -> [SKIP][223] ([i915#10656]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-dg2: NOTRUN -> [SKIP][224] ([i915#12388]) [224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_lease@lease-revoke: - shard-dg1: [PASS][225] -> [ABORT][226] ([i915#4423]) +1 other test abort [225]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-dg1-16/igt@kms_lease@lease-revoke.html [226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg1-15/igt@kms_lease@lease-revoke.html * igt@kms_lease@lease-revoke@pipe-b-hdmi-a-4: - shard-dg1: [PASS][227] -> [DMESG-WARN][228] ([i915#4423]) +5 other tests dmesg-warn [227]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-dg1-16/igt@kms_lease@lease-revoke@pipe-b-hdmi-a-4.html [228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg1-15/igt@kms_lease@lease-revoke@pipe-b-hdmi-a-4.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-dg2-9: NOTRUN -> [SKIP][229] ([i915#4816]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@legacy: - shard-dg2: NOTRUN -> [SKIP][230] ([i915#6301]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_panel_fitting@legacy.html * igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c: - shard-dg2-9: NOTRUN -> [SKIP][231] +4 other tests skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c.html * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes: - shard-dg2: NOTRUN -> [SKIP][232] +17 other tests skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-10/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html * igt@kms_plane@plane-position-covered: - shard-rkl: [PASS][233] -> [SKIP][234] ([i915#14544] / [i915#8825]) +1 other test skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_plane@plane-position-covered.html [234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_plane@plane-position-covered.html * igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-2: - shard-glk: NOTRUN -> [FAIL][235] ([i915#7862]) +1 other test fail [235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk8/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-2.html * igt@kms_plane_alpha_blend@alpha-transparent-fb: - shard-rkl: [PASS][236] -> [SKIP][237] ([i915#14544] / [i915#7294]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_plane_alpha_blend@alpha-transparent-fb.html [237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_plane_alpha_blend@alpha-transparent-fb.html * igt@kms_plane_alpha_blend@constant-alpha-max: - shard-glk: NOTRUN -> [FAIL][238] ([i915#10647] / [i915#12169]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk1/igt@kms_plane_alpha_blend@constant-alpha-max.html * igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][239] ([i915#10647]) +1 other test fail [239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk1/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html * igt@kms_plane_lowres@tiling-y: - shard-dg2: NOTRUN -> [SKIP][240] ([i915#8821]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_plane_lowres@tiling-y.html * igt@kms_plane_multiple@2x-tiling-4: - shard-tglu: NOTRUN -> [SKIP][241] ([i915#13958]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-2/igt@kms_plane_multiple@2x-tiling-4.html * igt@kms_plane_multiple@2x-tiling-yf: - shard-dg2-9: NOTRUN -> [SKIP][242] ([i915#13958]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_plane_multiple@2x-tiling-yf.html * igt@kms_plane_scaling@invalid-num-scalers: - shard-rkl: [PASS][243] -> [SKIP][244] ([i915#14544] / [i915#3555] / [i915#6953] / [i915#8152]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_plane_scaling@invalid-num-scalers.html [244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_plane_scaling@invalid-num-scalers.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers: - shard-rkl: [PASS][245] -> [SKIP][246] ([i915#14544] / [i915#3555] / [i915#8152]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers.html [246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers@pipe-b: - shard-rkl: [PASS][247] -> [SKIP][248] ([i915#12247] / [i915#14544] / [i915#8152]) +2 other tests skip [247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers@pipe-b.html [248]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers@pipe-b.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format: - shard-rkl: [PASS][249] -> [SKIP][250] ([i915#14544] / [i915#8152]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format.html [250]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5: - shard-rkl: [PASS][251] -> [SKIP][252] ([i915#12247] / [i915#14544] / [i915#3555] / [i915#6953] / [i915#8152]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html [252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-a: - shard-rkl: [PASS][253] -> [SKIP][254] ([i915#12247] / [i915#14544]) +2 other tests skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-a.html [254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-a.html * igt@kms_pm_backlight@basic-brightness: - shard-tglu-1: NOTRUN -> [SKIP][255] ([i915#9812]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_backlight@brightness-with-dpms: - shard-dg2: NOTRUN -> [SKIP][256] ([i915#12343]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@kms_pm_backlight@brightness-with-dpms.html - shard-tglu-1: NOTRUN -> [SKIP][257] ([i915#12343]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_pm_backlight@brightness-with-dpms.html * igt@kms_pm_dc@dc5-psr: - shard-tglu: NOTRUN -> [SKIP][258] ([i915#9685]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-8/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-psr: - shard-dg2-9: NOTRUN -> [SKIP][259] ([i915#9685]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-dg2: NOTRUN -> [SKIP][260] ([i915#9519]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-rkl: NOTRUN -> [SKIP][261] ([i915#9519]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@fences-dpms: - shard-rkl: [PASS][262] -> [SKIP][263] ([i915#14544] / [i915#1849]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_pm_rpm@fences-dpms.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_pm_rpm@fences-dpms.html * igt@kms_prime@basic-crc-vgem: - shard-rkl: [PASS][264] -> [SKIP][265] ([i915#14544] / [i915#6524]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_prime@basic-crc-vgem.html [265]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_prime@basic-crc-vgem.html * igt@kms_prime@basic-modeset-hybrid: - shard-tglu: NOTRUN -> [SKIP][266] ([i915#6524]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf: - shard-tglu: NOTRUN -> [SKIP][267] ([i915#11520]) +5 other tests skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-8/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf: - shard-tglu-1: NOTRUN -> [SKIP][268] ([i915#11520]) +3 other tests skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf: - shard-dg2-9: NOTRUN -> [SKIP][269] ([i915#11520]) +3 other tests skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf: - shard-glk10: NOTRUN -> [SKIP][270] ([i915#11520]) +1 other test skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk10/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area: - shard-dg2: NOTRUN -> [SKIP][271] ([i915#11520]) +8 other tests skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html - shard-rkl: NOTRUN -> [SKIP][272] ([i915#11520]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-7/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area: - shard-glk: NOTRUN -> [SKIP][273] ([i915#11520]) +1 other test skip [273]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk1/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-nv12: - shard-tglu: NOTRUN -> [SKIP][274] ([i915#9683]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-2/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-dg2: NOTRUN -> [SKIP][275] ([i915#9683]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@kms_psr2_su@page_flip-xrgb8888.html - shard-rkl: NOTRUN -> [SKIP][276] ([i915#9683]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-psr-primary-blt: - shard-dg2: NOTRUN -> [SKIP][277] ([i915#1072] / [i915#9732]) +19 other tests skip [277]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@kms_psr@fbc-psr-primary-blt.html * igt@kms_psr@fbc-psr-sprite-mmap-cpu: - shard-dg2-9: NOTRUN -> [SKIP][278] ([i915#1072] / [i915#9732]) +9 other tests skip [278]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_psr@fbc-psr-sprite-mmap-cpu.html * igt@kms_psr@pr-primary-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][279] ([i915#9688]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-mtlp-5/igt@kms_psr@pr-primary-mmap-gtt.html * igt@kms_psr@pr-sprite-blt: - shard-rkl: NOTRUN -> [SKIP][280] ([i915#1072] / [i915#9732]) +3 other tests skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-7/igt@kms_psr@pr-sprite-blt.html * igt@kms_psr@psr-sprite-render: - shard-tglu-1: NOTRUN -> [SKIP][281] ([i915#9732]) +11 other tests skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_psr@psr-sprite-render.html * igt@kms_psr@psr2-cursor-plane-onoff: - shard-tglu: NOTRUN -> [SKIP][282] ([i915#9732]) +14 other tests skip [282]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@kms_psr@psr2-cursor-plane-onoff.html * igt@kms_rotation_crc@bad-tiling: - shard-dg2: NOTRUN -> [SKIP][283] ([i915#12755]) +1 other test skip [283]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][284] ([i915#5289]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][285] ([i915#12755] / [i915#5190]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-dg2-9: NOTRUN -> [SKIP][286] ([i915#12755]) [286]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_scaling_modes@scaling-mode-none: - shard-tglu: NOTRUN -> [SKIP][287] ([i915#3555]) +2 other tests skip [287]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@kms_scaling_modes@scaling-mode-none.html * igt@kms_sequence@get-forked-busy@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [DMESG-WARN][288] ([i915#12964]) +2 other tests dmesg-warn [288]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@kms_sequence@get-forked-busy@pipe-a-hdmi-a-1.html * igt@kms_setmode@basic@pipe-b-hdmi-a-2: - shard-rkl: [PASS][289] -> [FAIL][290] ([i915#5465]) +2 other tests fail [289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-8/igt@kms_setmode@basic@pipe-b-hdmi-a-2.html [290]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_setmode@basic@pipe-b-hdmi-a-2.html * igt@kms_tiled_display@basic-test-pattern: - shard-glk: NOTRUN -> [FAIL][291] ([i915#10959]) [291]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk1/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_vblank@ts-continuation-suspend@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [DMESG-WARN][292] ([i915#4423]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg1-19/igt@kms_vblank@ts-continuation-suspend@pipe-d-hdmi-a-4.html * igt@kms_vrr@lobf: - shard-tglu: NOTRUN -> [SKIP][293] ([i915#11920]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@kms_vrr@lobf.html * igt@kms_vrr@max-min: - shard-tglu-1: NOTRUN -> [SKIP][294] ([i915#9906]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-1/igt@kms_vrr@max-min.html * igt@kms_vrr@negative-basic: - shard-mtlp: [PASS][295] -> [FAIL][296] ([i915#10393]) +1 other test fail [295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-mtlp-1/igt@kms_vrr@negative-basic.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-mtlp-4/igt@kms_vrr@negative-basic.html - shard-dg2-9: NOTRUN -> [SKIP][297] ([i915#3555] / [i915#9906]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_vrr@negative-basic.html * igt@kms_vrr@seamless-rr-switch-virtual: - shard-tglu: NOTRUN -> [SKIP][298] ([i915#9906]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-8/igt@kms_vrr@seamless-rr-switch-virtual.html * igt@kms_writeback@writeback-check-output: - shard-dg2: NOTRUN -> [SKIP][299] ([i915#2437]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-rkl: NOTRUN -> [SKIP][300] ([i915#2437] / [i915#9412]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-dg2: NOTRUN -> [SKIP][301] ([i915#2437] / [i915#9412]) +1 other test skip [301]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-invalid-parameters: - shard-dg2-9: NOTRUN -> [SKIP][302] ([i915#2437]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@kms_writeback@writeback-invalid-parameters.html * igt@perf@gen12-group-concurrent-oa-buffer-read: - shard-rkl: [PASS][303] -> [DMESG-WARN][304] ([i915#12964]) +12 other tests dmesg-warn [303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@perf@gen12-group-concurrent-oa-buffer-read.html [304]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@perf@gen12-group-concurrent-oa-buffer-read.html * igt@perf@gen12-group-exclusive-stream-sample-oa: - shard-glk10: NOTRUN -> [SKIP][305] +54 other tests skip [305]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk10/igt@perf@gen12-group-exclusive-stream-sample-oa.html * igt@perf@global-sseu-config-invalid: - shard-dg2: NOTRUN -> [SKIP][306] ([i915#7387]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@perf@global-sseu-config-invalid.html * igt@perf@non-zero-reason: - shard-dg2-9: NOTRUN -> [FAIL][307] ([i915#9100]) +1 other test fail [307]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@perf@non-zero-reason.html * igt@perf@polling-small-buf: - shard-rkl: [PASS][308] -> [FAIL][309] ([i915#14550]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@perf@polling-small-buf.html [309]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@perf@polling-small-buf.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: NOTRUN -> [FAIL][310] ([i915#4349]) +4 other tests fail [310]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-10/igt@perf_pmu@busy-double-start@vecs1.html * igt@perf_pmu@module-unload: - shard-tglu: NOTRUN -> [FAIL][311] ([i915#14433]) [311]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-tglu-10/igt@perf_pmu@module-unload.html * igt@prime_vgem@basic-read: - shard-dg2-9: NOTRUN -> [SKIP][312] ([i915#3291] / [i915#3708]) [312]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@prime_vgem@basic-read.html * igt@prime_vgem@fence-read-hang: - shard-dg2: NOTRUN -> [SKIP][313] ([i915#3708]) [313]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@prime_vgem@fence-read-hang.html * igt@sriov_basic@enable-vfs-autoprobe-on: - shard-dg2: NOTRUN -> [SKIP][314] ([i915#9917]) [314]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-2/igt@sriov_basic@enable-vfs-autoprobe-on.html - shard-rkl: NOTRUN -> [SKIP][315] ([i915#9917]) [315]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@sriov_basic@enable-vfs-autoprobe-on.html * igt@sriov_basic@enable-vfs-bind-unbind-each: - shard-dg2-9: NOTRUN -> [SKIP][316] ([i915#9917]) [316]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-9/igt@sriov_basic@enable-vfs-bind-unbind-each.html #### Possible fixes #### * igt@fbdev@eof: - shard-rkl: [SKIP][317] ([i915#14544] / [i915#2582]) -> [PASS][318] +1 other test pass [317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@fbdev@eof.html [318]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@fbdev@eof.html * igt@gem_ccs@suspend-resume: - shard-dg2: [INCOMPLETE][319] ([i915#13356]) -> [PASS][320] [319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-dg2-5/igt@gem_ccs@suspend-resume.html [320]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@gem_ccs@suspend-resume.html * igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0: - shard-dg2: [INCOMPLETE][321] ([i915#12392] / [i915#13356]) -> [PASS][322] [321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-dg2-5/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html [322]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-7/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html * igt@gem_exec_whisper@basic-queues-priority-all: - shard-rkl: [DMESG-WARN][323] ([i915#12964]) -> [PASS][324] +6 other tests pass [323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@gem_exec_whisper@basic-queues-priority-all.html [324]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@gem_exec_whisper@basic-queues-priority-all.html * igt@gem_mmap_offset@clear-via-pagefault: - shard-mtlp: [ABORT][325] ([i915#14809]) -> [PASS][326] +1 other test pass [325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-mtlp-3/igt@gem_mmap_offset@clear-via-pagefault.html [326]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-mtlp-5/igt@gem_mmap_offset@clear-via-pagefault.html * igt@gem_pxp@create-valid-protected-context: - shard-rkl: [TIMEOUT][327] ([i915#12964]) -> [PASS][328] [327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@gem_pxp@create-valid-protected-context.html [328]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@gem_pxp@create-valid-protected-context.html * igt@gem_pxp@verify-pxp-stale-buf-execution: - shard-rkl: [TIMEOUT][329] ([i915#12917] / [i915#12964]) -> [PASS][330] [329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@gem_pxp@verify-pxp-stale-buf-execution.html [330]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@gem_pxp@verify-pxp-stale-buf-execution.html * igt@i915_module_load@reload-no-display: - shard-dg2: [DMESG-WARN][331] ([i915#13029] / [i915#14545]) -> [PASS][332] [331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-dg2-11/igt@i915_module_load@reload-no-display.html [332]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-10/igt@i915_module_load@reload-no-display.html - shard-dg1: [DMESG-WARN][333] ([i915#13029] / [i915#14545]) -> [PASS][334] [333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-dg1-13/igt@i915_module_load@reload-no-display.html [334]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg1-17/igt@i915_module_load@reload-no-display.html * igt@i915_selftest@live: - shard-rkl: [DMESG-FAIL][335] ([i915#12942] / [i915#12964]) -> [PASS][336] [335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@i915_selftest@live.html [336]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@i915_selftest@live.html * igt@i915_selftest@live@gt_pm: - shard-rkl: [DMESG-FAIL][337] ([i915#12942]) -> [PASS][338] [337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@i915_selftest@live@gt_pm.html [338]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@i915_selftest@live@gt_pm.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: [INCOMPLETE][339] ([i915#4817]) -> [PASS][340] [339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-3/igt@i915_suspend@basic-s3-without-i915.html [340]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-2/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_color@ctm-0-25: - shard-rkl: [SKIP][341] ([i915#12655] / [i915#14544]) -> [PASS][342] +1 other test pass [341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_color@ctm-0-25.html [342]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@kms_color@ctm-0-25.html * igt@kms_cursor_crc@cursor-onscreen-256x256: - shard-rkl: [SKIP][343] ([i915#14544]) -> [PASS][344] +55 other tests pass [343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-256x256.html [344]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-256x256.html * igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions: - shard-rkl: [FAIL][345] ([i915#14786]) -> [PASS][346] [345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-8/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions.html [346]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-3/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions.html * igt@kms_fbcon_fbt@fbc: - shard-rkl: [SKIP][347] ([i915#14544] / [i915#14561]) -> [PASS][348] [347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_fbcon_fbt@fbc.html [348]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_fbcon_fbt@fbc.html * igt@kms_flip@flip-vs-expired-vblank-interruptible: - shard-rkl: [SKIP][349] ([i915#14544] / [i915#3637]) -> [PASS][350] +4 other tests pass [349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_flip@flip-vs-expired-vblank-interruptible.html [350]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible.html * igt@kms_flip@flip-vs-suspend: - shard-dg2: [ABORT][351] ([i915#8213]) -> [PASS][352] +3 other tests pass [351]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-dg2-10/igt@kms_flip@flip-vs-suspend.html [352]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-10/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling: - shard-rkl: [SKIP][353] ([i915#14544] / [i915#3555]) -> [PASS][354] +2 other tests pass [353]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html [354]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-rkl: [SKIP][355] ([i915#14544] / [i915#1849] / [i915#5354]) -> [PASS][356] +10 other tests pass [355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc.html [356]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move: - shard-glk: [SKIP][357] -> [PASS][358] [357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-glk8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html [358]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk9/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html * igt@kms_invalid_mode@bad-htotal: - shard-rkl: [SKIP][359] ([i915#14544] / [i915#3555] / [i915#8826]) -> [PASS][360] +2 other tests pass [359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_invalid_mode@bad-htotal.html [360]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_invalid_mode@bad-htotal.html * igt@kms_plane@planar-pixel-format-settings: - shard-rkl: [SKIP][361] ([i915#14544] / [i915#9581]) -> [PASS][362] [361]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_plane@planar-pixel-format-settings.html [362]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_plane@planar-pixel-format-settings.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a: - shard-rkl: [INCOMPLETE][363] ([i915#14412]) -> [PASS][364] +1 other test pass [363]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-3/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html [364]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-7/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html * igt@kms_plane_scaling@invalid-parameters: - shard-rkl: [SKIP][365] ([i915#14544] / [i915#8152]) -> [PASS][366] [365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_plane_scaling@invalid-parameters.html [366]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_plane_scaling@invalid-parameters.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats: - shard-rkl: [SKIP][367] ([i915#14544] / [i915#3555] / [i915#8152]) -> [PASS][368] [367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats.html [368]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-a: - shard-rkl: [SKIP][369] ([i915#12247] / [i915#14544]) -> [PASS][370] +4 other tests pass [369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-a.html [370]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-a.html * igt@kms_plane_scaling@planes-upscale-20x20: - shard-rkl: [SKIP][371] ([i915#14544] / [i915#6953] / [i915#8152]) -> [PASS][372] +1 other test pass [371]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-20x20.html [372]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_plane_scaling@planes-upscale-20x20.html * igt@kms_plane_scaling@planes-upscale-factor-0-25: - shard-rkl: [SKIP][373] ([i915#14544] / [i915#3555] / [i915#6953] / [i915#8152]) -> [PASS][374] [373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-factor-0-25.html [374]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_plane_scaling@planes-upscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-b: - shard-rkl: [SKIP][375] ([i915#12247] / [i915#14544] / [i915#8152]) -> [PASS][376] +5 other tests pass [375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-b.html [376]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-b.html * igt@kms_pm_dc@dc5-dpms-negative: - shard-rkl: [SKIP][377] ([i915#13441] / [i915#14544]) -> [PASS][378] [377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_pm_dc@dc5-dpms-negative.html [378]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_pm_dc@dc5-dpms-negative.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-rkl: [SKIP][379] ([i915#14544] / [i915#9519]) -> [PASS][380] +1 other test pass [379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_pm_rpm@modeset-non-lpsp.html [380]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-rkl: [SKIP][381] ([i915#9519]) -> [PASS][382] [381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress.html [382]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_setmode@basic@pipe-b-edp-1: - shard-mtlp: [FAIL][383] ([i915#5465]) -> [PASS][384] +2 other tests pass [383]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-mtlp-4/igt@kms_setmode@basic@pipe-b-edp-1.html [384]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-mtlp-4/igt@kms_setmode@basic@pipe-b-edp-1.html * igt@kms_vblank@wait-forked-busy: - shard-dg1: [DMESG-WARN][385] ([i915#4423]) -> [PASS][386] [385]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-dg1-17/igt@kms_vblank@wait-forked-busy.html [386]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg1-18/igt@kms_vblank@wait-forked-busy.html #### Warnings #### * igt@api_intel_bb@crc32: - shard-rkl: [SKIP][387] ([i915#6230]) -> [SKIP][388] ([i915#14544] / [i915#6230]) [387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@api_intel_bb@crc32.html [388]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@api_intel_bb@crc32.html * igt@gem_ccs@ctrl-surf-copy: - shard-rkl: [SKIP][389] ([i915#14544] / [i915#3555] / [i915#9323]) -> [SKIP][390] ([i915#3555] / [i915#9323]) +1 other test skip [389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@gem_ccs@ctrl-surf-copy.html [390]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-rkl: [SKIP][391] ([i915#14544] / [i915#6335]) -> [SKIP][392] ([i915#6335]) [391]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@gem_create@create-ext-cpu-access-sanity-check.html [392]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_ctx_sseu@invalid-sseu: - shard-rkl: [SKIP][393] ([i915#14544] / [i915#280]) -> [SKIP][394] ([i915#280]) [393]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@gem_ctx_sseu@invalid-sseu.html [394]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_eio@kms: - shard-rkl: [SKIP][395] ([i915#14544]) -> [DMESG-WARN][396] ([i915#13363]) [395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@gem_eio@kms.html [396]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@gem_eio@kms.html * igt@gem_exec_balancer@parallel-contexts: - shard-rkl: [SKIP][397] ([i915#4525]) -> [SKIP][398] ([i915#14544] / [i915#4525]) +1 other test skip [397]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@gem_exec_balancer@parallel-contexts.html [398]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@gem_exec_balancer@parallel-contexts.html * igt@gem_exec_balancer@parallel-ordering: - shard-rkl: [SKIP][399] ([i915#14544] / [i915#4525]) -> [SKIP][400] ([i915#4525]) [399]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@gem_exec_balancer@parallel-ordering.html [400]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@gem_exec_balancer@parallel-ordering.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-rkl: [SKIP][401] ([i915#6334]) -> [SKIP][402] ([i915#14544] / [i915#6334]) +1 other test skip [401]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@gem_exec_capture@capture-invisible@smem0.html [402]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_reloc@basic-gtt-cpu: - shard-rkl: [SKIP][403] ([i915#3281]) -> [SKIP][404] ([i915#14544] / [i915#3281]) +11 other tests skip [403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@gem_exec_reloc@basic-gtt-cpu.html [404]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-cpu.html * igt@gem_exec_reloc@basic-gtt-wc-noreloc: - shard-rkl: [SKIP][405] ([i915#14544] / [i915#3281]) -> [SKIP][406] ([i915#3281]) +10 other tests skip [405]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html [406]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html * igt@gem_lmem_swapping@parallel-multi: - shard-rkl: [SKIP][407] ([i915#14544] / [i915#4613]) -> [SKIP][408] ([i915#4613]) +3 other tests skip [407]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@gem_lmem_swapping@parallel-multi.html [408]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_lmem_swapping@verify-ccs: - shard-rkl: [SKIP][409] ([i915#4613]) -> [SKIP][410] ([i915#14544] / [i915#4613]) +2 other tests skip [409]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@gem_lmem_swapping@verify-ccs.html [410]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_media_vme: - shard-rkl: [SKIP][411] ([i915#284]) -> [SKIP][412] ([i915#14544] / [i915#284]) [411]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@gem_media_vme.html [412]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@gem_media_vme.html * igt@gem_partial_pwrite_pread@writes-after-reads-display: - shard-rkl: [SKIP][413] ([i915#3282]) -> [SKIP][414] ([i915#14544] / [i915#3282]) +3 other tests skip [413]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads-display.html [414]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-display.html * igt@gem_pread@snoop: - shard-rkl: [SKIP][415] ([i915#14544] / [i915#3282]) -> [SKIP][416] ([i915#3282]) +4 other tests skip [415]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@gem_pread@snoop.html [416]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@gem_pread@snoop.html * igt@gem_pxp@create-regular-context-2: - shard-rkl: [TIMEOUT][417] ([i915#12917] / [i915#12964]) -> [SKIP][418] ([i915#14544] / [i915#4270]) +1 other test skip [417]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@gem_pxp@create-regular-context-2.html [418]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@gem_pxp@create-regular-context-2.html * igt@gem_set_tiling_vs_blt@tiled-to-untiled: - shard-rkl: [SKIP][419] ([i915#8411]) -> [SKIP][420] ([i915#14544] / [i915#8411]) +3 other tests skip [419]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html [420]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html * igt@gem_userptr_blits@dmabuf-sync: - shard-rkl: [SKIP][421] ([i915#3297] / [i915#3323]) -> [SKIP][422] ([i915#14544] / [i915#3297] / [i915#3323]) [421]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@gem_userptr_blits@dmabuf-sync.html [422]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@forbidden-operations: - shard-rkl: [SKIP][423] ([i915#14544] / [i915#3282] / [i915#3297]) -> [SKIP][424] ([i915#3282] / [i915#3297]) [423]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@gem_userptr_blits@forbidden-operations.html [424]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@gem_userptr_blits@forbidden-operations.html * igt@gem_userptr_blits@readonly-unsync: - shard-rkl: [SKIP][425] ([i915#14544] / [i915#3297]) -> [SKIP][426] ([i915#3297]) [425]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@gem_userptr_blits@readonly-unsync.html [426]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@gem_userptr_blits@readonly-unsync.html * igt@gem_userptr_blits@relocations: - shard-rkl: [SKIP][427] ([i915#3281] / [i915#3297]) -> [SKIP][428] ([i915#14544] / [i915#3281] / [i915#3297]) [427]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@gem_userptr_blits@relocations.html [428]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@gem_userptr_blits@relocations.html * igt@gen9_exec_parse@batch-without-end: - shard-rkl: [SKIP][429] ([i915#14544] / [i915#2527]) -> [SKIP][430] ([i915#2527]) +3 other tests skip [429]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@gen9_exec_parse@batch-without-end.html [430]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@gen9_exec_parse@batch-without-end.html * igt@gen9_exec_parse@bb-oversize: - shard-rkl: [SKIP][431] ([i915#2527]) -> [SKIP][432] ([i915#14544] / [i915#2527]) +3 other tests skip [431]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@gen9_exec_parse@bb-oversize.html [432]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@gen9_exec_parse@bb-oversize.html * igt@i915_pm_freq_api@freq-reset: - shard-rkl: [SKIP][433] ([i915#8399]) -> [SKIP][434] ([i915#14544] / [i915#8399]) [433]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@i915_pm_freq_api@freq-reset.html [434]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@i915_pm_freq_api@freq-reset.html * igt@i915_pm_sseu@full-enable: - shard-rkl: [SKIP][435] ([i915#4387]) -> [SKIP][436] ([i915#14544] / [i915#4387]) [435]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@i915_pm_sseu@full-enable.html [436]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@i915_pm_sseu@full-enable.html * igt@i915_query@test-query-geometry-subslices: - shard-rkl: [SKIP][437] ([i915#14544] / [i915#5723]) -> [SKIP][438] ([i915#5723]) [437]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@i915_query@test-query-geometry-subslices.html [438]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@i915_query@test-query-geometry-subslices.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-rkl: [SKIP][439] ([i915#9531]) -> [SKIP][440] ([i915#14544]) [439]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html [440]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-rkl: [SKIP][441] ([i915#1769] / [i915#3555]) -> [SKIP][442] ([i915#14544]) [441]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html [442]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-16bpp-rotate-90: - shard-rkl: [SKIP][443] ([i915#14544]) -> [SKIP][444] ([i915#5286]) +4 other tests skip [443]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html [444]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-rkl: [SKIP][445] ([i915#5286]) -> [SKIP][446] ([i915#14544]) +6 other tests skip [445]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [446]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-rkl: [SKIP][447] ([i915#3638]) -> [SKIP][448] ([i915#14544]) +3 other tests skip [447]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_big_fb@linear-8bpp-rotate-270.html [448]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@x-tiled-8bpp-rotate-270: - shard-rkl: [SKIP][449] ([i915#14544]) -> [SKIP][450] ([i915#3638]) [449]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html [450]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs: - shard-rkl: [SKIP][451] ([i915#14544]) -> [SKIP][452] ([i915#14098] / [i915#6095]) +13 other tests skip [451]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html [452]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-b-hdmi-a-2: - shard-rkl: [SKIP][453] ([i915#6095]) -> [SKIP][454] ([i915#14098] / [i915#6095]) +5 other tests skip [453]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-8/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-b-hdmi-a-2.html [454]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs: - shard-rkl: [SKIP][455] ([i915#14098] / [i915#6095]) -> [SKIP][456] ([i915#14544]) +13 other tests skip [455]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html [456]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-rkl: [SKIP][457] ([i915#12313]) -> [SKIP][458] ([i915#14544]) +2 other tests skip [457]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html [458]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_chamelium_frames@hdmi-cmp-planar-formats: - shard-rkl: [SKIP][459] ([i915#11151] / [i915#7828]) -> [SKIP][460] ([i915#11151] / [i915#14544] / [i915#7828]) +7 other tests skip [459]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html [460]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html * igt@kms_chamelium_hpd@vga-hpd-fast: - shard-rkl: [SKIP][461] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][462] ([i915#11151] / [i915#7828]) +6 other tests skip [461]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_chamelium_hpd@vga-hpd-fast.html [462]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_chamelium_hpd@vga-hpd-fast.html * igt@kms_content_protection@atomic-dpms: - shard-rkl: [SKIP][463] ([i915#7118] / [i915#9424]) -> [SKIP][464] ([i915#14544]) +1 other test skip [463]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_content_protection@atomic-dpms.html [464]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-rkl: [SKIP][465] ([i915#14544]) -> [SKIP][466] ([i915#3116]) [465]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_content_protection@dp-mst-lic-type-0.html [466]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-rkl: [SKIP][467] ([i915#3116]) -> [SKIP][468] ([i915#14544]) +1 other test skip [467]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_content_protection@dp-mst-lic-type-1.html [468]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-rkl: [SKIP][469] ([i915#14544]) -> [SKIP][470] ([i915#13049]) +1 other test skip [469]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_cursor_crc@cursor-offscreen-512x512.html [470]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-32x10: - shard-rkl: [SKIP][471] ([i915#14544]) -> [SKIP][472] ([i915#3555]) +4 other tests skip [471]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html [472]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html * igt@kms_cursor_crc@cursor-rapid-movement-32x32: - shard-rkl: [SKIP][473] ([i915#3555]) -> [SKIP][474] ([i915#14544]) +3 other tests skip [473]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html [474]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html * igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-edp-1: - shard-mtlp: [DMESG-WARN][475] ([i915#14843]) -> [FAIL][476] ([i915#13566]) +2 other tests fail [475]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-mtlp-3/igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-edp-1.html [476]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-mtlp-5/igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-edp-1.html * igt@kms_cursor_legacy@cursor-vs-flip-varying-size: - shard-rkl: [DMESG-WARN][477] ([i915#12964]) -> [SKIP][478] ([i915#14544]) +3 other tests skip [477]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_cursor_legacy@cursor-vs-flip-varying-size.html [478]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_cursor_legacy@cursor-vs-flip-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy: - shard-rkl: [SKIP][479] -> [SKIP][480] ([i915#14544]) +16 other tests skip [479]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html [480]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-rkl: [SKIP][481] ([i915#14544]) -> [FAIL][482] ([i915#2346]) [481]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [482]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-rkl: [SKIP][483] ([i915#14544]) -> [SKIP][484] ([i915#9067]) [483]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html [484]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-rkl: [SKIP][485] ([i915#4103]) -> [SKIP][486] ([i915#14544]) [485]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html [486]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-rkl: [SKIP][487] ([i915#14544]) -> [SKIP][488] ([i915#9723]) [487]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html [488]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_display_modes@extended-mode-basic: - shard-rkl: [SKIP][489] ([i915#14544]) -> [SKIP][490] ([i915#13691]) [489]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_display_modes@extended-mode-basic.html [490]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_display_modes@extended-mode-basic.html * igt@kms_dp_linktrain_fallback@dsc-fallback: - shard-rkl: [SKIP][491] ([i915#13707]) -> [SKIP][492] ([i915#14544]) [491]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_dp_linktrain_fallback@dsc-fallback.html [492]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_dp_linktrain_fallback@dsc-fallback.html * igt@kms_dsc@dsc-basic: - shard-rkl: [SKIP][493] ([i915#11190] / [i915#14544]) -> [SKIP][494] ([i915#3555] / [i915#3840]) [493]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_dsc@dsc-basic.html [494]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-with-bpc: - shard-rkl: [SKIP][495] ([i915#3555] / [i915#3840]) -> [SKIP][496] ([i915#14544]) [495]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_dsc@dsc-with-bpc.html [496]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_dsc@dsc-with-bpc.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-rkl: [SKIP][497] ([i915#14544]) -> [SKIP][498] ([i915#3555] / [i915#3840]) [497]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_dsc@dsc-with-bpc-formats.html [498]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_feature_discovery@psr2: - shard-rkl: [SKIP][499] ([i915#14544] / [i915#658]) -> [SKIP][500] ([i915#658]) [499]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_feature_discovery@psr2.html [500]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible: - shard-rkl: [SKIP][501] ([i915#14544] / [i915#9934]) -> [SKIP][502] ([i915#9934]) +2 other tests skip [501]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html [502]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html * igt@kms_flip@2x-flip-vs-suspend: - shard-glk: [SKIP][503] -> [INCOMPLETE][504] ([i915#12745] / [i915#4839]) [503]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-glk8/igt@kms_flip@2x-flip-vs-suspend.html [504]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk9/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@2x-plain-flip: - shard-rkl: [SKIP][505] ([i915#9934]) -> [SKIP][506] ([i915#14544] / [i915#9934]) +9 other tests skip [505]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_flip@2x-plain-flip.html [506]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_flip@2x-plain-flip.html * igt@kms_flip@flip-vs-suspend: - shard-glk: [INCOMPLETE][507] ([i915#12745] / [i915#4839]) -> [INCOMPLETE][508] ([i915#12314] / [i915#12745] / [i915#4839]) [507]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-glk5/igt@kms_flip@flip-vs-suspend.html [508]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk8/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-glk: [INCOMPLETE][509] ([i915#12745] / [i915#4839]) -> [INCOMPLETE][510] ([i915#12745] / [i915#4839] / [i915#6113]) [509]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-glk9/igt@kms_flip@flip-vs-suspend-interruptible.html [510]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-glk3/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling: - shard-rkl: [SKIP][511] ([i915#14544] / [i915#3555]) -> [SKIP][512] ([i915#2672] / [i915#3555]) +3 other tests skip [511]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html [512]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling: - shard-rkl: [SKIP][513] ([i915#2672] / [i915#3555]) -> [SKIP][514] ([i915#14544] / [i915#3555]) +3 other tests skip [513]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html [514]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render: - shard-rkl: [SKIP][515] ([i915#14544] / [i915#1849] / [i915#5354]) -> [SKIP][516] ([i915#1825]) +37 other tests skip [515]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html [516]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt: - shard-rkl: [SKIP][517] ([i915#14544] / [i915#1849] / [i915#5354]) -> [SKIP][518] [517]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html [518]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4: - shard-rkl: [SKIP][519] ([i915#5439]) -> [SKIP][520] ([i915#14544] / [i915#1849] / [i915#5354]) [519]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html [520]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu: - shard-dg2: [SKIP][521] ([i915#10433] / [i915#3458]) -> [SKIP][522] ([i915#3458]) +1 other test skip [521]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html [522]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt: - shard-rkl: [SKIP][523] ([i915#3023]) -> [SKIP][524] ([i915#14544] / [i915#1849] / [i915#5354]) +21 other tests skip [523]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html [524]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render: - shard-dg2: [SKIP][525] ([i915#3458]) -> [SKIP][526] ([i915#10433] / [i915#3458]) [525]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html [526]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc: - shard-rkl: [SKIP][527] ([i915#1825]) -> [SKIP][528] ([i915#14544] / [i915#1849] / [i915#5354]) +26 other tests skip [527]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html [528]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-render: - shard-rkl: [SKIP][529] ([i915#14544] / [i915#1849] / [i915#5354]) -> [SKIP][530] ([i915#3023]) +19 other tests skip [529]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html [530]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html * igt@kms_hdr@bpc-switch: - shard-rkl: [SKIP][531] ([i915#3555] / [i915#8228]) -> [SKIP][532] ([i915#14544]) +1 other test skip [531]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_hdr@bpc-switch.html [532]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_hdr@bpc-switch.html * igt@kms_hdr@static-swap: - shard-rkl: [SKIP][533] ([i915#14544]) -> [SKIP][534] ([i915#3555] / [i915#8228]) +1 other test skip [533]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_hdr@static-swap.html [534]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@kms_hdr@static-swap.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-rkl: [SKIP][535] ([i915#12394]) -> [SKIP][536] ([i915#12394] / [i915#14544]) [535]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_joiner@basic-force-ultra-joiner.html [536]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_joiner@invalid-modeset-force-ultra-joiner: - shard-rkl: [SKIP][537] ([i915#12394] / [i915#14544]) -> [SKIP][538] ([i915#12394]) [537]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html [538]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner: - shard-rkl: [SKIP][539] ([i915#13522] / [i915#14544]) -> [SKIP][540] ([i915#13522]) [539]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html [540]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes: - shard-rkl: [SKIP][541] ([i915#14544]) -> [SKIP][542] +21 other tests skip [541]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html [542]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html * igt@kms_plane_multiple@tiling-4: - shard-rkl: [SKIP][543] ([i915#14544]) -> [SKIP][544] ([i915#14259]) [543]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_plane_multiple@tiling-4.html [544]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_plane_multiple@tiling-4.html * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a: - shard-rkl: [SKIP][545] ([i915#12247] / [i915#14544]) -> [SKIP][546] ([i915#12247]) +1 other test skip [545]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html [546]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-b: - shard-rkl: [SKIP][547] ([i915#12247] / [i915#14544] / [i915#8152]) -> [SKIP][548] ([i915#12247]) +3 other tests skip [547]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-b.html [548]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-b.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation: - shard-rkl: [SKIP][549] ([i915#3555]) -> [SKIP][550] ([i915#14544] / [i915#3555] / [i915#8152]) [549]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html [550]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html * igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a: - shard-rkl: [SKIP][551] ([i915#12247]) -> [SKIP][552] ([i915#12247] / [i915#14544]) +1 other test skip [551]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html [552]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html * igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-b: - shard-rkl: [SKIP][553] ([i915#12247]) -> [SKIP][554] ([i915#12247] / [i915#14544] / [i915#8152]) +2 other tests skip [553]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-b.html [554]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-b.html * igt@kms_pm_backlight@brightness-with-dpms: - shard-rkl: [SKIP][555] ([i915#12343]) -> [SKIP][556] ([i915#12343] / [i915#14544]) [555]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_pm_backlight@brightness-with-dpms.html [556]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_pm_backlight@brightness-with-dpms.html * igt@kms_pm_dc@dc6-dpms: - shard-rkl: [FAIL][557] ([i915#9295]) -> [SKIP][558] ([i915#3361]) [557]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_pm_dc@dc6-dpms.html [558]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc6-psr: - shard-rkl: [SKIP][559] ([i915#9685]) -> [SKIP][560] ([i915#14544] / [i915#9685]) [559]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_pm_dc@dc6-psr.html [560]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_dc@dc9-dpms: - shard-rkl: [SKIP][561] ([i915#4281]) -> [SKIP][562] ([i915#14544] / [i915#4281]) [561]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html [562]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-rkl: [SKIP][563] ([i915#3828]) -> [SKIP][564] ([i915#9340]) [563]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_pm_lpsp@kms-lpsp.html [564]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_lpsp@screens-disabled: - shard-rkl: [SKIP][565] ([i915#14544] / [i915#8430]) -> [SKIP][566] ([i915#8430]) [565]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_pm_lpsp@screens-disabled.html [566]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-rkl: [SKIP][567] ([i915#9519]) -> [SKIP][568] ([i915#12916]) [567]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-8/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html [568]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@modeset-lpsp: - shard-rkl: [SKIP][569] ([i915#14544] / [i915#9519]) -> [SKIP][570] ([i915#9519]) [569]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp.html [570]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_prime@basic-modeset-hybrid: - shard-rkl: [SKIP][571] ([i915#6524]) -> [SKIP][572] ([i915#14544] / [i915#6524]) [571]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_prime@basic-modeset-hybrid.html [572]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf: - shard-rkl: [SKIP][573] ([i915#11520] / [i915#14544]) -> [SKIP][574] ([i915#11520]) +7 other tests skip [573]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html [574]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area: - shard-rkl: [SKIP][575] ([i915#11520]) -> [SKIP][576] ([i915#11520] / [i915#14544]) +7 other tests skip [575]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area.html [576]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-p010: - shard-rkl: [SKIP][577] ([i915#14544] / [i915#9683]) -> [SKIP][578] ([i915#9683]) [577]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_psr2_su@page_flip-p010.html [578]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-psr2-sprite-render: - shard-rkl: [SKIP][579] ([i915#1072] / [i915#9732]) -> [SKIP][580] ([i915#1072] / [i915#14544] / [i915#9732]) +21 other tests skip [579]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_psr@fbc-psr2-sprite-render.html [580]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_psr@fbc-psr2-sprite-render.html * igt@kms_psr@psr-sprite-plane-move: - shard-rkl: [SKIP][581] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][582] ([i915#1072] / [i915#9732]) +19 other tests skip [581]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_psr@psr-sprite-plane-move.html [582]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_psr@psr-sprite-plane-move.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-rkl: [SKIP][583] ([i915#14544] / [i915#9685]) -> [SKIP][584] ([i915#9685]) [583]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html [584]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-rkl: [SKIP][585] ([i915#14544]) -> [SKIP][586] ([i915#5289]) +1 other test skip [585]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html [586]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_sequence@get-forked-busy: - shard-rkl: [SKIP][587] ([i915#14544]) -> [DMESG-WARN][588] ([i915#12964]) [587]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_sequence@get-forked-busy.html [588]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-4/igt@kms_sequence@get-forked-busy.html * igt@kms_setmode@clone-exclusive-crtc: - shard-rkl: [SKIP][589] ([i915#14544] / [i915#3555]) -> [SKIP][590] ([i915#3555]) +1 other test skip [589]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_setmode@clone-exclusive-crtc.html [590]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-rkl: [SKIP][591] ([i915#8623]) -> [SKIP][592] ([i915#14544]) [591]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [592]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vrr@lobf: - shard-rkl: [SKIP][593] ([i915#11920]) -> [SKIP][594] ([i915#14544]) [593]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@kms_vrr@lobf.html [594]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_vrr@lobf.html * igt@kms_vrr@negative-basic: - shard-rkl: [SKIP][595] ([i915#3555] / [i915#9906]) -> [SKIP][596] ([i915#14544]) [595]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@kms_vrr@negative-basic.html [596]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@kms_vrr@negative-basic.html * igt@kms_writeback@writeback-fb-id: - shard-rkl: [SKIP][597] ([i915#14544] / [i915#2437]) -> [SKIP][598] ([i915#2437]) [597]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@kms_writeback@writeback-fb-id.html [598]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@kms_writeback@writeback-fb-id.html * igt@perf@gen8-unprivileged-single-ctx-counters: - shard-rkl: [SKIP][599] ([i915#2436]) -> [SKIP][600] ([i915#14544] / [i915#2436]) [599]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@perf@gen8-unprivileged-single-ctx-counters.html [600]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@perf@gen8-unprivileged-single-ctx-counters.html * igt@perf@mi-rpc: - shard-rkl: [SKIP][601] ([i915#14544] / [i915#2434]) -> [SKIP][602] ([i915#2434]) [601]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@perf@mi-rpc.html [602]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@perf@mi-rpc.html * igt@perf@per-context-mode-unprivileged: - shard-rkl: [SKIP][603] ([i915#14544] / [i915#2435]) -> [SKIP][604] ([i915#2435]) [603]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@perf@per-context-mode-unprivileged.html [604]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-5/igt@perf@per-context-mode-unprivileged.html * igt@perf@unprivileged-single-ctx-counters: - shard-rkl: [SKIP][605] ([i915#14544] / [i915#2433]) -> [SKIP][606] ([i915#2433]) [605]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@perf@unprivileged-single-ctx-counters.html [606]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@perf@unprivileged-single-ctx-counters.html * igt@perf_pmu@module-unload: - shard-rkl: [DMESG-FAIL][607] ([i915#12964]) -> [FAIL][608] ([i915#14433]) [607]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-7/igt@perf_pmu@module-unload.html [608]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@perf_pmu@module-unload.html * igt@prime_vgem@basic-read: - shard-rkl: [SKIP][609] ([i915#3291] / [i915#3708]) -> [SKIP][610] ([i915#14544] / [i915#3291] / [i915#3708]) [609]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@prime_vgem@basic-read.html [610]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@prime_vgem@basic-read.html * igt@prime_vgem@coherency-gtt: - shard-rkl: [SKIP][611] ([i915#14544] / [i915#3708]) -> [SKIP][612] ([i915#3708]) [611]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@prime_vgem@coherency-gtt.html [612]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-read-hang: - shard-rkl: [SKIP][613] ([i915#3708]) -> [SKIP][614] ([i915#14544] / [i915#3708]) [613]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@prime_vgem@fence-read-hang.html [614]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@prime_vgem@fence-read-hang.html * igt@sriov_basic@bind-unbind-vf: - shard-rkl: [SKIP][615] ([i915#14544] / [i915#9917]) -> [SKIP][616] ([i915#9917]) [615]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-6/igt@sriov_basic@bind-unbind-vf.html [616]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-8/igt@sriov_basic@bind-unbind-vf.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-rkl: [SKIP][617] ([i915#9917]) -> [SKIP][618] ([i915#14544] / [i915#9917]) [617]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17030/shard-rkl-5/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html [618]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/shard-rkl-6/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [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#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647 [i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#10959]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10959 [i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151 [i915#11190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11190 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#11527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11527 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187 [i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920 [i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169 [i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247 [i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313 [i915#12314]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12314 [i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343 [i915#12353]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12353 [i915#12388]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388 [i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392 [i915#12394]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12394 [i915#12655]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12655 [i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713 [i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745 [i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755 [i915#12796]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12796 [i915#12797]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12797 [i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805 [i915#12916]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12916 [i915#12917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917 [i915#12942]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12942 [i915#12964]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964 [i915#13008]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13008 [i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029 [i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046 [i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049 [i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356 [i915#13363]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13363 [i915#13398]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398 [i915#13441]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13441 [i915#13522]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13522 [i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566 [i915#13691]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691 [i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707 [i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749 [i915#13781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13781 [i915#13783]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783 [i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958 [i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073 [i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098 [i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118 [i915#14123]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14123 [i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259 [i915#14412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14412 [i915#14433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14433 [i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544 [i915#14545]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14545 [i915#14550]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14550 [i915#14561]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14561 [i915#14694]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14694 [i915#14786]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14786 [i915#14809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14809 [i915#14843]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14843 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [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#1850]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1850 [i915#2346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346 [i915#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433 [i915#2434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434 [i915#2435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2435 [i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436 [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#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323 [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#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#4036]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4036 [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#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281 [i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387 [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [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#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817 [i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#4879]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4879 [i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880 [i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885 [i915#5107]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5107 [i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138 [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#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439 [i915#5465]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5465 [i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493 [i915#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6113]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113 [i915#6230]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230 [i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301 [i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334 [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#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953 [i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7276 [i915#7294]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7294 [i915#7387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7387 [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#7862]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7862 [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#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381 [i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430 [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812 [i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821 [i915#8825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8825 [i915#8826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8826 [i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053 [i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067 [i915#9100]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100 [i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295 [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323 [i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337 [i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340 [i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519 [i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531 [i915#9581]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9581 [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688 [i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9738]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9738 [i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766 [i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * Linux: CI_DRM_17030 -> Patchwork_153141v1 CI-20190529: 20190529 CI_DRM_17030: deb6c5d08f8b84ea7e019b7682631c6375cc17aa @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8496: acea60af09e5f4b3cb0cd6838c23ef1e92c17323 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_153141v1: deb6c5d08f8b84ea7e019b7682631c6375cc17aa @ git://anongit.freedesktop.org/gfx-ci/linux piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_153141v1/index.html [-- Attachment #2: Type: text/html, Size: 207350 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-19 18:35 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-08-19 13:25 [PATCH] drm/i915/display: take out dead code Juha-Pekka Heikkila 2025-08-19 13:35 ` Jani Nikula 2025-08-19 14:39 ` ✓ i915.CI.BAT: success for " Patchwork 2025-08-19 18:35 ` ✗ i915.CI.Full: failure " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).