* [PATCH] drm/i915: Fixed an typo in i915_gem_gtt.c
@ 2024-11-20 12:32 Zhang He
2024-11-25 13:02 ` ✓ i915.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Zhang He @ 2024-11-20 12:32 UTC (permalink / raw)
To: rodrigo.vivi; +Cc: intel-gfx, dri-devel, Zhang He
in function `i915_gem_gtt_reserve` @node comment,
i915_vma has no `mode` member, `i915_vma.node` is the correct name
Signed-off-by: Zhang He <zhanghe9702@163.com>
---
drivers/gpu/drm/i915/i915_gem_gtt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c b/drivers/gpu/drm/i915/i915_gem_gtt.c
index a9662cc6ed1e..25295eb626dc 100644
--- a/drivers/gpu/drm/i915/i915_gem_gtt.c
+++ b/drivers/gpu/drm/i915/i915_gem_gtt.c
@@ -71,7 +71,7 @@ void i915_gem_gtt_finish_pages(struct drm_i915_gem_object *obj,
* i915_gem_gtt_reserve - reserve a node in an address_space (GTT)
* @vm: the &struct i915_address_space
* @ww: An optional struct i915_gem_ww_ctx.
- * @node: the &struct drm_mm_node (typically i915_vma.mode)
+ * @node: the &struct drm_mm_node (typically i915_vma.node)
* @size: how much space to allocate inside the GTT,
* must be #I915_GTT_PAGE_SIZE aligned
* @offset: where to insert inside the GTT,
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* ✓ i915.CI.BAT: success for drm/i915: Fixed an typo in i915_gem_gtt.c 2024-11-20 12:32 [PATCH] drm/i915: Fixed an typo in i915_gem_gtt.c Zhang He @ 2024-11-25 13:02 ` Patchwork 2024-11-25 14:51 ` ✗ i915.CI.Full: failure " Patchwork 2024-11-25 16:00 ` [PATCH] " Rodrigo Vivi 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2024-11-25 13:02 UTC (permalink / raw) To: Zhang He; +Cc: intel-gfx == Series Details == Series: drm/i915: Fixed an typo in i915_gem_gtt.c URL : https://patchwork.freedesktop.org/series/141747/ State : success == Summary == CI Bug Log - changes from CI_DRM_15738 -> Patchwork_141747v1 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/index.html Participating hosts (45 -> 44) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in Patchwork_141747v1 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_pipe_crc_basic@read-crc-frame-sequence: - bat-dg2-11: [PASS][1] -> [SKIP][2] ([i915#9197]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/bat-dg2-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/bat-dg2-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence.html * igt@kms_pm_rpm@basic-pci-d3-state: - bat-adls-6: [PASS][3] -> [SKIP][4] ([i915#12916]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/bat-adls-6/igt@kms_pm_rpm@basic-pci-d3-state.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/bat-adls-6/igt@kms_pm_rpm@basic-pci-d3-state.html * igt@kms_pm_rpm@basic-rte: - bat-adls-6: [PASS][5] -> [FAIL][6] ([i915#12916]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/bat-adls-6/igt@kms_pm_rpm@basic-rte.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/bat-adls-6/igt@kms_pm_rpm@basic-rte.html #### Possible fixes #### * igt@i915_pm_rpm@module-reload: - bat-dg2-11: [FAIL][7] ([i915#12903]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/bat-dg2-11/igt@i915_pm_rpm@module-reload.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/bat-dg2-11/igt@i915_pm_rpm@module-reload.html - bat-adls-6: [FAIL][9] ([i915#12903]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/bat-adls-6/igt@i915_pm_rpm@module-reload.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/bat-adls-6/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@workarounds: - bat-mtlp-6: [ABORT][11] ([i915#12061]) -> [PASS][12] +1 other test pass [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/bat-mtlp-6/igt@i915_selftest@live@workarounds.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/bat-mtlp-6/igt@i915_selftest@live@workarounds.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12903]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12903 [i915#12916]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12916 [i915#9197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197 Build changes ------------- * Linux: CI_DRM_15738 -> Patchwork_141747v1 CI-20190529: 20190529 CI_DRM_15738: b21f1413ea1860e80fd278112e820e6dadfc9df9 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8124: 8124 Patchwork_141747v1: b21f1413ea1860e80fd278112e820e6dadfc9df9 @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/index.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* ✗ i915.CI.Full: failure for drm/i915: Fixed an typo in i915_gem_gtt.c 2024-11-20 12:32 [PATCH] drm/i915: Fixed an typo in i915_gem_gtt.c Zhang He 2024-11-25 13:02 ` ✓ i915.CI.BAT: success for " Patchwork @ 2024-11-25 14:51 ` Patchwork 2024-11-25 16:00 ` [PATCH] " Rodrigo Vivi 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2024-11-25 14:51 UTC (permalink / raw) To: Zhang He; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 100268 bytes --] == Series Details == Series: drm/i915: Fixed an typo in i915_gem_gtt.c URL : https://patchwork.freedesktop.org/series/141747/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15738_full -> Patchwork_141747v1_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_141747v1_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_141747v1_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 (11 -> 10) ------------------------------ Missing (1): shard-dg2-set2 Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_141747v1_full: ### IGT changes ### #### Possible regressions #### * igt@device_reset@unbind-cold-reset-rebind: - shard-dg2: NOTRUN -> [SKIP][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@device_reset@unbind-cold-reset-rebind.html * igt@i915_selftest@live@objects: - shard-dg2: NOTRUN -> [FAIL][2] +37 other tests fail [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@i915_selftest@live@objects.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [INCOMPLETE][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-10/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_psr@psr-cursor-render: - shard-dg1: NOTRUN -> [INCOMPLETE][4] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-18/igt@kms_psr@psr-cursor-render.html #### Warnings #### * igt@perf_pmu@semaphore-busy: - shard-dg2: [FAIL][5] ([i915#4349]) -> [SKIP][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-4/igt@perf_pmu@semaphore-busy.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@perf_pmu@semaphore-busy.html Known issues ------------ Here are the changes found in Patchwork_141747v1_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-mtlp: NOTRUN -> [SKIP][7] ([i915#8411]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@api_intel_bb@blit-reloc-keep-cache.html - shard-dg2: NOTRUN -> [SKIP][8] ([i915#8411]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@api_intel_bb@object-reloc-keep-cache: - shard-dg1: NOTRUN -> [SKIP][9] ([i915#8411]) +1 other test skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@api_intel_bb@object-reloc-keep-cache.html * igt@drm_fdinfo@busy-check-all@ccs0: - shard-mtlp: NOTRUN -> [SKIP][10] ([i915#8414]) +6 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-1/igt@drm_fdinfo@busy-check-all@ccs0.html * igt@drm_fdinfo@busy@vcs1: - shard-dg1: NOTRUN -> [SKIP][11] ([i915#8414]) +7 other tests skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@drm_fdinfo@busy@vcs1.html * igt@drm_fdinfo@isolation: - shard-dg2: NOTRUN -> [SKIP][12] ([i915#8414]) +8 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@drm_fdinfo@isolation.html * igt@drm_fdinfo@virtual-idle: - shard-dg2: [PASS][13] -> [SKIP][14] ([i915#12506]) +4 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-4/igt@drm_fdinfo@virtual-idle.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@drm_fdinfo@virtual-idle.html * igt@fbdev@info: - shard-dg2: NOTRUN -> [SKIP][15] ([i915#1849] / [i915#2582]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@fbdev@info.html * igt@fbdev@unaligned-write: - shard-dg2: [PASS][16] -> [SKIP][17] ([i915#2582]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-1/igt@fbdev@unaligned-write.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@fbdev@unaligned-write.html * igt@gem_basic@multigpu-create-close: - shard-dg1: NOTRUN -> [SKIP][18] ([i915#7697]) +1 other test skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@gem_basic@multigpu-create-close.html * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-dg1: NOTRUN -> [SKIP][19] ([i915#9323]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_ccs@large-ctrl-surf-copy: - shard-tglu: NOTRUN -> [SKIP][20] ([i915#13008]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@gem_ccs@large-ctrl-surf-copy.html * igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0: - shard-dg2: [PASS][21] -> [INCOMPLETE][22] ([i915#7297]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-10/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html * igt@gem_ctx_persistence@hang: - shard-dg1: NOTRUN -> [SKIP][23] ([i915#8555]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@gem_ctx_persistence@hang.html * igt@gem_ctx_persistence@saturated-hostile-nopreempt: - shard-dg2: NOTRUN -> [SKIP][24] ([i915#5882]) +7 other tests skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@gem_ctx_persistence@saturated-hostile-nopreempt.html * igt@gem_eio@unwedge-stress: - shard-dg1: NOTRUN -> [FAIL][25] ([i915#12714] / [i915#5784]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@gem_eio@unwedge-stress.html * igt@gem_exec_balancer@bonded-pair: - shard-mtlp: NOTRUN -> [SKIP][26] ([i915#4771]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@gem_exec_balancer@bonded-pair.html - shard-dg2: NOTRUN -> [SKIP][27] ([i915#4771]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@gem_exec_balancer@bonded-pair.html * igt@gem_exec_balancer@invalid-bonds: - shard-dg2: NOTRUN -> [SKIP][28] ([i915#4036]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_big@single: - shard-tglu-1: NOTRUN -> [ABORT][29] ([i915#11713]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@gem_exec_big@single.html * igt@gem_exec_capture@capture-invisible: - shard-dg1: NOTRUN -> [SKIP][30] ([i915#6334]) +2 other tests skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-18/igt@gem_exec_capture@capture-invisible.html * igt@gem_exec_capture@capture@vecs0-lmem0: - shard-dg1: NOTRUN -> [FAIL][31] ([i915#11965] / [i915#12558]) +2 other tests fail [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@gem_exec_capture@capture@vecs0-lmem0.html * igt@gem_exec_fence@submit3: - shard-dg2: NOTRUN -> [SKIP][32] ([i915#4812]) +2 other tests skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@gem_exec_fence@submit3.html - shard-mtlp: NOTRUN -> [SKIP][33] ([i915#4812]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@gem_exec_fence@submit3.html * igt@gem_exec_flush@basic-uc-prw-default: - shard-dg2: NOTRUN -> [SKIP][34] ([i915#3539]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@gem_exec_flush@basic-uc-prw-default.html * igt@gem_exec_flush@basic-wb-rw-default: - shard-dg2: NOTRUN -> [SKIP][35] ([i915#3539] / [i915#4852]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@gem_exec_flush@basic-wb-rw-default.html * igt@gem_exec_reloc@basic-wc-active: - shard-dg2: NOTRUN -> [SKIP][36] ([i915#3281]) +1 other test skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-10/igt@gem_exec_reloc@basic-wc-active.html * igt@gem_exec_reloc@basic-wc-cpu-noreloc: - shard-dg1: NOTRUN -> [SKIP][37] ([i915#3281]) +10 other tests skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-18/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html * igt@gem_exec_reloc@basic-wc-read-noreloc: - shard-mtlp: NOTRUN -> [SKIP][38] ([i915#3281]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@gem_exec_reloc@basic-wc-read-noreloc.html * igt@gem_exec_schedule@preempt-queue: - shard-mtlp: NOTRUN -> [SKIP][39] ([i915#4537] / [i915#4812]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@gem_exec_schedule@preempt-queue.html - shard-dg2: NOTRUN -> [SKIP][40] ([i915#4537] / [i915#4812]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@gem_exec_schedule@preempt-queue.html * igt@gem_exec_schedule@preempt-queue-contexts: - shard-dg1: NOTRUN -> [SKIP][41] ([i915#4812]) +4 other tests skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@gem_exec_schedule@preempt-queue-contexts.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg2: NOTRUN -> [ABORT][42] ([i915#7975] / [i915#8213]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_fenced_exec_thrash@no-spare-fences: - shard-mtlp: NOTRUN -> [SKIP][43] ([i915#4860]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-7/igt@gem_fenced_exec_thrash@no-spare-fences.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy: - shard-dg2: NOTRUN -> [SKIP][44] ([i915#4860]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html * igt@gem_lmem_swapping@heavy-multi: - shard-tglu-1: NOTRUN -> [SKIP][45] ([i915#4613]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@gem_lmem_swapping@heavy-multi.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-dg2: NOTRUN -> [SKIP][46] ([i915#12936]) +1 other test skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@random-engines: - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4613]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@gem_lmem_swapping@random-engines.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: NOTRUN -> [TIMEOUT][48] ([i915#5493]) +1 other test timeout [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_lmem_swapping@verify-ccs: - shard-tglu: NOTRUN -> [SKIP][49] ([i915#4613]) +2 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_media_fill@media-fill: - shard-dg2: NOTRUN -> [SKIP][50] ([i915#8289]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-10/igt@gem_media_fill@media-fill.html * igt@gem_mmap@basic-small-bo: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4083]) +2 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-7/igt@gem_mmap@basic-small-bo.html * igt@gem_mmap_gtt@cpuset-basic-small-copy-odd: - shard-dg1: NOTRUN -> [SKIP][52] ([i915#4077]) +12 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@gem_mmap_gtt@cpuset-basic-small-copy-odd.html * igt@gem_mmap_gtt@cpuset-big-copy-odd: - shard-dg2: NOTRUN -> [SKIP][53] ([i915#4077]) +6 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@gem_mmap_gtt@cpuset-big-copy-odd.html * igt@gem_mmap_gtt@cpuset-medium-copy-odd: - shard-mtlp: NOTRUN -> [SKIP][54] ([i915#4077]) +3 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html * igt@gem_mmap_wc@fault-concurrent: - shard-dg2: NOTRUN -> [SKIP][55] ([i915#4083]) +2 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-8/igt@gem_mmap_wc@fault-concurrent.html * igt@gem_mmap_wc@read: - shard-dg1: NOTRUN -> [SKIP][56] ([i915#4083]) +4 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@gem_mmap_wc@read.html * igt@gem_partial_pwrite_pread@write-snoop: - shard-dg2: NOTRUN -> [SKIP][57] ([i915#3282]) +1 other test skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-6/igt@gem_partial_pwrite_pread@write-snoop.html * igt@gem_pwrite@basic-exhaustion: - shard-dg1: NOTRUN -> [SKIP][58] ([i915#3282]) +7 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-18/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: - shard-dg1: NOTRUN -> [SKIP][59] ([i915#4270]) +1 other test skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html * igt@gem_pxp@hw-rejects-pxp-buffer: - shard-tglu-1: NOTRUN -> [SKIP][60] ([i915#12975]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@gem_pxp@hw-rejects-pxp-buffer.html * igt@gem_pxp@hw-rejects-pxp-context: - shard-tglu: NOTRUN -> [SKIP][61] ([i915#12975]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-9/igt@gem_pxp@hw-rejects-pxp-context.html * igt@gem_pxp@verify-pxp-stale-buf-execution: - shard-dg2: NOTRUN -> [SKIP][62] ([i915#4270]) +1 other test skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@gem_pxp@verify-pxp-stale-buf-execution.html * igt@gem_render_copy@y-tiled-to-vebox-yf-tiled: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#2575] / [i915#5190]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@gem_render_copy@y-tiled-to-vebox-yf-tiled.html * igt@gem_render_copy@yf-tiled-ccs-to-x-tiled: - shard-dg2: NOTRUN -> [SKIP][64] ([i915#5190] / [i915#8428]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@gem_render_copy@yf-tiled-ccs-to-x-tiled.html * igt@gem_softpin@evict-snoop-interruptible: - shard-dg1: NOTRUN -> [SKIP][65] ([i915#4885]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_unfence_active_buffers: - shard-dg1: NOTRUN -> [SKIP][66] ([i915#4879]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@readonly-pwrite-unsync: - shard-tglu: NOTRUN -> [SKIP][67] ([i915#3297]) +1 other test skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@gem_userptr_blits@readonly-pwrite-unsync.html * igt@gem_userptr_blits@relocations: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#3281] / [i915#3297]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@gem_userptr_blits@relocations.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-dg1: NOTRUN -> [SKIP][69] ([i915#3297]) +2 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gen3_render_tiledy_blits: - shard-mtlp: NOTRUN -> [SKIP][70] +5 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@gen3_render_tiledy_blits.html * igt@gen9_exec_parse@allowed-all: - shard-dg2: NOTRUN -> [SKIP][71] ([i915#2856]) +1 other test skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@batch-zero-length: - shard-tglu: NOTRUN -> [SKIP][72] ([i915#2527] / [i915#2856]) +1 other test skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-9/igt@gen9_exec_parse@batch-zero-length.html * igt@gen9_exec_parse@bb-start-cmd: - shard-dg1: NOTRUN -> [SKIP][73] ([i915#2527]) +3 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@gen9_exec_parse@bb-start-cmd.html * igt@gen9_exec_parse@secure-batches: - shard-tglu-1: NOTRUN -> [SKIP][74] ([i915#2527] / [i915#2856]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@gen9_exec_parse@secure-batches.html * igt@gen9_exec_parse@unaligned-jump: - shard-mtlp: NOTRUN -> [SKIP][75] ([i915#2856]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@gen9_exec_parse@unaligned-jump.html * igt@gen9_exec_parse@valid-registers: - shard-rkl: NOTRUN -> [SKIP][76] ([i915#2527]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-7/igt@gen9_exec_parse@valid-registers.html * igt@i915_module_load@resize-bar: - shard-dg1: NOTRUN -> [SKIP][77] ([i915#7178]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@i915_module_load@resize-bar.html * igt@i915_pm_freq_mult@media-freq@gt0: - shard-dg1: NOTRUN -> [SKIP][78] ([i915#6590]) +1 other test skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@i915_pm_freq_mult@media-freq@gt0.html * igt@i915_pm_rc6_residency@rc6-idle: - shard-tglu: NOTRUN -> [WARN][79] ([i915#2681]) +4 other tests warn [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-9/igt@i915_pm_rc6_residency@rc6-idle.html * igt@i915_pm_rpm@debugfs-forcewake-user: - shard-dg2: [PASS][80] -> [SKIP][81] ([i915#13014]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-4/igt@i915_pm_rpm@debugfs-forcewake-user.html [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@i915_pm_rpm@debugfs-forcewake-user.html * igt@i915_pm_rpm@gem-mmap-type: - shard-dg2: NOTRUN -> [SKIP][82] ([i915#13014]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@i915_pm_rpm@gem-mmap-type.html * igt@i915_pm_rpm@reg-read-ioctl: - shard-dg1: [PASS][83] -> [DMESG-WARN][84] ([i915#4391] / [i915#4423]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg1-13/igt@i915_pm_rpm@reg-read-ioctl.html [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@i915_pm_rpm@reg-read-ioctl.html * igt@i915_pm_rps@thresholds-idle: - shard-dg1: NOTRUN -> [SKIP][85] ([i915#11681]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@i915_pm_rps@thresholds-idle.html * igt@i915_pm_sseu@full-enable: - shard-dg1: NOTRUN -> [SKIP][86] ([i915#4387]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@i915_pm_sseu@full-enable.html * igt@i915_query@hwconfig_table: - shard-tglu: NOTRUN -> [SKIP][87] ([i915#6245]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-9/igt@i915_query@hwconfig_table.html * igt@i915_query@query-topology-coherent-slice-mask: - shard-mtlp: NOTRUN -> [SKIP][88] ([i915#6188]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@i915_query@query-topology-coherent-slice-mask.html - shard-dg2: NOTRUN -> [SKIP][89] ([i915#6188]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@i915_query@query-topology-coherent-slice-mask.html * igt@i915_suspend@basic-s3-without-i915: - shard-tglu: NOTRUN -> [INCOMPLETE][90] ([i915#7443]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@i915_suspend@basic-s3-without-i915.html * igt@intel_hwmon@hwmon-read: - shard-tglu: NOTRUN -> [SKIP][91] ([i915#7707]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@intel_hwmon@hwmon-read.html * igt@kms_addfb_basic@bo-too-small-due-to-tiling: - shard-dg1: NOTRUN -> [SKIP][92] ([i915#4212]) +1 other test skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs: - shard-dg1: NOTRUN -> [SKIP][93] ([i915#8709]) +7 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-18/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html * igt@kms_atomic@atomic-plane-damage@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [DMESG-WARN][94] ([i915#12964]) +7 other tests dmesg-warn [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-2/igt@kms_atomic@atomic-plane-damage@pipe-a-hdmi-a-1.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-dg2: NOTRUN -> [SKIP][95] ([i915#1769] / [i915#3555]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-10/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-dg1: NOTRUN -> [SKIP][96] ([i915#1769] / [i915#3555]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1: - shard-tglu: [PASS][97] -> [FAIL][98] ([i915#11808]) +1 other test fail [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-tglu-7/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-6/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-tglu: NOTRUN -> [SKIP][99] ([i915#5286]) +4 other tests skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@4-tiled-64bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][100] ([i915#4538] / [i915#5286]) +2 other tests skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-tglu-1: NOTRUN -> [SKIP][101] ([i915#5286]) +1 other test skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-rkl: NOTRUN -> [SKIP][102] ([i915#5286]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][103] ([i915#3638]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@x-tiled-8bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][104] ([i915#3638]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-7/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html * igt@kms_big_fb@y-tiled-8bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#5190]) +2 other tests skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][106] ([i915#4538] / [i915#5190]) +5 other tests skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][107] [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-7/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][108] ([i915#4538]) +4 other tests skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-mtlp: NOTRUN -> [SKIP][109] ([i915#12313]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][110] ([i915#10307] / [i915#6095]) +129 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-3.html * igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs: - shard-dg2: NOTRUN -> [SKIP][111] ([i915#12313]) +2 other tests skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-6/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][112] ([i915#6095]) +14 other tests skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-c-edp-1.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-1: - shard-tglu-1: NOTRUN -> [SKIP][113] ([i915#6095]) +24 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][114] ([i915#6095]) +12 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-3.html * igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][115] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-8/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][116] ([i915#6095]) +24 other tests skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][117] ([i915#6095]) +178 other tests skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-12/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-3.html * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs: - shard-dg1: NOTRUN -> [SKIP][118] ([i915#12313]) +1 other test skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][119] ([i915#6095]) +84 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-1/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-tglu: NOTRUN -> [SKIP][120] ([i915#3742]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-9/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_cdclk@plane-scaling: - shard-tglu-1: NOTRUN -> [SKIP][121] ([i915#3742]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_cdclk@plane-scaling.html * igt@kms_chamelium_edid@dp-edid-resolution-list: - shard-mtlp: NOTRUN -> [SKIP][122] ([i915#7828]) +2 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@kms_chamelium_edid@dp-edid-resolution-list.html * igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k: - shard-tglu: NOTRUN -> [SKIP][123] ([i915#7828]) +3 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html * igt@kms_chamelium_frames@dp-crc-multiple: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#7828]) +5 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_chamelium_frames@dp-crc-multiple.html * igt@kms_chamelium_hpd@dp-hpd-storm-disable: - shard-dg1: NOTRUN -> [SKIP][125] ([i915#7828]) +8 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-18/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html * igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode: - shard-tglu-1: NOTRUN -> [SKIP][126] ([i915#7828]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html * igt@kms_content_protection@content-type-change: - shard-rkl: NOTRUN -> [SKIP][127] ([i915#9424]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-7/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg2: NOTRUN -> [SKIP][128] ([i915#3299]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@kms_content_protection@dp-mst-lic-type-1.html - shard-mtlp: NOTRUN -> [SKIP][129] ([i915#3299]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg1: NOTRUN -> [SKIP][130] ([i915#3299]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@lic-type-1: - shard-tglu-1: NOTRUN -> [SKIP][131] ([i915#6944] / [i915#9424]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_content_protection@lic-type-1.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][132] ([i915#7118] / [i915#9424]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-tglu: NOTRUN -> [SKIP][133] ([i915#12976]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-max-size: - shard-rkl: NOTRUN -> [SKIP][134] ([i915#3555]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-7/igt@kms_cursor_crc@cursor-onscreen-max-size.html * igt@kms_cursor_crc@cursor-random-32x32: - shard-dg1: NOTRUN -> [SKIP][135] ([i915#3555]) +5 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@kms_cursor_crc@cursor-random-32x32.html * igt@kms_cursor_crc@cursor-rapid-movement-512x512: - shard-tglu-1: NOTRUN -> [SKIP][136] ([i915#12976]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html * igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions: - shard-snb: [PASS][137] -> [INCOMPLETE][138] ([i915#12795]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-snb7/igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions.html [138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-snb6/igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-toggle: - shard-snb: [PASS][139] -> [FAIL][140] ([i915#2346]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-snb4/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html [140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-snb4/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html * igt@kms_cursor_legacy@torture-move@pipe-b: - shard-rkl: [PASS][141] -> [DMESG-WARN][142] ([i915#12964]) +6 other tests dmesg-warn [141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-rkl-4/igt@kms_cursor_legacy@torture-move@pipe-b.html [142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-5/igt@kms_cursor_legacy@torture-move@pipe-b.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-dg1: NOTRUN -> [SKIP][143] ([i915#9723]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-dg2: [PASS][144] -> [SKIP][145] ([i915#12402]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-10/igt@kms_dp_linktrain_fallback@dp-fallback.html [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-6/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][146] ([i915#8812]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-10/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - shard-tglu: NOTRUN -> [SKIP][147] ([i915#3840]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-9/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg1: NOTRUN -> [SKIP][148] ([i915#3555] / [i915#3840]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-formats: - shard-dg2: NOTRUN -> [SKIP][149] ([i915#3555] / [i915#3840]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_dsc@dsc-with-formats.html * igt@kms_dsc@dsc-with-output-formats: - shard-tglu-1: NOTRUN -> [SKIP][150] ([i915#3555] / [i915#3840]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_fbcon_fbt@psr: - shard-dg2: NOTRUN -> [SKIP][151] ([i915#3469]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_fbcon_fbt@psr.html * igt@kms_feature_discovery@chamelium: - shard-dg1: NOTRUN -> [SKIP][152] ([i915#4854]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@psr1: - shard-dg2: NOTRUN -> [SKIP][153] ([i915#658]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-flip-vs-expired-vblank: - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#3637]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@kms_flip@2x-flip-vs-expired-vblank.html * igt@kms_flip@2x-flip-vs-fences: - shard-tglu-1: NOTRUN -> [SKIP][155] ([i915#3637]) +1 other test skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_flip@2x-flip-vs-fences.html * igt@kms_flip@2x-flip-vs-suspend: - shard-dg2: NOTRUN -> [SKIP][156] ([i915#9934]) +3 other tests skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@2x-nonexisting-fb: - shard-tglu: NOTRUN -> [SKIP][157] ([i915#3637]) +5 other tests skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_flip@2x-nonexisting-fb.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - shard-dg1: NOTRUN -> [SKIP][158] ([i915#9934]) +5 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip@blocking-wf_vblank@b-hdmi-a4: - shard-dg1: NOTRUN -> [FAIL][159] ([i915#2122]) +2 other tests fail [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@kms_flip@blocking-wf_vblank@b-hdmi-a4.html * igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1: - shard-mtlp: NOTRUN -> [FAIL][160] ([i915#2122]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-1/igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1.html * igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1: - shard-snb: [PASS][161] -> [FAIL][162] ([i915#2122]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-snb2/igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1.html [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-snb2/igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode: - shard-tglu-1: NOTRUN -> [SKIP][163] ([i915#2587] / [i915#2672]) +1 other test skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-dg2: [PASS][164] -> [SKIP][165] +13 other tests skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html [165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling: - shard-dg1: NOTRUN -> [SKIP][166] ([i915#2672] / [i915#3555]) +2 other tests skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][167] ([i915#2587] / [i915#2672]) +2 other tests skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][168] ([i915#2672]) +2 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling: - shard-tglu: NOTRUN -> [SKIP][169] ([i915#2587] / [i915#2672] / [i915#3555]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][170] ([i915#2587] / [i915#2672]) +2 other tests skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling: - shard-tglu: NOTRUN -> [SKIP][171] ([i915#2672] / [i915#3555]) +1 other test skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling: - shard-tglu-1: NOTRUN -> [SKIP][172] ([i915#2672] / [i915#3555]) +1 other test skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling: - shard-mtlp: NOTRUN -> [SKIP][173] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html - shard-dg2: NOTRUN -> [SKIP][174] ([i915#2672] / [i915#3555] / [i915#5190]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html * igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][175] ([i915#8708]) +2 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt: - shard-mtlp: NOTRUN -> [SKIP][176] ([i915#1825]) +8 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-snb: [PASS][177] -> [SKIP][178] [177]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html - shard-dg1: NOTRUN -> [SKIP][179] ([i915#8708]) +16 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt: - shard-dg2: NOTRUN -> [SKIP][180] ([i915#5354]) +13 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt: - shard-dg1: NOTRUN -> [SKIP][181] +37 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][182] ([i915#8708]) +12 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][183] ([i915#1825]) +2 other tests skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-pwrite: - shard-tglu-1: NOTRUN -> [SKIP][184] +21 other tests skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu: - shard-tglu: NOTRUN -> [SKIP][185] +49 other tests skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu: - shard-dg1: NOTRUN -> [SKIP][186] ([i915#3458]) +20 other tests skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render: - shard-dg2: NOTRUN -> [SKIP][187] ([i915#3458]) +11 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html * igt@kms_getfb@getfb-handle-closed: - shard-dg2: [PASS][188] -> [SKIP][189] ([i915#2575]) +76 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-1/igt@kms_getfb@getfb-handle-closed.html [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@kms_getfb@getfb-handle-closed.html * igt@kms_hdr@bpc-switch-dpms: - shard-dg1: NOTRUN -> [SKIP][190] ([i915#3555] / [i915#8228]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-18/igt@kms_hdr@bpc-switch-dpms.html - shard-tglu: NOTRUN -> [SKIP][191] ([i915#3555] / [i915#8228]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@bpc-switch-suspend: - shard-dg2: [PASS][192] -> [SKIP][193] ([i915#3555] / [i915#8228]) +1 other test skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-10/igt@kms_hdr@bpc-switch-suspend.html [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-6/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@brightness-with-hdr: - shard-mtlp: NOTRUN -> [SKIP][194] ([i915#12713]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@kms_hdr@brightness-with-hdr.html - shard-dg2: NOTRUN -> [SKIP][195] ([i915#12713]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@kms_hdr@brightness-with-hdr.html * igt@kms_hdr@static-toggle: - shard-tglu-1: NOTRUN -> [SKIP][196] ([i915#3555] / [i915#8228]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_hdr@static-toggle.html * igt@kms_invalid_mode@zero-hdisplay: - shard-dg2: NOTRUN -> [SKIP][197] ([i915#2575]) +106 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@kms_invalid_mode@zero-hdisplay.html * igt@kms_joiner@basic-big-joiner: - shard-tglu-1: NOTRUN -> [SKIP][198] ([i915#10656]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_joiner@basic-big-joiner.html * igt@kms_joiner@invalid-modeset-force-ultra-joiner: - shard-tglu-1: NOTRUN -> [SKIP][199] ([i915#12394]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html * igt@kms_joiner@invalid-modeset-ultra-joiner: - shard-tglu: NOTRUN -> [SKIP][200] ([i915#12339]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_joiner@invalid-modeset-ultra-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-dg1: NOTRUN -> [SKIP][201] ([i915#1839]) +1 other test skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [DMESG-FAIL][202] ([i915#12964]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-4/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html * igt@kms_plane_multiple@tiling-4: - shard-tglu-1: NOTRUN -> [SKIP][203] ([i915#3555]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_plane_multiple@tiling-4.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers: - shard-dg2: NOTRUN -> [SKIP][204] ([i915#12247] / [i915#9423]) +1 other test skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c: - shard-tglu: NOTRUN -> [SKIP][205] ([i915#12247]) +4 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c.html * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format: - shard-dg2: NOTRUN -> [SKIP][206] ([i915#2575] / [i915#9423]) +2 other tests skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation: - shard-dg2: [PASS][207] -> [SKIP][208] ([i915#2575] / [i915#9423]) +2 other tests skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-1/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html [208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html * igt@kms_plane_scaling@planes-downscale-factor-0-25: - shard-dg2: NOTRUN -> [SKIP][209] ([i915#12247] / [i915#6953] / [i915#9423]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-10/igt@kms_plane_scaling@planes-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c: - shard-mtlp: NOTRUN -> [SKIP][210] ([i915#12247]) +4 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d: - shard-dg2: NOTRUN -> [SKIP][211] ([i915#12247]) +11 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25: - shard-dg1: NOTRUN -> [SKIP][212] ([i915#12247] / [i915#6953]) +1 other test skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b: - shard-dg1: NOTRUN -> [SKIP][213] ([i915#12247]) +17 other tests skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b.html * igt@kms_pm_backlight@bad-brightness: - shard-tglu: NOTRUN -> [SKIP][214] ([i915#9812]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-9/igt@kms_pm_backlight@bad-brightness.html * igt@kms_pm_backlight@fade-with-dpms: - shard-dg1: NOTRUN -> [SKIP][215] ([i915#5354]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_pm_dc@dc5-retention-flops: - shard-tglu-1: NOTRUN -> [SKIP][216] ([i915#3828]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_pm_dc@dc5-retention-flops.html * igt@kms_pm_dc@dc6-dpms: - shard-tglu: [PASS][217] -> [FAIL][218] ([i915#9295]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-tglu-5/igt@kms_pm_dc@dc6-dpms.html [218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-8/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg2: [PASS][219] -> [SKIP][220] ([i915#9340]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-4/igt@kms_pm_lpsp@kms-lpsp.html [220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-3/igt@kms_pm_lpsp@kms-lpsp.html - shard-dg1: NOTRUN -> [SKIP][221] ([i915#9340]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_lpsp@screens-disabled: - shard-dg2: NOTRUN -> [SKIP][222] ([i915#8430]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-10/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-dg2: [PASS][223] -> [SKIP][224] ([i915#9519]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-2/igt@kms_pm_rpm@dpms-non-lpsp.html [224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-8/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@fences-dpms: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#12937]) +1 other test skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@kms_pm_rpm@fences-dpms.html * igt@kms_pm_rpm@modeset-lpsp: - shard-dg1: NOTRUN -> [SKIP][226] ([i915#9519]) +1 other test skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-dg2: NOTRUN -> [SKIP][227] ([i915#9519]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-tglu: NOTRUN -> [SKIP][228] ([i915#9519]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-rkl: [PASS][229] -> [SKIP][230] ([i915#9519]) +3 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html [230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@kms_prime@basic-modeset-hybrid: - shard-dg1: NOTRUN -> [SKIP][231] ([i915#6524]) +1 other test skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf: - shard-dg2: NOTRUN -> [SKIP][232] ([i915#11520]) +6 other tests skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-8/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area: - shard-mtlp: NOTRUN -> [SKIP][233] ([i915#12316]) +1 other test skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][234] ([i915#9808]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf: - shard-tglu: NOTRUN -> [SKIP][235] ([i915#11520]) +5 other tests skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - shard-tglu-1: NOTRUN -> [SKIP][236] ([i915#11520]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf: - shard-dg1: NOTRUN -> [SKIP][237] ([i915#11520]) +6 other tests skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-mtlp: NOTRUN -> [SKIP][238] ([i915#4348]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@kms_psr2_su@frontbuffer-xrgb8888.html - shard-dg2: NOTRUN -> [SKIP][239] ([i915#9683]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr2_su@page_flip-p010: - shard-tglu: NOTRUN -> [SKIP][240] ([i915#9683]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-psr2-primary-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][241] ([i915#9688]) +5 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@kms_psr@fbc-psr2-primary-mmap-gtt.html * igt@kms_psr@psr-cursor-render: - shard-dg2: NOTRUN -> [SKIP][242] +56 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@kms_psr@psr-cursor-render.html * igt@kms_psr@psr-primary-render: - shard-tglu: NOTRUN -> [SKIP][243] ([i915#9732]) +11 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-9/igt@kms_psr@psr-primary-render.html * igt@kms_psr@psr-sprite-mmap-gtt@edp-1: - shard-mtlp: NOTRUN -> [SKIP][244] ([i915#4077] / [i915#9688]) +1 other test skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-7/igt@kms_psr@psr-sprite-mmap-gtt@edp-1.html * igt@kms_psr@psr2-primary-blt: - shard-dg2: NOTRUN -> [SKIP][245] ([i915#1072] / [i915#9732]) +8 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_psr@psr2-primary-blt.html * igt@kms_psr@psr2-primary-mmap-cpu: - shard-tglu-1: NOTRUN -> [SKIP][246] ([i915#9732]) +5 other tests skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_psr@psr2-primary-mmap-cpu.html * igt@kms_psr@psr2-sprite-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][247] ([i915#1072] / [i915#9732]) +20 other tests skip [247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@kms_psr@psr2-sprite-mmap-gtt.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-dg2: NOTRUN -> [SKIP][248] ([i915#9685]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-tglu-1: NOTRUN -> [SKIP][249] ([i915#9685]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-0: - shard-dg1: NOTRUN -> [SKIP][250] ([i915#5289]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-rotation-90: - shard-dg2: NOTRUN -> [SKIP][251] ([i915#12755]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-6/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: - shard-mtlp: NOTRUN -> [SKIP][252] ([i915#12755]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-rkl: NOTRUN -> [SKIP][253] ([i915#5289]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][254] ([i915#12755] / [i915#5190]) +1 other test skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-10/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_scaling_modes@scaling-mode-full-aspect: - shard-tglu: NOTRUN -> [SKIP][255] ([i915#3555]) +3 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_scaling_modes@scaling-mode-full-aspect.html * igt@kms_selftest@drm_framebuffer: - shard-dg1: NOTRUN -> [ABORT][256] ([i915#12231]) +1 other test abort [256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@kms_selftest@drm_framebuffer.html * igt@kms_setmode@basic: - shard-tglu-1: NOTRUN -> [FAIL][257] ([i915#5465]) +2 other tests fail [257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_setmode@basic.html * igt@kms_setmode@basic-clone-single-crtc: - shard-dg2: NOTRUN -> [SKIP][258] ([i915#3555]) +4 other tests skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@kms_setmode@basic-clone-single-crtc.html - shard-mtlp: NOTRUN -> [SKIP][259] ([i915#3555] / [i915#8809]) +1 other test skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@kms_setmode@basic-clone-single-crtc.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-tglu: NOTRUN -> [SKIP][260] ([i915#8623]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vrr@flip-basic-fastset: - shard-mtlp: NOTRUN -> [SKIP][261] ([i915#8808] / [i915#9906]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-4/igt@kms_vrr@flip-basic-fastset.html - shard-dg2: NOTRUN -> [SKIP][262] ([i915#9906]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-5/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-tglu: NOTRUN -> [SKIP][263] ([i915#9906]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-9/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_vrr@seamless-rr-switch-virtual: - shard-tglu-1: NOTRUN -> [SKIP][264] ([i915#9906]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-virtual.html * igt@kms_writeback@writeback-check-output: - shard-dg2: NOTRUN -> [SKIP][265] ([i915#2437]) [265]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-tglu: NOTRUN -> [SKIP][266] ([i915#2437] / [i915#9412]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-fb-id: - shard-tglu: NOTRUN -> [SKIP][267] ([i915#2437]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-7/igt@kms_writeback@writeback-fb-id.html * igt@perf@invalid-oa-metric-set-id: - shard-dg2: NOTRUN -> [SKIP][268] ([i915#12506]) +4 other tests skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@perf@invalid-oa-metric-set-id.html * igt@perf@unprivileged-single-ctx-counters: - shard-dg1: NOTRUN -> [SKIP][269] ([i915#2433]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-18/igt@perf@unprivileged-single-ctx-counters.html * igt@perf_pmu@busy-double-start@rcs0: - shard-mtlp: [PASS][270] -> [FAIL][271] ([i915#4349]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-mtlp-4/igt@perf_pmu@busy-double-start@rcs0.html [271]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-6/igt@perf_pmu@busy-double-start@rcs0.html * igt@perf_pmu@most-busy-idle-check-all@rcs0: - shard-dg1: NOTRUN -> [FAIL][272] ([i915#11943]) +1 other test fail [272]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@perf_pmu@most-busy-idle-check-all@rcs0.html * igt@prime_vgem@basic-fence-flip: - shard-dg1: NOTRUN -> [SKIP][273] ([i915#3708]) +1 other test skip [273]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-18/igt@prime_vgem@basic-fence-flip.html * igt@sriov_basic@bind-unbind-vf: - shard-dg1: NOTRUN -> [SKIP][274] ([i915#9917]) +1 other test skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-13/igt@sriov_basic@bind-unbind-vf.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-rkl: NOTRUN -> [SKIP][275] ([i915#9917]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-7/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html #### Possible fixes #### * igt@core_setmaster@master-drop-set-shared-fd: - shard-dg2: [SKIP][276] -> [PASS][277] +16 other tests pass [276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@core_setmaster@master-drop-set-shared-fd.html [277]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@core_setmaster@master-drop-set-shared-fd.html * igt@gem_eio@kms: - shard-dg1: [FAIL][278] ([i915#5784]) -> [PASS][279] [278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg1-14/igt@gem_eio@kms.html [279]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@gem_eio@kms.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg1: [ABORT][280] ([i915#7975] / [i915#8213]) -> [PASS][281] +1 other test pass [280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices@lmem0.html [281]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-18/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_lmem_swapping@verify-ccs: - shard-dg2: [SKIP][282] ([i915#12936]) -> [PASS][283] [282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_lmem_swapping@verify-ccs.html [283]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_tiled_swapping@non-threaded: - shard-snb: [FAIL][284] -> [PASS][285] [284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-snb7/igt@gem_tiled_swapping@non-threaded.html [285]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-snb6/igt@gem_tiled_swapping@non-threaded.html - shard-tglu: [FAIL][286] -> [PASS][287] [286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-tglu-4/igt@gem_tiled_swapping@non-threaded.html [287]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-3/igt@gem_tiled_swapping@non-threaded.html * igt@gem_userptr_blits@map-fixed-invalidate: - shard-rkl: [DMESG-WARN][288] ([i915#12917] / [i915#12964]) -> [PASS][289] [288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-rkl-5/igt@gem_userptr_blits@map-fixed-invalidate.html [289]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-2/igt@gem_userptr_blits@map-fixed-invalidate.html * igt@gem_vm_create@execbuf: - shard-dg2: [SKIP][290] ([i915#2575]) -> [PASS][291] +136 other tests pass [290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_vm_create@execbuf.html [291]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@gem_vm_create@execbuf.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [ABORT][292] ([i915#10131]) -> [PASS][293] [292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-mtlp-7/igt@i915_module_load@reload-with-fault-injection.html [293]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rpm@debugfs-read: - shard-dg2: [SKIP][294] ([i915#13014]) -> [PASS][295] [294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@i915_pm_rpm@debugfs-read.html [295]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@i915_pm_rpm@debugfs-read.html * igt@i915_selftest@live@workarounds: - shard-mtlp: [INCOMPLETE][296] ([i915#12061]) -> [PASS][297] [296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-mtlp-8/igt@i915_selftest@live@workarounds.html [297]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-mtlp-5/igt@i915_selftest@live@workarounds.html * igt@i915_suspend@basic-s3-without-i915: - shard-dg2: [WARN][298] -> [PASS][299] [298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@i915_suspend@basic-s3-without-i915.html [299]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@i915_suspend@basic-s3-without-i915.html - shard-dg1: [DMESG-WARN][300] ([i915#4391] / [i915#4423]) -> [PASS][301] [300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg1-14/igt@i915_suspend@basic-s3-without-i915.html [301]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_big_fb@y-tiled-8bpp-rotate-0: - shard-tglu: [ABORT][302] ([i915#10354]) -> [PASS][303] [302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-tglu-3/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html [303]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-9/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-snb: [FAIL][304] ([i915#2346]) -> [PASS][305] [304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-snb2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [305]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-snb2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_flip@2x-flip-vs-wf_vblank-interruptible@ab-vga1-hdmi-a1: - shard-snb: [FAIL][306] ([i915#2122]) -> [PASS][307] +3 other tests pass [306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-snb2/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible@ab-vga1-hdmi-a1.html [307]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-snb2/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible@ab-vga1-hdmi-a1.html * igt@kms_flip@absolute-wf_vblank-interruptible: - shard-dg1: [DMESG-WARN][308] ([i915#4423]) -> [PASS][309] [308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg1-13/igt@kms_flip@absolute-wf_vblank-interruptible.html [309]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-17/igt@kms_flip@absolute-wf_vblank-interruptible.html * igt@kms_flip@wf_vblank-ts-check: - shard-rkl: [FAIL][310] ([i915#11989] / [i915#2122]) -> [PASS][311] [310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-rkl-5/igt@kms_flip@wf_vblank-ts-check.html [311]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-2/igt@kms_flip@wf_vblank-ts-check.html * igt@kms_frontbuffer_tracking@fbc-tiling-linear: - shard-rkl: [DMESG-WARN][312] ([i915#12964]) -> [PASS][313] +5 other tests pass [312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html [313]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html * igt@kms_plane_scaling@planes-upscale-factor-0-25: - shard-dg2: [SKIP][314] ([i915#2575] / [i915#9423]) -> [PASS][315] +5 other tests pass [314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@kms_plane_scaling@planes-upscale-factor-0-25.html [315]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@kms_plane_scaling@planes-upscale-factor-0-25.html * igt@kms_pm_dc@dc9-dpms: - shard-tglu: [SKIP][316] ([i915#4281]) -> [PASS][317] [316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-tglu-7/igt@kms_pm_dc@dc9-dpms.html [317]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-6/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_rpm@basic-pci-d3-state: - shard-dg2: [SKIP][318] ([i915#12937]) -> [PASS][319] +2 other tests pass [318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@kms_pm_rpm@basic-pci-d3-state.html [319]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_pm_rpm@basic-pci-d3-state.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-rkl: [SKIP][320] ([i915#9519]) -> [PASS][321] [320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp.html [321]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@perf@polling: - shard-dg2: [SKIP][322] ([i915#12506]) -> [PASS][323] +7 other tests pass [322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@perf@polling.html [323]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@perf@polling.html #### Warnings #### * igt@drm_fdinfo@busy-idle-check-all: - shard-dg2: [SKIP][324] ([i915#8414]) -> [SKIP][325] ([i915#12506]) [324]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-1/igt@drm_fdinfo@busy-idle-check-all.html [325]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@drm_fdinfo@busy-idle-check-all.html * igt@drm_fdinfo@virtual-busy: - shard-dg2: [SKIP][326] ([i915#12506]) -> [SKIP][327] ([i915#8414]) [326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@drm_fdinfo@virtual-busy.html [327]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@drm_fdinfo@virtual-busy.html * igt@gem_bad_reloc@negative-reloc-bltcopy: - shard-dg2: [SKIP][328] ([i915#3281]) -> [SKIP][329] ([i915#2575]) +3 other tests skip [328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-4/igt@gem_bad_reloc@negative-reloc-bltcopy.html [329]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@gem_bad_reloc@negative-reloc-bltcopy.html * igt@gem_close_race@multigpu-basic-threads: - shard-dg2: [SKIP][330] ([i915#2575]) -> [SKIP][331] ([i915#7697]) [330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_close_race@multigpu-basic-threads.html [331]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@gem_close_race@multigpu-basic-threads.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-dg2: [SKIP][332] ([i915#2575]) -> [SKIP][333] ([i915#8555]) [332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_ctx_persistence@heartbeat-hostile.html [333]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_ctx_sseu@invalid-args: - shard-dg2: [SKIP][334] ([i915#280]) -> [SKIP][335] ([i915#2575]) [334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-1/igt@gem_ctx_sseu@invalid-args.html [335]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@gem_ctx_sseu@invalid-args.html * igt@gem_exec_balancer@bonded-semaphore: - shard-dg2: [SKIP][336] ([i915#2575]) -> [SKIP][337] ([i915#4812]) [336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_exec_balancer@bonded-semaphore.html [337]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@gem_exec_balancer@bonded-semaphore.html * igt@gem_exec_flush@basic-uc-ro-default: - shard-dg2: [SKIP][338] ([i915#3539] / [i915#4852]) -> [SKIP][339] ([i915#2575]) +1 other test skip [338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-4/igt@gem_exec_flush@basic-uc-ro-default.html [339]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@gem_exec_flush@basic-uc-ro-default.html * igt@gem_exec_flush@basic-wb-set-default: - shard-dg2: [SKIP][340] ([i915#2575]) -> [SKIP][341] ([i915#3539] / [i915#4852]) [340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_exec_flush@basic-wb-set-default.html [341]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@gem_exec_flush@basic-wb-set-default.html * igt@gem_exec_reloc@basic-gtt-read-active: - shard-dg2: [SKIP][342] ([i915#2575]) -> [SKIP][343] ([i915#3281]) +4 other tests skip [342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_exec_reloc@basic-gtt-read-active.html [343]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@gem_exec_reloc@basic-gtt-read-active.html * igt@gem_exec_suspend@basic-s4-devices: - shard-dg2: [SKIP][344] ([i915#2575]) -> [ABORT][345] ([i915#7975] / [i915#8213]) [344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices.html [345]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@gem_exec_suspend@basic-s4-devices.html * igt@gem_media_vme: - shard-dg2: [SKIP][346] ([i915#2575]) -> [SKIP][347] ([i915#284]) [346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_media_vme.html [347]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@gem_media_vme.html * igt@gem_mmap_gtt@basic-write: - shard-dg2: [SKIP][348] ([i915#4077]) -> [SKIP][349] ([i915#2575]) +6 other tests skip [348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-1/igt@gem_mmap_gtt@basic-write.html [349]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@gem_mmap_gtt@basic-write.html * igt@gem_mmap_gtt@cpuset-big-copy: - shard-dg2: [SKIP][350] ([i915#2575]) -> [SKIP][351] ([i915#4077]) +2 other tests skip [350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_mmap_gtt@cpuset-big-copy.html [351]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@gem_mmap_gtt@cpuset-big-copy.html * igt@gem_mmap_wc@invalid-flags: - shard-dg2: [SKIP][352] ([i915#2575]) -> [SKIP][353] ([i915#4083]) +2 other tests skip [352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_mmap_wc@invalid-flags.html [353]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@gem_mmap_wc@invalid-flags.html * igt@gem_mmap_wc@write-cpu-read-wc: - shard-dg2: [SKIP][354] ([i915#4083]) -> [SKIP][355] ([i915#2575]) +1 other test skip [354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-4/igt@gem_mmap_wc@write-cpu-read-wc.html [355]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@gem_mmap_wc@write-cpu-read-wc.html * igt@gem_pxp@display-protected-crc: - shard-dg2: [SKIP][356] ([i915#2575]) -> [SKIP][357] ([i915#4270]) +1 other test skip [356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_pxp@display-protected-crc.html [357]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@gem_pxp@display-protected-crc.html * igt@gem_pxp@reject-modify-context-protection-off-1: - shard-dg2: [SKIP][358] ([i915#4270]) -> [SKIP][359] ([i915#2575]) [358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-1/igt@gem_pxp@reject-modify-context-protection-off-1.html [359]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@gem_pxp@reject-modify-context-protection-off-1.html * igt@gem_readwrite@write-bad-handle: - shard-dg2: [SKIP][360] ([i915#2575]) -> [SKIP][361] ([i915#3282]) +3 other tests skip [360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_readwrite@write-bad-handle.html [361]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@gem_readwrite@write-bad-handle.html * igt@gem_render_copy@y-tiled-ccs-to-y-tiled: - shard-dg2: [SKIP][362] ([i915#2575] / [i915#5190]) -> [SKIP][363] ([i915#5190] / [i915#8428]) +6 other tests skip [362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_render_copy@y-tiled-ccs-to-y-tiled.html [363]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@gem_render_copy@y-tiled-ccs-to-y-tiled.html * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled: - shard-dg2: [SKIP][364] ([i915#5190] / [i915#8428]) -> [SKIP][365] ([i915#2575] / [i915#5190]) +1 other test skip [364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-4/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html [365]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html * igt@gem_render_tiled_blits@basic: - shard-dg2: [SKIP][366] ([i915#4079]) -> [SKIP][367] ([i915#2575]) [366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-1/igt@gem_render_tiled_blits@basic.html [367]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@gem_render_tiled_blits@basic.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg2: [SKIP][368] ([i915#2575]) -> [SKIP][369] ([i915#4079]) [368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html [369]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_softpin@evict-snoop: - shard-dg2: [SKIP][370] ([i915#2575]) -> [SKIP][371] ([i915#4885]) [370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_softpin@evict-snoop.html [371]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@gem_softpin@evict-snoop.html * igt@gem_userptr_blits@coherency-sync: - shard-dg2: [SKIP][372] ([i915#3297]) -> [SKIP][373] ([i915#2575]) +1 other test skip [372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-4/igt@gem_userptr_blits@coherency-sync.html [373]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@gem_userptr_blits@coherency-sync.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg2: [SKIP][374] ([i915#3297] / [i915#4880]) -> [SKIP][375] ([i915#2575]) [374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-1/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html [375]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@unsync-unmap: - shard-dg2: [SKIP][376] ([i915#2575]) -> [SKIP][377] ([i915#3297]) +1 other test skip [376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gem_userptr_blits@unsync-unmap.html [377]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@gem_userptr_blits@unsync-unmap.html * igt@gen3_render_tiledx_blits: - shard-dg2: [SKIP][378] ([i915#2575]) -> [SKIP][379] +3 other tests skip [378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gen3_render_tiledx_blits.html [379]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@gen3_render_tiledx_blits.html * igt@gen9_exec_parse@bb-start-far: - shard-dg2: [SKIP][380] ([i915#2575]) -> [SKIP][381] ([i915#2856]) [380]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@gen9_exec_parse@bb-start-far.html [381]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@gen9_exec_parse@bb-start-far.html * igt@gen9_exec_parse@shadow-peek: - shard-dg2: [SKIP][382] ([i915#2856]) -> [SKIP][383] ([i915#2575]) +1 other test skip [382]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-4/igt@gen9_exec_parse@shadow-peek.html [383]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@gen9_exec_parse@shadow-peek.html * igt@i915_module_load@reload-with-fault-injection: - shard-rkl: [ABORT][384] ([i915#9820]) -> [DMESG-WARN][385] ([i915#12964]) [384]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-rkl-7/igt@i915_module_load@reload-with-fault-injection.html [385]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-rkl-7/igt@i915_module_load@reload-with-fault-injection.html - shard-tglu: [ABORT][386] ([i915#12817] / [i915#13010] / [i915#9820]) -> [ABORT][387] ([i915#13010]) [386]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-tglu-8/igt@i915_module_load@reload-with-fault-injection.html [387]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-tglu-2/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rps@basic-api: - shard-dg2: [SKIP][388] ([i915#11681] / [i915#6621]) -> [SKIP][389] ([i915#2575]) [388]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-1/igt@i915_pm_rps@basic-api.html [389]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@i915_pm_rps@basic-api.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg2: [SKIP][390] ([i915#2575]) -> [SKIP][391] ([i915#11681] / [i915#6621]) [390]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@i915_pm_rps@min-max-config-idle.html [391]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@thresholds: - shard-dg2: [SKIP][392] ([i915#11681]) -> [SKIP][393] ([i915#2575]) [392]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-4/igt@i915_pm_rps@thresholds.html [393]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@i915_pm_rps@thresholds.html * igt@i915_pm_rps@thresholds-idle-park: - shard-dg2: [SKIP][394] ([i915#2575]) -> [SKIP][395] ([i915#11681]) [394]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@i915_pm_rps@thresholds-idle-park.html [395]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@i915_pm_rps@thresholds-idle-park.html * igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling: - shard-dg2: [SKIP][396] ([i915#2575]) -> [SKIP][397] ([i915#4212]) +1 other test skip [396]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html [397]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180: - shard-dg2: [SKIP][398] ([i915#5190]) -> [SKIP][399] ([i915#4538] / [i915#5190]) +6 other tests skip [398]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html [399]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-90: - shard-dg2: [SKIP][400] ([i915#4538] / [i915#5190]) -> [SKIP][401] ([i915#5190]) +3 other tests skip [400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-1/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html [401]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html * igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs-cc: - shard-dg2: [SKIP][402] ([i915#10307] / [i915#6095]) -> [SKIP][403] +4 other tests skip [402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-4/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs-cc.html [403]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs-cc.html * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs: - shard-dg2: [SKIP][404] ([i915#12313]) -> [SKIP][405] [404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-1/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html [405]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs: - shard-dg2: [SKIP][406] -> [SKIP][407] ([i915#10307] / [i915#6095]) +7 other tests skip [406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs.html [407]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs: - shard-dg2: [SKIP][408] -> [SKIP][409] ([i915#6095]) [408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html [409]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html * igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k: - shard-dg2: [SKIP][410] ([i915#7828]) -> [SKIP][411] ([i915#2575]) +2 other tests skip [410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-1/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html [411]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html * igt@kms_chamelium_frames@dp-crc-fast: - shard-dg2: [SKIP][412] ([i915#2575]) -> [SKIP][413] ([i915#7828]) +5 other tests skip [412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@kms_chamelium_frames@dp-crc-fast.html [413]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@kms_chamelium_frames@dp-crc-fast.html * igt@kms_content_protection@atomic: - shard-dg2: [TIMEOUT][414] ([i915#7173]) -> [SKIP][415] ([i915#7118] / [i915#9424]) [414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-10/igt@kms_content_protection@atomic.html [415]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-7/igt@kms_content_protection@atomic.html * igt@kms_content_protection@atomic-dpms: - shard-dg2: [SKIP][416] ([i915#7118] / [i915#9424]) -> [SKIP][417] ([i915#2575]) [416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-1/igt@kms_content_protection@atomic-dpms.html [417]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg2: [SKIP][418] ([i915#2575]) -> [SKIP][419] ([i915#3299]) [418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@kms_content_protection@dp-mst-lic-type-0.html [419]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@legacy: - shard-dg2: [SKIP][420] ([i915#2575]) -> [SKIP][421] ([i915#7118] / [i915#9424]) [420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@kms_content_protection@legacy.html [421]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_content_protection@legacy.html * igt@kms_content_protection@mei-interface: - shard-dg1: [SKIP][422] ([i915#9433]) -> [SKIP][423] ([i915#9424]) [422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg1-13/igt@kms_content_protection@mei-interface.html [423]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg1-14/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@uevent: - shard-dg2: [FAIL][424] ([i915#1339] / [i915#7173]) -> [SKIP][425] ([i915#7118] / [i915#9424]) [424]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-10/igt@kms_content_protection@uevent.html [425]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-7/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-32x10: - shard-dg2: [SKIP][426] ([i915#2575]) -> [SKIP][427] ([i915#3555]) +3 other tests skip [426]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@kms_cursor_crc@cursor-offscreen-32x10.html [427]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@kms_cursor_crc@cursor-offscreen-32x10.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-dg2: [SKIP][428] ([i915#12976]) -> [SKIP][429] ([i915#2575]) +1 other test skip [428]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-1/igt@kms_cursor_crc@cursor-random-512x170.html [429]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-dg2: [SKIP][430] ([i915#3555]) -> [SKIP][431] ([i915#2575]) [430]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-4/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html [431]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-11/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-dg2: [SKIP][432] ([i915#2575]) -> [SKIP][433] ([i915#12976]) [432]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@kms_cursor_crc@cursor-sliding-512x170.html [433]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-dg2: [SKIP][434] ([i915#2575]) -> [SKIP][435] ([i915#5354]) +2 other tests skip [434]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html [435]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-dg2: [SKIP][436] ([i915#2575]) -> [SKIP][437] ([i915#4103] / [i915#4213]) +1 other test skip [436]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html [437]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dp_aux_dev: - shard-dg2: [SKIP][438] ([i915#2575]) -> [SKIP][439] ([i915#1257]) [438]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@kms_dp_aux_dev.html [439]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@kms_dp_aux_dev.html * igt@kms_dsc@dsc-with-bpc: - shard-dg2: [SKIP][440] -> [SKIP][441] ([i915#3555] / [i915#3840]) [440]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@kms_dsc@dsc-with-bpc.html [441]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@kms_dsc@dsc-with-bpc.html * igt@kms_flip@2x-flip-vs-panning-vs-hang: - shard-dg2: [SKIP][442] ([i915#2575]) -> [SKIP][443] ([i915#9934]) +8 other tests skip [442]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15738/shard-dg2-11/igt@kms_flip@2x-flip-vs-panning-vs-hang.html [443]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/shard-dg2-4/igt@kms_flip@2x-flip-vs-panning-vs-hang.html * igt@kms_flip@2x-wf_vblank-ts- == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141747v1/index.html [-- Attachment #2: Type: text/html, Size: 109426 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/i915: Fixed an typo in i915_gem_gtt.c 2024-11-20 12:32 [PATCH] drm/i915: Fixed an typo in i915_gem_gtt.c Zhang He 2024-11-25 13:02 ` ✓ i915.CI.BAT: success for " Patchwork 2024-11-25 14:51 ` ✗ i915.CI.Full: failure " Patchwork @ 2024-11-25 16:00 ` Rodrigo Vivi 2 siblings, 0 replies; 4+ messages in thread From: Rodrigo Vivi @ 2024-11-25 16:00 UTC (permalink / raw) To: Zhang He; +Cc: intel-gfx, dri-devel On Wed, Nov 20, 2024 at 08:32:45PM +0800, Zhang He wrote: > in function `i915_gem_gtt_reserve` @node comment, > i915_vma has no `mode` member, `i915_vma.node` is the correct name > > Signed-off-by: Zhang He <zhanghe9702@163.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> and pushed to drm-intel-next. Thanks for the patch > --- > drivers/gpu/drm/i915/i915_gem_gtt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c b/drivers/gpu/drm/i915/i915_gem_gtt.c > index a9662cc6ed1e..25295eb626dc 100644 > --- a/drivers/gpu/drm/i915/i915_gem_gtt.c > +++ b/drivers/gpu/drm/i915/i915_gem_gtt.c > @@ -71,7 +71,7 @@ void i915_gem_gtt_finish_pages(struct drm_i915_gem_object *obj, > * i915_gem_gtt_reserve - reserve a node in an address_space (GTT) > * @vm: the &struct i915_address_space > * @ww: An optional struct i915_gem_ww_ctx. > - * @node: the &struct drm_mm_node (typically i915_vma.mode) > + * @node: the &struct drm_mm_node (typically i915_vma.node) > * @size: how much space to allocate inside the GTT, > * must be #I915_GTT_PAGE_SIZE aligned > * @offset: where to insert inside the GTT, > -- > 2.43.0 > ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-25 16:00 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-11-20 12:32 [PATCH] drm/i915: Fixed an typo in i915_gem_gtt.c Zhang He 2024-11-25 13:02 ` ✓ i915.CI.BAT: success for " Patchwork 2024-11-25 14:51 ` ✗ i915.CI.Full: failure " Patchwork 2024-11-25 16:00 ` [PATCH] " Rodrigo Vivi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox