* [PATCH] i915: fix DRM_I915_GVT_KVMGT dependencies
@ 2024-10-15 15:21 Arnd Bergmann
2024-10-15 16:56 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Arnd Bergmann @ 2024-10-15 15:21 UTC (permalink / raw)
To: Jani Nikula, Joonas Lahtinen, Rodrigo Vivi, Tvrtko Ursulin,
David Airlie, Simona Vetter, Paolo Bonzini
Cc: Arnd Bergmann, Maxime Ripard, Geert Uytterhoeven, Imre Deak,
intel-gfx, dri-devel, linux-kernel
From: Arnd Bergmann <arnd@arndb.de>
Depending on x86 and KVM is not enough, as the kvm helper functions
that get called here are controlled by CONFIG_KVM_X86, which is
disabled if both KVM_INTEL and KVM_AMD are turned off.
ERROR: modpost: "kvm_write_track_remove_gfn" [drivers/gpu/drm/i915/kvmgt.ko] undefined!
ERROR: modpost: "kvm_page_track_register_notifier" [drivers/gpu/drm/i915/kvmgt.ko] undefined!
ERROR: modpost: "kvm_page_track_unregister_notifier" [drivers/gpu/drm/i915/kvmgt.ko] undefined!
ERROR: modpost: "kvm_write_track_add_gfn" [drivers/gpu/drm/i915/kvmgt.ko] undefined!
Change the dependency to CONFIG_KVM_X86 instead.
Fixes: ea4290d77bda ("KVM: x86: leave kvm.ko out of the build if no vendor module is requested")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
drivers/gpu/drm/i915/Kconfig | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig
index 46301c06d18a..985cb78d8256 100644
--- a/drivers/gpu/drm/i915/Kconfig
+++ b/drivers/gpu/drm/i915/Kconfig
@@ -118,9 +118,8 @@ config DRM_I915_USERPTR
config DRM_I915_GVT_KVMGT
tristate "Enable KVM host support Intel GVT-g graphics virtualization"
depends on DRM_I915
- depends on X86
+ depends on KVM_X86
depends on 64BIT
- depends on KVM
depends on VFIO
select DRM_I915_GVT
select KVM_EXTERNAL_WRITE_TRACKING
--
2.39.5
^ permalink raw reply related [flat|nested] 7+ messages in thread* ✗ Fi.CI.CHECKPATCH: warning for i915: fix DRM_I915_GVT_KVMGT dependencies 2024-10-15 15:21 [PATCH] i915: fix DRM_I915_GVT_KVMGT dependencies Arnd Bergmann @ 2024-10-15 16:56 ` Patchwork 2024-10-15 17:05 ` ✓ Fi.CI.BAT: success " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-10-15 16:56 UTC (permalink / raw) To: Arnd Bergmann; +Cc: intel-gfx == Series Details == Series: i915: fix DRM_I915_GVT_KVMGT dependencies URL : https://patchwork.freedesktop.org/series/140004/ State : warning == Summary == Error: dim checkpatch failed 151e62507dae i915: fix DRM_I915_GVT_KVMGT dependencies -:10: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) #10: ERROR: modpost: "kvm_write_track_remove_gfn" [drivers/gpu/drm/i915/kvmgt.ko] undefined! total: 0 errors, 1 warnings, 0 checks, 10 lines checked ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ Fi.CI.BAT: success for i915: fix DRM_I915_GVT_KVMGT dependencies 2024-10-15 15:21 [PATCH] i915: fix DRM_I915_GVT_KVMGT dependencies Arnd Bergmann 2024-10-15 16:56 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork @ 2024-10-15 17:05 ` Patchwork 2024-10-15 18:19 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-10-17 0:26 ` [PATCH] " Sean Christopherson 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-10-15 17:05 UTC (permalink / raw) To: Arnd Bergmann; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 2460 bytes --] == Series Details == Series: i915: fix DRM_I915_GVT_KVMGT dependencies URL : https://patchwork.freedesktop.org/series/140004/ State : success == Summary == CI Bug Log - changes from CI_DRM_15538 -> Patchwork_140004v1 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/index.html Participating hosts (42 -> 41) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in Patchwork_140004v1 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@workarounds: - bat-mtlp-8: [PASS][1] -> [ABORT][2] ([i915#12216]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/bat-mtlp-8/igt@i915_selftest@live@workarounds.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/bat-mtlp-8/igt@i915_selftest@live@workarounds.html #### Possible fixes #### * igt@i915_module_load@load: - bat-adlp-6: [DMESG-WARN][3] ([i915#12253]) -> [PASS][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/bat-adlp-6/igt@i915_module_load@load.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/bat-adlp-6/igt@i915_module_load@load.html #### Warnings #### * igt@i915_selftest@live: - bat-mtlp-8: [DMESG-WARN][5] ([i915#10341]) -> [ABORT][6] ([i915#12216]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/bat-mtlp-8/igt@i915_selftest@live.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/bat-mtlp-8/igt@i915_selftest@live.html [i915#10341]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10341 [i915#12216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12216 [i915#12253]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12253 Build changes ------------- * Linux: CI_DRM_15538 -> Patchwork_140004v1 CI-20190529: 20190529 CI_DRM_15538: 01c7b2c084e5c84313f382734c10945b9aa49823 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8073: afc7d63f0733598ecf3d3b48a2edd23bf7609a09 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_140004v1: 01c7b2c084e5c84313f382734c10945b9aa49823 @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/index.html [-- Attachment #2: Type: text/html, Size: 3169 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Fi.CI.IGT: failure for i915: fix DRM_I915_GVT_KVMGT dependencies 2024-10-15 15:21 [PATCH] i915: fix DRM_I915_GVT_KVMGT dependencies Arnd Bergmann 2024-10-15 16:56 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork 2024-10-15 17:05 ` ✓ Fi.CI.BAT: success " Patchwork @ 2024-10-15 18:19 ` Patchwork 2024-10-17 0:26 ` [PATCH] " Sean Christopherson 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-10-15 18:19 UTC (permalink / raw) To: Arnd Bergmann; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 91079 bytes --] == Series Details == Series: i915: fix DRM_I915_GVT_KVMGT dependencies URL : https://patchwork.freedesktop.org/series/140004/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15538_full -> Patchwork_140004v1_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_140004v1_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_140004v1_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (8 -> 8) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_140004v1_full: ### IGT changes ### #### Possible regressions #### * igt@gem_ctx_isolation@preservation-s3: - shard-tglu: [PASS][1] -> [ABORT][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-tglu-2/igt@gem_ctx_isolation@preservation-s3.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-2/igt@gem_ctx_isolation@preservation-s3.html * igt@gem_exec_schedule@wide@ccs0: - shard-dg2: [PASS][3] -> [DMESG-WARN][4] +1 other test dmesg-warn [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-3/igt@gem_exec_schedule@wide@ccs0.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-1/igt@gem_exec_schedule@wide@ccs0.html Known issues ------------ Here are the changes found in Patchwork_140004v1_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@object-reloc-keep-cache: - shard-rkl: NOTRUN -> [SKIP][5] ([i915#8411]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-4/igt@api_intel_bb@object-reloc-keep-cache.html * igt@gem_ccs@block-copy-compressed: - shard-rkl: NOTRUN -> [SKIP][6] ([i915#3555] / [i915#9323]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@gem_ccs@block-copy-compressed.html * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-dg1: NOTRUN -> [SKIP][7] ([i915#9323]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_ccs@suspend-resume: - shard-dg2: [PASS][8] -> [INCOMPLETE][9] ([i915#7297]) +1 other test incomplete [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-1/igt@gem_ccs@suspend-resume.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@gem_ccs@suspend-resume.html * igt@gem_close_race@multigpu-basic-process: - shard-tglu: NOTRUN -> [SKIP][10] ([i915#7697]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@gem_close_race@multigpu-basic-process.html * igt@gem_ctx_engines@invalid-engines: - shard-rkl: [PASS][11] -> [FAIL][12] ([i915#12027] / [i915#12031]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-rkl-2/igt@gem_ctx_engines@invalid-engines.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-6/igt@gem_ctx_engines@invalid-engines.html * igt@gem_ctx_isolation@preservation-s3@vecs0: - shard-tglu: [PASS][13] -> [ABORT][14] ([i915#8213]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-tglu-2/igt@gem_ctx_isolation@preservation-s3@vecs0.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-2/igt@gem_ctx_isolation@preservation-s3@vecs0.html * igt@gem_ctx_persistence@heartbeat-many: - shard-mtlp: NOTRUN -> [SKIP][15] ([i915#8555]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-mtlp-8/igt@gem_ctx_persistence@heartbeat-many.html * igt@gem_ctx_sseu@invalid-sseu: - shard-rkl: NOTRUN -> [SKIP][16] ([i915#280]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-4/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_exec_balancer@sliced: - shard-dg1: NOTRUN -> [SKIP][17] ([i915#4812]) +1 other test skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-12/igt@gem_exec_balancer@sliced.html * igt@gem_exec_capture@capture@vecs0-lmem0: - shard-dg2: NOTRUN -> [FAIL][18] ([i915#11965]) +4 other tests fail [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@gem_exec_capture@capture@vecs0-lmem0.html * igt@gem_exec_endless@dispatch@bcs0: - shard-dg2: [PASS][19] -> [TIMEOUT][20] ([i915#3778] / [i915#7016]) +1 other test timeout [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-5/igt@gem_exec_endless@dispatch@bcs0.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-4/igt@gem_exec_endless@dispatch@bcs0.html * igt@gem_exec_fair@basic-none-vip: - shard-dg1: NOTRUN -> [SKIP][21] ([i915#3539] / [i915#4852]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-16/igt@gem_exec_fair@basic-none-vip.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: NOTRUN -> [FAIL][22] ([i915#2842]) +4 other tests fail [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-4/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace@bcs0: - shard-rkl: [PASS][23] -> [FAIL][24] ([i915#2842]) +2 other tests fail [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-rkl-3/igt@gem_exec_fair@basic-pace@bcs0.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-2/igt@gem_exec_fair@basic-pace@bcs0.html * igt@gem_exec_reloc@basic-cpu-gtt-noreloc: - shard-rkl: NOTRUN -> [SKIP][25] ([i915#3281]) +6 other tests skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html * igt@gem_exec_reloc@basic-cpu-wc-noreloc: - shard-dg2: NOTRUN -> [SKIP][26] ([i915#3281]) +1 other test skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-3/igt@gem_exec_reloc@basic-cpu-wc-noreloc.html * igt@gem_exec_reloc@basic-wc-gtt: - shard-dg1: NOTRUN -> [SKIP][27] ([i915#3281]) +1 other test skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@gem_exec_reloc@basic-wc-gtt.html * igt@gem_exec_schedule@pi-common@vcs0: - shard-rkl: NOTRUN -> [FAIL][28] ([i915#12296]) +4 other tests fail [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@gem_exec_schedule@pi-common@vcs0.html * igt@gem_exec_schedule@pi-common@vecs1: - shard-dg2: NOTRUN -> [FAIL][29] ([i915#12296]) +7 other tests fail [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@gem_exec_schedule@pi-common@vecs1.html * igt@gem_exec_suspend@basic-s0: - shard-dg2: [PASS][30] -> [INCOMPLETE][31] ([i915#11441]) +1 other test incomplete [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-10/igt@gem_exec_suspend@basic-s0.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-7/igt@gem_exec_suspend@basic-s0.html * igt@gem_fence_thrash@bo-write-verify-none: - shard-dg1: NOTRUN -> [SKIP][32] ([i915#4860]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@gem_fence_thrash@bo-write-verify-none.html * igt@gem_lmem_swapping@verify-ccs: - shard-tglu: NOTRUN -> [SKIP][33] ([i915#4613]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_madvise@dontneed-before-pwrite: - shard-rkl: NOTRUN -> [SKIP][34] ([i915#3282]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-4/igt@gem_madvise@dontneed-before-pwrite.html * igt@gem_mmap@bad-object: - shard-mtlp: NOTRUN -> [SKIP][35] ([i915#4083]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-mtlp-8/igt@gem_mmap@bad-object.html * igt@gem_mmap_wc@copy: - shard-dg2: NOTRUN -> [SKIP][36] ([i915#4083]) +1 other test skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-5/igt@gem_mmap_wc@copy.html * igt@gem_mmap_wc@read: - shard-dg1: NOTRUN -> [SKIP][37] ([i915#4083]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@gem_mmap_wc@read.html * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: - shard-rkl: NOTRUN -> [SKIP][38] ([i915#4270]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html * igt@gem_pxp@reject-modify-context-protection-off-2: - shard-dg2: NOTRUN -> [SKIP][39] ([i915#4270]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-3/igt@gem_pxp@reject-modify-context-protection-off-2.html * igt@gem_readwrite@write-bad-handle: - shard-dg2: NOTRUN -> [SKIP][40] ([i915#3282]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-5/igt@gem_readwrite@write-bad-handle.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg1: NOTRUN -> [SKIP][41] ([i915#4079]) +1 other test skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-19/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4079]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-mtlp-8/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_softpin@evict-snoop-interruptible: - shard-dg1: NOTRUN -> [SKIP][43] ([i915#4885]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_unfence_active_buffers: - shard-dg1: NOTRUN -> [SKIP][44] ([i915#4879]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-tglu: NOTRUN -> [SKIP][45] ([i915#3297]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@unsync-overlap: - shard-rkl: NOTRUN -> [SKIP][46] ([i915#3297]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-4/igt@gem_userptr_blits@unsync-overlap.html * igt@gen9_exec_parse@bb-start-far: - shard-rkl: NOTRUN -> [SKIP][47] ([i915#2527]) +2 other tests skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-4/igt@gen9_exec_parse@bb-start-far.html * igt@gen9_exec_parse@bb-start-out: - shard-dg1: NOTRUN -> [SKIP][48] ([i915#2527]) +1 other test skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@gen9_exec_parse@bb-start-out.html * igt@i915_module_load@load: - shard-dg1: NOTRUN -> [SKIP][49] ([i915#6227]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-snb: [PASS][50] -> [ABORT][51] ([i915#9820]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-snb5/igt@i915_module_load@reload-with-fault-injection.html [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-snb5/igt@i915_module_load@reload-with-fault-injection.html - shard-tglu: [PASS][52] -> [ABORT][53] ([i915#10887] / [i915#9820]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-tglu-10/igt@i915_module_load@reload-with-fault-injection.html [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-10/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_freq_api@freq-basic-api: - shard-rkl: NOTRUN -> [SKIP][54] ([i915#8399]) +1 other test skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-4/igt@i915_pm_freq_api@freq-basic-api.html * igt@i915_pm_freq_api@freq-reset-multiple: - shard-tglu: NOTRUN -> [SKIP][55] ([i915#8399]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@i915_pm_freq_api@freq-reset-multiple.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0: - shard-dg1: [PASS][56] -> [FAIL][57] ([i915#3591]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html * igt@i915_query@test-query-geometry-subslices: - shard-rkl: NOTRUN -> [SKIP][58] ([i915#5723]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@i915_query@test-query-geometry-subslices.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - shard-dg1: NOTRUN -> [SKIP][59] ([i915#4212]) +1 other test skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_addfb_basic@clobberred-modifier: - shard-dg2: NOTRUN -> [SKIP][60] ([i915#4212]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_addfb_basic@clobberred-modifier.html * igt@kms_async_flips@async-flip-suspend-resume: - shard-dg2: [PASS][61] -> [SKIP][62] ([i915#9197]) +28 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-11/igt@kms_async_flips@async-flip-suspend-resume.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_async_flips@async-flip-suspend-resume.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-3-4-rc-ccs-cc: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#8709]) +8 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-3-4-rc-ccs-cc.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-glk: NOTRUN -> [INCOMPLETE][64] ([i915#2295]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-glk1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html - shard-dg2: NOTRUN -> [SKIP][65] ([i915#9197]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-glk: NOTRUN -> [SKIP][66] +18 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-glk1/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html - shard-rkl: NOTRUN -> [SKIP][67] ([i915#5286]) +2 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@4-tiled-32bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][68] ([i915#4538] / [i915#5286]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-12/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html * igt@kms_big_fb@4-tiled-64bpp-rotate-0: - shard-tglu: NOTRUN -> [SKIP][69] ([i915#5286]) +1 other test skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html * igt@kms_big_fb@linear-64bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][70] ([i915#3638]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@kms_big_fb@linear-64bpp-rotate-270.html * igt@kms_big_fb@y-tiled-64bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][71] ([i915#3638]) +1 other test skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][72] ([i915#4538]) +1 other test skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][73] ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-4/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][74] ([i915#6095]) +70 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][75] ([i915#6095]) +19 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-c-hdmi-a-1.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs: - shard-dg1: NOTRUN -> [SKIP][76] ([i915#12313]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-16/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs: - shard-rkl: NOTRUN -> [SKIP][77] ([i915#12313]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][78] ([i915#6095]) +123 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-19/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-4.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-d-dp-3: - shard-dg2: NOTRUN -> [SKIP][79] ([i915#10307] / [i915#6095]) +149 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-10/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-d-dp-3.html * igt@kms_cdclk@plane-scaling@pipe-a-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][80] ([i915#4087]) +3 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-3/igt@kms_cdclk@plane-scaling@pipe-a-hdmi-a-2.html * igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode: - shard-dg1: NOTRUN -> [SKIP][81] ([i915#7828]) +2 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html * igt@kms_chamelium_hpd@dp-hpd-storm: - shard-rkl: NOTRUN -> [SKIP][82] ([i915#7828]) +3 other tests skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@kms_chamelium_hpd@dp-hpd-storm.html * igt@kms_chamelium_hpd@vga-hpd-fast: - shard-tglu: NOTRUN -> [SKIP][83] ([i915#7828]) +1 other test skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_chamelium_hpd@vga-hpd-fast.html * igt@kms_content_protection@mei-interface: - shard-tglu: NOTRUN -> [SKIP][84] ([i915#6944] / [i915#9424]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@srm@pipe-a-dp-3: - shard-dg2: NOTRUN -> [TIMEOUT][85] ([i915#7173]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-10/igt@kms_content_protection@srm@pipe-a-dp-3.html * igt@kms_content_protection@type1: - shard-rkl: NOTRUN -> [SKIP][86] ([i915#7118] / [i915#9424]) +1 other test skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent@pipe-a-dp-3: - shard-dg2: NOTRUN -> [FAIL][87] ([i915#1339] / [i915#7173]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-10/igt@kms_content_protection@uevent@pipe-a-dp-3.html * igt@kms_cursor_crc@cursor-onscreen-max-size: - shard-rkl: NOTRUN -> [SKIP][88] ([i915#3555]) +1 other test skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@kms_cursor_crc@cursor-onscreen-max-size.html - shard-dg1: NOTRUN -> [SKIP][89] ([i915#3555]) +1 other test skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@kms_cursor_crc@cursor-onscreen-max-size.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-tglu: NOTRUN -> [SKIP][90] ([i915#11453]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_crc@cursor-sliding-max-size: - shard-tglu: NOTRUN -> [SKIP][91] ([i915#3555]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_cursor_crc@cursor-sliding-max-size.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-rkl: NOTRUN -> [SKIP][92] ([i915#4103]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy: - shard-rkl: NOTRUN -> [SKIP][93] +15 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-4/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size: - shard-dg1: NOTRUN -> [SKIP][94] +10 other tests skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-snb: [PASS][95] -> [FAIL][96] ([i915#2346]) +1 other test fail [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-snb6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-snb2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-dg1: NOTRUN -> [SKIP][97] ([i915#9723]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][98] ([i915#3804]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-5/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-rkl: NOTRUN -> [SKIP][99] ([i915#12402]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_dsc@dsc-with-formats: - shard-tglu: NOTRUN -> [SKIP][100] ([i915#3555] / [i915#3840]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_dsc@dsc-with-formats.html * igt@kms_fbcon_fbt@psr-suspend: - shard-tglu: NOTRUN -> [SKIP][101] ([i915#3469]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_flip@2x-blocking-wf_vblank: - shard-tglu: NOTRUN -> [SKIP][102] ([i915#3637]) +1 other test skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_flip@2x-blocking-wf_vblank.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-glk: [PASS][103] -> [FAIL][104] ([i915#79]) +1 other test fail [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-glk4/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-glk2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#8381]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-5/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-modeset-vs-vblank-race: - shard-dg1: NOTRUN -> [SKIP][106] ([i915#9934]) +1 other test skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-16/igt@kms_flip@2x-modeset-vs-vblank-race.html * igt@kms_flip@flip-vs-dpms-off-vs-modeset-interruptible: - shard-dg2: [PASS][107] -> [SKIP][108] ([i915#5354]) +6 other tests skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-6/igt@kms_flip@flip-vs-dpms-off-vs-modeset-interruptible.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_flip@flip-vs-dpms-off-vs-modeset-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@d-edp1: - shard-mtlp: NOTRUN -> [INCOMPLETE][109] ([i915#10056] / [i915#6113]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-mtlp-2/igt@kms_flip@flip-vs-suspend-interruptible@d-edp1.html * igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a3: - shard-dg2: NOTRUN -> [FAIL][110] ([i915#2122]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-5/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a3.html * igt@kms_flip@wf_vblank-ts-check-interruptible@b-edp1: - shard-mtlp: [PASS][111] -> [FAIL][112] ([i915#2122]) +2 other tests fail [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-mtlp-2/igt@kms_flip@wf_vblank-ts-check-interruptible@b-edp1.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-mtlp-7/igt@kms_flip@wf_vblank-ts-check-interruptible@b-edp1.html * igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a1: - shard-glk: [PASS][113] -> [FAIL][114] ([i915#2122]) +3 other tests fail [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-glk6/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a1.html [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-glk2/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a1.html * igt@kms_flip@wf_vblank-ts-check-interruptible@c-hdmi-a1: - shard-tglu: [PASS][115] -> [FAIL][116] ([i915#2122]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-tglu-2/igt@kms_flip@wf_vblank-ts-check-interruptible@c-hdmi-a1.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_flip@wf_vblank-ts-check-interruptible@c-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling: - shard-tglu: NOTRUN -> [SKIP][117] ([i915#2672] / [i915#3555]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][118] ([i915#2587] / [i915#2672]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling: - shard-rkl: NOTRUN -> [SKIP][119] ([i915#2672] / [i915#3555]) +1 other test skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][120] ([i915#2672]) +1 other test skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling: - shard-dg1: NOTRUN -> [SKIP][121] ([i915#2672] / [i915#3555]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][122] ([i915#2587] / [i915#2672]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-upscaling: - shard-dg2: [PASS][123] -> [SKIP][124] ([i915#3555]) +1 other test skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-upscaling.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling: - shard-dg2: NOTRUN -> [SKIP][125] ([i915#3555]) +1 other test skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling: - shard-snb: NOTRUN -> [SKIP][126] [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-snb7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#8708]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw: - shard-rkl: NOTRUN -> [SKIP][128] ([i915#1825]) +15 other tests skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite: - shard-mtlp: NOTRUN -> [SKIP][129] ([i915#1825]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-modesetfrombusy: - shard-tglu: NOTRUN -> [SKIP][130] +17 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-modesetfrombusy.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt: - shard-rkl: NOTRUN -> [SKIP][131] ([i915#3023]) +14 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html - shard-dg1: NOTRUN -> [SKIP][132] ([i915#3458]) +5 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][133] ([i915#5354]) +4 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html * igt@kms_hdr@bpc-switch: - shard-rkl: NOTRUN -> [SKIP][134] ([i915#3555] / [i915#8228]) +1 other test skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@kms_hdr@bpc-switch.html * igt@kms_hdr@static-toggle-suspend: - shard-dg2: [PASS][135] -> [SKIP][136] ([i915#3555] / [i915#8228]) +1 other test skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-10/igt@kms_hdr@static-toggle-suspend.html [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-7/igt@kms_hdr@static-toggle-suspend.html * igt@kms_joiner@invalid-modeset-ultra-joiner: - shard-tglu: NOTRUN -> [SKIP][137] ([i915#12339]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_joiner@invalid-modeset-ultra-joiner.html * igt@kms_panel_fitting@legacy: - shard-rkl: NOTRUN -> [SKIP][138] ([i915#6301]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@kms_panel_fitting@legacy.html * igt@kms_plane@pixel-format: - shard-dg2: [PASS][139] -> [SKIP][140] ([i915#8825]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-1/igt@kms_plane@pixel-format.html [140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_plane@pixel-format.html * igt@kms_plane_alpha_blend@constant-alpha-max: - shard-dg2: [PASS][141] -> [SKIP][142] ([i915#7294]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-6/igt@kms_plane_alpha_blend@constant-alpha-max.html [142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_plane_alpha_blend@constant-alpha-max.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-a: - shard-mtlp: NOTRUN -> [SKIP][143] ([i915#12247]) +4 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-mtlp-8/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-a.html * igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a: - shard-dg1: NOTRUN -> [SKIP][144] ([i915#12247]) +4 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20: - shard-dg2: [PASS][145] -> [SKIP][146] ([i915#12247] / [i915#8152] / [i915#9423]) +1 other test skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-6/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20.html [146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20.html * igt@kms_plane_scaling@planes-scaler-unity-scaling: - shard-dg2: [PASS][147] -> [SKIP][148] ([i915#3555] / [i915#8152] / [i915#9423]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-11/igt@kms_plane_scaling@planes-scaler-unity-scaling.html [148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_plane_scaling@planes-scaler-unity-scaling.html * igt@kms_plane_scaling@planes-scaler-unity-scaling@pipe-a: - shard-dg2: [PASS][149] -> [SKIP][150] ([i915#12247]) +11 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-11/igt@kms_plane_scaling@planes-scaler-unity-scaling@pipe-a.html [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_plane_scaling@planes-scaler-unity-scaling@pipe-a.html * igt@kms_plane_scaling@planes-scaler-unity-scaling@pipe-d: - shard-dg2: [PASS][151] -> [SKIP][152] ([i915#12247] / [i915#8152]) +3 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-11/igt@kms_plane_scaling@planes-scaler-unity-scaling@pipe-d.html [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_plane_scaling@planes-scaler-unity-scaling@pipe-d.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75: - shard-dg2: [PASS][153] -> [SKIP][154] ([i915#3555] / [i915#6953] / [i915#8152] / [i915#9423]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75.html [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5: - shard-tglu: NOTRUN -> [SKIP][155] ([i915#12247] / [i915#6953]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-d: - shard-tglu: NOTRUN -> [SKIP][156] ([i915#12247]) +3 other tests skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-d.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg1: NOTRUN -> [SKIP][157] ([i915#9340]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_rpm@cursor-dpms: - shard-dg2: [PASS][158] -> [SKIP][159] ([i915#1849]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-1/igt@kms_pm_rpm@cursor-dpms.html [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_pm_rpm@cursor-dpms.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-rkl: NOTRUN -> [SKIP][160] ([i915#9519]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@modeset-lpsp: - shard-rkl: [PASS][161] -> [SKIP][162] ([i915#9519]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp.html [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-dg2: [PASS][163] -> [SKIP][164] ([i915#9519]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-6/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html [164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@kms_properties@crtc-properties-legacy: - shard-dg2: [PASS][165] -> [SKIP][166] ([i915#11521]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-6/igt@kms_properties@crtc-properties-legacy.html [166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_properties@crtc-properties-legacy.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf: - shard-dg1: NOTRUN -> [SKIP][167] ([i915#11520]) +1 other test skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: - shard-tglu: NOTRUN -> [SKIP][168] ([i915#11520]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - shard-rkl: NOTRUN -> [SKIP][169] ([i915#11520]) +4 other tests skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html * igt@kms_psr2_su@page_flip-p010: - shard-tglu: NOTRUN -> [SKIP][170] ([i915#9683]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-pr-cursor-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][171] ([i915#1072] / [i915#9732]) +5 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@kms_psr@fbc-pr-cursor-mmap-gtt.html * igt@kms_psr@fbc-psr2-cursor-render: - shard-dg2: NOTRUN -> [SKIP][172] ([i915#1072] / [i915#9732]) +1 other test skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-3/igt@kms_psr@fbc-psr2-cursor-render.html * igt@kms_psr@fbc-psr2-primary-blt: - shard-rkl: NOTRUN -> [SKIP][173] ([i915#1072] / [i915#9732]) +8 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-4/igt@kms_psr@fbc-psr2-primary-blt.html * igt@kms_psr@pr-primary-render: - shard-tglu: NOTRUN -> [SKIP][174] ([i915#9732]) +3 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_psr@pr-primary-render.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-rkl: NOTRUN -> [SKIP][175] ([i915#5289]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_setmode@basic@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [FAIL][176] ([i915#5465]) +2 other tests fail [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-3/igt@kms_setmode@basic@pipe-b-hdmi-a-2.html * igt@kms_vrr@max-min: - shard-dg1: NOTRUN -> [SKIP][177] ([i915#9906]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-12/igt@kms_vrr@max-min.html - shard-tglu: NOTRUN -> [SKIP][178] ([i915#9906]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@kms_vrr@max-min.html * igt@perf@per-context-mode-unprivileged: - shard-dg1: NOTRUN -> [SKIP][179] ([i915#2433]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-16/igt@perf@per-context-mode-unprivileged.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-dg1: NOTRUN -> [SKIP][180] ([i915#8516]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@perf_pmu@rc6@other-idle-gt0.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-tglu: NOTRUN -> [SKIP][181] ([i915#9917]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-3/igt@sriov_basic@enable-vfs-autoprobe-off.html #### Possible fixes #### * igt@fbdev@unaligned-write: - shard-dg2: [SKIP][182] ([i915#2582]) -> [PASS][183] [182]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@fbdev@unaligned-write.html [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-6/igt@fbdev@unaligned-write.html * igt@gem_ctx_engines@invalid-engines: - shard-glk: [FAIL][184] ([i915#12027] / [i915#12031]) -> [PASS][185] [184]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-glk4/igt@gem_ctx_engines@invalid-engines.html [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-glk5/igt@gem_ctx_engines@invalid-engines.html * igt@gem_eio@hibernate: - shard-dg1: [ABORT][186] ([i915#7975] / [i915#8213]) -> [PASS][187] [186]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg1-14/igt@gem_eio@hibernate.html [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@gem_eio@hibernate.html * igt@gem_eio@reset-stress: - shard-dg2: [FAIL][188] ([i915#5784]) -> [PASS][189] [188]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-1/igt@gem_eio@reset-stress.html [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@gem_eio@reset-stress.html * igt@gem_exec_fair@basic-deadline: - shard-rkl: [FAIL][190] ([i915#2846]) -> [PASS][191] [190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-rkl-6/igt@gem_exec_fair@basic-deadline.html [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][192] ([i915#2842]) -> [PASS][193] +1 other test pass [192]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-glk9/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-rkl: [FAIL][194] ([i915#2842]) -> [PASS][195] +3 other tests pass [194]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-rkl-2/igt@gem_exec_fair@basic-pace-solo@rcs0.html [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-6/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0: - shard-dg1: [FAIL][196] ([i915#3591]) -> [PASS][197] [196]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html * igt@i915_power@sanity: - shard-mtlp: [SKIP][198] ([i915#7984]) -> [PASS][199] [198]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-mtlp-7/igt@i915_power@sanity.html [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-mtlp-6/igt@i915_power@sanity.html * igt@i915_selftest@live@perf: - shard-dg1: [ABORT][200] -> [PASS][201] [200]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg1-18/igt@i915_selftest@live@perf.html [201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-15/igt@i915_selftest@live@perf.html * igt@kms_atomic_transition@plane-toggle-modeset-transition: - shard-dg2: [FAIL][202] ([i915#5956]) -> [PASS][203] [202]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-5/igt@kms_atomic_transition@plane-toggle-modeset-transition.html [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-4/igt@kms_atomic_transition@plane-toggle-modeset-transition.html * igt@kms_cursor_crc@cursor-onscreen-128x128: - shard-dg1: [DMESG-WARN][204] ([i915#4423]) -> [PASS][205] [204]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg1-14/igt@kms_cursor_crc@cursor-onscreen-128x128.html [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-17/igt@kms_cursor_crc@cursor-onscreen-128x128.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][206] ([i915#2346]) -> [PASS][207] [206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-glk5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_dp_aux_dev: - shard-dg2: [SKIP][208] ([i915#1257]) -> [PASS][209] [208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_dp_aux_dev.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-10/igt@kms_dp_aux_dev.html * igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible: - shard-tglu: [FAIL][210] ([i915#2122]) -> [PASS][211] +3 other tests pass [210]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-tglu-4/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html [211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-8/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-snb: [INCOMPLETE][212] ([i915#4839]) -> [PASS][213] [212]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-snb2/igt@kms_flip@flip-vs-suspend-interruptible.html [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-snb7/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1: - shard-snb: [INCOMPLETE][214] -> [PASS][215] [214]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-snb2/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html [215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-snb7/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html * igt@kms_flip@flip-vs-suspend-interruptible@c-edp1: - shard-mtlp: [INCOMPLETE][216] ([i915#6113]) -> [PASS][217] [216]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-mtlp-6/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html [217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-mtlp-2/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html * igt@kms_flip@plain-flip-ts-check-interruptible: - shard-dg2: [FAIL][218] ([i915#2122]) -> [PASS][219] [218]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-10/igt@kms_flip@plain-flip-ts-check-interruptible.html [219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-7/igt@kms_flip@plain-flip-ts-check-interruptible.html * igt@kms_flip@wf_vblank-ts-check-interruptible: - shard-rkl: [FAIL][220] ([i915#2122]) -> [PASS][221] [220]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-rkl-6/igt@kms_flip@wf_vblank-ts-check-interruptible.html [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-1/igt@kms_flip@wf_vblank-ts-check-interruptible.html * igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a2: - shard-rkl: [FAIL][222] ([i915#11961]) -> [PASS][223] +1 other test pass [222]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-rkl-6/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a2.html [223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-1/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a2.html * igt@kms_flip@wf_vblank-ts-check-interruptible@c-hdmi-a4: - shard-dg1: [FAIL][224] ([i915#2122]) -> [PASS][225] +3 other tests pass [224]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg1-14/igt@kms_flip@wf_vblank-ts-check-interruptible@c-hdmi-a4.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-16/igt@kms_flip@wf_vblank-ts-check-interruptible@c-hdmi-a4.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-dg2: [SKIP][226] ([i915#3555]) -> [PASS][227] +4 other tests pass [226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html [227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-10/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu: - shard-dg2: [FAIL][228] ([i915#6880]) -> [PASS][229] [228]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu.html [229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite: - shard-dg2: [SKIP][230] ([i915#5354]) -> [PASS][231] +13 other tests pass [230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html [231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_hdr@bpc-switch-dpms: - shard-dg2: [SKIP][232] ([i915#3555] / [i915#8228]) -> [PASS][233] [232]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-11/igt@kms_hdr@bpc-switch-dpms.html [233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-10/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_pipe_crc_basic@suspend-read-crc: - shard-dg2: [SKIP][234] ([i915#9197]) -> [PASS][235] +38 other tests pass [234]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_pipe_crc_basic@suspend-read-crc.html [235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-7/igt@kms_pipe_crc_basic@suspend-read-crc.html * igt@kms_plane_alpha_blend@constant-alpha-mid: - shard-dg2: [SKIP][236] ([i915#7294]) -> [PASS][237] [236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_plane_alpha_blend@constant-alpha-mid.html [237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-10/igt@kms_plane_alpha_blend@constant-alpha-mid.html * igt@kms_plane_scaling@intel-max-src-size: - shard-rkl: [FAIL][238] ([i915#8292]) -> [PASS][239] [238]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-rkl-3/igt@kms_plane_scaling@intel-max-src-size.html [239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-2/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@invalid-num-scalers: - shard-dg2: [SKIP][240] ([i915#3555] / [i915#6953] / [i915#8152] / [i915#9423]) -> [PASS][241] [240]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_plane_scaling@invalid-num-scalers.html [241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-6/igt@kms_plane_scaling@invalid-num-scalers.html * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation: - shard-dg2: [SKIP][242] ([i915#12247] / [i915#8152] / [i915#9423]) -> [PASS][243] [242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation.html [243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-6/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation.html * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-b: - shard-dg2: [SKIP][244] ([i915#12247]) -> [PASS][245] +14 other tests pass [244]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-b.html [245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-6/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-b.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats: - shard-dg2: [SKIP][246] ([i915#3555] / [i915#8152] / [i915#9423]) -> [PASS][247] [246]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats.html [247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-10/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-d: - shard-dg2: [SKIP][248] ([i915#8152]) -> [PASS][249] +1 other test pass [248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-d.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-10/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-d.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format: - shard-dg2: [SKIP][250] ([i915#8152] / [i915#9423]) -> [PASS][251] [250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-7/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format.html * igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25: - shard-dg2: [SKIP][252] ([i915#6953] / [i915#8152] / [i915#9423]) -> [PASS][253] +1 other test pass [252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25.html [253]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-6/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25@pipe-d: - shard-dg2: [SKIP][254] ([i915#12247] / [i915#8152]) -> [PASS][255] +2 other tests pass [254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25@pipe-d.html [255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-6/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25@pipe-d.html * igt@kms_pm_dc@dc6-dpms: - shard-tglu: [FAIL][256] ([i915#9295]) -> [PASS][257] [256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-tglu-8/igt@kms_pm_dc@dc6-dpms.html [257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-tglu-6/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_rpm@dpms-lpsp: - shard-dg2: [SKIP][258] ([i915#9519]) -> [PASS][259] +2 other tests pass [258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-5/igt@kms_pm_rpm@dpms-lpsp.html [259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-4/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-rkl: [SKIP][260] ([i915#9519]) -> [PASS][261] +1 other test pass [260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html [261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_setmode@basic@pipe-b-edp-1: - shard-mtlp: [FAIL][262] ([i915#5465]) -> [PASS][263] +2 other tests pass [262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-mtlp-6/igt@kms_setmode@basic@pipe-b-edp-1.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-mtlp-2/igt@kms_setmode@basic@pipe-b-edp-1.html * igt@prime_mmap_kms@buffer-sharing: - shard-dg2: [SKIP][264] -> [PASS][265] +1 other test pass [264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@prime_mmap_kms@buffer-sharing.html [265]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-6/igt@prime_mmap_kms@buffer-sharing.html #### Warnings #### * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-dg2: [SKIP][266] ([i915#9197]) -> [SKIP][267] ([i915#7091]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html [267]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-10/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-dg2: [SKIP][268] ([i915#9197]) -> [SKIP][269] ([i915#1769] / [i915#3555]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html [269]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-16bpp-rotate-90: - shard-dg2: [SKIP][270] ([i915#9197]) -> [SKIP][271] +2 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html [271]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-6/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-dg2: [SKIP][272] -> [SKIP][273] ([i915#9197]) +3 other tests skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-6/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html [273]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-16bpp-rotate-0: - shard-dg2: [SKIP][274] ([i915#4538] / [i915#5190]) -> [SKIP][275] ([i915#5190] / [i915#9197]) +6 other tests skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-1/igt@kms_big_fb@y-tiled-16bpp-rotate-0.html [275]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_big_fb@y-tiled-16bpp-rotate-0.html * igt@kms_big_fb@y-tiled-8bpp-rotate-270: - shard-dg2: [SKIP][276] ([i915#5190] / [i915#9197]) -> [SKIP][277] ([i915#4538] / [i915#5190]) +8 other tests skip [276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html [277]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-7/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: [SKIP][278] ([i915#5190]) -> [SKIP][279] ([i915#5190] / [i915#9197]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-11/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html [279]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_ccs@bad-pixel-format-yf-tiled-ccs: - shard-dg2: [SKIP][280] ([i915#9197]) -> [SKIP][281] ([i915#10307] / [i915#6095]) +5 other tests skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html [281]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-7/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc: - shard-dg2: [SKIP][282] ([i915#10307] / [i915#6095]) -> [SKIP][283] ([i915#9197]) +9 other tests skip [282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html [283]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html * igt@kms_content_protection@atomic: - shard-dg2: [TIMEOUT][284] ([i915#7173]) -> [SKIP][285] ([i915#7118] / [i915#9424]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-10/igt@kms_content_protection@atomic.html [285]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-8/igt@kms_content_protection@atomic.html * igt@kms_content_protection@lic-type-1: - shard-dg2: [SKIP][286] ([i915#9424]) -> [SKIP][287] ([i915#9197]) [286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-11/igt@kms_content_protection@lic-type-1.html [287]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_content_protection@lic-type-1.html * igt@kms_content_protection@srm: - shard-dg2: [SKIP][288] ([i915#7118]) -> [TIMEOUT][289] ([i915#7173]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-3/igt@kms_content_protection@srm.html [289]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-10/igt@kms_content_protection@srm.html * igt@kms_content_protection@type1: - shard-dg2: [SKIP][290] ([i915#7118] / [i915#9424]) -> [SKIP][291] ([i915#9197]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-6/igt@kms_content_protection@type1.html [291]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent: - shard-dg2: [SKIP][292] ([i915#7118] / [i915#9424]) -> [FAIL][293] ([i915#1339] / [i915#7173]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-11/igt@kms_content_protection@uevent.html [293]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-10/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg2: [SKIP][294] ([i915#9197]) -> [SKIP][295] ([i915#11453]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_cursor_crc@cursor-offscreen-512x512.html [295]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-6/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-max-size: - shard-dg2: [SKIP][296] ([i915#3555]) -> [SKIP][297] ([i915#9197]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-6/igt@kms_cursor_crc@cursor-onscreen-max-size.html [297]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_cursor_crc@cursor-onscreen-max-size.html * igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy: - shard-dg2: [SKIP][298] ([i915#5354]) -> [SKIP][299] ([i915#9197]) +3 other tests skip [298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-11/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html [299]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2: [SKIP][300] ([i915#9197]) -> [SKIP][301] ([i915#4103] / [i915#4213]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html [301]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-dg2: [SKIP][302] ([i915#4103] / [i915#4213]) -> [SKIP][303] ([i915#9197]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html [303]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: - shard-dg2: [SKIP][304] ([i915#9197]) -> [SKIP][305] ([i915#5354]) +4 other tests skip [304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html [305]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-7/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-dg2: [SKIP][306] ([i915#12402]) -> [SKIP][307] ([i915#9197]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-6/igt@kms_dp_linktrain_fallback@dp-fallback.html [307]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg2: [SKIP][308] ([i915#8812]) -> [SKIP][309] ([i915#9197]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-11/igt@kms_draw_crc@draw-method-mmap-wc.html [309]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_fence_pin_leak: - shard-dg2: [SKIP][310] ([i915#9197]) -> [SKIP][311] ([i915#4881]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_fence_pin_leak.html [311]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-6/igt@kms_fence_pin_leak.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling: - shard-dg2: [SKIP][312] ([i915#2672] / [i915#3555] / [i915#5190]) -> [SKIP][313] ([i915#3555] / [i915#5190]) [312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html [313]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2: [SKIP][314] ([i915#5354]) -> [SKIP][315] ([i915#8708]) +8 other tests skip [314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html [315]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-dg1: [SKIP][316] ([i915#8708]) -> [SKIP][317] ([i915#4423] / [i915#8708]) [316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html [317]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-dg2: [SKIP][318] ([i915#8708]) -> [SKIP][319] ([i915#5354]) +12 other tests skip [318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html [319]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt: - shard-dg2: [SKIP][320] ([i915#3458]) -> [SKIP][321] ([i915#10433] / [i915#3458]) [320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt.html [321]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-dg2: [SKIP][322] ([i915#5354]) -> [SKIP][323] ([i915#10055]) [322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html [323]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-cpu: - shard-dg2: [SKIP][324] ([i915#5354]) -> [SKIP][325] ([i915#3458]) +9 other tests skip [324]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-cpu.html [325]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu: - shard-dg2: [SKIP][326] ([i915#10433] / [i915#3458]) -> [SKIP][327] ([i915#3458]) +3 other tests skip [326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html [327]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt: - shard-dg2: [SKIP][328] ([i915#3458]) -> [SKIP][329] ([i915#5354]) +10 other tests skip [328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html [329]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: [SKIP][330] ([i915#3555] / [i915#8228]) -> [SKIP][331] ([i915#9197]) +1 other test skip [330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-11/igt@kms_hdr@invalid-metadata-sizes.html [331]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][332] ([i915#4816]) -> [SKIP][333] ([i915#4070] / [i915#4816]) [332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [333]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-rkl-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@legacy: - shard-dg2: [SKIP][334] ([i915#6301]) -> [SKIP][335] ([i915#9197]) [334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-6/igt@kms_panel_fitting@legacy.html [335]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_panel_fitting@legacy.html * igt@kms_plane_lowres@tiling-y: - shard-dg2: [SKIP][336] ([i915#8821]) -> [SKIP][337] ([i915#9197]) [336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-6/igt@kms_plane_lowres@tiling-y.html [337]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_plane_lowres@tiling-y.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-dg2: [SKIP][338] ([i915#5354] / [i915#9423]) -> [SKIP][339] ([i915#5354] / [i915#8152] / [i915#9423]) [338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-11/igt@kms_plane_scaling@2x-scaler-multi-pipe.html [339]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20: - shard-dg2: [SKIP][340] ([i915#12247] / [i915#9423]) -> [SKIP][341] ([i915#12247] / [i915#8152] / [i915#9423]) [340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20.html [341]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d: - shard-dg2: [SKIP][342] ([i915#12247]) -> [SKIP][343] ([i915#12247] / [i915#8152]) [342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d.html [343]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d.html * igt@kms_psr@pr-cursor-mmap-gtt: - shard-dg1: [SKIP][344] ([i915#1072] / [i915#9732]) -> [SKIP][345] ([i915#1072] / [i915#4423] / [i915#9732]) [344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg1-12/igt@kms_psr@pr-cursor-mmap-gtt.html [345]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg1-19/igt@kms_psr@pr-cursor-mmap-gtt.html * igt@kms_rotation_crc@bad-pixel-format: - shard-dg2: [SKIP][346] ([i915#9197]) -> [SKIP][347] ([i915#11131]) [346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_rotation_crc@bad-pixel-format.html [347]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-7/igt@kms_rotation_crc@bad-pixel-format.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-dg2: [SKIP][348] ([i915#5190] / [i915#9197]) -> [SKIP][349] ([i915#5190]) [348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html [349]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-10/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_setmode@basic: - shard-dg2: [FAIL][350] ([i915#5465]) -> [SKIP][351] ([i915#3555]) [350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-6/igt@kms_setmode@basic.html [351]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_setmode@basic.html * igt@kms_tiled_display@basic-test-pattern: - shard-glk: [FAIL][352] ([i915#10959]) -> [SKIP][353] [352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-glk7/igt@kms_tiled_display@basic-test-pattern.html [353]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-glk8/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_vrr@flip-dpms: - shard-dg2: [SKIP][354] ([i915#9197]) -> [SKIP][355] ([i915#3555]) +2 other tests skip [354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_vrr@flip-dpms.html [355]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-6/igt@kms_vrr@flip-dpms.html * igt@kms_vrr@seamless-rr-switch-virtual: - shard-dg2: [SKIP][356] ([i915#9906]) -> [SKIP][357] ([i915#9197]) [356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-11/igt@kms_vrr@seamless-rr-switch-virtual.html [357]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-2/igt@kms_vrr@seamless-rr-switch-virtual.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-dg2: [SKIP][358] ([i915#9197]) -> [SKIP][359] ([i915#9906]) [358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@kms_vrr@seamless-rr-switch-vrr.html [359]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-10/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [FAIL][360] ([i915#9100]) -> [FAIL][361] ([i915#7484]) +1 other test fail [360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15538/shard-dg2-2/igt@perf@non-zero-reason@0-rcs0.html [361]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/shard-dg2-10/igt@perf@non-zero-reason@0-rcs0.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055 [i915#10056]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10056 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#10887]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10887 [i915#10959]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10959 [i915#11131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131 [i915#11441]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11441 [i915#11453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#11521]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11521 [i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920 [i915#11961]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11961 [i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965 [i915#12027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12027 [i915#12031]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12031 [i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247 [i915#12296]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12296 [i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313 [i915#12339]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12339 [i915#12402]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12402 [i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257 [i915#1339]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1339 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849 [i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122 [i915#2295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2295 [i915#2346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346 [i915#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3778]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3778 [i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#3966]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3966 [i915#4070]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4070 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4087 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816 [i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#4879]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4879 [i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881 [i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#5465]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5465 [i915#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723 [i915#5784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784 [i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6113]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113 [i915#6227]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6227 [i915#6245]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245 [i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953 [i915#7016]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7016 [i915#7091]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7091 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173 [i915#7294]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7294 [i915#7297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7297 [i915#7484]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7484 [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#79]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/79 [i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975 [i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984 [i915#8152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152 [i915#8213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8292]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8292 [i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381 [i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555 [i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709 [i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812 [i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821 [i915#8825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8825 [i915#8850]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8850 [i915#9100]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100 [i915#9197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197 [i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295 [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323 [i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340 [i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519 [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683 [i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812 [i915#9820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * Linux: CI_DRM_15538 -> Patchwork_140004v1 CI-20190529: 20190529 CI_DRM_15538: 01c7b2c084e5c84313f382734c10945b9aa49823 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8073: afc7d63f0733598ecf3d3b48a2edd23bf7609a09 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_140004v1: 01c7b2c084e5c84313f382734c10945b9aa49823 @ git://anongit.freedesktop.org/gfx-ci/linux piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140004v1/index.html [-- Attachment #2: Type: text/html, Size: 113508 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] i915: fix DRM_I915_GVT_KVMGT dependencies 2024-10-15 15:21 [PATCH] i915: fix DRM_I915_GVT_KVMGT dependencies Arnd Bergmann ` (2 preceding siblings ...) 2024-10-15 18:19 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2024-10-17 0:26 ` Sean Christopherson 2024-10-17 5:11 ` Arnd Bergmann 3 siblings, 1 reply; 7+ messages in thread From: Sean Christopherson @ 2024-10-17 0:26 UTC (permalink / raw) To: Arnd Bergmann Cc: Jani Nikula, Joonas Lahtinen, Rodrigo Vivi, Tvrtko Ursulin, David Airlie, Simona Vetter, Paolo Bonzini, Arnd Bergmann, Maxime Ripard, Geert Uytterhoeven, Imre Deak, intel-gfx, dri-devel, linux-kernel On Tue, Oct 15, 2024, Arnd Bergmann wrote: > From: Arnd Bergmann <arnd@arndb.de> > > Depending on x86 and KVM is not enough, as the kvm helper functions > that get called here are controlled by CONFIG_KVM_X86, which is > disabled if both KVM_INTEL and KVM_AMD are turned off. > > ERROR: modpost: "kvm_write_track_remove_gfn" [drivers/gpu/drm/i915/kvmgt.ko] undefined! > ERROR: modpost: "kvm_page_track_register_notifier" [drivers/gpu/drm/i915/kvmgt.ko] undefined! > ERROR: modpost: "kvm_page_track_unregister_notifier" [drivers/gpu/drm/i915/kvmgt.ko] undefined! > ERROR: modpost: "kvm_write_track_add_gfn" [drivers/gpu/drm/i915/kvmgt.ko] undefined! > > Change the dependency to CONFIG_KVM_X86 instead. > > Fixes: ea4290d77bda ("KVM: x86: leave kvm.ko out of the build if no vendor module is requested") > Signed-off-by: Arnd Bergmann <arnd@arndb.de> > --- > drivers/gpu/drm/i915/Kconfig | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig > index 46301c06d18a..985cb78d8256 100644 > --- a/drivers/gpu/drm/i915/Kconfig > +++ b/drivers/gpu/drm/i915/Kconfig > @@ -118,9 +118,8 @@ config DRM_I915_USERPTR > config DRM_I915_GVT_KVMGT > tristate "Enable KVM host support Intel GVT-g graphics virtualization" > depends on DRM_I915 > - depends on X86 > + depends on KVM_X86 Can GVT-g even work on non-Intel CPUs? I.e. would it make sense to take a dependency on KVM_INTEL? > depends on 64BIT > - depends on KVM > depends on VFIO > select DRM_I915_GVT > select KVM_EXTERNAL_WRITE_TRACKING > -- > 2.39.5 > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] i915: fix DRM_I915_GVT_KVMGT dependencies 2024-10-17 0:26 ` [PATCH] " Sean Christopherson @ 2024-10-17 5:11 ` Arnd Bergmann 2024-10-17 16:54 ` Rodrigo Vivi 0 siblings, 1 reply; 7+ messages in thread From: Arnd Bergmann @ 2024-10-17 5:11 UTC (permalink / raw) To: Sean Christopherson, Arnd Bergmann Cc: Jani Nikula, Joonas Lahtinen, Rodrigo Vivi, Tvrtko Ursulin, Dave Airlie, Simona Vetter, Paolo Bonzini, Maxime Ripard, Geert Uytterhoeven, Imre Deak, intel-gfx, dri-devel, linux-kernel On Thu, Oct 17, 2024, at 00:26, Sean Christopherson wrote: > On Tue, Oct 15, 2024, Arnd Bergmann wrote: >> diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig >> index 46301c06d18a..985cb78d8256 100644 >> --- a/drivers/gpu/drm/i915/Kconfig >> +++ b/drivers/gpu/drm/i915/Kconfig >> @@ -118,9 +118,8 @@ config DRM_I915_USERPTR >> config DRM_I915_GVT_KVMGT >> tristate "Enable KVM host support Intel GVT-g graphics virtualization" >> depends on DRM_I915 >> - depends on X86 >> + depends on KVM_X86 > > Can GVT-g even work on non-Intel CPUs? I.e. would it make sense to take a > dependency on KVM_INTEL? > Yes, I think that should work, but I'm not sure if it needs a dependency on both KVM_INTEL and KVM_X86 in that case, to handle the link-time dependency in all configurations. Arnd ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] i915: fix DRM_I915_GVT_KVMGT dependencies 2024-10-17 5:11 ` Arnd Bergmann @ 2024-10-17 16:54 ` Rodrigo Vivi 0 siblings, 0 replies; 7+ messages in thread From: Rodrigo Vivi @ 2024-10-17 16:54 UTC (permalink / raw) To: Arnd Bergmann Cc: Sean Christopherson, Arnd Bergmann, Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Dave Airlie, Simona Vetter, Paolo Bonzini, Maxime Ripard, Geert Uytterhoeven, Imre Deak, intel-gfx, dri-devel, linux-kernel On Thu, Oct 17, 2024 at 05:11:37AM +0000, Arnd Bergmann wrote: > On Thu, Oct 17, 2024, at 00:26, Sean Christopherson wrote: > > On Tue, Oct 15, 2024, Arnd Bergmann wrote: > >> diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig > >> index 46301c06d18a..985cb78d8256 100644 > >> --- a/drivers/gpu/drm/i915/Kconfig > >> +++ b/drivers/gpu/drm/i915/Kconfig > >> @@ -118,9 +118,8 @@ config DRM_I915_USERPTR > >> config DRM_I915_GVT_KVMGT > >> tristate "Enable KVM host support Intel GVT-g graphics virtualization" > >> depends on DRM_I915 > >> - depends on X86 > >> + depends on KVM_X86 > > > > Can GVT-g even work on non-Intel CPUs? I.e. would it make sense to take a > > dependency on KVM_INTEL? > > > > Yes, I think that should work, but I'm not sure if it needs a dependency > on both KVM_INTEL and KVM_X86 in that case, to handle the link-time > dependency in all configurations. not sure as well, but let's take the safest approach. pushed this patch. Thanks > > Arnd ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-10-17 16:54 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-10-15 15:21 [PATCH] i915: fix DRM_I915_GVT_KVMGT dependencies Arnd Bergmann 2024-10-15 16:56 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork 2024-10-15 17:05 ` ✓ Fi.CI.BAT: success " Patchwork 2024-10-15 18:19 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-10-17 0:26 ` [PATCH] " Sean Christopherson 2024-10-17 5:11 ` Arnd Bergmann 2024-10-17 16:54 ` Rodrigo Vivi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox