* [PATCH linux-next] drm/i915/dp: use string choice helpers
@ 2024-10-07 17:48 R Sundar
2024-10-11 6:48 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: R Sundar @ 2024-10-07 17:48 UTC (permalink / raw)
To: Jani Nikula, Rodrigo Vivi, Joonas Lahtinen, Tvrtko Ursulin,
David Airlie, Simona Vetter
Cc: intel-gfx, intel-xe, dri-devel, linux-kernel, imre.deak,
ville.syrjala, R Sundar, kernel test robot, Julia Lawall
Use str_on_off string helpers for better readability and to fix cocci
warning.
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Julia Lawall <julia.lawall@inria.fr>
Closes: https://lore.kernel.org/r/202410071252.cWILJzrH-lkp@intel.com/
Signed-off-by: R Sundar <prosunofficial@gmail.com>
---
Reported in linux repo:
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
cocci warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/i915/display/intel_dp.c:2243:6-9: opportunity for str_on_off(dsc)
vim +2243 drivers/gpu/drm/i915/display/intel_dp.c
compile tested only.
drivers/gpu/drm/i915/display/intel_dp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
index fbb096be02ad..733619b14193 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -2475,7 +2475,7 @@ intel_dp_compute_config_link_bpp_limits(struct intel_dp *intel_dp,
encoder->base.base.id, encoder->base.name,
crtc->base.base.id, crtc->base.name,
adjusted_mode->crtc_clock,
- dsc ? "on" : "off",
+ str_on_off(dsc),
limits->max_lane_count,
limits->max_rate,
limits->pipe.max_bpp,
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dp: use string choice helpers 2024-10-07 17:48 [PATCH linux-next] drm/i915/dp: use string choice helpers R Sundar @ 2024-10-11 6:48 ` Patchwork 2024-10-11 6:49 ` ✓ Fi.CI.BAT: success " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-10-11 6:48 UTC (permalink / raw) To: R Sundar; +Cc: intel-gfx == Series Details == Series: drm/i915/dp: use string choice helpers URL : https://patchwork.freedesktop.org/series/139845/ State : warning == Summary == Error: dim checkpatch failed 471ccda8d517 drm/i915/dp: use string choice helpers -:9: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed by Closes: with a URL to the report #9: Reported-by: kernel test robot <lkp@intel.com> Reported-by: Julia Lawall <julia.lawall@inria.fr> total: 0 errors, 1 warnings, 0 checks, 8 lines checked ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✓ Fi.CI.BAT: success for drm/i915/dp: use string choice helpers 2024-10-07 17:48 [PATCH linux-next] drm/i915/dp: use string choice helpers R Sundar 2024-10-11 6:48 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork @ 2024-10-11 6:49 ` Patchwork 2024-10-11 20:38 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-10-22 10:26 ` [PATCH linux-next] " Jani Nikula 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-10-11 6:49 UTC (permalink / raw) To: R Sundar; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 1716 bytes --] == Series Details == Series: drm/i915/dp: use string choice helpers URL : https://patchwork.freedesktop.org/series/139845/ State : success == Summary == CI Bug Log - changes from CI_DRM_15514 -> Patchwork_139845v1 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/index.html Participating hosts (45 -> 44) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in Patchwork_139845v1 that come from known issues: ### IGT changes ### #### Warnings #### * igt@i915_module_load@reload: - fi-kbl-7567u: [DMESG-WARN][1] ([i915#11621] / [i915#180]) -> [DMESG-WARN][2] ([i915#11621] / [i915#180] / [i915#1982]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/fi-kbl-7567u/igt@i915_module_load@reload.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/fi-kbl-7567u/igt@i915_module_load@reload.html [i915#11621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11621 [i915#180]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/180 [i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982 Build changes ------------- * Linux: CI_DRM_15514 -> Patchwork_139845v1 CI-20190529: 20190529 CI_DRM_15514: f3354eab2a45420cf38a67f6d7735d5dff53eb6f @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8063: 8063 Patchwork_139845v1: f3354eab2a45420cf38a67f6d7735d5dff53eb6f @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/index.html [-- Attachment #2: Type: text/html, Size: 2442 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ Fi.CI.IGT: failure for drm/i915/dp: use string choice helpers 2024-10-07 17:48 [PATCH linux-next] drm/i915/dp: use string choice helpers R Sundar 2024-10-11 6:48 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork 2024-10-11 6:49 ` ✓ Fi.CI.BAT: success " Patchwork @ 2024-10-11 20:38 ` Patchwork 2024-10-22 10:26 ` [PATCH linux-next] " Jani Nikula 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-10-11 20:38 UTC (permalink / raw) To: R Sundar; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 88528 bytes --] == Series Details == Series: drm/i915/dp: use string choice helpers URL : https://patchwork.freedesktop.org/series/139845/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15514_full -> Patchwork_139845v1_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_139845v1_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_139845v1_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 -> 9) ------------------------------ Additional (1): shard-glk-0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_139845v1_full: ### IGT changes ### #### Possible regressions #### * igt@kms_cursor_crc@cursor-sliding-128x128@pipe-a-edp-1: - shard-mtlp: [PASS][1] -> [FAIL][2] +2 other tests fail [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-mtlp-8/igt@kms_cursor_crc@cursor-sliding-128x128@pipe-a-edp-1.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-3/igt@kms_cursor_crc@cursor-sliding-128x128@pipe-a-edp-1.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-vga-1: - shard-snb: NOTRUN -> [FAIL][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-snb4/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-vga-1.html New tests --------- New tests have been introduced between CI_DRM_15514_full and Patchwork_139845v1_full: ### New IGT tests (13) ### * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-4-mc-ccs: - Statuses : 1 skip(s) - Exec time: [0.22] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-4-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.15] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-4-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.15] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-4-mc-ccs: - Statuses : 1 skip(s) - Exec time: [0.17] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-4-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.13] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-4-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.10] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-2-4-mc-ccs: - Statuses : 1 skip(s) - Exec time: [0.15] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-2-4-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.13] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-2-4-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.10] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs: - Statuses : 1 skip(s) - Exec time: [0.17] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.14] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.12] s * igt@kms_pm_rpm: - Statuses : - Exec time: [None] s Known issues ------------ Here are the changes found in Patchwork_139845v1_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-purge-cache: - shard-rkl: NOTRUN -> [SKIP][4] ([i915#8411]) +1 other test skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-2/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@device_reset@unbind-cold-reset-rebind: - shard-rkl: NOTRUN -> [SKIP][5] ([i915#11078]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_read@short-buffer-block: - shard-dg2: [PASS][6] -> [SKIP][7] ([i915#9197]) +26 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-1/igt@drm_read@short-buffer-block.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@drm_read@short-buffer-block.html * igt@fbdev@eof: - shard-dg2: [PASS][8] -> [SKIP][9] ([i915#2582]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-6/igt@fbdev@eof.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@fbdev@eof.html * igt@gem_basic@multigpu-create-close: - shard-tglu: NOTRUN -> [SKIP][10] ([i915#7697]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-8/igt@gem_basic@multigpu-create-close.html * igt@gem_ccs@suspend-resume: - shard-rkl: NOTRUN -> [SKIP][11] ([i915#9323]) +1 other test skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@gem_ccs@suspend-resume.html * igt@gem_close_race@multigpu-basic-process: - shard-rkl: NOTRUN -> [SKIP][12] ([i915#7697]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-5/igt@gem_close_race@multigpu-basic-process.html * igt@gem_ctx_persistence@hostile: - shard-mtlp: [PASS][13] -> [FAIL][14] ([i915#11980]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-mtlp-8/igt@gem_ctx_persistence@hostile.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-3/igt@gem_ctx_persistence@hostile.html * igt@gem_eio@hibernate: - shard-rkl: NOTRUN -> [ABORT][15] ([i915#7975] / [i915#8213]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@gem_eio@hibernate.html * igt@gem_exec_balancer@invalid-bonds: - shard-dg2: NOTRUN -> [SKIP][16] ([i915#4036]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-10/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_balancer@parallel-balancer: - shard-rkl: NOTRUN -> [SKIP][17] ([i915#4525]) +1 other test skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@gem_exec_balancer@parallel-balancer.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-rkl: [PASS][18] -> [FAIL][19] ([i915#2842]) +1 other test fail [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-rkl-4/igt@gem_exec_fair@basic-pace-share@rcs0.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@gem_exec_fair@basic-pace-share@rcs0.html - shard-tglu: [PASS][20] -> [FAIL][21] ([i915#2842]) +1 other test fail [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-tglu-9/igt@gem_exec_fair@basic-pace-share@rcs0.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-10/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_flush@basic-uc-ro-default: - shard-dg1: NOTRUN -> [SKIP][22] ([i915#3539] / [i915#4852]) +2 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-17/igt@gem_exec_flush@basic-uc-ro-default.html * igt@gem_exec_flush@basic-wb-prw-default: - shard-dg2: NOTRUN -> [SKIP][23] ([i915#3539] / [i915#4852]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-11/igt@gem_exec_flush@basic-wb-prw-default.html * igt@gem_exec_reloc@basic-gtt-wc-noreloc: - shard-rkl: NOTRUN -> [SKIP][24] ([i915#3281]) +13 other tests skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-5/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html * igt@gem_exec_reloc@basic-wc-gtt: - shard-dg2: NOTRUN -> [SKIP][25] ([i915#3281]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-11/igt@gem_exec_reloc@basic-wc-gtt.html - shard-dg1: NOTRUN -> [SKIP][26] ([i915#3281]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-16/igt@gem_exec_reloc@basic-wc-gtt.html - shard-mtlp: NOTRUN -> [SKIP][27] ([i915#3281]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-5/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_139845v1/shard-rkl-5/igt@gem_exec_schedule@pi-common@vcs0.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-rkl: NOTRUN -> [SKIP][29] ([i915#4613]) +3 other tests skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-2/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@verify-random-ccs: - shard-tglu: NOTRUN -> [SKIP][30] ([i915#4613]) +2 other tests skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-8/igt@gem_lmem_swapping@verify-random-ccs.html * igt@gem_mmap_gtt@basic-wc: - shard-dg1: NOTRUN -> [SKIP][31] ([i915#4077]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-17/igt@gem_mmap_gtt@basic-wc.html * igt@gem_mmap_gtt@fault-concurrent-y: - shard-dg2: NOTRUN -> [SKIP][32] ([i915#4077]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-10/igt@gem_mmap_gtt@fault-concurrent-y.html * igt@gem_partial_pwrite_pread@reads-display: - shard-dg2: NOTRUN -> [SKIP][33] ([i915#3282]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-10/igt@gem_partial_pwrite_pread@reads-display.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-rkl: NOTRUN -> [SKIP][34] ([i915#3282]) +3 other tests skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pxp@display-protected-crc: - shard-rkl: NOTRUN -> [SKIP][35] ([i915#4270]) +4 other tests skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-5/igt@gem_pxp@display-protected-crc.html * igt@gem_userptr_blits@coherency-sync: - shard-rkl: NOTRUN -> [SKIP][36] ([i915#3297]) +3 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@gem_userptr_blits@coherency-sync.html * igt@gem_userptr_blits@forbidden-operations: - shard-rkl: NOTRUN -> [SKIP][37] ([i915#3282] / [i915#3297]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@gem_userptr_blits@forbidden-operations.html * igt@gem_userptr_blits@readonly-unsync: - shard-tglu: NOTRUN -> [SKIP][38] ([i915#3297]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-4/igt@gem_userptr_blits@readonly-unsync.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-dg1: NOTRUN -> [SKIP][39] ([i915#3297]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-17/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gen9_exec_parse@allowed-single: - shard-glk: [PASS][40] -> [ABORT][41] ([i915#12375] / [i915#5566]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-glk4/igt@gen9_exec_parse@allowed-single.html [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-glk4/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@shadow-peek: - shard-rkl: NOTRUN -> [SKIP][42] ([i915#2527]) +2 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-5/igt@gen9_exec_parse@shadow-peek.html * igt@i915_module_load@load: - shard-rkl: NOTRUN -> [SKIP][43] ([i915#6227]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@i915_module_load@load.html * igt@i915_pm_freq_api@freq-reset: - shard-tglu: NOTRUN -> [SKIP][44] ([i915#8399]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-4/igt@i915_pm_freq_api@freq-reset.html * igt@i915_pm_freq_api@freq-reset-multiple: - shard-rkl: NOTRUN -> [SKIP][45] ([i915#8399]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@i915_pm_freq_api@freq-reset-multiple.html * igt@i915_pm_sseu@full-enable: - shard-tglu: NOTRUN -> [SKIP][46] ([i915#4387]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-4/igt@i915_pm_sseu@full-enable.html * igt@i915_power@sanity: - shard-mtlp: [PASS][47] -> [SKIP][48] ([i915#7984]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-mtlp-1/igt@i915_power@sanity.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-6/igt@i915_power@sanity.html * igt@i915_selftest@live@workarounds: - shard-mtlp: [PASS][49] -> [ABORT][50] ([i915#12061] / [i915#12216]) +1 other test abort [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-mtlp-2/igt@i915_selftest@live@workarounds.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-6/igt@i915_selftest@live@workarounds.html * igt@i915_selftest@mock@memory_region: - shard-rkl: NOTRUN -> [DMESG-WARN][51] ([i915#9311]) +1 other test dmesg-warn [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@i915_selftest@mock@memory_region.html - shard-dg1: NOTRUN -> [DMESG-WARN][52] ([i915#9311]) +1 other test dmesg-warn [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-12/igt@i915_selftest@mock@memory_region.html * igt@intel_hwmon@hwmon-read: - shard-rkl: NOTRUN -> [SKIP][53] ([i915#7707]) +1 other test skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@intel_hwmon@hwmon-read.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][54] ([i915#8709]) +3 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs (NEW): - shard-dg2: NOTRUN -> [SKIP][55] ([i915#8709]) +11 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs.html * igt@kms_big_fb@4-tiled-32bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][56] +1 other test skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-11/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html - shard-dg1: NOTRUN -> [SKIP][57] ([i915#4538] / [i915#5286]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-16/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-tglu: NOTRUN -> [SKIP][58] ([i915#5286]) +2 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-4/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-rkl: NOTRUN -> [SKIP][59] ([i915#5286]) +5 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-mtlp: [PASS][60] -> [FAIL][61] ([i915#5138]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@linear-32bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][62] ([i915#3638]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@kms_big_fb@linear-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-8bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#4538] / [i915#5190]) +1 other test skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-10/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-mtlp: NOTRUN -> [SKIP][64] +3 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][65] +24 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-5/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][66] ([i915#4538]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-17/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][67] ([i915#6095]) +117 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-18/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html * igt@kms_ccs@bad-aux-stride-yf-tiled-ccs@pipe-d-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#10307] / [i915#6095]) +166 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs@pipe-d-hdmi-a-2.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][69] ([i915#6095]) +9 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-3/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs@pipe-c-edp-1.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][70] ([i915#6095]) +61 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs: - shard-tglu: NOTRUN -> [SKIP][71] ([i915#6095]) +39 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-4/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-rkl: NOTRUN -> [SKIP][72] ([i915#12313]) +1 other test skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-2/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][73] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-8/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1.html * igt@kms_cdclk@mode-transition: - shard-rkl: NOTRUN -> [SKIP][74] ([i915#3742]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-5/igt@kms_cdclk@mode-transition.html * igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][75] ([i915#7213]) +3 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2.html * igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][76] ([i915#4087]) +3 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-1/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html * igt@kms_chamelium_frames@hdmi-frame-dump: - shard-rkl: NOTRUN -> [SKIP][77] ([i915#7828]) +9 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-2/igt@kms_chamelium_frames@hdmi-frame-dump.html * igt@kms_chamelium_hpd@dp-hpd: - shard-dg2: NOTRUN -> [SKIP][78] ([i915#7828]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-11/igt@kms_chamelium_hpd@dp-hpd.html - shard-mtlp: NOTRUN -> [SKIP][79] ([i915#7828]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-5/igt@kms_chamelium_hpd@dp-hpd.html * igt@kms_chamelium_hpd@dp-hpd-storm: - shard-tglu: NOTRUN -> [SKIP][80] ([i915#7828]) +4 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-4/igt@kms_chamelium_hpd@dp-hpd-storm.html * igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode: - shard-dg1: NOTRUN -> [SKIP][81] ([i915#7828]) +1 other test skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-12/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html * igt@kms_content_protection@content-type-change: - shard-rkl: NOTRUN -> [SKIP][82] ([i915#9424]) +1 other test skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@lic-type-1: - shard-tglu: NOTRUN -> [SKIP][83] ([i915#6944] / [i915#9424]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-8/igt@kms_content_protection@lic-type-1.html * igt@kms_cursor_crc@cursor-offscreen-128x42: - shard-mtlp: NOTRUN -> [SKIP][84] ([i915#8814]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-3/igt@kms_cursor_crc@cursor-offscreen-128x42.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-rkl: NOTRUN -> [SKIP][85] ([i915#11453]) +2 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-32x32: - shard-rkl: NOTRUN -> [SKIP][86] ([i915#3555]) +3 other tests skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-tglu: NOTRUN -> [SKIP][87] ([i915#11453]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-8/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-rkl: NOTRUN -> [SKIP][88] ([i915#4103]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@cursora-vs-flipa-varying-size: - shard-dg2: NOTRUN -> [SKIP][89] ([i915#9197]) +1 other test skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_cursor_legacy@cursora-vs-flipa-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy: - shard-dg1: NOTRUN -> [SKIP][90] +3 other tests skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-14/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html - shard-mtlp: NOTRUN -> [SKIP][91] ([i915#9809]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-3/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-tglu: NOTRUN -> [SKIP][92] ([i915#4103]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-rkl: NOTRUN -> [SKIP][93] ([i915#8588]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][94] ([i915#3804]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-2/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_dp_aux_dev: - shard-tglu: NOTRUN -> [SKIP][95] ([i915#1257]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-8/igt@kms_dp_aux_dev.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-rkl: NOTRUN -> [SKIP][96] ([i915#3555] / [i915#3840]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-2/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][97] ([i915#3955]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@chamelium: - shard-rkl: NOTRUN -> [SKIP][98] ([i915#4854]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@kms_feature_discovery@chamelium.html * igt@kms_flip@2x-flip-vs-dpms: - shard-dg1: NOTRUN -> [SKIP][99] ([i915#9934]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-16/igt@kms_flip@2x-flip-vs-dpms.html - shard-mtlp: NOTRUN -> [SKIP][100] ([i915#3637]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-5/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-modeset-vs-vblank-race-interruptible: - shard-tglu: NOTRUN -> [SKIP][101] ([i915#3637]) +2 other tests skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-8/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html * igt@kms_flip@2x-wf_vblank-ts-check@ac-hdmi-a1-hdmi-a2: - shard-glk: [PASS][102] -> [FAIL][103] ([i915#2122]) +2 other tests fail [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-glk2/igt@kms_flip@2x-wf_vblank-ts-check@ac-hdmi-a1-hdmi-a2.html [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-glk2/igt@kms_flip@2x-wf_vblank-ts-check@ac-hdmi-a1-hdmi-a2.html * igt@kms_flip@flip-vs-absolute-wf_vblank: - shard-mtlp: NOTRUN -> [FAIL][104] ([i915#2122]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-3/igt@kms_flip@flip-vs-absolute-wf_vblank.html * igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@b-hdmi-a1: - shard-tglu: [PASS][105] -> [FAIL][106] ([i915#2122]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-tglu-7/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@b-hdmi-a1.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-9/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@b-hdmi-a1.html * igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1: - shard-mtlp: NOTRUN -> [FAIL][107] ([i915#11989]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-3/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-dg2: [PASS][108] -> [INCOMPLETE][109] ([i915#4839] / [i915#6113]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-10/igt@kms_flip@flip-vs-suspend-interruptible.html [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-7/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3: - shard-dg2: NOTRUN -> [INCOMPLETE][110] ([i915#6113]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-7/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3.html * igt@kms_flip@wf_vblank-ts-check-interruptible@b-edp1: - shard-mtlp: [PASS][111] -> [FAIL][112] ([i915#2122]) +3 other tests fail [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-mtlp-7/igt@kms_flip@wf_vblank-ts-check-interruptible@b-edp1.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-1/igt@kms_flip@wf_vblank-ts-check-interruptible@b-edp1.html * igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a1: - shard-rkl: NOTRUN -> [FAIL][113] ([i915#2122]) +2 other tests fail [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-2/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a1.html * igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1: - shard-snb: [PASS][114] -> [FAIL][115] ([i915#2122]) +4 other tests fail [114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-snb6/igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1.html [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-snb2/igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1.html * igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling: - shard-dg2: NOTRUN -> [SKIP][116] ([i915#3555]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling: - shard-tglu: NOTRUN -> [SKIP][117] ([i915#2672] / [i915#3555]) +1 other test skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][118] ([i915#2587] / [i915#2672]) +1 other test skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: - shard-dg1: NOTRUN -> [SKIP][119] ([i915#2587] / [i915#2672] / [i915#3555]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][120] ([i915#2587] / [i915#2672]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling: - shard-rkl: NOTRUN -> [SKIP][121] ([i915#2672] / [i915#3555]) +5 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][122] ([i915#2672]) +5 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][123] ([i915#2672]) +1 other test skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt: - shard-dg2: [PASS][124] -> [SKIP][125] ([i915#5354]) +6 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff: - shard-dg2: [PASS][126] -> [FAIL][127] ([i915#6880]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][128] ([i915#8708]) +2 other tests skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][129] ([i915#8708]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-rte: - shard-rkl: NOTRUN -> [SKIP][130] ([i915#3023]) +25 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][131] ([i915#1825]) +40 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-render: - shard-glk: NOTRUN -> [SKIP][132] +13 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-glk8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-render.html - shard-dg1: NOTRUN -> [SKIP][133] ([i915#3458]) +1 other test skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move: - shard-tglu: NOTRUN -> [SKIP][134] +42 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-blt: - shard-mtlp: NOTRUN -> [SKIP][135] ([i915#1825]) +1 other test skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-move: - shard-dg2: NOTRUN -> [SKIP][136] ([i915#5354]) +3 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-10/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-move.html * igt@kms_hdmi_inject@inject-audio: - shard-rkl: NOTRUN -> [SKIP][137] ([i915#433]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@kms_hdmi_inject@inject-audio.html * igt@kms_hdr@invalid-metadata-sizes: - shard-rkl: NOTRUN -> [SKIP][138] ([i915#3555] / [i915#8228]) +2 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-swap: - shard-tglu: NOTRUN -> [SKIP][139] ([i915#3555] / [i915#8228]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-8/igt@kms_hdr@static-swap.html * igt@kms_hdr@static-toggle: - shard-dg2: [PASS][140] -> [SKIP][141] ([i915#3555] / [i915#8228]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-10/igt@kms_hdr@static-toggle.html [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-6/igt@kms_hdr@static-toggle.html * igt@kms_invalid_mode@bad-hsync-end: - shard-dg2: [PASS][142] -> [SKIP][143] ([i915#3555]) +2 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-6/igt@kms_invalid_mode@bad-hsync-end.html [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_invalid_mode@bad-hsync-end.html * igt@kms_invalid_mode@clock-too-high: - shard-mtlp: NOTRUN -> [SKIP][144] ([i915#3555] / [i915#6403] / [i915#8826]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-5/igt@kms_invalid_mode@clock-too-high.html * igt@kms_invalid_mode@clock-too-high@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][145] ([i915#9457]) +3 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-5/igt@kms_invalid_mode@clock-too-high@pipe-c-edp-1.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-tglu: NOTRUN -> [SKIP][146] ([i915#12388]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-8/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_joiner@invalid-modeset-force-ultra-joiner: - shard-rkl: NOTRUN -> [SKIP][147] ([i915#12394]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-2/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html * igt@kms_panel_fitting@legacy: - shard-rkl: NOTRUN -> [SKIP][148] ([i915#6301]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@kms_panel_fitting@legacy.html * igt@kms_plane_alpha_blend@constant-alpha-max: - shard-dg2: [PASS][149] -> [SKIP][150] ([i915#7294]) +1 other test skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-1/igt@kms_plane_alpha_blend@constant-alpha-max.html [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_plane_alpha_blend@constant-alpha-max.html * igt@kms_plane_lowres@tiling-yf: - shard-tglu: NOTRUN -> [SKIP][151] ([i915#3555]) +2 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-8/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [FAIL][152] ([i915#8292]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-12/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format: - shard-dg2: [PASS][153] -> [SKIP][154] ([i915#12247] / [i915#8152] / [i915#9423]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-6/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format.html [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c: - shard-tglu: NOTRUN -> [SKIP][155] ([i915#12247]) +9 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-4/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c.html * igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a: - shard-rkl: NOTRUN -> [SKIP][156] ([i915#12247]) +8 other tests skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html * igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling: - shard-dg2: [PASS][157] -> [SKIP][158] ([i915#12247] / [i915#3558] / [i915#8152] / [i915#9423]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-6/igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling.html [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling.html * igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling@pipe-d: - shard-dg2: [PASS][159] -> [SKIP][160] ([i915#12247] / [i915#8152]) +1 other test skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-6/igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling@pipe-d.html [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling@pipe-d.html * igt@kms_plane_scaling@planes-upscale-factor-0-25: - shard-dg2: [PASS][161] -> [SKIP][162] ([i915#3555] / [i915#6953] / [i915#8152] / [i915#9423]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-1/igt@kms_plane_scaling@planes-upscale-factor-0-25.html [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-b: - shard-dg2: [PASS][163] -> [SKIP][164] ([i915#12247]) +8 other tests skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-1/igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-b.html [164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-b.html * igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-d: - shard-dg2: [PASS][165] -> [SKIP][166] ([i915#8152]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-1/igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-d.html [166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-d.html * igt@kms_pm_backlight@fade-with-dpms: - shard-rkl: NOTRUN -> [SKIP][167] ([i915#5354]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_pm_dc@dc5-psr: - shard-tglu: NOTRUN -> [SKIP][168] ([i915#9685]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-8/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-psr: - shard-rkl: NOTRUN -> [SKIP][169] ([i915#9685]) +1 other test skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_rpm@dpms-lpsp: - shard-rkl: NOTRUN -> [SKIP][170] ([i915#9519]) +2 other tests skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-tglu: NOTRUN -> [SKIP][171] ([i915#9519]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-4/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-dg2: [PASS][172] -> [SKIP][173] ([i915#9519]) +3 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-8/igt@kms_pm_rpm@modeset-lpsp-stress.html [173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-7/igt@kms_pm_rpm@modeset-lpsp-stress.html - shard-rkl: [PASS][174] -> [SKIP][175] ([i915#9519]) +1 other test skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp-stress.html [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_prime@basic-modeset-hybrid: - shard-rkl: NOTRUN -> [SKIP][176] ([i915#6524]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-2/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf: - shard-tglu: NOTRUN -> [SKIP][177] ([i915#11520]) +3 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-8/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area: - shard-rkl: NOTRUN -> [SKIP][178] ([i915#11520]) +8 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-rkl: NOTRUN -> [SKIP][179] ([i915#9683]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr@fbc-pr-cursor-mmap-gtt: - shard-tglu: NOTRUN -> [SKIP][180] ([i915#9732]) +10 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-8/igt@kms_psr@fbc-pr-cursor-mmap-gtt.html * igt@kms_psr@fbc-psr2-basic: - shard-dg1: NOTRUN -> [SKIP][181] ([i915#1072] / [i915#9732]) +5 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-12/igt@kms_psr@fbc-psr2-basic.html * igt@kms_psr@fbc-psr2-primary-render: - shard-mtlp: NOTRUN -> [SKIP][182] ([i915#9688]) +3 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-5/igt@kms_psr@fbc-psr2-primary-render.html * igt@kms_psr@psr-sprite-plane-move: - shard-rkl: NOTRUN -> [SKIP][183] ([i915#1072] / [i915#9732]) +25 other tests skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@kms_psr@psr-sprite-plane-move.html * igt@kms_psr@psr2-primary-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][184] ([i915#1072] / [i915#9732]) +4 other tests skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-6/igt@kms_psr@psr2-primary-mmap-gtt.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-rkl: NOTRUN -> [SKIP][185] ([i915#5289]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_setmode@invalid-clone-single-crtc: - shard-dg1: NOTRUN -> [SKIP][186] ([i915#3555]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-14/igt@kms_setmode@invalid-clone-single-crtc.html - shard-mtlp: NOTRUN -> [SKIP][187] ([i915#3555] / [i915#8809]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-3/igt@kms_setmode@invalid-clone-single-crtc.html * igt@kms_sysfs_edid_timing: - shard-snb: [PASS][188] -> [FAIL][189] ([IGT#2] / [i915#6493]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-snb2/igt@kms_sysfs_edid_timing.html [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-snb4/igt@kms_sysfs_edid_timing.html - shard-dg1: NOTRUN -> [FAIL][190] ([IGT#2] / [i915#6493]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-17/igt@kms_sysfs_edid_timing.html * igt@kms_tiled_display@basic-test-pattern: - shard-rkl: NOTRUN -> [SKIP][191] ([i915#8623]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-5/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_vrr@flip-basic-fastset: - shard-tglu: NOTRUN -> [SKIP][192] ([i915#9906]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-8/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@negative-basic: - shard-dg2: NOTRUN -> [SKIP][193] ([i915#3555] / [i915#9906]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-8/igt@kms_vrr@negative-basic.html - shard-dg1: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#9906]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-14/igt@kms_vrr@negative-basic.html - shard-tglu: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#9906]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-4/igt@kms_vrr@negative-basic.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-rkl: NOTRUN -> [SKIP][196] ([i915#9906]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-rkl: NOTRUN -> [SKIP][197] ([i915#2437] / [i915#9412]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-5/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@perf@unprivileged-single-ctx-counters: - shard-dg1: NOTRUN -> [SKIP][198] ([i915#2433]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-14/igt@perf@unprivileged-single-ctx-counters.html * igt@prime_vgem@coherency-gtt: - shard-rkl: NOTRUN -> [SKIP][199] ([i915#3708]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-2/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-write-hang: - shard-dg1: NOTRUN -> [SKIP][200] ([i915#3708]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-17/igt@prime_vgem@fence-write-hang.html * igt@sriov_basic@enable-vfs-autoprobe-on: - shard-tglu: NOTRUN -> [SKIP][201] ([i915#9917]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-4/igt@sriov_basic@enable-vfs-autoprobe-on.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-rkl: NOTRUN -> [SKIP][202] ([i915#9917]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-7/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html * igt@syncobj_wait@invalid-wait-zero-handles: - shard-tglu: NOTRUN -> [FAIL][203] ([i915#9781]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-4/igt@syncobj_wait@invalid-wait-zero-handles.html #### Possible fixes #### * igt@gem_ctx_engines@invalid-engines: - shard-glk: [FAIL][204] ([i915#12027]) -> [PASS][205] [204]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-glk5/igt@gem_ctx_engines@invalid-engines.html [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-glk5/igt@gem_ctx_engines@invalid-engines.html - shard-rkl: [FAIL][206] ([i915#12065]) -> [PASS][207] [206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-rkl-6/igt@gem_ctx_engines@invalid-engines.html [207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-2/igt@gem_ctx_engines@invalid-engines.html * igt@gem_ctx_persistence@hostile: - shard-tglu: [FAIL][208] ([i915#11980]) -> [PASS][209] [208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-tglu-7/igt@gem_ctx_persistence@hostile.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-3/igt@gem_ctx_persistence@hostile.html * igt@gem_exec_suspend@basic-s0: - shard-dg2: [INCOMPLETE][210] ([i915#11441]) -> [PASS][211] +1 other test pass [210]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-7/igt@gem_exec_suspend@basic-s0.html [211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-6/igt@gem_exec_suspend@basic-s0.html * igt@kms_atomic@plane-invalid-params: - shard-dg2: [SKIP][212] ([i915#9197]) -> [PASS][213] +14 other tests pass [212]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_atomic@plane-invalid-params.html [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_atomic@plane-invalid-params.html * igt@kms_atomic_transition@modeset-transition: - shard-glk: [FAIL][214] ([i915#12238]) -> [PASS][215] [214]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-glk8/igt@kms_atomic_transition@modeset-transition.html [215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-glk1/igt@kms_atomic_transition@modeset-transition.html * igt@kms_atomic_transition@modeset-transition@2x-outputs: - shard-glk: [FAIL][216] ([i915#11859]) -> [PASS][217] [216]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-glk8/igt@kms_atomic_transition@modeset-transition@2x-outputs.html [217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-glk1/igt@kms_atomic_transition@modeset-transition@2x-outputs.html * igt@kms_atomic_transition@plane-all-modeset-transition: - shard-dg2: [FAIL][218] ([i915#5956]) -> [PASS][219] [218]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-10/igt@kms_atomic_transition@plane-all-modeset-transition.html [219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-5/igt@kms_atomic_transition@plane-all-modeset-transition.html * igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a1: - shard-glk: [FAIL][220] ([i915#2122]) -> [PASS][221] +1 other test pass [220]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-glk5/igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a1.html [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-glk8/igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a1.html * igt@kms_flip@flip-vs-suspend: - shard-dg1: [DMESG-WARN][222] ([i915#4423]) -> [PASS][223] [222]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg1-14/igt@kms_flip@flip-vs-suspend.html [223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-13/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-dg1: [INCOMPLETE][224] ([i915#4839] / [i915#6113]) -> [PASS][225] [224]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg1-15/igt@kms_flip@flip-vs-suspend-interruptible.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-18/igt@kms_flip@flip-vs-suspend-interruptible.html - shard-mtlp: [INCOMPLETE][226] ([i915#6113]) -> [PASS][227] [226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-mtlp-4/igt@kms_flip@flip-vs-suspend-interruptible.html [227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-4/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@d-edp1: - shard-mtlp: [INCOMPLETE][228] ([i915#10056] / [i915#6113]) -> [PASS][229] [228]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-mtlp-4/igt@kms_flip@flip-vs-suspend-interruptible@d-edp1.html [229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-4/igt@kms_flip@flip-vs-suspend-interruptible@d-edp1.html * igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a4: - shard-dg1: [INCOMPLETE][230] ([i915#6113]) -> [PASS][231] [230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg1-15/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a4.html [231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg1-18/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a4.html * igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a1: - shard-tglu: [FAIL][232] ([i915#2122]) -> [PASS][233] +3 other tests pass [232]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-tglu-8/igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a1.html [233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-5/igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a1.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu: - shard-dg2: [SKIP][234] ([i915#5354]) -> [PASS][235] +7 other tests pass [234]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu.html [235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-snb: [SKIP][236] -> [PASS][237] [236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt.html [237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_invalid_mode@bad-vsync-start: - shard-dg2: [SKIP][238] ([i915#3555]) -> [PASS][239] [238]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_invalid_mode@bad-vsync-start.html [239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_invalid_mode@bad-vsync-start.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: - shard-glk: [INCOMPLETE][240] -> [PASS][241] +1 other test pass [240]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-glk2/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html [241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-glk4/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html * igt@kms_plane@pixel-format-source-clamping: - shard-dg2: [SKIP][242] ([i915#8825]) -> [PASS][243] [242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_plane@pixel-format-source-clamping.html [243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_plane@pixel-format-source-clamping.html * igt@kms_plane_alpha_blend@alpha-7efc: - shard-dg2: [SKIP][244] ([i915#7294]) -> [PASS][245] [244]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_plane_alpha_blend@alpha-7efc.html [245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_plane_alpha_blend@alpha-7efc.html * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation: - shard-dg2: [SKIP][246] ([i915#12247] / [i915#8152] / [i915#9423]) -> [PASS][247] [246]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation.html [247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5: - shard-dg2: [SKIP][248] ([i915#6953] / [i915#8152] / [i915#9423]) -> [PASS][249] [248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b: - shard-dg2: [SKIP][250] ([i915#12247]) -> [PASS][251] +5 other tests pass [250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d: - shard-dg2: [SKIP][252] ([i915#12247] / [i915#8152]) -> [PASS][253] +1 other test pass [252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d.html [253]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d.html * igt@kms_pm_dc@dc6-dpms: - shard-tglu: [FAIL][254] ([i915#9295]) -> [PASS][255] [254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-tglu-7/igt@kms_pm_dc@dc6-dpms.html [255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-3/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc9-dpms: - shard-tglu: [SKIP][256] ([i915#4281]) -> [PASS][257] [256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-tglu-9/igt@kms_pm_dc@dc9-dpms.html [257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-tglu-6/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: [SKIP][258] ([i915#9519]) -> [PASS][259] [258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-8/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html [259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-7/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html - shard-rkl: [SKIP][260] ([i915#9519]) -> [PASS][261] [260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-rkl-4/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html [261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@i2c: - shard-dg2: [SKIP][262] -> [PASS][263] +1 other test pass [262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_pm_rpm@i2c.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_pm_rpm@i2c.html #### Warnings #### * igt@gem_ctx_engines@invalid-engines: - shard-mtlp: [FAIL][264] ([i915#12031]) -> [FAIL][265] ([i915#12027]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-mtlp-6/igt@gem_ctx_engines@invalid-engines.html [265]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-mtlp-2/igt@gem_ctx_engines@invalid-engines.html * igt@kms_big_fb@4-tiled-64bpp-rotate-270: - shard-dg2: [SKIP][266] ([i915#9197]) -> [SKIP][267] +1 other test skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html [267]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html * igt@kms_big_fb@x-tiled-16bpp-rotate-270: - shard-dg2: [SKIP][268] -> [SKIP][269] ([i915#9197]) +1 other test skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-6/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html [269]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html * igt@kms_big_fb@y-tiled-32bpp-rotate-270: - shard-dg2: [SKIP][270] ([i915#5190] / [i915#9197]) -> [SKIP][271] ([i915#4538] / [i915#5190]) +2 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html [271]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-8bpp-rotate-270: - shard-dg2: [SKIP][272] ([i915#4538] / [i915#5190]) -> [SKIP][273] ([i915#5190] / [i915#9197]) +4 other tests skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-6/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html [273]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-addfb: - shard-dg2: [SKIP][274] ([i915#5190]) -> [SKIP][275] ([i915#5190] / [i915#9197]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-6/igt@kms_big_fb@yf-tiled-addfb.html [275]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_ccs@bad-aux-stride-yf-tiled-ccs: - shard-dg2: [SKIP][276] ([i915#9197]) -> [SKIP][277] ([i915#10307] / [i915#6095]) +3 other tests skip [276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs.html [277]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs.html * igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs: - shard-dg2: [SKIP][278] ([i915#10307] / [i915#6095]) -> [SKIP][279] ([i915#9197]) +3 other tests skip [278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-1/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html [279]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-dg2: [SKIP][280] ([i915#12313]) -> [SKIP][281] ([i915#9197]) [280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-1/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html [281]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_cdclk@mode-transition: - shard-dg2: [SKIP][282] ([i915#9197]) -> [SKIP][283] ([i915#11616] / [i915#7213]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_cdclk@mode-transition.html [283]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_cdclk@mode-transition.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-dg2: [SKIP][284] ([i915#9197]) -> [SKIP][285] ([i915#11453]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_cursor_crc@cursor-offscreen-512x170.html [285]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg2: [SKIP][286] ([i915#11453]) -> [SKIP][287] ([i915#9197]) [286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-1/igt@kms_cursor_crc@cursor-onscreen-512x170.html [287]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-32x32: - shard-dg2: [SKIP][288] ([i915#9197]) -> [SKIP][289] ([i915#3555]) +1 other test skip [288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html [289]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-dg2: [SKIP][290] ([i915#9197]) -> [SKIP][291] ([i915#4103] / [i915#4213]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html [291]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: - shard-dg2: [SKIP][292] ([i915#5354]) -> [SKIP][293] ([i915#9197]) +2 other tests skip [292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-6/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html [293]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - shard-dg2: [SKIP][294] ([i915#9197]) -> [SKIP][295] ([i915#5354]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html [295]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc: - shard-dg2: [SKIP][296] ([i915#3555]) -> [SKIP][297] ([i915#9197]) +2 other tests skip [296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html [297]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg2: [SKIP][298] ([i915#3555] / [i915#3840]) -> [SKIP][299] ([i915#9197]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-1/igt@kms_dsc@dsc-with-bpc-formats.html [299]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling: - shard-dg2: [SKIP][300] ([i915#2672] / [i915#3555] / [i915#5190]) -> [SKIP][301] ([i915#3555] / [i915#5190]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html [301]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling: - shard-dg2: [SKIP][302] ([i915#3555] / [i915#5190]) -> [SKIP][303] ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip [302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html [303]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-dg2: [SKIP][304] ([i915#2672] / [i915#3555]) -> [SKIP][305] ([i915#3555]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html [305]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render: - shard-dg2: [SKIP][306] ([i915#5354]) -> [FAIL][307] ([i915#6880]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render.html [307]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-dg2: [SKIP][308] ([i915#8708]) -> [SKIP][309] ([i915#5354]) +8 other tests skip [308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html [309]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-dg2: [SKIP][310] ([i915#5354]) -> [SKIP][311] ([i915#8708]) +5 other tests skip [310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html [311]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-pwrite: - shard-dg2: [SKIP][312] ([i915#5354]) -> [SKIP][313] ([i915#3458]) +3 other tests skip [312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-pwrite.html [313]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render: - shard-dg2: [SKIP][314] ([i915#3458]) -> [SKIP][315] ([i915#5354]) +8 other tests skip [314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html [315]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html * igt@kms_hdr@bpc-switch: - shard-dg2: [SKIP][316] ([i915#3555] / [i915#8228]) -> [SKIP][317] ([i915#9197]) [316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-1/igt@kms_hdr@bpc-switch.html [317]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_hdr@bpc-switch.html * igt@kms_hdr@bpc-switch-suspend: - shard-dg2: [SKIP][318] ([i915#9197]) -> [SKIP][319] ([i915#3555] / [i915#8228]) [318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_hdr@bpc-switch-suspend.html [319]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][320] ([i915#4816]) -> [SKIP][321] ([i915#4070] / [i915#4816]) [320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [321]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation: - shard-dg2: [SKIP][322] ([i915#12247] / [i915#9423]) -> [SKIP][323] ([i915#12247] / [i915#8152] / [i915#9423]) [322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html [323]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d: - shard-dg2: [SKIP][324] ([i915#12247]) -> [SKIP][325] ([i915#12247] / [i915#8152]) [324]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d.html [325]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-dg2: [SKIP][326] ([i915#5190] / [i915#9197]) -> [SKIP][327] ([i915#5190]) [326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html [327]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-dg2: [SKIP][328] ([i915#11131]) -> [SKIP][329] ([i915#9197]) [328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-1/igt@kms_rotation_crc@sprite-rotation-270.html [329]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-2/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg2: [SKIP][330] ([i915#9197]) -> [SKIP][331] ([i915#8623]) [330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-2/igt@kms_tiled_display@basic-test-pattern.html [331]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-3/igt@kms_tiled_display@basic-test-pattern.html * igt@prime_mmap@test_aperture_limit: - shard-dg2: [INCOMPLETE][332] ([i915#5493]) -> [WARN][333] ([i915#9351]) [332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-8/igt@prime_mmap@test_aperture_limit.html [333]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-7/igt@prime_mmap@test_aperture_limit.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: [INCOMPLETE][334] ([i915#5493]) -> [CRASH][335] ([i915#9351]) [334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15514/shard-dg2-8/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html [335]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139845v1/shard-dg2-7/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [i915#10056]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10056 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078 [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#11616]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11616 [i915#11859]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11859 [i915#11980]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11980 [i915#11989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11989 [i915#12027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12027 [i915#12031]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12031 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12065]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12065 [i915#12216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12216 [i915#12238]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12238 [i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247 [i915#12296]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12296 [i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313 [i915#12375]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12375 [i915#12388]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388 [i915#12394]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12394 [i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122 [i915#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842 [i915#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#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3558]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3558 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742 [i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804 [i915#3826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3826 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955 [i915#4036]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4036 [i915#4070]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4087]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4087 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281 [i915#433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/433 [i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387 [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [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#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854 [i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493 [i915#5566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5566 [i915#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723 [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#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301 [i915#6403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6403 [i915#6493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6493 [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#7213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7213 [i915#7294]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7294 [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697 [i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [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#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8588]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8588 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709 [i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809 [i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814 [i915#8825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8825 [i915#8826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8826 [i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053 [i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067 [i915#9197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197 [i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295 [i915#9311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9311 [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323 [i915#9351]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9351 [i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412 [i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9457]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9457 [i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519 [i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531 [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688 [i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9781 [i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809 [i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * Linux: CI_DRM_15514 -> Patchwork_139845v1 CI-20190529: 20190529 CI_DRM_15514: f3354eab2a45420cf38a67f6d7735d5dff53eb6f @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8063: 8063 Patchwork_139845v1: f3354eab2a45420cf38a67f6d7735d5dff53eb6f @ 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_139845v1/index.html [-- Attachment #2: Type: text/html, Size: 109947 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH linux-next] drm/i915/dp: use string choice helpers 2024-10-07 17:48 [PATCH linux-next] drm/i915/dp: use string choice helpers R Sundar ` (2 preceding siblings ...) 2024-10-11 20:38 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2024-10-22 10:26 ` Jani Nikula 3 siblings, 0 replies; 5+ messages in thread From: Jani Nikula @ 2024-10-22 10:26 UTC (permalink / raw) To: R Sundar, Rodrigo Vivi, Joonas Lahtinen, Tvrtko Ursulin, David Airlie, Simona Vetter Cc: intel-gfx, intel-xe, dri-devel, linux-kernel, imre.deak, ville.syrjala, R Sundar, kernel test robot, Julia Lawall On Mon, 07 Oct 2024, R Sundar <prosunofficial@gmail.com> wrote: > Use str_on_off string helpers for better readability and to fix cocci > warning. > > Reported-by: kernel test robot <lkp@intel.com> > Reported-by: Julia Lawall <julia.lawall@inria.fr> > Closes: https://lore.kernel.org/r/202410071252.cWILJzrH-lkp@intel.com/ > Signed-off-by: R Sundar <prosunofficial@gmail.com> Pushed to drm-intel-next, thanks for the patch. BR, Jani. > --- > > Reported in linux repo: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > > cocci warnings: (new ones prefixed by >>) >>> drivers/gpu/drm/i915/display/intel_dp.c:2243:6-9: opportunity for str_on_off(dsc) > > vim +2243 drivers/gpu/drm/i915/display/intel_dp.c > > compile tested only. > > drivers/gpu/drm/i915/display/intel_dp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c > index fbb096be02ad..733619b14193 100644 > --- a/drivers/gpu/drm/i915/display/intel_dp.c > +++ b/drivers/gpu/drm/i915/display/intel_dp.c > @@ -2475,7 +2475,7 @@ intel_dp_compute_config_link_bpp_limits(struct intel_dp *intel_dp, > encoder->base.base.id, encoder->base.name, > crtc->base.base.id, crtc->base.name, > adjusted_mode->crtc_clock, > - dsc ? "on" : "off", > + str_on_off(dsc), > limits->max_lane_count, > limits->max_rate, > limits->pipe.max_bpp, -- Jani Nikula, Intel ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-10-22 10:26 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-10-07 17:48 [PATCH linux-next] drm/i915/dp: use string choice helpers R Sundar 2024-10-11 6:48 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork 2024-10-11 6:49 ` ✓ Fi.CI.BAT: success " Patchwork 2024-10-11 20:38 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-10-22 10:26 ` [PATCH linux-next] " Jani Nikula
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox