* [igt-dev] [PATCH] tests/intel/i915_pipe_stress: Use only first pipe if Bigjoiner is used
@ 2023-09-14 8:03 Stanislav Lisovskiy
2023-09-14 8:58 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Stanislav Lisovskiy @ 2023-09-14 8:03 UTC (permalink / raw)
To: igt-dev; +Cc: juha-pekka.heikkila
We currently are having test failures for Bigjoiner, because that
test tries to use all pipes simultaneously, not realizing that
if we use a Bigjoiner mode on pipe A, the adjacent pipe won't be
available.
For now just fix it by using only one pipe, if resolution > 3840
is detected.
Signed-off-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
---
tests/intel/i915_pipe_stress.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tests/intel/i915_pipe_stress.c b/tests/intel/i915_pipe_stress.c
index 3cd84d027f..a050fa0117 100644
--- a/tests/intel/i915_pipe_stress.c
+++ b/tests/intel/i915_pipe_stress.c
@@ -590,6 +590,12 @@ static void stress_pipes(struct data *data, struct timespec *start,
igt_pipe_crc_stop(data->pipe_crc[pipe]);
igt_assert_crc_equal(&crc, &crc2);
+ /*
+ * Do not try to use other pipes, if Bigjoiner is used
+ */
+ if (data->highest_mode[pipe]->hdisplay > 3840)
+ break;
+
++pipe;
}
}
--
2.37.3
^ permalink raw reply related [flat|nested] 7+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/i915_pipe_stress: Use only first pipe if Bigjoiner is used 2023-09-14 8:03 [igt-dev] [PATCH] tests/intel/i915_pipe_stress: Use only first pipe if Bigjoiner is used Stanislav Lisovskiy @ 2023-09-14 8:58 ` Patchwork 2023-09-14 9:24 ` [igt-dev] ✓ CI.xeBAT: " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-09-14 8:58 UTC (permalink / raw) To: Stanislav Lisovskiy; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 9150 bytes --] == Series Details == Series: tests/intel/i915_pipe_stress: Use only first pipe if Bigjoiner is used URL : https://patchwork.freedesktop.org/series/123671/ State : success == Summary == CI Bug Log - changes from IGT_7487 -> IGTPW_9784 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/index.html Participating hosts (42 -> 39) ------------------------------ Missing (3): fi-kbl-soraka fi-hsw-4770 fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_9784 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_suspend@basic-s0@smem: - bat-atsm-1: NOTRUN -> [DMESG-WARN][1] ([i915#8841]) +3 other tests dmesg-warn [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-atsm-1/igt@gem_exec_suspend@basic-s0@smem.html * igt@gem_exec_suspend@basic-s3@lmem0: - bat-atsm-1: NOTRUN -> [DMESG-WARN][2] ([i915#8504] / [i915#8841]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-atsm-1/igt@gem_exec_suspend@basic-s3@lmem0.html * igt@i915_pm_rps@basic-api: - bat-atsm-1: NOTRUN -> [SKIP][3] ([i915#6621]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-atsm-1/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live@execlists: - fi-bsw-n3050: [PASS][4] -> [ABORT][5] ([i915#7911] / [i915#7913]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/fi-bsw-n3050/igt@i915_selftest@live@execlists.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/fi-bsw-n3050/igt@i915_selftest@live@execlists.html * igt@i915_suspend@basic-s3-without-i915: - bat-atsm-1: NOTRUN -> [SKIP][6] ([i915#6645]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-atsm-1/igt@i915_suspend@basic-s3-without-i915.html - bat-mtlp-6: NOTRUN -> [SKIP][7] ([i915#6645]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-mtlp-6/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@size-max: - bat-atsm-1: NOTRUN -> [SKIP][8] ([i915#6077]) +16 other tests skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-atsm-1/igt@kms_addfb_basic@size-max.html * igt@kms_cursor_legacy@basic-flip-after-cursor-atomic: - bat-atsm-1: NOTRUN -> [SKIP][9] ([i915#6078]) +10 other tests skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-atsm-1/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html * igt@kms_flip@basic-plain-flip: - bat-atsm-1: NOTRUN -> [SKIP][10] ([i915#6166]) +3 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-atsm-1/igt@kms_flip@basic-plain-flip.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-atsm-1: NOTRUN -> [SKIP][11] ([i915#6093]) +4 other tests skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-atsm-1/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24: - bat-atsm-1: NOTRUN -> [SKIP][12] ([i915#1836]) +7 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-atsm-1/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: - bat-adlp-9: NOTRUN -> [SKIP][13] ([i915#3546]) +2 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-adlp-9/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html - bat-dg2-11: NOTRUN -> [SKIP][14] ([i915#1845]) +3 other tests skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html * igt@kms_pipe_crc_basic@suspend-read-crc: - bat-mtlp-6: NOTRUN -> [SKIP][15] ([i915#1845] / [i915#4078]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-mtlp-6/igt@kms_pipe_crc_basic@suspend-read-crc.html * igt@kms_prop_blob@basic: - bat-atsm-1: NOTRUN -> [SKIP][16] ([i915#7357]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-atsm-1/igt@kms_prop_blob@basic.html * igt@kms_psr@sprite_plane_onoff: - bat-atsm-1: NOTRUN -> [SKIP][17] ([i915#1072]) +3 other tests skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-atsm-1/igt@kms_psr@sprite_plane_onoff.html * igt@kms_setmode@basic-clone-single-crtc: - bat-atsm-1: NOTRUN -> [SKIP][18] ([i915#6094]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-atsm-1/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-atsm-1: NOTRUN -> [SKIP][19] ([fdo#109295] / [i915#6078]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-atsm-1/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - bat-atsm-1: NOTRUN -> [SKIP][20] ([fdo#109295] / [i915#4077]) +1 other test skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-atsm-1/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-write: - bat-atsm-1: NOTRUN -> [SKIP][21] ([fdo#109295]) +2 other tests skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-atsm-1/igt@prime_vgem@basic-write.html #### Possible fixes #### * igt@i915_selftest@live@gt_heartbeat: - bat-kbl-2: [DMESG-FAIL][22] ([i915#7872]) -> [PASS][23] [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/bat-kbl-2/igt@i915_selftest@live@gt_heartbeat.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-kbl-2/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@requests: - bat-mtlp-6: [ABORT][24] ([i915#9262]) -> [PASS][25] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/bat-mtlp-6/igt@i915_selftest@live@requests.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-mtlp-6/igt@i915_selftest@live@requests.html * igt@i915_suspend@basic-s2idle-without-i915: - fi-apl-guc: [INCOMPLETE][26] ([i915#1982]) -> [PASS][27] [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/fi-apl-guc/igt@i915_suspend@basic-s2idle-without-i915.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/fi-apl-guc/igt@i915_suspend@basic-s2idle-without-i915.html #### Warnings #### * igt@kms_addfb_basic@bo-too-small: - bat-atsm-1: [INCOMPLETE][28] ([i915#2295]) -> [SKIP][29] ([i915#6077]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/bat-atsm-1/igt@kms_addfb_basic@bo-too-small.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/bat-atsm-1/igt@kms_addfb_basic@bo-too-small.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1836]: https://gitlab.freedesktop.org/drm/intel/issues/1836 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2295]: https://gitlab.freedesktop.org/drm/intel/issues/2295 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#6077]: https://gitlab.freedesktop.org/drm/intel/issues/6077 [i915#6078]: https://gitlab.freedesktop.org/drm/intel/issues/6078 [i915#6093]: https://gitlab.freedesktop.org/drm/intel/issues/6093 [i915#6094]: https://gitlab.freedesktop.org/drm/intel/issues/6094 [i915#6166]: https://gitlab.freedesktop.org/drm/intel/issues/6166 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#7357]: https://gitlab.freedesktop.org/drm/intel/issues/7357 [i915#7872]: https://gitlab.freedesktop.org/drm/intel/issues/7872 [i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#8504]: https://gitlab.freedesktop.org/drm/intel/issues/8504 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262 [i915#9273]: https://gitlab.freedesktop.org/drm/intel/issues/9273 [i915#9279]: https://gitlab.freedesktop.org/drm/intel/issues/9279 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7487 -> IGTPW_9784 CI-20190529: 20190529 CI_DRM_13628: 99919131b95f367ded20d8a3d89ededd6e9baa2c @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9784: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/index.html IGT_7487: 77e606dea60110c869ad9f9cc88994a0048845c4 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/index.html [-- Attachment #2: Type: text/html, Size: 10673 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for tests/intel/i915_pipe_stress: Use only first pipe if Bigjoiner is used 2023-09-14 8:03 [igt-dev] [PATCH] tests/intel/i915_pipe_stress: Use only first pipe if Bigjoiner is used Stanislav Lisovskiy 2023-09-14 8:58 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-09-14 9:24 ` Patchwork 2023-09-14 10:05 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-09-14 13:43 ` [igt-dev] [PATCH] " Modem, Bhanuprakash 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-09-14 9:24 UTC (permalink / raw) To: Stanislav Lisovskiy; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 9087 bytes --] == Series Details == Series: tests/intel/i915_pipe_stress: Use only first pipe if Bigjoiner is used URL : https://patchwork.freedesktop.org/series/123671/ State : success == Summary == CI Bug Log - changes from XEIGT_7487_BAT -> XEIGTPW_9784_BAT ==================================================== Summary ------- **WARNING** Minor unknown changes coming with XEIGTPW_9784_BAT need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_9784_BAT, please notify your bug team (lgci.bug.filing@intel.com) 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_9784_BAT: ### IGT changes ### #### Warnings #### * igt@kms_dsc@dsc-basic: - bat-dg2-oem2: [SKIP][1] ([Intel XE#423]) -> [SKIP][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html Known issues ------------ Here are the changes found in XEIGTPW_9784_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_hotunplug@unbind-rebind: - bat-dg2-oem2: [PASS][3] -> [SKIP][4] ([Intel XE#679]) [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-dg2-oem2/igt@core_hotunplug@unbind-rebind.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-dg2-oem2/igt@core_hotunplug@unbind-rebind.html * igt@kms_addfb_basic@addfb25-modifier-no-flag: - bat-dg2-oem2: [PASS][5] -> [SKIP][6] ([i915#2575]) +49 other tests skip [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-modifier-no-flag.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-modifier-no-flag.html * igt@xe_intel_bb@create-in-region: - bat-dg2-oem2: [PASS][7] -> [SKIP][8] ([Intel XE#678]) +128 other tests skip [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-dg2-oem2/igt@xe_intel_bb@create-in-region.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-dg2-oem2/igt@xe_intel_bb@create-in-region.html * igt@xe_module_load@load: - bat-dg2-oem2: [PASS][9] -> [FAIL][10] ([Intel XE#681]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-dg2-oem2/igt@xe_module_load@load.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-dg2-oem2/igt@xe_module_load@load.html #### Possible fixes #### * igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1: - bat-adlp-7: [FAIL][11] ([Intel XE#480]) -> [PASS][12] +2 other tests pass [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html * igt@xe_live_ktest@bo: - bat-dg2-oem2: [SKIP][13] ([Intel XE#483]) -> [PASS][14] +2 other tests pass [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-dg2-oem2/igt@xe_live_ktest@bo.html [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-dg2-oem2/igt@xe_live_ktest@bo.html #### Warnings #### * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-oem2: [SKIP][15] ([Intel XE#623]) -> [SKIP][16] ([i915#2575]) [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg2-oem2: [SKIP][17] ([Intel XE#624]) -> [SKIP][18] ([i915#2575]) [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-dg2-oem2/igt@kms_addfb_basic@basic-y-tiled-legacy.html [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-dg2-oem2/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@tile-pitch-mismatch: - bat-dg2-oem2: [FAIL][19] ([Intel XE#609]) -> [SKIP][20] ([i915#2575]) +1 other test skip [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-dg2-oem2/igt@kms_addfb_basic@tile-pitch-mismatch.html [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-dg2-oem2/igt@kms_addfb_basic@tile-pitch-mismatch.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-oem2: [SKIP][21] ([i915#5274]) -> [SKIP][22] ([i915#2575]) [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-dg2-oem2/igt@kms_force_connector_basic@prune-stale-modes.html [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-dg2-oem2/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@basic: - bat-dg2-oem2: [FAIL][23] ([Intel XE#608]) -> [SKIP][24] ([Intel XE#678]) [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-dg2-oem2/igt@kms_frontbuffer_tracking@basic.html [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-dg2-oem2/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12: - bat-dg2-oem2: [FAIL][25] ([Intel XE#400]) -> [SKIP][26] ([i915#2575]) [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html * igt@kms_psr@primary_page_flip: - bat-dg2-oem2: [SKIP][27] ([i915#1072]) -> [SKIP][28] ([Intel XE#678]) +2 other tests skip [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-dg2-oem2/igt@kms_psr@primary_page_flip.html [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-dg2-oem2/igt@kms_psr@primary_page_flip.html * igt@xe_compute@compute-square: - bat-dg2-oem2: [SKIP][29] ([Intel XE#672]) -> [SKIP][30] ([Intel XE#678]) [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-dg2-oem2/igt@xe_compute@compute-square.html [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-dg2-oem2/igt@xe_compute@compute-square.html * igt@xe_exec_fault_mode@many-basic: - bat-dg2-oem2: [SKIP][31] ([Intel XE#288]) -> [SKIP][32] ([Intel XE#678]) +17 other tests skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-dg2-oem2/igt@xe_exec_fault_mode@many-basic.html [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-dg2-oem2/igt@xe_exec_fault_mode@many-basic.html * igt@xe_huc_copy@huc_copy: - bat-dg2-oem2: [SKIP][33] ([Intel XE#255]) -> [SKIP][34] ([Intel XE#678]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7487/bat-dg2-oem2/igt@xe_huc_copy@huc_copy.html [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/bat-dg2-oem2/igt@xe_huc_copy@huc_copy.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/400 [Intel XE#423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/423 [Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480 [Intel XE#483]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/483 [Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524 [Intel XE#608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/608 [Intel XE#609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/609 [Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623 [Intel XE#624]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/624 [Intel XE#672]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/672 [Intel XE#678]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/678 [Intel XE#679]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/679 [Intel XE#681]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/681 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 Build changes ------------- * IGT: IGT_7487 -> IGTPW_9784 IGTPW_9784: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/index.html IGT_7487: 77e606dea60110c869ad9f9cc88994a0048845c4 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-372-baea10eb27d49a2b8a526d87a70532ab201d140b: baea10eb27d49a2b8a526d87a70532ab201d140b == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9784/index.html [-- Attachment #2: Type: text/html, Size: 10655 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/intel/i915_pipe_stress: Use only first pipe if Bigjoiner is used 2023-09-14 8:03 [igt-dev] [PATCH] tests/intel/i915_pipe_stress: Use only first pipe if Bigjoiner is used Stanislav Lisovskiy 2023-09-14 8:58 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-09-14 9:24 ` [igt-dev] ✓ CI.xeBAT: " Patchwork @ 2023-09-14 10:05 ` Patchwork 2023-09-14 13:43 ` [igt-dev] [PATCH] " Modem, Bhanuprakash 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-09-14 10:05 UTC (permalink / raw) To: Stanislav Lisovskiy; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 95425 bytes --] == Series Details == Series: tests/intel/i915_pipe_stress: Use only first pipe if Bigjoiner is used URL : https://patchwork.freedesktop.org/series/123671/ State : failure == Summary == CI Bug Log - changes from IGT_7487_full -> IGTPW_9784_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9784_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9784_full, please notify your bug team (lgci.bug.filing@intel.com) 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_9784/index.html Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9784_full: ### IGT changes ### #### Possible regressions #### * igt@gem_userptr_blits@nohangcheck: - shard-mtlp: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-mtlp-1/igt@gem_userptr_blits@nohangcheck.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@gem_userptr_blits@nohangcheck.html * igt@kms_flip@flip-vs-suspend@b-edp1: - shard-mtlp: NOTRUN -> [INCOMPLETE][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-4/igt@kms_flip@flip-vs-suspend@b-edp1.html * igt@kms_hdr@bpc-switch-suspend@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][4] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@kms_hdr@bpc-switch-suspend@pipe-a-dp-4.html * igt@perf_pmu@rc6-suspend: - shard-mtlp: NOTRUN -> [ABORT][5] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-2/igt@perf_pmu@rc6-suspend.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@kms_feature_discovery@display-2x}: - shard-dg2: NOTRUN -> [SKIP][6] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-6/igt@kms_feature_discovery@display-2x.html - shard-rkl: NOTRUN -> [SKIP][7] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-6/igt@kms_feature_discovery@display-2x.html * {igt@kms_feature_discovery@display-3x}: - shard-mtlp: NOTRUN -> [SKIP][8] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@kms_feature_discovery@display-3x.html Known issues ------------ Here are the changes found in IGTPW_9784_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-purge-cache: - shard-dg2: NOTRUN -> [SKIP][9] ([i915#8411]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-2/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@api_intel_bb@object-reloc-keep-cache: - shard-mtlp: NOTRUN -> [SKIP][10] ([i915#8411]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-4/igt@api_intel_bb@object-reloc-keep-cache.html * igt@drm_buddy@drm_buddy_test: - shard-snb: NOTRUN -> [SKIP][11] ([fdo#109271] / [i915#8661]) +1 other test skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-snb2/igt@drm_buddy@drm_buddy_test.html * igt@drm_fdinfo@busy-check-all@ccs0: - shard-mtlp: NOTRUN -> [SKIP][12] ([i915#8414]) +17 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-5/igt@drm_fdinfo@busy-check-all@ccs0.html * igt@drm_fdinfo@most-busy-idle-check-all@vecs1: - shard-dg2: NOTRUN -> [SKIP][13] ([i915#8414]) +11 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-2/igt@drm_fdinfo@most-busy-idle-check-all@vecs1.html * igt@gem_caching@writes: - shard-mtlp: NOTRUN -> [SKIP][14] ([i915#4873]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@gem_caching@writes.html * igt@gem_ccs@block-multicopy-inplace: - shard-mtlp: NOTRUN -> [SKIP][15] ([i915#3555]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-1/igt@gem_ccs@block-multicopy-inplace.html * igt@gem_ctx_isolation@preservation-reset@vecs0: - shard-mtlp: NOTRUN -> [ABORT][16] ([i915#9262]) +8 other tests abort [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@gem_ctx_isolation@preservation-reset@vecs0.html * igt@gem_ctx_persistence@engines-hostile: - shard-snb: NOTRUN -> [SKIP][17] ([fdo#109271] / [i915#1099]) +1 other test skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-snb4/igt@gem_ctx_persistence@engines-hostile.html * igt@gem_ctx_persistence@heartbeat-hang: - shard-dg2: NOTRUN -> [SKIP][18] ([i915#8555]) +1 other test skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@gem_ctx_persistence@heartbeat-hang.html * igt@gem_ctx_persistence@heartbeat-many: - shard-mtlp: NOTRUN -> [SKIP][19] ([i915#8555]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@gem_ctx_persistence@heartbeat-many.html * igt@gem_ctx_sseu@engines: - shard-mtlp: NOTRUN -> [SKIP][20] ([i915#280]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@gem_ctx_sseu@engines.html * igt@gem_ctx_sseu@mmap-args: - shard-dg2: NOTRUN -> [SKIP][21] ([i915#280]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-1/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@hibernate: - shard-dg2: NOTRUN -> [ABORT][22] ([i915#7975] / [i915#8213]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-1/igt@gem_eio@hibernate.html * igt@gem_eio@in-flight-suspend: - shard-mtlp: NOTRUN -> [ABORT][23] ([i915#7892] / [i915#9262]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-1/igt@gem_eio@in-flight-suspend.html * igt@gem_eio@kms: - shard-dg2: [PASS][24] -> [FAIL][25] ([i915#5784]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-dg2-11/igt@gem_eio@kms.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-3/igt@gem_eio@kms.html - shard-dg1: [PASS][26] -> [FAIL][27] ([i915#5784]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-dg1-18/igt@gem_eio@kms.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-13/igt@gem_eio@kms.html * igt@gem_exec_balancer@bonded-pair: - shard-mtlp: NOTRUN -> [SKIP][28] ([i915#4771]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@gem_exec_balancer@bonded-pair.html * igt@gem_exec_balancer@bonded-true-hang: - shard-dg2: NOTRUN -> [SKIP][29] ([i915#4812]) +1 other test skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-2/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-glk: NOTRUN -> [SKIP][30] ([fdo#109271] / [i915#6334]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-glk5/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_fair@basic-none-share: - shard-mtlp: NOTRUN -> [SKIP][31] ([i915#4473] / [i915#4771]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@gem_exec_fair@basic-none-share.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [PASS][32] -> [FAIL][33] ([i915#2842]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-apl7/igt@gem_exec_fair@basic-none-solo@rcs0.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-none-vip@rcs0: - shard-rkl: NOTRUN -> [FAIL][34] ([i915#2842]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-7/igt@gem_exec_fair@basic-none-vip@rcs0.html * igt@gem_exec_fair@basic-pace-solo: - shard-mtlp: NOTRUN -> [SKIP][35] ([i915#4473]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-8/igt@gem_exec_fair@basic-pace-solo.html * igt@gem_exec_fence@concurrent: - shard-mtlp: NOTRUN -> [SKIP][36] ([i915#4812]) +4 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-4/igt@gem_exec_fence@concurrent.html * igt@gem_exec_flush@basic-uc-rw-default: - shard-snb: NOTRUN -> [ABORT][37] ([i915#8865]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-snb7/igt@gem_exec_flush@basic-uc-rw-default.html * igt@gem_exec_flush@basic-wb-rw-default: - shard-dg2: NOTRUN -> [SKIP][38] ([i915#3539] / [i915#4852]) +1 other test skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-10/igt@gem_exec_flush@basic-wb-rw-default.html * igt@gem_exec_gttfill@multigpu-basic: - shard-dg2: NOTRUN -> [SKIP][39] ([i915#7697]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-10/igt@gem_exec_gttfill@multigpu-basic.html * igt@gem_exec_params@secure-non-master: - shard-dg2: NOTRUN -> [SKIP][40] ([fdo#112283]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-3/igt@gem_exec_params@secure-non-master.html - shard-rkl: NOTRUN -> [SKIP][41] ([fdo#112283]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-1/igt@gem_exec_params@secure-non-master.html * igt@gem_exec_reloc@basic-cpu-gtt-noreloc: - shard-dg2: NOTRUN -> [SKIP][42] ([i915#3281]) +5 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-7/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html - shard-rkl: NOTRUN -> [SKIP][43] ([i915#3281]) +2 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-4/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html * igt@gem_exec_reloc@basic-range: - shard-mtlp: NOTRUN -> [SKIP][44] ([i915#3281]) +13 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-3/igt@gem_exec_reloc@basic-range.html * igt@gem_exec_schedule@preempt-queue-chain: - shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4537] / [i915#4812]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-4/igt@gem_exec_schedule@preempt-queue-chain.html - shard-dg2: NOTRUN -> [SKIP][46] ([i915#4537] / [i915#4812]) +1 other test skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-3/igt@gem_exec_schedule@preempt-queue-chain.html * igt@gem_exec_schedule@preemptive-hang@vcs1: - shard-mtlp: [PASS][47] -> [ABORT][48] ([i915#9262]) +4 other tests abort [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-mtlp-7/igt@gem_exec_schedule@preemptive-hang@vcs1.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-3/igt@gem_exec_schedule@preemptive-hang@vcs1.html * igt@gem_exec_schedule@preemptive-hang@vecs0: - shard-mtlp: [PASS][49] -> [DMESG-WARN][50] ([i915#9262]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-mtlp-7/igt@gem_exec_schedule@preemptive-hang@vecs0.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-3/igt@gem_exec_schedule@preemptive-hang@vecs0.html * igt@gem_exec_suspend@basic-s4-devices@smem: - shard-tglu: [PASS][51] -> [ABORT][52] ([i915#7975] / [i915#8213]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-tglu-4/igt@gem_exec_suspend@basic-s4-devices@smem.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices@smem.html * igt@gem_fence_thrash@bo-write-verify-y: - shard-dg2: NOTRUN -> [SKIP][53] ([i915#4860]) +1 other test skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-3/igt@gem_fence_thrash@bo-write-verify-y.html * igt@gem_fenced_exec_thrash@no-spare-fences-interruptible: - shard-mtlp: NOTRUN -> [SKIP][54] ([i915#4860]) +2 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-3/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html * igt@gem_huc_copy@huc-copy: - shard-rkl: NOTRUN -> [SKIP][55] ([i915#2190]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-6/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - shard-glk: NOTRUN -> [SKIP][56] ([fdo#109271] / [i915#4613]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-glk4/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@heavy-verify-multi: - shard-apl: NOTRUN -> [SKIP][57] ([fdo#109271] / [i915#4613]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-apl2/igt@gem_lmem_swapping@heavy-verify-multi.html * igt@gem_lmem_swapping@heavy-verify-random-ccs: - shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4613]) +4 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-3/igt@gem_lmem_swapping@heavy-verify-random-ccs.html * igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][59] ([i915#4565]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-16/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html * igt@gem_lmem_swapping@smem-oom: - shard-tglu: NOTRUN -> [SKIP][60] ([i915#4613]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-9/igt@gem_lmem_swapping@smem-oom.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [PASS][61] -> [TIMEOUT][62] ([i915#5493]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-dg2-1/igt@gem_lmem_swapping@smem-oom@lmem0.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-6/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_madvise@dontneed-before-pwrite: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#3282]) +1 other test skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-6/igt@gem_madvise@dontneed-before-pwrite.html - shard-rkl: NOTRUN -> [SKIP][64] ([i915#3282]) +2 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-6/igt@gem_madvise@dontneed-before-pwrite.html * igt@gem_media_fill@media-fill: - shard-mtlp: NOTRUN -> [SKIP][65] ([i915#8289]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@gem_media_fill@media-fill.html * igt@gem_mmap_gtt@basic-small-copy-xy: - shard-dg1: NOTRUN -> [SKIP][66] ([i915#4077]) +1 other test skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-18/igt@gem_mmap_gtt@basic-small-copy-xy.html * igt@gem_mmap_gtt@close-race: - shard-mtlp: NOTRUN -> [SKIP][67] ([i915#4077]) +10 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@gem_mmap_gtt@close-race.html * igt@gem_mmap_gtt@cpuset-big-copy: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#4077]) +7 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-2/igt@gem_mmap_gtt@cpuset-big-copy.html * igt@gem_mmap_wc@fault-concurrent: - shard-dg2: NOTRUN -> [SKIP][69] ([i915#4083]) +3 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-1/igt@gem_mmap_wc@fault-concurrent.html * igt@gem_mmap_wc@write-read: - shard-mtlp: NOTRUN -> [SKIP][70] ([i915#4083]) +9 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-3/igt@gem_mmap_wc@write-read.html * igt@gem_partial_pwrite_pread@writes-after-reads: - shard-mtlp: NOTRUN -> [SKIP][71] ([i915#3282]) +4 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-4/igt@gem_partial_pwrite_pread@writes-after-reads.html * igt@gem_pread@exhaustion: - shard-dg1: NOTRUN -> [SKIP][72] ([i915#3282]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-14/igt@gem_pread@exhaustion.html * igt@gem_pwrite@basic-exhaustion: - shard-snb: NOTRUN -> [WARN][73] ([i915#2658]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-snb1/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@create-regular-context-1: - shard-mtlp: NOTRUN -> [SKIP][74] ([i915#4270]) +3 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-5/igt@gem_pxp@create-regular-context-1.html - shard-dg2: NOTRUN -> [SKIP][75] ([i915#4270]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-2/igt@gem_pxp@create-regular-context-1.html * igt@gem_pxp@reject-modify-context-protection-off-3: - shard-tglu: NOTRUN -> [SKIP][76] ([i915#4270]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-3/igt@gem_pxp@reject-modify-context-protection-off-3.html * igt@gem_render_copy@y-tiled-ccs-to-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][77] ([i915#8428]) +9 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@gem_render_copy@y-tiled-ccs-to-yf-tiled.html * igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled: - shard-dg2: NOTRUN -> [SKIP][78] ([i915#5190]) +11 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html * igt@gem_set_tiling_vs_gtt: - shard-mtlp: NOTRUN -> [SKIP][79] ([i915#4079]) +1 other test skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@gem_set_tiling_vs_gtt.html * igt@gem_softpin@evict-snoop-interruptible: - shard-mtlp: NOTRUN -> [SKIP][80] ([i915#4885]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-2/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_userptr_blits@dmabuf-sync: - shard-rkl: NOTRUN -> [SKIP][81] ([i915#3323]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-1/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-dg2: NOTRUN -> [SKIP][82] ([i915#3297] / [i915#4880]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-3/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@mmap-offset-banned@gtt: - shard-mtlp: NOTRUN -> [SKIP][83] ([i915#3297]) +4 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-5/igt@gem_userptr_blits@mmap-offset-banned@gtt.html * igt@gem_userptr_blits@readonly-pwrite-unsync: - shard-dg2: NOTRUN -> [SKIP][84] ([i915#3297]) +2 other tests skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-7/igt@gem_userptr_blits@readonly-pwrite-unsync.html - shard-rkl: NOTRUN -> [SKIP][85] ([i915#3297]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-1/igt@gem_userptr_blits@readonly-pwrite-unsync.html * igt@gem_userptr_blits@sd-probe: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#3297] / [i915#4958]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@gem_userptr_blits@sd-probe.html * igt@gen3_render_linear_blits: - shard-dg2: NOTRUN -> [SKIP][87] ([fdo#109289]) +4 other tests skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-3/igt@gen3_render_linear_blits.html * igt@gen7_exec_parse@basic-allocation: - shard-mtlp: NOTRUN -> [SKIP][88] ([fdo#109289]) +6 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-8/igt@gen7_exec_parse@basic-allocation.html - shard-rkl: NOTRUN -> [SKIP][89] ([fdo#109289]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-6/igt@gen7_exec_parse@basic-allocation.html * igt@gen7_exec_parse@basic-allowed: - shard-dg1: NOTRUN -> [SKIP][90] ([fdo#109289]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-16/igt@gen7_exec_parse@basic-allowed.html * igt@gen9_exec_parse@basic-rejected: - shard-mtlp: NOTRUN -> [SKIP][91] ([i915#2856]) +3 other tests skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-2/igt@gen9_exec_parse@basic-rejected.html * igt@gen9_exec_parse@bb-start-param: - shard-dg2: NOTRUN -> [SKIP][92] ([i915#2856]) +3 other tests skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-3/igt@gen9_exec_parse@bb-start-param.html * igt@gen9_exec_parse@secure-batches: - shard-rkl: NOTRUN -> [SKIP][93] ([i915#2527]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-7/igt@gen9_exec_parse@secure-batches.html * igt@gen9_exec_parse@shadow-peek: - shard-dg1: NOTRUN -> [SKIP][94] ([i915#2527]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-13/igt@gen9_exec_parse@shadow-peek.html * igt@i915_hwmon@hwmon-read: - shard-mtlp: NOTRUN -> [SKIP][95] ([i915#7707]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-3/igt@i915_hwmon@hwmon-read.html * igt@i915_module_load@load: - shard-snb: NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#6227]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-snb2/igt@i915_module_load@load.html * igt@i915_pm_freq_api@freq-reset: - shard-rkl: NOTRUN -> [SKIP][97] ([i915#8399]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-7/igt@i915_pm_freq_api@freq-reset.html * igt@i915_pm_freq_mult@media-freq@gt1: - shard-mtlp: NOTRUN -> [SKIP][98] ([i915#6590]) +1 other test skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@i915_pm_freq_mult@media-freq@gt1.html * igt@i915_pm_rpm@dpms-lpsp: - shard-rkl: [PASS][99] -> [SKIP][100] ([i915#1397]) +1 other test skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-rkl-7/igt@i915_pm_rpm@dpms-lpsp.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-4/igt@i915_pm_rpm@dpms-lpsp.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-mtlp: NOTRUN -> [SKIP][101] ([i915#1397]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-2/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@dpms-non-lpsp: - shard-dg1: [PASS][102] -> [SKIP][103] ([i915#1397]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-dg1-17/igt@i915_pm_rpm@dpms-non-lpsp.html [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-19/igt@i915_pm_rpm@dpms-non-lpsp.html * igt@i915_pm_rpm@modeset-lpsp: - shard-dg2: NOTRUN -> [SKIP][104] ([i915#1397]) +1 other test skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-6/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rpm@pc8-residency: - shard-dg2: NOTRUN -> [SKIP][105] ([fdo#109506]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-10/igt@i915_pm_rpm@pc8-residency.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg2: NOTRUN -> [SKIP][106] ([i915#6621]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@waitboost: - shard-mtlp: NOTRUN -> [FAIL][107] ([i915#8346]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@i915_pm_rps@waitboost.html * igt@i915_query@hwconfig_table: - shard-rkl: NOTRUN -> [SKIP][108] ([i915#6245]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-6/igt@i915_query@hwconfig_table.html * igt@i915_query@query-topology-unsupported: - shard-mtlp: NOTRUN -> [SKIP][109] ([fdo#109302]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-5/igt@i915_query@query-topology-unsupported.html * igt@i915_selftest@live@gt_engines: - shard-mtlp: NOTRUN -> [FAIL][110] ([i915#9278] / [i915#9290]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-8/igt@i915_selftest@live@gt_engines.html * igt@i915_selftest@live@gt_pm: - shard-mtlp: NOTRUN -> [DMESG-FAIL][111] ([i915#9270]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-8/igt@i915_selftest@live@gt_pm.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-mtlp: NOTRUN -> [SKIP][112] ([i915#5190]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-4/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][113] ([i915#4212]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][114] ([i915#4215] / [i915#5190]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-10/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@bo-too-small-due-to-tiling: - shard-mtlp: NOTRUN -> [SKIP][115] ([i915#4212]) +3 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-4/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-4-y-rc_ccs: - shard-dg1: NOTRUN -> [SKIP][116] ([i915#8502]) +7 other tests skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-17/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-4-y-rc_ccs.html * igt@kms_async_flips@crc@pipe-a-hdmi-a-2: - shard-dg2: NOTRUN -> [FAIL][117] ([i915#8247]) +3 other tests fail [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-2/igt@kms_async_flips@crc@pipe-a-hdmi-a-2.html * igt@kms_async_flips@crc@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [DMESG-FAIL][118] ([i915#8561]) +2 other tests dmesg-fail [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-8/igt@kms_async_flips@crc@pipe-b-edp-1.html * igt@kms_async_flips@crc@pipe-c-hdmi-a-1: - shard-dg1: NOTRUN -> [FAIL][119] ([i915#8247]) +3 other tests fail [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-19/igt@kms_async_flips@crc@pipe-c-hdmi-a-1.html * igt@kms_async_flips@crc@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [FAIL][120] ([i915#8247]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-8/igt@kms_async_flips@crc@pipe-d-edp-1.html * igt@kms_atomic_transition@plane-all-modeset-transition: - shard-mtlp: NOTRUN -> [SKIP][121] ([i915#1769] / [i915#3555]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@kms_atomic_transition@plane-all-modeset-transition.html * igt@kms_big_fb@4-tiled-64bpp-rotate-180: - shard-rkl: NOTRUN -> [SKIP][122] ([i915#5286]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-2/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0: - shard-dg1: NOTRUN -> [SKIP][123] ([i915#4538] / [i915#5286]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-18/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-mtlp: NOTRUN -> [FAIL][124] ([i915#5138]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@linear-64bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][125] ([fdo#111614]) +9 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-1/igt@kms_big_fb@linear-64bpp-rotate-270.html * igt@kms_big_fb@x-tiled-16bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][126] ([fdo#111614]) +1 other test skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-tglu: NOTRUN -> [FAIL][127] ([i915#3743]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-tglu: [PASS][128] -> [FAIL][129] ([i915#3743]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-tglu-5/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-0: - shard-mtlp: NOTRUN -> [SKIP][130] ([fdo#111615]) +18 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-2/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#4538] / [i915#5190]) +4 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-10/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html - shard-rkl: NOTRUN -> [SKIP][132] ([fdo#110723]) +2 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-4/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-mtlp: NOTRUN -> [SKIP][133] ([i915#6187]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-tglu: NOTRUN -> [SKIP][134] ([fdo#111615]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-9/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_joiner@2x-modeset: - shard-mtlp: NOTRUN -> [SKIP][135] ([i915#2705]) +2 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@kms_big_joiner@2x-modeset.html * igt@kms_big_joiner@basic: - shard-dg2: NOTRUN -> [SKIP][136] ([i915#2705]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-7/igt@kms_big_joiner@basic.html * igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs: - shard-dg1: NOTRUN -> [SKIP][137] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-18/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-bad-aux-stride-yf_tiled_ccs: - shard-dg1: NOTRUN -> [SKIP][138] ([i915#3689] / [i915#5354] / [i915#6095]) +4 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-13/igt@kms_ccs@pipe-a-bad-aux-stride-yf_tiled_ccs.html * igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_ccs: - shard-tglu: NOTRUN -> [SKIP][139] ([i915#3689] / [i915#5354] / [i915#6095]) +1 other test skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-3/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_ccs.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs: - shard-apl: NOTRUN -> [SKIP][140] ([fdo#109271]) +41 other tests skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-apl7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_ccs: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#3689] / [i915#5354]) +15 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_ccs.html * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][142] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-5/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_rc_ccs: - shard-rkl: NOTRUN -> [SKIP][143] ([i915#5354] / [i915#6095]) +6 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-6/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_rc_ccs.html * igt@kms_ccs@pipe-b-ccs-on-another-bo-4_tiled_mtl_mc_ccs: - shard-glk: NOTRUN -> [SKIP][144] ([fdo#109271]) +49 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-glk8/igt@kms_ccs@pipe-b-ccs-on-another-bo-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-b-ccs-on-another-bo-yf_tiled_ccs: - shard-tglu: NOTRUN -> [SKIP][145] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095]) +1 other test skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-7/igt@kms_ccs@pipe-b-ccs-on-another-bo-yf_tiled_ccs.html * igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][146] ([i915#3886] / [i915#5354] / [i915#6095]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-7/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs: - shard-dg1: NOTRUN -> [SKIP][147] ([i915#5354] / [i915#6095]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-16/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-b-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][148] ([i915#5354] / [i915#6095]) +3 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-4/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs: - shard-mtlp: NOTRUN -> [SKIP][149] ([i915#3886] / [i915#6095]) +10 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html - shard-glk: NOTRUN -> [SKIP][150] ([fdo#109271] / [i915#3886]) +1 other test skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-glk7/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc: - shard-dg2: NOTRUN -> [SKIP][151] ([i915#3689] / [i915#3886] / [i915#5354]) +6 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html - shard-rkl: NOTRUN -> [SKIP][152] ([i915#5354]) +12 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-2/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-d-crc-primary-rotation-180-yf_tiled_ccs: - shard-mtlp: NOTRUN -> [SKIP][153] ([i915#6095]) +48 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-5/igt@kms_ccs@pipe-d-crc-primary-rotation-180-yf_tiled_ccs.html * igt@kms_cdclk@mode-transition@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#7213] / [i915#9010]) +3 other tests skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@kms_cdclk@mode-transition@pipe-b-edp-1.html * igt@kms_cdclk@plane-scaling: - shard-rkl: NOTRUN -> [SKIP][155] ([i915#3742]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-7/igt@kms_cdclk@plane-scaling.html * igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][156] ([i915#4087]) +3 other tests skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-6/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html * igt@kms_chamelium_color@ctm-0-50: - shard-tglu: NOTRUN -> [SKIP][157] ([fdo#111827]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-9/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_color@degamma: - shard-dg2: NOTRUN -> [SKIP][158] ([fdo#111827]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@kms_chamelium_color@degamma.html - shard-mtlp: NOTRUN -> [SKIP][159] ([fdo#111827]) +2 other tests skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_frames@dp-crc-fast: - shard-dg2: NOTRUN -> [SKIP][160] ([i915#7828]) +5 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@kms_chamelium_frames@dp-crc-fast.html * igt@kms_chamelium_frames@dp-frame-dump: - shard-rkl: NOTRUN -> [SKIP][161] ([i915#7828]) +2 other tests skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-2/igt@kms_chamelium_frames@dp-frame-dump.html * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe: - shard-dg1: NOTRUN -> [SKIP][162] ([i915#7828]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-19/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@dp-hpd-storm: - shard-tglu: NOTRUN -> [SKIP][163] ([i915#7828]) +1 other test skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-5/igt@kms_chamelium_hpd@dp-hpd-storm.html * igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode: - shard-mtlp: NOTRUN -> [SKIP][164] ([i915#7828]) +14 other tests skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-8/igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode.html * igt@kms_concurrent@pipe-d: - shard-rkl: NOTRUN -> [SKIP][165] ([i915#4070] / [i915#533] / [i915#6768]) +3 other tests skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-2/igt@kms_concurrent@pipe-d.html * igt@kms_content_protection@atomic: - shard-dg2: NOTRUN -> [SKIP][166] ([i915#7118]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-6/igt@kms_content_protection@atomic.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg2: NOTRUN -> [SKIP][167] ([i915#3299]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-1/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@legacy@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][168] ([i915#7173]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-4.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-mtlp: NOTRUN -> [SKIP][169] ([i915#3359]) +3 other tests skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-1/igt@kms_cursor_crc@cursor-offscreen-512x170.html - shard-rkl: NOTRUN -> [SKIP][170] ([fdo#109279] / [i915#3359]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-2/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-32x32: - shard-mtlp: NOTRUN -> [SKIP][171] ([i915#3555] / [i915#8814]) +2 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@kms_cursor_crc@cursor-onscreen-32x32.html * igt@kms_cursor_crc@cursor-onscreen-max-size: - shard-tglu: NOTRUN -> [SKIP][172] ([i915#3555]) +2 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-7/igt@kms_cursor_crc@cursor-onscreen-max-size.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-dg2: NOTRUN -> [SKIP][173] ([i915#3359]) +2 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-7/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-snb: [PASS][174] -> [SKIP][175] ([fdo#109271] / [fdo#111767]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-snb1/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-snb2/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic: - shard-mtlp: NOTRUN -> [SKIP][176] ([i915#3546]) +3 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-3/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-mtlp: NOTRUN -> [SKIP][177] ([i915#4213]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-rkl: NOTRUN -> [SKIP][178] ([i915#4103]) +1 other test skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursor-vs-flip-toggle: - shard-mtlp: NOTRUN -> [FAIL][179] ([i915#8248]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html * igt@kms_cursor_legacy@cursora-vs-flipb-varying-size: - shard-rkl: NOTRUN -> [SKIP][180] ([fdo#111825]) +5 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-2/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: - shard-dg2: NOTRUN -> [SKIP][181] ([fdo#109274] / [i915#5354]) +3 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-snb: NOTRUN -> [SKIP][182] ([fdo#109271] / [fdo#111767]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-snb5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy: - shard-tglu: NOTRUN -> [SKIP][183] ([fdo#109274]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-10/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: - shard-mtlp: NOTRUN -> [SKIP][184] ([fdo#111767] / [i915#3546]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-4/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg2: NOTRUN -> [SKIP][185] ([i915#4103] / [i915#4213]) +1 other test skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][186] ([i915#9227]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-9/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1.html * igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][187] ([i915#9226] / [i915#9261]) +1 other test skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-9/igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1.html * igt@kms_display_modes@extended-mode-basic: - shard-mtlp: NOTRUN -> [SKIP][188] ([i915#3555] / [i915#8827]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-4/igt@kms_display_modes@extended-mode-basic.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-mtlp: NOTRUN -> [SKIP][189] ([i915#8588]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][190] ([i915#8812]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-2/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-basic: - shard-dg2: NOTRUN -> [SKIP][191] ([i915#3555] / [i915#3840]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-7/igt@kms_dsc@dsc-basic.html - shard-mtlp: NOTRUN -> [SKIP][192] ([i915#3555] / [i915#3840] / [i915#9159]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg1: NOTRUN -> [SKIP][193] ([i915#3555] / [i915#3840]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-19/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-formats: - shard-mtlp: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#3840]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-8/igt@kms_dsc@dsc-with-formats.html * igt@kms_fbcon_fbt@psr-suspend: - shard-tglu: NOTRUN -> [SKIP][195] ([i915#3469]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-7/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_flip@2x-absolute-wf_vblank: - shard-tglu: NOTRUN -> [SKIP][196] ([fdo#109274] / [i915#3637] / [i915#3966]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-8/igt@kms_flip@2x-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-apl: NOTRUN -> [SKIP][197] ([fdo#109271] / [fdo#111767]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-apl4/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-panning-vs-hang: - shard-dg2: NOTRUN -> [SKIP][198] ([fdo#109274]) +2 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-3/igt@kms_flip@2x-flip-vs-panning-vs-hang.html * igt@kms_flip@2x-flip-vs-rmfb: - shard-mtlp: NOTRUN -> [SKIP][199] ([i915#3637]) +6 other tests skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@kms_flip@2x-flip-vs-rmfb.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible: - shard-dg2: NOTRUN -> [SKIP][200] ([fdo#109274] / [fdo#111767]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-10/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html - shard-rkl: NOTRUN -> [SKIP][201] ([fdo#111767] / [fdo#111825]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-1/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html * igt@kms_flip@flip-vs-fences: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#8381]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-2/igt@kms_flip@flip-vs-fences.html * igt@kms_flip@flip-vs-suspend@b-hdmi-a1: - shard-snb: NOTRUN -> [DMESG-WARN][203] ([i915#8841]) +6 other tests dmesg-warn [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-snb1/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][204] ([i915#8810]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][205] ([i915#2672]) +2 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][206] ([i915#2672]) +5 other tests skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-10/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][207] ([i915#2672]) +1 other test skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-7/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-32bpp-4tile-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][208] ([i915#2587] / [i915#2672]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][209] ([i915#2672] / [i915#3555]) +2 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html * igt@kms_force_connector_basic@force-load-detect: - shard-dg2: NOTRUN -> [SKIP][210] ([fdo#109285]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-10/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][211] ([i915#8708]) +16 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-msflip-blt: - shard-dg1: NOTRUN -> [SKIP][212] ([fdo#111825]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-pwrite: - shard-tglu: NOTRUN -> [SKIP][213] ([fdo#109280]) +7 other tests skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-10/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt: - shard-dg2: [PASS][214] -> [FAIL][215] ([i915#6880]) +1 other test fail [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-mtlp: NOTRUN -> [SKIP][216] ([i915#5460]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move: - shard-rkl: NOTRUN -> [SKIP][217] ([i915#3023]) +9 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt: - shard-dg1: NOTRUN -> [SKIP][218] ([i915#3458]) +1 other test skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-render: - shard-dg2: NOTRUN -> [SKIP][219] ([i915#3458]) +11 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render: - shard-rkl: NOTRUN -> [SKIP][220] ([fdo#111825] / [i915#1825]) +10 other tests skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc: - shard-mtlp: NOTRUN -> [SKIP][221] ([i915#1825]) +40 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][222] ([i915#5354]) +40 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][223] ([i915#8708]) +8 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][224] ([i915#8708]) +2 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary: - shard-tglu: NOTRUN -> [SKIP][225] ([fdo#110189]) +6 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-4/igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary.html * igt@kms_hdmi_inject@inject-audio: - shard-tglu: [PASS][226] -> [SKIP][227] ([i915#433]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-tglu-10/igt@kms_hdmi_inject@inject-audio.html [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-4/igt@kms_hdmi_inject@inject-audio.html * igt@kms_hdr@bpc-switch: - shard-tglu: NOTRUN -> [SKIP][228] ([i915#3555] / [i915#8228]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-4/igt@kms_hdr@bpc-switch.html * igt@kms_hdr@bpc-switch-dpms: - shard-rkl: NOTRUN -> [SKIP][229] ([i915#3555] / [i915#8228]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-6/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@invalid-hdr: - shard-dg2: NOTRUN -> [SKIP][230] ([i915#3555] / [i915#8228]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-3/igt@kms_hdr@invalid-hdr.html * igt@kms_hdr@static-toggle-dpms: - shard-mtlp: NOTRUN -> [SKIP][231] ([i915#3555] / [i915#8228]) +2 other tests skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@kms_hdr@static-toggle-dpms.html * igt@kms_invalid_mode@clock-too-high@edp-1-pipe-d: - shard-mtlp: NOTRUN -> [SKIP][232] ([i915#6403]) +3 other tests skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@kms_invalid_mode@clock-too-high@edp-1-pipe-d.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1: - shard-apl: [PASS][233] -> [INCOMPLETE][234] ([i915#180]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-apl1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1.html [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-apl1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1.html * igt@kms_plane_cursor@viewport@pipe-d-edp-1-size-64: - shard-mtlp: NOTRUN -> [ABORT][235] ([i915#8668]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-5/igt@kms_plane_cursor@viewport@pipe-d-edp-1-size-64.html * igt@kms_plane_lowres@tiling-yf: - shard-mtlp: NOTRUN -> [SKIP][236] ([i915#3555] / [i915#8821]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-4/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size: - shard-mtlp: NOTRUN -> [SKIP][237] ([i915#6953]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][238] ([i915#8292]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][239] ([i915#5176]) +1 other test skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-8/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html * igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][240] ([i915#5176]) +7 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][241] ([i915#5176]) +19 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-17/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-b-hdmi-a-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][242] ([i915#5235]) +3 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][243] ([i915#5235]) +15 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-1/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4: - shard-dg2: NOTRUN -> [SKIP][244] ([i915#5235]) +11 other tests skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][245] ([i915#5235]) +15 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-12/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_prime@basic-modeset-hybrid: - shard-dg2: NOTRUN -> [SKIP][246] ([i915#6524] / [i915#6805]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-1/igt@kms_prime@basic-modeset-hybrid.html - shard-rkl: NOTRUN -> [SKIP][247] ([i915#6524]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-6/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@cursor-plane-move-continuous-sf: - shard-glk: NOTRUN -> [SKIP][248] ([fdo#109271] / [i915#658]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-glk7/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-tglu: NOTRUN -> [SKIP][249] ([fdo#109642] / [fdo#111068] / [i915#658]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-7/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr2_su@page_flip-nv12: - shard-mtlp: NOTRUN -> [SKIP][250] ([i915#4348]) +1 other test skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-3/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@cursor_blt: - shard-dg1: NOTRUN -> [SKIP][251] ([i915#1072]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-15/igt@kms_psr@cursor_blt.html * igt@kms_psr@psr2_cursor_mmap_gtt: - shard-dg2: NOTRUN -> [SKIP][252] ([i915#1072]) +8 other tests skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@kms_psr@psr2_cursor_mmap_gtt.html * igt@kms_psr@psr2_cursor_plane_onoff: - shard-rkl: NOTRUN -> [SKIP][253] ([i915#1072]) +4 other tests skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-6/igt@kms_psr@psr2_cursor_plane_onoff.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-tglu: NOTRUN -> [SKIP][254] ([i915#5461] / [i915#658]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-3/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@bad-pixel-format: - shard-snb: NOTRUN -> [SKIP][255] ([fdo#109271]) +178 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-snb5/igt@kms_rotation_crc@bad-pixel-format.html * igt@kms_rotation_crc@exhaust-fences: - shard-dg1: NOTRUN -> [SKIP][256] ([i915#4884]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-17/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-rotation-90: - shard-mtlp: NOTRUN -> [SKIP][257] ([i915#4235]) +1 other test skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-mtlp: NOTRUN -> [SKIP][258] ([i915#5289]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_selftest@drm_dp_mst: - shard-mtlp: NOTRUN -> [SKIP][259] ([i915#8661]) +1 other test skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-3/igt@kms_selftest@drm_dp_mst.html * igt@kms_setmode@basic@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [FAIL][260] ([i915#5465]) +1 other test fail [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-snb1/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html * igt@kms_setmode@invalid-clone-single-crtc: - shard-dg2: NOTRUN -> [SKIP][261] ([i915#3555]) +2 other tests skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-3/igt@kms_setmode@invalid-clone-single-crtc.html - shard-rkl: NOTRUN -> [SKIP][262] ([i915#3555] / [i915#4098]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-6/igt@kms_setmode@invalid-clone-single-crtc.html * igt@kms_universal_plane@cursor-fb-leak-pipe-c: - shard-apl: [PASS][263] -> [FAIL][264] ([i915#9196]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-apl2/igt@kms_universal_plane@cursor-fb-leak-pipe-c.html [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-apl6/igt@kms_universal_plane@cursor-fb-leak-pipe-c.html * igt@kms_vblank@pipe-c-wait-forked-hang: - shard-rkl: NOTRUN -> [SKIP][265] ([i915#4070] / [i915#6768]) [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-1/igt@kms_vblank@pipe-c-wait-forked-hang.html * igt@kms_vrr@flipline: - shard-mtlp: NOTRUN -> [SKIP][266] ([i915#3555] / [i915#8808]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-4/igt@kms_vrr@flipline.html * igt@kms_writeback@writeback-fb-id: - shard-dg2: NOTRUN -> [SKIP][267] ([i915#2437]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-6/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-pixel-formats: - shard-mtlp: NOTRUN -> [SKIP][268] ([i915#2437]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@blocking@1-vcs0: - shard-mtlp: NOTRUN -> [FAIL][269] ([i915#9259]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@perf@blocking@1-vcs0.html * igt@perf@enable-disable@0-rcs0: - shard-mtlp: NOTRUN -> [FAIL][270] ([i915#7823]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@perf@enable-disable@0-rcs0.html * igt@perf@global-sseu-config: - shard-mtlp: NOTRUN -> [SKIP][271] ([i915#7387]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-2/igt@perf@global-sseu-config.html * igt@perf@mi-rpc: - shard-dg2: NOTRUN -> [SKIP][272] ([i915#2434]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-3/igt@perf@mi-rpc.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [PASS][273] -> [FAIL][274] ([i915#9100]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-dg2-1/igt@perf@non-zero-reason@0-rcs0.html [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@perf@non-zero-reason@0-rcs0.html * igt@perf@per-context-mode-unprivileged: - shard-tglu: NOTRUN -> [SKIP][275] ([fdo#109289]) +1 other test skip [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-6/igt@perf@per-context-mode-unprivileged.html * igt@perf_pmu@busy-check-all@rcs0: - shard-mtlp: NOTRUN -> [FAIL][276] ([i915#4521]) +2 other tests fail [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-8/igt@perf_pmu@busy-check-all@rcs0.html * igt@perf_pmu@module-unload: - shard-dg2: NOTRUN -> [FAIL][277] ([i915#5793] / [i915#6121]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-6/igt@perf_pmu@module-unload.html * igt@perf_pmu@most-busy-check-all@vcs0: - shard-mtlp: NOTRUN -> [FAIL][278] ([i915#5234]) +5 other tests fail [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@perf_pmu@most-busy-check-all@vcs0.html * igt@perf_pmu@multi-client@ccs0: - shard-mtlp: NOTRUN -> [FAIL][279] ([i915#4349]) +11 other tests fail [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-6/igt@perf_pmu@multi-client@ccs0.html * igt@prime_udl: - shard-dg2: NOTRUN -> [SKIP][280] ([fdo#109291]) [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-6/igt@prime_udl.html - shard-rkl: NOTRUN -> [SKIP][281] ([fdo#109291]) [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-7/igt@prime_udl.html - shard-mtlp: NOTRUN -> [SKIP][282] ([fdo#109291]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-3/igt@prime_udl.html * igt@prime_vgem@basic-blt: - shard-mtlp: NOTRUN -> [FAIL][283] ([i915#8445]) +1 other test fail [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@prime_vgem@basic-blt.html * igt@prime_vgem@basic-gtt: - shard-mtlp: NOTRUN -> [SKIP][284] ([i915#3708] / [i915#4077]) +1 other test skip [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@prime_vgem@basic-gtt.html * igt@prime_vgem@fence-read-hang: - shard-mtlp: NOTRUN -> [SKIP][285] ([i915#3708]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-1/igt@prime_vgem@fence-read-hang.html * igt@prime_vgem@fence-write-hang: - shard-dg2: NOTRUN -> [SKIP][286] ([i915#3708]) [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-6/igt@prime_vgem@fence-write-hang.html - shard-rkl: NOTRUN -> [SKIP][287] ([fdo#109295] / [i915#3708]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-1/igt@prime_vgem@fence-write-hang.html * igt@sysfs_timeslice_duration@duration@vecs0: - shard-mtlp: NOTRUN -> [FAIL][288] ([i915#9258]) +2 other tests fail [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-5/igt@sysfs_timeslice_duration@duration@vecs0.html * igt@tools_test@sysfs_l3_parity: - shard-dg1: NOTRUN -> [SKIP][289] ([fdo#109307] / [i915#4818]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-14/igt@tools_test@sysfs_l3_parity.html * igt@v3d/v3d_submit_cl@valid-submission: - shard-tglu: NOTRUN -> [SKIP][290] ([fdo#109315] / [i915#2575]) +2 other tests skip [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-8/igt@v3d/v3d_submit_cl@valid-submission.html * igt@v3d/v3d_submit_csd@bad-multisync-extension: - shard-dg1: NOTRUN -> [SKIP][291] ([i915#2575]) +1 other test skip [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-18/igt@v3d/v3d_submit_csd@bad-multisync-extension.html * igt@v3d/v3d_submit_csd@bad-multisync-out-sync: - shard-dg2: NOTRUN -> [SKIP][292] ([i915#2575]) +9 other tests skip [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-3/igt@v3d/v3d_submit_csd@bad-multisync-out-sync.html * igt@v3d/v3d_submit_csd@job-perfmon: - shard-rkl: NOTRUN -> [SKIP][293] ([fdo#109315]) +5 other tests skip [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-2/igt@v3d/v3d_submit_csd@job-perfmon.html * igt@v3d/v3d_wait_bo@used-bo: - shard-mtlp: NOTRUN -> [SKIP][294] ([i915#2575]) +18 other tests skip [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-4/igt@v3d/v3d_wait_bo@used-bo.html * igt@vc4/vc4_create_bo@create-bo-zeroed: - shard-dg1: NOTRUN -> [SKIP][295] ([i915#7711]) +1 other test skip [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-13/igt@vc4/vc4_create_bo@create-bo-zeroed.html * igt@vc4/vc4_purgeable_bo@mark-unpurgeable-twice: - shard-tglu: NOTRUN -> [SKIP][296] ([i915#2575]) +1 other test skip [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-4/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-twice.html * igt@vc4/vc4_tiling@set-get: - shard-dg2: NOTRUN -> [SKIP][297] ([i915#7711]) +4 other tests skip [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-7/igt@vc4/vc4_tiling@set-get.html * igt@vc4/vc4_wait_bo@unused-bo-1ns: - shard-rkl: NOTRUN -> [SKIP][298] ([i915#7711]) +2 other tests skip [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-1/igt@vc4/vc4_wait_bo@unused-bo-1ns.html * igt@vc4/vc4_wait_bo@used-bo-0ns: - shard-mtlp: NOTRUN -> [SKIP][299] ([i915#7711]) +10 other tests skip [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-7/igt@vc4/vc4_wait_bo@used-bo-0ns.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [FAIL][300] ([i915#7742]) -> [PASS][301] [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@gem_barrier_race@remote-request@rcs0: - shard-glk: [ABORT][302] ([i915#7461] / [i915#8190]) -> [PASS][303] [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-glk9/igt@gem_barrier_race@remote-request@rcs0.html [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-glk5/igt@gem_barrier_race@remote-request@rcs0.html * igt@gem_ctx_persistence@legacy-engines-hang@bsd1: - shard-mtlp: [FAIL][304] ([i915#2410]) -> [PASS][305] [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-mtlp-1/igt@gem_ctx_persistence@legacy-engines-hang@bsd1.html [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-3/igt@gem_ctx_persistence@legacy-engines-hang@bsd1.html * igt@gem_ctx_persistence@smoketest: - shard-tglu: [FAIL][306] ([i915#5099]) -> [PASS][307] [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-tglu-10/igt@gem_ctx_persistence@smoketest.html [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-9/igt@gem_ctx_persistence@smoketest.html * igt@gem_eio@unwedge-stress: - shard-dg1: [FAIL][308] ([i915#5784]) -> [PASS][309] [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-dg1-12/igt@gem_eio@unwedge-stress.html [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-18/igt@gem_eio@unwedge-stress.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][310] ([i915#2842]) -> [PASS][311] [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-glk7/igt@gem_exec_fair@basic-pace-share@rcs0.html [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-glk2/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-rkl: [FAIL][312] ([i915#2842]) -> [PASS][313] +1 other test pass [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-rkl-1/igt@gem_exec_fair@basic-throttle@rcs0.html [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-7/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: [TIMEOUT][314] ([i915#5493]) -> [PASS][315] [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-dg1-19/igt@gem_lmem_swapping@smem-oom@lmem0.html [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-14/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@i915_hangman@gt-error-state-capture@vecs0: - shard-mtlp: [DMESG-WARN][316] ([i915#9262]) -> [PASS][317] +1 other test pass [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-mtlp-2/igt@i915_hangman@gt-error-state-capture@vecs0.html [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-2/igt@i915_hangman@gt-error-state-capture@vecs0.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-rkl: [SKIP][318] ([i915#1397]) -> [PASS][319] +1 other test pass [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-rkl-7/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-4/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp: - shard-dg1: [SKIP][320] ([i915#1397]) -> [PASS][321] [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp.html [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-14/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-dg2: [SKIP][322] ([i915#1397]) -> [PASS][323] [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-11/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-edp-1: - shard-mtlp: [ABORT][324] ([i915#9262]) -> [PASS][325] +1 other test pass [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-mtlp-6/igt@kms_cursor_crc@cursor-suspend@pipe-a-edp-1.html [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-5/igt@kms_cursor_crc@cursor-suspend@pipe-a-edp-1.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][326] ([i915#2346]) -> [PASS][327] [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-glk5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite: - shard-dg2: [FAIL][328] ([i915#6880]) -> [PASS][329] [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html * {igt@kms_pm_dc@dc9-dpms}: - shard-apl: [SKIP][330] ([fdo#109271]) -> [PASS][331] [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-apl1/igt@kms_pm_dc@dc9-dpms.html [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-apl3/igt@kms_pm_dc@dc9-dpms.html * igt@kms_universal_plane@cursor-fb-leak-pipe-b: - shard-tglu: [FAIL][332] ([i915#9196]) -> [PASS][333] [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak-pipe-b.html [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-tglu-8/igt@kms_universal_plane@cursor-fb-leak-pipe-b.html - shard-mtlp: [FAIL][334] ([i915#9196]) -> [PASS][335] [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-mtlp-5/igt@kms_universal_plane@cursor-fb-leak-pipe-b.html [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-2/igt@kms_universal_plane@cursor-fb-leak-pipe-b.html * igt@perf_pmu@most-busy-check-all@rcs0: - shard-rkl: [FAIL][336] ([i915#4349]) -> [PASS][337] [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-rkl-2/igt@perf_pmu@most-busy-check-all@rcs0.html [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-4/igt@perf_pmu@most-busy-check-all@rcs0.html #### Warnings #### * igt@gem_exec_schedule@preemptive-hang@ccs0: - shard-mtlp: [ABORT][338] ([i915#4537] / [i915#9262]) -> [DMESG-WARN][339] ([i915#9262]) [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-mtlp-7/igt@gem_exec_schedule@preemptive-hang@ccs0.html [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-mtlp-3/igt@gem_exec_schedule@preemptive-hang@ccs0.html * igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_ccs: - shard-dg1: [SKIP][340] ([i915#3689] / [i915#5354] / [i915#6095]) -> [SKIP][341] ([i915#3689] / [i915#4423] / [i915#5354] / [i915#6095]) [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-dg1-19/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_ccs.html [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-12/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_ccs.html * igt@kms_content_protection@mei_interface: - shard-dg1: [SKIP][342] ([fdo#109300]) -> [SKIP][343] ([i915#7116]) [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-dg1-15/igt@kms_content_protection@mei_interface.html [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-15/igt@kms_content_protection@mei_interface.html * igt@kms_fbcon_fbt@psr: - shard-rkl: [SKIP][344] ([i915#3955]) -> [SKIP][345] ([fdo#110189] / [i915#3955]) [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-rkl-4/igt@kms_fbcon_fbt@psr.html [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-2/igt@kms_fbcon_fbt@psr.html * igt@kms_force_connector_basic@force-load-detect: - shard-rkl: [SKIP][346] ([fdo#109285]) -> [SKIP][347] ([fdo#109285] / [i915#4098]) [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-rkl-6/igt@kms_force_connector_basic@force-load-detect.html [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-4/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][348] ([i915#4816]) -> [SKIP][349] ([i915#4070] / [i915#4816]) [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_psr@cursor_plane_move: - shard-dg1: [SKIP][350] ([i915#1072] / [i915#4078]) -> [SKIP][351] ([i915#1072]) +2 other tests skip [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-dg1-18/igt@kms_psr@cursor_plane_move.html [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-14/igt@kms_psr@cursor_plane_move.html * igt@kms_psr@primary_mmap_gtt: - shard-dg1: [SKIP][352] ([i915#1072]) -> [SKIP][353] ([i915#1072] / [i915#4078]) [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-dg1-17/igt@kms_psr@primary_mmap_gtt.html [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg1-13/igt@kms_psr@primary_mmap_gtt.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: [CRASH][354] ([i915#7331]) -> [INCOMPLETE][355] ([i915#5493]) [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7487/shard-dg2-2/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/shard-dg2-7/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [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#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302 [fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [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 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [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#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [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#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [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#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [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#3966]: https://gitlab.freedesktop.org/drm/intel/issues/3966 [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#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348 [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#4521]: https://gitlab.freedesktop.org/drm/intel/issues/4521 [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [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#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4884]: https://gitlab.freedesktop.org/drm/intel/issues/4884 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#4958]: https://gitlab.freedesktop.org/drm/intel/issues/4958 [i915#5099]: https://gitlab.freedesktop.org/drm/intel/issues/5099 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5234]: https://gitlab.freedesktop.org/drm/intel/issues/5234 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5460]: https://gitlab.freedesktop.org/drm/intel/issues/5460 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#5793]: https://gitlab.freedesktop.org/drm/intel/issues/5793 [i915#5978]: https://gitlab.freedesktop.org/drm/intel/issues/5978 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6403]: https://gitlab.freedesktop.org/drm/intel/issues/6403 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7331]: https://gitlab.freedesktop.org/drm/intel/issues/7331 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7823]: https://gitlab.freedesktop.org/drm/intel/issues/7823 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7892]: https://gitlab.freedesktop.org/drm/intel/issues/7892 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8190]: https://gitlab.freedesktop.org/drm/intel/issues/8190 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8248]: https://gitlab.freedesktop.org/drm/intel/issues/8248 [i915#8289]: https://gitlab.freedesktop.org/drm/intel/issues/8289 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8346]: https://gitlab.freedesktop.org/drm/intel/issues/8346 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [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#8430]: https://gitlab.freedesktop.org/drm/intel/issues/8430 [i915#8445]: https://gitlab.freedesktop.org/drm/intel/issues/8445 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8561]: https://gitlab.freedesktop.org/drm/intel/issues/8561 [i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808 [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810 [i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8821]: https://gitlab.freedesktop.org/drm/intel/issues/8821 [i915#8827]: https://gitlab.freedesktop.org/drm/intel/issues/8827 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865 [i915#9010]: https://gitlab.freedesktop.org/drm/intel/issues/9010 [i915#9100]: https://gitlab.freedesktop.org/drm/intel/issues/9100 [i915#9159]: https://gitlab.freedesktop.org/drm/intel/issues/9159 [i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196 [i915#9226]: https://gitlab.freedesktop.org/drm/intel/issues/9226 [i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227 [i915#9258]: https://gitlab.freedesktop.org/drm/intel/issues/9258 [i915#9259]: https://gitlab.freedesktop.org/drm/intel/issues/9259 [i915#9261]: https://gitlab.freedesktop.org/drm/intel/issues/9261 [i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262 [i915#9270]: https://gitlab.freedesktop.org/drm/intel/issues/9270 [i915#9278]: https://gitlab.freedesktop.org/drm/intel/issues/9278 [i915#9290]: https://gitlab.freedesktop.org/drm/intel/issues/9290 [i915#9298]: https://gitlab.freedesktop.org/drm/intel/issues/9298 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7487 -> IGTPW_9784 CI-20190529: 20190529 CI_DRM_13628: 99919131b95f367ded20d8a3d89ededd6e9baa2c @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9784: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/index.html IGT_7487: 77e606dea60110c869ad9f9cc88994a0048845c4 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9784/index.html [-- Attachment #2: Type: text/html, Size: 118092 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH] tests/intel/i915_pipe_stress: Use only first pipe if Bigjoiner is used 2023-09-14 8:03 [igt-dev] [PATCH] tests/intel/i915_pipe_stress: Use only first pipe if Bigjoiner is used Stanislav Lisovskiy ` (2 preceding siblings ...) 2023-09-14 10:05 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2023-09-14 13:43 ` Modem, Bhanuprakash 2023-09-27 9:01 ` Lisovskiy, Stanislav 3 siblings, 1 reply; 7+ messages in thread From: Modem, Bhanuprakash @ 2023-09-14 13:43 UTC (permalink / raw) To: Stanislav Lisovskiy, igt-dev; +Cc: juha-pekka.heikkila Hi Stan, On Thu-14-09-2023 01:33 pm, Stanislav Lisovskiy wrote: > We currently are having test failures for Bigjoiner, because that > test tries to use all pipes simultaneously, not realizing that > if we use a Bigjoiner mode on pipe A, the adjacent pipe won't be > available. > For now just fix it by using only one pipe, if resolution > 3840 > is detected. > > Signed-off-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com> > --- > tests/intel/i915_pipe_stress.c | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/tests/intel/i915_pipe_stress.c b/tests/intel/i915_pipe_stress.c > index 3cd84d027f..a050fa0117 100644 > --- a/tests/intel/i915_pipe_stress.c > +++ b/tests/intel/i915_pipe_stress.c > @@ -590,6 +590,12 @@ static void stress_pipes(struct data *data, struct timespec *start, > igt_pipe_crc_stop(data->pipe_crc[pipe]); > igt_assert_crc_equal(&crc, &crc2); > > + /* > + * Do not try to use other pipes, if Bigjoiner is used > + */ > + if (data->highest_mode[pipe]->hdisplay > 3840) > + break; I think, you can use "igt_check_bigjoiner_support()" to know the selected pipe can drive the Bigjoiner or not. - Bhanu > + > ++pipe; > } > } ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH] tests/intel/i915_pipe_stress: Use only first pipe if Bigjoiner is used 2023-09-14 13:43 ` [igt-dev] [PATCH] " Modem, Bhanuprakash @ 2023-09-27 9:01 ` Lisovskiy, Stanislav 2023-10-11 10:07 ` Modem, Bhanuprakash 0 siblings, 1 reply; 7+ messages in thread From: Lisovskiy, Stanislav @ 2023-09-27 9:01 UTC (permalink / raw) To: Modem, Bhanuprakash; +Cc: igt-dev, juha-pekka.heikkila On Thu, Sep 14, 2023 at 07:13:39PM +0530, Modem, Bhanuprakash wrote: > Hi Stan, > > On Thu-14-09-2023 01:33 pm, Stanislav Lisovskiy wrote: > > We currently are having test failures for Bigjoiner, because that > > test tries to use all pipes simultaneously, not realizing that > > if we use a Bigjoiner mode on pipe A, the adjacent pipe won't be > > available. > > For now just fix it by using only one pipe, if resolution > 3840 > > is detected. > > > > Signed-off-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com> > > --- > > tests/intel/i915_pipe_stress.c | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/tests/intel/i915_pipe_stress.c b/tests/intel/i915_pipe_stress.c > > index 3cd84d027f..a050fa0117 100644 > > --- a/tests/intel/i915_pipe_stress.c > > +++ b/tests/intel/i915_pipe_stress.c > > @@ -590,6 +590,12 @@ static void stress_pipes(struct data *data, struct timespec *start, > > igt_pipe_crc_stop(data->pipe_crc[pipe]); > > igt_assert_crc_equal(&crc, &crc2); > > + /* > > + * Do not try to use other pipes, if Bigjoiner is used > > + */ > > + if (data->highest_mode[pipe]->hdisplay > 3840) > > + break; > > I think, you can use "igt_check_bigjoiner_support()" to know the selected > pipe can drive the Bigjoiner or not. > > - Bhanu Yep, would be nicer of course to use some helper function here, but I guess the one above just checks if bigjoiner is supported at all, while here we really need to check if we are actually using it. As I understand being able to support Bigjoiner doesn't always mean it is used at the moment. Stan > > > + > > ++pipe; > > } > > } ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH] tests/intel/i915_pipe_stress: Use only first pipe if Bigjoiner is used 2023-09-27 9:01 ` Lisovskiy, Stanislav @ 2023-10-11 10:07 ` Modem, Bhanuprakash 0 siblings, 0 replies; 7+ messages in thread From: Modem, Bhanuprakash @ 2023-10-11 10:07 UTC (permalink / raw) To: Lisovskiy, Stanislav; +Cc: igt-dev, juha-pekka.heikkila On Wed-27-09-2023 02:31 pm, Lisovskiy, Stanislav wrote: > On Thu, Sep 14, 2023 at 07:13:39PM +0530, Modem, Bhanuprakash wrote: >> Hi Stan, >> >> On Thu-14-09-2023 01:33 pm, Stanislav Lisovskiy wrote: >>> We currently are having test failures for Bigjoiner, because that >>> test tries to use all pipes simultaneously, not realizing that >>> if we use a Bigjoiner mode on pipe A, the adjacent pipe won't be >>> available. >>> For now just fix it by using only one pipe, if resolution > 3840 >>> is detected. >>> >>> Signed-off-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com> >>> --- >>> tests/intel/i915_pipe_stress.c | 6 ++++++ >>> 1 file changed, 6 insertions(+) >>> >>> diff --git a/tests/intel/i915_pipe_stress.c b/tests/intel/i915_pipe_stress.c >>> index 3cd84d027f..a050fa0117 100644 >>> --- a/tests/intel/i915_pipe_stress.c >>> +++ b/tests/intel/i915_pipe_stress.c >>> @@ -590,6 +590,12 @@ static void stress_pipes(struct data *data, struct timespec *start, >>> igt_pipe_crc_stop(data->pipe_crc[pipe]); >>> igt_assert_crc_equal(&crc, &crc2); >>> + /* >>> + * Do not try to use other pipes, if Bigjoiner is used >>> + */ >>> + if (data->highest_mode[pipe]->hdisplay > 3840) >>> + break; >> >> I think, you can use "igt_check_bigjoiner_support()" to know the selected >> pipe can drive the Bigjoiner or not. >> >> - Bhanu > > Yep, would be nicer of course to use some helper function here, but I guess > the one above just checks if bigjoiner is supported at all, while here we really > need to check if we are actually using it. > As I understand being able to support Bigjoiner doesn't always mean it is used at > the moment. Correct, we can't use igt_check_bigjoiner_support() here. But instead of checking for hdisplay > 3840, probably we can try with igt_bigjoiner_possible() - if (data->highest_mode[pipe]->hdisplay > 3840) + if (igt_bigjoiner_possible(data->highest_mode[pipe], + igt_get_max_dotclock(data->display.drm_fd))) break; Thanks, Bhanu > > Stan > >> >>> + >>> ++pipe; >>> } >>> } ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-10-11 10:07 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-09-14 8:03 [igt-dev] [PATCH] tests/intel/i915_pipe_stress: Use only first pipe if Bigjoiner is used Stanislav Lisovskiy 2023-09-14 8:58 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-09-14 9:24 ` [igt-dev] ✓ CI.xeBAT: " Patchwork 2023-09-14 10:05 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-09-14 13:43 ` [igt-dev] [PATCH] " Modem, Bhanuprakash 2023-09-27 9:01 ` Lisovskiy, Stanislav 2023-10-11 10:07 ` Modem, Bhanuprakash
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox