* [PATCH i-g-t] tools/intel_gpu_top: Fix intel_gpu_top for pre-snb
@ 2024-10-08 21:49 Ville Syrjala
2024-10-08 22:47 ` ✓ CI.xeBAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Ville Syrjala @ 2024-10-08 21:49 UTC (permalink / raw)
To: igt-dev
From: Ville Syrjälä <ville.syrjala@linux.intel.com>
__I915_PMU_REQUESTED_FREQUENCY is not available on pre-snb (*)
so checking for it breaks intel_gpu_top completely for those
machines. Check __I915_PMU_INTERRUPTS instead, which I believe
is available on everything. Another option would be
__I915_PMU_SOFTWARE_GT_AWAKE_TIME.
* we do have frequency information on ilk, but we've not
reverse engineered the hw unit<->Hz conversion factor so
exposing it as is might be a bit confusing...
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
tools/intel_gpu_top.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/intel_gpu_top.c b/tools/intel_gpu_top.c
index 9b65ae4eb941..a608b894d3de 100644
--- a/tools/intel_gpu_top.c
+++ b/tools/intel_gpu_top.c
@@ -563,7 +563,7 @@ static int get_num_gts(uint64_t type)
errno = 0;
for (cnt = 0; cnt < MAX_GTS; cnt++) {
- fd = igt_perf_open(type, __I915_PMU_REQUESTED_FREQUENCY(cnt));
+ fd = igt_perf_open(type, __I915_PMU_INTERRUPTS(cnt));
if (fd < 0)
break;
--
2.45.2
^ permalink raw reply related [flat|nested] 6+ messages in thread* ✓ CI.xeBAT: success for tools/intel_gpu_top: Fix intel_gpu_top for pre-snb 2024-10-08 21:49 [PATCH i-g-t] tools/intel_gpu_top: Fix intel_gpu_top for pre-snb Ville Syrjala @ 2024-10-08 22:47 ` Patchwork 2024-10-08 23:01 ` ✓ Fi.CI.BAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-10-08 22:47 UTC (permalink / raw) To: Ville Syrjala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 778 bytes --] == Series Details == Series: tools/intel_gpu_top: Fix intel_gpu_top for pre-snb URL : https://patchwork.freedesktop.org/series/139729/ State : success == Summary == CI Bug Log - changes from XEIGT_8061_BAT -> XEIGTPW_11888_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Changes ------- No changes found Build changes ------------- * IGT: IGT_8061 -> IGTPW_11888 IGTPW_11888: 11888 IGT_8061: 8061 xe-2026-8752b50cc6ea4e90f3caa68dd1cc169112ac4b34: 8752b50cc6ea4e90f3caa68dd1cc169112ac4b34 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/index.html [-- Attachment #2: Type: text/html, Size: 1323 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ Fi.CI.BAT: success for tools/intel_gpu_top: Fix intel_gpu_top for pre-snb 2024-10-08 21:49 [PATCH i-g-t] tools/intel_gpu_top: Fix intel_gpu_top for pre-snb Ville Syrjala 2024-10-08 22:47 ` ✓ CI.xeBAT: success for " Patchwork @ 2024-10-08 23:01 ` Patchwork 2024-10-09 6:24 ` ✗ CI.xeFULL: failure " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-10-08 23:01 UTC (permalink / raw) To: Ville Syrjala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 18224 bytes --] == Series Details == Series: tools/intel_gpu_top: Fix intel_gpu_top for pre-snb URL : https://patchwork.freedesktop.org/series/139729/ State : success == Summary == CI Bug Log - changes from IGT_8061 -> IGTPW_11888 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/index.html Participating hosts (31 -> 41) ------------------------------ Additional (12): fi-kbl-7567u bat-dg1-7 bat-kbl-2 fi-tgl-1115g4 fi-cfl-8700k fi-cfl-guc fi-kbl-guc fi-glk-j4005 fi-kbl-x1275 fi-cfl-8109u bat-jsl-3 bat-jsl-1 Missing (2): bat-rpls-4 fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_11888 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - bat-jsl-3: NOTRUN -> [SKIP][1] ([i915#9318]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-jsl-3/igt@debugfs_test@basic-hwmon.html - bat-jsl-1: NOTRUN -> [SKIP][2] ([i915#9318]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-jsl-1/igt@debugfs_test@basic-hwmon.html - fi-tgl-1115g4: NOTRUN -> [SKIP][3] ([i915#9318]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-tgl-1115g4/igt@debugfs_test@basic-hwmon.html * igt@fbdev@info: - fi-kbl-x1275: NOTRUN -> [SKIP][4] ([i915#1849]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-kbl-x1275/igt@fbdev@info.html - bat-kbl-2: NOTRUN -> [SKIP][5] ([i915#1849]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-kbl-2/igt@fbdev@info.html - fi-kbl-guc: NOTRUN -> [SKIP][6] ([i915#1849]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-kbl-guc/igt@fbdev@info.html * igt@gem_huc_copy@huc-copy: - fi-cfl-8109u: NOTRUN -> [SKIP][7] ([i915#2190]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-cfl-8109u/igt@gem_huc_copy@huc-copy.html - fi-kbl-7567u: NOTRUN -> [SKIP][8] ([i915#2190]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-kbl-7567u/igt@gem_huc_copy@huc-copy.html - fi-tgl-1115g4: NOTRUN -> [SKIP][9] ([i915#2190]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-tgl-1115g4/igt@gem_huc_copy@huc-copy.html - fi-cfl-guc: NOTRUN -> [SKIP][10] ([i915#2190]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-cfl-guc/igt@gem_huc_copy@huc-copy.html - fi-cfl-8700k: NOTRUN -> [SKIP][11] ([i915#2190]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-cfl-8700k/igt@gem_huc_copy@huc-copy.html - bat-jsl-3: NOTRUN -> [SKIP][12] ([i915#2190]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-jsl-3/igt@gem_huc_copy@huc-copy.html - fi-kbl-guc: NOTRUN -> [SKIP][13] ([i915#2190]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-kbl-guc/igt@gem_huc_copy@huc-copy.html - bat-jsl-1: NOTRUN -> [SKIP][14] ([i915#2190]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-jsl-1/igt@gem_huc_copy@huc-copy.html - fi-glk-j4005: NOTRUN -> [SKIP][15] ([i915#2190]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-glk-j4005/igt@gem_huc_copy@huc-copy.html - fi-kbl-x1275: NOTRUN -> [SKIP][16] ([i915#2190]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-kbl-x1275/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - bat-jsl-3: NOTRUN -> [SKIP][17] ([i915#4613]) +3 other tests skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-jsl-3/igt@gem_lmem_swapping@basic.html - fi-cfl-8700k: NOTRUN -> [SKIP][18] ([i915#4613]) +3 other tests skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-cfl-8700k/igt@gem_lmem_swapping@basic.html - fi-kbl-guc: NOTRUN -> [SKIP][19] ([i915#4613]) +3 other tests skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-kbl-guc/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@parallel-random-engines: - bat-kbl-2: NOTRUN -> [SKIP][20] +39 other tests skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-kbl-2/igt@gem_lmem_swapping@parallel-random-engines.html - bat-jsl-1: NOTRUN -> [SKIP][21] ([i915#4613]) +3 other tests skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-jsl-1/igt@gem_lmem_swapping@parallel-random-engines.html - fi-glk-j4005: NOTRUN -> [SKIP][22] ([i915#4613]) +3 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-glk-j4005/igt@gem_lmem_swapping@parallel-random-engines.html - fi-kbl-7567u: NOTRUN -> [SKIP][23] ([i915#4613]) +3 other tests skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-kbl-7567u/igt@gem_lmem_swapping@parallel-random-engines.html - fi-tgl-1115g4: NOTRUN -> [SKIP][24] ([i915#4613]) +3 other tests skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-tgl-1115g4/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_lmem_swapping@verify-random: - fi-cfl-guc: NOTRUN -> [SKIP][25] ([i915#4613]) +3 other tests skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-cfl-guc/igt@gem_lmem_swapping@verify-random.html - fi-kbl-x1275: NOTRUN -> [SKIP][26] ([i915#4613]) +3 other tests skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-kbl-x1275/igt@gem_lmem_swapping@verify-random.html - fi-cfl-8109u: NOTRUN -> [SKIP][27] ([i915#4613]) +3 other tests skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-cfl-8109u/igt@gem_lmem_swapping@verify-random.html * igt@gem_mmap@basic: - bat-dg1-7: NOTRUN -> [SKIP][28] ([i915#4083]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg1-7/igt@gem_mmap@basic.html * igt@gem_tiled_blits@basic: - bat-dg1-7: NOTRUN -> [SKIP][29] ([i915#4077]) +2 other tests skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg1-7/igt@gem_tiled_blits@basic.html * igt@gem_tiled_pread_basic: - bat-dg1-7: NOTRUN -> [SKIP][30] ([i915#4079]) +1 other test skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg1-7/igt@gem_tiled_pread_basic.html * igt@i915_pm_rps@basic-api: - bat-dg1-7: NOTRUN -> [SKIP][31] ([i915#11681] / [i915#6621]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg1-7/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live: - bat-mtlp-8: [PASS][32] -> [ABORT][33] ([i915#12216]) +1 other test abort [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/bat-mtlp-8/igt@i915_selftest@live.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-mtlp-8/igt@i915_selftest@live.html - bat-dg2-8: [PASS][34] -> [ABORT][35] ([i915#12133]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/bat-dg2-8/igt@i915_selftest@live.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg2-8/igt@i915_selftest@live.html - bat-twl-1: [PASS][36] -> [INCOMPLETE][37] ([i915#12133] / [i915#9413]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/bat-twl-1/igt@i915_selftest@live.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-twl-1/igt@i915_selftest@live.html - bat-arlh-2: [PASS][38] -> [ABORT][39] ([i915#12133]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/bat-arlh-2/igt@i915_selftest@live.html [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-arlh-2/igt@i915_selftest@live.html * igt@i915_selftest@live@active: - bat-dg2-8: [PASS][40] -> [ABORT][41] ([i915#12305]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/bat-dg2-8/igt@i915_selftest@live@active.html [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg2-8/igt@i915_selftest@live@active.html * igt@i915_selftest@live@gt_lrc: - bat-twl-1: [PASS][42] -> [INCOMPLETE][43] ([i915#10886] / [i915#9413]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/bat-twl-1/igt@i915_selftest@live@gt_lrc.html [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-twl-1/igt@i915_selftest@live@gt_lrc.html * igt@i915_selftest@live@workarounds: - bat-arlh-2: [PASS][44] -> [ABORT][45] ([i915#12061]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/bat-arlh-2/igt@i915_selftest@live@workarounds.html [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-arlh-2/igt@i915_selftest@live@workarounds.html - bat-mtlp-6: [PASS][46] -> [ABORT][47] ([i915#12216]) +1 other test abort [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/bat-mtlp-6/igt@i915_selftest@live@workarounds.html [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-mtlp-6/igt@i915_selftest@live@workarounds.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg1-7: NOTRUN -> [SKIP][48] ([i915#4215]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg1-7/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@bo-too-small-due-to-tiling: - bat-dg1-7: NOTRUN -> [SKIP][49] ([i915#4212]) +7 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg1-7/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-tgl-1115g4: NOTRUN -> [SKIP][50] ([i915#4103]) +1 other test skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-tgl-1115g4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-jsl-3: NOTRUN -> [SKIP][51] ([i915#4103]) +1 other test skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-jsl-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html - bat-jsl-1: NOTRUN -> [SKIP][52] ([i915#4103]) +1 other test skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-jsl-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html - bat-dg1-7: NOTRUN -> [SKIP][53] ([i915#4103] / [i915#4213]) +1 other test skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg1-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@basic-flip-before-cursor-legacy: - fi-kbl-guc: NOTRUN -> [SKIP][54] +34 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-kbl-guc/igt@kms_cursor_legacy@basic-flip-before-cursor-legacy.html * igt@kms_dsc@dsc-basic: - fi-kbl-7567u: NOTRUN -> [SKIP][55] +11 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-kbl-7567u/igt@kms_dsc@dsc-basic.html - fi-tgl-1115g4: NOTRUN -> [SKIP][56] ([i915#3555] / [i915#3840]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-tgl-1115g4/igt@kms_dsc@dsc-basic.html - fi-cfl-8109u: NOTRUN -> [SKIP][57] +11 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-cfl-8109u/igt@kms_dsc@dsc-basic.html - bat-jsl-3: NOTRUN -> [SKIP][58] ([i915#3555] / [i915#9886]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-jsl-3/igt@kms_dsc@dsc-basic.html - bat-jsl-1: NOTRUN -> [SKIP][59] ([i915#3555] / [i915#9886]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-jsl-1/igt@kms_dsc@dsc-basic.html - bat-dg1-7: NOTRUN -> [SKIP][60] ([i915#3555] / [i915#3840]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg1-7/igt@kms_dsc@dsc-basic.html * igt@kms_force_connector_basic@force-load-detect: - fi-cfl-8700k: NOTRUN -> [SKIP][61] +11 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-cfl-8700k/igt@kms_force_connector_basic@force-load-detect.html - bat-jsl-3: NOTRUN -> [SKIP][62] [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-jsl-3/igt@kms_force_connector_basic@force-load-detect.html - bat-jsl-1: NOTRUN -> [SKIP][63] [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-jsl-1/igt@kms_force_connector_basic@force-load-detect.html - bat-dg1-7: NOTRUN -> [SKIP][64] [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg1-7/igt@kms_force_connector_basic@force-load-detect.html - fi-tgl-1115g4: NOTRUN -> [SKIP][65] [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-tgl-1115g4/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_hdmi_inject@inject-audio: - bat-dg1-7: NOTRUN -> [SKIP][66] ([i915#433]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg1-7/igt@kms_hdmi_inject@inject-audio.html * igt@kms_pipe_crc_basic@read-crc: - fi-kbl-x1275: NOTRUN -> [SKIP][67] +35 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-kbl-x1275/igt@kms_pipe_crc_basic@read-crc.html * igt@kms_pm_backlight@basic-brightness: - bat-dg1-7: NOTRUN -> [SKIP][68] ([i915#5354]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg1-7/igt@kms_pm_backlight@basic-brightness.html - fi-tgl-1115g4: NOTRUN -> [SKIP][69] ([i915#9812]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-tgl-1115g4/igt@kms_pm_backlight@basic-brightness.html * igt@kms_psr@psr-cursor-plane-move: - fi-cfl-guc: NOTRUN -> [SKIP][70] +11 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-cfl-guc/igt@kms_psr@psr-cursor-plane-move.html * igt@kms_psr@psr-primary-page-flip: - bat-dg1-7: NOTRUN -> [SKIP][71] ([i915#1072] / [i915#9732]) +3 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg1-7/igt@kms_psr@psr-primary-page-flip.html - fi-glk-j4005: NOTRUN -> [SKIP][72] +10 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-glk-j4005/igt@kms_psr@psr-primary-page-flip.html - fi-tgl-1115g4: NOTRUN -> [SKIP][73] ([i915#9732]) +3 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-tgl-1115g4/igt@kms_psr@psr-primary-page-flip.html * igt@kms_setmode@basic-clone-single-crtc: - fi-tgl-1115g4: NOTRUN -> [SKIP][74] ([i915#3555]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/fi-tgl-1115g4/igt@kms_setmode@basic-clone-single-crtc.html - bat-jsl-3: NOTRUN -> [SKIP][75] ([i915#3555]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-jsl-3/igt@kms_setmode@basic-clone-single-crtc.html - bat-jsl-1: NOTRUN -> [SKIP][76] ([i915#3555]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-jsl-1/igt@kms_setmode@basic-clone-single-crtc.html - bat-dg1-7: NOTRUN -> [SKIP][77] ([i915#3555]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg1-7/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-mmap: - bat-dg1-7: NOTRUN -> [SKIP][78] ([i915#3708] / [i915#4077]) +1 other test skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg1-7/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-fence-read: - bat-dg1-7: NOTRUN -> [SKIP][79] ([i915#3708]) +3 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/bat-dg1-7/igt@prime_vgem@basic-fence-read.html [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#10886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10886 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133 [i915#12216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12216 [i915#12305]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12305 [i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215 [i915#433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/433 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318 [i915#9413]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9413 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812 [i915#9886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9886 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8061 -> IGTPW_11888 CI-20190529: 20190529 CI_DRM_15494: 8752b50cc6ea4e90f3caa68dd1cc169112ac4b34 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11888: 11888 IGT_8061: 8061 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/index.html [-- Attachment #2: Type: text/html, Size: 22765 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ CI.xeFULL: failure for tools/intel_gpu_top: Fix intel_gpu_top for pre-snb 2024-10-08 21:49 [PATCH i-g-t] tools/intel_gpu_top: Fix intel_gpu_top for pre-snb Ville Syrjala 2024-10-08 22:47 ` ✓ CI.xeBAT: success for " Patchwork 2024-10-08 23:01 ` ✓ Fi.CI.BAT: " Patchwork @ 2024-10-09 6:24 ` Patchwork 2024-10-10 4:00 ` ✗ Fi.CI.IGT: " Patchwork 2024-10-11 9:25 ` [PATCH i-g-t] " Kamil Konieczny 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-10-09 6:24 UTC (permalink / raw) To: Ville Syrjala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 80677 bytes --] == Series Details == Series: tools/intel_gpu_top: Fix intel_gpu_top for pre-snb URL : https://patchwork.freedesktop.org/series/139729/ State : failure == Summary == CI Bug Log - changes from XEIGT_8061_full -> XEIGTPW_11888_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_11888_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11888_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_11888_full: ### IGT changes ### #### Possible regressions #### * igt@kms_content_protection@legacy: - shard-dg2-set2: NOTRUN -> [SKIP][1] +7 other tests skip [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_content_protection@legacy.html * igt@kms_cursor_edge_walk@128x128-right-edge: - shard-lnl: [PASS][2] -> [FAIL][3] +4 other tests fail [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-1/igt@kms_cursor_edge_walk@128x128-right-edge.html [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-8/igt@kms_cursor_edge_walk@128x128-right-edge.html * igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4: - shard-dg2-set2: [PASS][4] -> [FAIL][5] [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-435/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4.html [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible@bc-hdmi-a6-dp4: - shard-dg2-set2: [PASS][6] -> [DMESG-WARN][7] +9 other tests dmesg-warn [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-464/igt@kms_flip@2x-flip-vs-rmfb-interruptible@bc-hdmi-a6-dp4.html [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_flip@2x-flip-vs-rmfb-interruptible@bc-hdmi-a6-dp4.html * igt@kms_flip@flip-vs-absolute-wf_vblank: - shard-dg2-set2: [PASS][8] -> [SKIP][9] +13 other tests skip [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-464/igt@kms_flip@flip-vs-absolute-wf_vblank.html [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_flip@flip-vs-absolute-wf_vblank.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-edp-1: - shard-lnl: [PASS][10] -> [DMESG-WARN][11] +1 other test dmesg-warn [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-3/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-edp-1.html [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-4/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-edp-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-a: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][12] [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-a.html * igt@kms_psr@psr-suspend@edp-1: - shard-lnl: [PASS][13] -> [INCOMPLETE][14] +1 other test incomplete [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-7/igt@kms_psr@psr-suspend@edp-1.html [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-1/igt@kms_psr@psr-suspend@edp-1.html #### Warnings #### * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-edp-1-linear: - shard-lnl: [FAIL][15] ([Intel XE#911]) -> [FAIL][16] [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-edp-1-linear.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-2/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-edp-1-linear.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs: - shard-dg2-set2: [SKIP][17] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][18] [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs.html [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-dg2-set2: [SKIP][19] ([Intel XE#314]) -> [SKIP][20] [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-464/igt@kms_cdclk@mode-transition-all-outputs.html [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k: - shard-dg2-set2: [SKIP][21] ([Intel XE#373]) -> [SKIP][22] +2 other tests skip [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-436/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k.html [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: - shard-dg2-set2: [SKIP][23] ([Intel XE#2423] / [i915#2575]) -> [DMESG-WARN][24] [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html * igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling: - shard-dg2-set2: [DMESG-WARN][25] -> [SKIP][26] [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling.html [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling.html * igt@kms_frontbuffer_tracking@fbcdrrs-indfb-scaledprimary: - shard-dg2-set2: [SKIP][27] ([Intel XE#651]) -> [SKIP][28] +5 other tests skip [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-indfb-scaledprimary.html [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt: - shard-dg2-set2: [SKIP][29] ([Intel XE#653]) -> [SKIP][30] +4 other tests skip [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation: - shard-dg2-set2: [SKIP][31] ([Intel XE#2763] / [Intel XE#455]) -> [SKIP][32] [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-464/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html * igt@kms_pm_backlight@fade-with-dpms: - shard-dg2-set2: [SKIP][33] ([Intel XE#870]) -> [SKIP][34] [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-466/igt@kms_pm_backlight@fade-with-dpms.html [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - shard-dg2-set2: [SKIP][35] ([Intel XE#1489]) -> [SKIP][36] +2 other tests skip [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-435/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html * igt@kms_psr@fbc-psr2-sprite-render: - shard-dg2-set2: [SKIP][37] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][38] +2 other tests skip [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-464/igt@kms_psr@fbc-psr2-sprite-render.html [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_psr@fbc-psr2-sprite-render.html * igt@kms_sequence@get-forked-busy: - shard-dg2-set2: [SKIP][39] ([Intel XE#2423] / [i915#2575]) -> [SKIP][40] [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_sequence@get-forked-busy.html [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_sequence@get-forked-busy.html * igt@kms_vrr@flip-dpms: - shard-dg2-set2: [SKIP][41] ([Intel XE#455]) -> [SKIP][42] +1 other test skip [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-436/igt@kms_vrr@flip-dpms.html [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_vrr@flip-dpms.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@kms_async_flips@async-flip-suspend-resume@pipe-c-dp-2: - {shard-bmg}: [PASS][43] -> [DMESG-WARN][44] [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-8/igt@kms_async_flips@async-flip-suspend-resume@pipe-c-dp-2.html [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-2/igt@kms_async_flips@async-flip-suspend-resume@pipe-c-dp-2.html * igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs: - {shard-bmg}: [SKIP][45] ([Intel XE#2887]) -> [SKIP][46] +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-8/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs.html [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs.html * igt@kms_cdclk@mode-transition-all-outputs: - {shard-bmg}: [SKIP][47] ([Intel XE#2724]) -> [SKIP][48] [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-7/igt@kms_cdclk@mode-transition-all-outputs.html [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_chamelium_edid@dp-edid-resolution-list: - {shard-bmg}: [SKIP][49] ([Intel XE#2252]) -> [SKIP][50] +3 other tests skip [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-7/igt@kms_chamelium_edid@dp-edid-resolution-list.html [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_chamelium_edid@dp-edid-resolution-list.html * igt@kms_content_protection@dp-mst-type-0: - {shard-bmg}: [SKIP][51] ([Intel XE#2390]) -> [SKIP][52] [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-8/igt@kms_content_protection@dp-mst-type-0.html [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@legacy: - {shard-bmg}: NOTRUN -> [SKIP][53] +4 other tests skip [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_content_protection@legacy.html * igt@kms_cursor_crc@cursor-random-256x85: - {shard-bmg}: [SKIP][54] ([Intel XE#2320]) -> [SKIP][55] +1 other test skip [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-2/igt@kms_cursor_crc@cursor-random-256x85.html [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_cursor_crc@cursor-random-256x85.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - {shard-bmg}: [DMESG-WARN][56] ([Intel XE#2791] / [Intel XE#877]) -> [SKIP][57] [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-7/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-toggle: - {shard-bmg}: [PASS][58] -> [SKIP][59] +13 other tests skip [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-2/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling: - {shard-bmg}: [SKIP][60] ([Intel XE#2231]) -> [SKIP][61] +1 other test skip [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt: - {shard-bmg}: [FAIL][62] ([Intel XE#2333]) -> [SKIP][63] [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-modesetfrombusy: - {shard-bmg}: [SKIP][64] ([Intel XE#2311]) -> [SKIP][65] +3 other tests skip [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcdrrs-modesetfrombusy.html [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-modesetfrombusy.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc: - {shard-bmg}: [SKIP][66] ([Intel XE#2313]) -> [SKIP][67] +4 other tests skip [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc.html [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_hdr@invalid-hdr: - {shard-bmg}: [SKIP][68] ([Intel XE#1503]) -> [SKIP][69] [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-1/igt@kms_hdr@invalid-hdr.html [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_hdr@invalid-hdr.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b: - {shard-bmg}: [PASS][70] -> [ABORT][71] [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-5/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-6/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation: - {shard-bmg}: [SKIP][72] ([Intel XE#2763]) -> [SKIP][73] [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html * igt@kms_pm_backlight@fade-with-dpms: - {shard-bmg}: [SKIP][74] ([Intel XE#870]) -> [SKIP][75] [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-2/igt@kms_pm_backlight@fade-with-dpms.html [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - {shard-bmg}: [SKIP][76] ([Intel XE#1489]) -> [SKIP][77] [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-6/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html * igt@kms_psr2_su@page_flip-xrgb8888: - {shard-bmg}: [SKIP][78] ([Intel XE#2387]) -> [SKIP][79] [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-4/igt@kms_psr2_su@page_flip-xrgb8888.html [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-psr2-sprite-render: - {shard-bmg}: [SKIP][80] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][81] +1 other test skip [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-4/igt@kms_psr@fbc-psr2-sprite-render.html [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_psr@fbc-psr2-sprite-render.html * igt@kms_vrr@flip-dpms: - {shard-bmg}: [SKIP][82] ([Intel XE#1499]) -> [SKIP][83] [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-2/igt@kms_vrr@flip-dpms.html [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_vrr@flip-dpms.html Known issues ------------ Here are the changes found in XEIGTPW_11888_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-dg2-set2: NOTRUN -> [SKIP][84] ([Intel XE#623]) [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@bo-too-small: - shard-dg2-set2: [PASS][85] -> [SKIP][86] ([i915#6077]) [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-436/igt@kms_addfb_basic@bo-too-small.html [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_addfb_basic@bo-too-small.html * igt@kms_atomic_transition@modeset-transition-nonblocking: - shard-lnl: [PASS][87] -> [FAIL][88] ([Intel XE#1701]) +1 other test fail [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-7/igt@kms_atomic_transition@modeset-transition-nonblocking.html [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-7/igt@kms_atomic_transition@modeset-transition-nonblocking.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-lnl: [PASS][89] -> [FAIL][90] ([Intel XE#1426]) +1 other test fail [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [FAIL][91] ([Intel XE#1426]) +1 other test fail [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6.html * igt@kms_big_fb@4-tiled-16bpp-rotate-180: - shard-dg2-set2: [PASS][92] -> [SKIP][93] ([Intel XE#2351]) [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-464/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-dg2-set2: NOTRUN -> [SKIP][94] ([Intel XE#316]) +2 other tests skip [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@4-tiled-32bpp-rotate-90: - shard-lnl: NOTRUN -> [SKIP][95] ([Intel XE#1407]) [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-6/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html * igt@kms_big_fb@linear-64bpp-rotate-0: - shard-dg2-set2: [PASS][96] -> [DMESG-WARN][97] ([Intel XE#877]) [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-436/igt@kms_big_fb@linear-64bpp-rotate-0.html [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_big_fb@linear-64bpp-rotate-0.html * igt@kms_big_fb@y-tiled-32bpp-rotate-90: - shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#1124]) +1 other test skip [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-7/igt@kms_big_fb@y-tiled-32bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2-set2: NOTRUN -> [SKIP][99] ([Intel XE#607]) [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-addfb-size-overflow: - shard-dg2-set2: NOTRUN -> [SKIP][100] ([Intel XE#610]) [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_big_fb@y-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-180: - shard-dg2-set2: NOTRUN -> [SKIP][101] ([Intel XE#1124]) +8 other tests skip [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html * igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p: - shard-dg2-set2: NOTRUN -> [SKIP][102] ([Intel XE#2191]) [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html * igt@kms_bw@linear-tiling-3-displays-3840x2160p: - shard-dg2-set2: NOTRUN -> [SKIP][103] ([Intel XE#367]) +2 other tests skip [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html * igt@kms_ccs@bad-pixel-format-4-tiled-dg2-mc-ccs: - shard-lnl: NOTRUN -> [SKIP][104] ([Intel XE#2887]) +3 other tests skip [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-5/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-mc-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][105] ([Intel XE#2907]) [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][106] ([Intel XE#787]) +90 other tests skip [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-dp-4.html * igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][107] ([Intel XE#455] / [Intel XE#787]) +23 other tests skip [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-464/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][108] ([Intel XE#1195] / [Intel XE#1727]) [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][109] ([Intel XE#1195]) [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-6.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc: - shard-dg2-set2: [PASS][110] -> [INCOMPLETE][111] ([Intel XE#1195]) +1 other test incomplete [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html * igt@kms_chamelium_color@ctm-0-50: - shard-lnl: NOTRUN -> [SKIP][112] ([Intel XE#306]) [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-5/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_color@gamma: - shard-dg2-set2: NOTRUN -> [SKIP][113] ([Intel XE#306]) +2 other tests skip [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_frames@hdmi-cmp-planes-random: - shard-lnl: NOTRUN -> [SKIP][114] ([Intel XE#373]) +1 other test skip [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-6/igt@kms_chamelium_frames@hdmi-cmp-planes-random.html * igt@kms_chamelium_hpd@hdmi-hpd: - shard-dg2-set2: NOTRUN -> [SKIP][115] ([Intel XE#373]) +12 other tests skip [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_chamelium_hpd@hdmi-hpd.html * igt@kms_content_protection@uevent: - shard-dg2-set2: NOTRUN -> [FAIL][116] ([Intel XE#1188]) +1 other test fail [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-64x21: - shard-lnl: NOTRUN -> [SKIP][117] ([Intel XE#1424]) [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-3/igt@kms_cursor_crc@cursor-offscreen-64x21.html * igt@kms_cursor_crc@cursor-rapid-movement-512x512: - shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#308]) [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-edp-1: - shard-lnl: [PASS][119] -> [INCOMPLETE][120] ([Intel XE#1616]) +1 other test incomplete [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-6/igt@kms_cursor_crc@cursor-suspend@pipe-a-edp-1.html [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-2/igt@kms_cursor_crc@cursor-suspend@pipe-a-edp-1.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-lnl: NOTRUN -> [SKIP][121] ([Intel XE#1508] / [Intel XE#599]) [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-3/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2-set2: NOTRUN -> [SKIP][122] ([Intel XE#307]) [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg2-set2: NOTRUN -> [SKIP][123] ([Intel XE#455]) +16 other tests skip [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_dsc@dsc-with-bpc-formats.html - shard-lnl: NOTRUN -> [SKIP][124] ([Intel XE#599]) [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-5/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_fbcon_fbt@psr: - shard-dg2-set2: NOTRUN -> [SKIP][125] ([Intel XE#776]) [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_fbcon_fbt@psr.html * igt@kms_flip@2x-flip-vs-suspend-interruptible: - shard-lnl: NOTRUN -> [SKIP][126] ([Intel XE#1421]) +3 other tests skip [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-4/igt@kms_flip@2x-flip-vs-suspend-interruptible.html * igt@kms_flip@2x-nonexisting-fb-interruptible: - shard-dg2-set2: [PASS][127] -> [SKIP][128] ([Intel XE#2423] / [i915#2575]) +3 other tests skip [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-466/igt@kms_flip@2x-nonexisting-fb-interruptible.html [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_flip@2x-nonexisting-fb-interruptible.html * igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6: - shard-dg2-set2: [PASS][129] -> [FAIL][130] ([Intel XE#301]) [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6.html [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6.html * igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1: - shard-lnl: [PASS][131] -> [FAIL][132] ([Intel XE#886]) +5 other tests fail [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-1/igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1.html [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-8/igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1.html * igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-mmap-wc: - shard-lnl: NOTRUN -> [SKIP][133] ([Intel XE#651]) +2 other tests skip [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][134] ([Intel XE#651]) +25 other tests skip [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-pgflip-blt: - shard-dg2-set2: NOTRUN -> [SKIP][135] ([Intel XE#2351]) +1 other test skip [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-lnl: NOTRUN -> [SKIP][136] ([Intel XE#656]) +7 other tests skip [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render: - shard-dg2-set2: NOTRUN -> [SKIP][137] ([Intel XE#653]) +12 other tests skip [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][138] ([Intel XE#605]) [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@kms_getfb@getfb-reject-ccs.html - shard-lnl: NOTRUN -> [SKIP][139] ([Intel XE#605]) [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-8/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-dg2-set2: NOTRUN -> [SKIP][140] ([Intel XE#2925]) [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_joiner@basic-force-ultra-joiner.html - shard-lnl: NOTRUN -> [SKIP][141] ([Intel XE#2934]) [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-7/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_plane@plane-panning-bottom-right: - shard-dg2-set2: [PASS][142] -> [SKIP][143] ([Intel XE#829]) +1 other test skip [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-464/igt@kms_plane@plane-panning-bottom-right.html [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_plane@plane-panning-bottom-right.html * igt@kms_plane@plane-position-covered@pipe-a-plane-2: - shard-lnl: [PASS][144] -> [DMESG-FAIL][145] ([Intel XE#324]) +1 other test dmesg-fail [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-4/igt@kms_plane@plane-position-covered@pipe-a-plane-2.html [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-7/igt@kms_plane@plane-position-covered@pipe-a-plane-2.html * igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3: - shard-lnl: [PASS][146] -> [DMESG-WARN][147] ([Intel XE#324]) +4 other tests dmesg-warn [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-7/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3.html [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-5/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3.html * igt@kms_plane_cursor@overlay: - shard-lnl: [PASS][148] -> [FAIL][149] ([Intel XE#1471]) +1 other test fail [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-6/igt@kms_plane_cursor@overlay.html [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-7/igt@kms_plane_cursor@overlay.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][150] ([Intel XE#2566]) [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c: - shard-dg2-set2: NOTRUN -> [SKIP][151] ([Intel XE#2763]) +2 other tests skip [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c.html - shard-lnl: NOTRUN -> [SKIP][152] ([Intel XE#2763]) +3 other tests skip [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c.html * igt@kms_pm_backlight@fade: - shard-dg2-set2: NOTRUN -> [SKIP][153] ([Intel XE#870]) [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_pm_backlight@fade.html * igt@kms_pm_backlight@fade-with-suspend: - shard-lnl: [PASS][154] -> [INCOMPLETE][155] ([Intel XE#2636]) [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-7/igt@kms_pm_backlight@fade-with-suspend.html [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-6/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_rpm@legacy-planes: - shard-lnl: [PASS][156] -> [INCOMPLETE][157] ([Intel XE#1620] / [Intel XE#2864]) [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-5/igt@kms_pm_rpm@legacy-planes.html [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-4/igt@kms_pm_rpm@legacy-planes.html * igt@kms_pm_rpm@legacy-planes@plane-50: - shard-lnl: [PASS][158] -> [DMESG-FAIL][159] ([Intel XE#1620]) [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-5/igt@kms_pm_rpm@legacy-planes@plane-50.html [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-4/igt@kms_pm_rpm@legacy-planes@plane-50.html * igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf: - shard-dg2-set2: NOTRUN -> [SKIP][160] ([Intel XE#1489]) +3 other tests skip [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html * igt@kms_psr2_su@page_flip-nv12: - shard-lnl: NOTRUN -> [SKIP][161] ([Intel XE#1128]) [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-5/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@fbc-psr2-primary-page-flip@edp-1: - shard-lnl: [PASS][162] -> [FAIL][163] ([Intel XE#1649]) +1 other test fail [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-1/igt@kms_psr@fbc-psr2-primary-page-flip@edp-1.html [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-1/igt@kms_psr@fbc-psr2-primary-page-flip@edp-1.html * igt@kms_psr@psr-dpms: - shard-dg2-set2: NOTRUN -> [SKIP][164] ([Intel XE#2850] / [Intel XE#929]) +13 other tests skip [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_psr@psr-dpms.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-dg2-set2: NOTRUN -> [SKIP][165] ([Intel XE#2939]) [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@bad-pixel-format: - shard-dg2-set2: NOTRUN -> [SKIP][166] ([Intel XE#327]) [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_rotation_crc@bad-pixel-format.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-lnl: NOTRUN -> [SKIP][167] ([Intel XE#1437]) [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-4/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_vrr@cmrr@pipe-a-edp-1: - shard-lnl: [PASS][168] -> [FAIL][169] ([Intel XE#2159]) +1 other test fail [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-8/igt@kms_vrr@cmrr@pipe-a-edp-1.html [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-8/igt@kms_vrr@cmrr@pipe-a-edp-1.html * igt@kms_vrr@flipline: - shard-lnl: [PASS][170] -> [FAIL][171] ([Intel XE#2443]) +1 other test fail [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-6/igt@kms_vrr@flipline.html [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-2/igt@kms_vrr@flipline.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-dg2-set2: NOTRUN -> [SKIP][172] ([Intel XE#756]) [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@xe_compute@ccs-mode-compute-kernel: - shard-dg2-set2: NOTRUN -> [FAIL][173] ([Intel XE#1050]) [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@xe_compute@ccs-mode-compute-kernel.html * igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute: - shard-dg2-set2: NOTRUN -> [SKIP][174] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html * igt@xe_copy_basic@mem-copy-linear-0x3fff: - shard-dg2-set2: NOTRUN -> [SKIP][175] ([Intel XE#1123]) [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@xe_copy_basic@mem-copy-linear-0x3fff.html * igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue: - shard-lnl: [PASS][176] -> [FAIL][177] ([Intel XE#2667]) [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-1/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-7/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html * igt@xe_eudebug@basic-vm-bind-metadata-discovery: - shard-lnl: NOTRUN -> [SKIP][178] ([Intel XE#2905]) +1 other test skip [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-1/igt@xe_eudebug@basic-vm-bind-metadata-discovery.html * igt@xe_eudebug@multiple-sessions: - shard-dg2-set2: NOTRUN -> [SKIP][179] ([Intel XE#2905]) +3 other tests skip [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@xe_eudebug@multiple-sessions.html * igt@xe_evict@evict-beng-mixed-many-threads-small: - shard-dg2-set2: [PASS][180] -> [TIMEOUT][181] ([Intel XE#1473] / [Intel XE#402]) [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-435/igt@xe_evict@evict-beng-mixed-many-threads-small.html [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@xe_evict@evict-beng-mixed-many-threads-small.html * igt@xe_evict@evict-large-external: - shard-lnl: NOTRUN -> [SKIP][182] ([Intel XE#688]) +1 other test skip [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-3/igt@xe_evict@evict-large-external.html * igt@xe_exec_balancer@many-execqueues-cm-parallel-userptr-invalidate: - shard-dg2-set2: [PASS][183] -> [SKIP][184] ([Intel XE#1130]) +7 other tests skip [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-466/igt@xe_exec_balancer@many-execqueues-cm-parallel-userptr-invalidate.html [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@xe_exec_balancer@many-execqueues-cm-parallel-userptr-invalidate.html * igt@xe_exec_basic@multigpu-once-bindexecqueue: - shard-lnl: NOTRUN -> [SKIP][185] ([Intel XE#1392]) [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-1/igt@xe_exec_basic@multigpu-once-bindexecqueue.html * igt@xe_exec_fault_mode@twice-userptr-prefetch: - shard-dg2-set2: NOTRUN -> [SKIP][186] ([Intel XE#288]) +19 other tests skip [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@xe_exec_fault_mode@twice-userptr-prefetch.html * igt@xe_exec_mix_modes@exec-spinner-interrupted-lr: - shard-dg2-set2: NOTRUN -> [SKIP][187] ([Intel XE#2360]) [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-464/igt@xe_exec_mix_modes@exec-spinner-interrupted-lr.html * igt@xe_exec_reset@virtual-close-fd: - shard-dg2-set2: [PASS][188] -> [FAIL][189] ([Intel XE#1081]) [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@xe_exec_reset@virtual-close-fd.html [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-464/igt@xe_exec_reset@virtual-close-fd.html * igt@xe_exec_threads@threads-hang-fd-userptr: - shard-dg2-set2: NOTRUN -> [SKIP][190] ([Intel XE#1130]) +2 other tests skip [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@xe_exec_threads@threads-hang-fd-userptr.html * igt@xe_module_load@reload-no-display: - shard-dg2-set2: NOTRUN -> [FAIL][191] ([Intel XE#1204] / [Intel XE#2136]) [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@xe_module_load@reload-no-display.html * igt@xe_oa@polling-small-buf: - shard-dg2-set2: NOTRUN -> [SKIP][192] ([Intel XE#2541]) +6 other tests skip [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@xe_oa@polling-small-buf.html * igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p: - shard-dg2-set2: NOTRUN -> [FAIL][193] ([Intel XE#1173]) +1 other test fail [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p.html * igt@xe_pm@d3cold-basic: - shard-lnl: NOTRUN -> [SKIP][194] ([Intel XE#2284] / [Intel XE#366]) [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-5/igt@xe_pm@d3cold-basic.html * igt@xe_pm@d3cold-mmap-vram: - shard-dg2-set2: NOTRUN -> [SKIP][195] ([Intel XE#2284] / [Intel XE#366]) +2 other tests skip [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@xe_pm@d3cold-mmap-vram.html * igt@xe_pm@d3hot-multiple-execs: - shard-lnl: [PASS][196] -> [TIMEOUT][197] ([Intel XE#1358] / [Intel XE#1620] / [Intel XE#2574]) [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-1/igt@xe_pm@d3hot-multiple-execs.html [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-7/igt@xe_pm@d3hot-multiple-execs.html * igt@xe_pm@s4-mocs: - shard-lnl: [PASS][198] -> [ABORT][199] ([Intel XE#1794]) [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-6/igt@xe_pm@s4-mocs.html [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-2/igt@xe_pm@s4-mocs.html * igt@xe_query@multigpu-query-mem-usage: - shard-dg2-set2: NOTRUN -> [SKIP][200] ([Intel XE#944]) +3 other tests skip [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@xe_query@multigpu-query-mem-usage.html - shard-lnl: NOTRUN -> [SKIP][201] ([Intel XE#944]) [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-1/igt@xe_query@multigpu-query-mem-usage.html #### Possible fixes #### * igt@core_hotunplug@hotreplug-lateclose: - shard-dg2-set2: [INCOMPLETE][202] ([Intel XE#1195]) -> [PASS][203] [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-436/igt@core_hotunplug@hotreplug-lateclose.html [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@core_hotunplug@hotreplug-lateclose.html * igt@kms_async_flips@async-flip-suspend-resume@pipe-b-hdmi-a-3: - {shard-bmg}: [DMESG-WARN][204] -> [PASS][205] [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-8/igt@kms_async_flips@async-flip-suspend-resume@pipe-b-hdmi-a-3.html [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-2/igt@kms_async_flips@async-flip-suspend-resume@pipe-b-hdmi-a-3.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-lnl: [FAIL][206] ([Intel XE#1659]) -> [PASS][207] [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@x-tiled-8bpp-rotate-0: - {shard-bmg}: [SKIP][208] ([Intel XE#2231] / [Intel XE#2890]) -> [PASS][209] +1 other test pass [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-2/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-5/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html - shard-dg2-set2: [SKIP][210] -> [PASS][211] +4 other tests pass [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-dg2-set2: [FAIL][212] -> [PASS][213] [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-436/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-b-dp-4: - shard-dg2-set2: [FAIL][214] ([Intel XE#616]) -> [PASS][215] [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-436/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-b-dp-4.html [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-b-dp-4.html * igt@kms_cursor_edge_walk@128x128-top-edge: - shard-lnl: [FAIL][216] ([Intel XE#2577]) -> [PASS][217] +1 other test pass [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-1/igt@kms_cursor_edge_walk@128x128-top-edge.html [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-7/igt@kms_cursor_edge_walk@128x128-top-edge.html * igt@kms_cursor_legacy@flip-vs-cursor-varying-size: - shard-lnl: [FAIL][218] ([Intel XE#1475]) -> [PASS][219] [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-6/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-3/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html * igt@kms_cursor_legacy@torture-bo: - {shard-bmg}: [SKIP][220] -> [PASS][221] +10 other tests pass [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-2/igt@kms_cursor_legacy@torture-bo.html [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-2/igt@kms_cursor_legacy@torture-bo.html * igt@kms_cursor_legacy@torture-move: - shard-dg2-set2: [DMESG-WARN][222] ([Intel XE#1620]) -> [PASS][223] [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-436/igt@kms_cursor_legacy@torture-move.html [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_cursor_legacy@torture-move.html * igt@kms_fbcon_fbt@fbc: - shard-lnl: [FAIL][224] -> [PASS][225] [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-7/igt@kms_fbcon_fbt@fbc.html [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-3/igt@kms_fbcon_fbt@fbc.html * igt@kms_flip@absolute-wf_vblank: - shard-dg2-set2: [DMESG-WARN][226] -> [PASS][227] +9 other tests pass [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-435/igt@kms_flip@absolute-wf_vblank.html [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@kms_flip@absolute-wf_vblank.html * igt@kms_flip@basic-flip-vs-wf_vblank: - {shard-bmg}: [FAIL][228] ([Intel XE#2882]) -> [PASS][229] +1 other test pass [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-5/igt@kms_flip@basic-flip-vs-wf_vblank.html [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-3/igt@kms_flip@basic-flip-vs-wf_vblank.html * igt@kms_flip@flip-vs-absolute-wf_vblank: - shard-lnl: [FAIL][230] ([Intel XE#886]) -> [PASS][231] +2 other tests pass [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-6/igt@kms_flip@flip-vs-absolute-wf_vblank.html [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-3/igt@kms_flip@flip-vs-absolute-wf_vblank.html * igt@kms_flip@flip-vs-expired-vblank@a-dp4: - shard-dg2-set2: [FAIL][232] ([Intel XE#301]) -> [PASS][233] +2 other tests pass [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank@a-dp4.html [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_flip@flip-vs-expired-vblank@a-dp4.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move: - shard-dg2-set2: [SKIP][234] ([Intel XE#2351]) -> [PASS][235] +1 other test pass [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move.html [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - {shard-bmg}: [SKIP][236] ([Intel XE#2231]) -> [PASS][237] [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-2/igt@kms_joiner@invalid-modeset-force-big-joiner.html [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_plane@plane-position-covered@pipe-a-plane-3: - shard-lnl: [DMESG-FAIL][238] ([Intel XE#324]) -> [PASS][239] +1 other test pass [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-4/igt@kms_plane@plane-position-covered@pipe-a-plane-3.html [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-7/igt@kms_plane@plane-position-covered@pipe-a-plane-3.html * igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-1: - shard-lnl: [DMESG-WARN][240] ([Intel XE#324]) -> [PASS][241] +1 other test pass [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-7/igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-1.html [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-5/igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-1.html * igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant: - shard-dg2-set2: [SKIP][242] ([Intel XE#2423] / [i915#2575]) -> [PASS][243] +10 other tests pass [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant.html [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2-set2: [FAIL][244] ([Intel XE#361]) -> [PASS][245] [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-466/igt@kms_plane_scaling@intel-max-src-size.html [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20: - shard-dg2-set2: [DMESG-WARN][246] ([Intel XE#2566]) -> [PASS][247] [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-435/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20.html [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b: - shard-dg2-set2: [SKIP][248] ([Intel XE#2763]) -> [PASS][249] +2 other tests pass [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-435/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b.html [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b.html * igt@kms_pm_rpm@legacy-planes: - shard-dg2-set2: [SKIP][250] ([Intel XE#2446]) -> [PASS][251] [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_pm_rpm@legacy-planes.html [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@kms_pm_rpm@legacy-planes.html - {shard-bmg}: [SKIP][252] ([Intel XE#2446]) -> [PASS][253] [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-2/igt@kms_pm_rpm@legacy-planes.html [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-8/igt@kms_pm_rpm@legacy-planes.html * igt@kms_setmode@basic: - shard-lnl: [FAIL][254] ([Intel XE#2883]) -> [PASS][255] +1 other test pass [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-3/igt@kms_setmode@basic.html [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-5/igt@kms_setmode@basic.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1: - shard-lnl: [FAIL][256] ([Intel XE#899]) -> [PASS][257] +1 other test pass [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-2/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html * igt@xe_evict@evict-beng-threads-large: - shard-dg2-set2: [TIMEOUT][258] ([Intel XE#1473]) -> [PASS][259] [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-466/igt@xe_evict@evict-beng-threads-large.html [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-464/igt@xe_evict@evict-beng-threads-large.html * igt@xe_exec_balancer@once-virtual-userptr-invalidate-race: - {shard-bmg}: [SKIP][260] ([Intel XE#1130]) -> [PASS][261] +32 other tests pass [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-bmg-2/igt@xe_exec_balancer@once-virtual-userptr-invalidate-race.html [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-bmg-6/igt@xe_exec_balancer@once-virtual-userptr-invalidate-race.html * igt@xe_exec_reset@parallel-gt-reset: - shard-dg2-set2: [DMESG-WARN][262] ([Intel XE#358]) -> [PASS][263] [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-436/igt@xe_exec_reset@parallel-gt-reset.html [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@xe_exec_reset@parallel-gt-reset.html * igt@xe_pat@prime-self-import-coh: - shard-dg2-set2: [SKIP][264] ([Intel XE#1130]) -> [PASS][265] +30 other tests pass [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@xe_pat@prime-self-import-coh.html [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@xe_pat@prime-self-import-coh.html * igt@xe_pm@s2idle-basic-exec: - shard-dg2-set2: [ABORT][266] ([Intel XE#1358]) -> [PASS][267] [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@xe_pm@s2idle-basic-exec.html [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@xe_pm@s2idle-basic-exec.html * igt@xe_pm@s4-basic: - shard-lnl: [ABORT][268] ([Intel XE#1358] / [Intel XE#1607]) -> [PASS][269] +1 other test pass [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-lnl-2/igt@xe_pm@s4-basic.html [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-lnl-8/igt@xe_pm@s4-basic.html #### Warnings #### * igt@kms_big_fb@4-tiled-16bpp-rotate-270: - shard-dg2-set2: [SKIP][270] ([Intel XE#316]) -> [SKIP][271] ([Intel XE#829]) [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html * igt@kms_big_fb@linear-16bpp-rotate-180: - shard-dg2-set2: [SKIP][272] -> [SKIP][273] ([Intel XE#829]) [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_big_fb@linear-16bpp-rotate-180.html [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_big_fb@linear-16bpp-rotate-180.html * igt@kms_big_fb@y-tiled-64bpp-rotate-0: - shard-dg2-set2: [SKIP][274] -> [SKIP][275] ([Intel XE#1124]) [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-180: - shard-dg2-set2: [SKIP][276] ([Intel XE#1124]) -> [SKIP][277] ([Intel XE#829]) +2 other tests skip [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-466/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-dg2-set2: [SKIP][278] ([Intel XE#2351]) -> [SKIP][279] ([Intel XE#1124]) +1 other test skip [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_bw@linear-tiling-2-displays-3840x2160p: - shard-dg2-set2: [SKIP][280] ([Intel XE#2423] / [i915#2575]) -> [SKIP][281] ([Intel XE#367]) +1 other test skip [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][282] ([Intel XE#2907]) -> [SKIP][283] ([Intel XE#829]) [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-466/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs: - shard-dg2-set2: [SKIP][284] -> [SKIP][285] ([Intel XE#455] / [Intel XE#787]) +1 other test skip [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs.html [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs.html * igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs: - shard-dg2-set2: [SKIP][286] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][287] ([Intel XE#829]) +1 other test skip [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-435/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs.html [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs.html * igt@kms_chamelium_color@ctm-0-25: - shard-dg2-set2: [SKIP][288] ([Intel XE#2423] / [i915#2575]) -> [SKIP][289] ([Intel XE#306]) [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_chamelium_color@ctm-0-25.html [289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_chamelium_color@ctm-0-25.html * igt@kms_chamelium_edid@dp-edid-resolution-list: - shard-dg2-set2: [SKIP][290] ([Intel XE#373]) -> [SKIP][291] ([Intel XE#2423] / [i915#2575]) [290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-464/igt@kms_chamelium_edid@dp-edid-resolution-list.html [291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_chamelium_edid@dp-edid-resolution-list.html * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: - shard-dg2-set2: [SKIP][292] ([Intel XE#2423] / [i915#2575]) -> [SKIP][293] ([Intel XE#373]) +1 other test skip [292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html [293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg2-set2: [SKIP][294] ([Intel XE#307]) -> [SKIP][295] ([Intel XE#2423] / [i915#2575]) [294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-435/igt@kms_content_protection@dp-mst-type-0.html [295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling: - shard-dg2-set2: [SKIP][296] -> [SKIP][297] ([Intel XE#455]) [296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html [297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-plflip-blt: - shard-dg2-set2: [SKIP][298] ([Intel XE#651]) -> [SKIP][299] ([Intel XE#2351]) +1 other test skip [298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-plflip-blt.html [299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][300] -> [SKIP][301] ([Intel XE#651]) +5 other tests skip [300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html [301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt: - shard-dg2-set2: [SKIP][302] ([Intel XE#2351]) -> [SKIP][303] ([Intel XE#653]) [302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html [303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw: - shard-dg2-set2: [SKIP][304] ([Intel XE#653]) -> [SKIP][305] ([Intel XE#783]) [304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html [305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc: - shard-dg2-set2: [SKIP][306] -> [SKIP][307] ([Intel XE#653]) +3 other tests skip [306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html [307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: - shard-dg2-set2: [SKIP][308] -> [SKIP][309] ([Intel XE#1489]) +1 other test skip [308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html [309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr@fbc-pr-cursor-blt: - shard-dg2-set2: [SKIP][310] ([Intel XE#2351]) -> [SKIP][311] ([Intel XE#2850] / [Intel XE#929]) +1 other test skip [310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_psr@fbc-pr-cursor-blt.html [311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@kms_psr@fbc-pr-cursor-blt.html * igt@kms_psr@fbc-pr-sprite-plane-onoff: - shard-dg2-set2: [SKIP][312] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][313] ([Intel XE#2351]) [312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_psr@fbc-pr-sprite-plane-onoff.html [313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@kms_psr@fbc-pr-sprite-plane-onoff.html * igt@kms_psr@fbc-psr-cursor-render: - shard-dg2-set2: [SKIP][314] -> [SKIP][315] ([Intel XE#2850] / [Intel XE#929]) +1 other test skip [314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_psr@fbc-psr-cursor-render.html [315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-435/igt@kms_psr@fbc-psr-cursor-render.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-dg2-set2: [SKIP][316] ([Intel XE#2423] / [i915#2575]) -> [SKIP][317] ([Intel XE#1127]) [316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html [317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-464/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-dg2-set2: [SKIP][318] ([Intel XE#2423] / [i915#2575]) -> [SKIP][319] ([Intel XE#455]) +1 other test skip [318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@kms_vrr@seamless-rr-switch-drrs.html [319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@xe_create@multigpu-create-massive-size: - shard-dg2-set2: [SKIP][320] ([Intel XE#1130]) -> [SKIP][321] ([Intel XE#944]) [320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@xe_create@multigpu-create-massive-size.html [321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-463/igt@xe_create@multigpu-create-massive-size.html * igt@xe_eudebug@attach-debug-metadata: - shard-dg2-set2: [SKIP][322] ([Intel XE#1130]) -> [SKIP][323] ([Intel XE#2905]) +1 other test skip [322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@xe_eudebug@attach-debug-metadata.html [323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@xe_eudebug@attach-debug-metadata.html * igt@xe_eudebug@basic-vm-bind-vm-destroy-discovery: - shard-dg2-set2: [SKIP][324] ([Intel XE#2905]) -> [SKIP][325] ([Intel XE#1130]) [324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@xe_eudebug@basic-vm-bind-vm-destroy-discovery.html [325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@xe_eudebug@basic-vm-bind-vm-destroy-discovery.html * igt@xe_exec_fault_mode@many-execqueues-rebind: - shard-dg2-set2: [SKIP][326] ([Intel XE#288]) -> [SKIP][327] ([Intel XE#1130]) [326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-436/igt@xe_exec_fault_mode@many-execqueues-rebind.html [327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@xe_exec_fault_mode@many-execqueues-rebind.html * igt@xe_exec_fault_mode@once-basic: - shard-dg2-set2: [SKIP][328] ([Intel XE#1130]) -> [SKIP][329] ([Intel XE#288]) +2 other tests skip [328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@xe_exec_fault_mode@once-basic.html [329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-436/igt@xe_exec_fault_mode@once-basic.html * igt@xe_oa@oa-exponents: - shard-dg2-set2: [SKIP][330] ([Intel XE#1130]) -> [SKIP][331] ([Intel XE#2541]) [330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8061/shard-dg2-463/igt@xe_oa@oa-exponents.html [331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/shard-dg2-466/igt@xe_oa@oa-exponents.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1050 [Intel XE#1081]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1081 [Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123 [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127 [Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128 [Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130 [Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173 [Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188 [Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195 [Intel XE#1204]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1204 [Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280 [Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407 [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421 [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424 [Intel XE#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426 [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435 [Intel XE#1437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437 [Intel XE#1471]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1471 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1475]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499 [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503 [Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508 [Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607 [Intel XE#1616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1616 [Intel XE#1620]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1620 [Intel XE#1649]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1649 [Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659 [Intel XE#1701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1701 [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727 [Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794 [Intel XE#2105]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105 [Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136 [Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284 [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293 [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311 [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313 [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314 [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2323 [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325 [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327 [Intel XE#2329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2329 [Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330 [Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333 [Intel XE#2340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2340 [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341 [Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351 [Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387 [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390 [Intel XE#2414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414 [Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423 [Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427 [Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443 [Intel XE#2446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2446 [Intel XE#2461]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2461 [Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486 [Intel XE#2493]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2493 [Intel XE#2502]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2502 [Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504 [Intel XE#2514]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514 [Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541 [Intel XE#2566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2566 [Intel XE#2574]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2574 [Intel XE#2577]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2577 [Intel XE#2636]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2636 [Intel XE#2667]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2667 [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724 [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763 [Intel XE#2791]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2791 [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850 [Intel XE#2864]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2864 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882 [Intel XE#2883]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883 [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887 [Intel XE#2890]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890 [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894 [Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905 [Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907 [Intel XE#2916]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2916 [Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925 [Intel XE#2934]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2934 [Intel XE#2939]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2939 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307 [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308 [Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324 [Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327 [Intel XE#358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/358 [Intel XE#361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/361 [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/402 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/540 [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599 [Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605 [Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607 [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653 [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776 [Intel XE#783]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/783 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#829]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/829 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 [Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886 [Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899 [Intel XE#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 [i915#6077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6077 Build changes ------------- * IGT: IGT_8061 -> IGTPW_11888 IGTPW_11888: 11888 IGT_8061: 8061 xe-2026-8752b50cc6ea4e90f3caa68dd1cc169112ac4b34: 8752b50cc6ea4e90f3caa68dd1cc169112ac4b34 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11888/index.html [-- Attachment #2: Type: text/html, Size: 92377 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Fi.CI.IGT: failure for tools/intel_gpu_top: Fix intel_gpu_top for pre-snb 2024-10-08 21:49 [PATCH i-g-t] tools/intel_gpu_top: Fix intel_gpu_top for pre-snb Ville Syrjala ` (2 preceding siblings ...) 2024-10-09 6:24 ` ✗ CI.xeFULL: failure " Patchwork @ 2024-10-10 4:00 ` Patchwork 2024-10-11 9:25 ` [PATCH i-g-t] " Kamil Konieczny 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-10-10 4:00 UTC (permalink / raw) To: Ville Syrjala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 100268 bytes --] == Series Details == Series: tools/intel_gpu_top: Fix intel_gpu_top for pre-snb URL : https://patchwork.freedesktop.org/series/139729/ State : failure == Summary == CI Bug Log - changes from IGT_8061_full -> IGTPW_11888_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11888_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11888_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/index.html Participating hosts (8 -> 8) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11888_full: ### IGT changes ### #### Possible regressions #### * igt@kms_cursor_legacy@flip-vs-cursor-varying-size: - shard-snb: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-snb2/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-snb6/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-rkl: NOTRUN -> [SKIP][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-1/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_joiner@invalid-modeset-force-ultra-joiner: - shard-dg1: NOTRUN -> [SKIP][4] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-12/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html - shard-tglu: NOTRUN -> [SKIP][5] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-3/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf: - shard-mtlp: [PASS][6] -> [FAIL][7] +2 other tests fail [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-mtlp-5/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-4/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf.html * igt@perf_pmu@busy-idle-check-all@vecs1: - shard-dg2: [PASS][8] -> [FAIL][9] +1 other test fail [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-11/igt@perf_pmu@busy-idle-check-all@vecs1.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-1/igt@perf_pmu@busy-idle-check-all@vecs1.html #### Warnings #### * igt@i915_pm_rc6_residency@rc6-idle: - shard-tglu: [WARN][10] ([i915#2681]) -> [FAIL][11] +1 other test fail [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-idle.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-3/igt@i915_pm_rc6_residency@rc6-idle.html New tests --------- New tests have been introduced between IGT_8061_full and IGTPW_11888_full: ### New IGT tests (2) ### * igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2: - Statuses : 1 pass(s) - Exec time: [18.28] s * igt@kms_async_flips@async-flip-suspend-resume@pipe-b-hdmi-a-2: - Statuses : 1 pass(s) - Exec time: [2.04] s Known issues ------------ Here are the changes found in IGTPW_11888_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-purge-cache: - shard-dg2: NOTRUN -> [SKIP][12] ([i915#8411]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-4/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@debugfs_test@basic-hwmon: - shard-rkl: NOTRUN -> [SKIP][13] ([i915#9318]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-1/igt@debugfs_test@basic-hwmon.html * igt@device_reset@unbind-cold-reset-rebind: - shard-dg1: NOTRUN -> [SKIP][14] ([i915#11078]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-18/igt@device_reset@unbind-cold-reset-rebind.html - shard-mtlp: NOTRUN -> [SKIP][15] ([i915#11078]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-6/igt@device_reset@unbind-cold-reset-rebind.html - shard-dg2: NOTRUN -> [SKIP][16] ([i915#11078]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-3/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@busy-check-all@bcs0: - shard-dg1: NOTRUN -> [SKIP][17] ([i915#8414]) +11 other tests skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-16/igt@drm_fdinfo@busy-check-all@bcs0.html * igt@drm_fdinfo@busy-check-all@ccs0: - shard-mtlp: NOTRUN -> [SKIP][18] ([i915#8414]) +6 other tests skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-5/igt@drm_fdinfo@busy-check-all@ccs0.html * igt@drm_fdinfo@most-busy-check-all@bcs0: - shard-dg2: NOTRUN -> [SKIP][19] ([i915#8414]) +16 other tests skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@drm_fdinfo@most-busy-check-all@bcs0.html * igt@fbdev@write: - shard-dg2: [PASS][20] -> [SKIP][21] ([i915#2582]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-11/igt@fbdev@write.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@fbdev@write.html * igt@gem_basic@multigpu-create-close: - shard-rkl: NOTRUN -> [SKIP][22] ([i915#7697]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-5/igt@gem_basic@multigpu-create-close.html - shard-dg1: NOTRUN -> [SKIP][23] ([i915#7697]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-19/igt@gem_basic@multigpu-create-close.html - shard-tglu: NOTRUN -> [SKIP][24] ([i915#7697]) +1 other test skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-3/igt@gem_basic@multigpu-create-close.html - shard-mtlp: NOTRUN -> [SKIP][25] ([i915#7697]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-3/igt@gem_basic@multigpu-create-close.html - shard-dg2: NOTRUN -> [SKIP][26] ([i915#7697]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-3/igt@gem_basic@multigpu-create-close.html * igt@gem_busy@close-race: - shard-rkl: NOTRUN -> [FAIL][27] ([i915#12297]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-3/igt@gem_busy@close-race.html * igt@gem_ccs@block-multicopy-inplace: - shard-rkl: NOTRUN -> [SKIP][28] ([i915#3555] / [i915#9323]) +1 other test skip [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-1/igt@gem_ccs@block-multicopy-inplace.html * igt@gem_ccs@suspend-resume: - shard-tglu: NOTRUN -> [SKIP][29] ([i915#9323]) +2 other tests skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-8/igt@gem_ccs@suspend-resume.html * igt@gem_create@create-ext-cpu-access-big: - shard-dg2: [PASS][30] -> [ABORT][31] ([i915#9846]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-8/igt@gem_create@create-ext-cpu-access-big.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_create@create-ext-set-pat: - shard-rkl: NOTRUN -> [SKIP][32] ([i915#8562]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-3/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_engines@invalid-engines: - shard-rkl: [PASS][33] -> [FAIL][34] ([i915#12027]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-rkl-6/igt@gem_ctx_engines@invalid-engines.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-1/igt@gem_ctx_engines@invalid-engines.html - shard-mtlp: [PASS][35] -> [FAIL][36] ([i915#12031]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-mtlp-7/igt@gem_ctx_engines@invalid-engines.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-7/igt@gem_ctx_engines@invalid-engines.html * igt@gem_ctx_persistence@heartbeat-stop: - shard-dg1: NOTRUN -> [SKIP][37] ([i915#8555]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-12/igt@gem_ctx_persistence@heartbeat-stop.html - shard-mtlp: NOTRUN -> [SKIP][38] ([i915#8555]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-1/igt@gem_ctx_persistence@heartbeat-stop.html * igt@gem_ctx_persistence@hostile: - shard-rkl: NOTRUN -> [FAIL][39] ([i915#11980]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-4/igt@gem_ctx_persistence@hostile.html * igt@gem_ctx_sseu@engines: - shard-rkl: NOTRUN -> [SKIP][40] ([i915#280]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-7/igt@gem_ctx_sseu@engines.html - shard-dg1: NOTRUN -> [SKIP][41] ([i915#280]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-17/igt@gem_ctx_sseu@engines.html - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#280]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-4/igt@gem_ctx_sseu@engines.html - shard-dg2: NOTRUN -> [SKIP][43] ([i915#280]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-8/igt@gem_ctx_sseu@engines.html * igt@gem_eio@kms: - shard-dg2: [PASS][44] -> [FAIL][45] ([i915#5784]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-5/igt@gem_eio@kms.html [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@gem_eio@kms.html * igt@gem_exec_balancer@bonded-semaphore: - shard-dg1: NOTRUN -> [SKIP][46] ([i915#4812]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-18/igt@gem_exec_balancer@bonded-semaphore.html - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4812]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-6/igt@gem_exec_balancer@bonded-semaphore.html * igt@gem_exec_balancer@parallel-keep-submit-fence: - shard-rkl: NOTRUN -> [SKIP][48] ([i915#4525]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-5/igt@gem_exec_balancer@parallel-keep-submit-fence.html * igt@gem_exec_balancer@parallel-ordering: - shard-tglu: NOTRUN -> [FAIL][49] ([i915#6117]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-4/igt@gem_exec_balancer@parallel-ordering.html * igt@gem_exec_capture@capture-recoverable: - shard-rkl: NOTRUN -> [SKIP][50] ([i915#6344]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-3/igt@gem_exec_capture@capture-recoverable.html * igt@gem_exec_fair@basic-none: - shard-dg1: NOTRUN -> [SKIP][51] ([i915#3539] / [i915#4852]) +1 other test skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-14/igt@gem_exec_fair@basic-none.html - shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4473] / [i915#4771]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-8/igt@gem_exec_fair@basic-none.html * igt@gem_exec_fair@basic-pace-solo: - shard-dg2: NOTRUN -> [SKIP][53] ([i915#3539]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-6/igt@gem_exec_fair@basic-pace-solo.html * igt@gem_exec_fair@basic-pace@bcs0: - shard-tglu: NOTRUN -> [FAIL][54] ([i915#2842]) +5 other tests fail [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-4/igt@gem_exec_fair@basic-pace@bcs0.html * igt@gem_exec_fair@basic-sync: - shard-dg1: NOTRUN -> [SKIP][55] ([i915#3539]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-16/igt@gem_exec_fair@basic-sync.html * igt@gem_exec_flush@basic-wb-rw-before-default: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#3539] / [i915#4852]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@gem_exec_flush@basic-wb-rw-before-default.html * igt@gem_exec_reloc@basic-cpu-gtt-noreloc: - shard-dg2: NOTRUN -> [SKIP][57] ([i915#3281]) +7 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-4/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html * igt@gem_exec_reloc@basic-gtt-cpu: - shard-rkl: NOTRUN -> [SKIP][58] ([i915#3281]) +8 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-2/igt@gem_exec_reloc@basic-gtt-cpu.html * igt@gem_exec_reloc@basic-gtt-cpu-noreloc: - shard-mtlp: NOTRUN -> [SKIP][59] ([i915#3281]) +5 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-7/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html * igt@gem_exec_reloc@basic-wc-read: - shard-dg1: NOTRUN -> [SKIP][60] ([i915#3281]) +7 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-17/igt@gem_exec_reloc@basic-wc-read.html * igt@gem_exec_schedule@pi-common@vcs0: - shard-rkl: NOTRUN -> [FAIL][61] ([i915#12296]) +4 other tests fail [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-7/igt@gem_exec_schedule@pi-common@vcs0.html * igt@gem_exec_schedule@pi-ringfull@bcs0: - shard-tglu: NOTRUN -> [FAIL][62] ([i915#12296]) +5 other tests fail [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-7/igt@gem_exec_schedule@pi-ringfull@bcs0.html * igt@gem_exec_schedule@pi-ringfull@vecs0: - shard-dg1: NOTRUN -> [FAIL][63] ([i915#12296]) +5 other tests fail [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-16/igt@gem_exec_schedule@pi-ringfull@vecs0.html * igt@gem_exec_schedule@semaphore-power: - shard-rkl: NOTRUN -> [SKIP][64] ([i915#7276]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-3/igt@gem_exec_schedule@semaphore-power.html - shard-dg2: NOTRUN -> [SKIP][65] ([i915#4537] / [i915#4812]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-8/igt@gem_exec_schedule@semaphore-power.html * igt@gem_fence_thrash@bo-write-verify-none: - shard-dg1: NOTRUN -> [SKIP][66] ([i915#4860]) +1 other test skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-16/igt@gem_fence_thrash@bo-write-verify-none.html * igt@gem_fence_thrash@bo-write-verify-y: - shard-dg2: NOTRUN -> [SKIP][67] ([i915#4860]) +2 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-4/igt@gem_fence_thrash@bo-write-verify-y.html * igt@gem_lmem_swapping@heavy-verify-multi: - shard-mtlp: NOTRUN -> [SKIP][68] ([i915#4613]) +3 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-4/igt@gem_lmem_swapping@heavy-verify-multi.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-rkl: NOTRUN -> [SKIP][69] ([i915#4613]) +3 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-3/igt@gem_lmem_swapping@parallel-random-verify-ccs.html - shard-dg1: NOTRUN -> [SKIP][70] ([i915#12193]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-12/igt@gem_lmem_swapping@parallel-random-verify-ccs.html - shard-tglu: NOTRUN -> [SKIP][71] ([i915#4613]) +1 other test skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-3/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][72] ([i915#4565]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-12/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html * igt@gem_madvise@dontneed-before-pwrite: - shard-dg2: NOTRUN -> [SKIP][73] ([i915#3282]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-8/igt@gem_madvise@dontneed-before-pwrite.html * igt@gem_media_vme: - shard-rkl: NOTRUN -> [SKIP][74] ([i915#284]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-5/igt@gem_media_vme.html * igt@gem_mmap_gtt@basic-small-copy: - shard-dg1: NOTRUN -> [SKIP][75] ([i915#4077]) +7 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-14/igt@gem_mmap_gtt@basic-small-copy.html * igt@gem_mmap_gtt@big-bo-tiledy: - shard-mtlp: NOTRUN -> [SKIP][76] ([i915#4077]) +4 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-7/igt@gem_mmap_gtt@big-bo-tiledy.html * igt@gem_mmap_gtt@fault-concurrent-x: - shard-dg2: NOTRUN -> [SKIP][77] ([i915#4077]) +7 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-3/igt@gem_mmap_gtt@fault-concurrent-x.html * igt@gem_mmap_wc@write-prefaulted: - shard-dg2: NOTRUN -> [SKIP][78] ([i915#4083]) +5 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@gem_mmap_wc@write-prefaulted.html * igt@gem_mmap_wc@write-read: - shard-dg1: NOTRUN -> [SKIP][79] ([i915#4083]) +4 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-16/igt@gem_mmap_wc@write-read.html - shard-mtlp: NOTRUN -> [SKIP][80] ([i915#4083]) +2 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-2/igt@gem_mmap_wc@write-read.html * igt@gem_partial_pwrite_pread@reads-display: - shard-dg1: NOTRUN -> [SKIP][81] ([i915#3282]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-16/igt@gem_partial_pwrite_pread@reads-display.html * igt@gem_partial_pwrite_pread@writes-after-reads-display: - shard-mtlp: NOTRUN -> [SKIP][82] ([i915#3282]) +1 other test skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-2/igt@gem_partial_pwrite_pread@writes-after-reads-display.html * igt@gem_pwrite@basic-exhaustion: - shard-rkl: NOTRUN -> [SKIP][83] ([i915#3282]) +2 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-5/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@create-protected-buffer: - shard-rkl: NOTRUN -> [SKIP][84] ([i915#4270]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-4/igt@gem_pxp@create-protected-buffer.html * igt@gem_pxp@reject-modify-context-protection-off-1: - shard-tglu: NOTRUN -> [SKIP][85] ([i915#4270]) +3 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-3/igt@gem_pxp@reject-modify-context-protection-off-1.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#4270]) +3 other tests skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: - shard-dg1: NOTRUN -> [SKIP][87] ([i915#4270]) +3 other tests skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-17/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html - shard-mtlp: NOTRUN -> [SKIP][88] ([i915#4270]) +2 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-4/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][89] ([i915#8428]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-2/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html * igt@gem_render_copy@yf-tiled-to-vebox-y-tiled: - shard-dg2: NOTRUN -> [SKIP][90] ([i915#5190] / [i915#8428]) +2 other tests skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@gem_render_copy@yf-tiled-to-vebox-y-tiled.html * igt@gem_set_tiling_vs_gtt: - shard-mtlp: NOTRUN -> [SKIP][91] ([i915#4079]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-2/igt@gem_set_tiling_vs_gtt.html * igt@gem_softpin@evict-snoop: - shard-dg1: NOTRUN -> [SKIP][92] ([i915#4885]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-17/igt@gem_softpin@evict-snoop.html * igt@gem_userptr_blits@readonly-unsync: - shard-dg1: NOTRUN -> [SKIP][93] ([i915#3297]) +1 other test skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-13/igt@gem_userptr_blits@readonly-unsync.html - shard-mtlp: NOTRUN -> [SKIP][94] ([i915#3297]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-8/igt@gem_userptr_blits@readonly-unsync.html * igt@gem_userptr_blits@unsync-unmap: - shard-tglu: NOTRUN -> [SKIP][95] ([i915#3297]) +1 other test skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-3/igt@gem_userptr_blits@unsync-unmap.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-rkl: NOTRUN -> [SKIP][96] ([i915#3297]) +1 other test skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-4/igt@gem_userptr_blits@unsync-unmap-cycles.html - shard-dg2: NOTRUN -> [SKIP][97] ([i915#3297]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-11/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gen7_exec_parse@bitmasks: - shard-dg2: NOTRUN -> [SKIP][98] +6 other tests skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-4/igt@gen7_exec_parse@bitmasks.html * igt@gen7_exec_parse@chained-batch: - shard-rkl: NOTRUN -> [SKIP][99] +19 other tests skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-5/igt@gen7_exec_parse@chained-batch.html * igt@gen9_exec_parse@batch-without-end: - shard-dg2: NOTRUN -> [SKIP][100] ([i915#2856]) +2 other tests skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@gen9_exec_parse@batch-without-end.html * igt@gen9_exec_parse@bb-large: - shard-dg1: NOTRUN -> [SKIP][101] ([i915#2527]) +3 other tests skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-15/igt@gen9_exec_parse@bb-large.html - shard-mtlp: NOTRUN -> [SKIP][102] ([i915#2856]) +1 other test skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-3/igt@gen9_exec_parse@bb-large.html * igt@gen9_exec_parse@cmd-crossing-page: - shard-tglu: NOTRUN -> [SKIP][103] ([i915#2527] / [i915#2856]) +3 other tests skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-5/igt@gen9_exec_parse@cmd-crossing-page.html * igt@gen9_exec_parse@unaligned-access: - shard-rkl: NOTRUN -> [SKIP][104] ([i915#2527]) +5 other tests skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-1/igt@gen9_exec_parse@unaligned-access.html * igt@i915_module_load@load: - shard-dg1: NOTRUN -> [SKIP][105] ([i915#6227]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-18/igt@i915_module_load@load.html - shard-tglu: NOTRUN -> [SKIP][106] ([i915#6227]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-5/igt@i915_module_load@load.html - shard-dg2: NOTRUN -> [SKIP][107] ([i915#6227]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-3/igt@i915_module_load@load.html * igt@i915_pm_freq_api@freq-reset-multiple: - shard-rkl: NOTRUN -> [SKIP][108] ([i915#8399]) +1 other test skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-4/igt@i915_pm_freq_api@freq-reset-multiple.html * igt@i915_query@hwconfig_table: - shard-rkl: NOTRUN -> [SKIP][109] ([i915#6245]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-3/igt@i915_query@hwconfig_table.html * igt@i915_query@test-query-geometry-subslices: - shard-rkl: NOTRUN -> [SKIP][110] ([i915#5723]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-7/igt@i915_query@test-query-geometry-subslices.html - shard-dg1: NOTRUN -> [SKIP][111] ([i915#5723]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-13/igt@i915_query@test-query-geometry-subslices.html * igt@i915_selftest@mock@memory_region: - shard-rkl: NOTRUN -> [DMESG-WARN][112] ([i915#9311]) +1 other test dmesg-warn [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-7/igt@i915_selftest@mock@memory_region.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-tglu: NOTRUN -> [SKIP][113] ([i915#3826]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-3/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs: - shard-dg1: NOTRUN -> [SKIP][114] ([i915#8709]) +7 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-12/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc-ccs: - shard-tglu: NOTRUN -> [SKIP][115] ([i915#8709]) +7 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][116] ([i915#8709]) +3 other tests skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][117] ([i915#8709]) +11 other tests skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-11/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs.html * igt@kms_big_fb@4-tiled-32bpp-rotate-0: - shard-dg1: NOTRUN -> [SKIP][118] ([i915#4538] / [i915#5286]) +3 other tests skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-18/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][119] ([i915#5286]) +4 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-7/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@4-tiled-addfb-size-overflow: - shard-dg1: NOTRUN -> [SKIP][120] ([i915#5286]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-14/igt@kms_big_fb@4-tiled-addfb-size-overflow.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-tglu: NOTRUN -> [SKIP][121] ([i915#5286]) +5 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-4/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][122] ([i915#3638]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-1/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][123] ([i915#4538] / [i915#5190]) +9 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-6/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html * igt@kms_big_fb@y-tiled-64bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][124] ([i915#3638]) +1 other test skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-17/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-180: - shard-mtlp: NOTRUN -> [SKIP][125] +15 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-6/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-0: - shard-dg1: NOTRUN -> [SKIP][126] ([i915#4538]) +5 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-14/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-270: - shard-tglu: NOTRUN -> [SKIP][127] +75 other tests skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-8/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-mtlp: NOTRUN -> [SKIP][128] ([i915#6187]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-5/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][129] ([i915#6095]) +74 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-8/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][130] ([i915#6095]) +19 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-7/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs@pipe-c-edp-1.html * igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#10307] / [i915#6095]) +159 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-3.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs: - shard-dg1: NOTRUN -> [SKIP][132] ([i915#12313]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-15/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html - shard-tglu: NOTRUN -> [SKIP][133] ([i915#12313]) +2 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-rkl: NOTRUN -> [SKIP][134] ([i915#12313]) +1 other test skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-7/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][135] ([i915#6095]) +92 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-13/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-3.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][136] ([i915#6095]) +75 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-5/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][137] ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-8/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][138] ([i915#7213]) +3 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html * igt@kms_cdclk@plane-scaling: - shard-dg1: NOTRUN -> [SKIP][139] ([i915#3742]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-18/igt@kms_cdclk@plane-scaling.html - shard-tglu: NOTRUN -> [SKIP][140] ([i915#3742]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-5/igt@kms_cdclk@plane-scaling.html * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#7828]) +5 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-1/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html * igt@kms_chamelium_frames@hdmi-frame-dump: - shard-mtlp: NOTRUN -> [SKIP][142] ([i915#7828]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-6/igt@kms_chamelium_frames@hdmi-frame-dump.html * igt@kms_chamelium_frames@vga-frame-dump: - shard-dg1: NOTRUN -> [SKIP][143] ([i915#7828]) +3 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-17/igt@kms_chamelium_frames@vga-frame-dump.html * igt@kms_chamelium_hpd@vga-hpd-fast: - shard-rkl: NOTRUN -> [SKIP][144] ([i915#7828]) +6 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-1/igt@kms_chamelium_hpd@vga-hpd-fast.html * igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode: - shard-tglu: NOTRUN -> [SKIP][145] ([i915#7828]) +7 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-10/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html * igt@kms_color@deep-color: - shard-dg2: [PASS][146] -> [SKIP][147] ([i915#3555]) +3 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-10/igt@kms_color@deep-color.html [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@kms_color@deep-color.html * igt@kms_content_protection@atomic-dpms: - shard-tglu: NOTRUN -> [SKIP][148] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) +1 other test skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-3/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@atomic@pipe-a-dp-3: - shard-dg2: NOTRUN -> [TIMEOUT][149] ([i915#7173]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-10/igt@kms_content_protection@atomic@pipe-a-dp-3.html * igt@kms_content_protection@content-type-change: - shard-tglu: NOTRUN -> [SKIP][150] ([i915#6944] / [i915#9424]) +2 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-2/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg1: NOTRUN -> [SKIP][151] ([i915#3299]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-13/igt@kms_content_protection@dp-mst-type-0.html - shard-mtlp: NOTRUN -> [SKIP][152] ([i915#3299]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-2/igt@kms_content_protection@dp-mst-type-0.html - shard-dg2: NOTRUN -> [SKIP][153] ([i915#3299]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-8/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][154] ([i915#7118] / [i915#9424]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-4/igt@kms_content_protection@type1.html - shard-rkl: NOTRUN -> [SKIP][155] ([i915#7118] / [i915#9424]) +1 other test skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-4/igt@kms_content_protection@type1.html - shard-dg1: NOTRUN -> [SKIP][156] ([i915#7116] / [i915#9424]) +1 other test skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-15/igt@kms_content_protection@type1.html - shard-mtlp: NOTRUN -> [SKIP][157] ([i915#3555] / [i915#6944] / [i915#9424]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-3/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-alpha-opaque: - shard-dg1: [PASS][158] -> [DMESG-WARN][159] ([i915#4423]) +1 other test dmesg-warn [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg1-19/igt@kms_cursor_crc@cursor-alpha-opaque.html [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-19/igt@kms_cursor_crc@cursor-alpha-opaque.html * igt@kms_cursor_crc@cursor-offscreen-32x32: - shard-tglu: NOTRUN -> [SKIP][160] ([i915#3555]) +3 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-6/igt@kms_cursor_crc@cursor-offscreen-32x32.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg1: NOTRUN -> [SKIP][161] ([i915#11453]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-18/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-random-32x32: - shard-dg2: NOTRUN -> [SKIP][162] ([i915#3555]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-8/igt@kms_cursor_crc@cursor-random-32x32.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-rkl: NOTRUN -> [SKIP][163] ([i915#11453]) +2 other tests skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-4/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-32x10: - shard-rkl: NOTRUN -> [SKIP][164] ([i915#3555]) +3 other tests skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html - shard-mtlp: NOTRUN -> [SKIP][165] ([i915#3555] / [i915#8814]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-3/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-tglu: NOTRUN -> [SKIP][166] ([i915#11453]) +1 other test skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-4/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-snb: [PASS][167] -> [SKIP][168] +1 other test skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-snb2/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-snb1/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic: - shard-mtlp: NOTRUN -> [SKIP][169] ([i915#9809]) +1 other test skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-1/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-toggle: - shard-dg2: NOTRUN -> [SKIP][170] ([i915#5354]) +23 other tests skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-mtlp: NOTRUN -> [SKIP][171] ([i915#4213]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html - shard-dg2: NOTRUN -> [SKIP][172] ([i915#4103] / [i915#4213]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html - shard-dg1: NOTRUN -> [SKIP][173] ([i915#4103] / [i915#4213]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-13/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-tglu: NOTRUN -> [SKIP][174] ([i915#9723]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-4/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg1: NOTRUN -> [SKIP][175] ([i915#8588]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-12/igt@kms_display_modes@mst-extended-mode-negative.html - shard-mtlp: NOTRUN -> [SKIP][176] ([i915#8588]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-1/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc: - shard-dg1: NOTRUN -> [SKIP][177] ([i915#3555]) +2 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-12/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html - shard-tglu: NOTRUN -> [SKIP][178] ([i915#1769] / [i915#3555] / [i915#3804]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][179] ([i915#3804]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_dp_aux_dev: - shard-dg2: NOTRUN -> [SKIP][180] ([i915#1257]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-6/igt@kms_dp_aux_dev.html - shard-rkl: NOTRUN -> [SKIP][181] ([i915#1257]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-5/igt@kms_dp_aux_dev.html * igt@kms_dsc@dsc-basic: - shard-dg2: NOTRUN -> [SKIP][182] ([i915#3555] / [i915#3840]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-6/igt@kms_dsc@dsc-basic.html - shard-rkl: NOTRUN -> [SKIP][183] ([i915#3555] / [i915#3840]) +1 other test skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-3/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-fractional-bpp: - shard-tglu: NOTRUN -> [SKIP][184] ([i915#3840]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-4/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_feature_discovery@chamelium: - shard-tglu: NOTRUN -> [SKIP][185] ([i915#2065] / [i915#4854]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-6/igt@kms_feature_discovery@chamelium.html - shard-dg1: NOTRUN -> [SKIP][186] ([i915#4854]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-14/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-3x: - shard-tglu: NOTRUN -> [SKIP][187] ([i915#1839]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-2/igt@kms_feature_discovery@display-3x.html * igt@kms_feature_discovery@dp-mst: - shard-dg2: NOTRUN -> [SKIP][188] ([i915#9337]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-3/igt@kms_feature_discovery@dp-mst.html - shard-rkl: NOTRUN -> [SKIP][189] ([i915#9337]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-5/igt@kms_feature_discovery@dp-mst.html - shard-dg1: NOTRUN -> [SKIP][190] ([i915#9337]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-19/igt@kms_feature_discovery@dp-mst.html - shard-tglu: NOTRUN -> [SKIP][191] ([i915#9337]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-3/igt@kms_feature_discovery@dp-mst.html - shard-mtlp: NOTRUN -> [SKIP][192] ([i915#9337]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-3/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr2: - shard-dg1: NOTRUN -> [SKIP][193] ([i915#658]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-19/igt@kms_feature_discovery@psr2.html - shard-dg2: NOTRUN -> [SKIP][194] ([i915#658]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-flip-vs-modeset: - shard-tglu: NOTRUN -> [SKIP][195] ([i915#3637] / [i915#3966]) +1 other test skip [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-3/igt@kms_flip@2x-flip-vs-modeset.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible: - shard-mtlp: NOTRUN -> [SKIP][196] ([i915#3637]) +2 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-8/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html * igt@kms_flip@2x-flip-vs-suspend: - shard-dg1: NOTRUN -> [SKIP][197] ([i915#9934]) +2 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-18/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@2x-nonexisting-fb-interruptible: - shard-tglu: NOTRUN -> [SKIP][198] ([i915#3637]) +8 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-4/igt@kms_flip@2x-nonexisting-fb-interruptible.html * igt@kms_flip@blocking-wf_vblank: - shard-rkl: [PASS][199] -> [FAIL][200] ([i915#11961] / [i915#2122]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-rkl-7/igt@kms_flip@blocking-wf_vblank.html [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-2/igt@kms_flip@blocking-wf_vblank.html * igt@kms_flip@blocking-wf_vblank@b-hdmi-a1: - shard-rkl: [PASS][201] -> [FAIL][202] ([i915#2122]) +1 other test fail [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-rkl-7/igt@kms_flip@blocking-wf_vblank@b-hdmi-a1.html [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-2/igt@kms_flip@blocking-wf_vblank@b-hdmi-a1.html * igt@kms_flip@blocking-wf_vblank@c-hdmi-a3: - shard-dg2: [PASS][203] -> [FAIL][204] ([i915#2122]) +3 other tests fail [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-6/igt@kms_flip@blocking-wf_vblank@c-hdmi-a3.html [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-1/igt@kms_flip@blocking-wf_vblank@c-hdmi-a3.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][205] ([i915#8381]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-4/igt@kms_flip@flip-vs-fences-interruptible.html - shard-dg1: NOTRUN -> [SKIP][206] ([i915#8381]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-13/igt@kms_flip@flip-vs-fences-interruptible.html - shard-mtlp: NOTRUN -> [SKIP][207] ([i915#8381]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-8/igt@kms_flip@flip-vs-fences-interruptible.html * igt@kms_flip@flip-vs-suspend: - shard-dg2: [PASS][208] -> [SKIP][209] ([i915#5354]) +7 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-4/igt@kms_flip@flip-vs-suspend.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_flip@flip-vs-suspend.html - shard-dg1: [PASS][210] -> [INCOMPLETE][211] ([i915#4839] / [i915#6113]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg1-16/igt@kms_flip@flip-vs-suspend.html [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-12/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend@b-hdmi-a1: - shard-snb: [PASS][212] -> [INCOMPLETE][213] ([i915#4839]) +1 other test incomplete [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-snb4/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-snb1/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html * igt@kms_flip@flip-vs-suspend@d-edp1: - shard-mtlp: [PASS][214] -> [INCOMPLETE][215] ([i915#6113]) +1 other test incomplete [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-mtlp-8/igt@kms_flip@flip-vs-suspend@d-edp1.html [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-5/igt@kms_flip@flip-vs-suspend@d-edp1.html * igt@kms_flip@flip-vs-suspend@d-hdmi-a3: - shard-dg1: NOTRUN -> [INCOMPLETE][216] ([i915#6113]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-12/igt@kms_flip@flip-vs-suspend@d-hdmi-a3.html * igt@kms_flip@plain-flip-ts-check-interruptible: - shard-rkl: [PASS][217] -> [FAIL][218] ([i915#11989] / [i915#2122]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-rkl-1/igt@kms_flip@plain-flip-ts-check-interruptible.html [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-1/igt@kms_flip@plain-flip-ts-check-interruptible.html * igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a2: - shard-rkl: [PASS][219] -> [FAIL][220] ([i915#11961]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-rkl-1/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a2.html [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-1/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a2.html * igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a1: - shard-tglu: [PASS][221] -> [FAIL][222] ([i915#2122]) +1 other test fail [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-tglu-7/igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a1.html [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-6/igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a1.html * igt@kms_flip@wf_vblank-ts-check@a-hdmi-a1: - shard-snb: [PASS][223] -> [FAIL][224] ([i915#2122]) +5 other tests fail [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-snb7/igt@kms_flip@wf_vblank-ts-check@a-hdmi-a1.html [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-snb7/igt@kms_flip@wf_vblank-ts-check@a-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling: - shard-mtlp: NOTRUN -> [SKIP][225] ([i915#3555] / [i915#8813]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][226] ([i915#3555] / [i915#8810]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: - shard-tglu: NOTRUN -> [SKIP][227] ([i915#2587] / [i915#2672] / [i915#3555]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][228] ([i915#2672]) +6 other tests skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][229] ([i915#2672]) +2 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling: - shard-rkl: NOTRUN -> [SKIP][230] ([i915#2672] / [i915#3555]) +1 other test skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][231] ([i915#2672]) +1 other test skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-2/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-4tiledg2rcccs-upscaling: - shard-dg1: NOTRUN -> [SKIP][232] ([i915#2672] / [i915#3555]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-18/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html - shard-tglu: NOTRUN -> [SKIP][233] ([i915#2672] / [i915#3555]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][234] ([i915#2587] / [i915#2672]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-18/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html - shard-tglu: NOTRUN -> [SKIP][235] ([i915#2587] / [i915#2672]) +1 other test skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling: - shard-dg2: NOTRUN -> [SKIP][236] ([i915#2672] / [i915#3555] / [i915#5190]) +3 other tests skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-mtlp: NOTRUN -> [SKIP][237] ([i915#2672] / [i915#3555] / [i915#8813]) +3 other tests skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][238] ([i915#2672] / [i915#3555]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][239] ([i915#2672] / [i915#3555]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][240] ([i915#8708]) +15 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: - shard-dg1: NOTRUN -> [SKIP][241] +22 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-cpu: - shard-rkl: NOTRUN -> [SKIP][242] ([i915#1825]) +27 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-cpu: - shard-mtlp: NOTRUN -> [SKIP][243] ([i915#1825]) +11 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc: - shard-rkl: NOTRUN -> [SKIP][244] ([i915#3023]) +18 other tests skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-tglu: NOTRUN -> [SKIP][245] ([i915#9766]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-10/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][246] ([i915#3458]) +11 other tests skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][247] ([i915#3458]) +11 other tests skip [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][248] ([i915#8708]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][249] ([i915#8708]) +7 other tests skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html * igt@kms_hdr@bpc-switch-dpms: - shard-tglu: NOTRUN -> [SKIP][250] ([i915#3555] / [i915#8228]) +1 other test skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-7/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: [PASS][251] -> [SKIP][252] ([i915#3555] / [i915#8228]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-10/igt@kms_hdr@invalid-metadata-sizes.html [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle: - shard-dg1: NOTRUN -> [SKIP][253] ([i915#3555] / [i915#8228]) +2 other tests skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-17/igt@kms_hdr@static-toggle.html * igt@kms_hdr@static-toggle-dpms: - shard-mtlp: NOTRUN -> [SKIP][254] ([i915#3555] / [i915#8228]) +1 other test skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-5/igt@kms_hdr@static-toggle-dpms.html - shard-dg2: NOTRUN -> [SKIP][255] ([i915#3555] / [i915#8228]) +1 other test skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-1/igt@kms_hdr@static-toggle-dpms.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-dg1: NOTRUN -> [SKIP][256] ([i915#10656]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-13/igt@kms_joiner@invalid-modeset-big-joiner.html - shard-tglu: NOTRUN -> [SKIP][257] ([i915#10656]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-2/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_joiner@invalid-modeset-force-ultra-joiner: - shard-dg2: NOTRUN -> [SKIP][258] ([i915#10656]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-10/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html - shard-mtlp: NOTRUN -> [SKIP][259] ([i915#10656]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-1/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html * igt@kms_panel_fitting@legacy: - shard-tglu: NOTRUN -> [SKIP][260] ([i915#6301]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-9/igt@kms_panel_fitting@legacy.html * igt@kms_plane_alpha_blend@coverage-7efc: - shard-dg2: [PASS][261] -> [SKIP][262] ([i915#7294]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-10/igt@kms_plane_alpha_blend@coverage-7efc.html [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_plane_alpha_blend@coverage-7efc.html * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation: - shard-dg2: [PASS][263] -> [SKIP][264] ([i915#12247] / [i915#8152] / [i915#9423]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-1/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation.html [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation.html * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b: - shard-dg2: [PASS][265] -> [SKIP][266] ([i915#12247]) +2 other tests skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-1/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b.html [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b.html * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-d: - shard-dg2: [PASS][267] -> [SKIP][268] ([i915#12247] / [i915#8152]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-1/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-d.html [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-d.html * igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a: - shard-rkl: NOTRUN -> [SKIP][269] ([i915#12247]) +2 other tests skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-3/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25: - shard-tglu: NOTRUN -> [SKIP][270] ([i915#6953]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-4/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-b: - shard-tglu: NOTRUN -> [SKIP][271] ([i915#12247]) +8 other tests skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-4/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-b.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75: - shard-dg2: NOTRUN -> [SKIP][272] ([i915#12247] / [i915#6953] / [i915#8152] / [i915#9423]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-c: - shard-dg2: NOTRUN -> [SKIP][273] ([i915#12247]) +2 other tests skip [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-c.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-d: - shard-dg2: NOTRUN -> [SKIP][274] ([i915#12247] / [i915#8152]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-d.html * igt@kms_pm_backlight@brightness-with-dpms: - shard-rkl: NOTRUN -> [SKIP][275] ([i915#12343]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-4/igt@kms_pm_backlight@brightness-with-dpms.html * igt@kms_pm_backlight@fade: - shard-rkl: NOTRUN -> [SKIP][276] ([i915#5354]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-5/igt@kms_pm_backlight@fade.html * igt@kms_pm_backlight@fade-with-suspend: - shard-tglu: NOTRUN -> [SKIP][277] ([i915#9812]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-3/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc5-psr: - shard-rkl: NOTRUN -> [SKIP][278] ([i915#9685]) +1 other test skip [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-3/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-psr: - shard-mtlp: NOTRUN -> [SKIP][279] ([i915#10139]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-5/igt@kms_pm_dc@dc6-psr.html - shard-dg2: NOTRUN -> [SKIP][280] ([i915#9685]) +1 other test skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-1/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_lpsp@kms-lpsp: - shard-rkl: NOTRUN -> [SKIP][281] ([i915#3828]) [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-4/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_rpm@cursor-dpms: - shard-dg2: NOTRUN -> [SKIP][282] ([i915#1849]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_pm_rpm@cursor-dpms.html * igt@kms_pm_rpm@drm-resources-equal: - shard-dg2: NOTRUN -> [SKIP][283] ([i915#3547]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_pm_rpm@drm-resources-equal.html * igt@kms_pm_rpm@i2c: - shard-dg2: [PASS][284] -> [SKIP][285] [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-5/igt@kms_pm_rpm@i2c.html [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_pm_rpm@i2c.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-rkl: [PASS][286] -> [SKIP][287] ([i915#9519]) +1 other test skip [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-tglu: NOTRUN -> [SKIP][288] ([i915#9519]) +1 other test skip [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-4/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-dg2: [PASS][289] -> [SKIP][290] ([i915#9519]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-5/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-8/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@kms_prime@basic-crc-vgem: - shard-dg2: NOTRUN -> [SKIP][291] ([i915#6524] / [i915#6805]) [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-6/igt@kms_prime@basic-crc-vgem.html * igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf: - shard-tglu: NOTRUN -> [SKIP][292] ([i915#11520]) +7 other tests skip [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-3/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf: - shard-dg2: NOTRUN -> [SKIP][293] ([i915#11520]) +4 other tests skip [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area: - shard-dg1: NOTRUN -> [SKIP][294] ([i915#11520]) +5 other tests skip [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-12/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][295] ([i915#9808]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-6/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1.html * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][296] ([i915#12316]) +2 other tests skip [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-6/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1.html * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - shard-rkl: NOTRUN -> [SKIP][297] ([i915#11520]) +6 other tests skip [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-3/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html - shard-snb: NOTRUN -> [SKIP][298] ([i915#11520]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-snb2/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html * igt@kms_psr2_su@page_flip-p010: - shard-dg2: NOTRUN -> [SKIP][299] ([i915#9683]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@kms_psr2_su@page_flip-p010.html - shard-rkl: NOTRUN -> [SKIP][300] ([i915#9683]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-1/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-pr-basic: - shard-mtlp: NOTRUN -> [SKIP][301] ([i915#9688]) +5 other tests skip [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-8/igt@kms_psr@fbc-pr-basic.html * igt@kms_psr@fbc-psr-primary-page-flip: - shard-dg2: NOTRUN -> [SKIP][302] ([i915#1072] / [i915#9732]) +12 other tests skip [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-4/igt@kms_psr@fbc-psr-primary-page-flip.html * igt@kms_psr@fbc-psr-sprite-plane-move: - shard-tglu: NOTRUN -> [SKIP][303] ([i915#9732]) +20 other tests skip [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-10/igt@kms_psr@fbc-psr-sprite-plane-move.html * igt@kms_psr@fbc-psr2-sprite-render: - shard-rkl: NOTRUN -> [SKIP][304] ([i915#1072] / [i915#9732]) +12 other tests skip [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-5/igt@kms_psr@fbc-psr2-sprite-render.html * igt@kms_psr@psr-sprite-mmap-cpu: - shard-dg1: NOTRUN -> [SKIP][305] ([i915#1072] / [i915#9732]) +14 other tests skip [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-19/igt@kms_psr@psr-sprite-mmap-cpu.html * igt@kms_rotation_crc@primary-rotation-270: - shard-dg2: NOTRUN -> [SKIP][306] ([i915#11131]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-4/igt@kms_rotation_crc@primary-rotation-270.html - shard-mtlp: NOTRUN -> [SKIP][307] ([i915#11131]) +1 other test skip [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-8/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-dg2: NOTRUN -> [SKIP][308] ([i915#5190]) +1 other test skip [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-mtlp: NOTRUN -> [SKIP][309] ([i915#5289]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg1: NOTRUN -> [SKIP][310] ([i915#5289]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-15/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html - shard-tglu: NOTRUN -> [SKIP][311] ([i915#5289]) [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_selftest@drm_framebuffer: - shard-tglu: NOTRUN -> [ABORT][312] ([i915#12231]) +1 other test abort [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-6/igt@kms_selftest@drm_framebuffer.html * igt@kms_sysfs_edid_timing: - shard-dg2: [PASS][313] -> [FAIL][314] ([IGT#2]) [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_sysfs_edid_timing.html [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@kms_sysfs_edid_timing.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-rkl: NOTRUN -> [SKIP][315] ([i915#8623]) [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html - shard-dg2: NOTRUN -> [SKIP][316] ([i915#8623]) [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-11/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_tv_load_detect@load-detect: - shard-snb: NOTRUN -> [SKIP][317] +51 other tests skip [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-snb7/igt@kms_tv_load_detect@load-detect.html * igt@kms_vblank@ts-continuation-dpms-suspend: - shard-dg2: [PASS][318] -> [SKIP][319] ([i915#9197]) +15 other tests skip [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-3/igt@kms_vblank@ts-continuation-dpms-suspend.html [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_vblank@ts-continuation-dpms-suspend.html * igt@kms_vrr@max-min: - shard-dg1: NOTRUN -> [SKIP][320] ([i915#9906]) +1 other test skip [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-18/igt@kms_vrr@max-min.html - shard-tglu: NOTRUN -> [SKIP][321] ([i915#9906]) +2 other tests skip [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-5/igt@kms_vrr@max-min.html * igt@kms_vrr@negative-basic: - shard-dg2: NOTRUN -> [SKIP][322] ([i915#3555] / [i915#9906]) [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-1/igt@kms_vrr@negative-basic.html - shard-dg1: NOTRUN -> [SKIP][323] ([i915#3555] / [i915#9906]) [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-19/igt@kms_vrr@negative-basic.html - shard-tglu: NOTRUN -> [SKIP][324] ([i915#3555] / [i915#9906]) [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-4/igt@kms_vrr@negative-basic.html * igt@kms_vrr@seamless-rr-switch-virtual: - shard-dg2: NOTRUN -> [SKIP][325] ([i915#9197]) +12 other tests skip [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_vrr@seamless-rr-switch-virtual.html - shard-rkl: NOTRUN -> [SKIP][326] ([i915#9906]) [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-7/igt@kms_vrr@seamless-rr-switch-virtual.html - shard-mtlp: NOTRUN -> [SKIP][327] ([i915#8808] / [i915#9906]) [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-5/igt@kms_vrr@seamless-rr-switch-virtual.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-dg2: NOTRUN -> [SKIP][328] ([i915#9906]) [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-4/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-rkl: NOTRUN -> [SKIP][329] ([i915#2437] / [i915#9412]) [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-4/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-fb-id: - shard-rkl: NOTRUN -> [SKIP][330] ([i915#2437]) [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-5/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-dg1: NOTRUN -> [SKIP][331] ([i915#2437] / [i915#9412]) [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-19/igt@kms_writeback@writeback-fb-id-xrgb2101010.html - shard-tglu: NOTRUN -> [SKIP][332] ([i915#2437] / [i915#9412]) [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-4/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@perf@gen12-group-concurrent-oa-buffer-read: - shard-mtlp: [PASS][333] -> [FAIL][334] ([i915#10538]) [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-mtlp-2/igt@perf@gen12-group-concurrent-oa-buffer-read.html [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-3/igt@perf@gen12-group-concurrent-oa-buffer-read.html * igt@perf@global-sseu-config: - shard-dg2: NOTRUN -> [SKIP][335] ([i915#7387]) [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-4/igt@perf@global-sseu-config.html * igt@perf@per-context-mode-unprivileged: - shard-rkl: NOTRUN -> [SKIP][336] ([i915#2435]) [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-3/igt@perf@per-context-mode-unprivileged.html * igt@perf_pmu@busy-idle-check-all@ccs0: - shard-mtlp: [PASS][337] -> [FAIL][338] ([i915#4349]) [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-mtlp-7/igt@perf_pmu@busy-idle-check-all@ccs0.html [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-5/igt@perf_pmu@busy-idle-check-all@ccs0.html - shard-dg2: [PASS][339] -> [FAIL][340] ([i915#4349]) [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-11/igt@perf_pmu@busy-idle-check-all@ccs0.html [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-1/igt@perf_pmu@busy-idle-check-all@ccs0.html * igt@perf_pmu@module-unload: - shard-snb: [PASS][341] -> [ABORT][342] ([i915#9853]) [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-snb6/igt@perf_pmu@module-unload.html [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-snb6/igt@perf_pmu@module-unload.html * igt@prime_vgem@basic-fence-read: - shard-dg2: NOTRUN -> [SKIP][343] ([i915#3291] / [i915#3708]) [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-8/igt@prime_vgem@basic-fence-read.html - shard-rkl: NOTRUN -> [SKIP][344] ([i915#3291] / [i915#3708]) [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-7/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@coherency-gtt: - shard-dg2: NOTRUN -> [SKIP][345] ([i915#3708] / [i915#4077]) [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-11/igt@prime_vgem@coherency-gtt.html - shard-rkl: NOTRUN -> [SKIP][346] ([i915#3708]) +1 other test skip [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-4/igt@prime_vgem@coherency-gtt.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-tglu: NOTRUN -> [SKIP][347] ([i915#9917]) [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-3/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@sriov_basic@enable-vfs-autoprobe-on: - shard-rkl: NOTRUN -> [SKIP][348] ([i915#9917]) +1 other test skip [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-1/igt@sriov_basic@enable-vfs-autoprobe-on.html * igt@sriov_basic@enable-vfs-bind-unbind-each: - shard-dg2: NOTRUN -> [SKIP][349] ([i915#9917]) [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-6/igt@sriov_basic@enable-vfs-bind-unbind-each.html #### Possible fixes #### * igt@fbdev@unaligned-write: - shard-dg2: [SKIP][350] ([i915#2582]) -> [PASS][351] [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@fbdev@unaligned-write.html [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-8/igt@fbdev@unaligned-write.html * igt@gem_ctx_persistence@hostile: - shard-tglu: [FAIL][352] ([i915#11980]) -> [PASS][353] [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-tglu-3/igt@gem_ctx_persistence@hostile.html [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-8/igt@gem_ctx_persistence@hostile.html * igt@gem_exec_fair@basic-deadline: - shard-rkl: [FAIL][354] ([i915#2846]) -> [PASS][355] [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-rkl-2/igt@gem_exec_fair@basic-deadline.html [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-5/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-pace-share: - shard-rkl: [FAIL][356] ([i915#2842]) -> [PASS][357] +1 other test pass [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-rkl-1/igt@gem_exec_fair@basic-pace-share.html [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-2/igt@gem_exec_fair@basic-pace-share.html * igt@i915_module_load@reload-with-fault-injection: - shard-rkl: [ABORT][358] ([i915#9820]) -> [PASS][359] [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-rkl-1/igt@i915_module_load@reload-with-fault-injection.html [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-4/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_selftest@live: - shard-dg2: [ABORT][360] ([i915#12133]) -> [PASS][361] [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-7/igt@i915_selftest@live.html [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-4/igt@i915_selftest@live.html * igt@i915_selftest@live@active: - shard-dg2: [ABORT][362] ([i915#12305]) -> [PASS][363] [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-7/igt@i915_selftest@live@active.html [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-4/igt@i915_selftest@live@active.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [FAIL][364] ([i915#5138]) -> [PASS][365] [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-dg2: [SKIP][366] ([i915#1849]) -> [PASS][367] [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_fbcon_fbt@fbc-suspend.html [367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-8/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1: - shard-snb: [FAIL][368] ([i915#2122]) -> [PASS][369] +6 other tests pass [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-snb7/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html [369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-snb1/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html * igt@kms_flip@plain-flip-ts-check-interruptible: - shard-dg1: [FAIL][370] ([i915#11989] / [i915#2122]) -> [PASS][371] [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg1-16/igt@kms_flip@plain-flip-ts-check-interruptible.html [371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-14/igt@kms_flip@plain-flip-ts-check-interruptible.html * igt@kms_flip@plain-flip-ts-check-interruptible@d-hdmi-a4: - shard-dg1: [FAIL][372] ([i915#2122]) -> [PASS][373] +4 other tests pass [372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg1-16/igt@kms_flip@plain-flip-ts-check-interruptible@d-hdmi-a4.html [373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-14/igt@kms_flip@plain-flip-ts-check-interruptible@d-hdmi-a4.html * igt@kms_flip@wf_vblank-ts-check-interruptible: - shard-rkl: [FAIL][374] ([i915#2122]) -> [PASS][375] [374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-rkl-4/igt@kms_flip@wf_vblank-ts-check-interruptible.html [375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-3/igt@kms_flip@wf_vblank-ts-check-interruptible.html - shard-mtlp: [FAIL][376] ([i915#2122]) -> [PASS][377] +1 other test pass [376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-mtlp-4/igt@kms_flip@wf_vblank-ts-check-interruptible.html [377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-6/igt@kms_flip@wf_vblank-ts-check-interruptible.html * igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a4: - shard-dg1: [FAIL][378] ([i915#11832]) -> [PASS][379] [378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg1-15/igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a4.html [379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-18/igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a4.html * igt@kms_flip@wf_vblank-ts-check@a-hdmi-a1: - shard-tglu: [FAIL][380] ([i915#2122]) -> [PASS][381] +2 other tests pass [380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-tglu-6/igt@kms_flip@wf_vblank-ts-check@a-hdmi-a1.html [381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-10/igt@kms_flip@wf_vblank-ts-check@a-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling: - shard-dg2: [SKIP][382] ([i915#3555]) -> [PASS][383] +3 other tests pass [382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html [383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move: - shard-dg2: [SKIP][384] ([i915#5354]) -> [PASS][385] +12 other tests pass [384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html [385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-snb: [SKIP][386] -> [PASS][387] +4 other tests pass [386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html [387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-d-edp-1: - shard-mtlp: [FAIL][388] -> [PASS][389] +2 other tests pass [388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-mtlp-5/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-d-edp-1.html [389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-mtlp-4/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-d-edp-1.html * igt@kms_plane_alpha_blend@constant-alpha-mid: - shard-dg2: [SKIP][390] ([i915#7294]) -> [PASS][391] [390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_plane_alpha_blend@constant-alpha-mid.html [391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-4/igt@kms_plane_alpha_blend@constant-alpha-mid.html * igt@kms_plane_scaling@invalid-parameters: - shard-dg2: [SKIP][392] ([i915#8152] / [i915#9423]) -> [PASS][393] [392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_plane_scaling@invalid-parameters.html [393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-8/igt@kms_plane_scaling@invalid-parameters.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers: - shard-dg2: [SKIP][394] ([i915#3555] / [i915#8152] / [i915#9423]) -> [PASS][395] [394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers.html [395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers@pipe-b: - shard-dg2: [SKIP][396] ([i915#12247]) -> [PASS][397] +8 other tests pass [396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers@pipe-b.html [397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers@pipe-b.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers@pipe-d: - shard-dg2: [SKIP][398] ([i915#8152]) -> [PASS][399] [398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers@pipe-d.html [399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers@pipe-d.html * igt@kms_plane_scaling@planes-downscale-factor-0-75: - shard-dg2: [SKIP][400] ([i915#12247] / [i915#3555] / [i915#6953] / [i915#8152] / [i915#9423]) -> [PASS][401] [400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-75.html [401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-8/igt@kms_plane_scaling@planes-downscale-factor-0-75.html * igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling: - shard-dg2: [SKIP][402] ([i915#12247] / [i915#3558] / [i915#8152] / [i915#9423]) -> [PASS][403] [402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling.html [403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling.html * igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-d: - shard-dg2: [SKIP][404] ([i915#12247] / [i915#8152]) -> [PASS][405] +1 other test pass [404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-d.html [405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-8/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-d.html * igt@kms_pm_dc@dc6-dpms: - shard-tglu: [FAIL][406] ([i915#9295]) -> [PASS][407] [406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-tglu-8/igt@kms_pm_dc@dc6-dpms.html [407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-tglu-4/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-dg2: [SKIP][408] ([i915#9519]) -> [PASS][409] [408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html [409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-11/igt@kms_pm_rpm@modeset-non-lpsp-stress.html - shard-rkl: [SKIP][410] ([i915#9519]) -> [PASS][411] +3 other tests pass [410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress.html [411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_pm_rpm@system-suspend-modeset: - shard-dg2: [SKIP][412] ([i915#3547]) -> [PASS][413] [412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_pm_rpm@system-suspend-modeset.html [413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-5/igt@kms_pm_rpm@system-suspend-modeset.html * igt@kms_properties@plane-properties-atomic: - shard-dg2: [SKIP][414] ([i915#11521]) -> [PASS][415] [414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_properties@plane-properties-atomic.html [415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-6/igt@kms_properties@plane-properties-atomic.html * igt@kms_universal_plane@universal-plane-sanity: - shard-dg2: [SKIP][416] ([i915#9197]) -> [PASS][417] +32 other tests pass [416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_universal_plane@universal-plane-sanity.html [417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-11/igt@kms_universal_plane@universal-plane-sanity.html #### Warnings #### * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg2: [SKIP][418] -> [SKIP][419] ([i915#9197]) +1 other test skip [418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-10/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html [419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@x-tiled-64bpp-rotate-90: - shard-dg2: [SKIP][420] ([i915#9197]) -> [SKIP][421] +3 other tests skip [420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html [421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-4/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-0: - shard-dg2: [SKIP][422] ([i915#5190] / [i915#9197]) -> [SKIP][423] ([i915#4538] / [i915#5190]) +4 other tests skip [422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html [423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-0: - shard-dg2: [SKIP][424] ([i915#4538] / [i915#5190]) -> [SKIP][425] ([i915#5190] / [i915#9197]) +1 other test skip [424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-5/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html [425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs: - shard-dg2: [SKIP][426] ([i915#10307] / [i915#6095]) -> [SKIP][427] ([i915#9197]) +6 other tests skip [426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-11/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs.html [427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-dg2: [SKIP][428] ([i915#9197]) -> [SKIP][429] ([i915#12313]) [428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html [429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs: - shard-dg2: [SKIP][430] ([i915#9197]) -> [SKIP][431] ([i915#10307] / [i915#6095]) +5 other tests skip [430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs.html [431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-7/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-4: - shard-dg1: [SKIP][432] ([i915#6095]) -> [SKIP][433] ([i915#4423] / [i915#6095]) +1 other test skip [432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg1-15/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-4.html [433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg1-14/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-4.html * igt@kms_content_protection@atomic: - shard-dg2: [SKIP][434] ([i915#7118] / [i915#9424]) -> [TIMEOUT][435] ([i915#7173]) [434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-3/igt@kms_content_protection@atomic.html [435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-10/igt@kms_content_protection@atomic.html * igt@kms_content_protection@srm: - shard-dg2: [SKIP][436] ([i915#9197]) -> [SKIP][437] ([i915#7118]) [436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_content_protection@srm.html [437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-11/igt@kms_content_protection@srm.html * igt@kms_content_protection@uevent: - shard-dg2: [SKIP][438] ([i915#7118] / [i915#9424]) -> [SKIP][439] ([i915#9197]) +1 other test skip [438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-4/igt@kms_content_protection@uevent.html [439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg2: [SKIP][440] ([i915#9197]) -> [SKIP][441] ([i915#11453]) [440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_cursor_crc@cursor-offscreen-512x512.html [441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-11/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-dg2: [SKIP][442] ([i915#9197]) -> [SKIP][443] ([i915#3555]) +3 other tests skip [442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html [443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-4/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions: - shard-dg2: [SKIP][444] ([i915#5354]) -> [SKIP][445] ([i915#9197]) [444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-10/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html [445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html * igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size: - shard-dg2: [SKIP][446] ([i915#9197]) -> [SKIP][447] ([i915#5354]) +1 other test skip [446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html [447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-3/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-dg2: [SKIP][448] ([i915#9197]) -> [SKIP][449] ([i915#4103] / [i915#4213]) [448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html [449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc: - shard-dg2: [SKIP][450] ([i915#3555]) -> [SKIP][451] ([i915#9197]) [450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8061/shard-dg2-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html [451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/shard-dg2-2/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg2: [SKIP][452] ([i915#3555] / [i915#3840]) -> [SKIP][453] ([i915#9197]) == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11888/index.html [-- Attachment #2: Type: text/html, Size: 108997 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH i-g-t] tools/intel_gpu_top: Fix intel_gpu_top for pre-snb 2024-10-08 21:49 [PATCH i-g-t] tools/intel_gpu_top: Fix intel_gpu_top for pre-snb Ville Syrjala ` (3 preceding siblings ...) 2024-10-10 4:00 ` ✗ Fi.CI.IGT: " Patchwork @ 2024-10-11 9:25 ` Kamil Konieczny 4 siblings, 0 replies; 6+ messages in thread From: Kamil Konieczny @ 2024-10-11 9:25 UTC (permalink / raw) To: igt-dev; +Cc: Ville Syrjala Hi Ville, On 2024-10-09 at 00:49:44 +0300, Ville Syrjala wrote: > From: Ville Syrjälä <ville.syrjala@linux.intel.com> > > __I915_PMU_REQUESTED_FREQUENCY is not available on pre-snb (*) > so checking for it breaks intel_gpu_top completely for those > machines. Check __I915_PMU_INTERRUPTS instead, which I believe > is available on everything. Another option would be > __I915_PMU_SOFTWARE_GT_AWAKE_TIME. > > * we do have frequency information on ilk, but we've not > reverse engineered the hw unit<->Hz conversion factor so > exposing it as is might be a bit confusing... > > Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com> > --- > tools/intel_gpu_top.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/intel_gpu_top.c b/tools/intel_gpu_top.c > index 9b65ae4eb941..a608b894d3de 100644 > --- a/tools/intel_gpu_top.c > +++ b/tools/intel_gpu_top.c > @@ -563,7 +563,7 @@ static int get_num_gts(uint64_t type) > > errno = 0; > for (cnt = 0; cnt < MAX_GTS; cnt++) { > - fd = igt_perf_open(type, __I915_PMU_REQUESTED_FREQUENCY(cnt)); > + fd = igt_perf_open(type, __I915_PMU_INTERRUPTS(cnt)); > if (fd < 0) > break; > > -- > 2.45.2 > ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-10-11 9:26 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-10-08 21:49 [PATCH i-g-t] tools/intel_gpu_top: Fix intel_gpu_top for pre-snb Ville Syrjala 2024-10-08 22:47 ` ✓ CI.xeBAT: success for " Patchwork 2024-10-08 23:01 ` ✓ Fi.CI.BAT: " Patchwork 2024-10-09 6:24 ` ✗ CI.xeFULL: failure " Patchwork 2024-10-10 4:00 ` ✗ Fi.CI.IGT: " Patchwork 2024-10-11 9:25 ` [PATCH i-g-t] " Kamil Konieczny
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox