* [PATCH i-g-t] lib/xe/oa: Don't skip if freq sysfs are not present
@ 2024-10-21 18:12 Ashutosh Dixit
2024-10-21 19:50 ` ✓ Fi.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Ashutosh Dixit @ 2024-10-21 18:12 UTC (permalink / raw)
To: igt-dev
Freq sysfs are not created in certain environments. In most of these cases
OA IGT's will work just fine, even when GT min/max freq's are not
known. Therefore, just print a warning if freq sysfs are not present but
don't cause tests to skip.
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
---
lib/xe/xe_oa.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/lib/xe/xe_oa.c b/lib/xe/xe_oa.c
index 86264230c9..189388b76b 100644
--- a/lib/xe/xe_oa.c
+++ b/lib/xe/xe_oa.c
@@ -571,11 +571,9 @@ xe_perf_for_fd(int drm_fd, int gt)
}
if (!read_sysfs(sysfs_dir_fd, path_min, >_min_freq) ||
- !read_sysfs(sysfs_dir_fd, path_max, >_max_freq)) {
+ !read_sysfs(sysfs_dir_fd, path_max, >_max_freq))
igt_warn("Unable to read freqs from sysfs\n");
- close(sysfs_dir_fd);
- return NULL;
- }
+
close(sysfs_dir_fd);
device_id = intel_get_drm_devid(drm_fd);
--
2.41.0
^ permalink raw reply related [flat|nested] 8+ messages in thread* ✓ Fi.CI.BAT: success for lib/xe/oa: Don't skip if freq sysfs are not present 2024-10-21 18:12 [PATCH i-g-t] lib/xe/oa: Don't skip if freq sysfs are not present Ashutosh Dixit @ 2024-10-21 19:50 ` Patchwork 2024-10-21 19:52 ` ✓ CI.xeBAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2024-10-21 19:50 UTC (permalink / raw) To: Ashutosh Dixit; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 12507 bytes --] == Series Details == Series: lib/xe/oa: Don't skip if freq sysfs are not present URL : https://patchwork.freedesktop.org/series/140269/ State : success == Summary == CI Bug Log - changes from IGT_8080 -> IGTPW_11945 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/index.html Participating hosts (43 -> 43) ------------------------------ Additional (3): bat-apl-1 bat-dg2-9 fi-kbl-8809g Missing (3): bat-arls-2 fi-snb-2520m bat-dg1-6 Known issues ------------ Here are the changes found in IGTPW_11945 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@fbdev@eof: - bat-dg2-9: NOTRUN -> [SKIP][1] ([i915#2582]) +3 other tests skip [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@fbdev@eof.html * igt@fbdev@info: - bat-dg2-9: NOTRUN -> [SKIP][2] ([i915#1849] / [i915#2582]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@fbdev@info.html * igt@gem_huc_copy@huc-copy: - fi-kbl-8809g: NOTRUN -> [SKIP][3] ([i915#2190]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/fi-kbl-8809g/igt@gem_huc_copy@huc-copy.html - bat-apl-1: NOTRUN -> [SKIP][4] +23 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-apl-1/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@parallel-random-engines: - fi-kbl-8809g: NOTRUN -> [SKIP][5] ([i915#4613]) +3 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/fi-kbl-8809g/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_mmap@basic: - bat-dg2-9: NOTRUN -> [SKIP][6] ([i915#4083]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@gem_mmap@basic.html * igt@gem_mmap_gtt@basic: - bat-dg2-9: NOTRUN -> [SKIP][7] ([i915#4077]) +2 other tests skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@gem_mmap_gtt@basic.html * igt@gem_tiled_pread_basic: - bat-dg2-9: NOTRUN -> [SKIP][8] ([i915#4079]) +1 other test skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@gem_tiled_pread_basic.html * igt@i915_pm_rps@basic-api: - bat-dg2-9: NOTRUN -> [SKIP][9] ([i915#11681] / [i915#6621]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@i915_pm_rps@basic-api.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-9: NOTRUN -> [SKIP][10] ([i915#4212] / [i915#5190]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg2-9: NOTRUN -> [SKIP][11] ([i915#4212] / [i915#4215] / [i915#5190]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - bat-dg2-9: NOTRUN -> [SKIP][12] ([i915#4212]) +7 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_dsc@dsc-basic: - fi-kbl-8809g: NOTRUN -> [SKIP][13] +30 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/fi-kbl-8809g/igt@kms_dsc@dsc-basic.html * igt@kms_flip@basic-flip-vs-dpms: - bat-dg2-9: NOTRUN -> [SKIP][14] ([i915#5354]) +5 other tests skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@kms_flip@basic-flip-vs-dpms.html * igt@kms_force_connector_basic@force-load-detect: - bat-dg2-9: NOTRUN -> [SKIP][15] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-9: NOTRUN -> [SKIP][16] ([i915#5274]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_pipe_crc_basic@hang-read-crc: - bat-dg2-9: NOTRUN -> [SKIP][17] ([i915#9197]) +16 other tests skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@kms_pipe_crc_basic@hang-read-crc.html * igt@kms_psr@psr-primary-page-flip: - bat-dg2-9: NOTRUN -> [SKIP][18] ([i915#1072] / [i915#9732]) +3 other tests skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@kms_psr@psr-primary-page-flip.html * igt@kms_setmode@basic-clone-single-crtc: - bat-dg2-9: NOTRUN -> [SKIP][19] ([i915#3555]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-dg2-9: NOTRUN -> [SKIP][20] ([i915#3708] / [i915#9197]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - bat-dg2-9: NOTRUN -> [SKIP][21] ([i915#3708] / [i915#4077]) +1 other test skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-write: - bat-dg2-9: NOTRUN -> [SKIP][22] ([i915#3291] / [i915#3708]) +2 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-9/igt@prime_vgem@basic-write.html #### Possible fixes #### * igt@i915_selftest@live: - bat-arlh-3: [ABORT][23] ([i915#12133]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8080/bat-arlh-3/igt@i915_selftest@live.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-arlh-3/igt@i915_selftest@live.html - bat-arlh-2: [ABORT][25] ([i915#12133]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8080/bat-arlh-2/igt@i915_selftest@live.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-arlh-2/igt@i915_selftest@live.html * igt@i915_selftest@live@workarounds: - bat-arlh-3: [ABORT][27] ([i915#12061]) -> [PASS][28] [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8080/bat-arlh-3/igt@i915_selftest@live@workarounds.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-arlh-3/igt@i915_selftest@live@workarounds.html - bat-arlh-2: [ABORT][29] ([i915#12061]) -> [PASS][30] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8080/bat-arlh-2/igt@i915_selftest@live@workarounds.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-arlh-2/igt@i915_selftest@live@workarounds.html #### Warnings #### * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-mtlp-6: [SKIP][31] ([i915#5190] / [i915#9792]) -> [SKIP][32] ([i915#4212] / [i915#5190] / [i915#9792]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8080/bat-mtlp-6/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-mtlp-6/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html - bat-dg2-11: [SKIP][33] ([i915#5190]) -> [SKIP][34] ([i915#4212] / [i915#5190]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8080/bat-dg2-11/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-11/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html - bat-dg2-14: [SKIP][35] ([i915#5190]) -> [SKIP][36] ([i915#4212] / [i915#5190]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8080/bat-dg2-14/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-14/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html - bat-mtlp-8: [SKIP][37] ([i915#5190]) -> [SKIP][38] ([i915#4212] / [i915#5190]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8080/bat-mtlp-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-mtlp-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html - bat-dg2-8: [SKIP][39] ([i915#5190]) -> [SKIP][40] ([i915#4212] / [i915#5190]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8080/bat-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg2-8: [SKIP][41] ([i915#4215] / [i915#5190]) -> [SKIP][42] ([i915#4212] / [i915#4215] / [i915#5190]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8080/bat-dg2-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html - bat-dg1-7: [SKIP][43] ([i915#4215]) -> [SKIP][44] ([i915#4212] / [i915#4215]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8080/bat-dg1-7/igt@kms_addfb_basic@basic-y-tiled-legacy.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg1-7/igt@kms_addfb_basic@basic-y-tiled-legacy.html - bat-dg2-11: [SKIP][45] ([i915#4215] / [i915#5190]) -> [SKIP][46] ([i915#4212] / [i915#4215] / [i915#5190]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8080/bat-dg2-11/igt@kms_addfb_basic@basic-y-tiled-legacy.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-11/igt@kms_addfb_basic@basic-y-tiled-legacy.html - bat-dg2-14: [SKIP][47] ([i915#4215] / [i915#5190]) -> [SKIP][48] ([i915#4212] / [i915#4215] / [i915#5190]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8080/bat-dg2-14/igt@kms_addfb_basic@basic-y-tiled-legacy.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/bat-dg2-14/igt@kms_addfb_basic@basic-y-tiled-legacy.html [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [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#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [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#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#9197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9792]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9792 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8080 -> IGTPW_11945 * Linux: CI_DRM_15559 -> CI_DRM_15574 CI-20190529: 20190529 CI_DRM_15559: c1837d4e9af4e9df3109960341105c035b441667 @ git://anongit.freedesktop.org/gfx-ci/linux CI_DRM_15574: aa0898115bcff3eda6d021cc66eb8a1c3b264c56 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11945: fba2c0b2e418771c87fce2ef685dfb070108fc46 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8080: 20fcbc59241a16c84d12f4f6ba390fb46fd65a36 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/index.html [-- Attachment #2: Type: text/html, Size: 17033 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ CI.xeBAT: success for lib/xe/oa: Don't skip if freq sysfs are not present 2024-10-21 18:12 [PATCH i-g-t] lib/xe/oa: Don't skip if freq sysfs are not present Ashutosh Dixit 2024-10-21 19:50 ` ✓ Fi.CI.BAT: success for " Patchwork @ 2024-10-21 19:52 ` Patchwork 2024-10-21 20:55 ` [PATCH i-g-t] " Umesh Nerlige Ramappa ` (2 subsequent siblings) 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2024-10-21 19:52 UTC (permalink / raw) To: Ashutosh Dixit; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5798 bytes --] == Series Details == Series: lib/xe/oa: Don't skip if freq sysfs are not present URL : https://patchwork.freedesktop.org/series/140269/ State : success == Summary == CI Bug Log - changes from XEIGT_8080_BAT -> XEIGTPW_11945_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_11945_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_frontbuffer_tracking@basic: - bat-adlp-7: [PASS][1] -> [FAIL][2] ([Intel XE#1861]) [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html * igt@xe_evict@evict-beng-small: - bat-adlp-7: NOTRUN -> [SKIP][3] ([Intel XE#261] / [Intel XE#688]) +15 other tests skip [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/bat-adlp-7/igt@xe_evict@evict-beng-small.html * igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch: - bat-adlp-7: NOTRUN -> [SKIP][4] ([Intel XE#288]) +32 other tests skip [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/bat-adlp-7/igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch.html * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit: - bat-adlp-7: NOTRUN -> [SKIP][5] ([Intel XE#2229]) [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/bat-adlp-7/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html #### Possible fixes #### * igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit: - bat-adlp-7: [INCOMPLETE][6] ([Intel XE#2874]) -> [PASS][7] +1 other test pass [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html #### Warnings #### * igt@xe_pat@pat-index-xe2: - bat-atsm-2: [SKIP][8] ([Intel XE#977]) -> [SKIP][9] ([Intel XE#2839] / [Intel XE#977]) [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/bat-atsm-2/igt@xe_pat@pat-index-xe2.html [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/bat-atsm-2/igt@xe_pat@pat-index-xe2.html - bat-adlp-vf: [SKIP][10] ([Intel XE#977]) -> [SKIP][11] ([Intel XE#2839] / [Intel XE#977]) [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/bat-adlp-vf/igt@xe_pat@pat-index-xe2.html [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/bat-adlp-vf/igt@xe_pat@pat-index-xe2.html - bat-adlp-7: [SKIP][12] ([Intel XE#977]) -> [SKIP][13] ([Intel XE#2839] / [Intel XE#977]) [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/bat-adlp-7/igt@xe_pat@pat-index-xe2.html [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/bat-adlp-7/igt@xe_pat@pat-index-xe2.html - bat-dg2-oem2: [SKIP][14] ([Intel XE#977]) -> [SKIP][15] ([Intel XE#2839] / [Intel XE#977]) [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/bat-dg2-oem2/igt@xe_pat@pat-index-xe2.html [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/bat-dg2-oem2/igt@xe_pat@pat-index-xe2.html * igt@xe_pat@pat-index-xelp: - bat-bmg-2: [SKIP][16] ([Intel XE#2245]) -> [SKIP][17] ([Intel XE#2237] / [Intel XE#2245]) [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/bat-bmg-2/igt@xe_pat@pat-index-xelp.html [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/bat-bmg-2/igt@xe_pat@pat-index-xelp.html - bat-bmg-1: [SKIP][18] ([Intel XE#2245]) -> [SKIP][19] ([Intel XE#2237] / [Intel XE#2245]) [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/bat-bmg-1/igt@xe_pat@pat-index-xelp.html [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/bat-bmg-1/igt@xe_pat@pat-index-xelp.html - bat-lnl-2: [SKIP][20] ([Intel XE#977]) -> [SKIP][21] ([Intel XE#2237] / [Intel XE#977]) [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/bat-lnl-2/igt@xe_pat@pat-index-xelp.html [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/bat-lnl-2/igt@xe_pat@pat-index-xelp.html [Intel XE#1861]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1861 [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229 [Intel XE#2237]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2237 [Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245 [Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261 [Intel XE#2839]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2839 [Intel XE#2874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2874 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977 Build changes ------------- * IGT: IGT_8080 -> IGTPW_11945 * Linux: xe-2091-c1837d4e9af4e9df3109960341105c035b441667 -> xe-2106-aa0898115bcff3eda6d021cc66eb8a1c3b264c56 IGTPW_11945: fba2c0b2e418771c87fce2ef685dfb070108fc46 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8080: 20fcbc59241a16c84d12f4f6ba390fb46fd65a36 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2091-c1837d4e9af4e9df3109960341105c035b441667: c1837d4e9af4e9df3109960341105c035b441667 xe-2106-aa0898115bcff3eda6d021cc66eb8a1c3b264c56: aa0898115bcff3eda6d021cc66eb8a1c3b264c56 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/index.html [-- Attachment #2: Type: text/html, Size: 7701 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH i-g-t] lib/xe/oa: Don't skip if freq sysfs are not present 2024-10-21 18:12 [PATCH i-g-t] lib/xe/oa: Don't skip if freq sysfs are not present Ashutosh Dixit 2024-10-21 19:50 ` ✓ Fi.CI.BAT: success for " Patchwork 2024-10-21 19:52 ` ✓ CI.xeBAT: " Patchwork @ 2024-10-21 20:55 ` Umesh Nerlige Ramappa 2024-10-21 21:03 ` Dixit, Ashutosh 2024-10-22 1:25 ` ✗ CI.xeFULL: failure for " Patchwork 2024-10-22 4:59 ` ✗ Fi.CI.IGT: " Patchwork 4 siblings, 1 reply; 8+ messages in thread From: Umesh Nerlige Ramappa @ 2024-10-21 20:55 UTC (permalink / raw) To: Ashutosh Dixit; +Cc: igt-dev On Mon, Oct 21, 2024 at 11:12:03AM -0700, Ashutosh Dixit wrote: >Freq sysfs are not created in certain environments. In most of these cases >OA IGT's will work just fine, even when GT min/max freq's are not >known. Therefore, just print a warning if freq sysfs are not present but >don't cause tests to skip. > >Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com> >--- > lib/xe/xe_oa.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > >diff --git a/lib/xe/xe_oa.c b/lib/xe/xe_oa.c >index 86264230c9..189388b76b 100644 >--- a/lib/xe/xe_oa.c >+++ b/lib/xe/xe_oa.c >@@ -571,11 +571,9 @@ xe_perf_for_fd(int drm_fd, int gt) > } > > if (!read_sysfs(sysfs_dir_fd, path_min, >_min_freq) || >- !read_sysfs(sysfs_dir_fd, path_max, >_max_freq)) { >+ !read_sysfs(sysfs_dir_fd, path_max, >_max_freq)) > igt_warn("Unable to read freqs from sysfs\n"); 1) Well.. you would still end up with an igt_warn. CI will still complain, I guess. Is that acceptable? 2) If called from an application (i.e. gpuvis), does the igt_warn show up in stdout? For IGT, I don't see oa tests using this, so it's probably okay. If the answer for 1 and 2 is yes, then this is Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com> Thanks, Umesh >- close(sysfs_dir_fd); >- return NULL; >- } >+ > close(sysfs_dir_fd); > > device_id = intel_get_drm_devid(drm_fd); >-- >2.41.0 > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH i-g-t] lib/xe/oa: Don't skip if freq sysfs are not present 2024-10-21 20:55 ` [PATCH i-g-t] " Umesh Nerlige Ramappa @ 2024-10-21 21:03 ` Dixit, Ashutosh 0 siblings, 0 replies; 8+ messages in thread From: Dixit, Ashutosh @ 2024-10-21 21:03 UTC (permalink / raw) To: Umesh Nerlige Ramappa; +Cc: igt-dev On Mon, 21 Oct 2024 13:55:29 -0700, Umesh Nerlige Ramappa wrote: > Hi Umesh, > On Mon, Oct 21, 2024 at 11:12:03AM -0700, Ashutosh Dixit wrote: > > Freq sysfs are not created in certain environments. In most of these cases > > OA IGT's will work just fine, even when GT min/max freq's are not > > known. Therefore, just print a warning if freq sysfs are not present but > > don't cause tests to skip. > > > > Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com> > > --- > > lib/xe/xe_oa.c | 6 ++---- > > 1 file changed, 2 insertions(+), 4 deletions(-) > > > > diff --git a/lib/xe/xe_oa.c b/lib/xe/xe_oa.c > > index 86264230c9..189388b76b 100644 > > --- a/lib/xe/xe_oa.c > > +++ b/lib/xe/xe_oa.c > > @@ -571,11 +571,9 @@ xe_perf_for_fd(int drm_fd, int gt) > > } > > > > if (!read_sysfs(sysfs_dir_fd, path_min, >_min_freq) || > > - !read_sysfs(sysfs_dir_fd, path_max, >_max_freq)) { > > + !read_sysfs(sysfs_dir_fd, path_max, >_max_freq)) > > igt_warn("Unable to read freqs from sysfs\n"); > > 1) Well.. you would still end up with an igt_warn. CI will still complain, > I guess. Is that acceptable? I don't know if igt_warn causes CI to create a bug or only dmesg-warn does that? Let me change to igt_info (or igt_debug). > > 2) If called from an application (i.e. gpuvis), does the igt_warn show up > in stdout? Yes igt_warn/info etc will show in stdout or stderr. > For IGT, I don't see oa tests using this, so it's probably okay. If the > answer for 1 and 2 is yes, then this is Not upstream tests. > > Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com> Thanks but will post another version. -- Ashutosh > > - close(sysfs_dir_fd); > > - return NULL; > > - } > > + > > close(sysfs_dir_fd); > > > > device_id = intel_get_drm_devid(drm_fd); > > -- > > 2.41.0 > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ CI.xeFULL: failure for lib/xe/oa: Don't skip if freq sysfs are not present 2024-10-21 18:12 [PATCH i-g-t] lib/xe/oa: Don't skip if freq sysfs are not present Ashutosh Dixit ` (2 preceding siblings ...) 2024-10-21 20:55 ` [PATCH i-g-t] " Umesh Nerlige Ramappa @ 2024-10-22 1:25 ` Patchwork 2024-10-22 4:59 ` ✗ Fi.CI.IGT: " Patchwork 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2024-10-22 1:25 UTC (permalink / raw) To: Dixit, Ashutosh; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 93087 bytes --] == Series Details == Series: lib/xe/oa: Don't skip if freq sysfs are not present URL : https://patchwork.freedesktop.org/series/140269/ State : failure == Summary == CI Bug Log - changes from XEIGT_8080_full -> XEIGTPW_11945_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_11945_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11945_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_11945_full: ### IGT changes ### #### Possible regressions #### * igt@xe_exec_compute_mode@many-rebind: - shard-lnl: [PASS][1] -> [FAIL][2] +2 other tests fail [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-6/igt@xe_exec_compute_mode@many-rebind.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-4/igt@xe_exec_compute_mode@many-rebind.html * igt@xe_exec_reset@virtual-close-execqueues-close-fd: - shard-dg2-set2: [PASS][3] -> [FAIL][4] +1 other test fail [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-464/igt@xe_exec_reset@virtual-close-execqueues-close-fd.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-433/igt@xe_exec_reset@virtual-close-execqueues-close-fd.html - shard-bmg: [PASS][5] -> [FAIL][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-7/igt@xe_exec_reset@virtual-close-execqueues-close-fd.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-5/igt@xe_exec_reset@virtual-close-execqueues-close-fd.html * igt@xe_gt_freq@freq_fixed_exec: - shard-lnl: [PASS][7] -> [DMESG-WARN][8] [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-7/igt@xe_gt_freq@freq_fixed_exec.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-1/igt@xe_gt_freq@freq_fixed_exec.html Known issues ------------ Here are the changes found in XEIGTPW_11945_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-dg2-set2: NOTRUN -> [SKIP][9] ([Intel XE#623]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-435/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_async_flips@alternate-sync-async-flip: - shard-bmg: [PASS][10] -> [DMESG-WARN][11] ([Intel XE#877]) +2 other tests dmesg-warn [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-7/igt@kms_async_flips@alternate-sync-async-flip.html [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-1/igt@kms_async_flips@alternate-sync-async-flip.html * igt@kms_async_flips@invalid-async-flip: - shard-dg2-set2: NOTRUN -> [SKIP][12] ([Intel XE#873]) [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-433/igt@kms_async_flips@invalid-async-flip.html * igt@kms_atomic_transition@modeset-transition-nonblocking-fencing: - shard-lnl: [PASS][13] -> [FAIL][14] ([Intel XE#1701]) +1 other test fail [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-4/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-1/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1: - shard-lnl: [PASS][15] -> [FAIL][16] ([Intel XE#1426]) +3 other tests fail [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html * igt@kms_big_fb@linear-64bpp-rotate-180: - shard-dg2-set2: [PASS][17] -> [DMESG-WARN][18] ([Intel XE#877]) [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@kms_big_fb@linear-64bpp-rotate-180.html [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_big_fb@linear-64bpp-rotate-180.html * igt@kms_big_fb@x-tiled-8bpp-rotate-270: - shard-dg2-set2: NOTRUN -> [SKIP][19] ([Intel XE#316]) +5 other tests skip [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-463/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-dg2-set2: [PASS][20] -> [SKIP][21] ([Intel XE#2890]) [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html - shard-bmg: [PASS][22] -> [SKIP][23] ([Intel XE#2231]) [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@y-tiled-16bpp-rotate-180: - shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#1124]) [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_big_fb@y-tiled-16bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-0: - shard-dg2-set2: NOTRUN -> [SKIP][25] ([Intel XE#1124]) +5 other tests skip [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#367]) +2 other tests skip [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][27] ([Intel XE#787]) +76 other tests skip [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-435/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6.html * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs: - shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#2887]) [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-1/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs.html * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][29] ([Intel XE#2907]) +1 other test skip [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-d-dp-2: - shard-bmg: [PASS][30] -> [FAIL][31] ([Intel XE#2436]) [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-d-dp-2.html [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-d-dp-2.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][32] ([Intel XE#455] / [Intel XE#787]) +19 other tests skip [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-463/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs: - shard-dg2-set2: [PASS][33] -> [INCOMPLETE][34] ([Intel XE#1195] / [Intel XE#1727]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4: - shard-dg2-set2: [PASS][35] -> [DMESG-WARN][36] ([Intel XE#3113]) [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6: - shard-dg2-set2: [PASS][37] -> [INCOMPLETE][38] ([Intel XE#1195]) +2 other tests incomplete [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6.html [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6.html * igt@kms_cdclk@mode-transition@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#314]) +3 other tests skip [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-433/igt@kms_cdclk@mode-transition@pipe-d-dp-4.html * igt@kms_cdclk@plane-scaling@pipe-b-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][40] ([Intel XE#1152]) +3 other tests skip [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-435/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html * igt@kms_chamelium_color@gamma: - shard-dg2-set2: NOTRUN -> [SKIP][41] ([Intel XE#306]) +2 other tests skip [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_hpd@hdmi-hpd: - shard-dg2-set2: NOTRUN -> [SKIP][42] ([Intel XE#373]) +7 other tests skip [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_chamelium_hpd@hdmi-hpd.html * igt@kms_chamelium_hpd@hdmi-hpd-storm: - shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2252]) [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-8/igt@kms_chamelium_hpd@hdmi-hpd-storm.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg2-set2: NOTRUN -> [SKIP][44] ([Intel XE#307]) [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_cursor_crc@cursor-random-256x85: - shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#2320]) [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-7/igt@kms_cursor_crc@cursor-random-256x85.html * igt@kms_cursor_edge_walk@128x128-top-edge: - shard-lnl: [PASS][46] -> [FAIL][47] ([Intel XE#2577]) +1 other test fail [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-5/igt@kms_cursor_edge_walk@128x128-top-edge.html [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-4/igt@kms_cursor_edge_walk@128x128-top-edge.html * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic: - shard-dg2-set2: [PASS][48] -> [SKIP][49] ([Intel XE#2423] / [i915#2575]) +7 other tests skip [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: - shard-bmg: [PASS][50] -> [DMESG-WARN][51] ([Intel XE#2791] / [Intel XE#877]) [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-7/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html * igt@kms_fbcon_fbt@psr-suspend: - shard-dg2-set2: NOTRUN -> [SKIP][52] ([Intel XE#776]) [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@display-4x: - shard-dg2-set2: NOTRUN -> [SKIP][53] ([Intel XE#1138]) [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-435/igt@kms_feature_discovery@display-4x.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3: - shard-bmg: [PASS][54] -> [FAIL][55] ([Intel XE#301]) +4 other tests fail [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4: - shard-dg2-set2: [PASS][56] -> [FAIL][57] ([Intel XE#301]) +3 other tests fail [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-433/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html * igt@kms_flip@2x-wf_vblank-ts-check: - shard-bmg: [PASS][58] -> [INCOMPLETE][59] ([Intel XE#2635]) +1 other test incomplete [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-5/igt@kms_flip@2x-wf_vblank-ts-check.html [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-5/igt@kms_flip@2x-wf_vblank-ts-check.html * igt@kms_flip@flip-vs-absolute-wf_vblank: - shard-dg2-set2: [PASS][60] -> [FAIL][61] ([Intel XE#2882]) [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-464/igt@kms_flip@flip-vs-absolute-wf_vblank.html [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-463/igt@kms_flip@flip-vs-absolute-wf_vblank.html * igt@kms_flip@flip-vs-absolute-wf_vblank@a-dp2: - shard-bmg: [PASS][62] -> [FAIL][63] ([Intel XE#2882]) +2 other tests fail [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_flip@flip-vs-absolute-wf_vblank@a-dp2.html [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-4/igt@kms_flip@flip-vs-absolute-wf_vblank@a-dp2.html * igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1: - shard-lnl: [PASS][64] -> [FAIL][65] ([Intel XE#886]) +5 other tests fail [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-8/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-4/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode: - shard-bmg: NOTRUN -> [SKIP][66] ([Intel XE#2293]) [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-dg2-set2: NOTRUN -> [SKIP][67] ([Intel XE#455]) +16 other tests skip [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][68] ([Intel XE#651]) +21 other tests skip [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-render: - shard-dg2-set2: NOTRUN -> [SKIP][69] ([Intel XE#2351] / [Intel XE#2890]) [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move: - shard-bmg: NOTRUN -> [FAIL][70] ([Intel XE#2333]) [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt: - shard-dg2-set2: [PASS][71] -> [SKIP][72] ([Intel XE#2351] / [Intel XE#2890]) [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-blt: - shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#2311]) [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-linear: - shard-dg2-set2: NOTRUN -> [SKIP][74] ([Intel XE#653]) +22 other tests skip [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-tiling-linear.html * igt@kms_frontbuffer_tracking@psr-1p-rte: - shard-dg2-set2: NOTRUN -> [SKIP][75] ([Intel XE#2890]) +1 other test skip [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-1p-rte.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-blt: - shard-bmg: NOTRUN -> [SKIP][76] ([Intel XE#2313]) [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-blt.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][77] ([Intel XE#605]) [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-466/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_plane_alpha_blend@alpha-transparent-fb: - shard-bmg: [PASS][78] -> [SKIP][79] ([Intel XE#3007]) +8 other tests skip [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_plane_alpha_blend@alpha-transparent-fb.html [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_plane_alpha_blend@alpha-transparent-fb.html - shard-dg2-set2: NOTRUN -> [SKIP][80] ([Intel XE#2423] / [i915#2575]) +1 other test skip [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_plane_alpha_blend@alpha-transparent-fb.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b: - shard-dg2-set2: NOTRUN -> [SKIP][81] ([Intel XE#2763]) +5 other tests skip [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-c: - shard-bmg: NOTRUN -> [DMESG-WARN][82] ([Intel XE#3177]) +11 other tests dmesg-warn [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-1/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-c.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c: - shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#2763]) +8 other tests skip [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d: - shard-dg2-set2: NOTRUN -> [SKIP][84] ([Intel XE#2763] / [Intel XE#455]) +2 other tests skip [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d.html * igt@kms_pm_dc@dc5-psr: - shard-lnl: [PASS][85] -> [FAIL][86] ([Intel XE#718]) [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-1/igt@kms_pm_dc@dc5-psr.html [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-1/igt@kms_pm_dc@dc5-psr.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf: - shard-dg2-set2: NOTRUN -> [SKIP][87] ([Intel XE#1489]) +4 other tests skip [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-433/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf: - shard-bmg: NOTRUN -> [SKIP][88] ([Intel XE#1489]) [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-4/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-dg2-set2: NOTRUN -> [SKIP][89] ([Intel XE#1122]) [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-psr-sprite-render: - shard-dg2-set2: NOTRUN -> [SKIP][90] ([Intel XE#2850] / [Intel XE#929]) +10 other tests skip [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@kms_psr@fbc-psr-sprite-render.html * igt@kms_psr@psr2-cursor-plane-move@edp-1: - shard-lnl: [PASS][91] -> [FAIL][92] ([Intel XE#2948]) +1 other test fail [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-7/igt@kms_psr@psr2-cursor-plane-move@edp-1.html [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-4/igt@kms_psr@psr2-cursor-plane-move@edp-1.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-dg2-set2: NOTRUN -> [SKIP][93] ([Intel XE#2939]) [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-435/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_vrr@cmrr: - shard-dg2-set2: NOTRUN -> [SKIP][94] ([Intel XE#2168]) [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-466/igt@kms_vrr@cmrr.html * igt@kms_vrr@cmrr@pipe-a-edp-1: - shard-lnl: [PASS][95] -> [FAIL][96] ([Intel XE#2159]) +1 other test fail [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-1/igt@kms_vrr@cmrr@pipe-a-edp-1.html [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-4/igt@kms_vrr@cmrr@pipe-a-edp-1.html * igt@kms_vrr@flip-basic-fastset: - shard-lnl: [PASS][97] -> [FAIL][98] ([Intel XE#2443]) +1 other test fail [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-4/igt@kms_vrr@flip-basic-fastset.html [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-1/igt@kms_vrr@flip-basic-fastset.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-dg2-set2: NOTRUN -> [SKIP][99] ([Intel XE#756]) [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-433/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@xe_compute_preempt@compute-preempt-many: - shard-dg2-set2: NOTRUN -> [SKIP][100] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@xe_compute_preempt@compute-preempt-many.html * igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-samefd: - shard-dg2-set2: [PASS][101] -> [SKIP][102] ([Intel XE#1130]) +9 other tests skip [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-samefd.html [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-samefd.html * igt@xe_exec_basic@many-execqueues-many-vm-basic-defer-mmap: - shard-bmg: [PASS][103] -> [SKIP][104] ([Intel XE#1130]) +14 other tests skip [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@xe_exec_basic@many-execqueues-many-vm-basic-defer-mmap.html [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@xe_exec_basic@many-execqueues-many-vm-basic-defer-mmap.html * igt@xe_exec_basic@multigpu-once-basic-defer-bind: - shard-bmg: NOTRUN -> [SKIP][105] ([Intel XE#2322]) [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-4/igt@xe_exec_basic@multigpu-once-basic-defer-bind.html * igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate-race: - shard-lnl: [PASS][106] -> [FAIL][107] ([Intel XE#2754]) [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-8/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate-race.html [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-8/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate-race.html * igt@xe_exec_fault_mode@many-basic-prefetch: - shard-dg2-set2: NOTRUN -> [SKIP][108] ([Intel XE#288]) +14 other tests skip [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-466/igt@xe_exec_fault_mode@many-basic-prefetch.html * igt@xe_exec_reset@parallel-gt-reset: - shard-bmg: [PASS][109] -> [INCOMPLETE][110] ([Intel XE#2105]) [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@xe_exec_reset@parallel-gt-reset.html [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-5/igt@xe_exec_reset@parallel-gt-reset.html * igt@xe_exec_sip_eudebug@breakpoint-writesip: - shard-dg2-set2: NOTRUN -> [SKIP][111] ([Intel XE#2905]) +7 other tests skip [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-463/igt@xe_exec_sip_eudebug@breakpoint-writesip.html * igt@xe_exec_sip_eudebug@breakpoint-writesip-twice: - shard-bmg: NOTRUN -> [SKIP][112] ([Intel XE#2905]) [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-4/igt@xe_exec_sip_eudebug@breakpoint-writesip-twice.html * igt@xe_exec_threads@threads-bal-mixed-basic: - shard-dg2-set2: NOTRUN -> [SKIP][113] ([Intel XE#1130]) +1 other test skip [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@xe_exec_threads@threads-bal-mixed-basic.html * igt@xe_exec_threads@threads-cm-fd-userptr-invalidate: - shard-lnl: [PASS][114] -> [DMESG-FAIL][115] ([Intel XE#2687]) [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-6/igt@xe_exec_threads@threads-cm-fd-userptr-invalidate.html [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-5/igt@xe_exec_threads@threads-cm-fd-userptr-invalidate.html * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit: - shard-dg2-set2: NOTRUN -> [SKIP][116] ([Intel XE#2229]) [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-433/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html * igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit: - shard-dg2-set2: NOTRUN -> [FAIL][117] ([Intel XE#1999]) +2 other tests fail [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit.html * igt@xe_oa@missing-sample-flags: - shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#2541]) +3 other tests skip [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-433/igt@xe_oa@missing-sample-flags.html * igt@xe_oa@mmio-triggered-reports: - shard-bmg: [PASS][119] -> [FAIL][120] ([Intel XE#2249]) [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@xe_oa@mmio-triggered-reports.html [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@xe_oa@mmio-triggered-reports.html - shard-lnl: [PASS][121] -> [FAIL][122] ([Intel XE#2249]) [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-6/igt@xe_oa@mmio-triggered-reports.html [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-8/igt@xe_oa@mmio-triggered-reports.html * igt@xe_oa@mmio-triggered-reports@ccs-0: - shard-bmg: NOTRUN -> [FAIL][123] ([Intel XE#2249]) [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@xe_oa@mmio-triggered-reports@ccs-0.html * igt@xe_oa@mmio-triggered-reports@rcs-0: - shard-lnl: NOTRUN -> [FAIL][124] ([Intel XE#2249]) [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-8/igt@xe_oa@mmio-triggered-reports@rcs-0.html * igt@xe_pat@pat-index-xe2: - shard-dg2-set2: NOTRUN -> [SKIP][125] ([Intel XE#2839] / [Intel XE#977]) [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@xe_pat@pat-index-xe2.html * igt@xe_pat@pat-index-xelpg: - shard-dg2-set2: NOTRUN -> [SKIP][126] ([Intel XE#979]) [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-466/igt@xe_pat@pat-index-xelpg.html * igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p: - shard-dg2-set2: NOTRUN -> [FAIL][127] ([Intel XE#1173]) +1 other test fail [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-433/igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p.html * igt@xe_pm@d3cold-basic-exec: - shard-dg2-set2: NOTRUN -> [SKIP][128] ([Intel XE#2284] / [Intel XE#366]) [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-466/igt@xe_pm@d3cold-basic-exec.html * igt@xe_pm_residency@idle-residency-on-exec: - shard-lnl: [PASS][129] -> [FAIL][130] ([Intel XE#2968]) [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-4/igt@xe_pm_residency@idle-residency-on-exec.html [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-1/igt@xe_pm_residency@idle-residency-on-exec.html * igt@xe_pm_residency@toggle-gt-c6: - shard-lnl: [PASS][131] -> [FAIL][132] ([Intel XE#958]) [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-1/igt@xe_pm_residency@toggle-gt-c6.html [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-4/igt@xe_pm_residency@toggle-gt-c6.html * igt@xe_query@multigpu-query-engines: - shard-dg2-set2: NOTRUN -> [SKIP][133] ([Intel XE#944]) +3 other tests skip [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@xe_query@multigpu-query-engines.html #### Possible fixes #### * igt@fbdev@write: - shard-dg2-set2: [SKIP][134] ([Intel XE#2134]) -> [PASS][135] [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@fbdev@write.html [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-433/igt@fbdev@write.html - shard-bmg: [SKIP][136] ([Intel XE#2134]) -> [PASS][137] [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@fbdev@write.html [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-5/igt@fbdev@write.html * igt@kms_big_fb@4-tiled-64bpp-rotate-0: - shard-bmg: [SKIP][138] ([Intel XE#829]) -> [PASS][139] +1 other test pass [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-5/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html * igt@kms_big_fb@linear-16bpp-rotate-0: - shard-dg2-set2: [SKIP][140] ([Intel XE#829]) -> [PASS][141] +1 other test pass [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@kms_big_fb@linear-16bpp-rotate-0.html [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-435/igt@kms_big_fb@linear-16bpp-rotate-0.html * igt@kms_big_fb@x-tiled-64bpp-rotate-180: - shard-bmg: [SKIP][142] ([Intel XE#2231] / [Intel XE#2890]) -> [PASS][143] [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-1/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-b-hdmi-a-3: - shard-bmg: [FAIL][144] ([Intel XE#2436]) -> [PASS][145] [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-b-hdmi-a-3.html [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-b-hdmi-a-3.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs: - shard-dg2-set2: [INCOMPLETE][146] ([Intel XE#1195] / [Intel XE#1727]) -> [PASS][147] [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-433/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: [INCOMPLETE][148] ([Intel XE#1195] / [Intel XE#3113]) -> [PASS][149] [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-6.html [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-6.html * igt@kms_cursor_legacy@cursora-vs-flipb-toggle: - shard-bmg: [SKIP][150] ([Intel XE#3007]) -> [PASS][151] +5 other tests pass [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html * igt@kms_dirtyfb@default-dirtyfb-ioctl: - shard-bmg: [SKIP][152] ([Intel XE#2231]) -> [PASS][153] [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_dirtyfb@default-dirtyfb-ioctl.html [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-4/igt@kms_dirtyfb@default-dirtyfb-ioctl.html * igt@kms_fbcon_fbt@fbc: - shard-dg2-set2: [SKIP][154] ([Intel XE#2351] / [Intel XE#2890]) -> [PASS][155] +1 other test pass [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_fbcon_fbt@fbc.html [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@kms_fbcon_fbt@fbc.html * igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3: - shard-bmg: [FAIL][156] ([Intel XE#301]) -> [PASS][157] +4 other tests pass [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4: - shard-dg2-set2: [FAIL][158] ([Intel XE#301]) -> [PASS][159] +8 other tests pass [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4.html [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4.html * igt@kms_flip@2x-flip-vs-suspend-interruptible: - shard-dg2-set2: [ABORT][160] ([Intel XE#2625]) -> [PASS][161] [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-432/igt@kms_flip@2x-flip-vs-suspend-interruptible.html [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_flip@2x-flip-vs-suspend-interruptible.html * igt@kms_flip@2x-flip-vs-suspend-interruptible@cd-hdmi-a6-dp4: - shard-dg2-set2: [ABORT][162] -> [PASS][163] +1 other test pass [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-432/igt@kms_flip@2x-flip-vs-suspend-interruptible@cd-hdmi-a6-dp4.html [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_flip@2x-flip-vs-suspend-interruptible@cd-hdmi-a6-dp4.html * igt@kms_flip@flip-vs-blocking-wf-vblank@b-edp1: - shard-lnl: [FAIL][164] ([Intel XE#886]) -> [PASS][165] +4 other tests pass [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-5/igt@kms_flip@flip-vs-blocking-wf-vblank@b-edp1.html [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-7/igt@kms_flip@flip-vs-blocking-wf-vblank@b-edp1.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][166] ([Intel XE#783]) -> [PASS][167] +1 other test pass [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc.html [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move: - shard-dg2-set2: [SKIP][168] ([Intel XE#2890]) -> [PASS][169] +4 other tests pass [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html * igt@kms_lease@lease-invalid-crtc: - shard-dg2-set2: [SKIP][170] ([Intel XE#3187]) -> [PASS][171] +11 other tests pass [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@kms_lease@lease-invalid-crtc.html [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-463/igt@kms_lease@lease-invalid-crtc.html * igt@kms_plane_cursor@viewport: - shard-dg2-set2: [FAIL][172] ([Intel XE#616]) -> [PASS][173] +1 other test pass [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-464/igt@kms_plane_cursor@viewport.html [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-433/igt@kms_plane_cursor@viewport.html * igt@kms_prop_blob@invalid-set-prop-any: - shard-dg2-set2: [SKIP][174] ([Intel XE#2423] / [i915#2575]) -> [PASS][175] +6 other tests pass [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_prop_blob@invalid-set-prop-any.html [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_prop_blob@invalid-set-prop-any.html * igt@kms_properties@connector-properties-legacy: - shard-bmg: [SKIP][176] ([Intel XE#3189]) -> [PASS][177] +9 other tests pass [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_properties@connector-properties-legacy.html [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-4/igt@kms_properties@connector-properties-legacy.html * igt@kms_psr@psr2-cursor-blt@edp-1: - shard-lnl: [FAIL][178] ([Intel XE#2948]) -> [PASS][179] +3 other tests pass [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-7/igt@kms_psr@psr2-cursor-blt@edp-1.html [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-5/igt@kms_psr@psr2-cursor-blt@edp-1.html * igt@kms_psr@psr2-primary-blt@edp-1: - shard-lnl: [FAIL][180] ([Intel XE#1649]) -> [PASS][181] +1 other test pass [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-4/igt@kms_psr@psr2-primary-blt@edp-1.html [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-3/igt@kms_psr@psr2-primary-blt@edp-1.html * igt@kms_rotation_crc@primary-x-tiled-reflect-x-0: - shard-bmg: [INCOMPLETE][182] -> [PASS][183] +1 other test pass [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_rotation_crc@primary-x-tiled-reflect-x-0.html [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-4/igt@kms_rotation_crc@primary-x-tiled-reflect-x-0.html * igt@kms_vblank@accuracy-idle: - shard-lnl: [FAIL][184] ([Intel XE#1523]) -> [PASS][185] +1 other test pass [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-7/igt@kms_vblank@accuracy-idle.html [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-1/igt@kms_vblank@accuracy-idle.html * igt@kms_vrr@max-min: - shard-lnl: [FAIL][186] ([Intel XE#2443]) -> [PASS][187] +1 other test pass [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-5/igt@kms_vrr@max-min.html [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-8/igt@kms_vrr@max-min.html * igt@xe_drm_fdinfo@utilization-others-idle: - shard-dg2-set2: [SKIP][188] ([Intel XE#1130]) -> [PASS][189] +12 other tests pass [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@xe_drm_fdinfo@utilization-others-idle.html [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@xe_drm_fdinfo@utilization-others-idle.html * igt@xe_evict@evict-large-multi-vm-cm: - shard-dg2-set2: [FAIL][190] ([Intel XE#1600]) -> [PASS][191] [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-432/igt@xe_evict@evict-large-multi-vm-cm.html [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@xe_evict@evict-large-multi-vm-cm.html * igt@xe_evict@evict-mixed-many-threads-small: - shard-dg2-set2: [TIMEOUT][192] ([Intel XE#1473]) -> [PASS][193] +2 other tests pass [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-434/igt@xe_evict@evict-mixed-many-threads-small.html [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-435/igt@xe_evict@evict-mixed-many-threads-small.html * igt@xe_exec_compute_mode@many-userptr-invalidate: - shard-lnl: [DMESG-WARN][194] ([Intel XE#2687]) -> [PASS][195] +2 other tests pass [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-1/igt@xe_exec_compute_mode@many-userptr-invalidate.html [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-3/igt@xe_exec_compute_mode@many-userptr-invalidate.html * igt@xe_exec_compute_mode@non-blocking: - shard-bmg: [SKIP][196] ([Intel XE#1130]) -> [PASS][197] +16 other tests pass [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@xe_exec_compute_mode@non-blocking.html [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-1/igt@xe_exec_compute_mode@non-blocking.html * igt@xe_exec_reset@parallel-close-fd: - shard-bmg: [FAIL][198] -> [PASS][199] [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@xe_exec_reset@parallel-close-fd.html [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@xe_exec_reset@parallel-close-fd.html - shard-dg2-set2: [FAIL][200] -> [PASS][201] [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-436/igt@xe_exec_reset@parallel-close-fd.html [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@xe_exec_reset@parallel-close-fd.html * igt@xe_module_load@reload-no-display: - shard-bmg: [FAIL][202] ([Intel XE#2136]) -> [PASS][203] [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@xe_module_load@reload-no-display.html [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-8/igt@xe_module_load@reload-no-display.html - shard-dg2-set2: [FAIL][204] ([Intel XE#1204] / [Intel XE#2136]) -> [PASS][205] [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@xe_module_load@reload-no-display.html [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-463/igt@xe_module_load@reload-no-display.html * igt@xe_oa@oa-exponents: - shard-lnl: [FAIL][206] -> [PASS][207] +1 other test pass [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-7/igt@xe_oa@oa-exponents.html [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-4/igt@xe_oa@oa-exponents.html * igt@xe_oa@oa-regs-whitelisted: - shard-lnl: [FAIL][208] ([Intel XE#2514]) -> [PASS][209] [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-8/igt@xe_oa@oa-regs-whitelisted.html [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-1/igt@xe_oa@oa-regs-whitelisted.html * igt@xe_pm@d3hot-mocs: - shard-lnl: [DMESG-WARN][210] ([Intel XE#3184]) -> [PASS][211] [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-lnl-3/igt@xe_pm@d3hot-mocs.html [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-lnl-3/igt@xe_pm@d3hot-mocs.html * igt@xe_pm@s4-basic: - shard-dg2-set2: [ABORT][212] ([Intel XE#1358]) -> [PASS][213] [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-432/igt@xe_pm@s4-basic.html [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@xe_pm@s4-basic.html * igt@xe_pm_residency@idle-residency-on-exec: - shard-dg2-set2: [INCOMPLETE][214] ([Intel XE#1195]) -> [PASS][215] +1 other test pass [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@xe_pm_residency@idle-residency-on-exec.html [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-466/igt@xe_pm_residency@idle-residency-on-exec.html - shard-bmg: [INCOMPLETE][216] ([Intel XE#2655]) -> [PASS][217] [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-2/igt@xe_pm_residency@idle-residency-on-exec.html [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-4/igt@xe_pm_residency@idle-residency-on-exec.html #### Warnings #### * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-dg2-set2: [SKIP][218] ([Intel XE#316]) -> [SKIP][219] ([Intel XE#2890]) [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-464/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html - shard-bmg: [SKIP][220] ([Intel XE#2327]) -> [SKIP][221] ([Intel XE#2231] / [Intel XE#2890]) [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-32bpp-rotate-180: - shard-bmg: [SKIP][222] ([Intel XE#2231]) -> [SKIP][223] ([Intel XE#1124]) [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-8/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-180: - shard-dg2-set2: [SKIP][224] ([Intel XE#829]) -> [SKIP][225] ([Intel XE#1124]) [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html - shard-bmg: [SKIP][226] ([Intel XE#829]) -> [SKIP][227] ([Intel XE#1124]) [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-0: - shard-bmg: [SKIP][228] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][229] ([Intel XE#1124]) [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html - shard-dg2-set2: [SKIP][230] ([Intel XE#2890]) -> [SKIP][231] ([Intel XE#1124]) +1 other test skip [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-466/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0: - shard-bmg: [SKIP][232] ([Intel XE#1124]) -> [SKIP][233] ([Intel XE#2231] / [Intel XE#2890]) [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html - shard-dg2-set2: [SKIP][234] ([Intel XE#1124]) -> [SKIP][235] ([Intel XE#2890]) [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-464/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p: - shard-dg2-set2: [SKIP][236] ([Intel XE#2423] / [i915#2575]) -> [SKIP][237] ([Intel XE#367]) [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p.html [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p.html * igt@kms_bw@linear-tiling-1-displays-2160x1440p: - shard-bmg: [SKIP][238] ([Intel XE#3189]) -> [SKIP][239] ([Intel XE#367]) [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-4/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html - shard-dg2-set2: [SKIP][240] ([Intel XE#3187]) -> [SKIP][241] ([Intel XE#367]) [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-466/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs: - shard-bmg: [SKIP][242] -> [SKIP][243] ([Intel XE#2887]) [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-8/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html - shard-dg2-set2: [SKIP][244] ([Intel XE#829]) -> [SKIP][245] ([Intel XE#455] / [Intel XE#787]) [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-435/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc: - shard-bmg: [SKIP][246] ([Intel XE#2887]) -> [SKIP][247] ([Intel XE#2231]) +1 other test skip [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-7/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html - shard-dg2-set2: [SKIP][248] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][249] ([Intel XE#2351] / [Intel XE#2890]) [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-464/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs: - shard-bmg: [SKIP][250] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][251] ([Intel XE#2887]) [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html - shard-dg2-set2: [SKIP][252] ([Intel XE#2890]) -> [SKIP][253] ([Intel XE#455] / [Intel XE#787]) [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-463/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs: - shard-dg2-set2: [SKIP][254] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][255] ([Intel XE#2890]) [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-464/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs.html [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs.html * igt@kms_cdclk@plane-scaling: - shard-bmg: [SKIP][256] ([Intel XE#2231]) -> [SKIP][257] ([Intel XE#2724]) [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_cdclk@plane-scaling.html [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-7/igt@kms_cdclk@plane-scaling.html * igt@kms_chamelium_edid@dp-edid-resolution-list: - shard-bmg: [SKIP][258] ([Intel XE#2252]) -> [SKIP][259] ([Intel XE#3007]) [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-1/igt@kms_chamelium_edid@dp-edid-resolution-list.html [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_chamelium_edid@dp-edid-resolution-list.html - shard-dg2-set2: [SKIP][260] ([Intel XE#373]) -> [SKIP][261] ([Intel XE#2423] / [i915#2575]) [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-432/igt@kms_chamelium_edid@dp-edid-resolution-list.html [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_chamelium_edid@dp-edid-resolution-list.html * igt@kms_chamelium_hpd@dp-hpd-storm-disable: - shard-bmg: [SKIP][262] ([Intel XE#3007]) -> [SKIP][263] ([Intel XE#2252]) [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-1/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html - shard-dg2-set2: [SKIP][264] ([Intel XE#2423] / [i915#2575]) -> [SKIP][265] ([Intel XE#373]) [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html * igt@kms_content_protection@dp-mst-type-1: - shard-bmg: [SKIP][266] ([Intel XE#3189]) -> [SKIP][267] ([Intel XE#2390]) [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_content_protection@dp-mst-type-1.html [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-5/igt@kms_content_protection@dp-mst-type-1.html - shard-dg2-set2: [SKIP][268] ([Intel XE#3187]) -> [SKIP][269] ([Intel XE#307]) [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@kms_content_protection@dp-mst-type-1.html [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@lic-type-1: - shard-bmg: [SKIP][270] ([Intel XE#3007]) -> [SKIP][271] ([Intel XE#2341]) [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_content_protection@lic-type-1.html [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-4/igt@kms_content_protection@lic-type-1.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - shard-bmg: [SKIP][272] ([Intel XE#3189]) -> [DMESG-WARN][273] ([Intel XE#2791] / [Intel XE#877]) [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc: - shard-bmg: [DMESG-WARN][274] ([Intel XE#3177]) -> [SKIP][275] ([Intel XE#3007]) [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-5/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - shard-bmg: [SKIP][276] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][277] ([Intel XE#2244]) [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-8/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html - shard-dg2-set2: [SKIP][278] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][279] ([Intel XE#455]) [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_fbcon_fbt@fbc: - shard-bmg: [SKIP][280] ([Intel XE#2231] / [Intel XE#2890]) -> [FAIL][281] ([Intel XE#1695]) [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_fbcon_fbt@fbc.html [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-7/igt@kms_fbcon_fbt@fbc.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling: - shard-bmg: [SKIP][282] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][283] ([Intel XE#2293] / [Intel XE#2380]) [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html - shard-dg2-set2: [SKIP][284] ([Intel XE#2890]) -> [SKIP][285] ([Intel XE#455]) [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html * igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-shrfb-draw-blt: - shard-bmg: [SKIP][286] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][287] ([Intel XE#2311]) [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-shrfb-draw-blt.html [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-shrfb-draw-blt.html - shard-dg2-set2: [SKIP][288] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][289] ([Intel XE#651]) [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-shrfb-draw-blt.html [289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-blt: - shard-dg2-set2: [SKIP][290] ([Intel XE#3187]) -> [SKIP][291] ([Intel XE#651]) +2 other tests skip [290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-blt.html [291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-render: - shard-bmg: [SKIP][292] ([Intel XE#2311]) -> [SKIP][293] ([Intel XE#2231] / [Intel XE#2890]) [292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-render.html [293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary: - shard-dg2-set2: [SKIP][294] ([Intel XE#651]) -> [SKIP][295] ([Intel XE#2890]) +1 other test skip [294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html [295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html - shard-bmg: [SKIP][296] ([Intel XE#2311]) -> [SKIP][297] ([Intel XE#2231]) +1 other test skip [296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html [297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-msflip-blt: - shard-bmg: [SKIP][298] ([Intel XE#2231] / [Intel XE#2890]) -> [FAIL][299] ([Intel XE#2333]) +2 other tests fail [298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-msflip-blt.html [299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt: - shard-bmg: [FAIL][300] ([Intel XE#2333]) -> [SKIP][301] ([Intel XE#2231]) [300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html [301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc: - shard-bmg: [SKIP][302] ([Intel XE#3189]) -> [FAIL][303] ([Intel XE#2333]) +2 other tests fail [302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html [303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt: - shard-bmg: [SKIP][304] ([Intel XE#3189]) -> [SKIP][305] ([Intel XE#2311]) +2 other tests skip [304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt.html [305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear: - shard-bmg: [SKIP][306] ([Intel XE#2231]) -> [SKIP][307] ([Intel XE#2311]) +1 other test skip [306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html [307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html - shard-dg2-set2: [SKIP][308] ([Intel XE#2890]) -> [SKIP][309] ([Intel XE#651]) +1 other test skip [308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html [309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-bmg: [SKIP][310] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][311] ([Intel XE#2313]) +2 other tests skip [310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc.html [311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc.html - shard-dg2-set2: [SKIP][312] ([Intel XE#2890]) -> [SKIP][313] ([Intel XE#653]) +1 other test skip [312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc.html [313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt: - shard-bmg: [SKIP][314] ([Intel XE#2313]) -> [SKIP][315] ([Intel XE#2231] / [Intel XE#2890]) +1 other test skip [314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html [315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html - shard-dg2-set2: [SKIP][316] ([Intel XE#653]) -> [SKIP][317] ([Intel XE#2890]) +1 other test skip [316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html [317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen: - shard-dg2-set2: [SKIP][318] ([Intel XE#3187]) -> [SKIP][319] ([Intel XE#653]) +1 other test skip [318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html [319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][320] ([Intel XE#783]) -> [SKIP][321] ([Intel XE#653]) [320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-wc.html [321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][322] ([Intel XE#653]) -> [SKIP][323] ([Intel XE#2351] / [Intel XE#2890]) [322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-wc.html [323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-rte: - shard-bmg: [SKIP][324] ([Intel XE#2313]) -> [SKIP][325] ([Intel XE#2231]) +2 other tests skip [324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-1p-rte.html [325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-1p-rte.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt: - shard-bmg: [SKIP][326] ([Intel XE#3189]) -> [SKIP][327] ([Intel XE#2313]) +2 other tests skip [326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html [327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][328] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][329] ([Intel XE#653]) +1 other test skip [328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html [329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html - shard-bmg: [SKIP][330] ([Intel XE#2231]) -> [SKIP][331] ([Intel XE#2313]) [330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html [331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-bmg: [SKIP][332] ([Intel XE#2231]) -> [SKIP][333] ([Intel XE#2934]) [332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_joiner@basic-force-ultra-joiner.html [333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-8/igt@kms_joiner@basic-force-ultra-joiner.html - shard-dg2-set2: [SKIP][334] ([Intel XE#2890]) -> [SKIP][335] ([Intel XE#2925]) [334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_joiner@basic-force-ultra-joiner.html [335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-435/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers: - shard-bmg: [SKIP][336] ([Intel XE#3007]) -> [DMESG-WARN][337] ([Intel XE#3177]) [336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers.html [337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers: - shard-bmg: [SKIP][338] ([Intel XE#3189]) -> [DMESG-WARN][339] ([Intel XE#3177]) [338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers.html [339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-1/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25: - shard-bmg: [SKIP][340] ([Intel XE#3189]) -> [SKIP][341] ([Intel XE#2763]) [340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html [341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html - shard-dg2-set2: [SKIP][342] ([Intel XE#3187]) -> [SKIP][343] ([Intel XE#2763] / [Intel XE#455]) [342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html [343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html * igt@kms_plane_scaling@planes-scaler-unity-scaling: - shard-bmg: [SKIP][344] ([Intel XE#3007]) -> [DMESG-WARN][345] ([Intel XE#2566] / [Intel XE#3177]) [344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_plane_scaling@planes-scaler-unity-scaling.html [345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-4/igt@kms_plane_scaling@planes-scaler-unity-scaling.html * igt@kms_plane_scaling@planes-upscale-20x20: - shard-bmg: [DMESG-WARN][346] ([Intel XE#2566]) -> [DMESG-WARN][347] ([Intel XE#2566] / [Intel XE#3177]) +16 other tests dmesg-warn [346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-5/igt@kms_plane_scaling@planes-upscale-20x20.html [347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_plane_scaling@planes-upscale-20x20.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf: - shard-dg2-set2: [SKIP][348] ([Intel XE#3187]) -> [SKIP][349] ([Intel XE#1489]) +2 other tests skip [348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html [349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-466/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - shard-bmg: [SKIP][350] ([Intel XE#3189]) -> [SKIP][351] ([Intel XE#1489]) +2 other tests skip [350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html [351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-4/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html * igt@kms_psr@fbc-pr-cursor-render: - shard-bmg: [SKIP][352] ([Intel XE#2231]) -> [SKIP][353] ([Intel XE#2234] / [Intel XE#2850]) [352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_psr@fbc-pr-cursor-render.html [353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-5/igt@kms_psr@fbc-pr-cursor-render.html * igt@kms_psr@fbc-pr-dpms: - shard-dg2-set2: [SKIP][354] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][355] ([Intel XE#2890]) [354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-466/igt@kms_psr@fbc-pr-dpms.html [355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_psr@fbc-pr-dpms.html * igt@kms_psr@fbc-psr2-primary-blt: - shard-bmg: [SKIP][356] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][357] ([Intel XE#2234] / [Intel XE#2850]) +1 other test skip [356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_psr@fbc-psr2-primary-blt.html [357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-5/igt@kms_psr@fbc-psr2-primary-blt.html - shard-dg2-set2: [SKIP][358] ([Intel XE#2890]) -> [SKIP][359] ([Intel XE#2850] / [Intel XE#929]) +1 other test skip [358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_psr@fbc-psr2-primary-blt.html [359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-433/igt@kms_psr@fbc-psr2-primary-blt.html * igt@kms_psr@pr-cursor-plane-move: - shard-bmg: [SKIP][360] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][361] ([Intel XE#2231] / [Intel XE#2890]) +1 other test skip [360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-2/igt@kms_psr@pr-cursor-plane-move.html [361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_psr@pr-cursor-plane-move.html - shard-dg2-set2: [SKIP][362] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][363] ([Intel XE#2351] / [Intel XE#2890]) [362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-435/igt@kms_psr@pr-cursor-plane-move.html [363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_psr@pr-cursor-plane-move.html * igt@kms_psr@pr-sprite-blt: - shard-dg2-set2: [SKIP][364] ([Intel XE#3187]) -> [SKIP][365] ([Intel XE#2850] / [Intel XE#929]) +1 other test skip [364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@kms_psr@pr-sprite-blt.html [365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_psr@pr-sprite-blt.html - shard-bmg: [SKIP][366] ([Intel XE#3189]) -> [SKIP][367] ([Intel XE#2234] / [Intel XE#2850]) +1 other test skip [366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_psr@pr-sprite-blt.html [367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-5/igt@kms_psr@pr-sprite-blt.html * igt@kms_psr@psr-cursor-render: - shard-dg2-set2: [SKIP][368] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][369] ([Intel XE#2850] / [Intel XE#929]) [368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_psr@psr-cursor-render.html [369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-433/igt@kms_psr@psr-cursor-render.html * igt@kms_vrr@flip-dpms: - shard-dg2-set2: [SKIP][370] ([Intel XE#2423] / [i915#2575]) -> [SKIP][371] ([Intel XE#455]) +1 other test skip [370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@kms_vrr@flip-dpms.html [371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@kms_vrr@flip-dpms.html - shard-bmg: [SKIP][372] ([Intel XE#3007]) -> [SKIP][373] ([Intel XE#1499]) [372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@kms_vrr@flip-dpms.html [373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_vrr@flip-dpms.html * igt@kms_vrr@flipline: - shard-dg2-set2: [SKIP][374] ([Intel XE#455]) -> [SKIP][375] ([Intel XE#2423] / [i915#2575]) [374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-434/igt@kms_vrr@flipline.html [375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@kms_vrr@flipline.html - shard-bmg: [SKIP][376] ([Intel XE#1499]) -> [SKIP][377] ([Intel XE#3007]) [376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-5/igt@kms_vrr@flipline.html [377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@kms_vrr@flipline.html * igt@kms_vrr@max-min: - shard-bmg: [SKIP][378] ([Intel XE#3189]) -> [SKIP][379] ([Intel XE#1499]) [378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@kms_vrr@max-min.html [379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-1/igt@kms_vrr@max-min.html - shard-dg2-set2: [SKIP][380] ([Intel XE#3187]) -> [SKIP][381] ([Intel XE#455]) [380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-433/igt@kms_vrr@max-min.html [381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-436/igt@kms_vrr@max-min.html * igt@xe_eudebug_online@breakpoint-not-in-debug-mode: - shard-bmg: [SKIP][382] ([Intel XE#1130]) -> [SKIP][383] ([Intel XE#2905]) [382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@xe_eudebug_online@breakpoint-not-in-debug-mode.html [383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-1/igt@xe_eudebug_online@breakpoint-not-in-debug-mode.html - shard-dg2-set2: [SKIP][384] ([Intel XE#1130]) -> [SKIP][385] ([Intel XE#2905]) [384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@xe_eudebug_online@breakpoint-not-in-debug-mode.html [385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-463/igt@xe_eudebug_online@breakpoint-not-in-debug-mode.html * igt@xe_exec_basic@multigpu-once-basic: - shard-bmg: [SKIP][386] ([Intel XE#2322]) -> [SKIP][387] ([Intel XE#1130]) [386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-8/igt@xe_exec_basic@multigpu-once-basic.html [387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@xe_exec_basic@multigpu-once-basic.html * igt@xe_exec_basic@multigpu-once-userptr: - shard-bmg: [SKIP][388] ([Intel XE#1130]) -> [SKIP][389] ([Intel XE#2322]) [388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@xe_exec_basic@multigpu-once-userptr.html [389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-7/igt@xe_exec_basic@multigpu-once-userptr.html * igt@xe_exec_fault_mode@many-invalid-userptr-fault: - shard-dg2-set2: [SKIP][390] ([Intel XE#288]) -> [SKIP][391] ([Intel XE#1130]) +3 other tests skip [390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-435/igt@xe_exec_fault_mode@many-invalid-userptr-fault.html [391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@xe_exec_fault_mode@many-invalid-userptr-fault.html * igt@xe_exec_fault_mode@twice-userptr-prefetch: - shard-dg2-set2: [SKIP][392] ([Intel XE#1130]) -> [SKIP][393] ([Intel XE#288]) +3 other tests skip [392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@xe_exec_fault_mode@twice-userptr-prefetch.html [393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@xe_exec_fault_mode@twice-userptr-prefetch.html * igt@xe_live_ktest@xe_bo: - shard-dg2-set2: [TIMEOUT][394] ([Intel XE#2961]) -> [TIMEOUT][395] ([Intel XE#2961] / [Intel XE#3191]) +1 other test timeout [394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-466/igt@xe_live_ktest@xe_bo.html [395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@xe_live_ktest@xe_bo.html * igt@xe_oa@closed-fd-and-unmapped-access: - shard-dg2-set2: [SKIP][396] ([Intel XE#1130]) -> [SKIP][397] ([Intel XE#2541]) [396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@xe_oa@closed-fd-and-unmapped-access.html [397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@xe_oa@closed-fd-and-unmapped-access.html * igt@xe_pat@pat-index-xelp: - shard-bmg: [SKIP][398] ([Intel XE#2245]) -> [SKIP][399] ([Intel XE#2237] / [Intel XE#2245]) [398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-7/igt@xe_pat@pat-index-xelp.html [399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-8/igt@xe_pat@pat-index-xelp.html * igt@xe_peer2peer@write: - shard-bmg: [SKIP][400] ([Intel XE#2427]) -> [SKIP][401] ([Intel XE#2557]) [400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-1/igt@xe_peer2peer@write.html [401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-2/igt@xe_peer2peer@write.html - shard-dg2-set2: [FAIL][402] ([Intel XE#1173]) -> [SKIP][403] ([Intel XE#1061]) [402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-435/igt@xe_peer2peer@write.html [403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-434/igt@xe_peer2peer@write.html * igt@xe_pm@d3cold-multiple-execs: - shard-bmg: [SKIP][404] ([Intel XE#1130]) -> [SKIP][405] ([Intel XE#2284]) [404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-bmg-4/igt@xe_pm@d3cold-multiple-execs.html [405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-bmg-1/igt@xe_pm@d3cold-multiple-execs.html - shard-dg2-set2: [SKIP][406] ([Intel XE#1130]) -> [SKIP][407] ([Intel XE#2284] / [Intel XE#366]) [406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8080/shard-dg2-463/igt@xe_pm@d3cold-multiple-execs.html [407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/shard-dg2-464/igt@xe_pm@d3cold-multiple-execs.html [Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061 [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122 [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130 [Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138 [Intel XE#1152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152 [Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173 [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#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499 [Intel XE#1523]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1523 [Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600 [Intel XE#1649]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1649 [Intel XE#1695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1695 [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#1999]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1999 [Intel XE#2105]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105 [Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134 [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#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168 [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229 [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#2237]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2237 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245 [Intel XE#2249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2249 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284 [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293 [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311 [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313 [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327 [Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333 [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341 [Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390 [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#2436]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2436 [Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443 [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#2557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2557 [Intel XE#2566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2566 [Intel XE#2577]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2577 [Intel XE#2625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2625 [Intel XE#2635]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2635 [Intel XE#2655]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2655 [Intel XE#2687]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2687 [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724 [Intel XE#2754]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2754 [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#2839]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2839 [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882 [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887 [Intel XE#2890]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890 [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#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#2948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2948 [Intel XE#2961]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2961 [Intel XE#2968]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2968 [Intel XE#3007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007 [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#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113 [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#3177]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3177 [Intel XE#3184]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3184 [Intel XE#3187]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3187 [Intel XE#3189]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3189 [Intel XE#3191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3191 [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605 [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#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718 [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#873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/873 [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#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 [Intel XE#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958 [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977 [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 Build changes ------------- * IGT: IGT_8080 -> IGTPW_11945 * Linux: xe-2091-c1837d4e9af4e9df3109960341105c035b441667 -> xe-2106-aa0898115bcff3eda6d021cc66eb8a1c3b264c56 IGTPW_11945: fba2c0b2e418771c87fce2ef685dfb070108fc46 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8080: 20fcbc59241a16c84d12f4f6ba390fb46fd65a36 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2091-c1837d4e9af4e9df3109960341105c035b441667: c1837d4e9af4e9df3109960341105c035b441667 xe-2106-aa0898115bcff3eda6d021cc66eb8a1c3b264c56: aa0898115bcff3eda6d021cc66eb8a1c3b264c56 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11945/index.html [-- Attachment #2: Type: text/html, Size: 116425 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ Fi.CI.IGT: failure for lib/xe/oa: Don't skip if freq sysfs are not present 2024-10-21 18:12 [PATCH i-g-t] lib/xe/oa: Don't skip if freq sysfs are not present Ashutosh Dixit ` (3 preceding siblings ...) 2024-10-22 1:25 ` ✗ CI.xeFULL: failure for " Patchwork @ 2024-10-22 4:59 ` Patchwork 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2024-10-22 4:59 UTC (permalink / raw) To: Dixit, Ashutosh; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 100271 bytes --] == Series Details == Series: lib/xe/oa: Don't skip if freq sysfs are not present URL : https://patchwork.freedesktop.org/series/140269/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15574_full -> IGTPW_11945_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11945_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11945_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_11945/index.html Participating hosts (8 -> 7) ------------------------------ Missing (1): shard-glk Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11945_full: ### IGT changes ### #### Possible regressions #### * igt@gem_eio@in-flight-suspend: - shard-dg2: [PASS][1] -> [DMESG-FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-10/igt@gem_eio@in-flight-suspend.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@gem_eio@in-flight-suspend.html * igt@kms_setmode@basic@pipe-a-edp-1: - shard-mtlp: [PASS][3] -> [FAIL][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-mtlp-3/igt@kms_setmode@basic@pipe-a-edp-1.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-6/igt@kms_setmode@basic@pipe-a-edp-1.html New tests --------- New tests have been introduced between CI_DRM_15574_full and IGTPW_11945_full: ### New IGT tests (2) ### * igt@kms_vblank@query-forked@pipe-a-vga-1: - Statuses : 1 pass(s) - Exec time: [2.28] s * igt@kms_vblank@query-forked@pipe-b-vga-1: - Statuses : 1 pass(s) - Exec time: [2.21] s Known issues ------------ Here are the changes found in IGTPW_11945_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-purge-cache: - shard-rkl: NOTRUN -> [SKIP][5] ([i915#8411]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-3/igt@api_intel_bb@blit-reloc-purge-cache.html - shard-dg1: NOTRUN -> [SKIP][6] ([i915#8411]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-17/igt@api_intel_bb@blit-reloc-purge-cache.html - shard-mtlp: NOTRUN -> [SKIP][7] ([i915#8411]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-4/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@drm_fdinfo@busy@ccs0: - shard-dg2: NOTRUN -> [SKIP][8] ([i915#8414]) +16 other tests skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@drm_fdinfo@busy@ccs0.html * igt@drm_fdinfo@busy@vcs0: - shard-mtlp: NOTRUN -> [SKIP][9] ([i915#8414]) +7 other tests skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-1/igt@drm_fdinfo@busy@vcs0.html * igt@drm_fdinfo@busy@vcs1: - shard-dg1: NOTRUN -> [SKIP][10] ([i915#8414]) +6 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-12/igt@drm_fdinfo@busy@vcs1.html * igt@fbdev@unaligned-read: - shard-dg2: [PASS][11] -> [SKIP][12] ([i915#2582]) +1 other test skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-10/igt@fbdev@unaligned-read.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@fbdev@unaligned-read.html * igt@gem_ccs@ctrl-surf-copy: - shard-rkl: NOTRUN -> [SKIP][13] ([i915#3555] / [i915#9323]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-5/igt@gem_ccs@ctrl-surf-copy.html - shard-dg1: NOTRUN -> [SKIP][14] ([i915#3555] / [i915#9323]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-19/igt@gem_ccs@ctrl-surf-copy.html - shard-tglu: NOTRUN -> [SKIP][15] ([i915#3555] / [i915#9323]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-9/igt@gem_ccs@ctrl-surf-copy.html - shard-mtlp: NOTRUN -> [SKIP][16] ([i915#3555] / [i915#9323]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-1/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0: - shard-dg2: NOTRUN -> [INCOMPLETE][17] ([i915#12392] / [i915#7297]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-5/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-mtlp: NOTRUN -> [SKIP][18] ([i915#6335]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-7/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_ctx_engines@invalid-engines: - shard-tglu: NOTRUN -> [FAIL][19] ([i915#12027] / [i915#12031]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-10/igt@gem_ctx_engines@invalid-engines.html - shard-mtlp: [PASS][20] -> [FAIL][21] ([i915#12031]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-mtlp-3/igt@gem_ctx_engines@invalid-engines.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-8/igt@gem_ctx_engines@invalid-engines.html * igt@gem_ctx_sseu@engines: - shard-dg2: NOTRUN -> [SKIP][22] ([i915#280]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-1/igt@gem_ctx_sseu@engines.html - shard-rkl: NOTRUN -> [SKIP][23] ([i915#280]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-7/igt@gem_ctx_sseu@engines.html - shard-dg1: NOTRUN -> [SKIP][24] ([i915#280]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-18/igt@gem_ctx_sseu@engines.html - shard-tglu: NOTRUN -> [SKIP][25] ([i915#280]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-7/igt@gem_ctx_sseu@engines.html * igt@gem_eio@reset-stress: - shard-dg1: NOTRUN -> [FAIL][26] ([i915#5784]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-17/igt@gem_eio@reset-stress.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg2: NOTRUN -> [SKIP][27] ([i915#4812]) +2 other tests skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-5/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@parallel-balancer: - shard-rkl: NOTRUN -> [SKIP][28] ([i915#4525]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-7/igt@gem_exec_balancer@parallel-balancer.html * igt@gem_exec_fair@basic-deadline: - shard-rkl: [PASS][29] -> [FAIL][30] ([i915#2846]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-rkl-2/igt@gem_exec_fair@basic-deadline.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-7/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none: - shard-dg1: NOTRUN -> [SKIP][31] ([i915#3539] / [i915#4852]) +2 other tests skip [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-17/igt@gem_exec_fair@basic-none.html - shard-mtlp: NOTRUN -> [SKIP][32] ([i915#4473] / [i915#4771]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-8/igt@gem_exec_fair@basic-none.html * igt@gem_exec_fair@basic-none-solo: - shard-tglu: NOTRUN -> [FAIL][33] ([i915#2842]) +7 other tests fail [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-10/igt@gem_exec_fair@basic-none-solo.html - shard-dg2: NOTRUN -> [SKIP][34] ([i915#3539] / [i915#4852]) +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@gem_exec_fair@basic-none-solo.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: NOTRUN -> [FAIL][35] ([i915#2842]) +6 other tests fail [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-3/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace@vcs0: - shard-rkl: [PASS][36] -> [FAIL][37] ([i915#2842]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-rkl-4/igt@gem_exec_fair@basic-pace@vcs0.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-5/igt@gem_exec_fair@basic-pace@vcs0.html * igt@gem_exec_flush@basic-uc-prw-default: - shard-dg2: NOTRUN -> [SKIP][38] ([i915#3539]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@gem_exec_flush@basic-uc-prw-default.html - shard-dg1: NOTRUN -> [SKIP][39] ([i915#3539]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-15/igt@gem_exec_flush@basic-uc-prw-default.html * igt@gem_exec_params@rsvd2-dirt: - shard-mtlp: NOTRUN -> [SKIP][40] ([i915#5107]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-3/igt@gem_exec_params@rsvd2-dirt.html - shard-dg2: NOTRUN -> [SKIP][41] ([i915#5107]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-5/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_reloc@basic-cpu-gtt-noreloc: - shard-dg2: NOTRUN -> [SKIP][42] ([i915#3281]) +11 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-3/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html - shard-rkl: NOTRUN -> [SKIP][43] ([i915#3281]) +7 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-1/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html * igt@gem_exec_reloc@basic-wc-noreloc: - shard-mtlp: NOTRUN -> [SKIP][44] ([i915#3281]) +7 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-2/igt@gem_exec_reloc@basic-wc-noreloc.html * igt@gem_exec_reloc@basic-write-cpu-active: - shard-dg1: NOTRUN -> [SKIP][45] ([i915#3281]) +9 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-17/igt@gem_exec_reloc@basic-write-cpu-active.html * igt@gem_exec_schedule@pi-ringfull@ccs0: - shard-dg2: NOTRUN -> [FAIL][46] ([i915#12296]) +7 other tests fail [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@gem_exec_schedule@pi-ringfull@ccs0.html - shard-mtlp: NOTRUN -> [FAIL][47] ([i915#12296]) +6 other tests fail [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-8/igt@gem_exec_schedule@pi-ringfull@ccs0.html * igt@gem_exec_schedule@pi-ringfull@rcs0: - shard-rkl: NOTRUN -> [FAIL][48] ([i915#12296]) +4 other tests fail [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-3/igt@gem_exec_schedule@pi-ringfull@rcs0.html - shard-dg1: NOTRUN -> [FAIL][49] ([i915#12296]) +5 other tests fail [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-16/igt@gem_exec_schedule@pi-ringfull@rcs0.html - shard-tglu: NOTRUN -> [FAIL][50] ([i915#12296]) +5 other tests fail [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-9/igt@gem_exec_schedule@pi-ringfull@rcs0.html * igt@gem_exec_schedule@preempt-queue: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4537] / [i915#4812]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-8/igt@gem_exec_schedule@preempt-queue.html * igt@gem_exec_schedule@semaphore-power: - shard-rkl: NOTRUN -> [SKIP][52] ([i915#7276]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-3/igt@gem_exec_schedule@semaphore-power.html - shard-dg1: NOTRUN -> [SKIP][53] ([i915#4812]) +2 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-13/igt@gem_exec_schedule@semaphore-power.html - shard-dg2: NOTRUN -> [SKIP][54] ([i915#4537] / [i915#4812]) +1 other test skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-3/igt@gem_exec_schedule@semaphore-power.html * igt@gem_fence_thrash@bo-copy: - shard-dg2: NOTRUN -> [SKIP][55] ([i915#4860]) +2 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-4/igt@gem_fence_thrash@bo-copy.html - shard-mtlp: NOTRUN -> [SKIP][56] ([i915#4860]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-4/igt@gem_fence_thrash@bo-copy.html * igt@gem_fenced_exec_thrash@no-spare-fences: - shard-dg1: NOTRUN -> [SKIP][57] ([i915#4860]) +1 other test skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-14/igt@gem_fenced_exec_thrash@no-spare-fences.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-rkl: NOTRUN -> [SKIP][58] ([i915#4613]) +2 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-7/igt@gem_lmem_swapping@parallel-random-verify-ccs.html - shard-dg1: NOTRUN -> [SKIP][59] ([i915#12193]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-14/igt@gem_lmem_swapping@parallel-random-verify-ccs.html - shard-mtlp: NOTRUN -> [SKIP][60] ([i915#4613]) +1 other test skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-7/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][61] ([i915#4565]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-14/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html * igt@gem_lmem_swapping@smem-oom: - shard-tglu: NOTRUN -> [SKIP][62] ([i915#4613]) +2 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-6/igt@gem_lmem_swapping@smem-oom.html * igt@gem_media_fill@media-fill: - shard-mtlp: NOTRUN -> [SKIP][63] ([i915#8289]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-1/igt@gem_media_fill@media-fill.html - shard-dg2: NOTRUN -> [SKIP][64] ([i915#8289]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@gem_media_fill@media-fill.html * igt@gem_mmap@short-mmap: - shard-dg2: NOTRUN -> [SKIP][65] ([i915#4083]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-11/igt@gem_mmap@short-mmap.html - shard-dg1: NOTRUN -> [SKIP][66] ([i915#4083]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-17/igt@gem_mmap@short-mmap.html * igt@gem_mmap_gtt@cpuset-big-copy: - shard-dg2: NOTRUN -> [SKIP][67] ([i915#4077]) +8 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-11/igt@gem_mmap_gtt@cpuset-big-copy.html * igt@gem_mmap_gtt@hang-busy: - shard-mtlp: NOTRUN -> [SKIP][68] ([i915#4077]) +1 other test skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-5/igt@gem_mmap_gtt@hang-busy.html - shard-dg1: NOTRUN -> [SKIP][69] ([i915#4077]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-18/igt@gem_mmap_gtt@hang-busy.html * igt@gem_partial_pwrite_pread@writes-after-reads-display: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#3282]) +6 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-11/igt@gem_partial_pwrite_pread@writes-after-reads-display.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-dg1: NOTRUN -> [SKIP][71] ([i915#3282]) +5 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-13/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pwrite@basic-exhaustion: - shard-tglu: NOTRUN -> [WARN][72] ([i915#2658]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-8/igt@gem_pwrite@basic-exhaustion.html - shard-mtlp: NOTRUN -> [SKIP][73] ([i915#3282]) +2 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-6/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-dg2: NOTRUN -> [SKIP][74] ([i915#4270]) +1 other test skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-4/igt@gem_pxp@regular-baseline-src-copy-readible.html - shard-rkl: NOTRUN -> [SKIP][75] ([i915#4270]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-1/igt@gem_pxp@regular-baseline-src-copy-readible.html - shard-dg1: NOTRUN -> [SKIP][76] ([i915#4270]) +2 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-13/igt@gem_pxp@regular-baseline-src-copy-readible.html - shard-tglu: NOTRUN -> [SKIP][77] ([i915#4270]) +1 other test skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-6/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_readwrite@beyond-eob: - shard-rkl: NOTRUN -> [SKIP][78] ([i915#3282]) +3 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-7/igt@gem_readwrite@beyond-eob.html * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][79] ([i915#8428]) +1 other test skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-1/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled: - shard-dg2: NOTRUN -> [SKIP][80] ([i915#5190] / [i915#8428]) +6 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-3/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html * igt@gem_set_tiling_vs_gtt: - shard-dg1: NOTRUN -> [SKIP][81] ([i915#4079]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-17/igt@gem_set_tiling_vs_gtt.html - shard-dg2: NOTRUN -> [SKIP][82] ([i915#4079]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-7/igt@gem_set_tiling_vs_gtt.html * igt@gem_softpin@evict-snoop-interruptible: - shard-dg2: NOTRUN -> [SKIP][83] ([i915#4885]) +1 other test skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@gem_softpin@evict-snoop-interruptible.html - shard-dg1: NOTRUN -> [SKIP][84] ([i915#4885]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-18/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_userptr_blits@coherency-unsync: - shard-dg2: NOTRUN -> [SKIP][85] ([i915#3297]) +2 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-7/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@unsync-overlap: - shard-dg1: NOTRUN -> [SKIP][86] ([i915#3297]) +1 other test skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-16/igt@gem_userptr_blits@unsync-overlap.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-rkl: NOTRUN -> [SKIP][87] ([i915#3297]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-5/igt@gem_userptr_blits@unsync-unmap-after-close.html - shard-tglu: NOTRUN -> [SKIP][88] ([i915#3297]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-6/igt@gem_userptr_blits@unsync-unmap-after-close.html - shard-mtlp: NOTRUN -> [SKIP][89] ([i915#3297]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-3/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gen9_exec_parse@basic-rejected: - shard-tglu: NOTRUN -> [SKIP][90] ([i915#2527] / [i915#2856]) +2 other tests skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-4/igt@gen9_exec_parse@basic-rejected.html * igt@gen9_exec_parse@batch-invalid-length: - shard-rkl: NOTRUN -> [SKIP][91] ([i915#2527]) +1 other test skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-4/igt@gen9_exec_parse@batch-invalid-length.html - shard-dg1: NOTRUN -> [SKIP][92] ([i915#2527]) +1 other test skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-18/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@secure-batches: - shard-dg2: NOTRUN -> [SKIP][93] ([i915#2856]) +3 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@gen9_exec_parse@secure-batches.html - shard-mtlp: NOTRUN -> [SKIP][94] ([i915#2856]) +1 other test skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-6/igt@gen9_exec_parse@secure-batches.html * igt@i915_pm_freq_api@freq-suspend: - shard-rkl: NOTRUN -> [SKIP][95] ([i915#8399]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-3/igt@i915_pm_freq_api@freq-suspend.html - shard-tglu: NOTRUN -> [SKIP][96] ([i915#8399]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-10/igt@i915_pm_freq_api@freq-suspend.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg2: NOTRUN -> [SKIP][97] ([i915#11681] / [i915#6621]) +1 other test skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@i915_pm_rps@min-max-config-idle.html - shard-dg1: NOTRUN -> [SKIP][98] ([i915#11681] / [i915#6621]) +1 other test skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-16/igt@i915_pm_rps@min-max-config-idle.html - shard-mtlp: NOTRUN -> [SKIP][99] ([i915#11681] / [i915#6621]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-8/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@thresholds-idle: - shard-mtlp: NOTRUN -> [SKIP][100] ([i915#11681]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-4/igt@i915_pm_rps@thresholds-idle.html * igt@i915_pm_rps@thresholds-park: - shard-dg2: NOTRUN -> [SKIP][101] ([i915#11681]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-11/igt@i915_pm_rps@thresholds-park.html - shard-dg1: NOTRUN -> [SKIP][102] ([i915#11681]) +1 other test skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-15/igt@i915_pm_rps@thresholds-park.html * igt@kms_addfb_basic@addfb25-x-tiled-legacy: - shard-mtlp: NOTRUN -> [SKIP][103] ([i915#4212]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-1/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][104] ([i915#4212]) +2 other tests skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-3/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_addfb_basic@clobberred-modifier: - shard-dg1: NOTRUN -> [SKIP][105] ([i915#4212]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-16/igt@kms_addfb_basic@clobberred-modifier.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-dg1: NOTRUN -> [SKIP][106] ([i915#1769] / [i915#3555]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-18/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][107] ([i915#4538] / [i915#5286]) +4 other tests skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-12/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html - shard-tglu: NOTRUN -> [SKIP][108] ([i915#5286]) +5 other tests skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-8/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_big_fb@4-tiled-addfb-size-overflow: - shard-rkl: NOTRUN -> [SKIP][109] ([i915#5286]) +4 other tests skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-1/igt@kms_big_fb@4-tiled-addfb-size-overflow.html - shard-dg1: NOTRUN -> [SKIP][110] ([i915#5286]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-13/igt@kms_big_fb@4-tiled-addfb-size-overflow.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0: - shard-mtlp: [PASS][111] -> [FAIL][112] ([i915#5138]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][113] ([i915#3638]) +5 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-16/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@linear-64bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][114] +7 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-1/igt@kms_big_fb@linear-64bpp-rotate-270.html * igt@kms_big_fb@x-tiled-64bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][115] ([i915#3638]) +1 other test skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-5/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][116] ([i915#4538] / [i915#5190]) +9 other tests skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-3/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][117] ([i915#4538]) +1 other test skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-18/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#5190] / [i915#9197]) +1 other test skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][119] ([i915#6095]) +44 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-7/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-c-hdmi-a-1.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][120] ([i915#9197]) +24 other tests skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][121] ([i915#6095]) +44 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-3/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-edp-1.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs: - shard-dg2: NOTRUN -> [SKIP][122] ([i915#12313]) +1 other test skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][123] ([i915#6095]) +76 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs: - shard-dg1: NOTRUN -> [SKIP][124] ([i915#12313]) +2 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-17/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html - shard-tglu: NOTRUN -> [SKIP][125] ([i915#12313]) +2 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][126] ([i915#6095]) +161 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-15/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-4.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#10307] / [i915#10434] / [i915#6095]) +7 other tests skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-rkl: NOTRUN -> [SKIP][128] ([i915#12313]) +2 other tests skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-4/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html - shard-mtlp: NOTRUN -> [SKIP][129] ([i915#12313]) +1 other test skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-4/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][130] ([i915#10307] / [i915#6095]) +168 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-4/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-1.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#11616] / [i915#7213]) +5 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html * igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][132] ([i915#4087]) +3 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-5/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html * igt@kms_chamelium_edid@dp-mode-timings: - shard-dg2: NOTRUN -> [SKIP][133] ([i915#7828]) +7 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-5/igt@kms_chamelium_edid@dp-mode-timings.html - shard-dg1: NOTRUN -> [SKIP][134] ([i915#7828]) +4 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-13/igt@kms_chamelium_edid@dp-mode-timings.html * igt@kms_chamelium_frames@hdmi-aspect-ratio: - shard-tglu: NOTRUN -> [SKIP][135] ([i915#7828]) +6 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-7/igt@kms_chamelium_frames@hdmi-aspect-ratio.html - shard-mtlp: NOTRUN -> [SKIP][136] ([i915#7828]) +2 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-5/igt@kms_chamelium_frames@hdmi-aspect-ratio.html * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: - shard-rkl: NOTRUN -> [SKIP][137] ([i915#7828]) +3 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-3/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html * igt@kms_content_protection@atomic-dpms: - shard-tglu: NOTRUN -> [SKIP][138] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) +1 other test skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-10/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#3299]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@dp-mst-type-0: - shard-tglu: NOTRUN -> [SKIP][140] ([i915#3116] / [i915#3299]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-8/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@mei-interface: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#9424]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-3/igt@kms_content_protection@mei-interface.html - shard-dg1: NOTRUN -> [SKIP][142] ([i915#9433]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-13/igt@kms_content_protection@mei-interface.html - shard-mtlp: NOTRUN -> [SKIP][143] ([i915#8063] / [i915#9433]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-3/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@type1: - shard-dg1: NOTRUN -> [SKIP][144] ([i915#7116] / [i915#9424]) +1 other test skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-12/igt@kms_content_protection@type1.html - shard-mtlp: NOTRUN -> [SKIP][145] ([i915#3555] / [i915#6944] / [i915#9424]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-6/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent: - shard-mtlp: NOTRUN -> [SKIP][146] ([i915#6944] / [i915#9424]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-6/igt@kms_content_protection@uevent.html - shard-dg2: NOTRUN -> [SKIP][147] ([i915#7118] / [i915#9424]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-1/igt@kms_content_protection@uevent.html - shard-rkl: NOTRUN -> [SKIP][148] ([i915#7118] / [i915#9424]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-1/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-32x10: - shard-mtlp: NOTRUN -> [SKIP][149] ([i915#3555] / [i915#8814]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-2/igt@kms_cursor_crc@cursor-offscreen-32x10.html * igt@kms_cursor_crc@cursor-offscreen-64x21: - shard-mtlp: NOTRUN -> [SKIP][150] ([i915#8814]) +2 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-7/igt@kms_cursor_crc@cursor-offscreen-64x21.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-rkl: NOTRUN -> [SKIP][151] ([i915#11453] / [i915#3359]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-512x170: - shard-dg1: NOTRUN -> [SKIP][152] ([i915#11453] / [i915#3359]) +1 other test skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-15/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html - shard-mtlp: NOTRUN -> [SKIP][153] ([i915#11453] / [i915#3359]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-6/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#4213]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-rkl: NOTRUN -> [SKIP][155] ([i915#4103]) +1 other test skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html - shard-dg1: NOTRUN -> [SKIP][156] ([i915#4103] / [i915#4213]) +1 other test skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-18/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html - shard-tglu: NOTRUN -> [SKIP][157] ([i915#4103]) +1 other test skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-dg2: NOTRUN -> [SKIP][158] ([i915#4103] / [i915#4213]) +1 other test skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2: NOTRUN -> [SKIP][159] ([i915#8588]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-11/igt@kms_display_modes@mst-extended-mode-negative.html - shard-rkl: NOTRUN -> [SKIP][160] ([i915#8588]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-3/igt@kms_display_modes@mst-extended-mode-negative.html - shard-dg1: NOTRUN -> [SKIP][161] ([i915#8588]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-17/igt@kms_display_modes@mst-extended-mode-negative.html - shard-tglu: NOTRUN -> [SKIP][162] ([i915#8588]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-10/igt@kms_display_modes@mst-extended-mode-negative.html - shard-mtlp: NOTRUN -> [SKIP][163] ([i915#8588]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-8/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][164] ([i915#3804]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-2/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_dsc@dsc-fractional-bpp: - shard-tglu: NOTRUN -> [SKIP][165] ([i915#3840]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-6/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_feature_discovery@chamelium: - shard-tglu: NOTRUN -> [SKIP][166] ([i915#2065] / [i915#4854]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-6/igt@kms_feature_discovery@chamelium.html - shard-mtlp: NOTRUN -> [SKIP][167] ([i915#4854]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-4/igt@kms_feature_discovery@chamelium.html - shard-dg2: NOTRUN -> [SKIP][168] ([i915#4854]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-4/igt@kms_feature_discovery@chamelium.html - shard-rkl: NOTRUN -> [SKIP][169] ([i915#4854]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-1/igt@kms_feature_discovery@chamelium.html - shard-dg1: NOTRUN -> [SKIP][170] ([i915#4854]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-13/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-4x: - shard-dg2: NOTRUN -> [SKIP][171] ([i915#1839]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@kms_feature_discovery@display-4x.html - shard-dg1: NOTRUN -> [SKIP][172] ([i915#1839]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-15/igt@kms_feature_discovery@display-4x.html - shard-mtlp: NOTRUN -> [SKIP][173] ([i915#1839]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-6/igt@kms_feature_discovery@display-4x.html * igt@kms_feature_discovery@psr1: - shard-tglu: NOTRUN -> [SKIP][174] ([i915#658]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-2/igt@kms_feature_discovery@psr1.html - shard-dg2: NOTRUN -> [SKIP][175] ([i915#658]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-11/igt@kms_feature_discovery@psr1.html - shard-rkl: NOTRUN -> [SKIP][176] ([i915#658]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-3/igt@kms_feature_discovery@psr1.html - shard-dg1: NOTRUN -> [SKIP][177] ([i915#658]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-17/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank: - shard-tglu: NOTRUN -> [SKIP][178] ([i915#3637]) +4 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-7/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-dpms: - shard-rkl: NOTRUN -> [SKIP][179] +10 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-5/igt@kms_flip@2x-flip-vs-dpms.html - shard-dg1: NOTRUN -> [SKIP][180] ([i915#9934]) +4 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-16/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-flip-vs-expired-vblank: - shard-mtlp: NOTRUN -> [SKIP][181] ([i915#3637]) +3 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-1/igt@kms_flip@2x-flip-vs-expired-vblank.html * igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1: - shard-snb: [PASS][182] -> [FAIL][183] ([i915#2122]) +10 other tests fail [182]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-snb6/igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1.html [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-snb4/igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1.html * igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a4: - shard-dg1: NOTRUN -> [DMESG-WARN][184] ([i915#4423]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-18/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a4.html * igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1: - shard-mtlp: [PASS][185] -> [FAIL][186] ([i915#2122]) +1 other test fail [185]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-mtlp-5/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-6/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html * igt@kms_flip@plain-flip-ts-check@d-hdmi-a1: - shard-tglu: [PASS][187] -> [FAIL][188] ([i915#2122]) +8 other tests fail [187]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-tglu-4/igt@kms_flip@plain-flip-ts-check@d-hdmi-a1.html [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-4/igt@kms_flip@plain-flip-ts-check@d-hdmi-a1.html * igt@kms_flip@wf_vblank-ts-check: - shard-dg1: [PASS][189] -> [FAIL][190] ([i915#11989] / [i915#2122]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg1-17/igt@kms_flip@wf_vblank-ts-check.html [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-18/igt@kms_flip@wf_vblank-ts-check.html * igt@kms_flip@wf_vblank-ts-check@a-hdmi-a4: - shard-dg1: [PASS][191] -> [FAIL][192] ([i915#2122]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg1-17/igt@kms_flip@wf_vblank-ts-check@a-hdmi-a4.html [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-18/igt@kms_flip@wf_vblank-ts-check@a-hdmi-a4.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-dg2: NOTRUN -> [SKIP][193] ([i915#3555]) +7 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling: - shard-dg1: NOTRUN -> [SKIP][194] ([i915#2672] / [i915#3555]) +1 other test skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-13/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][195] ([i915#2587] / [i915#2672]) +1 other test skip [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-13/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling: - shard-dg2: NOTRUN -> [SKIP][196] ([i915#2672] / [i915#3555]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html - shard-rkl: NOTRUN -> [SKIP][197] ([i915#2672] / [i915#3555]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][198] ([i915#2587] / [i915#2672]) +1 other test skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html - shard-rkl: NOTRUN -> [SKIP][199] ([i915#2672]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling: - shard-tglu: NOTRUN -> [SKIP][200] ([i915#2672] / [i915#3555]) +1 other test skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-dg2: [PASS][201] -> [SKIP][202] ([i915#3555]) +4 other tests skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling: - shard-mtlp: NOTRUN -> [SKIP][203] ([i915#3555] / [i915#8813]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][204] ([i915#3555] / [i915#8810]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][205] ([i915#2672]) +2 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling: - shard-dg2: NOTRUN -> [SKIP][206] ([i915#3555] / [i915#5190]) +2 other tests skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt: - shard-dg2: NOTRUN -> [FAIL][207] ([i915#6880]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][208] ([i915#8708]) +17 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite: - shard-snb: [PASS][209] -> [SKIP][210] [209]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite.html [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: - shard-dg1: NOTRUN -> [SKIP][211] +34 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move: - shard-tglu: NOTRUN -> [SKIP][212] +56 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-blt: - shard-mtlp: NOTRUN -> [SKIP][213] ([i915#1825]) +13 other tests skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-farfromfence-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][214] ([i915#8708]) +2 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbc-farfromfence-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render: - shard-dg2: [PASS][215] -> [SKIP][216] ([i915#5354]) +11 other tests skip [215]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][217] ([i915#8708]) +12 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move: - shard-dg2: NOTRUN -> [SKIP][218] ([i915#10433] / [i915#3458]) +2 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move: - shard-dg2: NOTRUN -> [SKIP][219] ([i915#5354]) +49 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-dg2: NOTRUN -> [SKIP][220] ([i915#9766]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-rte: - shard-dg2: NOTRUN -> [SKIP][221] ([i915#3458]) +10 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-1p-rte.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt: - shard-rkl: NOTRUN -> [SKIP][222] ([i915#1825]) +20 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-render: - shard-rkl: NOTRUN -> [SKIP][223] ([i915#3023]) +13 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html - shard-dg1: NOTRUN -> [SKIP][224] ([i915#3458]) +10 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html * igt@kms_hdr@bpc-switch-suspend: - shard-tglu: NOTRUN -> [SKIP][225] ([i915#3555] / [i915#8228]) +2 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-7/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: NOTRUN -> [SKIP][226] ([i915#3555] / [i915#8228]) +1 other test skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-5/igt@kms_hdr@invalid-metadata-sizes.html - shard-rkl: NOTRUN -> [SKIP][227] ([i915#3555] / [i915#8228]) +2 other tests skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-7/igt@kms_hdr@invalid-metadata-sizes.html - shard-dg1: NOTRUN -> [SKIP][228] ([i915#3555] / [i915#8228]) +2 other tests skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-15/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle-dpms: - shard-dg2: [PASS][229] -> [SKIP][230] ([i915#3555] / [i915#8228]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-10/igt@kms_hdr@static-toggle-dpms.html [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-4/igt@kms_hdr@static-toggle-dpms.html * igt@kms_joiner@basic-big-joiner: - shard-dg2: NOTRUN -> [SKIP][231] ([i915#10656]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_joiner@basic-big-joiner.html * igt@kms_joiner@basic-ultra-joiner: - shard-dg2: NOTRUN -> [SKIP][232] ([i915#12339]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@kms_joiner@basic-ultra-joiner.html - shard-dg1: NOTRUN -> [SKIP][233] ([i915#12339]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-19/igt@kms_joiner@basic-ultra-joiner.html - shard-mtlp: NOTRUN -> [SKIP][234] ([i915#12339]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-1/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes: - shard-dg2: NOTRUN -> [SKIP][235] +12 other tests skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-4/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html * igt@kms_pipe_crc_basic@suspend-read-crc: - shard-dg2: [PASS][236] -> [SKIP][237] ([i915#9197]) +46 other tests skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-1/igt@kms_pipe_crc_basic@suspend-read-crc.html [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_pipe_crc_basic@suspend-read-crc.html * igt@kms_plane@pixel-format-source-clamping: - shard-dg2: [PASS][238] -> [SKIP][239] ([i915#8825]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-8/igt@kms_plane@pixel-format-source-clamping.html [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_plane@pixel-format-source-clamping.html * igt@kms_plane@plane-panning-bottom-right: - shard-dg2: NOTRUN -> [SKIP][240] ([i915#8825]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_plane@plane-panning-bottom-right.html * igt@kms_plane_alpha_blend@constant-alpha-mid: - shard-dg2: NOTRUN -> [SKIP][241] ([i915#7294]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_plane_alpha_blend@constant-alpha-mid.html * igt@kms_plane_scaling@intel-max-src-size: - shard-rkl: [PASS][242] -> [FAIL][243] ([i915#8292]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-rkl-7/igt@kms_plane_scaling@intel-max-src-size.html [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-5/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [FAIL][244] ([i915#8292]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-5/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format: - shard-dg2: [PASS][245] -> [SKIP][246] ([i915#12247] / [i915#8152] / [i915#9423]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-7/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format.html [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format.html * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-c: - shard-tglu: NOTRUN -> [SKIP][247] ([i915#12247]) +9 other tests skip [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-6/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-c.html * igt@kms_plane_scaling@plane-upscale-20x20-with-modifiers: - shard-dg2: [PASS][248] -> [SKIP][249] ([i915#8152] / [i915#9423]) +1 other test skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-1/igt@kms_plane_scaling@plane-upscale-20x20-with-modifiers.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_plane_scaling@plane-upscale-20x20-with-modifiers.html * igt@kms_plane_scaling@plane-upscale-20x20-with-modifiers@pipe-d: - shard-dg2: [PASS][250] -> [SKIP][251] ([i915#8152]) +1 other test skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-1/igt@kms_plane_scaling@plane-upscale-20x20-with-modifiers@pipe-d.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_plane_scaling@plane-upscale-20x20-with-modifiers@pipe-d.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling: - shard-dg2: NOTRUN -> [SKIP][252] ([i915#12247] / [i915#8152] / [i915#9423]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a: - shard-rkl: NOTRUN -> [SKIP][253] ([i915#12247]) +2 other tests skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c: - shard-mtlp: NOTRUN -> [SKIP][254] ([i915#12247]) +8 other tests skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-8/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d: - shard-dg2: NOTRUN -> [SKIP][255] ([i915#12247] / [i915#8152]) +1 other test skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d.html - shard-dg1: NOTRUN -> [SKIP][256] ([i915#12247]) +8 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-16/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d.html * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-a: - shard-dg2: [PASS][257] -> [SKIP][258] ([i915#12247]) +17 other tests skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-a.html [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-a.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75: - shard-dg2: [PASS][259] -> [SKIP][260] ([i915#3555] / [i915#6953] / [i915#8152] / [i915#9423]) +1 other test skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75.html [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75@pipe-d: - shard-dg2: [PASS][261] -> [SKIP][262] ([i915#12247] / [i915#8152]) +3 other tests skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75@pipe-d.html [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75@pipe-d.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-dg1: NOTRUN -> [SKIP][263] ([i915#12247] / [i915#3555]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-18/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5: - shard-dg2: [PASS][264] -> [SKIP][265] ([i915#12247] / [i915#6953] / [i915#8152] / [i915#9423]) +1 other test skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-3/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/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-75: - shard-mtlp: NOTRUN -> [SKIP][266] ([i915#12247] / [i915#3555] / [i915#6953]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75.html - shard-dg2: NOTRUN -> [SKIP][267] ([i915#12247] / [i915#3555] / [i915#6953] / [i915#8152] / [i915#9423]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-c: - shard-dg2: NOTRUN -> [SKIP][268] ([i915#12247]) +5 other tests skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-c.html * igt@kms_pm_backlight@bad-brightness: - shard-rkl: NOTRUN -> [SKIP][269] ([i915#5354]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-7/igt@kms_pm_backlight@bad-brightness.html * igt@kms_pm_backlight@fade: - shard-tglu: NOTRUN -> [SKIP][270] ([i915#9812]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-4/igt@kms_pm_backlight@fade.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-mtlp: NOTRUN -> [SKIP][271] ([i915#9292]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-8/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@dc5-dpms-negative: - shard-mtlp: NOTRUN -> [SKIP][272] ([i915#9293]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-4/igt@kms_pm_dc@dc5-dpms-negative.html * igt@kms_pm_dc@dc5-psr: - shard-dg2: NOTRUN -> [SKIP][273] ([i915#9685]) +1 other test skip [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-3/igt@kms_pm_dc@dc5-psr.html - shard-dg1: NOTRUN -> [SKIP][274] ([i915#9685]) +1 other test skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-12/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-dpms: - shard-tglu: NOTRUN -> [FAIL][275] ([i915#9295]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-9/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc9-dpms: - shard-rkl: NOTRUN -> [SKIP][276] ([i915#3361]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-2/igt@kms_pm_dc@dc9-dpms.html - shard-tglu: [PASS][277] -> [SKIP][278] ([i915#4281]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-tglu-4/igt@kms_pm_dc@dc9-dpms.html [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-8/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg2: [PASS][279] -> [SKIP][280] ([i915#9340]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-4/igt@kms_pm_lpsp@kms-lpsp.html [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-5/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_lpsp@screens-disabled: - shard-rkl: NOTRUN -> [SKIP][281] ([i915#8430]) [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-7/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@basic-pci-d3-state: - shard-dg1: [PASS][282] -> [DMESG-WARN][283] ([i915#4423]) +3 other tests dmesg-warn [282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg1-15/igt@kms_pm_rpm@basic-pci-d3-state.html [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-19/igt@kms_pm_rpm@basic-pci-d3-state.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-dg1: NOTRUN -> [INCOMPLETE][284] ([i915#10553]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-17/igt@kms_pm_rpm@modeset-non-lpsp-stress.html - shard-tglu: NOTRUN -> [SKIP][285] ([i915#9519]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-rkl: [PASS][286] -> [SKIP][287] ([i915#9519]) +2 other tests skip [286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html - shard-mtlp: NOTRUN -> [SKIP][288] ([i915#9519]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@kms_prime@d3hot: - shard-dg1: NOTRUN -> [SKIP][289] ([i915#6524]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-16/igt@kms_prime@d3hot.html * igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area: - shard-rkl: NOTRUN -> [SKIP][290] ([i915#11520]) +4 other tests skip [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-1/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf: - shard-dg2: NOTRUN -> [SKIP][291] ([i915#11520]) +8 other tests skip [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-3/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area: - shard-tglu: NOTRUN -> [SKIP][292] ([i915#11520]) +6 other tests skip [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-10/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html - shard-mtlp: NOTRUN -> [SKIP][293] ([i915#12316]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-8/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf: - shard-snb: NOTRUN -> [SKIP][294] ([i915#11520]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-snb5/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb: - shard-dg1: NOTRUN -> [SKIP][295] ([i915#11520]) +5 other tests skip [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-18/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr2_su@page_flip-nv12: - shard-dg2: NOTRUN -> [SKIP][296] ([i915#9683]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-4/igt@kms_psr2_su@page_flip-nv12.html - shard-dg1: NOTRUN -> [SKIP][297] ([i915#9683]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-16/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@fbc-pr-cursor-blt: - shard-snb: NOTRUN -> [SKIP][298] +47 other tests skip [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-snb4/igt@kms_psr@fbc-pr-cursor-blt.html * igt@kms_psr@fbc-psr-cursor-plane-onoff: - shard-tglu: NOTRUN -> [SKIP][299] ([i915#9732]) +15 other tests skip [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-6/igt@kms_psr@fbc-psr-cursor-plane-onoff.html * igt@kms_psr@fbc-psr-primary-page-flip: - shard-dg2: NOTRUN -> [SKIP][300] ([i915#1072] / [i915#9732]) +19 other tests skip [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_psr@fbc-psr-primary-page-flip.html * igt@kms_psr@fbc-psr2-primary-mmap-cpu: - shard-mtlp: NOTRUN -> [SKIP][301] ([i915#9688]) +12 other tests skip [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-4/igt@kms_psr@fbc-psr2-primary-mmap-cpu.html * igt@kms_psr@pr-basic: - shard-rkl: NOTRUN -> [SKIP][302] ([i915#1072] / [i915#9732]) +10 other tests skip [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-3/igt@kms_psr@pr-basic.html * igt@kms_psr@pr-cursor-plane-onoff: - shard-dg1: NOTRUN -> [SKIP][303] ([i915#1072] / [i915#9732]) +15 other tests skip [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-15/igt@kms_psr@pr-cursor-plane-onoff.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-dg2: NOTRUN -> [SKIP][304] ([i915#5190]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-11/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][305] ([i915#11131] / [i915#4235] / [i915#5190]) [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html - shard-mtlp: NOTRUN -> [SKIP][306] ([i915#11131] / [i915#4235]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-dg1: NOTRUN -> [SKIP][307] ([i915#5289]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-13/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-dg2: NOTRUN -> [SKIP][308] ([i915#11131] / [i915#4235]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_scaling_modes@scaling-mode-full-aspect: - shard-tglu: NOTRUN -> [SKIP][309] ([i915#3555]) +2 other tests skip [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-7/igt@kms_scaling_modes@scaling-mode-full-aspect.html * igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free: - shard-dg2: NOTRUN -> [ABORT][310] ([i915#12231]) +1 other test abort [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-3/igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free.html * igt@kms_setmode@basic: - shard-tglu: NOTRUN -> [FAIL][311] ([i915#5465]) +2 other tests fail [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-4/igt@kms_setmode@basic.html * igt@kms_setmode@basic@pipe-b-edp-1: - shard-mtlp: [PASS][312] -> [FAIL][313] ([i915#5465]) +1 other test fail [312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-mtlp-3/igt@kms_setmode@basic@pipe-b-edp-1.html [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-6/igt@kms_setmode@basic@pipe-b-edp-1.html * igt@kms_sysfs_edid_timing: - shard-snb: [PASS][314] -> [FAIL][315] ([IGT#2] / [i915#6493]) [314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-snb4/igt@kms_sysfs_edid_timing.html [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-snb1/igt@kms_sysfs_edid_timing.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-tglu: NOTRUN -> [SKIP][316] ([i915#8623]) [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_universal_plane@cursor-fb-leak: - shard-mtlp: [PASS][317] -> [FAIL][318] ([i915#9196]) +1 other test fail [317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-mtlp-6/igt@kms_universal_plane@cursor-fb-leak.html [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-4/igt@kms_universal_plane@cursor-fb-leak.html * igt@kms_vrr@flip-dpms: - shard-rkl: NOTRUN -> [SKIP][319] ([i915#3555]) +2 other tests skip [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-3/igt@kms_vrr@flip-dpms.html - shard-dg1: NOTRUN -> [SKIP][320] ([i915#3555]) +4 other tests skip [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-13/igt@kms_vrr@flip-dpms.html * igt@kms_vrr@lobf: - shard-dg2: NOTRUN -> [SKIP][321] ([i915#11920]) [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-7/igt@kms_vrr@lobf.html * igt@kms_vrr@seamless-rr-switch-virtual: - shard-dg2: NOTRUN -> [SKIP][322] ([i915#9906]) [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-5/igt@kms_vrr@seamless-rr-switch-virtual.html - shard-rkl: NOTRUN -> [SKIP][323] ([i915#9906]) [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-7/igt@kms_vrr@seamless-rr-switch-virtual.html - shard-dg1: NOTRUN -> [SKIP][324] ([i915#9906]) [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-15/igt@kms_vrr@seamless-rr-switch-virtual.html - shard-tglu: NOTRUN -> [SKIP][325] ([i915#9906]) [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-7/igt@kms_vrr@seamless-rr-switch-virtual.html - shard-mtlp: NOTRUN -> [SKIP][326] ([i915#8808] / [i915#9906]) [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-3/igt@kms_vrr@seamless-rr-switch-virtual.html * igt@kms_writeback@writeback-invalid-parameters: - shard-dg1: NOTRUN -> [SKIP][327] ([i915#2437]) [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-13/igt@kms_writeback@writeback-invalid-parameters.html - shard-tglu: NOTRUN -> [SKIP][328] ([i915#2437]) [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-10/igt@kms_writeback@writeback-invalid-parameters.html - shard-mtlp: NOTRUN -> [SKIP][329] ([i915#2437]) [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-1/igt@kms_writeback@writeback-invalid-parameters.html - shard-dg2: NOTRUN -> [SKIP][330] ([i915#2437]) [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_writeback@writeback-invalid-parameters.html - shard-rkl: NOTRUN -> [SKIP][331] ([i915#2437]) [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-4/igt@kms_writeback@writeback-invalid-parameters.html * igt@perf@blocking@0-rcs0: - shard-tglu: [PASS][332] -> [FAIL][333] ([i915#10538]) +1 other test fail [332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-tglu-9/igt@perf@blocking@0-rcs0.html [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-2/igt@perf@blocking@0-rcs0.html * igt@perf@gen12-group-concurrent-oa-buffer-read: - shard-dg1: [PASS][334] -> [FAIL][335] ([i915#10538]) [334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg1-17/igt@perf@gen12-group-concurrent-oa-buffer-read.html [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-13/igt@perf@gen12-group-concurrent-oa-buffer-read.html - shard-dg2: [PASS][336] -> [FAIL][337] ([i915#10538]) [336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-2/igt@perf@gen12-group-concurrent-oa-buffer-read.html [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-4/igt@perf@gen12-group-concurrent-oa-buffer-read.html * igt@perf_pmu@module-unload: - shard-dg2: NOTRUN -> [FAIL][338] ([i915#11823]) [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-3/igt@perf_pmu@module-unload.html * igt@perf_pmu@rc6-all-gts: - shard-dg2: NOTRUN -> [SKIP][339] ([i915#8516]) [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-11/igt@perf_pmu@rc6-all-gts.html - shard-dg1: NOTRUN -> [SKIP][340] ([i915#8516]) [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-17/igt@perf_pmu@rc6-all-gts.html * igt@prime_vgem@basic-gtt: - shard-mtlp: NOTRUN -> [SKIP][341] ([i915#3708] / [i915#4077]) +1 other test skip [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-3/igt@prime_vgem@basic-gtt.html * igt@prime_vgem@basic-read: - shard-mtlp: NOTRUN -> [SKIP][342] ([i915#3708]) [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-7/igt@prime_vgem@basic-read.html * igt@prime_vgem@coherency-gtt: - shard-dg2: NOTRUN -> [SKIP][343] ([i915#3708] / [i915#4077]) +1 other test skip [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-4/igt@prime_vgem@coherency-gtt.html - shard-rkl: NOTRUN -> [SKIP][344] ([i915#3708]) +1 other test skip [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-5/igt@prime_vgem@coherency-gtt.html - shard-dg1: NOTRUN -> [SKIP][345] ([i915#3708] / [i915#4077]) +1 other test skip [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-16/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-write-hang: - shard-dg2: NOTRUN -> [SKIP][346] ([i915#3708]) [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-1/igt@prime_vgem@fence-write-hang.html #### Possible fixes #### * igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0: - shard-dg2: [INCOMPLETE][347] ([i915#12392] / [i915#7297]) -> [PASS][348] [347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html * igt@gem_ctx_persistence@hostile: - shard-tglu: [FAIL][349] ([i915#11980]) -> [PASS][350] [349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-tglu-3/igt@gem_ctx_persistence@hostile.html [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-3/igt@gem_ctx_persistence@hostile.html * igt@gem_exec_fair@basic-deadline: - shard-tglu: [FAIL][351] ([i915#2846]) -> [PASS][352] [351]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-tglu-6/igt@gem_exec_fair@basic-deadline.html [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-7/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-rkl: [FAIL][353] ([i915#2842]) -> [PASS][354] +1 other test pass [353]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_suspend@basic-s4-devices: - shard-tglu: [ABORT][355] ([i915#7975] / [i915#8213]) -> [PASS][356] +1 other test pass [355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices.html [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-6/igt@gem_exec_suspend@basic-s4-devices.html * igt@i915_module_load@reload-with-fault-injection: - shard-rkl: [ABORT][357] ([i915#9820]) -> [PASS][358] [357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-rkl-7/igt@i915_module_load@reload-with-fault-injection.html [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-7/igt@i915_module_load@reload-with-fault-injection.html - shard-mtlp: [ABORT][359] ([i915#10131] / [i915#10887] / [i915#9697]) -> [PASS][360] [359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-mtlp-8/igt@i915_module_load@reload-with-fault-injection.html [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_suspend@fence-restore-untiled: - shard-snb: [DMESG-WARN][361] -> [PASS][362] [361]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-snb2/igt@i915_suspend@fence-restore-untiled.html [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-snb1/igt@i915_suspend@fence-restore-untiled.html * igt@kms_atomic@plane-cursor-legacy: - shard-dg2: [SKIP][363] ([i915#9197]) -> [PASS][364] +10 other tests pass [363]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-2/igt@kms_atomic@plane-cursor-legacy.html [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@kms_atomic@plane-cursor-legacy.html * igt@kms_flip@blocking-wf_vblank: - shard-rkl: [FAIL][365] ([i915#11961] / [i915#2122]) -> [PASS][366] [365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-rkl-1/igt@kms_flip@blocking-wf_vblank.html [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-3/igt@kms_flip@blocking-wf_vblank.html * igt@kms_flip@blocking-wf_vblank@a-hdmi-a2: - shard-rkl: [FAIL][367] ([i915#11961]) -> [PASS][368] [367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-rkl-1/igt@kms_flip@blocking-wf_vblank@a-hdmi-a2.html [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-3/igt@kms_flip@blocking-wf_vblank@a-hdmi-a2.html * igt@kms_flip@blocking-wf_vblank@c-hdmi-a1: - shard-tglu: [FAIL][369] ([i915#2122]) -> [PASS][370] +5 other tests pass [369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-tglu-3/igt@kms_flip@blocking-wf_vblank@c-hdmi-a1.html [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-4/igt@kms_flip@blocking-wf_vblank@c-hdmi-a1.html * igt@kms_flip@plain-flip-ts-check-interruptible: - shard-snb: [INCOMPLETE][371] -> [PASS][372] +1 other test pass [371]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-snb5/igt@kms_flip@plain-flip-ts-check-interruptible.html [372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-snb6/igt@kms_flip@plain-flip-ts-check-interruptible.html - shard-tglu: [INCOMPLETE][373] -> [PASS][374] +1 other test pass [373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-tglu-6/igt@kms_flip@plain-flip-ts-check-interruptible.html [374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-6/igt@kms_flip@plain-flip-ts-check-interruptible.html * igt@kms_flip@plain-flip-ts-check-interruptible@a-vga1: - shard-snb: [FAIL][375] ([i915#10826]) -> [PASS][376] [375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-snb5/igt@kms_flip@plain-flip-ts-check-interruptible@a-vga1.html [376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-snb6/igt@kms_flip@plain-flip-ts-check-interruptible@a-vga1.html * igt@kms_flip@plain-flip-ts-check-interruptible@b-vga1: - shard-snb: [FAIL][377] ([i915#2122]) -> [PASS][378] [377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-snb5/igt@kms_flip@plain-flip-ts-check-interruptible@b-vga1.html [378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-snb6/igt@kms_flip@plain-flip-ts-check-interruptible@b-vga1.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite: - shard-dg2: [SKIP][379] ([i915#5354]) -> [PASS][380] +2 other tests pass [379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html [380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt: - shard-snb: [SKIP][381] -> [PASS][382] +3 other tests pass [381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html [382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_hdmi_inject@inject-audio: - shard-dg2: [SKIP][383] ([i915#433]) -> [PASS][384] [383]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-5/igt@kms_hdmi_inject@inject-audio.html [384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_hdmi_inject@inject-audio.html - shard-rkl: [SKIP][385] ([i915#433]) -> [PASS][386] [385]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-rkl-5/igt@kms_hdmi_inject@inject-audio.html [386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-4/igt@kms_hdmi_inject@inject-audio.html - shard-tglu: [SKIP][387] ([i915#433]) -> [PASS][388] [387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-tglu-3/igt@kms_hdmi_inject@inject-audio.html [388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-10/igt@kms_hdmi_inject@inject-audio.html - shard-mtlp: [SKIP][389] ([i915#433]) -> [PASS][390] [389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-mtlp-4/igt@kms_hdmi_inject@inject-audio.html [390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-1/igt@kms_hdmi_inject@inject-audio.html * igt@kms_plane_alpha_blend@alpha-transparent-fb: - shard-dg2: [SKIP][391] ([i915#7294]) -> [PASS][392] [391]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-2/igt@kms_plane_alpha_blend@alpha-transparent-fb.html [392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@kms_plane_alpha_blend@alpha-transparent-fb.html * igt@kms_plane_scaling@invalid-parameters: - shard-dg2: [SKIP][393] ([i915#8152] / [i915#9423]) -> [PASS][394] [393]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-2/igt@kms_plane_scaling@invalid-parameters.html [394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-11/igt@kms_plane_scaling@invalid-parameters.html * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-b: - shard-dg2: [SKIP][395] ([i915#12247]) -> [PASS][396] +8 other tests pass [395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-b.html [396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-b.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation: - shard-dg2: [SKIP][397] ([i915#12247] / [i915#8152] / [i915#9423]) -> [PASS][398] +1 other test pass [397]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation.html [398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-1/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5: - shard-dg2: [SKIP][399] ([i915#12247] / [i915#3555] / [i915#6953] / [i915#8152] / [i915#9423]) -> [PASS][400] [399]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html [400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d: - shard-dg2: [SKIP][401] ([i915#12247] / [i915#8152]) -> [PASS][402] +2 other tests pass [401]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d.html [402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-8/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d.html * igt@kms_pm_rpm@dpms-lpsp: - shard-rkl: [SKIP][403] ([i915#9519]) -> [PASS][404] +1 other test pass [403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-rkl-1/igt@kms_pm_rpm@dpms-lpsp.html [404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-7/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-dg2: [SKIP][405] ([i915#9519]) -> [PASS][406] +1 other test pass [405]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp.html [406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-11/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_sysfs_edid_timing: - shard-dg2: [FAIL][407] ([IGT#2]) -> [PASS][408] [407]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-7/igt@kms_sysfs_edid_timing.html [408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_sysfs_edid_timing.html * igt@kms_vrr@negative-basic: - shard-mtlp: [FAIL][409] ([i915#10393]) -> [PASS][410] +1 other test pass [409]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-mtlp-7/igt@kms_vrr@negative-basic.html [410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-6/igt@kms_vrr@negative-basic.html * igt@perf_pmu@busy-double-start@bcs0: - shard-mtlp: [FAIL][411] ([i915#4349]) -> [PASS][412] +3 other tests pass [411]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-mtlp-4/igt@perf_pmu@busy-double-start@bcs0.html [412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-3/igt@perf_pmu@busy-double-start@bcs0.html * igt@perf_pmu@most-busy-idle-check-all: - shard-dg2: [FAIL][413] ([i915#11943]) -> [PASS][414] +1 other test pass [413]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-7/igt@perf_pmu@most-busy-idle-check-all.html [414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@perf_pmu@most-busy-idle-check-all.html - shard-dg1: [FAIL][415] ([i915#11943]) -> [PASS][416] +1 other test pass [415]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg1-17/igt@perf_pmu@most-busy-idle-check-all.html [416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-16/igt@perf_pmu@most-busy-idle-check-all.html - shard-mtlp: [FAIL][417] ([i915#11943]) -> [PASS][418] +1 other test pass [417]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-mtlp-2/igt@perf_pmu@most-busy-idle-check-all.html [418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-mtlp-2/igt@perf_pmu@most-busy-idle-check-all.html #### Warnings #### * igt@gem_ctx_engines@invalid-engines: - shard-rkl: [FAIL][419] ([i915#12027] / [i915#12031]) -> [FAIL][420] ([i915#12031] / [i915#12065]) [419]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-rkl-2/igt@gem_ctx_engines@invalid-engines.html [420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-3/igt@gem_ctx_engines@invalid-engines.html * igt@i915_module_load@reload-with-fault-injection: - shard-tglu: [ABORT][421] ([i915#10887] / [i915#9820]) -> [ABORT][422] ([i915#9820]) [421]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-tglu-2/igt@i915_module_load@reload-with-fault-injection.html [422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-4/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-dg2: [SKIP][423] ([i915#7091]) -> [SKIP][424] ([i915#9197]) [423]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-10/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html [424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@kms_big_fb@linear-16bpp-rotate-90: - shard-dg2: [SKIP][425] ([i915#9197]) -> [SKIP][426] +2 other tests skip [425]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-2/igt@kms_big_fb@linear-16bpp-rotate-90.html [426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-1/igt@kms_big_fb@linear-16bpp-rotate-90.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-dg2: [SKIP][427] -> [SKIP][428] ([i915#9197]) [427]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-6/igt@kms_big_fb@linear-32bpp-rotate-90.html [428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg1: [SKIP][429] ([i915#3638]) -> [SKIP][430] ([i915#3638] / [i915#4423]) +1 other test skip [429]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg1-17/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html [430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-12/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-8bpp-rotate-180: - shard-dg2: [SKIP][431] ([i915#4538] / [i915#5190]) -> [SKIP][432] ([i915#5190] / [i915#9197]) +7 other tests skip [431]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-3/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html [432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html * igt@kms_big_fb@y-tiled-addfb-size-overflow: - shard-dg2: [SKIP][433] ([i915#5190]) -> [SKIP][434] ([i915#5190] / [i915#9197]) +2 other tests skip [433]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-7/igt@kms_big_fb@y-tiled-addfb-size-overflow.html [434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_big_fb@y-tiled-addfb-size-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-dg2: [SKIP][435] ([i915#5190] / [i915#9197]) -> [SKIP][436] ([i915#4538] / [i915#5190]) +3 other tests skip [435]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html [436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-180: - shard-dg1: [SKIP][437] ([i915#4538]) -> [SKIP][438] ([i915#4423] / [i915#4538]) [437]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg1-16/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html [438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-19/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html * igt@kms_ccs@bad-aux-stride-yf-tiled-ccs: - shard-dg2: [SKIP][439] ([i915#10307] / [i915#6095]) -> [SKIP][440] ([i915#9197]) +12 other tests skip [439]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-10/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs.html [440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-dg2: [SKIP][441] ([i915#12313]) -> [SKIP][442] ([i915#9197]) +1 other test skip [441]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-1/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html [442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc: - shard-dg2: [SKIP][443] ([i915#9197]) -> [SKIP][444] ([i915#10307] / [i915#6095]) +3 other tests skip [443]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-2/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc.html [444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-4/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc.html * igt@kms_cdclk@plane-scaling: - shard-dg2: [SKIP][445] ([i915#9197]) -> [SKIP][446] ([i915#4087]) [445]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-2/igt@kms_cdclk@plane-scaling.html [446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-5/igt@kms_cdclk@plane-scaling.html * igt@kms_chamelium_hpd@hdmi-hpd-storm: - shard-dg1: [SKIP][447] ([i915#4423] / [i915#7828]) -> [SKIP][448] ([i915#7828]) [447]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg1-14/igt@kms_chamelium_hpd@hdmi-hpd-storm.html [448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg1-12/igt@kms_chamelium_hpd@hdmi-hpd-storm.html * igt@kms_color@deep-color: - shard-dg2: [SKIP][449] ([i915#3555]) -> [SKIP][450] ([i915#5354]) [449]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-4/igt@kms_color@deep-color.html [450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_color@deep-color.html * igt@kms_content_protection@dp-mst-type-1: - shard-dg2: [SKIP][451] ([i915#3299]) -> [SKIP][452] ([i915#9197]) +1 other test skip [451]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-dg2-3/igt@kms_content_protection@dp-mst-type-1.html [452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-dg2-2/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@mei-interface: - shard-rkl: [SKIP][453] ([i915#9424]) -> [SKIP][454] ([i915#8063]) [453]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-rkl-1/igt@kms_content_protection@mei-interface.html [454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-rkl-3/igt@kms_content_protection@mei-interface.html - shard-tglu: [SKIP][455] ([i915#6944] / [i915#9424]) -> [SKIP][456] ([i915#8063]) [455]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15574/shard-tglu-3/igt@kms_content_protection@mei-interface.html [456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/shard-tglu-4/igt@kms_content_protection@mei-interface.html * igt@kms_cursor_crc@cursor-random-32x32: - shard-dg2: [SKIP][457] ([i915#9197]) -> [SKIP][458] ([i915#3555]) +1 other test skip [457]: https://in == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11945/index.html [-- Attachment #2: Type: text/html, Size: 108234 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH i-g-t] lib/xe/oa: Don't skip if freq sysfs are not present @ 2024-10-21 21:42 Ashutosh Dixit 0 siblings, 0 replies; 8+ messages in thread From: Ashutosh Dixit @ 2024-10-21 21:42 UTC (permalink / raw) To: igt-dev; +Cc: Umesh Nerlige Ramappa Freq sysfs are not created in certain environments. In most of these cases OA IGT's will work just fine, even when GT min/max freq's are not known. Therefore, just print a warning if freq sysfs are not present but don't cause tests to skip. v2: Change igt_warn to igt_info in case CI doesn't like warn (Umesh) Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com> Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com> --- lib/xe/xe_oa.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/xe/xe_oa.c b/lib/xe/xe_oa.c index 86264230c9..4fdd0b8c95 100644 --- a/lib/xe/xe_oa.c +++ b/lib/xe/xe_oa.c @@ -571,11 +571,9 @@ xe_perf_for_fd(int drm_fd, int gt) } if (!read_sysfs(sysfs_dir_fd, path_min, >_min_freq) || - !read_sysfs(sysfs_dir_fd, path_max, >_max_freq)) { - igt_warn("Unable to read freqs from sysfs\n"); - close(sysfs_dir_fd); - return NULL; - } + !read_sysfs(sysfs_dir_fd, path_max, >_max_freq)) + igt_info("Unable to read freqs from sysfs\n"); + close(sysfs_dir_fd); device_id = intel_get_drm_devid(drm_fd); -- 2.41.0 ^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-10-22 4:59 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-10-21 18:12 [PATCH i-g-t] lib/xe/oa: Don't skip if freq sysfs are not present Ashutosh Dixit 2024-10-21 19:50 ` ✓ Fi.CI.BAT: success for " Patchwork 2024-10-21 19:52 ` ✓ CI.xeBAT: " Patchwork 2024-10-21 20:55 ` [PATCH i-g-t] " Umesh Nerlige Ramappa 2024-10-21 21:03 ` Dixit, Ashutosh 2024-10-22 1:25 ` ✗ CI.xeFULL: failure for " Patchwork 2024-10-22 4:59 ` ✗ Fi.CI.IGT: " Patchwork -- strict thread matches above, loose matches on Subject: below -- 2024-10-21 21:42 [PATCH i-g-t] " Ashutosh Dixit
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox