* [PATCH i-g-t] tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well
@ 2024-11-14 11:14 Jouni Högander
2024-11-14 13:31 ` ✓ CI.xeBAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 9+ messages in thread
From: Jouni Högander @ 2024-11-14 11:14 UTC (permalink / raw)
To: igt-dev; +Cc: jeevan.b, Jouni Högander
Currently we are facing problems with PSR testcases after running
negative-basic subtest. These are because VRR_ENABLED property is left
enabled by negative-basic subtest and having VRR enabled disables PSR
currently. Fix this by setting the property as false for non-VRR panel as
well.
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
---
tests/kms_vrr.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c
index d0db954fa..830fd8ba8 100644
--- a/tests/kms_vrr.c
+++ b/tests/kms_vrr.c
@@ -862,8 +862,7 @@ test_cmrr(data_t *data, enum pipe pipe, igt_output_t *output, uint32_t flags)
static void test_cleanup(data_t *data, enum pipe pipe, igt_output_t *output)
{
- if (vrr_capable(output))
- igt_pipe_set_prop_value(&data->display, pipe, IGT_CRTC_VRR_ENABLED, false);
+ igt_pipe_set_prop_value(&data->display, pipe, IGT_CRTC_VRR_ENABLED, false);
igt_plane_set_fb(data->primary, NULL);
igt_output_set_pipe(output, PIPE_NONE);
--
2.34.1
^ permalink raw reply related [flat|nested] 9+ messages in thread* ✓ CI.xeBAT: success for tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well 2024-11-14 11:14 [PATCH i-g-t] tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well Jouni Högander @ 2024-11-14 13:31 ` Patchwork 2024-11-14 13:40 ` ✓ Fi.CI.BAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2024-11-14 13:31 UTC (permalink / raw) To: Jouni Högander; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2600 bytes --] == Series Details == Series: tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well URL : https://patchwork.freedesktop.org/series/141351/ State : success == Summary == CI Bug Log - changes from XEIGT_8110_BAT -> XEIGTPW_12105_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_12105_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit: - bat-bmg-1: [PASS][1] -> [INCOMPLETE][2] ([Intel XE#2874] / [Intel XE#2998]) +1 other test incomplete [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/bat-bmg-1/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/bat-bmg-1/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html #### Possible fixes #### * igt@kms_frontbuffer_tracking@basic: - bat-adlp-7: [FAIL][3] ([Intel XE#1861]) -> [PASS][4] [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html * igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit: - bat-bmg-2: [INCOMPLETE][5] ([Intel XE#2874] / [Intel XE#2998]) -> [PASS][6] +1 other test pass [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html [Intel XE#1861]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1861 [Intel XE#2874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2874 [Intel XE#2998]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2998 Build changes ------------- * IGT: IGT_8110 -> IGTPW_12105 * Linux: xe-2226-a03ca0a62967eea85aedea158db9dc5078496d4d -> xe-2227-1e3f4084e4e1fba8d172be0c2b964ab5c816394d IGTPW_12105: 12105 IGT_8110: 868b25a05a9492a99228d798c6f71bea5ceaa6e1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2226-a03ca0a62967eea85aedea158db9dc5078496d4d: a03ca0a62967eea85aedea158db9dc5078496d4d xe-2227-1e3f4084e4e1fba8d172be0c2b964ab5c816394d: 1e3f4084e4e1fba8d172be0c2b964ab5c816394d == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/index.html [-- Attachment #2: Type: text/html, Size: 3370 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* ✓ Fi.CI.BAT: success for tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well 2024-11-14 11:14 [PATCH i-g-t] tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well Jouni Högander 2024-11-14 13:31 ` ✓ CI.xeBAT: success for " Patchwork @ 2024-11-14 13:40 ` Patchwork 2024-11-14 18:02 ` ✗ Fi.CI.IGT: failure " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2024-11-14 13:40 UTC (permalink / raw) To: Jouni Högander; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4931 bytes --] == Series Details == Series: tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well URL : https://patchwork.freedesktop.org/series/141351/ State : success == Summary == CI Bug Log - changes from IGT_8110 -> IGTPW_12105 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/index.html Participating hosts (45 -> 44) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_12105 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_module_load@load: - bat-adlp-6: [PASS][1] -> [DMESG-WARN][2] ([i915#12253]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8110/bat-adlp-6/igt@i915_module_load@load.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/bat-adlp-6/igt@i915_module_load@load.html * igt@i915_selftest@live: - bat-atsm-1: [PASS][3] -> [INCOMPLETE][4] ([i915#10341]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8110/bat-atsm-1/igt@i915_selftest@live.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/bat-atsm-1/igt@i915_selftest@live.html * igt@i915_selftest@live@hangcheck: - bat-atsm-1: [PASS][5] -> [INCOMPLETE][6] ([i915#12445]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8110/bat-atsm-1/igt@i915_selftest@live@hangcheck.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/bat-atsm-1/igt@i915_selftest@live@hangcheck.html * igt@kms_chamelium_edid@dp-edid-read: - bat-dg2-13: [PASS][7] -> [FAIL][8] ([i915#12505]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8110/bat-dg2-13/igt@kms_chamelium_edid@dp-edid-read.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/bat-dg2-13/igt@kms_chamelium_edid@dp-edid-read.html #### Possible fixes #### * igt@i915_selftest@live: - bat-arlh-2: [ABORT][9] ([i915#10341]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8110/bat-arlh-2/igt@i915_selftest@live.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/bat-arlh-2/igt@i915_selftest@live.html - {bat-arls-6}: [ABORT][11] ([i915#10341]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8110/bat-arls-6/igt@i915_selftest@live.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/bat-arls-6/igt@i915_selftest@live.html * igt@i915_selftest@live@workarounds: - bat-arlh-2: [ABORT][13] ([i915#12061]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8110/bat-arlh-2/igt@i915_selftest@live@workarounds.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/bat-arlh-2/igt@i915_selftest@live@workarounds.html - bat-mtlp-6: [ABORT][15] ([i915#12061]) -> [PASS][16] +1 other test pass [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8110/bat-mtlp-6/igt@i915_selftest@live@workarounds.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/bat-mtlp-6/igt@i915_selftest@live@workarounds.html - {bat-arls-6}: [ABORT][17] ([i915#12061]) -> [PASS][18] [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8110/bat-arls-6/igt@i915_selftest@live@workarounds.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/bat-arls-6/igt@i915_selftest@live@workarounds.html #### Warnings #### * igt@i915_selftest@live: - bat-arlh-3: [ABORT][19] ([i915#10341] / [i915#12061]) -> [ABORT][20] ([i915#10341]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8110/bat-arlh-3/igt@i915_selftest@live.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/bat-arlh-3/igt@i915_selftest@live.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#10341]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10341 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12253]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12253 [i915#12445]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12445 [i915#12505]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12505 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8110 -> IGTPW_12105 * Linux: CI_DRM_15694 -> CI_DRM_15695 CI-20190529: 20190529 CI_DRM_15694: a03ca0a62967eea85aedea158db9dc5078496d4d @ git://anongit.freedesktop.org/gfx-ci/linux CI_DRM_15695: 1e3f4084e4e1fba8d172be0c2b964ab5c816394d @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_12105: 12105 IGT_8110: 868b25a05a9492a99228d798c6f71bea5ceaa6e1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/index.html [-- Attachment #2: Type: text/html, Size: 6249 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Fi.CI.IGT: failure for tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well 2024-11-14 11:14 [PATCH i-g-t] tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well Jouni Högander 2024-11-14 13:31 ` ✓ CI.xeBAT: success for " Patchwork 2024-11-14 13:40 ` ✓ Fi.CI.BAT: " Patchwork @ 2024-11-14 18:02 ` Patchwork 2024-11-15 7:08 ` Hogander, Jouni 2024-11-15 1:01 ` ✗ CI.xeFULL: " Patchwork 2024-11-15 6:06 ` [PATCH i-g-t] " Sharma, Swati2 4 siblings, 1 reply; 9+ messages in thread From: Patchwork @ 2024-11-14 18:02 UTC (permalink / raw) To: Jouni Högander; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 100294 bytes --] == Series Details == Series: tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well URL : https://patchwork.freedesktop.org/series/141351/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15695_full -> IGTPW_12105_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_12105_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_12105_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. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/index.html Participating hosts (10 -> 9) ------------------------------ Missing (1): shard-glk Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_12105_full: ### IGT changes ### #### Possible regressions #### * igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1: - shard-mtlp: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-2/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-6/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html * igt@kms_properties@connector-properties-legacy: - shard-mtlp: [PASS][3] -> [INCOMPLETE][4] +1 other test incomplete [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-3/igt@kms_properties@connector-properties-legacy.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-4/igt@kms_properties@connector-properties-legacy.html * igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-dp-4: - shard-dg2: NOTRUN -> [INCOMPLETE][5] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-dp-4.html Known issues ------------ Here are the changes found in IGTPW_12105_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - shard-rkl: NOTRUN -> [SKIP][6] ([i915#9318]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-2/igt@debugfs_test@basic-hwmon.html * igt@device_reset@unbind-cold-reset-rebind: - shard-tglu: NOTRUN -> [SKIP][7] ([i915#11078]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-9/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@busy-hang@bcs0: - shard-dg2: NOTRUN -> [SKIP][8] ([i915#8414]) +17 other tests skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@drm_fdinfo@busy-hang@bcs0.html * igt@drm_fdinfo@virtual-busy: - shard-mtlp: NOTRUN -> [SKIP][9] ([i915#8414]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-8/igt@drm_fdinfo@virtual-busy.html - shard-dg1: NOTRUN -> [SKIP][10] ([i915#8414]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@drm_fdinfo@virtual-busy.html * igt@gem_bad_reloc@negative-reloc-lut: - shard-rkl: NOTRUN -> [SKIP][11] ([i915#3281]) +1 other test skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-6/igt@gem_bad_reloc@negative-reloc-lut.html * igt@gem_basic@multigpu-create-close: - shard-rkl: NOTRUN -> [SKIP][12] ([i915#7697]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@gem_basic@multigpu-create-close.html - shard-tglu: NOTRUN -> [SKIP][13] ([i915#7697]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-9/igt@gem_basic@multigpu-create-close.html * igt@gem_caching@reads: - shard-mtlp: NOTRUN -> [SKIP][14] ([i915#4873]) +1 other test skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-1/igt@gem_caching@reads.html * igt@gem_ccs@block-copy-compressed: - shard-tglu: NOTRUN -> [SKIP][15] ([i915#3555] / [i915#9323]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-2/igt@gem_ccs@block-copy-compressed.html * igt@gem_ctx_engines@invalid-engines: - shard-tglu: [PASS][16] -> [FAIL][17] ([i915#12031]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-tglu-2/igt@gem_ctx_engines@invalid-engines.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-7/igt@gem_ctx_engines@invalid-engines.html * igt@gem_ctx_isolation@preservation-s3: - shard-dg2: NOTRUN -> [INCOMPLETE][18] ([i915#12353]) +1 other test incomplete [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-5/igt@gem_ctx_isolation@preservation-s3.html * igt@gem_ctx_persistence@file: - shard-snb: NOTRUN -> [SKIP][19] ([i915#1099]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb1/igt@gem_ctx_persistence@file.html * igt@gem_ctx_persistence@heartbeat-many: - shard-dg2: NOTRUN -> [SKIP][20] ([i915#8555]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@gem_ctx_persistence@heartbeat-many.html * igt@gem_ctx_persistence@saturated-hostile-nopreempt: - shard-dg2: NOTRUN -> [SKIP][21] ([i915#5882]) +7 other tests skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@gem_ctx_persistence@saturated-hostile-nopreempt.html * igt@gem_ctx_sseu@invalid-args: - shard-tglu: NOTRUN -> [SKIP][22] ([i915#280]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-3/igt@gem_ctx_sseu@invalid-args.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg2: NOTRUN -> [SKIP][23] ([i915#4812]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@gem_exec_balancer@bonded-false-hang.html - shard-mtlp: NOTRUN -> [SKIP][24] ([i915#4812]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-3/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@parallel-contexts: - shard-rkl: NOTRUN -> [SKIP][25] ([i915#4525]) +1 other test skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@gem_exec_balancer@parallel-contexts.html * igt@gem_exec_capture@capture@vecs0-lmem0: - shard-dg1: NOTRUN -> [FAIL][26] ([i915#11965] / [i915#12558]) +2 other tests fail [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-12/igt@gem_exec_capture@capture@vecs0-lmem0.html * igt@gem_exec_fair@basic-deadline: - shard-rkl: [PASS][27] -> [FAIL][28] ([i915#2846]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-2/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-tglu: NOTRUN -> [FAIL][29] ([i915#2842]) +7 other tests fail [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-2/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-rkl: [PASS][30] -> [FAIL][31] ([i915#2842]) +4 other tests fail [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-rkl: [PASS][32] -> [FAIL][33] ([i915#2876]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-4/igt@gem_exec_fair@basic-pace@rcs0.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_fair@basic-sync: - shard-dg2: NOTRUN -> [SKIP][34] ([i915#3539]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@gem_exec_fair@basic-sync.html * igt@gem_exec_flush@basic-wb-prw-default: - shard-dg2: NOTRUN -> [SKIP][35] ([i915#3539] / [i915#4852]) +3 other tests skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@gem_exec_flush@basic-wb-prw-default.html * igt@gem_exec_reloc@basic-wc-gtt-active: - shard-dg2: NOTRUN -> [SKIP][36] ([i915#3281]) +8 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@gem_exec_reloc@basic-wc-gtt-active.html - shard-dg1: NOTRUN -> [SKIP][37] ([i915#3281]) +1 other test skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-16/igt@gem_exec_reloc@basic-wc-gtt-active.html * igt@gem_exec_schedule@pi-common@vcs0: - shard-tglu-1: NOTRUN -> [FAIL][38] ([i915#12296]) +5 other tests fail [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@gem_exec_schedule@pi-common@vcs0.html * igt@gem_exec_schedule@pi-ringfull@ccs0: - shard-dg2: NOTRUN -> [FAIL][39] ([i915#12296]) +7 other tests fail [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@gem_exec_schedule@pi-ringfull@ccs0.html * igt@gem_exec_schedule@reorder-wide: - shard-dg2: NOTRUN -> [SKIP][40] ([i915#4537] / [i915#4812]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-5/igt@gem_exec_schedule@reorder-wide.html - shard-dg1: NOTRUN -> [SKIP][41] ([i915#4812]) +1 other test skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-12/igt@gem_exec_schedule@reorder-wide.html * igt@gem_exec_suspend@basic-s0: - shard-dg2: NOTRUN -> [INCOMPLETE][42] ([i915#11441]) +1 other test incomplete [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-2/igt@gem_exec_suspend@basic-s0.html * igt@gem_exec_suspend@basic-s4-devices: - shard-dg2: [PASS][43] -> [ABORT][44] ([i915#7975] / [i915#8213]) +1 other test abort [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-5/igt@gem_exec_suspend@basic-s4-devices.html * igt@gem_fence_thrash@bo-write-verify-y: - shard-dg2: NOTRUN -> [SKIP][45] ([i915#4860]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@gem_fence_thrash@bo-write-verify-y.html * igt@gem_fenced_exec_thrash@no-spare-fences: - shard-dg1: NOTRUN -> [SKIP][46] ([i915#4860]) +3 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-18/igt@gem_fenced_exec_thrash@no-spare-fences.html * igt@gem_gtt_cpu_tlb: - shard-dg1: NOTRUN -> [SKIP][47] ([i915#4077]) +4 other tests skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@gem_gtt_cpu_tlb.html - shard-mtlp: NOTRUN -> [SKIP][48] ([i915#4077]) +3 other tests skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-8/igt@gem_gtt_cpu_tlb.html * igt@gem_huc_copy@huc-copy: - shard-tglu: NOTRUN -> [SKIP][49] ([i915#2190]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_evict@dontneed-evict-race: - shard-tglu: NOTRUN -> [SKIP][50] ([i915#4613] / [i915#7582]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-7/igt@gem_lmem_evict@dontneed-evict-race.html * igt@gem_lmem_swapping@heavy-random: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4613]) +1 other test skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-4/igt@gem_lmem_swapping@heavy-random.html * igt@gem_lmem_swapping@heavy-verify-random: - shard-rkl: NOTRUN -> [SKIP][52] ([i915#4613]) +2 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@gem_lmem_swapping@heavy-verify-random.html * igt@gem_lmem_swapping@heavy-verify-random-ccs: - shard-dg1: NOTRUN -> [SKIP][53] ([i915#12193]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@gem_lmem_swapping@heavy-verify-random-ccs.html * igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][54] ([i915#4565]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-tglu-1: NOTRUN -> [SKIP][55] ([i915#4613]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@random-engines: - shard-tglu: NOTRUN -> [SKIP][56] ([i915#4613]) +3 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@gem_lmem_swapping@random-engines.html * igt@gem_madvise@dontneed-before-exec: - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#3282]) +1 other test skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-3/igt@gem_madvise@dontneed-before-exec.html - shard-dg1: NOTRUN -> [SKIP][58] ([i915#3282]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-16/igt@gem_madvise@dontneed-before-exec.html * igt@gem_mmap@bad-object: - shard-dg1: NOTRUN -> [SKIP][59] ([i915#4083]) +2 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@gem_mmap@bad-object.html - shard-mtlp: NOTRUN -> [SKIP][60] ([i915#4083]) +2 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-5/igt@gem_mmap@bad-object.html * igt@gem_mmap_gtt@basic-read-write-distinct: - shard-dg2: NOTRUN -> [SKIP][61] ([i915#4077]) +8 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@gem_mmap_gtt@basic-read-write-distinct.html * igt@gem_mmap_wc@copy: - shard-dg2: NOTRUN -> [SKIP][62] ([i915#4083]) +4 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@gem_mmap_wc@copy.html * igt@gem_partial_pwrite_pread@write-display: - shard-rkl: NOTRUN -> [SKIP][63] ([i915#3282]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-4/igt@gem_partial_pwrite_pread@write-display.html * igt@gem_partial_pwrite_pread@write-snoop: - shard-dg2: NOTRUN -> [SKIP][64] ([i915#3282]) +3 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@gem_partial_pwrite_pread@write-snoop.html * igt@gem_pxp@create-protected-buffer: - shard-dg2: NOTRUN -> [SKIP][65] ([i915#4270]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@gem_pxp@create-protected-buffer.html - shard-dg1: NOTRUN -> [SKIP][66] ([i915#4270]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@gem_pxp@create-protected-buffer.html * igt@gem_pxp@create-regular-context-2: - shard-tglu: NOTRUN -> [SKIP][67] ([i915#4270]) +2 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-4/igt@gem_pxp@create-regular-context-2.html * igt@gem_pxp@verify-pxp-stale-ctx-execution: - shard-tglu-1: NOTRUN -> [SKIP][68] ([i915#4270]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@gem_pxp@verify-pxp-stale-ctx-execution.html * igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs: - shard-dg2: NOTRUN -> [SKIP][69] ([i915#5190] / [i915#8428]) +5 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs.html * igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][70] ([i915#8428]) +2 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-2/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg2: NOTRUN -> [SKIP][71] ([i915#4079]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_tiled_pread_pwrite: - shard-dg1: NOTRUN -> [SKIP][72] ([i915#4079]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-18/igt@gem_tiled_pread_pwrite.html - shard-mtlp: NOTRUN -> [SKIP][73] ([i915#4079]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-2/igt@gem_tiled_pread_pwrite.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-tglu: NOTRUN -> [SKIP][74] ([i915#3297]) +2 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@invalid-mmap-offset-unsync: - shard-rkl: NOTRUN -> [SKIP][75] ([i915#3297]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html - shard-dg1: NOTRUN -> [SKIP][76] ([i915#3297]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg1: NOTRUN -> [SKIP][77] ([i915#3297] / [i915#4880]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-18/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html - shard-mtlp: NOTRUN -> [SKIP][78] ([i915#3297]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-8/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@relocations: - shard-rkl: NOTRUN -> [SKIP][79] ([i915#3281] / [i915#3297]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-7/igt@gem_userptr_blits@relocations.html * igt@gen7_exec_parse@basic-rejected: - shard-dg2: NOTRUN -> [SKIP][80] +6 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@gen7_exec_parse@basic-rejected.html * igt@gen9_exec_parse@allowed-all: - shard-mtlp: NOTRUN -> [SKIP][81] ([i915#2856]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-1/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@allowed-single: - shard-tglu-1: NOTRUN -> [SKIP][82] ([i915#2527] / [i915#2856]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@bb-start-param: - shard-dg1: NOTRUN -> [SKIP][83] ([i915#2527]) +2 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@gen9_exec_parse@bb-start-param.html * igt@gen9_exec_parse@cmd-crossing-page: - shard-tglu: NOTRUN -> [SKIP][84] ([i915#2527] / [i915#2856]) +2 other tests skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-2/igt@gen9_exec_parse@cmd-crossing-page.html * igt@gen9_exec_parse@shadow-peek: - shard-dg2: NOTRUN -> [SKIP][85] ([i915#2856]) +1 other test skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@gen9_exec_parse@shadow-peek.html - shard-rkl: NOTRUN -> [SKIP][86] ([i915#2527]) +1 other test skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-6/igt@gen9_exec_parse@shadow-peek.html * igt@i915_module_load@load: - shard-tglu: NOTRUN -> [SKIP][87] ([i915#6227]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-10/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-rkl: [PASS][88] -> [ABORT][89] ([i915#9820]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-3/igt@i915_module_load@reload-with-fault-injection.html [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-6/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-mtlp: NOTRUN -> [SKIP][90] ([i915#8436]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-3/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@i915_pm_freq_api@freq-basic-api: - shard-tglu: NOTRUN -> [SKIP][91] ([i915#8399]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-5/igt@i915_pm_freq_api@freq-basic-api.html * igt@i915_pm_freq_api@freq-suspend: - shard-rkl: NOTRUN -> [SKIP][92] ([i915#8399]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-3/igt@i915_pm_freq_api@freq-suspend.html * igt@i915_pm_freq_api@freq-suspend@gt0: - shard-dg2: [PASS][93] -> [INCOMPLETE][94] ([i915#12455]) +1 other test incomplete [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-6/igt@i915_pm_freq_api@freq-suspend@gt0.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@i915_pm_freq_api@freq-suspend@gt0.html * igt@i915_pm_rc6_residency@rc6-fence: - shard-tglu: NOTRUN -> [WARN][95] ([i915#2681]) +1 other test warn [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-fence.html * igt@i915_pm_rps@thresholds-park: - shard-dg1: NOTRUN -> [SKIP][96] ([i915#11681]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-17/igt@i915_pm_rps@thresholds-park.html * igt@i915_power@sanity: - shard-rkl: NOTRUN -> [SKIP][97] ([i915#7984]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@i915_power@sanity.html * igt@i915_selftest@mock: - shard-tglu: NOTRUN -> [DMESG-WARN][98] ([i915#9311]) +1 other test dmesg-warn [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-10/igt@i915_selftest@mock.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs: - shard-dg1: NOTRUN -> [SKIP][99] ([i915#8709]) +7 other tests skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-12/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-mtlp: NOTRUN -> [SKIP][100] ([i915#3555]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-2/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-dg2: NOTRUN -> [SKIP][101] ([i915#9531]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-dg1: NOTRUN -> [SKIP][102] ([i915#9531]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-14/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-tglu: NOTRUN -> [SKIP][103] ([i915#9531]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-dg1: NOTRUN -> [SKIP][104] ([i915#1769] / [i915#3555]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-tglu-1: NOTRUN -> [SKIP][105] ([i915#5286]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][106] ([i915#5286]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-4/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html - shard-dg1: NOTRUN -> [SKIP][107] ([i915#4538] / [i915#5286]) +1 other test skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@4-tiled-addfb-size-offset-overflow: - shard-tglu: NOTRUN -> [SKIP][108] ([i915#5286]) +3 other tests skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-4/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@linear-16bpp-rotate-180: - shard-mtlp: [PASS][109] -> [FAIL][110] ([i915#5138]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-8/igt@kms_big_fb@linear-16bpp-rotate-180.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-5/igt@kms_big_fb@linear-16bpp-rotate-180.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][111] ([i915#3638]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-18/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-64bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][112] ([i915#3638]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-6/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-8bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][113] ([i915#4538] / [i915#5190]) +10 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-mtlp: NOTRUN -> [SKIP][114] ([i915#6187]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-5/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-mtlp: NOTRUN -> [SKIP][115] +7 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][116] +14 other tests skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-4/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][117] ([i915#4538]) +1 other test skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][118] ([i915#6095]) +4 other tests skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-1/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-c-edp-1.html * igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs: - shard-tglu-1: NOTRUN -> [SKIP][119] ([i915#12313]) +1 other test skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][120] ([i915#6095]) +105 other tests skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-14/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4.html * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-1: - shard-tglu-1: NOTRUN -> [SKIP][121] ([i915#6095]) +19 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-1.html * igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][122] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-4/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-dg2: NOTRUN -> [SKIP][123] ([i915#12805]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs: - shard-tglu: NOTRUN -> [SKIP][124] ([i915#12805]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-7/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-d-edp-1: - shard-mtlp: [PASS][125] -> [INCOMPLETE][126] ([i915#12796]) +1 other test incomplete [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-7/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-d-edp-1.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-5/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-d-edp-1.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#6095]) +9 other tests skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-3.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][128] ([i915#10307] / [i915#6095]) +143 other tests skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][129] ([i915#6095]) +72 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-a-hdmi-a-2.html * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs: - shard-tglu: NOTRUN -> [SKIP][130] ([i915#12313]) +1 other test skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-8/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html - shard-rkl: NOTRUN -> [SKIP][131] ([i915#12313]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc: - shard-tglu: NOTRUN -> [SKIP][132] ([i915#6095]) +79 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-2/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html * igt@kms_chamelium_audio@hdmi-audio-edid: - shard-tglu-1: NOTRUN -> [SKIP][133] ([i915#7828]) +5 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_chamelium_audio@hdmi-audio-edid.html * igt@kms_chamelium_frames@dp-crc-fast: - shard-dg2: NOTRUN -> [SKIP][134] ([i915#7828]) +8 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_chamelium_frames@dp-crc-fast.html * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: - shard-tglu: NOTRUN -> [SKIP][135] ([i915#7828]) +10 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-7/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html * igt@kms_chamelium_hpd@hdmi-hpd-fast: - shard-rkl: NOTRUN -> [SKIP][136] ([i915#7828]) +2 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@kms_chamelium_hpd@hdmi-hpd-fast.html - shard-mtlp: NOTRUN -> [SKIP][137] ([i915#7828]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-5/igt@kms_chamelium_hpd@hdmi-hpd-fast.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-dg1: NOTRUN -> [SKIP][138] ([i915#7828]) +1 other test skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_content_protection@atomic: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#7118] / [i915#9424]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@kms_content_protection@atomic.html * igt@kms_content_protection@content-type-change: - shard-tglu: NOTRUN -> [SKIP][140] ([i915#6944] / [i915#9424]) +1 other test skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-5/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-tglu: NOTRUN -> [SKIP][141] ([i915#3116] / [i915#3299]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-3/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@lic-type-1: - shard-rkl: NOTRUN -> [SKIP][142] ([i915#9424]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-6/igt@kms_content_protection@lic-type-1.html * igt@kms_content_protection@type1: - shard-tglu: NOTRUN -> [SKIP][143] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) +2 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-4/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent: - shard-tglu-1: NOTRUN -> [SKIP][144] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-32x10: - shard-tglu: NOTRUN -> [SKIP][145] ([i915#3555]) +3 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-7/igt@kms_cursor_crc@cursor-offscreen-32x10.html * igt@kms_cursor_crc@cursor-offscreen-64x21: - shard-mtlp: NOTRUN -> [SKIP][146] ([i915#8814]) +1 other test skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-8/igt@kms_cursor_crc@cursor-offscreen-64x21.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-tglu: NOTRUN -> [SKIP][147] ([i915#11453] / [i915#3359]) +2 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-8/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-mtlp: NOTRUN -> [SKIP][148] ([i915#11453] / [i915#3359]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-7/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-dg2: NOTRUN -> [SKIP][149] ([i915#11453] / [i915#3359]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-dg1: NOTRUN -> [SKIP][150] ([i915#3555]) +1 other test skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-17/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_crc@cursor-sliding-32x10: - shard-dg2: NOTRUN -> [SKIP][151] ([i915#3555]) +3 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@kms_cursor_crc@cursor-sliding-32x10.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size: - shard-dg1: NOTRUN -> [SKIP][152] +16 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-14/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-tglu: NOTRUN -> [SKIP][153] ([i915#4103]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-dg2: NOTRUN -> [SKIP][154] ([i915#4103] / [i915#4213]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-dg2: NOTRUN -> [SKIP][155] ([i915#9833]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_display_modes@extended-mode-basic: - shard-mtlp: NOTRUN -> [SKIP][156] ([i915#3555] / [i915#8827]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-1/igt@kms_display_modes@extended-mode-basic.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2: NOTRUN -> [SKIP][157] ([i915#8588]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@kms_display_modes@mst-extended-mode-negative.html - shard-dg1: NOTRUN -> [SKIP][158] ([i915#8588]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@kms_display_modes@mst-extended-mode-negative.html - shard-tglu: NOTRUN -> [SKIP][159] ([i915#8588]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-4/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc: - shard-tglu-1: NOTRUN -> [SKIP][160] ([i915#1769] / [i915#3555] / [i915#3804]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-tglu-1: NOTRUN -> [SKIP][161] ([i915#3804]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-dg2: [PASS][162] -> [SKIP][163] ([i915#12402]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-10/igt@kms_dp_linktrain_fallback@dp-fallback.html [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-2/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_dsc@dsc-basic: - shard-tglu-1: NOTRUN -> [SKIP][164] ([i915#3555] / [i915#3840]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-fractional-bpp: - shard-tglu: NOTRUN -> [SKIP][165] ([i915#3840]) +1 other test skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-4/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - shard-mtlp: NOTRUN -> [SKIP][166] ([i915#3840]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-1/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_dsc@dsc-with-bpc: - shard-dg2: NOTRUN -> [SKIP][167] ([i915#3555] / [i915#3840]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@kms_dsc@dsc-with-bpc.html - shard-tglu: NOTRUN -> [SKIP][168] ([i915#3555] / [i915#3840]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-5/igt@kms_dsc@dsc-with-bpc.html * igt@kms_fbcon_fbt@psr: - shard-dg2: NOTRUN -> [SKIP][169] ([i915#3469]) +1 other test skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-5/igt@kms_fbcon_fbt@psr.html * igt@kms_fbcon_fbt@psr-suspend: - shard-tglu: NOTRUN -> [SKIP][170] ([i915#3469]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-10/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@display-3x: - shard-tglu: NOTRUN -> [SKIP][171] ([i915#1839]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-2/igt@kms_feature_discovery@display-3x.html * igt@kms_feature_discovery@dp-mst: - shard-dg2: NOTRUN -> [SKIP][172] ([i915#9337]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-5/igt@kms_feature_discovery@dp-mst.html - shard-tglu: NOTRUN -> [SKIP][173] ([i915#9337]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-3/igt@kms_feature_discovery@dp-mst.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank: - shard-tglu: NOTRUN -> [SKIP][174] ([i915#3637]) +8 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-3/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-dpms: - shard-tglu-1: NOTRUN -> [SKIP][175] ([i915#3637]) +4 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-modeset-vs-vblank-race: - shard-rkl: NOTRUN -> [SKIP][176] ([i915#9934]) +1 other test skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-2/igt@kms_flip@2x-modeset-vs-vblank-race.html * igt@kms_flip@2x-nonexisting-fb: - shard-mtlp: NOTRUN -> [SKIP][177] ([i915#3637]) +1 other test skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-1/igt@kms_flip@2x-nonexisting-fb.html - shard-dg1: NOTRUN -> [SKIP][178] ([i915#9934]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@kms_flip@2x-nonexisting-fb.html * igt@kms_flip@basic-flip-vs-wf_vblank: - shard-rkl: [PASS][179] -> [FAIL][180] ([i915#2122]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-3/igt@kms_flip@basic-flip-vs-wf_vblank.html [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@kms_flip@basic-flip-vs-wf_vblank.html * igt@kms_flip@basic-flip-vs-wf_vblank@a-hdmi-a2: - shard-rkl: [PASS][181] -> [FAIL][182] ([i915#12457]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-3/igt@kms_flip@basic-flip-vs-wf_vblank@a-hdmi-a2.html [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@kms_flip@basic-flip-vs-wf_vblank@a-hdmi-a2.html * igt@kms_flip@flip-vs-absolute-wf_vblank: - shard-dg1: [PASS][183] -> [FAIL][184] ([i915#12517] / [i915#2122]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-18/igt@kms_flip@flip-vs-absolute-wf_vblank.html [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@kms_flip@flip-vs-absolute-wf_vblank.html - shard-mtlp: [PASS][185] -> [FAIL][186] ([i915#2122]) +2 other tests fail [185]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-2/igt@kms_flip@flip-vs-absolute-wf_vblank.html [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-6/igt@kms_flip@flip-vs-absolute-wf_vblank.html * igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a3: - shard-dg1: NOTRUN -> [FAIL][187] ([i915#12517]) +1 other test fail [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a3.html * igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1: - shard-rkl: NOTRUN -> [FAIL][188] ([i915#2122]) +2 other tests fail [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-2/igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1.html * igt@kms_flip@flip-vs-absolute-wf_vblank@d-hdmi-a1: - shard-tglu: NOTRUN -> [FAIL][189] ([i915#2122]) +3 other tests fail [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-7/igt@kms_flip@flip-vs-absolute-wf_vblank@d-hdmi-a1.html * igt@kms_flip@flip-vs-blocking-wf-vblank: - shard-rkl: [PASS][190] -> [FAIL][191] ([i915#11989] / [i915#2122]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-7/igt@kms_flip@flip-vs-blocking-wf-vblank.html [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@kms_flip@flip-vs-blocking-wf-vblank.html * igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a2: - shard-rkl: NOTRUN -> [FAIL][192] ([i915#12034]) +1 other test fail [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a2.html * igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a1: - shard-tglu: [PASS][193] -> [FAIL][194] ([i915#2122]) +4 other tests fail [193]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-tglu-8/igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a1.html [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-9/igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a1.html * igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1: - shard-tglu: NOTRUN -> [FAIL][195] ([i915#79]) +1 other test fail [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-2/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling: - shard-dg2: NOTRUN -> [SKIP][196] ([i915#2672] / [i915#3555]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-tglu-1: NOTRUN -> [SKIP][197] ([i915#2587] / [i915#2672]) +2 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: - shard-tglu-1: NOTRUN -> [SKIP][198] ([i915#2587] / [i915#2672] / [i915#3555]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling: - shard-tglu: NOTRUN -> [SKIP][199] ([i915#2587] / [i915#2672] / [i915#3555]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][200] ([i915#2587] / [i915#2672]) +4 other tests skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling: - shard-rkl: NOTRUN -> [SKIP][201] ([i915#2672] / [i915#3555]) +1 other test skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html - shard-dg1: NOTRUN -> [SKIP][202] ([i915#2587] / [i915#2672] / [i915#3555]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][203] ([i915#2672]) +1 other test skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html - shard-dg1: NOTRUN -> [SKIP][204] ([i915#2587] / [i915#2672]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling: - shard-tglu: NOTRUN -> [SKIP][205] ([i915#2672] / [i915#3555]) +3 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling: - shard-tglu-1: NOTRUN -> [SKIP][206] ([i915#2672] / [i915#3555]) +1 other test skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling: - shard-dg2: NOTRUN -> [SKIP][207] ([i915#2672] / [i915#3555] / [i915#5190]) +2 other tests skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][208] ([i915#2672]) +3 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling: - shard-mtlp: NOTRUN -> [SKIP][209] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][210] ([i915#5354]) +28 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt: - shard-mtlp: NOTRUN -> [SKIP][211] ([i915#1825]) +8 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: - shard-snb: [PASS][212] -> [SKIP][213] +4 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][214] ([i915#1825]) +17 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][215] ([i915#8708]) +7 other tests skip [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][216] ([i915#3458]) +5 other tests skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][217] ([i915#10433] / [i915#3458]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][218] ([i915#8708]) +11 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen: - shard-tglu: NOTRUN -> [SKIP][219] +93 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][220] ([i915#3023]) +10 other tests skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt.html - shard-snb: NOTRUN -> [SKIP][221] +22 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb7/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt.html - shard-mtlp: NOTRUN -> [SKIP][222] ([i915#8708]) +2 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc: - shard-tglu-1: NOTRUN -> [SKIP][223] +34 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-dg2: NOTRUN -> [SKIP][224] ([i915#10055]) +1 other test skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-tglu: NOTRUN -> [SKIP][225] ([i915#9766]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-7/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: NOTRUN -> [SKIP][226] ([i915#3458]) +12 other tests skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_hdr@bpc-switch: - shard-rkl: NOTRUN -> [SKIP][227] ([i915#3555] / [i915#8228]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-7/igt@kms_hdr@bpc-switch.html * igt@kms_hdr@static-toggle-dpms: - shard-dg2: NOTRUN -> [SKIP][228] ([i915#3555] / [i915#8228]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@kms_hdr@static-toggle-dpms.html * igt@kms_invalid_mode@bad-hsync-end: - shard-dg1: [PASS][229] -> [DMESG-WARN][230] ([i915#4423]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-17/igt@kms_invalid_mode@bad-hsync-end.html [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@kms_invalid_mode@bad-hsync-end.html * igt@kms_joiner@basic-ultra-joiner: - shard-dg2: NOTRUN -> [SKIP][231] ([i915#12339]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@kms_joiner@basic-ultra-joiner.html - shard-dg1: NOTRUN -> [SKIP][232] ([i915#12339]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@kms_joiner@basic-ultra-joiner.html - shard-tglu: NOTRUN -> [SKIP][233] ([i915#12339]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@kms_joiner@basic-ultra-joiner.html - shard-mtlp: NOTRUN -> [SKIP][234] ([i915#12339]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-4/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-dg2: NOTRUN -> [SKIP][235] ([i915#12388]) +1 other test skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@kms_joiner@invalid-modeset-force-big-joiner.html - shard-rkl: NOTRUN -> [SKIP][236] ([i915#12388]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@kms_joiner@invalid-modeset-force-big-joiner.html - shard-dg1: NOTRUN -> [SKIP][237] ([i915#12388]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-16/igt@kms_joiner@invalid-modeset-force-big-joiner.html - shard-tglu: NOTRUN -> [SKIP][238] ([i915#12388]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-2/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_plane_multiple@tiling-4: - shard-rkl: NOTRUN -> [SKIP][239] ([i915#3555]) +1 other test skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-2/igt@kms_plane_multiple@tiling-4.html * igt@kms_plane_multiple@tiling-y: - shard-dg2: NOTRUN -> [SKIP][240] ([i915#8806]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@kms_plane_multiple@tiling-y.html * igt@kms_plane_multiple@tiling-yf: - shard-dg2: NOTRUN -> [SKIP][241] ([i915#3555] / [i915#8806]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a: - shard-tglu-1: NOTRUN -> [SKIP][242] ([i915#12247]) +8 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format: - shard-dg1: NOTRUN -> [SKIP][243] ([i915#12247] / [i915#12504]) +6 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-17/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c: - shard-tglu: NOTRUN -> [SKIP][244] ([i915#12247]) +18 other tests skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-9/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation: - shard-tglu-1: NOTRUN -> [SKIP][245] ([i915#3555]) +2 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d: - shard-dg1: NOTRUN -> [SKIP][246] ([i915#12247]) +6 other tests skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d.html * igt@kms_plane_scaling@planes-downscale-factor-0-25: - shard-dg2: NOTRUN -> [SKIP][247] ([i915#12247] / [i915#6953] / [i915#9423]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25.html - shard-dg1: NOTRUN -> [SKIP][248] ([i915#12247] / [i915#6953]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-16/igt@kms_plane_scaling@planes-downscale-factor-0-25.html - shard-tglu: NOTRUN -> [SKIP][249] ([i915#12247] / [i915#6953]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-9/igt@kms_plane_scaling@planes-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25: - shard-mtlp: NOTRUN -> [SKIP][250] ([i915#12247] / [i915#6953]) +1 other test skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b: - shard-mtlp: NOTRUN -> [SKIP][251] ([i915#12247]) +7 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d: - shard-dg2: NOTRUN -> [SKIP][252] ([i915#12247]) +7 other tests skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-dg2: NOTRUN -> [SKIP][253] ([i915#12247] / [i915#3555] / [i915#9423]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_pm_backlight@basic-brightness: - shard-dg1: NOTRUN -> [SKIP][254] ([i915#5354]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_backlight@fade-with-dpms: - shard-tglu-1: NOTRUN -> [SKIP][255] ([i915#9812]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_pm_backlight@fade-with-suspend: - shard-rkl: NOTRUN -> [SKIP][256] ([i915#5354]) +1 other test skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc5-psr: - shard-dg2: NOTRUN -> [SKIP][257] ([i915#9685]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc9-dpms: - shard-tglu: [PASS][258] -> [SKIP][259] ([i915#4281]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-tglu-10/igt@kms_pm_dc@dc9-dpms.html [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-9/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_lpsp@screens-disabled: - shard-dg2: NOTRUN -> [SKIP][260] ([i915#8430]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_pm_lpsp@screens-disabled.html - shard-tglu: NOTRUN -> [SKIP][261] ([i915#8430]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-4/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@modeset-lpsp: - shard-dg2: [PASS][262] -> [SKIP][263] ([i915#9519]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-5/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-rkl: [PASS][264] -> [SKIP][265] ([i915#9519]) +2 other tests skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp-stress.html [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: NOTRUN -> [SKIP][266] ([i915#9519]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html - shard-dg1: NOTRUN -> [SKIP][267] ([i915#9519]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-tglu: NOTRUN -> [SKIP][268] ([i915#9519]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_prime@basic-modeset-hybrid: - shard-tglu: NOTRUN -> [SKIP][269] ([i915#6524]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-3/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf: - shard-mtlp: NOTRUN -> [SKIP][270] ([i915#12316]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf: - shard-tglu: NOTRUN -> [SKIP][271] ([i915#11520]) +9 other tests skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-5/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf: - shard-dg1: NOTRUN -> [SKIP][272] ([i915#11520]) +2 other tests skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-16/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf: - shard-tglu-1: NOTRUN -> [SKIP][273] ([i915#11520]) +2 other tests skip [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: - shard-dg2: NOTRUN -> [SKIP][274] ([i915#11520]) +3 other tests skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf: - shard-rkl: NOTRUN -> [SKIP][275] ([i915#11520]) +2 other tests skip [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_su@page_flip-p010: - shard-dg2: NOTRUN -> [SKIP][276] ([i915#9683]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-2/igt@kms_psr2_su@page_flip-p010.html - shard-tglu: NOTRUN -> [SKIP][277] ([i915#9683]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-9/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-pr-cursor-mmap-gtt: - shard-tglu-1: NOTRUN -> [SKIP][278] ([i915#9732]) +8 other tests skip [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_psr@fbc-pr-cursor-mmap-gtt.html * igt@kms_psr@fbc-psr-primary-blt: - shard-dg2: NOTRUN -> [SKIP][279] ([i915#1072] / [i915#9732]) +14 other tests skip [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@kms_psr@fbc-psr-primary-blt.html * igt@kms_psr@fbc-psr2-cursor-plane-onoff: - shard-mtlp: NOTRUN -> [SKIP][280] ([i915#9688]) +6 other tests skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-8/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html * igt@kms_psr@pr-sprite-mmap-cpu: - shard-tglu: NOTRUN -> [SKIP][281] ([i915#9732]) +29 other tests skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-5/igt@kms_psr@pr-sprite-mmap-cpu.html * igt@kms_psr@psr-cursor-plane-move: - shard-rkl: NOTRUN -> [SKIP][282] ([i915#1072] / [i915#9732]) +12 other tests skip [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-3/igt@kms_psr@psr-cursor-plane-move.html * igt@kms_psr@psr-sprite-plane-move: - shard-dg1: NOTRUN -> [SKIP][283] ([i915#1072] / [i915#9732]) +13 other tests skip [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-17/igt@kms_psr@psr-sprite-plane-move.html * igt@kms_rotation_crc@bad-tiling: - shard-dg2: NOTRUN -> [SKIP][284] ([i915#12755]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@exhaust-fences: - shard-dg2: NOTRUN -> [SKIP][285] ([i915#4235]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@kms_rotation_crc@exhaust-fences.html - shard-dg1: NOTRUN -> [SKIP][286] ([i915#4884]) [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-14/igt@kms_rotation_crc@exhaust-fences.html - shard-mtlp: NOTRUN -> [SKIP][287] ([i915#4235]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-3/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-tglu-1: NOTRUN -> [SKIP][288] ([i915#5289]) +1 other test skip [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html - shard-dg2: NOTRUN -> [SKIP][289] ([i915#5190]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-tglu: NOTRUN -> [SKIP][290] ([i915#5289]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_selftest@drm_framebuffer: - shard-dg1: NOTRUN -> [ABORT][291] ([i915#12231]) +1 other test abort [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-14/igt@kms_selftest@drm_framebuffer.html - shard-snb: NOTRUN -> [ABORT][292] ([i915#12231]) +1 other test abort [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb2/igt@kms_selftest@drm_framebuffer.html - shard-mtlp: NOTRUN -> [ABORT][293] ([i915#12231]) +1 other test abort [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-5/igt@kms_selftest@drm_framebuffer.html * igt@kms_setmode@basic: - shard-snb: NOTRUN -> [FAIL][294] ([i915#5465]) +2 other tests fail [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb4/igt@kms_setmode@basic.html * igt@kms_setmode@basic@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [FAIL][295] ([i915#5465]) +2 other tests fail [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-6/igt@kms_setmode@basic@pipe-b-edp-1.html * igt@kms_sysfs_edid_timing: - shard-dg2: [PASS][296] -> [FAIL][297] ([IGT#2]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-3/igt@kms_sysfs_edid_timing.html [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@kms_sysfs_edid_timing.html - shard-dg1: [PASS][298] -> [FAIL][299] ([IGT#2] / [i915#6493]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-14/igt@kms_sysfs_edid_timing.html [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@kms_sysfs_edid_timing.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-tglu: NOTRUN -> [SKIP][300] ([i915#8623]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-2/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html - shard-dg2: NOTRUN -> [SKIP][301] ([i915#8623]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vblank@ts-continuation-dpms-suspend: - shard-dg2: [PASS][302] -> [INCOMPLETE][303] ([i915#12276]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-4/igt@kms_vblank@ts-continuation-dpms-suspend.html [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@kms_vblank@ts-continuation-dpms-suspend.html * igt@kms_vrr@lobf: - shard-dg2: NOTRUN -> [SKIP][304] ([i915#11920]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@kms_vrr@lobf.html * igt@kms_vrr@negative-basic: - shard-tglu: NOTRUN -> [SKIP][305] ([i915#3555] / [i915#9906]) [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-10/igt@kms_vrr@negative-basic.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-dg2: NOTRUN -> [SKIP][306] ([i915#9906]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-tglu-1: NOTRUN -> [SKIP][307] ([i915#9906]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-tglu: NOTRUN -> [SKIP][308] ([i915#2437] / [i915#9412]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-4/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-dg2: NOTRUN -> [SKIP][309] ([i915#8516]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@perf_pmu@rc6@other-idle-gt0.html - shard-dg1: NOTRUN -> [SKIP][310] ([i915#8516]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-14/igt@perf_pmu@rc6@other-idle-gt0.html - shard-tglu: NOTRUN -> [SKIP][311] ([i915#8516]) [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-10/igt@perf_pmu@rc6@other-idle-gt0.html * igt@perf_pmu@render-node-busy-idle: - shard-mtlp: [PASS][312] -> [FAIL][313] ([i915#4349]) +4 other tests fail [312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-4/igt@perf_pmu@render-node-busy-idle.html [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-8/igt@perf_pmu@render-node-busy-idle.html * igt@perf_pmu@render-node-busy-idle@vcs1: - shard-dg2: NOTRUN -> [FAIL][314] ([i915#4349]) +5 other tests fail [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-2/igt@perf_pmu@render-node-busy-idle@vcs1.html - shard-dg1: NOTRUN -> [FAIL][315] ([i915#4349]) +3 other tests fail [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@perf_pmu@render-node-busy-idle@vcs1.html * igt@prime_vgem@basic-fence-flip: - shard-dg1: NOTRUN -> [SKIP][316] ([i915#3708]) [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-17/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - shard-dg2: NOTRUN -> [SKIP][317] ([i915#3708] / [i915#4077]) [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@prime_vgem@basic-fence-mmap.html * igt@sriov_basic@enable-vfs-bind-unbind-each: - shard-tglu: NOTRUN -> [SKIP][318] ([i915#9917]) [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-3/igt@sriov_basic@enable-vfs-bind-unbind-each.html * igt@syncobj_wait@invalid-wait-zero-handles: - shard-mtlp: NOTRUN -> [FAIL][319] ([i915#12564] / [i915#9781]) [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-2/igt@syncobj_wait@invalid-wait-zero-handles.html - shard-dg2: NOTRUN -> [FAIL][320] ([i915#12564] / [i915#9781]) [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@syncobj_wait@invalid-wait-zero-handles.html - shard-rkl: NOTRUN -> [FAIL][321] ([i915#12564] / [i915#9781]) [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-6/igt@syncobj_wait@invalid-wait-zero-handles.html #### Possible fixes #### * igt@gem_ctx_engines@invalid-engines: - shard-rkl: [FAIL][322] ([i915#12031]) -> [PASS][323] [322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-5/igt@gem_ctx_engines@invalid-engines.html [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-7/igt@gem_ctx_engines@invalid-engines.html * igt@gem_eio@kms: - shard-dg2: [FAIL][324] ([i915#5784]) -> [PASS][325] [324]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-4/igt@gem_eio@kms.html [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@gem_eio@kms.html * igt@gem_eio@reset-stress: - shard-dg1: [FAIL][326] ([i915#12543] / [i915#5784]) -> [PASS][327] [326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-18/igt@gem_eio@reset-stress.html [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-18/igt@gem_eio@reset-stress.html * igt@gem_eio@unwedge-stress: - shard-dg1: [FAIL][328] ([i915#12714] / [i915#5784]) -> [PASS][329] [328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-13/igt@gem_eio@unwedge-stress.html [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@gem_eio@unwedge-stress.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-rkl: [FAIL][330] ([i915#2842]) -> [PASS][331] [330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-4/igt@gem_exec_fair@basic-pace@vecs0.html [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_suspend@basic-s4-devices: - shard-tglu: [ABORT][332] ([i915#7975] / [i915#8213]) -> [PASS][333] +1 other test pass [332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices.html [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-3/igt@gem_exec_suspend@basic-s4-devices.html * igt@i915_pm_rc6_residency@rc6-idle: - shard-dg1: [FAIL][334] ([i915#12548] / [i915#3591]) -> [PASS][335] [334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle.html [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0: - shard-dg1: [FAIL][336] ([i915#12739] / [i915#3591]) -> [PASS][337] [336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-dg2: [FAIL][338] ([i915#5956]) -> [PASS][339] +1 other test pass [338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_cursor_crc@cursor-suspend: - shard-tglu: [ABORT][340] ([i915#10159]) -> [PASS][341] +1 other test pass [340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-tglu-3/igt@kms_cursor_crc@cursor-suspend.html [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@kms_cursor_crc@cursor-suspend.html * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: - shard-snb: [SKIP][342] -> [PASS][343] [342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-snb7/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb2/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html * igt@kms_dp_aux_dev: - shard-dg2: [SKIP][344] ([i915#1257]) -> [PASS][345] [344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-3/igt@kms_dp_aux_dev.html [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@kms_dp_aux_dev.html * igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1: - shard-snb: [FAIL][346] ([i915#2122]) -> [PASS][347] +5 other tests pass [346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-snb1/igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1.html [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb1/igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1.html * igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1: - shard-mtlp: [FAIL][348] ([i915#2122]) -> [PASS][349] +1 other test pass [348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-4/igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1.html [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-4/igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt: - shard-dg2: [FAIL][350] ([i915#6880]) -> [PASS][351] [350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html * igt@kms_pipe_crc_basic@suspend-read-crc: - shard-dg1: [INCOMPLETE][352] ([i915#12756]) -> [PASS][353] [352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-13/igt@kms_pipe_crc_basic@suspend-read-crc.html [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@kms_pipe_crc_basic@suspend-read-crc.html * igt@kms_plane_cursor@overlay: - shard-mtlp: [DMESG-WARN][354] ([i915#1982]) -> [PASS][355] +1 other test pass [354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-6/igt@kms_plane_cursor@overlay.html [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-8/igt@kms_plane_cursor@overlay.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg2: [SKIP][356] ([i915#9340]) -> [PASS][357] [356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-2/igt@kms_pm_lpsp@kms-lpsp.html [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-4/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: [SKIP][358] ([i915#9519]) -> [PASS][359] [358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-4/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-5/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-rkl: [SKIP][360] ([i915#9519]) -> [PASS][361] +2 other tests pass [360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp.html [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_sysfs_edid_timing: - shard-snb: [FAIL][362] ([IGT#2] / [i915#6493]) -> [PASS][363] [362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-snb1/igt@kms_sysfs_edid_timing.html [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb7/igt@kms_sysfs_edid_timing.html * igt@perf_pmu@all-busy-idle-check-all: - shard-dg1: [FAIL][364] ([i915#11943]) -> [PASS][365] [364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-18/igt@perf_pmu@all-busy-idle-check-all.html [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@perf_pmu@all-busy-idle-check-all.html - shard-mtlp: [FAIL][366] ([i915#11943]) -> [PASS][367] [366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-7/igt@perf_pmu@all-busy-idle-check-all.html [367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-6/igt@perf_pmu@all-busy-idle-check-all.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: [FAIL][368] ([i915#4349]) -> [PASS][369] +7 other tests pass [368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-5/igt@perf_pmu@busy-double-start@vecs1.html [369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@perf_pmu@busy-double-start@vecs1.html * igt@perf_pmu@busy-hang: - shard-dg1: [INCOMPLETE][370] -> [PASS][371] +1 other test pass [370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-18/igt@perf_pmu@busy-hang.html [371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@perf_pmu@busy-hang.html * igt@perf_pmu@busy-idle: - shard-mtlp: [FAIL][372] ([i915#12792] / [i915#4349]) -> [PASS][373] +2 other tests pass [372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-4/igt@perf_pmu@busy-idle.html [373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-2/igt@perf_pmu@busy-idle.html * igt@perf_pmu@busy-idle@vcs0: - shard-dg2: [FAIL][374] ([i915#12792] / [i915#4349]) -> [PASS][375] +2 other tests pass [374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-2/igt@perf_pmu@busy-idle@vcs0.html [375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@perf_pmu@busy-idle@vcs0.html - shard-dg1: [FAIL][376] ([i915#12792] / [i915#4349]) -> [PASS][377] +2 other tests pass [376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-13/igt@perf_pmu@busy-idle@vcs0.html [377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-14/igt@perf_pmu@busy-idle@vcs0.html * igt@perf_pmu@busy-idle@vcs1: - shard-dg1: [FAIL][378] ([i915#4349]) -> [PASS][379] [378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-13/igt@perf_pmu@busy-idle@vcs1.html [379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-14/igt@perf_pmu@busy-idle@vcs1.html * igt@perf_pmu@rc6: - shard-mtlp: [INCOMPLETE][380] -> [PASS][381] +3 other tests pass [380]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-4/igt@perf_pmu@rc6.html [381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-3/igt@perf_pmu@rc6.html * igt@perf_pmu@semaphore-busy@vcs1: - shard-mtlp: [FAIL][382] ([i915#4349]) -> [PASS][383] +7 other tests pass [382]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-5/igt@perf_pmu@semaphore-busy@vcs1.html [383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-4/igt@perf_pmu@semaphore-busy@vcs1.html #### Warnings #### * igt@gem_exec_fair@basic-pace: - shard-rkl: [FAIL][384] ([i915#2842]) -> [FAIL][385] ([i915#12467] / [i915#2842]) [384]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-4/igt@gem_exec_fair@basic-pace.html [385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@gem_exec_fair@basic-pace.html * igt@i915_module_load@reload-with-fault-injection: - shard-tglu: [ABORT][386] ([i915#9820]) -> [ABORT][387] ([i915#10887] / [i915#9820]) [386]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-tglu-6/igt@i915_module_load@reload-with-fault-injection.html [387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-10/igt@i915_module_load@reload-with-fault-injection.html * igt@kms_content_protection@mei-interface: - shard-rkl: [SKIP][388] ([i915#9424]) -> [SKIP][389] ([i915#8063]) [388]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-1/igt@kms_content_protection@mei-interface.html [389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-2/igt@kms_content_protection@mei-interface.html - shard-dg1: [SKIP][390] ([i915#9424]) -> [SKIP][391] ([i915#9433]) [390]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-14/igt@kms_content_protection@mei-interface.html [391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-16/igt@kms_content_protection@mei-interface.html - shard-snb: [INCOMPLETE][392] ([i915#9878]) -> [SKIP][393] [392]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-snb1/igt@kms_content_protection@mei-interface.html [393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb7/igt@kms_content_protection@mei-interface.html - shard-tglu: [SKIP][394] ([i915#6944] / [i915#9424]) -> [SKIP][395] ([i915#8063]) [394]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-tglu-9/igt@kms_content_protection@mei-interface.html [395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@kms_content_protection@mei-interface.html * igt@kms_flip@2x-flip-vs-panning-interruptible: - shard-dg1: [SKIP][396] ([i915#9934]) -> [SKIP][397] ([i915#4423] / [i915#9934]) [396]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-16/igt@kms_flip@2x-flip-vs-panning-interruptible.html [397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@kms_flip@2x-flip-vs-panning-interruptible.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move: - shard-dg2: [SKIP][398] ([i915#3458]) -> [SKIP][399] ([i915#10433] / [i915#3458]) [398]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html [399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html * igt@kms_hdr@brightness-with-hdr: - shard-mtlp: [SKIP][400] ([i915#12713]) -> [SKIP][401] ([i915#1187] / [i915#12713]) [400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-7/igt@kms_hdr@brightness-with-hdr.html [401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-1/igt@kms_hdr@brightness-with-hdr.html * igt@kms_pm_dc@dc9-dpms: - shard-rkl: [SKIP][402] ([i915#3361]) -> [SKIP][403] ([i915#4281]) [402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-7/igt@kms_pm_dc@dc9-dpms.html [403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-rkl: [SKIP][404] ([i915#9340]) -> [SKIP][405] ([i915#3828]) [404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-3/igt@kms_pm_lpsp@kms-lpsp.html [405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-7/igt@kms_pm_lpsp@kms-lpsp.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#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055 [i915#10159]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10159 [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#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099 [i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078 [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#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187 [i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920 [i915#11943]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11943 [i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965 [i915#11989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11989 [i915#12031]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12031 [i915#12034]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12034 [i915#12193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12193 [i915#12231]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12231 [i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247 [i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276 [i915#12296]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12296 [i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313 [i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316 [i915#12339]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12339 [i915#12353]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12353 [i915#12388]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388 [i915#12402]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12402 [i915#12455]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12455 [i915#12457]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12457 [i915#12467]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12467 [i915#12504]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12504 [i915#12517]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12517 [i915#12543]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12543 [i915#12548]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12548 [i915#12558]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12558 [i915#12564]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12564 [i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257 [i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713 [i915#12714]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12714 [i915#12739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12739 [i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755 [i915#12756]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12756 [i915#12792]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12792 [i915#12796]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12796 [i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982 [i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2681 [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#2876]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2876 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#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#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804 [i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281 [i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349 [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4565]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4565 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4873 [i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880 [i915#4884]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4884 [i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885 [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#5465]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5465 [i915#5784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784 [i915#5882]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5882 [i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187 [i915#6227]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6227 [i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334 [i915#6493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6493 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658 [i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953 [i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116 [i915#7118]: https:/ == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/index.html [-- Attachment #2: Type: text/html, Size: 122066 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ✗ Fi.CI.IGT: failure for tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well 2024-11-14 18:02 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2024-11-15 7:08 ` Hogander, Jouni 0 siblings, 0 replies; 9+ messages in thread From: Hogander, Jouni @ 2024-11-15 7:08 UTC (permalink / raw) To: igt-dev@lists.freedesktop.org; +Cc: I915-ci-infra@lists.freedesktop.org [-- Attachment #1: Type: text/plain, Size: 103068 bytes --] Hello All, There is no way possible regressions here could be related to my patch. The patch is modifying kms_vrr clean up. Setups reporting possible failure are either skipping kms_vrr completely or not running it at all. BR, Jouni Högander On Thu, 2024-11-14 at 18:02 +0000, Patchwork wrote: Patch Details Series: tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well URL: https://patchwork.freedesktop.org/series/141351/ State: failure Details: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/index.html CI Bug Log - changes from CI_DRM_15695_full -> IGTPW_12105_full Summary FAILURE Serious unknown changes coming with IGTPW_12105_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_12105_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. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/index.html Participating hosts (10 -> 9) Missing (1): shard-glk Possible new issues Here are the unknown changes that may have been introduced in IGTPW_12105_full: IGT changes Possible regressions * igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1: * shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-2/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-6/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html> * igt@kms_properties@connector-properties-legacy: * shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-3/igt@kms_properties@connector-properties-legacy.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-4/igt@kms_properties@connector-properties-legacy.html> +1 other test incomplete * igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-dp-4: * shard-dg2: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-dp-4.html> Known issues Here are the changes found in IGTPW_12105_full that come from known issues: IGT changes Issues hit * igt@debugfs_test@basic-hwmon: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-2/igt@debugfs_test@basic-hwmon.html> ([i915#9318]) * igt@device_reset@unbind-cold-reset-rebind: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-9/igt@device_reset@unbind-cold-reset-rebind.html> (i915#11078<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078>) * igt@drm_fdinfo@busy-hang@bcs0: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@drm_fdinfo@busy-hang@bcs0.html> ([i915#8414]) +17 other tests skip * igt@drm_fdinfo@virtual-busy: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-8/igt@drm_fdinfo@virtual-busy.html> ([i915#8414]) * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@drm_fdinfo@virtual-busy.html> ([i915#8414]) * igt@gem_bad_reloc@negative-reloc-lut: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-6/igt@gem_bad_reloc@negative-reloc-lut.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +1 other test skip * igt@gem_basic@multigpu-create-close: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@gem_basic@multigpu-create-close.html> ([i915#7697]) * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-9/igt@gem_basic@multigpu-create-close.html> ([i915#7697]) * igt@gem_caching@reads: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-1/igt@gem_caching@reads.html> (i915#4873<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4873>) +1 other test skip * igt@gem_ccs@block-copy-compressed: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-2/igt@gem_ccs@block-copy-compressed.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#9323]) * igt@gem_ctx_engines@invalid-engines: * shard-tglu: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-tglu-2/igt@gem_ctx_engines@invalid-engines.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-7/igt@gem_ctx_engines@invalid-engines.html> (i915#12031<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12031>) * igt@gem_ctx_isolation@preservation-s3: * shard-dg2: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-5/igt@gem_ctx_isolation@preservation-s3.html> (i915#12353<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12353>) +1 other test incomplete * igt@gem_ctx_persistence@file: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb1/igt@gem_ctx_persistence@file.html> (i915#1099<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099>) * igt@gem_ctx_persistence@heartbeat-many: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@gem_ctx_persistence@heartbeat-many.html> ([i915#8555]) * igt@gem_ctx_persistence@saturated-hostile-nopreempt: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@gem_ctx_persistence@saturated-hostile-nopreempt.html> (i915#5882<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5882>) +7 other tests skip * igt@gem_ctx_sseu@invalid-args: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-3/igt@gem_ctx_sseu@invalid-args.html> (i915#280<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>) * igt@gem_exec_balancer@bonded-false-hang: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@gem_exec_balancer@bonded-false-hang.html> (i915#4812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-3/igt@gem_exec_balancer@bonded-false-hang.html> (i915#4812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) * igt@gem_exec_balancer@parallel-contexts: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@gem_exec_balancer@parallel-contexts.html> (i915#4525<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525>) +1 other test skip * igt@gem_exec_capture@capture@vecs0-lmem0: * shard-dg1: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-12/igt@gem_exec_capture@capture@vecs0-lmem0.html> (i915#11965<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965> / i915#12558<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12558>) +2 other tests fail * igt@gem_exec_fair@basic-deadline: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-2/igt@gem_exec_fair@basic-deadline.html> (i915#2846<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2846>) * igt@gem_exec_fair@basic-none-share@rcs0: * shard-tglu: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-2/igt@gem_exec_fair@basic-none-share@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) +7 other tests fail * igt@gem_exec_fair@basic-pace-solo@rcs0: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@gem_exec_fair@basic-pace-solo@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) +4 other tests fail * igt@gem_exec_fair@basic-pace@rcs0: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-4/igt@gem_exec_fair@basic-pace@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@gem_exec_fair@basic-pace@rcs0.html> (i915#2876<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2876>) * igt@gem_exec_fair@basic-sync: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@gem_exec_fair@basic-sync.html> (i915#3539<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539>) * igt@gem_exec_flush@basic-wb-prw-default: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@gem_exec_flush@basic-wb-prw-default.html> (i915#3539<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539> / i915#4852<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852>) +3 other tests skip * igt@gem_exec_reloc@basic-wc-gtt-active: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@gem_exec_reloc@basic-wc-gtt-active.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +8 other tests skip * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-16/igt@gem_exec_reloc@basic-wc-gtt-active.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +1 other test skip * igt@gem_exec_schedule@pi-common@vcs0: * shard-tglu-1: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@gem_exec_schedule@pi-common@vcs0.html> (i915#12296<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12296>) +5 other tests fail * igt@gem_exec_schedule@pi-ringfull@ccs0: * shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@gem_exec_schedule@pi-ringfull@ccs0.html> (i915#12296<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12296>) +7 other tests fail * igt@gem_exec_schedule@reorder-wide: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-5/igt@gem_exec_schedule@reorder-wide.html> (i915#4537<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537> / i915#4812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-12/igt@gem_exec_schedule@reorder-wide.html> (i915#4812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) +1 other test skip * igt@gem_exec_suspend@basic-s0: * shard-dg2: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-2/igt@gem_exec_suspend@basic-s0.html> (i915#11441<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11441>) +1 other test incomplete * igt@gem_exec_suspend@basic-s4-devices: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices.html> -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-5/igt@gem_exec_suspend@basic-s4-devices.html> ([i915#7975] / [i915#8213]) +1 other test abort * igt@gem_fence_thrash@bo-write-verify-y: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@gem_fence_thrash@bo-write-verify-y.html> (i915#4860<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>) +1 other test skip * igt@gem_fenced_exec_thrash@no-spare-fences: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-18/igt@gem_fenced_exec_thrash@no-spare-fences.html> (i915#4860<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>) +3 other tests skip * igt@gem_gtt_cpu_tlb: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@gem_gtt_cpu_tlb.html> (i915#4077<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) +4 other tests skip * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-8/igt@gem_gtt_cpu_tlb.html> (i915#4077<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) +3 other tests skip * igt@gem_huc_copy@huc-copy: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@gem_huc_copy@huc-copy.html> (i915#2190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190>) * igt@gem_lmem_evict@dontneed-evict-race: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-7/igt@gem_lmem_evict@dontneed-evict-race.html> (i915#4613<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613> / [i915#7582]) * igt@gem_lmem_swapping@heavy-random: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-4/igt@gem_lmem_swapping@heavy-random.html> (i915#4613<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) +1 other test skip * igt@gem_lmem_swapping@heavy-verify-random: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@gem_lmem_swapping@heavy-verify-random.html> (i915#4613<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) +2 other tests skip * igt@gem_lmem_swapping@heavy-verify-random-ccs: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@gem_lmem_swapping@heavy-verify-random-ccs.html> (i915#12193<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12193>) * igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html> (i915#4565<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4565>) * igt@gem_lmem_swapping@parallel-random-verify-ccs: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@gem_lmem_swapping@parallel-random-verify-ccs.html> (i915#4613<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) * igt@gem_lmem_swapping@random-engines: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@gem_lmem_swapping@random-engines.html> (i915#4613<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) +3 other tests skip * igt@gem_madvise@dontneed-before-exec: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-3/igt@gem_madvise@dontneed-before-exec.html> (i915#3282<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) +1 other test skip * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-16/igt@gem_madvise@dontneed-before-exec.html> (i915#3282<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) * igt@gem_mmap@bad-object: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@gem_mmap@bad-object.html> (i915#4083<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) +2 other tests skip * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-5/igt@gem_mmap@bad-object.html> (i915#4083<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) +2 other tests skip * igt@gem_mmap_gtt@basic-read-write-distinct: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@gem_mmap_gtt@basic-read-write-distinct.html> (i915#4077<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) +8 other tests skip * igt@gem_mmap_wc@copy: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@gem_mmap_wc@copy.html> (i915#4083<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) +4 other tests skip * igt@gem_partial_pwrite_pread@write-display: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-4/igt@gem_partial_pwrite_pread@write-display.html> (i915#3282<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) * igt@gem_partial_pwrite_pread@write-snoop: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@gem_partial_pwrite_pread@write-snoop.html> (i915#3282<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) +3 other tests skip * igt@gem_pxp@create-protected-buffer: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@gem_pxp@create-protected-buffer.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@gem_pxp@create-protected-buffer.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) * igt@gem_pxp@create-regular-context-2: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-4/igt@gem_pxp@create-regular-context-2.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) +2 other tests skip * igt@gem_pxp@verify-pxp-stale-ctx-execution: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@gem_pxp@verify-pxp-stale-ctx-execution.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) * igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / [i915#8428]) +5 other tests skip * igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-2/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled.html> ([i915#8428]) +2 other tests skip * igt@gem_set_tiling_vs_blt@untiled-to-tiled: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html> (i915#4079<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>) * igt@gem_tiled_pread_pwrite: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-18/igt@gem_tiled_pread_pwrite.html> (i915#4079<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>) * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-2/igt@gem_tiled_pread_pwrite.html> (i915#4079<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>) * igt@gem_userptr_blits@create-destroy-unsync: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@gem_userptr_blits@create-destroy-unsync.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) +2 other tests skip * igt@gem_userptr_blits@invalid-mmap-offset-unsync: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) * igt@gem_userptr_blits@map-fixed-invalidate-overlap: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-18/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297> / i915#4880<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880>) * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-8/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) * igt@gem_userptr_blits@relocations: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-7/igt@gem_userptr_blits@relocations.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281> / i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) * igt@gen7_exec_parse@basic-rejected: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@gen7_exec_parse@basic-rejected.html> +6 other tests skip * igt@gen9_exec_parse@allowed-all: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-1/igt@gen9_exec_parse@allowed-all.html> (i915#2856<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) * igt@gen9_exec_parse@allowed-single: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@gen9_exec_parse@allowed-single.html> (i915#2527<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527> / i915#2856<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) * igt@gen9_exec_parse@bb-start-param: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@gen9_exec_parse@bb-start-param.html> (i915#2527<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>) +2 other tests skip * igt@gen9_exec_parse@cmd-crossing-page: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-2/igt@gen9_exec_parse@cmd-crossing-page.html> (i915#2527<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527> / i915#2856<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) +2 other tests skip * igt@gen9_exec_parse@shadow-peek: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@gen9_exec_parse@shadow-peek.html> (i915#2856<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) +1 other test skip * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-6/igt@gen9_exec_parse@shadow-peek.html> (i915#2527<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>) +1 other test skip * igt@i915_module_load@load: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-10/igt@i915_module_load@load.html> (i915#6227<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6227>) * igt@i915_module_load@reload-with-fault-injection: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-3/igt@i915_module_load@reload-with-fault-injection.html> -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-6/igt@i915_module_load@reload-with-fault-injection.html> ([i915#9820]) * igt@i915_pipe_stress@stress-xrgb8888-ytiled: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-3/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html> ([i915#8436]) * igt@i915_pm_freq_api@freq-basic-api: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-5/igt@i915_pm_freq_api@freq-basic-api.html> ([i915#8399]) * igt@i915_pm_freq_api@freq-suspend: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-3/igt@i915_pm_freq_api@freq-suspend.html> ([i915#8399]) * igt@i915_pm_freq_api@freq-suspend@gt0: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-6/igt@i915_pm_freq_api@freq-suspend@gt0.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@i915_pm_freq_api@freq-suspend@gt0.html> (i915#12455<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12455>) +1 other test incomplete * igt@i915_pm_rc6_residency@rc6-fence: * shard-tglu: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-fence.html> (i915#2681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2681>) +1 other test warn * igt@i915_pm_rps@thresholds-park: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-17/igt@i915_pm_rps@thresholds-park.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681>) * igt@i915_power@sanity: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@i915_power@sanity.html> ([i915#7984]) * igt@i915_selftest@mock: * shard-tglu: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-10/igt@i915_selftest@mock.html> ([i915#9311]) +1 other test dmesg-warn * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-12/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs.html> ([i915#8709]) +7 other tests skip * igt@kms_atomic@plane-primary-overlay-mutable-zpos: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-2/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html> ([i915#9531]) * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-14/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html> ([i915#9531]) * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html> ([i915#9531]) * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html> (i915#1769<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) * igt@kms_big_fb@4-tiled-32bpp-rotate-270: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html> (i915#5286<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) +1 other test skip * igt@kms_big_fb@4-tiled-64bpp-rotate-90: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-4/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html> (i915#5286<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html> (i915#4538<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538> / i915#5286<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) +1 other test skip * igt@kms_big_fb@4-tiled-addfb-size-offset-overflow: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-4/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html> (i915#5286<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) +3 other tests skip * igt@kms_big_fb@linear-16bpp-rotate-180: * shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-8/igt@kms_big_fb@linear-16bpp-rotate-180.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-5/igt@kms_big_fb@linear-16bpp-rotate-180.html> (i915#5138<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138>) * igt@kms_big_fb@x-tiled-32bpp-rotate-270: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-18/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html> (i915#3638<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638>) * igt@kms_big_fb@y-tiled-64bpp-rotate-90: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-6/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html> (i915#3638<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638>) * igt@kms_big_fb@y-tiled-8bpp-rotate-180: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html> (i915#4538<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) +10 other tests skip * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-5/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html> (i915#6187<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187>) * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html> +7 other tests skip * igt@kms_big_fb@yf-tiled-16bpp-rotate-270: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-4/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html> +14 other tests skip * igt@kms_big_fb@yf-tiled-32bpp-rotate-180: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html> (i915#4538<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538>) +1 other test skip * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-c-edp-1: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-1/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-c-edp-1.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +4 other tests skip * igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html> (i915#12313<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>) +1 other test skip * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-14/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +105 other tests skip * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-1: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-1.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +19 other tests skip * igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-4/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html> (i915#10307<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> / i915#10434<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434> / i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +1 other test skip * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html> (i915#12805<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805>) * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-7/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html> (i915#12805<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805>) * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-d-edp-1: * shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-7/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-d-edp-1.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-5/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-d-edp-1.html> (i915#12796<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12796>) +1 other test incomplete * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-3: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-3.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +9 other tests skip * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html> (i915#10307<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> / i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +143 other tests skip * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-a-hdmi-a-2: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-a-hdmi-a-2.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +72 other tests skip * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-8/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html> (i915#12313<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>) +1 other test skip * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html> (i915#12313<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>) * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-2/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +79 other tests skip * igt@kms_chamelium_audio@hdmi-audio-edid: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_chamelium_audio@hdmi-audio-edid.html> ([i915#7828]) +5 other tests skip * igt@kms_chamelium_frames@dp-crc-fast: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_chamelium_frames@dp-crc-fast.html> ([i915#7828]) +8 other tests skip * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-7/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html> ([i915#7828]) +10 other tests skip * igt@kms_chamelium_hpd@hdmi-hpd-fast: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@kms_chamelium_hpd@hdmi-hpd-fast.html> ([i915#7828]) +2 other tests skip * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-5/igt@kms_chamelium_hpd@hdmi-hpd-fast.html> ([i915#7828]) * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html> ([i915#7828]) +1 other test skip * igt@kms_content_protection@atomic: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@kms_content_protection@atomic.html> (i915#7118<https:/> / [i915#9424]) * igt@kms_content_protection@content-type-change: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-5/igt@kms_content_protection@content-type-change.html> (i915#6944<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> / [i915#9424]) +1 other test skip * igt@kms_content_protection@dp-mst-lic-type-0: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-3/igt@kms_content_protection@dp-mst-lic-type-0.html> (i915#3116<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116> / i915#3299<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299>) * igt@kms_content_protection@lic-type-1: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-6/igt@kms_content_protection@lic-type-1.html> ([i915#9424]) * igt@kms_content_protection@type1: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-4/igt@kms_content_protection@type1.html> (i915#6944<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> / i915#7116<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116> / i915#7118<https:/> / [i915#9424]) +2 other tests skip * igt@kms_content_protection@uevent: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_content_protection@uevent.html> (i915#6944<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> / i915#7116<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116> / i915#7118<https:/> / [i915#9424]) * igt@kms_cursor_crc@cursor-offscreen-32x10: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-7/igt@kms_cursor_crc@cursor-offscreen-32x10.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +3 other tests skip * igt@kms_cursor_crc@cursor-offscreen-64x21: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-8/igt@kms_cursor_crc@cursor-offscreen-64x21.html> ([i915#8814]) +1 other test skip * igt@kms_cursor_crc@cursor-onscreen-512x512: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-8/igt@kms_cursor_crc@cursor-onscreen-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) +2 other tests skip * igt@kms_cursor_crc@cursor-random-512x170: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-7/igt@kms_cursor_crc@cursor-random-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) * igt@kms_cursor_crc@cursor-random-512x512: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_cursor_crc@cursor-random-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) * igt@kms_cursor_crc@cursor-rapid-movement-max-size: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-17/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +1 other test skip * igt@kms_cursor_crc@cursor-sliding-32x10: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@kms_cursor_crc@cursor-sliding-32x10.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +3 other tests skip * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-14/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html> +16 other tests skip * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html> (i915#4103<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103>) * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html> (i915#4103<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103> / i915#4213<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213>) * igt@kms_dirtyfb@psr-dirtyfb-ioctl: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html> ([i915#9833]) * igt@kms_display_modes@extended-mode-basic: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-1/igt@kms_display_modes@extended-mode-basic.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#8827]) * igt@kms_display_modes@mst-extended-mode-negative: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@kms_display_modes@mst-extended-mode-negative.html> ([i915#8588]) * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@kms_display_modes@mst-extended-mode-negative.html> ([i915#8588]) * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-4/igt@kms_display_modes@mst-extended-mode-negative.html> ([i915#8588]) * igt@kms_dither@fb-8bpc-vs-panel-6bpc: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html> (i915#1769<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#3804<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804>) * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html> (i915#3804<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804>) * igt@kms_dp_linktrain_fallback@dp-fallback: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-10/igt@kms_dp_linktrain_fallback@dp-fallback.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-2/igt@kms_dp_linktrain_fallback@dp-fallback.html> (i915#12402<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12402>) * igt@kms_dsc@dsc-basic: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_dsc@dsc-basic.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>) * igt@kms_dsc@dsc-fractional-bpp: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-4/igt@kms_dsc@dsc-fractional-bpp.html> (i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>) +1 other test skip * igt@kms_dsc@dsc-fractional-bpp-with-bpc: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-1/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html> (i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>) * igt@kms_dsc@dsc-with-bpc: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@kms_dsc@dsc-with-bpc.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>) * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-5/igt@kms_dsc@dsc-with-bpc.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>) * igt@kms_fbcon_fbt@psr: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-5/igt@kms_fbcon_fbt@psr.html> (i915#3469<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469>) +1 other test skip * igt@kms_fbcon_fbt@psr-suspend: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-10/igt@kms_fbcon_fbt@psr-suspend.html> (i915#3469<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469>) * igt@kms_feature_discovery@display-3x: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-2/igt@kms_feature_discovery@display-3x.html> (i915#1839<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839>) * igt@kms_feature_discovery@dp-mst: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-5/igt@kms_feature_discovery@dp-mst.html> ([i915#9337]) * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-3/igt@kms_feature_discovery@dp-mst.html> ([i915#9337]) * igt@kms_flip@2x-flip-vs-absolute-wf_vblank: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-3/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html> (i915#3637<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>) +8 other tests skip * igt@kms_flip@2x-flip-vs-dpms: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_flip@2x-flip-vs-dpms.html> (i915#3637<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>) +4 other tests skip * igt@kms_flip@2x-modeset-vs-vblank-race: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-2/igt@kms_flip@2x-modeset-vs-vblank-race.html> ([i915#9934]) +1 other test skip * igt@kms_flip@2x-nonexisting-fb: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-1/igt@kms_flip@2x-nonexisting-fb.html> (i915#3637<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>) +1 other test skip * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@kms_flip@2x-nonexisting-fb.html> ([i915#9934]) * igt@kms_flip@basic-flip-vs-wf_vblank: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-3/igt@kms_flip@basic-flip-vs-wf_vblank.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@kms_flip@basic-flip-vs-wf_vblank.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) * igt@kms_flip@basic-flip-vs-wf_vblank@a-hdmi-a2: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-3/igt@kms_flip@basic-flip-vs-wf_vblank@a-hdmi-a2.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@kms_flip@basic-flip-vs-wf_vblank@a-hdmi-a2.html> (i915#12457<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12457>) * igt@kms_flip@flip-vs-absolute-wf_vblank: * shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-18/igt@kms_flip@flip-vs-absolute-wf_vblank.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@kms_flip@flip-vs-absolute-wf_vblank.html> (i915#12517<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12517> / i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) * shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-2/igt@kms_flip@flip-vs-absolute-wf_vblank.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-6/igt@kms_flip@flip-vs-absolute-wf_vblank.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +2 other tests fail * igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a3: * shard-dg1: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a3.html> (i915#12517<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12517>) +1 other test fail * igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1: * shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-2/igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +2 other tests fail * igt@kms_flip@flip-vs-absolute-wf_vblank@d-hdmi-a1: * shard-tglu: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-7/igt@kms_flip@flip-vs-absolute-wf_vblank@d-hdmi-a1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +3 other tests fail * igt@kms_flip@flip-vs-blocking-wf-vblank: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-7/igt@kms_flip@flip-vs-blocking-wf-vblank.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@kms_flip@flip-vs-blocking-wf-vblank.html> (i915#11989<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11989> / i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) * igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a2: * shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a2.html> (i915#12034<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12034>) +1 other test fail * igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a1: * shard-tglu: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-tglu-8/igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-9/igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +4 other tests fail * igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1: * shard-tglu: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-2/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1.html> ([i915#79]) +1 other test fail * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html> (i915#2587<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) +2 other tests skip * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html> (i915#2587<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html> (i915#2587<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html> (i915#2587<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) +4 other tests skip * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +1 other test skip * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html> (i915#2587<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) +1 other test skip * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html> (i915#2587<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +3 other tests skip * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +1 other test skip * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) +2 other tests skip * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-valid-mode: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-valid-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) +3 other tests skip * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#8813]) +1 other test skip * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) +28 other tests skip * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html> (i915#1825<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825>) +8 other tests skip * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: * shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html> +4 other tests skip * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html> (i915#1825<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825>) +17 other tests skip * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html> ([i915#8708]) +7 other tests skip * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +5 other tests skip * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-blt: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-blt.html> (i915#10433<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433> / i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html> ([i915#8708]) +11 other tests skip * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html> +93 other tests skip * igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt.html> (i915#3023<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023>) +10 other tests skip * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb7/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt.html> +22 other tests skip * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt.html> ([i915#8708]) +2 other tests skip * igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc.html> +34 other tests skip * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html> (i915#10055<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055>) +1 other test skip * igt@kms_frontbuffer_tracking@pipe-fbc-rte: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-7/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html> ([i915#9766]) * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +12 other tests skip * igt@kms_hdr@bpc-switch: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-7/igt@kms_hdr@bpc-switch.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#8228]) * igt@kms_hdr@static-toggle-dpms: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@kms_hdr@static-toggle-dpms.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#8228]) * igt@kms_invalid_mode@bad-hsync-end: * shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-17/igt@kms_invalid_mode@bad-hsync-end.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@kms_invalid_mode@bad-hsync-end.html> (i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) * igt@kms_joiner@basic-ultra-joiner: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@kms_joiner@basic-ultra-joiner.html> (i915#12339<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12339>) * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@kms_joiner@basic-ultra-joiner.html> (i915#12339<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12339>) * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@kms_joiner@basic-ultra-joiner.html> (i915#12339<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12339>) * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-4/igt@kms_joiner@basic-ultra-joiner.html> (i915#12339<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12339>) * igt@kms_joiner@invalid-modeset-force-big-joiner: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@kms_joiner@invalid-modeset-force-big-joiner.html> (i915#12388<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388>) +1 other test skip * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@kms_joiner@invalid-modeset-force-big-joiner.html> (i915#12388<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388>) * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-16/igt@kms_joiner@invalid-modeset-force-big-joiner.html> (i915#12388<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388>) * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-2/igt@kms_joiner@invalid-modeset-force-big-joiner.html> (i915#12388<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388>) * igt@kms_plane_multiple@tiling-4: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-2/igt@kms_plane_multiple@tiling-4.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +1 other test skip * igt@kms_plane_multiple@tiling-y: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@kms_plane_multiple@tiling-y.html> ([i915#8806]) * igt@kms_plane_multiple@tiling-yf: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@kms_plane_multiple@tiling-yf.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#8806]) * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +8 other tests skip * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-17/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#12504<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12504>) +6 other tests skip * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-9/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +18 other tests skip * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +2 other tests skip * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +6 other tests skip * igt@kms_plane_scaling@planes-downscale-factor-0-25: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#6953<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953> / [i915#9423]) * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-16/igt@kms_plane_scaling@planes-downscale-factor-0-25.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#6953<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>) * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-9/igt@kms_plane_scaling@planes-downscale-factor-0-25.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#6953<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>) * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#6953<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>) +1 other test skip * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +7 other tests skip * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +7 other tests skip * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#9423]) * igt@kms_pm_backlight@basic-brightness: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@kms_pm_backlight@basic-brightness.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) * igt@kms_pm_backlight@fade-with-dpms: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_pm_backlight@fade-with-dpms.html> ([i915#9812]) * igt@kms_pm_backlight@fade-with-suspend: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@kms_pm_backlight@fade-with-suspend.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) +1 other test skip * igt@kms_pm_dc@dc5-psr: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-7/igt@kms_pm_dc@dc5-psr.html> ([i915#9685]) * igt@kms_pm_dc@dc9-dpms: * shard-tglu: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-tglu-10/igt@kms_pm_dc@dc9-dpms.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-9/igt@kms_pm_dc@dc9-dpms.html> (i915#4281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281>) * igt@kms_pm_lpsp@screens-disabled: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_pm_lpsp@screens-disabled.html> ([i915#8430]) * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-4/igt@kms_pm_lpsp@screens-disabled.html> ([i915#8430]) * igt@kms_pm_rpm@modeset-lpsp: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-5/igt@kms_pm_rpm@modeset-lpsp.html> ([i915#9519]) * igt@kms_pm_rpm@modeset-lpsp-stress: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp-stress.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp-stress.html> ([i915#9519]) +2 other tests skip * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html> ([i915#9519]) * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html> ([i915#9519]) * igt@kms_pm_rpm@modeset-non-lpsp: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@kms_pm_rpm@modeset-non-lpsp.html> ([i915#9519]) * igt@kms_prime@basic-modeset-hybrid: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-3/igt@kms_prime@basic-modeset-hybrid.html> (i915#6524<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524>) * igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html> (i915#12316<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316>) * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-5/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +9 other tests skip * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-16/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +2 other tests skip * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +2 other tests skip * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +3 other tests skip * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +2 other tests skip * igt@kms_psr2_su@page_flip-p010: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-2/igt@kms_psr2_su@page_flip-p010.html> ([i915#9683]) * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-9/igt@kms_psr2_su@page_flip-p010.html> ([i915#9683]) * igt@kms_psr@fbc-pr-cursor-mmap-gtt: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_psr@fbc-pr-cursor-mmap-gtt.html> ([i915#9732]) +8 other tests skip * igt@kms_psr@fbc-psr-primary-blt: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@kms_psr@fbc-psr-primary-blt.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / [i915#9732]) +14 other tests skip * igt@kms_psr@fbc-psr2-cursor-plane-onoff: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-8/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html> ([i915#9688]) +6 other tests skip * igt@kms_psr@pr-sprite-mmap-cpu: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-5/igt@kms_psr@pr-sprite-mmap-cpu.html> ([i915#9732]) +29 other tests skip * igt@kms_psr@psr-cursor-plane-move: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-3/igt@kms_psr@psr-cursor-plane-move.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / [i915#9732]) +12 other tests skip * igt@kms_psr@psr-sprite-plane-move: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-17/igt@kms_psr@psr-sprite-plane-move.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / [i915#9732]) +13 other tests skip * igt@kms_rotation_crc@bad-tiling: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@kms_rotation_crc@bad-tiling.html> (i915#12755<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755>) * igt@kms_rotation_crc@exhaust-fences: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@kms_rotation_crc@exhaust-fences.html> (i915#4235<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235>) * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-14/igt@kms_rotation_crc@exhaust-fences.html> (i915#4884<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4884>) * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-3/igt@kms_rotation_crc@exhaust-fences.html> (i915#4235<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235>) * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html> (i915#5289<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>) +1 other test skip * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> (i915#5289<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>) * igt@kms_selftest@drm_framebuffer: * shard-dg1: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-14/igt@kms_selftest@drm_framebuffer.html> (i915#12231<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12231>) +1 other test abort * shard-snb: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb2/igt@kms_selftest@drm_framebuffer.html> (i915#12231<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12231>) +1 other test abort * shard-mtlp: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-5/igt@kms_selftest@drm_framebuffer.html> (i915#12231<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12231>) +1 other test abort * igt@kms_setmode@basic: * shard-snb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb4/igt@kms_setmode@basic.html> (i915#5465<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5465>) +2 other tests fail * igt@kms_setmode@basic@pipe-b-edp-1: * shard-mtlp: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-6/igt@kms_setmode@basic@pipe-b-edp-1.html> (i915#5465<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5465>) +2 other tests fail * igt@kms_sysfs_edid_timing: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-3/igt@kms_sysfs_edid_timing.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@kms_sysfs_edid_timing.html> (IGT#2<https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2>) * shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-14/igt@kms_sysfs_edid_timing.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@kms_sysfs_edid_timing.html> (IGT#2<https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2> / i915#6493<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6493>) * igt@kms_tiled_display@basic-test-pattern-with-chamelium: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-2/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> ([i915#8623]) * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> ([i915#8623]) * igt@kms_vblank@ts-continuation-dpms-suspend: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-4/igt@kms_vblank@ts-continuation-dpms-suspend.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@kms_vblank@ts-continuation-dpms-suspend.html> (i915#12276<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276>) * igt@kms_vrr@lobf: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@kms_vrr@lobf.html> (i915#11920<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920>) * igt@kms_vrr@negative-basic: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-10/igt@kms_vrr@negative-basic.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#9906]) * igt@kms_vrr@seamless-rr-switch-vrr: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-11/igt@kms_vrr@seamless-rr-switch-vrr.html> ([i915#9906]) * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-vrr.html> ([i915#9906]) * igt@kms_writeback@writeback-fb-id-xrgb2101010: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-4/igt@kms_writeback@writeback-fb-id-xrgb2101010.html> (i915#2437<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437> / [i915#9412]) * igt@perf_pmu@rc6@other-idle-gt0: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@perf_pmu@rc6@other-idle-gt0.html> ([i915#8516]) * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-14/igt@perf_pmu@rc6@other-idle-gt0.html> ([i915#8516]) * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-10/igt@perf_pmu@rc6@other-idle-gt0.html> ([i915#8516]) * igt@perf_pmu@render-node-busy-idle: * shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-4/igt@perf_pmu@render-node-busy-idle.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-8/igt@perf_pmu@render-node-busy-idle.html> (i915#4349<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) +4 other tests fail * igt@perf_pmu@render-node-busy-idle@vcs1: * shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-2/igt@perf_pmu@render-node-busy-idle@vcs1.html> (i915#4349<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) +5 other tests fail * shard-dg1: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@perf_pmu@render-node-busy-idle@vcs1.html> (i915#4349<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) +3 other tests fail * igt@prime_vgem@basic-fence-flip: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-17/igt@prime_vgem@basic-fence-flip.html> (i915#3708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) * igt@prime_vgem@basic-fence-mmap: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-3/igt@prime_vgem@basic-fence-mmap.html> (i915#3708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708> / i915#4077<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) * igt@sriov_basic@enable-vfs-bind-unbind-each: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-3/igt@sriov_basic@enable-vfs-bind-unbind-each.html> ([i915#9917]) * igt@syncobj_wait@invalid-wait-zero-handles: * shard-mtlp: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-2/igt@syncobj_wait@invalid-wait-zero-handles.html> (i915#12564<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12564> / [i915#9781]) * shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@syncobj_wait@invalid-wait-zero-handles.html> (i915#12564<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12564> / [i915#9781]) * shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-6/igt@syncobj_wait@invalid-wait-zero-handles.html> (i915#12564<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12564> / [i915#9781]) Possible fixes * igt@gem_ctx_engines@invalid-engines: * shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-5/igt@gem_ctx_engines@invalid-engines.html> (i915#12031<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12031>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-7/igt@gem_ctx_engines@invalid-engines.html> * igt@gem_eio@kms: * shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-4/igt@gem_eio@kms.html> (i915#5784<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@gem_eio@kms.html> * igt@gem_eio@reset-stress: * shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-18/igt@gem_eio@reset-stress.html> (i915#12543<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12543> / i915#5784<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-18/igt@gem_eio@reset-stress.html> * igt@gem_eio@unwedge-stress: * shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-13/igt@gem_eio@unwedge-stress.html> (i915#12714<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12714> / i915#5784<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@gem_eio@unwedge-stress.html> * igt@gem_exec_fair@basic-pace@vecs0: * shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-4/igt@gem_exec_fair@basic-pace@vecs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@gem_exec_fair@basic-pace@vecs0.html> * igt@gem_exec_suspend@basic-s4-devices: * shard-tglu: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices.html> ([i915#7975] / [i915#8213]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-3/igt@gem_exec_suspend@basic-s4-devices.html> +1 other test pass * igt@i915_pm_rc6_residency@rc6-idle: * shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle.html> (i915#12548<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12548> / i915#3591<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle.html> * igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0: * shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html> (i915#12739<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12739> / i915#3591<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html> * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: * shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html> (i915#5956<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html> +1 other test pass * igt@kms_cursor_crc@cursor-suspend: * shard-tglu: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-tglu-3/igt@kms_cursor_crc@cursor-suspend.html> (i915#10159<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10159>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@kms_cursor_crc@cursor-suspend.html> +1 other test pass * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: * shard-snb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-snb7/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb2/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html> * igt@kms_dp_aux_dev: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-3/igt@kms_dp_aux_dev.html> (i915#1257<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@kms_dp_aux_dev.html> * igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1: * shard-snb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-snb1/igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb1/igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1.html> +5 other tests pass * igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1: * shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-4/igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-4/igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1.html> +1 other test pass * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt: * shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html> (i915#6880<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html> * igt@kms_pipe_crc_basic@suspend-read-crc: * shard-dg1: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-13/igt@kms_pipe_crc_basic@suspend-read-crc.html> (i915#12756<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12756>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@kms_pipe_crc_basic@suspend-read-crc.html> * igt@kms_plane_cursor@overlay: * shard-mtlp: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-6/igt@kms_plane_cursor@overlay.html> (i915#1982<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-8/igt@kms_plane_cursor@overlay.html> +1 other test pass * igt@kms_pm_lpsp@kms-lpsp: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-2/igt@kms_pm_lpsp@kms-lpsp.html> ([i915#9340]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-4/igt@kms_pm_lpsp@kms-lpsp.html> * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-4/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html> ([i915#9519]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-5/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html> * igt@kms_pm_rpm@modeset-non-lpsp: * shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp.html> ([i915#9519]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp.html> +2 other tests pass * igt@kms_sysfs_edid_timing: * shard-snb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-snb1/igt@kms_sysfs_edid_timing.html> (IGT#2<https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2> / i915#6493<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6493>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb7/igt@kms_sysfs_edid_timing.html> * igt@perf_pmu@all-busy-idle-check-all: * shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-18/igt@perf_pmu@all-busy-idle-check-all.html> (i915#11943<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11943>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@perf_pmu@all-busy-idle-check-all.html> * shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-7/igt@perf_pmu@all-busy-idle-check-all.html> (i915#11943<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11943>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-6/igt@perf_pmu@all-busy-idle-check-all.html> * igt@perf_pmu@busy-double-start@vecs1: * shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-5/igt@perf_pmu@busy-double-start@vecs1.html> (i915#4349<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-6/igt@perf_pmu@busy-double-start@vecs1.html> +7 other tests pass * igt@perf_pmu@busy-hang: * shard-dg1: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-18/igt@perf_pmu@busy-hang.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-13/igt@perf_pmu@busy-hang.html> +1 other test pass * igt@perf_pmu@busy-idle: * shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-4/igt@perf_pmu@busy-idle.html> (i915#12792<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12792> / i915#4349<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-2/igt@perf_pmu@busy-idle.html> +2 other tests pass * igt@perf_pmu@busy-idle@vcs0: * shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-2/igt@perf_pmu@busy-idle@vcs0.html> (i915#12792<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12792> / i915#4349<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-1/igt@perf_pmu@busy-idle@vcs0.html> +2 other tests pass * shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-13/igt@perf_pmu@busy-idle@vcs0.html> (i915#12792<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12792> / i915#4349<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-14/igt@perf_pmu@busy-idle@vcs0.html> +2 other tests pass * igt@perf_pmu@busy-idle@vcs1: * shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-13/igt@perf_pmu@busy-idle@vcs1.html> (i915#4349<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-14/igt@perf_pmu@busy-idle@vcs1.html> * igt@perf_pmu@rc6: * shard-mtlp: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-4/igt@perf_pmu@rc6.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-3/igt@perf_pmu@rc6.html> +3 other tests pass * igt@perf_pmu@semaphore-busy@vcs1: * shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-5/igt@perf_pmu@semaphore-busy@vcs1.html> (i915#4349<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-4/igt@perf_pmu@semaphore-busy@vcs1.html> +7 other tests pass Warnings * igt@gem_exec_fair@basic-pace: * shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-4/igt@gem_exec_fair@basic-pace.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-1/igt@gem_exec_fair@basic-pace.html> (i915#12467<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12467> / i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) * igt@i915_module_load@reload-with-fault-injection: * shard-tglu: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-tglu-6/igt@i915_module_load@reload-with-fault-injection.html> ([i915#9820]) -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-10/igt@i915_module_load@reload-with-fault-injection.html> (i915#10887<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10887> / [i915#9820]) * igt@kms_content_protection@mei-interface: * shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-1/igt@kms_content_protection@mei-interface.html> ([i915#9424]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-2/igt@kms_content_protection@mei-interface.html> ([i915#8063]) * shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-14/igt@kms_content_protection@mei-interface.html> ([i915#9424]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-16/igt@kms_content_protection@mei-interface.html> ([i915#9433]) * shard-snb: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-snb1/igt@kms_content_protection@mei-interface.html> ([i915#9878]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-snb7/igt@kms_content_protection@mei-interface.html> * shard-tglu: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-tglu-9/igt@kms_content_protection@mei-interface.html> (i915#6944<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> / [i915#9424]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-tglu-6/igt@kms_content_protection@mei-interface.html> ([i915#8063]) * igt@kms_flip@2x-flip-vs-panning-interruptible: * shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg1-16/igt@kms_flip@2x-flip-vs-panning-interruptible.html> ([i915#9934]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg1-19/igt@kms_flip@2x-flip-vs-panning-interruptible.html> (i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423> / [i915#9934]) * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html> (i915#10433<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433> / i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) * igt@kms_hdr@brightness-with-hdr: * shard-mtlp: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-mtlp-7/igt@kms_hdr@brightness-with-hdr.html> (i915#12713<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-mtlp-1/igt@kms_hdr@brightness-with-hdr.html> (i915#1187<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187> / i915#12713<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713>) * igt@kms_pm_dc@dc9-dpms: * shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-7/igt@kms_pm_dc@dc9-dpms.html> (i915#3361<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html> (i915#4281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281>) * igt@kms_pm_lpsp@kms-lpsp: * shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15695/shard-rkl-3/igt@kms_pm_lpsp@kms-lpsp.html> ([i915#9340]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12105/shard-rkl-7/igt@kms_pm_lpsp@kms-lpsp.html> (i915#3828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828>) {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [-- Attachment #2: Type: text/html, Size: 121232 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ CI.xeFULL: failure for tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well 2024-11-14 11:14 [PATCH i-g-t] tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well Jouni Högander ` (2 preceding siblings ...) 2024-11-14 18:02 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2024-11-15 1:01 ` Patchwork 2024-11-15 7:15 ` Hogander, Jouni 2024-11-15 6:06 ` [PATCH i-g-t] " Sharma, Swati2 4 siblings, 1 reply; 9+ messages in thread From: Patchwork @ 2024-11-15 1:01 UTC (permalink / raw) To: Jouni Högander; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 43229 bytes --] == Series Details == Series: tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well URL : https://patchwork.freedesktop.org/series/141351/ State : failure == Summary == CI Bug Log - changes from XEIGT_8110_full -> XEIGTPW_12105_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_12105_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_12105_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 (4 -> 4) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_12105_full: ### IGT changes ### #### Possible regressions #### * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3: - shard-bmg: [PASS][1] -> [FAIL][2] +2 other tests fail [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-3/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt: - shard-lnl: [PASS][3] -> [DMESG-WARN][4] [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html * igt@kms_plane_cursor@overlay@pipe-a-dp-2-size-128: - shard-bmg: [PASS][5] -> [INCOMPLETE][6] +1 other test incomplete [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-3/igt@kms_plane_cursor@overlay@pipe-a-dp-2-size-128.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-7/igt@kms_plane_cursor@overlay@pipe-a-dp-2-size-128.html * igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][7] [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-463/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate.html * igt@xe_pm_residency@idle-residency-on-exec: - shard-lnl: [PASS][8] -> [FAIL][9] +4 other tests fail [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-8/igt@xe_pm_residency@idle-residency-on-exec.html [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-5/igt@xe_pm_residency@idle-residency-on-exec.html Known issues ------------ Here are the changes found in XEIGTPW_12105_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_async_flips@alternate-sync-async-flip: - shard-bmg: [PASS][10] -> [FAIL][11] ([Intel XE#827]) +1 other test fail [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-6/igt@kms_async_flips@alternate-sync-async-flip.html [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-7/igt@kms_async_flips@alternate-sync-async-flip.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-dp-4-4-rc-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][12] ([Intel XE#2550]) +11 other tests skip [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-dp-4-4-rc-ccs.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-lnl: NOTRUN -> [SKIP][13] ([Intel XE#3279]) [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_big_fb@linear-64bpp-rotate-180: - shard-dg2-set2: [PASS][14] -> [DMESG-WARN][15] ([Intel XE#877]) +1 other test dmesg-warn [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-433/igt@kms_big_fb@linear-64bpp-rotate-180.html [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-435/igt@kms_big_fb@linear-64bpp-rotate-180.html * igt@kms_big_fb@x-tiled-64bpp-rotate-270: - shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#2327]) +2 other tests skip [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-4/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html * igt@kms_big_fb@x-tiled-8bpp-rotate-270: - shard-dg2-set2: NOTRUN -> [SKIP][17] ([Intel XE#316]) +1 other test skip [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-32bpp-rotate-90: - shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#1124]) [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-5/igt@kms_big_fb@y-tiled-32bpp-rotate-90.html - shard-dg2-set2: NOTRUN -> [SKIP][19] ([Intel XE#1124]) [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-436/igt@kms_big_fb@y-tiled-32bpp-rotate-90.html * igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p: - shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#2191]) [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-1/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html * igt@kms_bw@linear-tiling-1-displays-2560x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#367]) +1 other test skip [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-433/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html * igt@kms_bw@linear-tiling-2-displays-2160x1440p: - shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#367]) [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-5/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1: - shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#2669]) +3 other tests skip [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-7/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1.html * igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-d-dp-5: - shard-dg2-set2: NOTRUN -> [SKIP][24] ([Intel XE#455] / [Intel XE#787]) +17 other tests skip [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-466/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-d-dp-5.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs: - shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#2887]) +2 other tests skip [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-2/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-a-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#787]) +57 other tests skip [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-436/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-a-dp-4.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs: - shard-dg2-set2: [PASS][27] -> [INCOMPLETE][28] ([Intel XE#1195] / [Intel XE#1727]) [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4: - shard-dg2-set2: [PASS][29] -> [DMESG-WARN][30] ([Intel XE#3113]) [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6: - shard-dg2-set2: [PASS][31] -> [INCOMPLETE][32] ([Intel XE#1195]) [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6.html [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs: - shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#2887]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-6/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#373]) [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-4/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_chamelium_hpd@dp-hpd-storm-disable: - shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2252]) [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-7/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html * igt@kms_content_protection@legacy@pipe-a-dp-5: - shard-dg2-set2: NOTRUN -> [FAIL][36] ([Intel XE#3304]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-466/igt@kms_content_protection@legacy@pipe-a-dp-5.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#2321]) [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-5/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-random-max-size: - shard-dg2-set2: NOTRUN -> [SKIP][38] ([Intel XE#455]) +4 other tests skip [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-434/igt@kms_cursor_crc@cursor-random-max-size.html * igt@kms_cursor_crc@cursor-rapid-movement-32x32: - shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#2320]) +1 other test skip [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-8/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html * igt@kms_cursor_crc@cursor-sliding-32x32: - shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#1424]) [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-4/igt@kms_cursor_crc@cursor-sliding-32x32.html * igt@kms_cursor_legacy@single-move: - shard-bmg: [PASS][41] -> [DMESG-WARN][42] ([Intel XE#877]) +3 other tests dmesg-warn [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-7/igt@kms_cursor_legacy@single-move.html [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-8/igt@kms_cursor_legacy@single-move.html * igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1: - shard-lnl: [PASS][43] -> [FAIL][44] ([Intel XE#886]) +3 other tests fail [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-2/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling: - shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#2293] / [Intel XE#2380]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode: - shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#2293]) +1 other test skip [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-fullscreen: - shard-lnl: NOTRUN -> [SKIP][47] ([Intel XE#651]) +2 other tests skip [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-1/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw: - shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#2311]) +7 other tests skip [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc: - shard-bmg: NOTRUN -> [FAIL][49] ([Intel XE#2333]) +5 other tests fail [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-dg2-set2: NOTRUN -> [SKIP][50] ([Intel XE#658]) [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-tiling-y.html - shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#2352]) [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move: - shard-dg2-set2: NOTRUN -> [SKIP][52] ([Intel XE#651]) +5 other tests skip [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt: - shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#2313]) +7 other tests skip [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt: - shard-dg2-set2: NOTRUN -> [SKIP][54] ([Intel XE#653]) +8 other tests skip [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff: - shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#656]) +1 other test skip [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#309]) +2 other tests skip [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-1/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_pm_dc@dc5-dpms-negative: - shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#1131]) [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-3/igt@kms_pm_dc@dc5-dpms-negative.html * igt@kms_pm_dc@dc5-psr: - shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#2392]) [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-6/igt@kms_pm_dc@dc5-psr.html - shard-dg2-set2: NOTRUN -> [SKIP][59] ([Intel XE#1129]) [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#1439] / [Intel XE#3141]) [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf: - shard-dg2-set2: NOTRUN -> [SKIP][61] ([Intel XE#1489]) [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-433/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html - shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#1489]) [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf: - shard-lnl: NOTRUN -> [SKIP][63] ([Intel XE#2893]) [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-3/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr@fbc-pr-sprite-plane-onoff: - shard-bmg: NOTRUN -> [SKIP][64] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-4/igt@kms_psr@fbc-pr-sprite-plane-onoff.html * igt@kms_psr@fbc-pr-suspend: - shard-lnl: NOTRUN -> [SKIP][65] ([Intel XE#1406]) [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-7/igt@kms_psr@fbc-pr-suspend.html * igt@kms_psr@fbc-psr2-cursor-render@edp-1: - shard-lnl: [PASS][66] -> [FAIL][67] ([Intel XE#2808]) +1 other test fail [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-6/igt@kms_psr@fbc-psr2-cursor-render@edp-1.html [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-5/igt@kms_psr@fbc-psr2-cursor-render@edp-1.html * igt@kms_psr@fbc-psr2-primary-render: - shard-dg2-set2: NOTRUN -> [SKIP][68] ([Intel XE#2850] / [Intel XE#929]) +3 other tests skip [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-435/igt@kms_psr@fbc-psr2-primary-render.html * igt@kms_rotation_crc@bad-pixel-format: - shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#3414]) [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-1/igt@kms_rotation_crc@bad-pixel-format.html - shard-dg2-set2: NOTRUN -> [SKIP][70] ([Intel XE#3414]) [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@kms_rotation_crc@bad-pixel-format.html * igt@kms_setmode@basic@pipe-b-edp-1: - shard-lnl: [PASS][71] -> [FAIL][72] ([Intel XE#2883]) +1 other test fail [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-1/igt@kms_setmode@basic@pipe-b-edp-1.html [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-1/igt@kms_setmode@basic@pipe-b-edp-1.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1: - shard-lnl: [PASS][73] -> [FAIL][74] ([Intel XE#899]) [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html * igt@xe_eudebug@basic-close: - shard-dg2-set2: NOTRUN -> [SKIP][75] ([Intel XE#2905]) [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@xe_eudebug@basic-close.html - shard-bmg: NOTRUN -> [SKIP][76] ([Intel XE#2905]) [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-6/igt@xe_eudebug@basic-close.html * igt@xe_evict@evict-beng-large-multi-vm-cm: - shard-dg2-set2: [PASS][77] -> [FAIL][78] ([Intel XE#1600]) [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-435/igt@xe_evict@evict-beng-large-multi-vm-cm.html [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-434/igt@xe_evict@evict-beng-large-multi-vm-cm.html * igt@xe_evict@evict-beng-mixed-many-threads-small: - shard-bmg: [PASS][79] -> [TIMEOUT][80] ([Intel XE#1473]) [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-8/igt@xe_evict@evict-beng-mixed-many-threads-small.html [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-4/igt@xe_evict@evict-beng-mixed-many-threads-small.html * igt@xe_evict@evict-beng-threads-small: - shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#688]) +2 other tests skip [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-3/igt@xe_evict@evict-beng-threads-small.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap: - shard-bmg: NOTRUN -> [SKIP][82] ([Intel XE#2322]) +2 other tests skip [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-6/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap.html * igt@xe_exec_fault_mode@once-userptr-invalidate-race: - shard-dg2-set2: NOTRUN -> [SKIP][83] ([Intel XE#288]) +3 other tests skip [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@xe_exec_fault_mode@once-userptr-invalidate-race.html * igt@xe_exec_threads@threads-cm-shared-vm-userptr-invalidate: - shard-dg2-set2: NOTRUN -> [DMESG-FAIL][84] ([Intel XE#3371]) [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@xe_exec_threads@threads-cm-shared-vm-userptr-invalidate.html * igt@xe_gt_freq@freq_reset_multiple: - shard-lnl: [PASS][85] -> [DMESG-WARN][86] ([Intel XE#3184]) [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-8/igt@xe_gt_freq@freq_reset_multiple.html [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-5/igt@xe_gt_freq@freq_reset_multiple.html * igt@xe_oa@syncs-syncobj-cfg: - shard-dg2-set2: NOTRUN -> [SKIP][87] ([Intel XE#2541]) +1 other test skip [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-433/igt@xe_oa@syncs-syncobj-cfg.html * igt@xe_pm@s2idle-d3cold-basic-exec: - shard-bmg: NOTRUN -> [SKIP][88] ([Intel XE#2284]) [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-5/igt@xe_pm@s2idle-d3cold-basic-exec.html - shard-dg2-set2: NOTRUN -> [SKIP][89] ([Intel XE#2284] / [Intel XE#366]) [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-434/igt@xe_pm@s2idle-d3cold-basic-exec.html * igt@xe_pm@s4-exec-after: - shard-lnl: [PASS][90] -> [ABORT][91] ([Intel XE#1358] / [Intel XE#1607]) [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-6/igt@xe_pm@s4-exec-after.html [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-2/igt@xe_pm@s4-exec-after.html * igt@xe_query@multigpu-query-topology: - shard-dg2-set2: NOTRUN -> [SKIP][92] ([Intel XE#944]) [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-436/igt@xe_query@multigpu-query-topology.html #### Possible fixes #### * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-dp-4-x: - shard-dg2-set2: [INCOMPLETE][93] ([Intel XE#1195]) -> [PASS][94] +3 other tests pass [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-435/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-dp-4-x.html [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-dp-4-x.html * igt@kms_atomic_transition@modeset-transition-nonblocking-fencing: - shard-lnl: [FAIL][95] ([Intel XE#1701]) -> [PASS][96] +3 other tests pass [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-2/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6: - shard-dg2-set2: [FAIL][97] ([Intel XE#1426]) -> [PASS][98] +1 other test pass [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-464/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6.html [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6.html * igt@kms_big_fb@4-tiled-16bpp-rotate-180: - shard-lnl: [FAIL][99] ([Intel XE#1454]) -> [PASS][100] [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-3/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-8/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html * igt@kms_big_fb@4-tiled-64bpp-rotate-180: - shard-bmg: [INCOMPLETE][101] ([Intel XE#3225]) -> [PASS][102] [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-7/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-8/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: - shard-bmg: [DMESG-WARN][103] ([Intel XE#877]) -> [PASS][104] [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-2/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html * igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3: - shard-bmg: [FAIL][105] ([Intel XE#2882]) -> [PASS][106] +1 other test pass [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html * igt@kms_flip@blocking-wf_vblank: - shard-lnl: [FAIL][107] ([Intel XE#886]) -> [PASS][108] +5 other tests pass [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-3/igt@kms_flip@blocking-wf_vblank.html [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-4/igt@kms_flip@blocking-wf_vblank.html * igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6: - shard-dg2-set2: [FAIL][109] ([Intel XE#301]) -> [PASS][110] +3 other tests pass [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-434/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6.html [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-dg2-set2: [INCOMPLETE][111] ([Intel XE#1195] / [Intel XE#2049] / [Intel XE#2597]) -> [PASS][112] [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-435/igt@kms_flip@flip-vs-suspend-interruptible.html [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-433/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_hdr@invalid-hdr: - shard-dg2-set2: [SKIP][113] ([Intel XE#455]) -> [PASS][114] [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-434/igt@kms_hdr@invalid-hdr.html [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-463/igt@kms_hdr@invalid-hdr.html - shard-bmg: [SKIP][115] ([Intel XE#1503]) -> [PASS][116] [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-1/igt@kms_hdr@invalid-hdr.html [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-3/igt@kms_hdr@invalid-hdr.html * igt@kms_plane_cursor@viewport: - shard-dg2-set2: [FAIL][117] ([Intel XE#616]) -> [PASS][118] +1 other test pass [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-435/igt@kms_plane_cursor@viewport.html [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-435/igt@kms_plane_cursor@viewport.html * igt@kms_pm_rpm@legacy-planes-dpms: - shard-lnl: [DMESG-WARN][119] ([Intel XE#2932] / [Intel XE#3184]) -> [PASS][120] [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@kms_pm_rpm@legacy-planes-dpms.html [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-8/igt@kms_pm_rpm@legacy-planes-dpms.html * igt@kms_pm_rpm@legacy-planes-dpms@plane-59: - shard-lnl: [DMESG-WARN][121] ([Intel XE#3184]) -> [PASS][122] +1 other test pass [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@kms_pm_rpm@legacy-planes-dpms@plane-59.html [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-8/igt@kms_pm_rpm@legacy-planes-dpms@plane-59.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1: - shard-lnl: [FAIL][123] ([Intel XE#899]) -> [PASS][124] [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html * igt@kms_vblank@accuracy-idle: - shard-lnl: [FAIL][125] ([Intel XE#1523]) -> [PASS][126] +1 other test pass [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-1/igt@kms_vblank@accuracy-idle.html [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-3/igt@kms_vblank@accuracy-idle.html * igt@xe_evict@evict-mixed-threads-large: - shard-bmg: [TIMEOUT][127] ([Intel XE#1473] / [Intel XE#2472]) -> [PASS][128] [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-4/igt@xe_evict@evict-mixed-threads-large.html [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-8/igt@xe_evict@evict-mixed-threads-large.html * igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate: - shard-lnl: [DMESG-WARN][129] -> [PASS][130] [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-1/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate.html [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-4/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate.html * igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate: - shard-dg2-set2: [DMESG-FAIL][131] -> [PASS][132] [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-464/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate.html [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-436/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate.html * {igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind}: - shard-dg2-set2: [FAIL][133] -> [PASS][134] +9 other tests pass [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-463/igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind.html [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-466/igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind.html - shard-lnl: [FAIL][135] -> [PASS][136] +2 other tests pass [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind.html [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-8/igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind.html * {igt@xe_fault_injection@vm-create-fail-xe_vm_create_scratch}: - shard-bmg: [FAIL][137] -> [PASS][138] +4 other tests pass [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-4/igt@xe_fault_injection@vm-create-fail-xe_vm_create_scratch.html [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-4/igt@xe_fault_injection@vm-create-fail-xe_vm_create_scratch.html * igt@xe_oa@oa-regs-whitelisted: - shard-bmg: [FAIL][139] ([Intel XE#2514]) -> [PASS][140] [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-1/igt@xe_oa@oa-regs-whitelisted.html [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-4/igt@xe_oa@oa-regs-whitelisted.html * igt@xe_oa@oa-regs-whitelisted@rcs-0: - shard-lnl: [FAIL][141] ([Intel XE#2514]) -> [PASS][142] +1 other test pass [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@xe_oa@oa-regs-whitelisted@rcs-0.html [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-5/igt@xe_oa@oa-regs-whitelisted@rcs-0.html * igt@xe_pm@s4-basic: - shard-lnl: [ABORT][143] ([Intel XE#1358] / [Intel XE#1607]) -> [PASS][144] [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-2/igt@xe_pm@s4-basic.html [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-8/igt@xe_pm@s4-basic.html * igt@xe_pm_residency@toggle-gt-c6: - shard-lnl: [FAIL][145] ([Intel XE#958]) -> [PASS][146] [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-3/igt@xe_pm_residency@toggle-gt-c6.html [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-1/igt@xe_pm_residency@toggle-gt-c6.html #### Warnings #### * igt@kms_flip@flip-vs-blocking-wf-vblank: - shard-lnl: [FAIL][147] ([Intel XE#886]) -> [FAIL][148] ([Intel XE#2422] / [Intel XE#886]) [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@kms_flip@flip-vs-blocking-wf-vblank.html [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-2/igt@kms_flip@flip-vs-blocking-wf-vblank.html * igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1: - shard-lnl: [FAIL][149] ([Intel XE#886]) -> [FAIL][150] ([Intel XE#3152]) [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-2/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move: - shard-bmg: [INCOMPLETE][151] ([Intel XE#2050]) -> [FAIL][152] ([Intel XE#2333]) [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg2-set2: [SKIP][153] ([Intel XE#362]) -> [FAIL][154] ([Intel XE#1729]) [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern.html [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-436/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2-set2: [SKIP][155] ([Intel XE#1500]) -> [SKIP][156] ([Intel XE#362]) [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-464/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@xe_evict@evict-mixed-many-threads-large: - shard-dg2-set2: [INCOMPLETE][157] ([Intel XE#1195] / [Intel XE#1473]) -> [TIMEOUT][158] ([Intel XE#1473]) [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-464/igt@xe_evict@evict-mixed-many-threads-large.html [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-466/igt@xe_evict@evict-mixed-many-threads-large.html * igt@xe_live_ktest@xe_bo: - shard-dg2-set2: [TIMEOUT][159] ([Intel XE#3191]) -> [TIMEOUT][160] ([Intel XE#2961] / [Intel XE#3191]) +1 other test timeout [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-466/igt@xe_live_ktest@xe_bo.html [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-434/igt@xe_live_ktest@xe_bo.html * igt@xe_live_ktest@xe_eudebug: - shard-lnl: [SKIP][161] ([Intel XE#2833]) -> [SKIP][162] ([Intel XE#1192] / [Intel XE#3026]) [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-6/igt@xe_live_ktest@xe_eudebug.html [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-5/igt@xe_live_ktest@xe_eudebug.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129 [Intel XE#1131]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1131 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195 [Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406 [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424 [Intel XE#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426 [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439 [Intel XE#1454]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1454 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500 [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503 [Intel XE#1523]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1523 [Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600 [Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607 [Intel XE#1701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1701 [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727 [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729 [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049 [Intel XE#2050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2050 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284 [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293 [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311 [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313 [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327 [Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333 [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392 [Intel XE#2422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2422 [Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472 [Intel XE#2514]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514 [Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541 [Intel XE#2550]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2550 [Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597 [Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669 [Intel XE#2808]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2808 [Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833 [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882 [Intel XE#2883]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883 [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887 [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893 [Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905 [Intel XE#2932]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2932 [Intel XE#2961]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2961 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [Intel XE#3026]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3026 [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309 [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113 [Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141 [Intel XE#3152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3152 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#3184]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3184 [Intel XE#3191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3191 [Intel XE#3225]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3225 [Intel XE#3279]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279 [Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304 [Intel XE#3371]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3371 [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414 [Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362 [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653 [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656 [Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#827]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/827 [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 [Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886 [Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 [Intel XE#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958 Build changes ------------- * IGT: IGT_8110 -> IGTPW_12105 * Linux: xe-2226-a03ca0a62967eea85aedea158db9dc5078496d4d -> xe-2227-1e3f4084e4e1fba8d172be0c2b964ab5c816394d IGTPW_12105: 12105 IGT_8110: 868b25a05a9492a99228d798c6f71bea5ceaa6e1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2226-a03ca0a62967eea85aedea158db9dc5078496d4d: a03ca0a62967eea85aedea158db9dc5078496d4d xe-2227-1e3f4084e4e1fba8d172be0c2b964ab5c816394d: 1e3f4084e4e1fba8d172be0c2b964ab5c816394d == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/index.html [-- Attachment #2: Type: text/html, Size: 48415 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ✗ CI.xeFULL: failure for tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well 2024-11-15 1:01 ` ✗ CI.xeFULL: " Patchwork @ 2024-11-15 7:15 ` Hogander, Jouni 0 siblings, 0 replies; 9+ messages in thread From: Hogander, Jouni @ 2024-11-15 7:15 UTC (permalink / raw) To: igt-dev@lists.freedesktop.org; +Cc: I915-ci-infra@lists.freedesktop.org [-- Attachment #1: Type: text/plain, Size: 41163 bytes --] Hello All, There is no way possible regressions here could be related to my patch. The patch is modifying kms_vrr clean up. Setups reporting possible failure are either skipping kms_vrr completely or not running it at all. BR, Jouni Högander On Fri, 2024-11-15 at 01:01 +0000, Patchwork wrote: Patch Details Series: tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well URL: https://patchwork.freedesktop.org/series/141351/ State: failure Details: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/index.html CI Bug Log - changes from XEIGT_8110_full -> XEIGTPW_12105_full Summary FAILURE Serious unknown changes coming with XEIGTPW_12105_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_12105_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 (4 -> 4) No changes in participating hosts Possible new issues Here are the unknown changes that may have been introduced in XEIGTPW_12105_full: IGT changes Possible regressions * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3: * shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-3/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html> +2 other tests fail * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt: * shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html> * igt@kms_plane_cursor@overlay@pipe-a-dp-2-size-128: * shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-3/igt@kms_plane_cursor@overlay@pipe-a-dp-2-size-128.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-7/igt@kms_plane_cursor@overlay@pipe-a-dp-2-size-128.html> +1 other test incomplete * igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate: * shard-dg2-set2: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-463/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate.html> * igt@xe_pm_residency@idle-residency-on-exec: * shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-8/igt@xe_pm_residency@idle-residency-on-exec.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-5/igt@xe_pm_residency@idle-residency-on-exec.html> +4 other tests fail Known issues Here are the changes found in XEIGTPW_12105_full that come from known issues: IGT changes Issues hit * igt@kms_async_flips@alternate-sync-async-flip: * shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-6/igt@kms_async_flips@alternate-sync-async-flip.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-7/igt@kms_async_flips@alternate-sync-async-flip.html> (Intel XE#827<https://gitlab.freedesktop.org/drm/xe/kernel/issues/827>) +1 other test fail * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-dp-4-4-rc-ccs: * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-dp-4-4-rc-ccs.html> (Intel XE#2550<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2550>) +11 other tests skip * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: * shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html> (Intel XE#3279<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279>) * igt@kms_big_fb@linear-64bpp-rotate-180: * shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-433/igt@kms_big_fb@linear-64bpp-rotate-180.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-435/igt@kms_big_fb@linear-64bpp-rotate-180.html> (Intel XE#877<https://gitlab.freedesktop.org/drm/xe/kernel/issues/877>) +1 other test dmesg-warn * igt@kms_big_fb@x-tiled-64bpp-rotate-270: * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-4/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html> (Intel XE#2327<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327>) +2 other tests skip * igt@kms_big_fb@x-tiled-8bpp-rotate-270: * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html> (Intel XE#316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>) +1 other test skip * igt@kms_big_fb@y-tiled-32bpp-rotate-90: * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-5/igt@kms_big_fb@y-tiled-32bpp-rotate-90.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-436/igt@kms_big_fb@y-tiled-32bpp-rotate-90.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) * igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p: * shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-1/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html> (Intel XE#2191<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191>) * igt@kms_bw@linear-tiling-1-displays-2560x1440p: * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-433/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html> (Intel XE#367<https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) +1 other test skip * igt@kms_bw@linear-tiling-2-displays-2160x1440p: * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-5/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html> (Intel XE#367<https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1: * shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-7/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1.html> (Intel XE#2669<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669>) +3 other tests skip * igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-d-dp-5: * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-466/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-d-dp-5.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> / Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +17 other tests skip * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs: * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-2/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs.html> (Intel XE#2887<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>) +2 other tests skip * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-a-dp-4: * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-436/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-a-dp-4.html> (Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +57 other tests skip * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs: * shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html> (Intel XE#1195<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195> / Intel XE#1727<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727>) * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4: * shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html> (Intel XE#3113<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113>) * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6: * shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6.html> (Intel XE#1195<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195>) * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs: * shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-6/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs.html> (Intel XE#2887<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>) * igt@kms_chamelium_hpd@common-hpd-after-suspend: * shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-4/igt@kms_chamelium_hpd@common-hpd-after-suspend.html> (Intel XE#373<https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) * igt@kms_chamelium_hpd@dp-hpd-storm-disable: * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-7/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html> (Intel XE#2252<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252>) * igt@kms_content_protection@legacy@pipe-a-dp-5: * shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-466/igt@kms_content_protection@legacy@pipe-a-dp-5.html> (Intel XE#3304<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304>) * igt@kms_cursor_crc@cursor-offscreen-512x170: * shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-5/igt@kms_cursor_crc@cursor-offscreen-512x170.html> (Intel XE#2321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321>) * igt@kms_cursor_crc@cursor-random-max-size: * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-434/igt@kms_cursor_crc@cursor-random-max-size.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +4 other tests skip * igt@kms_cursor_crc@cursor-rapid-movement-32x32: * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-8/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html> (Intel XE#2320<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320>) +1 other test skip * igt@kms_cursor_crc@cursor-sliding-32x32: * shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-4/igt@kms_cursor_crc@cursor-sliding-32x32.html> (Intel XE#1424<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424>) * igt@kms_cursor_legacy@single-move: * shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-7/igt@kms_cursor_legacy@single-move.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-8/igt@kms_cursor_legacy@single-move.html> (Intel XE#877<https://gitlab.freedesktop.org/drm/xe/kernel/issues/877>) +3 other tests dmesg-warn * igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1: * shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-2/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html> (Intel XE#886<https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) +3 other tests fail * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling: * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html> (Intel XE#2293<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293> / Intel XE#2380<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380>) +1 other test skip * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode: * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode.html> (Intel XE#2293<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293>) +1 other test skip * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-fullscreen: * shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-1/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-fullscreen.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +2 other tests skip * igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw: * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html> (Intel XE#2311<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) +7 other tests skip * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc: * shard-bmg: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc.html> (Intel XE#2333<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333>) +5 other tests fail * igt@kms_frontbuffer_tracking@fbc-tiling-y: * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-tiling-y.html> (Intel XE#658<https://gitlab.freedesktop.org/drm/xe/kernel/issues/658>) * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-tiling-y.html> (Intel XE#2352<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352>) * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move: * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +5 other tests skip * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt: * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html> (Intel XE#2313<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>) +7 other tests skip * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt: * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt.html> (Intel XE#653<https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) +8 other tests skip * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff: * shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +1 other test skip * igt@kms_plane_scaling@2x-scaler-multi-pipe: * shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-1/igt@kms_plane_scaling@2x-scaler-multi-pipe.html> (Intel XE#309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) +2 other tests skip * igt@kms_pm_dc@dc5-dpms-negative: * shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-3/igt@kms_pm_dc@dc5-dpms-negative.html> (Intel XE#1131<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1131>) * igt@kms_pm_dc@dc5-psr: * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-6/igt@kms_pm_dc@dc5-psr.html> (Intel XE#2392<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392>) * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@kms_pm_dc@dc5-psr.html> (Intel XE#1129<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129>) * igt@kms_pm_rpm@modeset-non-lpsp-stress: * shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html> (Intel XE#1439<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439> / Intel XE#3141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141>) * igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf: * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-433/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf: * shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-3/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf.html> (Intel XE#2893<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893>) * igt@kms_psr@fbc-pr-sprite-plane-onoff: * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-4/igt@kms_psr@fbc-pr-sprite-plane-onoff.html> (Intel XE#2234<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234> / Intel XE#2850<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850>) +2 other tests skip * igt@kms_psr@fbc-pr-suspend: * shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-7/igt@kms_psr@fbc-pr-suspend.html> (Intel XE#1406<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406>) * igt@kms_psr@fbc-psr2-cursor-render@edp-1: * shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-6/igt@kms_psr@fbc-psr2-cursor-render@edp-1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-5/igt@kms_psr@fbc-psr2-cursor-render@edp-1.html> (Intel XE#2808<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2808>) +1 other test fail * igt@kms_psr@fbc-psr2-primary-render: * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-435/igt@kms_psr@fbc-psr2-primary-render.html> (Intel XE#2850<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850> / Intel XE#929<https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) +3 other tests skip * igt@kms_rotation_crc@bad-pixel-format: * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-1/igt@kms_rotation_crc@bad-pixel-format.html> (Intel XE#3414<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414>) * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@kms_rotation_crc@bad-pixel-format.html> (Intel XE#3414<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414>) * igt@kms_setmode@basic@pipe-b-edp-1: * shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-1/igt@kms_setmode@basic@pipe-b-edp-1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-1/igt@kms_setmode@basic@pipe-b-edp-1.html> (Intel XE#2883<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883>) +1 other test fail * igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1: * shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html> (Intel XE#899<https://gitlab.freedesktop.org/drm/xe/kernel/issues/899>) * igt@xe_eudebug@basic-close: * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@xe_eudebug@basic-close.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-6/igt@xe_eudebug@basic-close.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) * igt@xe_evict@evict-beng-large-multi-vm-cm: * shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-435/igt@xe_evict@evict-beng-large-multi-vm-cm.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-434/igt@xe_evict@evict-beng-large-multi-vm-cm.html> (Intel XE#1600<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600>) * igt@xe_evict@evict-beng-mixed-many-threads-small: * shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-8/igt@xe_evict@evict-beng-mixed-many-threads-small.html> -> TIMEOUT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-4/igt@xe_evict@evict-beng-mixed-many-threads-small.html> (Intel XE#1473<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473>) * igt@xe_evict@evict-beng-threads-small: * shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-3/igt@xe_evict@evict-beng-threads-small.html> (Intel XE#688<https://gitlab.freedesktop.org/drm/xe/kernel/issues/688>) +2 other tests skip * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap: * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-6/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap.html> (Intel XE#2322<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322>) +2 other tests skip * igt@xe_exec_fault_mode@once-userptr-invalidate-race: * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@xe_exec_fault_mode@once-userptr-invalidate-race.html> (Intel XE#288<https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) +3 other tests skip * igt@xe_exec_threads@threads-cm-shared-vm-userptr-invalidate: * shard-dg2-set2: NOTRUN -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@xe_exec_threads@threads-cm-shared-vm-userptr-invalidate.html> (Intel XE#3371<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3371>) * igt@xe_gt_freq@freq_reset_multiple: * shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-8/igt@xe_gt_freq@freq_reset_multiple.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-5/igt@xe_gt_freq@freq_reset_multiple.html> (Intel XE#3184<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3184>) * igt@xe_oa@syncs-syncobj-cfg: * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-433/igt@xe_oa@syncs-syncobj-cfg.html> (Intel XE#2541<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541>) +1 other test skip * igt@xe_pm@s2idle-d3cold-basic-exec: * shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-5/igt@xe_pm@s2idle-d3cold-basic-exec.html> (Intel XE#2284<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284>) * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-434/igt@xe_pm@s2idle-d3cold-basic-exec.html> (Intel XE#2284<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284> / Intel XE#366<https://gitlab.freedesktop.org/drm/xe/kernel/issues/366>) * igt@xe_pm@s4-exec-after: * shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-6/igt@xe_pm@s4-exec-after.html> -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-2/igt@xe_pm@s4-exec-after.html> (Intel XE#1358<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358> / Intel XE#1607<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607>) * igt@xe_query@multigpu-query-topology: * shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-436/igt@xe_query@multigpu-query-topology.html> (Intel XE#944<https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) Possible fixes * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-dp-4-x: * shard-dg2-set2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-435/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-dp-4-x.html> (Intel XE#1195<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-dp-4-x.html> +3 other tests pass * igt@kms_atomic_transition@modeset-transition-nonblocking-fencing: * shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html> (Intel XE#1701<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1701>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-2/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html> +3 other tests pass * igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6: * shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-464/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6.html> (Intel XE#1426<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-464/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6.html> +1 other test pass * igt@kms_big_fb@4-tiled-16bpp-rotate-180: * shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-3/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html> (Intel XE#1454<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1454>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-8/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html> * igt@kms_big_fb@4-tiled-64bpp-rotate-180: * shard-bmg: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-7/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html> (Intel XE#3225<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3225>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-8/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html> * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: * shard-bmg: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html> (Intel XE#877<https://gitlab.freedesktop.org/drm/xe/kernel/issues/877>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-2/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html> * igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3: * shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html> (Intel XE#2882<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html> +1 other test pass * igt@kms_flip@blocking-wf_vblank: * shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-3/igt@kms_flip@blocking-wf_vblank.html> (Intel XE#886<https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-4/igt@kms_flip@blocking-wf_vblank.html> +5 other tests pass * igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6: * shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-434/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6.html> +3 other tests pass * igt@kms_flip@flip-vs-suspend-interruptible: * shard-dg2-set2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-435/igt@kms_flip@flip-vs-suspend-interruptible.html> (Intel XE#1195<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195> / Intel XE#2049<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049> / Intel XE#2597<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-433/igt@kms_flip@flip-vs-suspend-interruptible.html> * igt@kms_hdr@invalid-hdr: * shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-434/igt@kms_hdr@invalid-hdr.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-463/igt@kms_hdr@invalid-hdr.html> * shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-1/igt@kms_hdr@invalid-hdr.html> (Intel XE#1503<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-3/igt@kms_hdr@invalid-hdr.html> * igt@kms_plane_cursor@viewport: * shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-435/igt@kms_plane_cursor@viewport.html> (Intel XE#616<https://gitlab.freedesktop.org/drm/xe/kernel/issues/616>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-435/igt@kms_plane_cursor@viewport.html> +1 other test pass * igt@kms_pm_rpm@legacy-planes-dpms: * shard-lnl: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@kms_pm_rpm@legacy-planes-dpms.html> (Intel XE#2932<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2932> / Intel XE#3184<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3184>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-8/igt@kms_pm_rpm@legacy-planes-dpms.html> * igt@kms_pm_rpm@legacy-planes-dpms@plane-59: * shard-lnl: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@kms_pm_rpm@legacy-planes-dpms@plane-59.html> (Intel XE#3184<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3184>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-8/igt@kms_pm_rpm@legacy-planes-dpms@plane-59.html> +1 other test pass * igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1: * shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html> (Intel XE#899<https://gitlab.freedesktop.org/drm/xe/kernel/issues/899>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html> * igt@kms_vblank@accuracy-idle: * shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-1/igt@kms_vblank@accuracy-idle.html> (Intel XE#1523<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1523>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-3/igt@kms_vblank@accuracy-idle.html> +1 other test pass * igt@xe_evict@evict-mixed-threads-large: * shard-bmg: TIMEOUT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-4/igt@xe_evict@evict-mixed-threads-large.html> (Intel XE#1473<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473> / Intel XE#2472<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-8/igt@xe_evict@evict-mixed-threads-large.html> * igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate: * shard-lnl: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-1/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-4/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate.html> * igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate: * shard-dg2-set2: DMESG-FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-464/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-436/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate.html> * {igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind}: * shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-463/igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-466/igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind.html> +9 other tests pass * shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-8/igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind.html> +2 other tests pass * {igt@xe_fault_injection@vm-create-fail-xe_vm_create_scratch}: * shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-4/igt@xe_fault_injection@vm-create-fail-xe_vm_create_scratch.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-4/igt@xe_fault_injection@vm-create-fail-xe_vm_create_scratch.html> +4 other tests pass * igt@xe_oa@oa-regs-whitelisted: * shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-1/igt@xe_oa@oa-regs-whitelisted.html> (Intel XE#2514<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-4/igt@xe_oa@oa-regs-whitelisted.html> * igt@xe_oa@oa-regs-whitelisted@rcs-0: * shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@xe_oa@oa-regs-whitelisted@rcs-0.html> (Intel XE#2514<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-5/igt@xe_oa@oa-regs-whitelisted@rcs-0.html> +1 other test pass * igt@xe_pm@s4-basic: * shard-lnl: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-2/igt@xe_pm@s4-basic.html> (Intel XE#1358<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358> / Intel XE#1607<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-8/igt@xe_pm@s4-basic.html> * igt@xe_pm_residency@toggle-gt-c6: * shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-3/igt@xe_pm_residency@toggle-gt-c6.html> (Intel XE#958<https://gitlab.freedesktop.org/drm/xe/kernel/issues/958>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-1/igt@xe_pm_residency@toggle-gt-c6.html> Warnings * igt@kms_flip@flip-vs-blocking-wf-vblank: * shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@kms_flip@flip-vs-blocking-wf-vblank.html> (Intel XE#886<https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-2/igt@kms_flip@flip-vs-blocking-wf-vblank.html> (Intel XE#2422<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2422> / Intel XE#886<https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) * igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1: * shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-4/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html> (Intel XE#886<https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-2/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html> (Intel XE#3152<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3152>) * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move: * shard-bmg: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html> (Intel XE#2050<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2050>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html> (Intel XE#2333<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333>) * igt@kms_tiled_display@basic-test-pattern: * shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern.html> (Intel XE#362<https://gitlab.freedesktop.org/drm/xe/kernel/issues/362>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-436/igt@kms_tiled_display@basic-test-pattern.html> (Intel XE#1729<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729>) * igt@kms_tiled_display@basic-test-pattern-with-chamelium: * shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-464/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (Intel XE#1500<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (Intel XE#362<https://gitlab.freedesktop.org/drm/xe/kernel/issues/362>) * igt@xe_evict@evict-mixed-many-threads-large: * shard-dg2-set2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-464/igt@xe_evict@evict-mixed-many-threads-large.html> (Intel XE#1195<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195> / Intel XE#1473<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473>) -> TIMEOUT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-466/igt@xe_evict@evict-mixed-many-threads-large.html> (Intel XE#1473<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473>) * igt@xe_live_ktest@xe_bo: * shard-dg2-set2: TIMEOUT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-dg2-466/igt@xe_live_ktest@xe_bo.html> (Intel XE#3191<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3191>) -> TIMEOUT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-dg2-434/igt@xe_live_ktest@xe_bo.html> (Intel XE#2961<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2961> / Intel XE#3191<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3191>) +1 other test timeout * igt@xe_live_ktest@xe_eudebug: * shard-lnl: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8110/shard-lnl-6/igt@xe_live_ktest@xe_eudebug.html> (Intel XE#2833<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12105/shard-lnl-5/igt@xe_live_ktest@xe_eudebug.html> (Intel XE#1192<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192> / Intel XE#3026<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3026>) {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). Build changes * IGT: IGT_8110 -> IGTPW_12105 * Linux: xe-2226-a03ca0a62967eea85aedea158db9dc5078496d4d -> xe-2227-1e3f4084e4e1fba8d172be0c2b964ab5c816394d IGTPW_12105: 12105 IGT_8110: 868b25a05a9492a99228d798c6f71bea5ceaa6e1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2226-a03ca0a62967eea85aedea158db9dc5078496d4d: a03ca0a62967eea85aedea158db9dc5078496d4d xe-2227-1e3f4084e4e1fba8d172be0c2b964ab5c816394d: 1e3f4084e4e1fba8d172be0c2b964ab5c816394d [-- Attachment #2: Type: text/html, Size: 52456 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t] tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well 2024-11-14 11:14 [PATCH i-g-t] tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well Jouni Högander ` (3 preceding siblings ...) 2024-11-15 1:01 ` ✗ CI.xeFULL: " Patchwork @ 2024-11-15 6:06 ` Sharma, Swati2 2024-11-15 7:20 ` Hogander, Jouni 4 siblings, 1 reply; 9+ messages in thread From: Sharma, Swati2 @ 2024-11-15 6:06 UTC (permalink / raw) To: Jouni Högander, igt-dev; +Cc: jeevan.b Hi Jouni, Can we add Closes tag? Rest LGTM Reviewed-by: Swati Sharma <swati2.sharma@intel.com> On 14-11-2024 04:44 pm, Jouni Högander wrote: > Currently we are facing problems with PSR testcases after running > negative-basic subtest. These are because VRR_ENABLED property is left > enabled by negative-basic subtest and having VRR enabled disables PSR > currently. Fix this by setting the property as false for non-VRR panel as > well. > > Signed-off-by: Jouni Högander <jouni.hogander@intel.com> > --- > tests/kms_vrr.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c > index d0db954fa..830fd8ba8 100644 > --- a/tests/kms_vrr.c > +++ b/tests/kms_vrr.c > @@ -862,8 +862,7 @@ test_cmrr(data_t *data, enum pipe pipe, igt_output_t *output, uint32_t flags) > > static void test_cleanup(data_t *data, enum pipe pipe, igt_output_t *output) > { > - if (vrr_capable(output)) > - igt_pipe_set_prop_value(&data->display, pipe, IGT_CRTC_VRR_ENABLED, false); > + igt_pipe_set_prop_value(&data->display, pipe, IGT_CRTC_VRR_ENABLED, false); > > igt_plane_set_fb(data->primary, NULL); > igt_output_set_pipe(output, PIPE_NONE); ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t] tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well 2024-11-15 6:06 ` [PATCH i-g-t] " Sharma, Swati2 @ 2024-11-15 7:20 ` Hogander, Jouni 0 siblings, 0 replies; 9+ messages in thread From: Hogander, Jouni @ 2024-11-15 7:20 UTC (permalink / raw) To: igt-dev@lists.freedesktop.org, Sharma, Swati2; +Cc: B, Jeevan On Fri, 2024-11-15 at 11:36 +0530, Sharma, Swati2 wrote: > Hi Jouni, > > Can we add Closes tag? I couldn't find related ticket in gitlab. > > Rest LGTM > Reviewed-by: Swati Sharma <swati2.sharma@intel.com> Thank you Swati for checking my patch. This is now pushed to master. BR, Jouni Högander > > On 14-11-2024 04:44 pm, Jouni Högander wrote: > > Currently we are facing problems with PSR testcases after running > > negative-basic subtest. These are because VRR_ENABLED property is > > left > > enabled by negative-basic subtest and having VRR enabled disables > > PSR > > currently. Fix this by setting the property as false for non-VRR > > panel as > > well. > > > > Signed-off-by: Jouni Högander <jouni.hogander@intel.com> > > --- > > tests/kms_vrr.c | 3 +-- > > 1 file changed, 1 insertion(+), 2 deletions(-) > > > > diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c > > index d0db954fa..830fd8ba8 100644 > > --- a/tests/kms_vrr.c > > +++ b/tests/kms_vrr.c > > @@ -862,8 +862,7 @@ test_cmrr(data_t *data, enum pipe pipe, > > igt_output_t *output, uint32_t flags) > > > > static void test_cleanup(data_t *data, enum pipe pipe, > > igt_output_t *output) > > { > > - if (vrr_capable(output)) > > - igt_pipe_set_prop_value(&data->display, pipe, > > IGT_CRTC_VRR_ENABLED, false); > > + igt_pipe_set_prop_value(&data->display, pipe, > > IGT_CRTC_VRR_ENABLED, false); > > > > igt_plane_set_fb(data->primary, NULL); > > igt_output_set_pipe(output, PIPE_NONE); ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-11-15 7:20 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-11-14 11:14 [PATCH i-g-t] tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well Jouni Högander 2024-11-14 13:31 ` ✓ CI.xeBAT: success for " Patchwork 2024-11-14 13:40 ` ✓ Fi.CI.BAT: " Patchwork 2024-11-14 18:02 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-11-15 7:08 ` Hogander, Jouni 2024-11-15 1:01 ` ✗ CI.xeFULL: " Patchwork 2024-11-15 7:15 ` Hogander, Jouni 2024-11-15 6:06 ` [PATCH i-g-t] " Sharma, Swati2 2024-11-15 7:20 ` Hogander, Jouni
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox