* [igt-dev] [PATCH i-g-t] tests/kms_flip: Restrict the hang tests execution to single pipe combinations
@ 2023-06-27 20:13 Jeevan B
2023-06-27 21:09 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Jeevan B @ 2023-06-27 20:13 UTC (permalink / raw)
To: igt-dev
To save the CI execution time, instead of running on all pipes
restrict the hang tests execution to single pipe combinations.
If we want to execute on all pipes, we need to pass an extra
argument "-e" indicates extended.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
tests/kms_flip.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/kms_flip.c b/tests/kms_flip.c
index f1e0700c1..00bb7e962 100755
--- a/tests/kms_flip.c
+++ b/tests/kms_flip.c
@@ -1729,6 +1729,11 @@ static void run_pair(int duration, int flags)
crtc_idxs[0] = n;
crtc_idxs[1] = m;
+ /* Limit the execution to PIPE_A combination for hang tests */
+ if ((flags & TEST_HANG) && !all_pipes &&
+ (n != 0 && n != resources->count_crtcs))
+ continue;
+
run_test_on_crtc_set(&o, crtc_idxs,
RUN_PAIR,
resources->count_crtcs,
--
2.41.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_flip: Restrict the hang tests execution to single pipe combinations 2023-06-27 20:13 [igt-dev] [PATCH i-g-t] tests/kms_flip: Restrict the hang tests execution to single pipe combinations Jeevan B @ 2023-06-27 21:09 ` Patchwork 2023-06-28 14:41 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2023-06-30 15:27 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-06-27 21:09 UTC (permalink / raw) To: Jeevan B; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 9019 bytes --] == Series Details == Series: tests/kms_flip: Restrict the hang tests execution to single pipe combinations URL : https://patchwork.freedesktop.org/series/119948/ State : success == Summary == CI Bug Log - changes from IGT_7352 -> IGTPW_9283 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/index.html Participating hosts (41 -> 40) ------------------------------ Additional (1): bat-adlp-11 Missing (2): fi-snb-2520m fi-pnv-d510 Known issues ------------ Here are the changes found in IGTPW_9283 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_auth@basic-auth: - bat-adlp-11: NOTRUN -> [ABORT][1] ([i915#8011]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-adlp-11/igt@core_auth@basic-auth.html * igt@gem_exec_suspend@basic-s0@smem: - bat-jsl-3: [PASS][2] -> [ABORT][3] ([i915#5122]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/bat-jsl-3/igt@gem_exec_suspend@basic-s0@smem.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-jsl-3/igt@gem_exec_suspend@basic-s0@smem.html * igt@gem_lmem_swapping@parallel-random-engines: - bat-mtlp-8: NOTRUN -> [SKIP][4] ([i915#4613]) +3 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-mtlp-8/igt@gem_lmem_swapping@parallel-random-engines.html * igt@i915_module_load@load: - bat-adlp-11: NOTRUN -> [DMESG-WARN][5] ([i915#4423]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-adlp-11/igt@i915_module_load@load.html * igt@i915_pm_rps@basic-api: - bat-mtlp-8: NOTRUN -> [SKIP][6] ([i915#6621]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-mtlp-8/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live@requests: - bat-mtlp-8: NOTRUN -> [DMESG-FAIL][7] ([i915#8497]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-mtlp-8/igt@i915_selftest@live@requests.html - bat-rpls-1: [PASS][8] -> [ABORT][9] ([i915#4983] / [i915#7911] / [i915#7920]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/bat-rpls-1/igt@i915_selftest@live@requests.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-rpls-1/igt@i915_selftest@live@requests.html * igt@i915_suspend@basic-s3-without-i915: - bat-jsl-3: [PASS][10] -> [FAIL][11] ([fdo#103375]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/bat-jsl-3/igt@i915_suspend@basic-s3-without-i915.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-jsl-3/igt@i915_suspend@basic-s3-without-i915.html - bat-mtlp-8: NOTRUN -> [SKIP][12] ([i915#6645]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-mtlp-8/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-mtlp-8: NOTRUN -> [SKIP][13] ([i915#7828]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-mtlp-8/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_psr@primary_mmap_gtt: - bat-rplp-1: NOTRUN -> [SKIP][14] ([i915#1072]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-rplp-1/igt@kms_psr@primary_mmap_gtt.html * igt@kms_setmode@basic-clone-single-crtc: - bat-rplp-1: NOTRUN -> [ABORT][15] ([i915#4579] / [i915#8260]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-rplp-1/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-read: - bat-mtlp-8: NOTRUN -> [SKIP][16] ([i915#3708]) +2 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-mtlp-8/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-gtt: - bat-mtlp-8: NOTRUN -> [SKIP][17] ([i915#3708] / [i915#4077]) +1 similar issue [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-mtlp-8/igt@prime_vgem@basic-gtt.html #### Possible fixes #### * igt@i915_pm_rpm@basic-pci-d3-state: - bat-mtlp-8: [ABORT][18] ([i915#7077] / [i915#7977]) -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/bat-mtlp-8/igt@i915_pm_rpm@basic-pci-d3-state.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-mtlp-8/igt@i915_pm_rpm@basic-pci-d3-state.html * igt@i915_selftest@live@gt_engines: - bat-atsm-1: [FAIL][20] ([i915#6268]) -> [PASS][21] [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/bat-atsm-1/igt@i915_selftest@live@gt_engines.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-atsm-1/igt@i915_selftest@live@gt_engines.html * igt@i915_selftest@live@gt_heartbeat: - fi-glk-j4005: [DMESG-FAIL][22] ([i915#5334]) -> [PASS][23] [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/fi-glk-j4005/igt@i915_selftest@live@gt_heartbeat.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/fi-glk-j4005/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@gt_mocs: - bat-mtlp-6: [DMESG-FAIL][24] ([i915#7059]) -> [PASS][25] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/bat-mtlp-6/igt@i915_selftest@live@gt_mocs.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-mtlp-6/igt@i915_selftest@live@gt_mocs.html * igt@i915_selftest@live@requests: - bat-mtlp-6: [DMESG-FAIL][26] ([i915#8497]) -> [PASS][27] [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/bat-mtlp-6/igt@i915_selftest@live@requests.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-mtlp-6/igt@i915_selftest@live@requests.html * igt@i915_selftest@live@slpc: - bat-rpls-2: [DMESG-WARN][28] ([i915#6367]) -> [PASS][29] [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/bat-rpls-2/igt@i915_selftest@live@slpc.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-rpls-2/igt@i915_selftest@live@slpc.html * igt@i915_selftest@live@workarounds: - bat-mtlp-6: [DMESG-FAIL][30] ([i915#6763]) -> [PASS][31] [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/bat-mtlp-6/igt@i915_selftest@live@workarounds.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-mtlp-6/igt@i915_selftest@live@workarounds.html #### Warnings #### * igt@kms_psr@sprite_plane_onoff: - bat-rplp-1: [ABORT][32] ([i915#8442] / [i915#8712]) -> [SKIP][33] ([i915#1072]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/bat-rplp-1/igt@kms_psr@sprite_plane_onoff.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/bat-rplp-1/igt@kms_psr@sprite_plane_onoff.html [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5122]: https://gitlab.freedesktop.org/drm/intel/issues/5122 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#6763]: https://gitlab.freedesktop.org/drm/intel/issues/6763 [i915#7059]: https://gitlab.freedesktop.org/drm/intel/issues/7059 [i915#7077]: https://gitlab.freedesktop.org/drm/intel/issues/7077 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911 [i915#7920]: https://gitlab.freedesktop.org/drm/intel/issues/7920 [i915#7977]: https://gitlab.freedesktop.org/drm/intel/issues/7977 [i915#8011]: https://gitlab.freedesktop.org/drm/intel/issues/8011 [i915#8260]: https://gitlab.freedesktop.org/drm/intel/issues/8260 [i915#8442]: https://gitlab.freedesktop.org/drm/intel/issues/8442 [i915#8497]: https://gitlab.freedesktop.org/drm/intel/issues/8497 [i915#8712]: https://gitlab.freedesktop.org/drm/intel/issues/8712 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7352 -> IGTPW_9283 CI-20190529: 20190529 CI_DRM_13328: 12cd6b2d321d9c034f3d4ba14788d68cb8da4eac @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9283: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/index.html IGT_7352: 471bfababd070e1dac0ebb87470ac4f2ae85e663 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/index.html [-- Attachment #2: Type: text/html, Size: 10343 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_flip: Restrict the hang tests execution to single pipe combinations 2023-06-27 20:13 [igt-dev] [PATCH i-g-t] tests/kms_flip: Restrict the hang tests execution to single pipe combinations Jeevan B 2023-06-27 21:09 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-06-28 14:41 ` Patchwork 2023-06-30 15:27 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-06-28 14:41 UTC (permalink / raw) To: Jeevan B; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 74900 bytes --] == Series Details == Series: tests/kms_flip: Restrict the hang tests execution to single pipe combinations URL : https://patchwork.freedesktop.org/series/119948/ State : success == Summary == CI Bug Log - changes from IGT_7352_full -> IGTPW_9283_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/index.html Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts New tests --------- New tests have been introduced between IGT_7352_full and IGTPW_9283_full: ### New IGT tests (3) ### * igt@kms_cursor_crc@cursor-alpha-transparent@pipe-a-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_cursor_crc@cursor-alpha-transparent@pipe-d-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-hdmi-a-1: - Statuses : 1 pass(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in IGTPW_9283_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@object-reloc-purge-cache: - shard-mtlp: NOTRUN -> [SKIP][1] ([i915#8411]) +1 similar issue [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-6/igt@api_intel_bb@object-reloc-purge-cache.html * igt@device_reset@cold-reset-bound: - shard-tglu: NOTRUN -> [SKIP][2] ([i915#7701]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-4/igt@device_reset@cold-reset-bound.html - shard-rkl: NOTRUN -> [SKIP][3] ([i915#7701]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-4/igt@device_reset@cold-reset-bound.html * igt@drm_fdinfo@busy-idle@bcs0: - shard-mtlp: NOTRUN -> [SKIP][4] ([i915#8414]) +4 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-6/igt@drm_fdinfo@busy-idle@bcs0.html * igt@drm_fdinfo@busy-idle@ccs0: - shard-mtlp: NOTRUN -> [SKIP][5] ([i915#4579] / [i915#8414]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-6/igt@drm_fdinfo@busy-idle@ccs0.html * igt@drm_fdinfo@most-busy-check-all@rcs0: - shard-rkl: NOTRUN -> [FAIL][6] ([i915#7742]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-1/igt@drm_fdinfo@most-busy-check-all@rcs0.html * igt@feature_discovery@chamelium: - shard-mtlp: NOTRUN -> [SKIP][7] ([i915#4854]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-1/igt@feature_discovery@chamelium.html * igt@feature_discovery@display-3x: - shard-rkl: NOTRUN -> [SKIP][8] ([i915#1839]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-1/igt@feature_discovery@display-3x.html * igt@gem_barrier_race@remote-request@rcs0: - shard-tglu: NOTRUN -> [ABORT][9] ([i915#8211] / [i915#8234]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-7/igt@gem_barrier_race@remote-request@rcs0.html * igt@gem_basic@multigpu-create-close: - shard-mtlp: NOTRUN -> [SKIP][10] ([i915#7697]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-7/igt@gem_basic@multigpu-create-close.html * igt@gem_caching@writes: - shard-mtlp: NOTRUN -> [SKIP][11] ([i915#4873]) +1 similar issue [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-4/igt@gem_caching@writes.html * igt@gem_create@create-ext-cpu-access-big: - shard-tglu: NOTRUN -> [SKIP][12] ([i915#6335]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-6/igt@gem_create@create-ext-cpu-access-big.html - shard-mtlp: NOTRUN -> [SKIP][13] ([i915#6335]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-5/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_ctx_param@set-priority-not-supported: - shard-tglu: NOTRUN -> [SKIP][14] ([fdo#109314]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-2/igt@gem_ctx_param@set-priority-not-supported.html - shard-rkl: NOTRUN -> [SKIP][15] ([fdo#109314]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-4/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_persistence@engines-hang@vcs1: - shard-mtlp: [PASS][16] -> [ABORT][17] ([i915#8217]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-2/igt@gem_ctx_persistence@engines-hang@vcs1.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-7/igt@gem_ctx_persistence@engines-hang@vcs1.html * igt@gem_ctx_persistence@legacy-engines-hostile@vebox: - shard-mtlp: [PASS][18] -> [FAIL][19] ([i915#2410]) +2 similar issues [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-3/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-4/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html * igt@gem_eio@hibernate: - shard-dg2: NOTRUN -> [ABORT][20] ([i915#7975] / [i915#8213]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-1/igt@gem_eio@hibernate.html * igt@gem_eio@in-flight-10ms: - shard-mtlp: [PASS][21] -> [ABORT][22] ([i915#8503]) +1 similar issue [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-7/igt@gem_eio@in-flight-10ms.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-3/igt@gem_eio@in-flight-10ms.html * igt@gem_exec_balancer@bonded-dual: - shard-mtlp: NOTRUN -> [SKIP][23] ([i915#4771]) +1 similar issue [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-1/igt@gem_exec_balancer@bonded-dual.html * igt@gem_exec_balancer@full-pulse: - shard-dg2: [PASS][24] -> [FAIL][25] ([i915#6032]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-dg2-12/igt@gem_exec_balancer@full-pulse.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-10/igt@gem_exec_balancer@full-pulse.html * igt@gem_exec_balancer@parallel-bb-first: - shard-rkl: NOTRUN -> [SKIP][26] ([i915#4525]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-4/igt@gem_exec_balancer@parallel-bb-first.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/IGT_7352/shard-rkl-7/igt@gem_exec_fair@basic-deadline.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/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]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-5/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-sync: - shard-mtlp: NOTRUN -> [SKIP][30] ([i915#4473] / [i915#4771]) +1 similar issue [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-8/igt@gem_exec_fair@basic-sync.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-rkl: [PASS][31] -> [FAIL][32] ([i915#2842]) +3 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-rkl-4/igt@gem_exec_fair@basic-throttle@rcs0.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-7/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-rkl: NOTRUN -> [SKIP][33] ([fdo#109313]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-4/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html - shard-tglu: NOTRUN -> [SKIP][34] ([fdo#109313]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-4/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html - shard-mtlp: NOTRUN -> [SKIP][35] ([i915#3711]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-3/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_gttfill@multigpu-basic: - shard-rkl: NOTRUN -> [SKIP][36] ([i915#7697]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-7/igt@gem_exec_gttfill@multigpu-basic.html * igt@gem_exec_reloc@basic-gtt-read: - shard-dg2: NOTRUN -> [SKIP][37] ([i915#3281]) +1 similar issue [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-10/igt@gem_exec_reloc@basic-gtt-read.html * igt@gem_exec_reloc@basic-gtt-wc-noreloc: - shard-rkl: NOTRUN -> [SKIP][38] ([i915#3281]) +4 similar issues [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-7/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html * igt@gem_exec_reloc@basic-scanout: - shard-mtlp: NOTRUN -> [SKIP][39] ([i915#3281]) +2 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-2/igt@gem_exec_reloc@basic-scanout.html * igt@gem_exec_schedule@preempt-queue-chain: - shard-mtlp: NOTRUN -> [SKIP][40] ([i915#4812]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-4/igt@gem_exec_schedule@preempt-queue-chain.html * igt@gem_exec_whisper@basic-contexts-forked-all: - shard-mtlp: [PASS][41] -> [ABORT][42] ([i915#8131]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-7/igt@gem_exec_whisper@basic-contexts-forked-all.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-1/igt@gem_exec_whisper@basic-contexts-forked-all.html * igt@gem_exec_whisper@basic-fds-priority-all: - shard-mtlp: NOTRUN -> [FAIL][43] ([i915#6363]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-8/igt@gem_exec_whisper@basic-fds-priority-all.html * igt@gem_exec_whisper@basic-normal: - shard-mtlp: [PASS][44] -> [FAIL][45] ([i915#6363]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-4/igt@gem_exec_whisper@basic-normal.html [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-5/igt@gem_exec_whisper@basic-normal.html * igt@gem_huc_copy@huc-copy: - shard-rkl: NOTRUN -> [SKIP][46] ([i915#2190]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-4/igt@gem_huc_copy@huc-copy.html - shard-tglu: NOTRUN -> [SKIP][47] ([i915#2190]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-8/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@parallel-random-verify: - shard-mtlp: NOTRUN -> [SKIP][48] ([i915#4613]) +1 similar issue [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-1/igt@gem_lmem_swapping@parallel-random-verify.html * igt@gem_lmem_swapping@smem-oom: - shard-rkl: NOTRUN -> [SKIP][49] ([i915#4613]) +1 similar issue [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-7/igt@gem_lmem_swapping@smem-oom.html * igt@gem_mmap_gtt@hang-user: - shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4077]) +7 similar issues [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-1/igt@gem_mmap_gtt@hang-user.html * igt@gem_mmap_wc@set-cache-level: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4083]) +3 similar issues [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-2/igt@gem_mmap_wc@set-cache-level.html * igt@gem_pwrite@basic-self: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#3282]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-1/igt@gem_pwrite@basic-self.html * igt@gem_pxp@create-regular-buffer: - shard-rkl: NOTRUN -> [SKIP][53] ([i915#4270]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-2/igt@gem_pxp@create-regular-buffer.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-tglu: NOTRUN -> [SKIP][54] ([i915#4270]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-8/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_pxp@reject-modify-context-protection-off-2: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4270]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-1/igt@gem_pxp@reject-modify-context-protection-off-2.html * igt@gem_readwrite@new-obj: - shard-mtlp: NOTRUN -> [SKIP][56] ([i915#3282]) +2 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-5/igt@gem_readwrite@new-obj.html * igt@gem_render_copy@y-tiled-to-vebox-linear: - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#8428]) +3 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-6/igt@gem_render_copy@y-tiled-to-vebox-linear.html * igt@gem_set_tiling_vs_blt@tiled-to-untiled: - shard-rkl: NOTRUN -> [SKIP][58] ([i915#8411]) +1 similar issue [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-7/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4079]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-7/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_softpin@evict-snoop: - shard-rkl: NOTRUN -> [SKIP][60] ([fdo#109312]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-2/igt@gem_softpin@evict-snoop.html - shard-tglu: NOTRUN -> [SKIP][61] ([fdo#109312]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-5/igt@gem_softpin@evict-snoop.html * igt@gem_softpin@noreloc-s3: - shard-dg2: NOTRUN -> [FAIL][62] ([fdo#103375]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-5/igt@gem_softpin@noreloc-s3.html * igt@gem_tiled_blits@basic: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#4077]) +2 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-11/igt@gem_tiled_blits@basic.html * igt@gem_userptr_blits@access-control: - shard-mtlp: NOTRUN -> [SKIP][64] ([i915#3297]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-2/igt@gem_userptr_blits@access-control.html * igt@gem_userptr_blits@coherency-sync: - shard-dg2: NOTRUN -> [SKIP][65] ([i915#3297]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-7/igt@gem_userptr_blits@coherency-sync.html * igt@gem_userptr_blits@readonly-unsync: - shard-rkl: NOTRUN -> [SKIP][66] ([i915#3297]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-4/igt@gem_userptr_blits@readonly-unsync.html * igt@gen7_exec_parse@basic-allocation: - shard-rkl: NOTRUN -> [SKIP][67] ([fdo#109289]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-7/igt@gen7_exec_parse@basic-allocation.html * igt@gen9_exec_parse@allowed-all: - shard-apl: [PASS][68] -> [ABORT][69] ([i915#5566]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-apl1/igt@gen9_exec_parse@allowed-all.html [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-apl2/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@allowed-single: - shard-glk: [PASS][70] -> [ABORT][71] ([i915#5566]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-glk2/igt@gen9_exec_parse@allowed-single.html [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-glk9/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@basic-rejected: - shard-mtlp: NOTRUN -> [SKIP][72] ([i915#2856]) +1 similar issue [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-2/igt@gen9_exec_parse@basic-rejected.html * igt@gen9_exec_parse@batch-zero-length: - shard-dg2: NOTRUN -> [SKIP][73] ([i915#2856]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-10/igt@gen9_exec_parse@batch-zero-length.html * igt@gen9_exec_parse@bb-start-far: - shard-tglu: NOTRUN -> [SKIP][74] ([i915#2527] / [i915#2856]) +1 similar issue [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-2/igt@gen9_exec_parse@bb-start-far.html * igt@i915_hangman@gt-engine-hang@vcs0: - shard-mtlp: [PASS][75] -> [FAIL][76] ([i915#7069]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-3/igt@i915_hangman@gt-engine-hang@vcs0.html [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-5/igt@i915_hangman@gt-engine-hang@vcs0.html * igt@i915_pm_backlight@fade-with-dpms: - shard-rkl: NOTRUN -> [SKIP][77] ([i915#7561]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-6/igt@i915_pm_backlight@fade-with-dpms.html - shard-tglu: NOTRUN -> [SKIP][78] ([i915#7561]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-9/igt@i915_pm_backlight@fade-with-dpms.html * igt@i915_pm_dc@dc6-dpms: - shard-tglu: [PASS][79] -> [FAIL][80] ([i915#3989] / [i915#454]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-tglu-10/igt@i915_pm_dc@dc6-dpms.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-3/igt@i915_pm_dc@dc6-dpms.html * igt@i915_pm_dc@dc6-psr: - shard-rkl: NOTRUN -> [SKIP][81] ([i915#658]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-6/igt@i915_pm_dc@dc6-psr.html * igt@i915_pm_dc@dc9-dpms: - shard-tglu: [PASS][82] -> [SKIP][83] ([i915#4281]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-tglu-2/igt@i915_pm_dc@dc9-dpms.html [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-5/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_freq_api@freq-reset: - shard-rkl: NOTRUN -> [SKIP][84] ([i915#8399]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-4/igt@i915_pm_freq_api@freq-reset.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: [PASS][85] -> [SKIP][86] ([i915#1397]) +2 similar issues [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-dg2-3/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-12/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@dpms-non-lpsp: - shard-rkl: [PASS][87] -> [SKIP][88] ([i915#1397]) +2 similar issues [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-rkl-1/igt@i915_pm_rpm@dpms-non-lpsp.html [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html * igt@i915_pm_rpm@system-suspend-modeset: - shard-dg2: [PASS][89] -> [FAIL][90] ([fdo#103375]) +1 similar issue [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-dg2-1/igt@i915_pm_rpm@system-suspend-modeset.html [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-5/igt@i915_pm_rpm@system-suspend-modeset.html * igt@i915_pm_rps@reset: - shard-snb: [PASS][91] -> [INCOMPLETE][92] ([i915#7790]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-snb2/igt@i915_pm_rps@reset.html [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-snb7/igt@i915_pm_rps@reset.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: [PASS][93] -> [FAIL][94] ([fdo#103375]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-rkl-1/igt@i915_suspend@basic-s3-without-i915.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy: - shard-dg2: NOTRUN -> [SKIP][95] ([i915#4212]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-10/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs-cc: - shard-tglu: NOTRUN -> [SKIP][96] ([i915#8502]) +7 similar issues [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs-cc.html * igt@kms_async_flips@crc@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [FAIL][97] ([i915#8247]) +3 similar issues [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-7/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-rkl: NOTRUN -> [SKIP][98] ([i915#404]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-2/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][99] ([i915#5286]) +2 similar issues [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-1/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html - shard-tglu: NOTRUN -> [SKIP][100] ([fdo#111615] / [i915#5286]) +2 similar issues [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-7/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-mtlp: NOTRUN -> [FAIL][101] ([i915#3743]) +2 similar issues [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@linear-16bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][102] ([fdo#111614]) +1 similar issue [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-3/igt@kms_big_fb@linear-16bpp-rotate-90.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][103] ([fdo#111614]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-3/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@x-tiled-8bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][104] ([fdo#111614] / [i915#3638]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-7/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#5190]) +2 similar issues [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-1/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-mtlp: NOTRUN -> [SKIP][106] ([fdo#111615]) +6 similar issues [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][107] ([fdo#110723]) +1 similar issue [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-1/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html - shard-tglu: NOTRUN -> [SKIP][108] ([fdo#111615]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-6/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-dg2: NOTRUN -> [SKIP][109] ([i915#4538] / [i915#5190]) +1 similar issue [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-12/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_joiner@2x-modeset: - shard-rkl: NOTRUN -> [SKIP][110] ([i915#2705]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-2/igt@kms_big_joiner@2x-modeset.html * igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_dg2_rc_ccs: - shard-mtlp: NOTRUN -> [SKIP][111] ([i915#6095]) +8 similar issues [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-2/igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_dg2_rc_ccs.html * igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][112] ([i915#3886] / [i915#5354] / [i915#6095]) +1 similar issue [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-4/igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-random-ccs-data-yf_tiled_ccs: - shard-dg2: NOTRUN -> [SKIP][113] ([i915#3689] / [i915#5354]) +2 similar issues [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-3/igt@kms_ccs@pipe-a-random-ccs-data-yf_tiled_ccs.html * igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_rc_ccs_cc: - shard-dg2: NOTRUN -> [SKIP][114] ([i915#3689] / [i915#3886] / [i915#5354]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-7/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-crc-primary-rotation-180-4_tiled_dg2_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][115] ([i915#5354] / [i915#6095]) +2 similar issues [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-2/igt@kms_ccs@pipe-b-crc-primary-rotation-180-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][116] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +1 similar issue [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-9/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_mtl_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][117] ([i915#5354]) +10 similar issues [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-6/igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_rc_ccs: - shard-tglu: NOTRUN -> [SKIP][118] ([i915#5354] / [i915#6095]) +5 similar issues [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-5/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_rc_ccs.html * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs: - shard-rkl: NOTRUN -> [SKIP][119] ([i915#5354]) +10 similar issues [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-2/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs.html * igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-mtlp: NOTRUN -> [SKIP][120] ([i915#3886] / [i915#6095]) +4 similar issues [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-3/igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-d-bad-rotation-90-4_tiled_dg2_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][121] ([i915#3689] / [i915#5354] / [i915#6095]) +3 similar issues [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-6/igt@kms_ccs@pipe-d-bad-rotation-90-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-d-crc-sprite-planes-basic-yf_tiled_ccs: - shard-tglu: NOTRUN -> [SKIP][122] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-5/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-yf_tiled_ccs.html * igt@kms_cdclk@mode-transition: - shard-tglu: NOTRUN -> [SKIP][123] ([i915#3742]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-4/igt@kms_cdclk@mode-transition.html * igt@kms_cdclk@mode-transition@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][124] ([i915#7213]) +2 similar issues [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-3/igt@kms_cdclk@mode-transition@pipe-b-edp-1.html * igt@kms_cdclk@mode-transition@pipe-c-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][125] ([i915#4087]) +2 similar issues [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-8/igt@kms_cdclk@mode-transition@pipe-c-hdmi-a-3.html * igt@kms_cdclk@mode-transition@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][126] ([i915#4579] / [i915#7213]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-3/igt@kms_cdclk@mode-transition@pipe-d-edp-1.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#4087] / [i915#4579]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-8/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html * igt@kms_chamelium_color@ctm-0-75: - shard-rkl: NOTRUN -> [SKIP][128] ([fdo#111827]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-1/igt@kms_chamelium_color@ctm-0-75.html * igt@kms_chamelium_color@ctm-negative: - shard-tglu: NOTRUN -> [SKIP][129] ([fdo#111827]) +1 similar issue [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-5/igt@kms_chamelium_color@ctm-negative.html - shard-mtlp: NOTRUN -> [SKIP][130] ([fdo#111827]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-1/igt@kms_chamelium_color@ctm-negative.html * igt@kms_chamelium_frames@dp-frame-dump: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#7828]) +2 similar issues [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-5/igt@kms_chamelium_frames@dp-frame-dump.html * igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode: - shard-rkl: NOTRUN -> [SKIP][132] ([i915#7828]) +1 similar issue [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-4/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html * igt@kms_chamelium_hpd@dp-hpd-storm-disable: - shard-tglu: NOTRUN -> [SKIP][133] ([i915#7828]) +2 similar issues [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-3/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html - shard-mtlp: NOTRUN -> [SKIP][134] ([i915#7828]) +3 similar issues [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-6/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html * igt@kms_content_protection@mei_interface: - shard-mtlp: NOTRUN -> [SKIP][135] ([i915#8063]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-4/igt@kms_content_protection@mei_interface.html * igt@kms_content_protection@srm: - shard-dg2: NOTRUN -> [SKIP][136] ([i915#4579] / [i915#7118]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-8/igt@kms_content_protection@srm.html - shard-tglu: NOTRUN -> [SKIP][137] ([i915#4579] / [i915#6944] / [i915#7116] / [i915#7118]) +1 similar issue [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-4/igt@kms_content_protection@srm.html * igt@kms_content_protection@uevent@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][138] ([i915#1339]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-11/igt@kms_content_protection@uevent@pipe-a-dp-4.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-tglu: NOTRUN -> [SKIP][139] ([fdo#109279] / [i915#3359]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-8/igt@kms_cursor_crc@cursor-offscreen-512x170.html - shard-rkl: NOTRUN -> [SKIP][140] ([fdo#109279] / [i915#3359]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-2/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-random-32x32: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#3555] / [i915#4579]) +2 similar issues [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-5/igt@kms_cursor_crc@cursor-random-32x32.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-dg2: NOTRUN -> [SKIP][142] ([i915#3359]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-5/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-32x10: - shard-rkl: NOTRUN -> [SKIP][143] ([i915#3555] / [i915#4579]) +5 similar issues [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-2/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html - shard-tglu: NOTRUN -> [SKIP][144] ([i915#3555] / [i915#4579]) +2 similar issues [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-7/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-rkl: NOTRUN -> [SKIP][145] ([i915#3359]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-6/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-mtlp: NOTRUN -> [SKIP][146] ([i915#4213]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursor-vs-flip-toggle: - shard-mtlp: [PASS][147] -> [FAIL][148] ([i915#8248]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-4/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-7/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html * igt@kms_cursor_legacy@cursora-vs-flipb-toggle: - shard-dg2: NOTRUN -> [SKIP][149] ([fdo#109274] / [i915#5354]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-8/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html * igt@kms_cursor_legacy@cursora-vs-flipb-varying-size: - shard-tglu: NOTRUN -> [SKIP][150] ([fdo#109274]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-9/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html - shard-mtlp: NOTRUN -> [SKIP][151] ([i915#3546]) +2 similar issues [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-8/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html * igt@kms_display_modes@extended-mode-basic: - shard-tglu: NOTRUN -> [SKIP][152] ([i915#4579]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-9/igt@kms_display_modes@extended-mode-basic.html * igt@kms_dither@fb-8bpc-vs-panel-8bpc: - shard-snb: NOTRUN -> [SKIP][153] ([fdo#109271] / [i915#4579]) +10 similar issues [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-snb7/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html * igt@kms_draw_crc@draw-method-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][154] ([i915#4579]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-10/igt@kms_draw_crc@draw-method-mmap-gtt.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-tglu: NOTRUN -> [SKIP][155] ([i915#3840] / [i915#4579]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-2/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-output-formats: - shard-rkl: NOTRUN -> [SKIP][156] ([i915#4579]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-4/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_flip@2x-blocking-absolute-wf_vblank: - shard-tglu: NOTRUN -> [SKIP][157] ([fdo#109274] / [i915#3637]) +4 similar issues [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-3/igt@kms_flip@2x-blocking-absolute-wf_vblank.html - shard-mtlp: NOTRUN -> [SKIP][158] ([i915#3637]) +2 similar issues [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-6/igt@kms_flip@2x-blocking-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset: - shard-dg2: NOTRUN -> [SKIP][159] ([fdo#109274]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-6/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html * igt@kms_flip@2x-flip-vs-panning-vs-hang: - shard-rkl: NOTRUN -> [SKIP][160] ([fdo#111825]) +3 similar issues [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-7/igt@kms_flip@2x-flip-vs-panning-vs-hang.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible: - shard-snb: NOTRUN -> [SKIP][161] ([fdo#109271] / [fdo#111767]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-snb5/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html * igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1: - shard-mtlp: [PASS][162] -> [DMESG-WARN][163] ([i915#1982]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-7/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-1/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][164] ([i915#2587] / [i915#2672] / [i915#4579]) +1 similar issue [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][165] ([i915#2672] / [i915#4579]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-10/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][166] ([i915#2672] / [i915#4579]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][167] ([i915#8708]) +2 similar issues [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-render: - shard-dg2: NOTRUN -> [SKIP][168] ([i915#3458]) +4 similar issues [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-12/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][169] ([i915#8708]) +3 similar issues [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-mtlp: NOTRUN -> [SKIP][170] ([i915#1825]) +13 similar issues [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff: - shard-rkl: NOTRUN -> [SKIP][171] ([fdo#111825] / [i915#1825]) +12 similar issues [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][172] ([fdo#110189]) +10 similar issues [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-9/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu: - shard-rkl: NOTRUN -> [SKIP][173] ([i915#3023]) +7 similar issues [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt: - shard-snb: NOTRUN -> [SKIP][174] ([fdo#109271]) +30 similar issues [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-snb2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][175] ([fdo#109280]) +14 similar issues [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: NOTRUN -> [SKIP][176] ([i915#4579] / [i915#6953] / [i915#8228]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-5/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][177] ([i915#8292]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-11/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][178] ([i915#5176]) +1 similar issue [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][179] ([i915#4579] / [i915#5176]) +1 similar issue [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][180] ([i915#5176]) +2 similar issues [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][181] ([i915#4579] / [i915#5176]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][182] ([i915#5176]) +2 similar issues [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-7/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][183] ([i915#4579] / [i915#5176]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-7/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][184] ([i915#5235]) +8 similar issues [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][185] ([i915#4579] / [i915#5235]) +2 similar issues [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][186] ([i915#5235]) +3 similar issues [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][187] ([i915#4579] / [i915#5235]) +3 similar issues [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][188] ([i915#5235]) +2 similar issues [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][189] ([i915#4579] / [i915#5235]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-1.html * igt@kms_prime@basic-modeset-hybrid: - shard-dg2: NOTRUN -> [SKIP][190] ([i915#6524] / [i915#6805]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-3/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area: - shard-tglu: NOTRUN -> [SKIP][191] ([fdo#111068] / [i915#658]) +1 similar issue [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-10/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html * igt@kms_psr@cursor_mmap_gtt: - shard-rkl: NOTRUN -> [SKIP][192] ([i915#1072]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-6/igt@kms_psr@cursor_mmap_gtt.html * igt@kms_psr@sprite_render: - shard-dg2: NOTRUN -> [SKIP][193] ([i915#1072]) +1 similar issue [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-5/igt@kms_psr@sprite_render.html * igt@kms_setmode@basic@pipe-a-vga-1: - shard-snb: NOTRUN -> [FAIL][194] ([i915#5465]) +1 similar issue [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-snb4/igt@kms_setmode@basic@pipe-a-vga-1.html * igt@kms_tv_load_detect@load-detect: - shard-rkl: NOTRUN -> [SKIP][195] ([fdo#109309]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-6/igt@kms_tv_load_detect@load-detect.html * igt@kms_vblank@pipe-c-wait-busy: - shard-rkl: NOTRUN -> [SKIP][196] ([i915#4070] / [i915#6768]) +1 similar issue [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-6/igt@kms_vblank@pipe-c-wait-busy.html * igt@kms_vblank@pipe-d-query-forked-busy: - shard-rkl: NOTRUN -> [SKIP][197] ([i915#4070] / [i915#533] / [i915#6768]) +2 similar issues [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-1/igt@kms_vblank@pipe-d-query-forked-busy.html * igt@kms_vrr@flipline: - shard-mtlp: NOTRUN -> [SKIP][198] ([i915#4579]) +7 similar issues [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-4/igt@kms_vrr@flipline.html * igt@kms_writeback@writeback-fb-id: - shard-tglu: NOTRUN -> [SKIP][199] ([i915#2437]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-3/igt@kms_writeback@writeback-fb-id.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: NOTRUN -> [FAIL][200] ([i915#4349]) +3 similar issues [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-12/igt@perf_pmu@busy-double-start@vecs1.html * igt@prime_vgem@fence-read-hang: - shard-mtlp: NOTRUN -> [SKIP][201] ([i915#3708]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-7/igt@prime_vgem@fence-read-hang.html * igt@v3d/v3d_mmap@mmap-bo: - shard-mtlp: NOTRUN -> [SKIP][202] ([i915#2575]) +6 similar issues [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-4/igt@v3d/v3d_mmap@mmap-bo.html * igt@v3d/v3d_perfmon@get-values-invalid-perfmon: - shard-tglu: NOTRUN -> [SKIP][203] ([fdo#109315] / [i915#2575]) +4 similar issues [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-8/igt@v3d/v3d_perfmon@get-values-invalid-perfmon.html * igt@v3d/v3d_submit_cl@bad-bo: - shard-dg2: NOTRUN -> [SKIP][204] ([i915#2575]) +3 similar issues [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-3/igt@v3d/v3d_submit_cl@bad-bo.html * igt@v3d/v3d_submit_cl@simple-flush-cache: - shard-rkl: NOTRUN -> [SKIP][205] ([fdo#109315]) +1 similar issue [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-1/igt@v3d/v3d_submit_cl@simple-flush-cache.html * igt@vc4/vc4_create_bo@create-bo-0: - shard-rkl: NOTRUN -> [SKIP][206] ([i915#7711]) +2 similar issues [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-4/igt@vc4/vc4_create_bo@create-bo-0.html * igt@vc4/vc4_create_bo@create-bo-4096: - shard-tglu: NOTRUN -> [SKIP][207] ([i915#2575]) +2 similar issues [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-6/igt@vc4/vc4_create_bo@create-bo-4096.html * igt@vc4/vc4_perfmon@create-single-perfmon: - shard-dg2: NOTRUN -> [SKIP][208] ([i915#7711]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-10/igt@vc4/vc4_perfmon@create-single-perfmon.html * igt@vc4/vc4_wait_bo@used-bo-0ns: - shard-mtlp: NOTRUN -> [SKIP][209] ([i915#7711]) +2 similar issues [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-2/igt@vc4/vc4_wait_bo@used-bo-0ns.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [FAIL][210] ([i915#7742]) -> [PASS][211] [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-rkl-1/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-1/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@gem_barrier_race@remote-request@rcs0: - shard-rkl: [ABORT][212] ([i915#8178]) -> [PASS][213] [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-rkl-1/igt@gem_barrier_race@remote-request@rcs0.html [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-2/igt@gem_barrier_race@remote-request@rcs0.html * igt@gem_create@hog-create@smem0: - shard-dg2: [FAIL][214] ([i915#5892] / [i915#7679]) -> [PASS][215] [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-dg2-1/igt@gem_create@hog-create@smem0.html [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-7/igt@gem_create@hog-create@smem0.html * igt@gem_ctx_persistence@engines-hostile@vcs0: - shard-mtlp: [FAIL][216] ([i915#2410]) -> [PASS][217] +2 similar issues [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-7/igt@gem_ctx_persistence@engines-hostile@vcs0.html [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-6/igt@gem_ctx_persistence@engines-hostile@vcs0.html * igt@gem_eio@context-create: - {shard-dg1}: [DMESG-WARN][218] ([i915#4423]) -> [PASS][219] [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-dg1-17/igt@gem_eio@context-create.html [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg1-13/igt@gem_eio@context-create.html * igt@gem_eio@in-flight-contexts-10ms: - shard-mtlp: [ABORT][220] ([i915#7941]) -> [PASS][221] [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-4/igt@gem_eio@in-flight-contexts-10ms.html [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-4/igt@gem_eio@in-flight-contexts-10ms.html * igt@gem_eio@in-flight-contexts-immediate: - shard-mtlp: [ABORT][222] ([i915#8503]) -> [PASS][223] [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-2/igt@gem_eio@in-flight-contexts-immediate.html [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-5/igt@gem_eio@in-flight-contexts-immediate.html * igt@gem_eio@unwedge-stress: - {shard-dg1}: [FAIL][224] ([i915#5784]) -> [PASS][225] [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-dg1-16/igt@gem_eio@unwedge-stress.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg1-14/igt@gem_eio@unwedge-stress.html * igt@gem_exec_schedule@deep@vecs0: - shard-mtlp: [FAIL][226] ([i915#8545]) -> [PASS][227] [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-1/igt@gem_exec_schedule@deep@vecs0.html [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-5/igt@gem_exec_schedule@deep@vecs0.html * igt@gem_exec_suspend@basic-s0@smem: - shard-tglu: [ABORT][228] ([i915#5122] / [i915#5251]) -> [PASS][229] [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-tglu-5/igt@gem_exec_suspend@basic-s0@smem.html [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-6/igt@gem_exec_suspend@basic-s0@smem.html * igt@gem_exec_whisper@basic-queues-all: - shard-mtlp: [FAIL][230] ([i915#6363]) -> [PASS][231] +1 similar issue [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-1/igt@gem_exec_whisper@basic-queues-all.html [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-2/igt@gem_exec_whisper@basic-queues-all.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [TIMEOUT][232] ([i915#5493]) -> [PASS][233] [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_mmap_gtt@fault-concurrent-y: - shard-snb: [ABORT][234] ([i915#5161]) -> [PASS][235] [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-snb6/igt@gem_mmap_gtt@fault-concurrent-y.html [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-snb6/igt@gem_mmap_gtt@fault-concurrent-y.html * igt@gem_workarounds@suspend-resume-context: - shard-dg2: [FAIL][236] ([fdo#103375]) -> [PASS][237] +4 similar issues [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-dg2-5/igt@gem_workarounds@suspend-resume-context.html [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-10/igt@gem_workarounds@suspend-resume-context.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg2: [WARN][238] ([i915#6596] / [i915#7356]) -> [PASS][239] [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-dg2-12/igt@i915_module_load@reload-with-fault-injection.html [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-1/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [SKIP][240] ([fdo#109271]) -> [PASS][241] [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-apl7/igt@i915_pm_dc@dc9-dpms.html [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-apl3/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rc6_residency@rc6-idle@ccs0: - shard-dg2: [FAIL][242] ([i915#7747] / [i915#7894]) -> [PASS][243] [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-dg2-3/igt@i915_pm_rc6_residency@rc6-idle@ccs0.html [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-10/igt@i915_pm_rc6_residency@rc6-idle@ccs0.html * igt@i915_pm_rc6_residency@rc6-idle@rcs0: - shard-dg2: [FAIL][244] ([i915#7747]) -> [PASS][245] +3 similar issues [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-dg2-3/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-10/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-rkl: [SKIP][246] ([i915#1397]) -> [PASS][247] [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-rkl-7/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-1/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@modeset-lpsp: - shard-dg2: [SKIP][248] ([i915#1397]) -> [PASS][249] [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-dg2-7/igt@i915_pm_rpm@modeset-lpsp.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-10/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - {shard-dg1}: [SKIP][250] ([i915#1397]) -> [PASS][251] +1 similar issue [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg1-12/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@i915_selftest@live@gt_mocs: - shard-mtlp: [DMESG-FAIL][252] ([i915#7059]) -> [PASS][253] [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-2/igt@i915_selftest@live@gt_mocs.html [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-3/igt@i915_selftest@live@gt_mocs.html * igt@i915_selftest@live@workarounds: - shard-mtlp: [DMESG-FAIL][254] ([i915#6763]) -> [PASS][255] [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-2/igt@i915_selftest@live@workarounds.html [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-3/igt@i915_selftest@live@workarounds.html * igt@i915_selftest@perf@request: - shard-mtlp: [DMESG-FAIL][256] ([i915#8573]) -> [PASS][257] [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-7/igt@i915_selftest@perf@request.html [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-8/igt@i915_selftest@perf@request.html * igt@kms_big_fb@4-tiled-64bpp-rotate-180: - shard-mtlp: [FAIL][258] ([i915#5138]) -> [PASS][259] +1 similar issue [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-3/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-8/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-mtlp: [FAIL][260] ([i915#3743]) -> [PASS][261] +1 similar issue [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_cursor_crc@cursor-random-256x85@pipe-d-edp-1: - shard-mtlp: [FAIL][262] -> [PASS][263] +1 similar issue [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-1/igt@kms_cursor_crc@cursor-random-256x85@pipe-d-edp-1.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-5/igt@kms_cursor_crc@cursor-random-256x85@pipe-d-edp-1.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][264] ([i915#2346]) -> [PASS][265] [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-apl: [FAIL][266] ([i915#2346]) -> [PASS][267] +1 similar issue [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary: - shard-dg2: [FAIL][268] ([i915#6880]) -> [PASS][269] +3 similar issues [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary.html [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary.html * igt@perf_pmu@busy-double-start@ccs0: - shard-mtlp: [FAIL][270] ([i915#4349]) -> [PASS][271] [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-4/igt@perf_pmu@busy-double-start@ccs0.html [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-7/igt@perf_pmu@busy-double-start@ccs0.html #### Warnings #### * igt@i915_pm_rc6_residency@rc6-idle@rcs0: - shard-tglu: [FAIL][272] ([i915#2681] / [i915#3591]) -> [WARN][273] ([i915#2681]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-tglu-10/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-tglu-7/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html * igt@i915_selftest@live@requests: - shard-mtlp: [DMESG-FAIL][274] ([i915#8497]) -> [ABORT][275] ([i915#8652]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-2/igt@i915_selftest@live@requests.html [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-3/igt@i915_selftest@live@requests.html * igt@kms_async_flips@crc@pipe-d-edp-1: - shard-mtlp: [DMESG-FAIL][276] ([i915#8561]) -> [FAIL][277] ([i915#8247]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-2/igt@kms_async_flips@crc@pipe-d-edp-1.html [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-6/igt@kms_async_flips@crc@pipe-d-edp-1.html * igt@kms_content_protection@content_type_change: - shard-dg2: [SKIP][278] ([i915#4579] / [i915#7118]) -> [SKIP][279] ([i915#4579] / [i915#7118] / [i915#7162]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-dg2-3/igt@kms_content_protection@content_type_change.html [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-dg2-12/igt@kms_content_protection@content_type_change.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-mtlp: [DMESG-FAIL][280] ([i915#2017] / [i915#5954]) -> [FAIL][281] ([i915#2346]) [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-mtlp-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-mtlp-2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: [SKIP][282] ([fdo#110189] / [i915#3955]) -> [SKIP][283] ([i915#3955]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7352/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1339]: https://gitlab.freedesktop.org/drm/intel/issues/1339 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3711]: https://gitlab.freedesktop.org/drm/intel/issues/3711 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854 [i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#5122]: https://gitlab.freedesktop.org/drm/intel/issues/5122 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5161]: https://gitlab.freedesktop.org/drm/intel/issues/5161 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5251]: https://gitlab.freedesktop.org/drm/intel/issues/5251 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#5892]: https://gitlab.freedesktop.org/drm/intel/issues/5892 [i915#5954]: https://gitlab.freedesktop.org/drm/intel/issues/5954 [i915#6032]: https://gitlab.freedesktop.org/drm/intel/issues/6032 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6363]: https://gitlab.freedesktop.org/drm/intel/issues/6363 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6596]: https://gitlab.freedesktop.org/drm/intel/issues/6596 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6763]: https://gitlab.freedesktop.org/drm/intel/issues/6763 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6786]: https://gitlab.freedesktop.org/drm/intel/issues/6786 [i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7059]: https://gitlab.freedesktop.org/drm/intel/issues/7059 [i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7356]: https://gitlab.freedesktop.org/drm/intel/issues/7356 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7679]: https://gitlab.freedesktop.org/drm/intel/issues/7679 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7747]: https://gitlab.freedesktop.org/drm/intel/issues/7747 [i915#7790]: https://gitlab.freedesktop.org/drm/intel/issues/7790 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7894]: https://gitlab.freedesktop.org/drm/intel/issues/7894 [i915#7941]: https://gitlab.freedesktop.org/drm/intel/issues/7941 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8063]: https://gitlab.freedesktop.org/drm/intel/issues/8063 [i915#8131]: https://gitlab.freedesktop.org/drm/intel/issues/8131 [i915#8178]: https://gitlab.freedesktop.org/drm/intel/issues/8178 [i915#8211]: https://gitlab.freedesktop.org/drm/intel/issues/8211 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8217]: https://gitlab.freedesktop.org/drm/intel/issues/8217 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8234]: https://gitlab.freedesktop.org/drm/intel/issues/8234 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8248]: https://gitlab.freedesktop.org/drm/intel/issues/8248 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8304]: https://gitlab.freedesktop.org/drm/intel/issues/8304 [i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8497]: https://gitlab.freedesktop.org/drm/intel/issues/8497 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8503]: https://gitlab.freedesktop.org/drm/intel/issues/8503 [i915#8545]: https://gitlab.freedesktop.org/drm/intel/issues/8545 [i915#8561]: https://gitlab.freedesktop.org/drm/intel/issues/8561 [i915#8573]: https://gitlab.freedesktop.org/drm/intel/issues/8573 [i915#8652]: https://gitlab.freedesktop.org/drm/intel/issues/8652 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7352 -> IGTPW_9283 CI-20190529: 20190529 CI_DRM_13328: 12cd6b2d321d9c034f3d4ba14788d68cb8da4eac @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9283: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/index.html IGT_7352: 471bfababd070e1dac0ebb87470ac4f2ae85e663 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9283/index.html [-- Attachment #2: Type: text/html, Size: 90269 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_flip: Restrict the hang tests execution to single pipe combinations 2023-06-27 20:13 [igt-dev] [PATCH i-g-t] tests/kms_flip: Restrict the hang tests execution to single pipe combinations Jeevan B 2023-06-27 21:09 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-06-28 14:41 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork @ 2023-06-30 15:27 ` Kamil Konieczny 2 siblings, 0 replies; 4+ messages in thread From: Kamil Konieczny @ 2023-06-30 15:27 UTC (permalink / raw) To: igt-dev Hi Jeevan, On 2023-06-28 at 01:43:27 +0530, Jeevan B wrote: > To save the CI execution time, instead of running on all pipes > restrict the hang tests execution to single pipe combinations. > > If we want to execute on all pipes, we need to pass an extra > argument "-e" indicates extended. > > Signed-off-by: Jeevan B <jeevan.b@intel.com> Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com> > --- > tests/kms_flip.c | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/tests/kms_flip.c b/tests/kms_flip.c > index f1e0700c1..00bb7e962 100755 > --- a/tests/kms_flip.c > +++ b/tests/kms_flip.c > @@ -1729,6 +1729,11 @@ static void run_pair(int duration, int flags) > crtc_idxs[0] = n; > crtc_idxs[1] = m; > > + /* Limit the execution to PIPE_A combination for hang tests */ > + if ((flags & TEST_HANG) && !all_pipes && > + (n != 0 && n != resources->count_crtcs)) > + continue; > + > run_test_on_crtc_set(&o, crtc_idxs, > RUN_PAIR, > resources->count_crtcs, > -- > 2.41.0 > ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-06-30 15:27 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-06-27 20:13 [igt-dev] [PATCH i-g-t] tests/kms_flip: Restrict the hang tests execution to single pipe combinations Jeevan B 2023-06-27 21:09 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-06-28 14:41 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2023-06-30 15:27 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox