* [PATCH] tests/intel/xe_vm: Update mmap hammer sections to prefetch next page
@ 2024-04-30 22:16 Matthew Brost
2024-04-30 23:13 ` ✓ CI.xeBAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Matthew Brost @ 2024-04-30 22:16 UTC (permalink / raw)
To: igt-dev; +Cc: Matthew Brost
Adjust mmap hammer sections to prefetch next page by moving BB to within
PAGE_SIZE /8 of page boundary. This is prefetch next page on all
platforms, even ones with a smaller prefetch size.
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
---
tests/intel/xe_vm.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/tests/intel/xe_vm.c b/tests/intel/xe_vm.c
index de2b1a8136..77cf1f7e67 100644
--- a/tests/intel/xe_vm.c
+++ b/tests/intel/xe_vm.c
@@ -1623,10 +1623,11 @@ test_mmap_style_bind(int fd, struct drm_xe_engine_class_instance *eci,
t.fd = fd;
t.vm = vm;
#define PAGE_SIZE 4096
- t.addr = addr + PAGE_SIZE / 2;
+#define HAMMER_OFFSET (PAGE_SIZE - (PAGE_SIZE / 32))
+ t.addr = addr + HAMMER_OFFSET;
t.eci = eci;
t.exit = &exit;
- t.map = map0 + PAGE_SIZE / 2;
+ t.map = map0 + HAMMER_OFFSET;
t.barrier = &barrier;
pthread_barrier_init(&barrier, NULL, 2);
pthread_create(&t.thread, 0, hammer_thread, &t);
@@ -1685,7 +1686,7 @@ test_mmap_style_bind(int fd, struct drm_xe_engine_class_instance *eci,
igt_assert_eq(data->data, 0xc0ffee);
}
if (flags & MAP_FLAG_HAMMER_FIRST_PAGE) {
- memset(map0, 0, PAGE_SIZE / 2);
+ memset(map0, 0, HAMMER_OFFSET);
memset(map0 + PAGE_SIZE, 0, bo_size - PAGE_SIZE);
} else {
memset(map0, 0, bo_size);
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* ✓ CI.xeBAT: success for tests/intel/xe_vm: Update mmap hammer sections to prefetch next page 2024-04-30 22:16 [PATCH] tests/intel/xe_vm: Update mmap hammer sections to prefetch next page Matthew Brost @ 2024-04-30 23:13 ` Patchwork 2024-04-30 23:15 ` ✓ Fi.CI.BAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-04-30 23:13 UTC (permalink / raw) To: Matthew Brost; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 14172 bytes --] == Series Details == Series: tests/intel/xe_vm: Update mmap hammer sections to prefetch next page URL : https://patchwork.freedesktop.org/series/133107/ State : success == Summary == CI Bug Log - changes from XEIGT_7827_BAT -> XEIGTPW_11088_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (0 -> 5) ------------------------------ Additional (5): bat-pvc-2 bat-lnl-1 bat-dg2-oem2 bat-adlp-7 bat-atsm-2 Known issues ------------ Here are the changes found in XEIGTPW_11088_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_addfb_basic@addfb25-x-tiled-legacy: - bat-pvc-2: NOTRUN -> [SKIP][1] ([i915#6077]) +30 other tests skip [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-oem2: NOTRUN -> [SKIP][2] ([Intel XE#623]) [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@invalid-set-prop-any: - bat-atsm-2: NOTRUN -> [SKIP][3] ([i915#6077]) +30 other tests skip [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-atsm-2/igt@kms_addfb_basic@invalid-set-prop-any.html * igt@kms_cursor_legacy@basic-flip-after-cursor-atomic: - bat-pvc-2: NOTRUN -> [SKIP][4] ([Intel XE#1024] / [Intel XE#782]) +5 other tests skip [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html * igt@kms_cursor_legacy@basic-flip-before-cursor-legacy: - bat-atsm-2: NOTRUN -> [SKIP][5] ([Intel XE#1024] / [Intel XE#782]) +5 other tests skip [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-atsm-2/igt@kms_cursor_legacy@basic-flip-before-cursor-legacy.html * igt@kms_dsc@dsc-basic: - bat-atsm-2: NOTRUN -> [SKIP][6] ([Intel XE#1024] / [Intel XE#784]) [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-atsm-2/igt@kms_dsc@dsc-basic.html - bat-pvc-2: NOTRUN -> [SKIP][7] ([Intel XE#1024] / [Intel XE#784]) [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@kms_dsc@dsc-basic.html - bat-dg2-oem2: NOTRUN -> [SKIP][8] ([Intel XE#455]) [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html - bat-adlp-7: NOTRUN -> [SKIP][9] ([Intel XE#455]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-adlp-7/igt@kms_dsc@dsc-basic.html * igt@kms_flip@basic-flip-vs-dpms: - bat-pvc-2: NOTRUN -> [SKIP][10] ([Intel XE#1024] / [Intel XE#947]) +3 other tests skip [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@kms_flip@basic-flip-vs-dpms.html * igt@kms_flip@basic-flip-vs-modeset: - bat-atsm-2: NOTRUN -> [SKIP][11] ([Intel XE#1024] / [Intel XE#947]) +3 other tests skip [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-atsm-2/igt@kms_flip@basic-flip-vs-modeset.html * igt@kms_force_connector_basic@force-connector-state: - bat-pvc-2: NOTRUN -> [SKIP][12] ([Intel XE#540]) +3 other tests skip [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@kms_force_connector_basic@force-connector-state.html - bat-atsm-2: NOTRUN -> [SKIP][13] ([Intel XE#540]) +3 other tests skip [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-atsm-2/igt@kms_force_connector_basic@force-connector-state.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-oem2: NOTRUN -> [SKIP][14] ([i915#5274]) [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-dg2-oem2/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@basic: - bat-pvc-2: NOTRUN -> [SKIP][15] ([Intel XE#1024] / [Intel XE#783]) [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@kms_frontbuffer_tracking@basic.html - bat-adlp-7: NOTRUN -> [FAIL][16] ([Intel XE#616]) [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html - bat-atsm-2: NOTRUN -> [SKIP][17] ([Intel XE#1024] / [Intel XE#783]) [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-atsm-2/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24: - bat-atsm-2: NOTRUN -> [SKIP][18] ([i915#1836]) +6 other tests skip [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-atsm-2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: - bat-pvc-2: NOTRUN -> [SKIP][19] ([Intel XE#829]) +6 other tests skip [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html * igt@kms_prop_blob@basic: - bat-pvc-2: NOTRUN -> [SKIP][20] ([Intel XE#780]) [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@kms_prop_blob@basic.html - bat-atsm-2: NOTRUN -> [SKIP][21] ([Intel XE#780]) [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-atsm-2/igt@kms_prop_blob@basic.html * igt@kms_psr@psr-cursor-plane-move: - bat-pvc-2: NOTRUN -> [SKIP][22] ([Intel XE#1024]) +2 other tests skip [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@kms_psr@psr-cursor-plane-move.html - bat-dg2-oem2: NOTRUN -> [SKIP][23] ([Intel XE#929]) +2 other tests skip [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-dg2-oem2/igt@kms_psr@psr-cursor-plane-move.html * igt@kms_psr@psr-primary-page-flip: - bat-atsm-2: NOTRUN -> [SKIP][24] ([Intel XE#1024]) +2 other tests skip [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-atsm-2/igt@kms_psr@psr-primary-page-flip.html * igt@xe_evict@evict-beng-small-external: - bat-pvc-2: NOTRUN -> [FAIL][25] ([Intel XE#1000]) +3 other tests fail [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@xe_evict@evict-beng-small-external.html - bat-adlp-7: NOTRUN -> [SKIP][26] ([Intel XE#261] / [Intel XE#688]) +15 other tests skip [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-adlp-7/igt@xe_evict@evict-beng-small-external.html * igt@xe_evict@evict-small-cm: - bat-pvc-2: NOTRUN -> [DMESG-FAIL][27] ([Intel XE#482]) +3 other tests dmesg-fail [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@xe_evict@evict-small-cm.html * igt@xe_evict_ccs@evict-overcommit-simple: - bat-adlp-7: NOTRUN -> [SKIP][28] ([Intel XE#688]) +1 other test skip [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-adlp-7/igt@xe_evict_ccs@evict-overcommit-simple.html * igt@xe_exec_fault_mode@many-basic: - bat-dg2-oem2: NOTRUN -> [SKIP][29] ([Intel XE#288]) +32 other tests skip [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-dg2-oem2/igt@xe_exec_fault_mode@many-basic.html * igt@xe_exec_fault_mode@twice-userptr: - bat-adlp-7: NOTRUN -> [SKIP][30] ([Intel XE#288]) +32 other tests skip [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-adlp-7/igt@xe_exec_fault_mode@twice-userptr.html * igt@xe_exec_fault_mode@twice-userptr-invalidate-imm: - bat-atsm-2: NOTRUN -> [SKIP][31] ([Intel XE#288]) +32 other tests skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-atsm-2/igt@xe_exec_fault_mode@twice-userptr-invalidate-imm.html * igt@xe_gt_freq@freq_range_idle: - bat-pvc-2: NOTRUN -> [SKIP][32] ([Intel XE#1021]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@xe_gt_freq@freq_range_idle.html * igt@xe_huc_copy@huc_copy: - bat-pvc-2: NOTRUN -> [SKIP][33] ([Intel XE#255]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@xe_huc_copy@huc_copy.html - bat-dg2-oem2: NOTRUN -> [SKIP][34] ([Intel XE#255]) [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-dg2-oem2/igt@xe_huc_copy@huc_copy.html - bat-atsm-2: NOTRUN -> [SKIP][35] ([Intel XE#255]) [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-atsm-2/igt@xe_huc_copy@huc_copy.html * igt@xe_intel_bb@render: - bat-pvc-2: NOTRUN -> [SKIP][36] ([Intel XE#532]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@xe_intel_bb@render.html * igt@xe_mmap@vram: - bat-adlp-7: NOTRUN -> [SKIP][37] ([Intel XE#1008]) [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-adlp-7/igt@xe_mmap@vram.html * igt@xe_pat@pat-index-xe2: - bat-pvc-2: NOTRUN -> [SKIP][38] ([Intel XE#977]) +1 other test skip [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@xe_pat@pat-index-xe2.html - bat-adlp-7: NOTRUN -> [SKIP][39] ([Intel XE#977]) [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-adlp-7/igt@xe_pat@pat-index-xe2.html - bat-atsm-2: NOTRUN -> [SKIP][40] ([Intel XE#977]) [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-atsm-2/igt@xe_pat@pat-index-xe2.html - bat-dg2-oem2: NOTRUN -> [SKIP][41] ([Intel XE#977]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-dg2-oem2/igt@xe_pat@pat-index-xe2.html * igt@xe_pat@pat-index-xehpc: - bat-dg2-oem2: NOTRUN -> [SKIP][42] ([Intel XE#979]) +1 other test skip [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-dg2-oem2/igt@xe_pat@pat-index-xehpc.html - bat-adlp-7: NOTRUN -> [SKIP][43] ([Intel XE#979]) +1 other test skip [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-adlp-7/igt@xe_pat@pat-index-xehpc.html * igt@xe_pat@pat-index-xehpc@render: - bat-pvc-2: NOTRUN -> [SKIP][44] ([Intel XE#976]) [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@xe_pat@pat-index-xehpc@render.html * igt@xe_pat@pat-index-xelpg: - bat-atsm-2: NOTRUN -> [SKIP][45] ([Intel XE#979]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-atsm-2/igt@xe_pat@pat-index-xelpg.html - bat-pvc-2: NOTRUN -> [SKIP][46] ([Intel XE#979]) [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@xe_pat@pat-index-xelpg.html * igt@xe_pm_residency@gt-c6-on-idle: - bat-pvc-2: NOTRUN -> [SKIP][47] ([Intel XE#531]) [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/bat-pvc-2/igt@xe_pm_residency@gt-c6-on-idle.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000 [Intel XE#1008]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1008 [Intel XE#1021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1021 [Intel XE#1024]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1024 [Intel XE#1416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1416 [Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420 [Intel XE#1442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1442 [Intel XE#1446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1446 [Intel XE#1462]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1462 [Intel XE#1466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1466 [Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470 [Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255 [Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/482 [Intel XE#531]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/531 [Intel XE#532]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/532 [Intel XE#540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/540 [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#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#780]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/780 [Intel XE#782]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/782 [Intel XE#783]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/783 [Intel XE#784]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/784 [Intel XE#829]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/829 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#947]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/947 [Intel XE#976]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/976 [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#1836]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1836 [i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274 [i915#6077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6077 Build changes ------------- * IGT: IGT_7827 -> IGTPW_11088 IGTPW_11088: 11088 IGT_7827: 973652fb579733234d1ecbc9304788153e462f11 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1213-3ac3efef3a1fc9d494b0a63c78bd0039a0b3d009: 3ac3efef3a1fc9d494b0a63c78bd0039a0b3d009 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/index.html [-- Attachment #2: Type: text/html, Size: 16874 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ Fi.CI.BAT: success for tests/intel/xe_vm: Update mmap hammer sections to prefetch next page 2024-04-30 22:16 [PATCH] tests/intel/xe_vm: Update mmap hammer sections to prefetch next page Matthew Brost 2024-04-30 23:13 ` ✓ CI.xeBAT: success for " Patchwork @ 2024-04-30 23:15 ` Patchwork 2024-05-01 5:28 ` ✗ CI.xeFULL: failure " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-04-30 23:15 UTC (permalink / raw) To: Matthew Brost; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2166 bytes --] == Series Details == Series: tests/intel/xe_vm: Update mmap hammer sections to prefetch next page URL : https://patchwork.freedesktop.org/series/133107/ State : success == Summary == CI Bug Log - changes from IGT_7827 -> IGTPW_11088 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/index.html Participating hosts (42 -> 39) ------------------------------ Missing (3): bat-kbl-2 bat-arls-1 fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_11088 that come from known issues: ### IGT changes ### #### Possible fixes #### * igt@i915_pm_rpm@module-reload: - {bat-mtlp-9}: [WARN][1] ([i915#10436]) -> [PASS][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/bat-mtlp-9/igt@i915_pm_rpm@module-reload.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/bat-mtlp-9/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@gt_engines: - bat-adls-6: [TIMEOUT][3] ([i915#10026]) -> [PASS][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/bat-adls-6/igt@i915_selftest@live@gt_engines.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/bat-adls-6/igt@i915_selftest@live@gt_engines.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#10026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10026 [i915#10435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10435 [i915#10436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10436 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7827 -> IGTPW_11088 CI-20190529: 20190529 CI_DRM_14685: 3ac3efef3a1fc9d494b0a63c78bd0039a0b3d009 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11088: 11088 IGT_7827: 973652fb579733234d1ecbc9304788153e462f11 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/index.html [-- Attachment #2: Type: text/html, Size: 2721 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ CI.xeFULL: failure for tests/intel/xe_vm: Update mmap hammer sections to prefetch next page 2024-04-30 22:16 [PATCH] tests/intel/xe_vm: Update mmap hammer sections to prefetch next page Matthew Brost 2024-04-30 23:13 ` ✓ CI.xeBAT: success for " Patchwork 2024-04-30 23:15 ` ✓ Fi.CI.BAT: " Patchwork @ 2024-05-01 5:28 ` Patchwork 2024-05-01 16:57 ` [PATCH] " Randhawa, Jagmeet 2024-05-01 18:46 ` ✗ Fi.CI.IGT: failure for " Patchwork 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-05-01 5:28 UTC (permalink / raw) To: Matthew Brost; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 31752 bytes --] == Series Details == Series: tests/intel/xe_vm: Update mmap hammer sections to prefetch next page URL : https://patchwork.freedesktop.org/series/133107/ State : failure == Summary == CI Bug Log - changes from XEIGT_7827_full -> XEIGTPW_11088_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_11088_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11088_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 (3 -> 1) ------------------------------ ERROR: It appears as if the changes made in XEIGTPW_11088_full prevented too many machines from booting. Missing (2): shard-adlp shard-lnl Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_11088_full: ### IGT changes ### #### Possible regressions #### * igt@xe_evict@evict-large-multi-vm-cm: - shard-dg2-set2: NOTRUN -> [FAIL][1] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-435/igt@xe_evict@evict-large-multi-vm-cm.html Known issues ------------ Here are the changes found in XEIGTPW_11088_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-dg2-set2: NOTRUN -> [SKIP][2] ([Intel XE#1201] / [Intel XE#316]) +1 other test skip [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-435/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@linear-64bpp-rotate-180: - shard-dg2-set2: NOTRUN -> [SKIP][3] ([Intel XE#1201] / [Intel XE#829]) [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_big_fb@linear-64bpp-rotate-180.html * igt@kms_big_fb@y-tiled-32bpp-rotate-180: - shard-dg2-set2: NOTRUN -> [SKIP][4] ([Intel XE#1124] / [Intel XE#1201]) [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-435/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html * igt@kms_bw@linear-tiling-2-displays-1920x1080p: - shard-dg2-set2: NOTRUN -> [SKIP][5] ([Intel XE#1201] / [Intel XE#367]) [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html * igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][6] ([Intel XE#1201] / [Intel XE#787]) +66 other tests skip [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-435/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-dp-4.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-7: - shard-dg2-set2: NOTRUN -> [SKIP][7] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +18 other tests skip [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-7.html * igt@kms_cdclk@plane-scaling@pipe-b-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][8] ([Intel XE#1152] / [Intel XE#1201]) +3 other tests skip [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-433/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html * igt@kms_chamelium_color@ctm-0-50: - shard-dg2-set2: NOTRUN -> [SKIP][9] ([Intel XE#1201] / [Intel XE#306]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-434/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_cursor_legacy@cursor-vs-flip-toggle: - shard-dg2-set2: [PASS][10] -> [DMESG-WARN][11] ([Intel XE#1214] / [Intel XE#282]) +5 other tests dmesg-warn [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-436/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-463/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html * igt@kms_cursor_legacy@cursora-vs-flipa-varying-size: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][12] ([Intel XE#1214] / [Intel XE#282]) [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-434/igt@kms_cursor_legacy@cursora-vs-flipa-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg2-set2: NOTRUN -> [SKIP][13] ([Intel XE#1201] / [Intel XE#323]) [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-463/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_feature_discovery@display-3x: - shard-dg2-set2: NOTRUN -> [SKIP][14] ([Intel XE#1201] / [Intel XE#703]) [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_feature_discovery@display-3x.html * igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible@bd-hdmi-a6-dp4: - shard-dg2-set2: [PASS][15] -> [INCOMPLETE][16] ([Intel XE#1195]) +1 other test incomplete [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-434/igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible@bd-hdmi-a6-dp4.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-463/igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible@bd-hdmi-a6-dp4.html * igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a6-dp4: - shard-dg2-set2: [PASS][17] -> [DMESG-WARN][18] ([Intel XE#1162] / [Intel XE#1214]) +1 other test dmesg-warn [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-466/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a6-dp4.html [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-433/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a6-dp4.html * igt@kms_flip@flip-vs-suspend@a-hdmi-a6: - shard-dg2-set2: [PASS][19] -> [DMESG-WARN][20] ([Intel XE#1214]) +1 other test dmesg-warn [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-464/igt@kms_flip@flip-vs-suspend@a-hdmi-a6.html [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-463/igt@kms_flip@flip-vs-suspend@a-hdmi-a6.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-indfb-draw-blt: - shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#1201] / [Intel XE#651]) +2 other tests skip [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render: - shard-dg2-set2: NOTRUN -> [SKIP][22] ([Intel XE#1201] / [Intel XE#653]) +5 other tests skip [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_lease@lease-invalid-crtc: - shard-dg2-set2: [PASS][23] -> [SKIP][24] ([Intel XE#1201]) +5 other tests skip [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-433/igt@kms_lease@lease-invalid-crtc.html [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_lease@lease-invalid-crtc.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][25] ([Intel XE#1201] / [Intel XE#498]) +2 other tests skip [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-6.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d-hdmi-a-6.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-dg2-set2: NOTRUN -> [SKIP][27] ([Intel XE#1201] / [Intel XE#305] / [Intel XE#455]) [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-434/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#1201] / [Intel XE#305]) +2 other tests skip [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-434/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-6.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][29] ([Intel XE#1201] / [Intel XE#455]) +1 other test skip [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-434/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d-hdmi-a-6.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-dg2-set2: NOTRUN -> [SKIP][30] ([Intel XE#1122] / [Intel XE#1201]) [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-463/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr@fbc-psr2-primary-blt: - shard-dg2-set2: NOTRUN -> [SKIP][31] ([Intel XE#1201] / [Intel XE#929]) +2 other tests skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-466/igt@kms_psr@fbc-psr2-primary-blt.html * igt@kms_universal_plane@universal-plane-pageflip-windowed: - shard-dg2-set2: [PASS][32] -> [SKIP][33] ([Intel XE#1201] / [Intel XE#829]) [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-433/igt@kms_universal_plane@universal-plane-pageflip-windowed.html [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_universal_plane@universal-plane-pageflip-windowed.html * igt@kms_writeback@writeback-check-output: - shard-dg2-set2: NOTRUN -> [SKIP][34] ([Intel XE#1201] / [Intel XE#756]) [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-463/igt@kms_writeback@writeback-check-output.html * igt@xe_evict@evict-cm-threads-large: - shard-dg2-set2: [PASS][35] -> [INCOMPLETE][36] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#392]) [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-466/igt@xe_evict@evict-cm-threads-large.html [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-436/igt@xe_evict@evict-cm-threads-large.html * igt@xe_evict@evict-threads-large: - shard-dg2-set2: [PASS][37] -> [TIMEOUT][38] ([Intel XE#1473] / [Intel XE#392]) [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-464/igt@xe_evict@evict-threads-large.html [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-435/igt@xe_evict@evict-threads-large.html * igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-rebind-imm: - shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#1201] / [Intel XE#288]) +2 other tests skip [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-435/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-rebind-imm.html * igt@xe_exec_fault_mode@once-userptr-imm: - shard-dg2-set2: NOTRUN -> [SKIP][40] ([Intel XE#1201] / [Intel XE#1562]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-436/igt@xe_exec_fault_mode@once-userptr-imm.html * igt@xe_exec_reset@gt-reset-stress: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][41] ([Intel XE#1214] / [Intel XE#1638]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-435/igt@xe_exec_reset@gt-reset-stress.html * igt@xe_live_ktest@xe_migrate: - shard-dg2-set2: [PASS][42] -> [SKIP][43] ([Intel XE#1192] / [Intel XE#1201]) +1 other test skip [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-433/igt@xe_live_ktest@xe_migrate.html [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-436/igt@xe_live_ktest@xe_migrate.html * igt@xe_pat@display-vs-wb-transient: - shard-dg2-set2: NOTRUN -> [SKIP][44] ([Intel XE#1201] / [Intel XE#1337]) [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-434/igt@xe_pat@display-vs-wb-transient.html * igt@xe_pm@s2idle-multiple-execs: - shard-dg2-set2: [PASS][45] -> [INCOMPLETE][46] ([Intel XE#1195] / [Intel XE#1358]) [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-464/igt@xe_pm@s2idle-multiple-execs.html [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-463/igt@xe_pm@s2idle-multiple-execs.html * igt@xe_pm@s3-basic-exec: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][47] ([Intel XE#1162] / [Intel XE#1214]) [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-466/igt@xe_pm@s3-basic-exec.html * igt@xe_pm@s4-d3hot-basic-exec: - shard-dg2-set2: NOTRUN -> [FAIL][48] ([Intel XE#1043] / [Intel XE#845]) [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-466/igt@xe_pm@s4-d3hot-basic-exec.html #### Possible fixes #### * igt@kms_addfb_basic@addfb25-bad-modifier: - shard-dg2-set2: [SKIP][49] ([Intel XE#1201] / [i915#6077]) -> [PASS][50] [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-463/igt@kms_addfb_basic@addfb25-bad-modifier.html [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-433/igt@kms_addfb_basic@addfb25-bad-modifier.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-b-dp-4: - shard-dg2-set2: [FAIL][51] ([Intel XE#827]) -> [PASS][52] +1 other test pass [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-466/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-dp-4.html [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-433/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-dp-4.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs: - shard-dg2-set2: [SKIP][53] ([Intel XE#1201] / [Intel XE#829]) -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-463/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs.html [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-435/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs.html * igt@kms_cdclk@plane-scaling: - shard-dg2-set2: [SKIP][55] ([Intel XE#1201] / [Intel XE#1234]) -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-463/igt@kms_cdclk@plane-scaling.html [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-433/igt@kms_cdclk@plane-scaling.html * igt@kms_cursor_edge_walk@128x128-right-edge: - shard-dg2-set2: [FAIL][57] ([Intel XE#581]) -> [PASS][58] [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-463/igt@kms_cursor_edge_walk@128x128-right-edge.html [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-435/igt@kms_cursor_edge_walk@128x128-right-edge.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic: - shard-dg2-set2: [DMESG-WARN][59] ([Intel XE#1214] / [Intel XE#282] / [Intel XE#910]) -> [PASS][60] [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-436/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@forked-move@pipe-b: - shard-dg2-set2: [DMESG-WARN][61] ([Intel XE#1214] / [Intel XE#282]) -> [PASS][62] +4 other tests pass [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-435/igt@kms_cursor_legacy@forked-move@pipe-b.html [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-433/igt@kms_cursor_legacy@forked-move@pipe-b.html * igt@kms_flip@2x-absolute-wf_vblank-interruptible: - shard-dg2-set2: [SKIP][63] ([Intel XE#1201]) -> [PASS][64] +8 other tests pass [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-463/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-434/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html * igt@kms_sequence@get-idle: - shard-dg2-set2: [INCOMPLETE][65] ([Intel XE#1195]) -> [PASS][66] +2 other tests pass [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-463/igt@kms_sequence@get-idle.html [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-436/igt@kms_sequence@get-idle.html * igt@kms_vblank@ts-continuation-dpms-suspend: - shard-dg2-set2: [DMESG-WARN][67] ([Intel XE#1162] / [Intel XE#1214]) -> [PASS][68] +2 other tests pass [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-466/igt@kms_vblank@ts-continuation-dpms-suspend.html [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-434/igt@kms_vblank@ts-continuation-dpms-suspend.html * igt@xe_evict@evict-beng-mixed-many-threads-small: - shard-dg2-set2: [TIMEOUT][69] ([Intel XE#1473] / [Intel XE#402]) -> [PASS][70] [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-466/igt@xe_evict@evict-beng-mixed-many-threads-small.html [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-463/igt@xe_evict@evict-beng-mixed-many-threads-small.html * igt@xe_exec_threads@threads-hang-fd-userptr-invalidate-race: - shard-dg2-set2: [FAIL][71] ([Intel XE#1081]) -> [PASS][72] [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-436/igt@xe_exec_threads@threads-hang-fd-userptr-invalidate-race.html [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-466/igt@xe_exec_threads@threads-hang-fd-userptr-invalidate-race.html * igt@xe_live_ktest@xe_bo: - shard-dg2-set2: [SKIP][73] ([Intel XE#1192] / [Intel XE#1201]) -> [PASS][74] [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-433/igt@xe_live_ktest@xe_bo.html [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-435/igt@xe_live_ktest@xe_bo.html #### Warnings #### * igt@core_hotunplug@hotreplug: - shard-dg2-set2: [DMESG-FAIL][75] ([Intel XE#1548]) -> [DMESG-FAIL][76] ([Intel XE#1162] / [Intel XE#1548]) [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-434/igt@core_hotunplug@hotreplug.html [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-463/igt@core_hotunplug@hotreplug.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-dg2-set2: [SKIP][77] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][78] ([Intel XE#1201] / [Intel XE#829]) [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-466/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@y-tiled-32bpp-rotate-270: - shard-dg2-set2: [SKIP][79] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][80] ([Intel XE#1201] / [Intel XE#829]) [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-433/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-8bpp-rotate-180: - shard-dg2-set2: [SKIP][81] ([Intel XE#1201] / [Intel XE#829]) -> [SKIP][82] ([Intel XE#1124] / [Intel XE#1201]) [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-463/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-435/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html * igt@kms_bw@linear-tiling-1-displays-2560x1440p: - shard-dg2-set2: [SKIP][83] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][84] ([Intel XE#1201]) [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-433/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html * igt@kms_bw@linear-tiling-4-displays-2560x1440p: - shard-dg2-set2: [SKIP][85] ([Intel XE#1201]) -> [SKIP][86] ([Intel XE#1201] / [Intel XE#367]) [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-463/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-435/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html * igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc: - shard-dg2-set2: [SKIP][87] ([Intel XE#1201] / [Intel XE#829]) -> [SKIP][88] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +1 other test skip [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-463/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc.html [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs: - shard-dg2-set2: [FAIL][89] ([Intel XE#650]) -> [SKIP][90] ([Intel XE#1201] / [Intel XE#829]) [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-464/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs.html [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs.html * igt@kms_chamelium_hpd@hdmi-hpd-storm-disable: - shard-dg2-set2: [SKIP][91] ([Intel XE#1201]) -> [SKIP][92] ([Intel XE#1201] / [Intel XE#373]) [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-463/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html * igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode: - shard-dg2-set2: [SKIP][93] ([Intel XE#1201] / [Intel XE#1234]) -> [SKIP][94] ([Intel XE#1201] / [Intel XE#373]) [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-463/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-434/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html * igt@kms_cursor_crc@cursor-dpms: - shard-dg2-set2: [DMESG-WARN][95] ([Intel XE#1214] / [Intel XE#282]) -> [SKIP][96] ([Intel XE#1201]) +1 other test skip [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-464/igt@kms_cursor_crc@cursor-dpms.html [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_cursor_crc@cursor-dpms.html * igt@kms_cursor_crc@cursor-suspend@pipe-d-hdmi-a-6: - shard-dg2-set2: [FAIL][97] ([Intel XE#616]) -> [DMESG-FAIL][98] ([Intel XE#1162]) +1 other test dmesg-fail [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-434/igt@kms_cursor_crc@cursor-suspend@pipe-d-hdmi-a-6.html [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-436/igt@kms_cursor_crc@cursor-suspend@pipe-d-hdmi-a-6.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling: - shard-dg2-set2: [SKIP][99] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][100] ([Intel XE#1201]) +1 other test skip [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-433/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff: - shard-dg2-set2: [SKIP][101] ([Intel XE#1201]) -> [SKIP][102] ([Intel XE#1201] / [Intel XE#651]) +2 other tests skip [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcdrrs-shrfb-scaledprimary: - shard-dg2-set2: [SKIP][103] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][104] ([Intel XE#1201]) +2 other tests skip [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-shrfb-scaledprimary.html [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-shrfb-scaledprimary.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt: - shard-dg2-set2: [SKIP][105] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][106] ([Intel XE#1201]) +4 other tests skip [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers: - shard-dg2-set2: [SKIP][107] ([Intel XE#1201]) -> [SKIP][108] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-463/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html * igt@kms_psr@fbc-pr-cursor-plane-move: - shard-dg2-set2: [SKIP][109] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][110] ([Intel XE#1201]) [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-433/igt@kms_psr@fbc-pr-cursor-plane-move.html [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_psr@fbc-pr-cursor-plane-move.html * igt@kms_psr@psr2-cursor-render: - shard-dg2-set2: [SKIP][111] ([Intel XE#1201]) -> [SKIP][112] ([Intel XE#1201] / [Intel XE#929]) [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-463/igt@kms_psr@psr2-cursor-render.html [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-464/igt@kms_psr@psr2-cursor-render.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-dg2-set2: [SKIP][113] ([Intel XE#1201] / [Intel XE#829]) -> [SKIP][114] ([Intel XE#1201] / [Intel XE#327]) [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-463/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-466/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg2-set2: [SKIP][115] ([Intel XE#1201] / [Intel XE#362]) -> [FAIL][116] ([Intel XE#1729]) [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern.html [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern.html * igt@xe_evict@evict-mixed-threads-large: - shard-dg2-set2: [TIMEOUT][117] ([Intel XE#1041] / [Intel XE#1473] / [Intel XE#392]) -> [INCOMPLETE][118] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#392]) [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7827/shard-dg2-435/igt@xe_evict@evict-mixed-threads-large.html [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11088/shard-dg2-466/igt@xe_evict@evict-mixed-threads-large.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1041]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1041 [Intel XE#1043]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1043 [Intel XE#1081]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1081 [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#1152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152 [Intel XE#1162]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1162 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195 [Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201 [Intel XE#1214]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1214 [Intel XE#1234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1234 [Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337 [Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1548]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1548 [Intel XE#1562]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1562 [Intel XE#1638]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1638 [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729 [Intel XE#282]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/282 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#305]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/305 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323 [Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327 [Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362 [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#392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/392 [Intel XE#402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/402 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#498]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/498 [Intel XE#581]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/581 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#650]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/650 [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#703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/703 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#827]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/827 [Intel XE#829]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/829 [Intel XE#845]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/845 [Intel XE#910]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/910 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [i915#6077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6077 Build changes ------------- * IGT: IGT_7827 -> IGTPW_11088 IGTPW_11088: 11088 IGT_7827: 973652fb579733234d1ecbc9304788153e462f11 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1213-3ac3efef3a1fc9d494b0a63c78bd0039a0b3d009: 3ac3efef3a1fc9d494b0a63c78bd0039a0b3d009 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-133107v1/index.html [-- Attachment #2: Type: text/html, Size: 42749 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] tests/intel/xe_vm: Update mmap hammer sections to prefetch next page 2024-04-30 22:16 [PATCH] tests/intel/xe_vm: Update mmap hammer sections to prefetch next page Matthew Brost ` (2 preceding siblings ...) 2024-05-01 5:28 ` ✗ CI.xeFULL: failure " Patchwork @ 2024-05-01 16:57 ` Randhawa, Jagmeet 2024-05-01 18:46 ` ✗ Fi.CI.IGT: failure for " Patchwork 4 siblings, 0 replies; 6+ messages in thread From: Randhawa, Jagmeet @ 2024-05-01 16:57 UTC (permalink / raw) To: Matthew Brost, igt-dev On 4/30/2024 3:16 PM, Matthew Brost wrote: > Adjust mmap hammer sections to prefetch next page by moving BB to within > PAGE_SIZE /8 of page boundary. This is prefetch next page on all > platforms, even ones with a smaller prefetch size. > > Signed-off-by: Matthew Brost <matthew.brost@intel.com> > --- > tests/intel/xe_vm.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/tests/intel/xe_vm.c b/tests/intel/xe_vm.c > index de2b1a8136..77cf1f7e67 100644 > --- a/tests/intel/xe_vm.c > +++ b/tests/intel/xe_vm.c > @@ -1623,10 +1623,11 @@ test_mmap_style_bind(int fd, struct drm_xe_engine_class_instance *eci, > t.fd = fd; > t.vm = vm; > #define PAGE_SIZE 4096 > - t.addr = addr + PAGE_SIZE / 2; > +#define HAMMER_OFFSET (PAGE_SIZE - (PAGE_SIZE / 32)) > + t.addr = addr + HAMMER_OFFSET; > t.eci = eci; > t.exit = &exit; > - t.map = map0 + PAGE_SIZE / 2; > + t.map = map0 + HAMMER_OFFSET; > t.barrier = &barrier; > pthread_barrier_init(&barrier, NULL, 2); > pthread_create(&t.thread, 0, hammer_thread, &t); > @@ -1685,7 +1686,7 @@ test_mmap_style_bind(int fd, struct drm_xe_engine_class_instance *eci, > igt_assert_eq(data->data, 0xc0ffee); > } > if (flags & MAP_FLAG_HAMMER_FIRST_PAGE) { > - memset(map0, 0, PAGE_SIZE / 2); > + memset(map0, 0, HAMMER_OFFSET); > memset(map0 + PAGE_SIZE, 0, bo_size - PAGE_SIZE); > } else { > memset(map0, 0, bo_size); Reviewed-by: Jagmeet Randhawa <jagmeet.randhawa@intel.com> ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Fi.CI.IGT: failure for tests/intel/xe_vm: Update mmap hammer sections to prefetch next page 2024-04-30 22:16 [PATCH] tests/intel/xe_vm: Update mmap hammer sections to prefetch next page Matthew Brost ` (3 preceding siblings ...) 2024-05-01 16:57 ` [PATCH] " Randhawa, Jagmeet @ 2024-05-01 18:46 ` Patchwork 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-05-01 18:46 UTC (permalink / raw) To: Matthew Brost; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 100288 bytes --] == Series Details == Series: tests/intel/xe_vm: Update mmap hammer sections to prefetch next page URL : https://patchwork.freedesktop.org/series/133107/ State : failure == Summary == CI Bug Log - changes from IGT_7827_full -> IGTPW_11088_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11088_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11088_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_11088/index.html Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11088_full: ### IGT changes ### #### Possible regressions #### * igt@gem_exec_create@madvise@lmem0: - shard-dg1: [PASS][1] -> [INCOMPLETE][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-dg1-16/igt@gem_exec_create@madvise@lmem0.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@gem_exec_create@madvise@lmem0.html * igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-legacy: - shard-snb: [PASS][3] -> [FAIL][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-snb5/igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-legacy.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-snb6/igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-legacy.html Known issues ------------ Here are the changes found in IGTPW_11088_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@device_reset@cold-reset-bound: - shard-dg1: NOTRUN -> [SKIP][5] ([i915#7701]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-18/igt@device_reset@cold-reset-bound.html * igt@device_reset@unbind-cold-reset-rebind: - shard-rkl: NOTRUN -> [SKIP][6] ([i915#7701]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-5/igt@device_reset@unbind-cold-reset-rebind.html - shard-mtlp: NOTRUN -> [SKIP][7] ([i915#7701]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@device_reset@unbind-cold-reset-rebind.html * igt@device_reset@unbind-reset-rebind: - shard-dg1: NOTRUN -> [INCOMPLETE][8] ([i915#9408] / [i915#9618]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@device_reset@unbind-reset-rebind.html * igt@drm_fdinfo@idle@rcs0: - shard-rkl: NOTRUN -> [FAIL][9] ([i915#7742]) +1 other test fail [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-1/igt@drm_fdinfo@idle@rcs0.html * igt@drm_fdinfo@isolation@vecs0: - shard-dg1: NOTRUN -> [SKIP][10] ([i915#8414]) +9 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@drm_fdinfo@isolation@vecs0.html * igt@drm_fdinfo@most-busy-idle-check-all@ccs0: - shard-mtlp: NOTRUN -> [SKIP][11] ([i915#8414]) +11 other tests skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-4/igt@drm_fdinfo@most-busy-idle-check-all@ccs0.html * igt@drm_fdinfo@most-busy-idle-check-all@vecs1: - shard-dg2: NOTRUN -> [SKIP][12] ([i915#8414]) +21 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-5/igt@drm_fdinfo@most-busy-idle-check-all@vecs1.html * igt@gem_busy@semaphore: - shard-dg2: NOTRUN -> [SKIP][13] ([i915#3936]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@gem_busy@semaphore.html * igt@gem_ccs@ctrl-surf-copy: - shard-dg1: NOTRUN -> [SKIP][14] ([i915#3555] / [i915#9323]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-15/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_close_race@multigpu-basic-threads: - shard-dg2: NOTRUN -> [SKIP][15] ([i915#7697]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-5/igt@gem_close_race@multigpu-basic-threads.html - shard-rkl: NOTRUN -> [SKIP][16] ([i915#7697]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-1/igt@gem_close_race@multigpu-basic-threads.html - shard-mtlp: NOTRUN -> [SKIP][17] ([i915#7697]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@gem_close_race@multigpu-basic-threads.html * igt@gem_create@create-ext-cpu-access-big: - shard-rkl: NOTRUN -> [SKIP][18] ([i915#6335]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-4/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_create@create-ext-set-pat: - shard-rkl: NOTRUN -> [SKIP][19] ([i915#8562]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-3/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-tglu: [PASS][20] -> [FAIL][21] ([i915#6268]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-tglu-7/igt@gem_ctx_exec@basic-nohangcheck.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-2/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_persistence@engines-mixed-process: - shard-snb: NOTRUN -> [SKIP][22] ([i915#1099]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-snb6/igt@gem_ctx_persistence@engines-mixed-process.html * igt@gem_ctx_persistence@heartbeat-close: - shard-dg1: NOTRUN -> [SKIP][23] ([i915#8555]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-17/igt@gem_ctx_persistence@heartbeat-close.html * igt@gem_ctx_persistence@heartbeat-stop: - shard-dg2: NOTRUN -> [SKIP][24] ([i915#8555]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-2/igt@gem_ctx_persistence@heartbeat-stop.html * igt@gem_ctx_sseu@engines: - shard-dg1: NOTRUN -> [SKIP][25] ([i915#280]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-17/igt@gem_ctx_sseu@engines.html - shard-mtlp: NOTRUN -> [SKIP][26] ([i915#280]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-7/igt@gem_ctx_sseu@engines.html - shard-dg2: NOTRUN -> [SKIP][27] ([i915#280]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@gem_ctx_sseu@engines.html * igt@gem_ctx_sseu@invalid-sseu: - shard-rkl: NOTRUN -> [SKIP][28] ([i915#280]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-6/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_exec_balancer@bonded-dual: - shard-dg2: NOTRUN -> [SKIP][29] ([i915#4771]) +1 other test skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-2/igt@gem_exec_balancer@bonded-dual.html * igt@gem_exec_balancer@bonded-sync: - shard-dg1: NOTRUN -> [SKIP][30] ([i915#4771]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-17/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@invalid-bonds: - shard-dg1: NOTRUN -> [SKIP][31] ([i915#4036]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-15/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_balancer@parallel-keep-in-fence: - shard-rkl: NOTRUN -> [SKIP][32] ([i915#4525]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-5/igt@gem_exec_balancer@parallel-keep-in-fence.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-mtlp: NOTRUN -> [SKIP][33] ([i915#6334]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-4/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_capture@many-4k-incremental: - shard-rkl: NOTRUN -> [FAIL][34] ([i915#9606]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-3/igt@gem_exec_capture@many-4k-incremental.html * igt@gem_exec_fair@basic-deadline: - shard-rkl: NOTRUN -> [FAIL][35] ([i915#2846]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-6/igt@gem_exec_fair@basic-deadline.html - shard-glk: NOTRUN -> [FAIL][36] ([i915#2846]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-glk1/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-tglu: NOTRUN -> [FAIL][37] ([i915#2842]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-4/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-none-vip: - shard-mtlp: NOTRUN -> [SKIP][38] ([i915#4473] / [i915#4771]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-6/igt@gem_exec_fair@basic-none-vip.html * igt@gem_exec_fair@basic-none-vip@rcs0: - shard-rkl: NOTRUN -> [FAIL][39] ([i915#2842]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-1/igt@gem_exec_fair@basic-none-vip@rcs0.html * igt@gem_exec_fair@basic-none@rcs0: - shard-glk: NOTRUN -> [FAIL][40] ([i915#2842]) +2 other tests fail [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-glk6/igt@gem_exec_fair@basic-none@rcs0.html * igt@gem_exec_fair@basic-pace: - shard-dg1: NOTRUN -> [SKIP][41] ([i915#3539]) +1 other test skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-17/igt@gem_exec_fair@basic-pace.html * igt@gem_exec_fair@basic-pace-solo: - shard-dg2: NOTRUN -> [SKIP][42] ([i915#3539]) +2 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-11/igt@gem_exec_fair@basic-pace-solo.html - shard-mtlp: NOTRUN -> [SKIP][43] ([i915#4473]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-2/igt@gem_exec_fair@basic-pace-solo.html * igt@gem_exec_fence@concurrent: - shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4812]) +2 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-2/igt@gem_exec_fence@concurrent.html * igt@gem_exec_fence@submit: - shard-dg1: NOTRUN -> [SKIP][45] ([i915#4812]) +4 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-18/igt@gem_exec_fence@submit.html * igt@gem_exec_fence@submit67: - shard-dg2: NOTRUN -> [SKIP][46] ([i915#4812]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-1/igt@gem_exec_fence@submit67.html * igt@gem_exec_flush@basic-wb-prw-default: - shard-dg2: NOTRUN -> [SKIP][47] ([i915#3539] / [i915#4852]) +2 other tests skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-5/igt@gem_exec_flush@basic-wb-prw-default.html * igt@gem_exec_gttfill@engines@ccs0: - shard-dg2: [PASS][48] -> [INCOMPLETE][49] ([i915#10669]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-dg2-2/igt@gem_exec_gttfill@engines@ccs0.html [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-5/igt@gem_exec_gttfill@engines@ccs0.html * igt@gem_exec_params@rsvd2-dirt: - shard-mtlp: NOTRUN -> [SKIP][50] ([i915#5107]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@gem_exec_params@rsvd2-dirt.html - shard-dg2: NOTRUN -> [SKIP][51] ([i915#5107]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-1/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_reloc@basic-active: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#3281]) +12 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-11/igt@gem_exec_reloc@basic-active.html * igt@gem_exec_reloc@basic-gtt-wc-noreloc: - shard-rkl: NOTRUN -> [SKIP][53] ([i915#3281]) +13 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-5/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html * igt@gem_exec_reloc@basic-write-cpu-active: - shard-dg1: NOTRUN -> [SKIP][54] ([i915#3281]) +9 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-17/igt@gem_exec_reloc@basic-write-cpu-active.html * igt@gem_exec_reloc@basic-write-wc: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#3281]) +11 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-8/igt@gem_exec_reloc@basic-write-wc.html * igt@gem_exec_schedule@preempt-queue-contexts-chain: - shard-mtlp: NOTRUN -> [SKIP][56] ([i915#4537] / [i915#4812]) +1 other test skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-3/igt@gem_exec_schedule@preempt-queue-contexts-chain.html - shard-dg2: NOTRUN -> [SKIP][57] ([i915#4537] / [i915#4812]) +1 other test skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-8/igt@gem_exec_schedule@preempt-queue-contexts-chain.html * igt@gem_fence_thrash@bo-write-verify-x: - shard-dg2: NOTRUN -> [SKIP][58] ([i915#4860]) +2 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-5/igt@gem_fence_thrash@bo-write-verify-x.html - shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4860]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@gem_fence_thrash@bo-write-verify-x.html * igt@gem_fenced_exec_thrash@no-spare-fences: - shard-dg1: NOTRUN -> [SKIP][60] ([i915#4860]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-17/igt@gem_fenced_exec_thrash@no-spare-fences.html * igt@gem_lmem_swapping@basic: - shard-mtlp: NOTRUN -> [SKIP][61] ([i915#4613]) +6 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-2/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@basic@lmem0: - shard-dg2: [PASS][62] -> [FAIL][63] ([i915#10378]) +1 other test fail [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-dg2-2/igt@gem_lmem_swapping@basic@lmem0.html [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@gem_lmem_swapping@basic@lmem0.html * igt@gem_lmem_swapping@heavy-multi@lmem0: - shard-dg1: NOTRUN -> [FAIL][64] ([i915#10378]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-18/igt@gem_lmem_swapping@heavy-multi@lmem0.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-rkl: NOTRUN -> [SKIP][65] ([i915#4613]) +5 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-2/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@verify-ccs: - shard-glk: NOTRUN -> [SKIP][66] ([i915#4613]) +4 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-glk7/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_lmem_swapping@verify-random-ccs: - shard-tglu: NOTRUN -> [SKIP][67] ([i915#4613]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-9/igt@gem_lmem_swapping@verify-random-ccs.html * igt@gem_media_fill@media-fill: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#8289]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-2/igt@gem_media_fill@media-fill.html * igt@gem_mmap@basic-small-bo: - shard-mtlp: NOTRUN -> [SKIP][69] ([i915#4083]) +7 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-2/igt@gem_mmap@basic-small-bo.html * igt@gem_mmap_gtt@basic-read-write-distinct: - shard-mtlp: NOTRUN -> [SKIP][70] ([i915#4077]) +17 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-6/igt@gem_mmap_gtt@basic-read-write-distinct.html * igt@gem_mmap_wc@bad-object: - shard-dg2: NOTRUN -> [SKIP][71] ([i915#4083]) +6 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-11/igt@gem_mmap_wc@bad-object.html * igt@gem_mmap_wc@read: - shard-dg1: NOTRUN -> [SKIP][72] ([i915#4083]) +5 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@gem_mmap_wc@read.html * igt@gem_partial_pwrite_pread@reads: - shard-dg2: NOTRUN -> [SKIP][73] ([i915#3282]) +4 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-1/igt@gem_partial_pwrite_pread@reads.html * igt@gem_partial_pwrite_pread@reads-display: - shard-mtlp: NOTRUN -> [SKIP][74] ([i915#3282]) +3 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-7/igt@gem_partial_pwrite_pread@reads-display.html * igt@gem_pread@bench: - shard-rkl: NOTRUN -> [SKIP][75] ([i915#3282]) +8 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-3/igt@gem_pread@bench.html * igt@gem_pread@uncached: - shard-dg1: NOTRUN -> [SKIP][76] ([i915#3282]) +1 other test skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@gem_pread@uncached.html * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: - shard-rkl: NOTRUN -> [SKIP][77] ([i915#4270]) +2 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-1/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html - shard-tglu: NOTRUN -> [SKIP][78] ([i915#4270]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-3/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html * igt@gem_pxp@reject-modify-context-protection-on: - shard-dg1: NOTRUN -> [SKIP][79] ([i915#4270]) +1 other test skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-15/igt@gem_pxp@reject-modify-context-protection-on.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-dg2: NOTRUN -> [SKIP][80] ([i915#4270]) +2 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-3/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_pxp@verify-pxp-stale-buf-execution: - shard-mtlp: NOTRUN -> [SKIP][81] ([i915#4270]) +3 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-5/igt@gem_pxp@verify-pxp-stale-buf-execution.html * igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs: - shard-mtlp: NOTRUN -> [SKIP][82] ([i915#8428]) +7 other tests skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-8/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html * igt@gem_render_copy@y-tiled-to-vebox-yf-tiled: - shard-dg2: NOTRUN -> [SKIP][83] ([i915#5190] / [i915#8428]) +9 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-1/igt@gem_render_copy@y-tiled-to-vebox-yf-tiled.html * igt@gem_set_tiling_vs_blt@tiled-to-untiled: - shard-rkl: NOTRUN -> [SKIP][84] ([i915#8411]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-2/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg2: NOTRUN -> [SKIP][85] ([i915#4079]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-2/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_set_tiling_vs_pwrite: - shard-dg1: NOTRUN -> [SKIP][86] ([i915#4079]) +1 other test skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-18/igt@gem_set_tiling_vs_pwrite.html * igt@gem_softpin@evict-snoop: - shard-dg1: NOTRUN -> [SKIP][87] ([i915#4885]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-17/igt@gem_softpin@evict-snoop.html - shard-dg2: NOTRUN -> [SKIP][88] ([i915#4885]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@gem_softpin@evict-snoop.html * igt@gem_tiled_partial_pwrite_pread@writes: - shard-dg2: NOTRUN -> [SKIP][89] ([i915#4077]) +17 other tests skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-1/igt@gem_tiled_partial_pwrite_pread@writes.html * igt@gem_tiled_partial_pwrite_pread@writes-after-reads: - shard-dg1: NOTRUN -> [SKIP][90] ([i915#4077]) +15 other tests skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-17/igt@gem_tiled_partial_pwrite_pread@writes-after-reads.html * igt@gem_tiled_pread_pwrite: - shard-mtlp: NOTRUN -> [SKIP][91] ([i915#4079]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-4/igt@gem_tiled_pread_pwrite.html * igt@gem_userptr_blits@access-control: - shard-mtlp: NOTRUN -> [SKIP][92] ([i915#3297]) +3 other tests skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-3/igt@gem_userptr_blits@access-control.html - shard-dg2: NOTRUN -> [SKIP][93] ([i915#3297]) +1 other test skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-8/igt@gem_userptr_blits@access-control.html * igt@gem_userptr_blits@coherency-unsync: - shard-dg1: NOTRUN -> [SKIP][94] ([i915#3297]) +1 other test skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-rkl: NOTRUN -> [SKIP][95] ([i915#3297]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-5/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-glk: NOTRUN -> [SKIP][96] ([i915#3323]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-glk4/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-dg1: NOTRUN -> [SKIP][97] ([i915#3297] / [i915#4880]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-15/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: - shard-dg2: NOTRUN -> [SKIP][98] ([i915#3297] / [i915#4880]) +3 other tests skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-8/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html * igt@gen9_exec_parse@allowed-all: - shard-mtlp: NOTRUN -> [SKIP][99] ([i915#2856]) +2 other tests skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-6/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@allowed-single: - shard-glk: NOTRUN -> [ABORT][100] ([i915#5566]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-glk3/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@basic-rejected-ctx-param: - shard-snb: NOTRUN -> [SKIP][101] +37 other tests skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-snb6/igt@gen9_exec_parse@basic-rejected-ctx-param.html * igt@gen9_exec_parse@batch-invalid-length: - shard-rkl: NOTRUN -> [SKIP][102] ([i915#2527]) +3 other tests skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-3/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@secure-batches: - shard-dg1: NOTRUN -> [SKIP][103] ([i915#2527]) +1 other test skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@gen9_exec_parse@secure-batches.html * igt@gen9_exec_parse@unaligned-access: - shard-dg2: NOTRUN -> [SKIP][104] ([i915#2856]) +4 other tests skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@gen9_exec_parse@unaligned-access.html * igt@i915_fb_tiling: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#4881]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-1/igt@i915_fb_tiling.html * igt@i915_module_load@load: - shard-mtlp: NOTRUN -> [SKIP][106] ([i915#6227]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-2/igt@i915_module_load@load.html - shard-rkl: NOTRUN -> [SKIP][107] ([i915#6227]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-3/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-tglu: [PASS][108] -> [INCOMPLETE][109] ([i915#10047] / [i915#9820]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-tglu-2/igt@i915_module_load@reload-with-fault-injection.html [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-9/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-dg1: NOTRUN -> [SKIP][110] ([i915#7178]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-17/igt@i915_module_load@resize-bar.html - shard-mtlp: NOTRUN -> [SKIP][111] ([i915#6412]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@i915_module_load@resize-bar.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-mtlp: NOTRUN -> [SKIP][112] ([i915#8436]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-7/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@i915_pm_freq_api@freq-basic-api: - shard-rkl: NOTRUN -> [SKIP][113] ([i915#8399]) +1 other test skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-3/igt@i915_pm_freq_api@freq-basic-api.html * igt@i915_pm_freq_api@freq-suspend: - shard-tglu: NOTRUN -> [SKIP][114] ([i915#8399]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-3/igt@i915_pm_freq_api@freq-suspend.html * igt@i915_pm_rps@basic-api: - shard-mtlp: NOTRUN -> [SKIP][115] ([i915#6621]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-3/igt@i915_pm_rps@basic-api.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg1: NOTRUN -> [SKIP][116] ([i915#6621]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-17/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@reset: - shard-mtlp: NOTRUN -> [FAIL][117] ([i915#8346]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-8/igt@i915_pm_rps@reset.html * igt@i915_pm_rps@thresholds-idle-park@gt0: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#8925]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-1/igt@i915_pm_rps@thresholds-idle-park@gt0.html * igt@i915_query@query-topology-coherent-slice-mask: - shard-mtlp: NOTRUN -> [SKIP][119] ([i915#6188]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@i915_query@query-topology-coherent-slice-mask.html - shard-dg2: NOTRUN -> [SKIP][120] ([i915#6188]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-1/igt@i915_query@query-topology-coherent-slice-mask.html * igt@i915_selftest@mock@memory_region: - shard-glk: NOTRUN -> [DMESG-WARN][121] ([i915#9311]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-glk3/igt@i915_selftest@mock@memory_region.html * igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling: - shard-mtlp: NOTRUN -> [SKIP][122] ([i915#4212]) +1 other test skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-2/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@bo-too-small-due-to-tiling: - shard-dg1: NOTRUN -> [SKIP][123] ([i915#4212]) +2 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-18/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html * igt@kms_addfb_basic@tile-pitch-mismatch: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#4212]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-10/igt@kms_addfb_basic@tile-pitch-mismatch.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs: - shard-dg1: NOTRUN -> [SKIP][125] ([i915#8709]) +7 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-1-4-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][126] ([i915#8709]) +11 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-1-4-mc-ccs.html * igt@kms_async_flips@test-cursor: - shard-mtlp: NOTRUN -> [SKIP][127] ([i915#10333]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@kms_async_flips@test-cursor.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-mtlp: NOTRUN -> [SKIP][128] ([i915#1769] / [i915#3555]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-glk: NOTRUN -> [SKIP][129] ([i915#1769]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-glk2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-32bpp-rotate-180: - shard-tglu: NOTRUN -> [SKIP][130] ([i915#5286]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-8/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][131] ([i915#4538] / [i915#5286]) +6 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-rkl: NOTRUN -> [SKIP][132] ([i915#5286]) +8 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-5/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-64bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][133] ([i915#3638]) +5 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-1/igt@kms_big_fb@linear-64bpp-rotate-90.html - shard-dg1: NOTRUN -> [SKIP][134] ([i915#3638]) +4 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@kms_big_fb@linear-64bpp-rotate-90.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-tglu: [PASS][135] -> [FAIL][136] ([i915#3743]) +1 other test fail [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-tglu-5/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-2/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@y-tiled-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][137] ([i915#4538] / [i915#5190]) +15 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-mtlp: NOTRUN -> [SKIP][138] +28 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-mtlp: NOTRUN -> [SKIP][139] ([i915#6187]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-3/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html - shard-dg2: NOTRUN -> [SKIP][140] ([i915#5190]) +1 other test skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-2/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][141] ([i915#4538]) +4 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_joiner@basic-force-joiner: - shard-dg2: NOTRUN -> [SKIP][142] ([i915#10656]) +1 other test skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-10/igt@kms_big_joiner@basic-force-joiner.html * igt@kms_big_joiner@invalid-modeset: - shard-dg1: NOTRUN -> [SKIP][143] ([i915#10656]) +1 other test skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-15/igt@kms_big_joiner@invalid-modeset.html * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4: - shard-dg2: NOTRUN -> [SKIP][144] ([i915#10307] / [i915#6095]) +195 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-11/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4.html * igt@kms_ccs@crc-primary-basic-4-tiled-xe2-ccs: - shard-mtlp: NOTRUN -> [SKIP][145] ([i915#10278]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-7/igt@kms_ccs@crc-primary-basic-4-tiled-xe2-ccs.html - shard-dg1: NOTRUN -> [SKIP][146] ([i915#10278]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@kms_ccs@crc-primary-basic-4-tiled-xe2-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][147] ([i915#10307] / [i915#10434] / [i915#6095]) +3 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-10/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][148] ([i915#6095]) +59 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs@pipe-c-edp-1.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][149] ([i915#6095]) +11 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][150] ([i915#6095]) +99 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-3.html * igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][151] ([i915#6095]) +67 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-4/igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc@pipe-c-hdmi-a-2: - shard-glk: NOTRUN -> [SKIP][152] +433 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-glk4/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc@pipe-c-hdmi-a-2.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][153] ([i915#7213]) +3 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html * igt@kms_cdclk@plane-scaling: - shard-rkl: NOTRUN -> [SKIP][154] ([i915#3742]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-3/igt@kms_cdclk@plane-scaling.html * igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][155] ([i915#4087]) +3 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-8/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1.html * igt@kms_chamelium_edid@hdmi-edid-read: - shard-rkl: NOTRUN -> [SKIP][156] ([i915#7828]) +8 other tests skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-3/igt@kms_chamelium_edid@hdmi-edid-read.html * igt@kms_chamelium_frames@dp-crc-multiple: - shard-dg2: NOTRUN -> [SKIP][157] ([i915#7828]) +10 other tests skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-1/igt@kms_chamelium_frames@dp-crc-multiple.html * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe: - shard-mtlp: NOTRUN -> [SKIP][158] ([i915#7828]) +11 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-4/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@dp-hpd-storm-disable: - shard-dg1: NOTRUN -> [SKIP][159] ([i915#7828]) +11 other tests skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-17/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html * igt@kms_chamelium_hpd@vga-hpd-after-suspend: - shard-tglu: NOTRUN -> [SKIP][160] ([i915#7828]) +1 other test skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-5/igt@kms_chamelium_hpd@vga-hpd-after-suspend.html * igt@kms_content_protection@atomic-dpms@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][161] ([i915#7173]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-11/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg1: NOTRUN -> [SKIP][162] ([i915#3299]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-18/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@dp-mst-type-1: - shard-rkl: NOTRUN -> [SKIP][163] ([i915#3116]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-4/igt@kms_content_protection@dp-mst-type-1.html - shard-mtlp: NOTRUN -> [SKIP][164] ([i915#3299]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-5/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@lic-type-0: - shard-mtlp: NOTRUN -> [SKIP][165] ([i915#6944] / [i915#9424]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-8/igt@kms_content_protection@lic-type-0.html - shard-dg2: NOTRUN -> [SKIP][166] ([i915#9424]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-2/igt@kms_content_protection@lic-type-0.html - shard-dg1: NOTRUN -> [SKIP][167] ([i915#9424]) +1 other test skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-17/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][168] ([i915#7118] / [i915#9424]) +2 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@kms_content_protection@type1.html - shard-rkl: NOTRUN -> [SKIP][169] ([i915#7118] / [i915#9424]) +2 other tests skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-5/igt@kms_content_protection@type1.html - shard-dg1: NOTRUN -> [SKIP][170] ([i915#7116] / [i915#9424]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-offscreen-32x32: - shard-dg1: NOTRUN -> [SKIP][171] ([i915#3555]) +8 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@kms_cursor_crc@cursor-offscreen-32x32.html * igt@kms_cursor_crc@cursor-offscreen-64x21: - shard-mtlp: NOTRUN -> [SKIP][172] ([i915#8814]) +2 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-6/igt@kms_cursor_crc@cursor-offscreen-64x21.html * igt@kms_cursor_crc@cursor-onscreen-32x10: - shard-mtlp: NOTRUN -> [SKIP][173] ([i915#3555] / [i915#8814]) +3 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-3/igt@kms_cursor_crc@cursor-onscreen-32x10.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg1: NOTRUN -> [SKIP][174] ([i915#3359]) +1 other test skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-18/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-mtlp: NOTRUN -> [SKIP][175] ([i915#3359]) +2 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-3/igt@kms_cursor_crc@cursor-onscreen-512x512.html - shard-rkl: NOTRUN -> [SKIP][176] ([i915#3359]) +1 other test skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-5/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-max-size: - shard-tglu: NOTRUN -> [SKIP][177] ([i915#3555]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-2/igt@kms_cursor_crc@cursor-onscreen-max-size.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-dg2: NOTRUN -> [SKIP][178] ([i915#3359]) +2 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-2/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-sliding-32x10: - shard-dg2: NOTRUN -> [SKIP][179] ([i915#3555]) +3 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-7/igt@kms_cursor_crc@cursor-sliding-32x10.html - shard-rkl: NOTRUN -> [SKIP][180] ([i915#3555]) +2 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-32x10.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][181] ([i915#4213]) +1 other test skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions: - shard-mtlp: NOTRUN -> [SKIP][182] ([i915#9809]) +5 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-3/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-glk: NOTRUN -> [FAIL][183] ([i915#2346]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@torture-bo@pipe-a: - shard-tglu: [PASS][184] -> [DMESG-WARN][185] ([i915#10166]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-tglu-10/igt@kms_cursor_legacy@torture-bo@pipe-a.html [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-9/igt@kms_cursor_legacy@torture-bo@pipe-a.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-4: - shard-dg2: NOTRUN -> [SKIP][186] ([i915#9227]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-11/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-4.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][187] ([i915#9723]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-3/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-rkl: NOTRUN -> [SKIP][188] ([i915#8588]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-3/igt@kms_display_modes@mst-extended-mode-negative.html - shard-mtlp: NOTRUN -> [SKIP][189] ([i915#8588]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-5/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][190] ([i915#3804]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-4/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_draw_crc@draw-method-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][191] ([i915#3555] / [i915#8812]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-6/igt@kms_draw_crc@draw-method-mmap-gtt.html - shard-dg2: NOTRUN -> [SKIP][192] ([i915#8812]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-1/igt@kms_draw_crc@draw-method-mmap-gtt.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - shard-mtlp: NOTRUN -> [SKIP][193] ([i915#3840]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-4/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_dsc@dsc-with-bpc: - shard-dg2: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#3840]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-8/igt@kms_dsc@dsc-with-bpc.html * igt@kms_dsc@dsc-with-formats: - shard-mtlp: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#3840]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-2/igt@kms_dsc@dsc-with-formats.html - shard-dg1: NOTRUN -> [SKIP][196] ([i915#3555] / [i915#3840]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-18/igt@kms_dsc@dsc-with-formats.html * igt@kms_dsc@dsc-with-output-formats: - shard-rkl: NOTRUN -> [SKIP][197] ([i915#3555] / [i915#3840]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-6/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg1: NOTRUN -> [SKIP][198] ([i915#3840] / [i915#9053]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-17/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_fbcon_fbt@psr-suspend: - shard-dg1: NOTRUN -> [SKIP][199] ([i915#3469]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@chamelium: - shard-mtlp: NOTRUN -> [SKIP][200] ([i915#4854]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-5/igt@kms_feature_discovery@chamelium.html - shard-dg2: NOTRUN -> [SKIP][201] ([i915#4854]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-3/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-2x: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#1839]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@kms_feature_discovery@display-2x.html * igt@kms_feature_discovery@display-4x: - shard-dg1: NOTRUN -> [SKIP][203] ([i915#1839]) +1 other test skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-18/igt@kms_feature_discovery@display-4x.html - shard-mtlp: NOTRUN -> [SKIP][204] ([i915#1839]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@kms_feature_discovery@display-4x.html * igt@kms_feature_discovery@dp-mst: - shard-rkl: NOTRUN -> [SKIP][205] ([i915#9337]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-3/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr1: - shard-dg1: NOTRUN -> [SKIP][206] ([i915#658]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-flip-vs-panning-vs-hang: - shard-dg2: NOTRUN -> [SKIP][207] +26 other tests skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-11/igt@kms_flip@2x-flip-vs-panning-vs-hang.html * igt@kms_flip@2x-modeset-vs-vblank-race-interruptible: - shard-mtlp: NOTRUN -> [SKIP][208] ([i915#3637]) +6 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-7/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html * igt@kms_flip@2x-plain-flip: - shard-rkl: NOTRUN -> [SKIP][209] +45 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-6/igt@kms_flip@2x-plain-flip.html * igt@kms_flip@2x-plain-flip-interruptible: - shard-dg1: NOTRUN -> [SKIP][210] ([i915#9934]) +4 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@kms_flip@2x-plain-flip-interruptible.html * igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1: - shard-rkl: [PASS][211] -> [FAIL][212] ([i915#2122]) +1 other test fail [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-rkl-4/igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1.html [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-5/igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][213] ([i915#8381]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-7/igt@kms_flip@flip-vs-fences-interruptible.html - shard-dg1: NOTRUN -> [SKIP][214] ([i915#8381]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@kms_flip@flip-vs-fences-interruptible.html * igt@kms_flip@plain-flip-fb-recreate-interruptible@a-vga1: - shard-snb: [PASS][215] -> [FAIL][216] ([i915#2122]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-snb5/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-vga1.html [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-snb7/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-vga1.html * igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a4: - shard-dg1: [PASS][217] -> [FAIL][218] ([i915#2122]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-dg1-14/igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a4.html [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-18/igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a4.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][219] ([i915#2587] / [i915#2672]) +2 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/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-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][220] ([i915#2672]) +1 other test skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][221] ([i915#2672] / [i915#3555]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][222] ([i915#2672]) +2 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][223] ([i915#2672]) +5 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][224] ([i915#3555] / [i915#8810]) +1 other test skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#5274]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-11/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][226] ([i915#8708]) +18 other tests skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move: - shard-mtlp: NOTRUN -> [SKIP][227] ([i915#1825]) +37 other tests skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-2p-rte: - shard-dg2: NOTRUN -> [SKIP][228] ([i915#5354]) +39 other tests skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-2p-rte.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff: - shard-tglu: NOTRUN -> [SKIP][229] +19 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt: - shard-dg1: NOTRUN -> [SKIP][230] +48 other tests skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-tiling-4: - shard-rkl: NOTRUN -> [SKIP][231] ([i915#5439]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-tiling-4.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-dg2: NOTRUN -> [SKIP][232] ([i915#10055]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][233] ([i915#8708]) +28 other tests skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc: - shard-rkl: NOTRUN -> [SKIP][234] ([i915#3023]) +30 other tests skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary: - shard-dg2: NOTRUN -> [SKIP][235] ([i915#10433] / [i915#3458]) +1 other test skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-mtlp: NOTRUN -> [SKIP][236] ([i915#10055]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-dg2: NOTRUN -> [SKIP][237] ([i915#9766]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-8/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][238] ([i915#8708]) +11 other tests skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff: - shard-dg2: NOTRUN -> [SKIP][239] ([i915#3458]) +18 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render: - shard-rkl: NOTRUN -> [SKIP][240] ([i915#1825]) +46 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][241] ([i915#3458]) +16 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite.html * igt@kms_hdr@bpc-switch-dpms: - shard-rkl: NOTRUN -> [SKIP][242] ([i915#3555] / [i915#8228]) +2 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-5/igt@kms_hdr@bpc-switch-dpms.html - shard-tglu: NOTRUN -> [SKIP][243] ([i915#3555] / [i915#8228]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-9/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@invalid-hdr: - shard-dg1: NOTRUN -> [SKIP][244] ([i915#3555] / [i915#8228]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@kms_hdr@invalid-hdr.html * igt@kms_hdr@invalid-metadata-sizes: - shard-mtlp: NOTRUN -> [SKIP][245] ([i915#3555] / [i915#8228]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-8/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle: - shard-dg2: NOTRUN -> [SKIP][246] ([i915#3555] / [i915#8228]) +1 other test skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-5/igt@kms_hdr@static-toggle.html * igt@kms_panel_fitting@atomic-fastset: - shard-rkl: NOTRUN -> [SKIP][247] ([i915#6301]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-4/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_panel_fitting@legacy: - shard-dg2: NOTRUN -> [SKIP][248] ([i915#6301]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-2/igt@kms_panel_fitting@legacy.html * igt@kms_plane_lowres@tiling-x@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][249] ([i915#3582]) +3 other tests skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@kms_plane_lowres@tiling-x@pipe-a-edp-1.html * igt@kms_plane_lowres@tiling-y: - shard-mtlp: NOTRUN -> [SKIP][250] ([i915#3555] / [i915#8821]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-8/igt@kms_plane_lowres@tiling-y.html * igt@kms_plane_multiple@tiling-y: - shard-mtlp: NOTRUN -> [SKIP][251] ([i915#3555] / [i915#8806]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-7/igt@kms_plane_multiple@tiling-y.html - shard-dg2: NOTRUN -> [SKIP][252] ([i915#8806]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-7/igt@kms_plane_multiple@tiling-y.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][253] ([i915#9423]) +7 other tests skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][254] ([i915#5176]) +7 other tests skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-8/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b-edp-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][255] ([i915#9423]) +7 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][256] ([i915#9423]) +15 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-d-hdmi-a-4.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][257] ([i915#5176] / [i915#9423]) +1 other test skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][258] ([i915#5176] / [i915#9423]) +3 other tests skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-15/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][259] ([i915#5235]) +9 other tests skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][260] ([i915#3555] / [i915#5235]) +3 other tests skip [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-edp-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-dp-4: - shard-dg2: NOTRUN -> [SKIP][261] ([i915#5235] / [i915#9423]) +27 other tests skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-dp-4.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][262] ([i915#5235]) +11 other tests skip [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-3.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][263] ([i915#5235]) +11 other tests skip [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-6/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-a-edp-1.html * igt@kms_pm_backlight@basic-brightness: - shard-rkl: NOTRUN -> [SKIP][264] ([i915#5354]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-3/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_backlight@fade-with-dpms: - shard-dg1: NOTRUN -> [SKIP][265] ([i915#5354]) [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-dg1: NOTRUN -> [SKIP][266] ([i915#9685]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@kms_pm_dc@dc3co-vpb-simulation.html - shard-mtlp: NOTRUN -> [SKIP][267] ([i915#9292]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-8/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@dc6-dpms: - shard-dg1: NOTRUN -> [SKIP][268] ([i915#3361]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-15/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc6-psr: - shard-dg2: NOTRUN -> [SKIP][269] ([i915#9685]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-8/igt@kms_pm_dc@dc6-psr.html - shard-rkl: NOTRUN -> [SKIP][270] ([i915#9685]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-3/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_rpm@dpms-lpsp: - shard-dg2: [PASS][271] -> [SKIP][272] ([i915#9519]) +1 other test skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-dg2-10/igt@kms_pm_rpm@dpms-lpsp.html [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-7/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-dg2: NOTRUN -> [SKIP][273] ([i915#9519]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-2/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html - shard-dg1: NOTRUN -> [SKIP][274] ([i915#9519]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-15/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-mtlp: NOTRUN -> [SKIP][275] ([i915#9519]) +1 other test skip [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-5/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-rkl: NOTRUN -> [SKIP][276] ([i915#9519]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-1/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-rkl: [PASS][277] -> [SKIP][278] ([i915#9519]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-rkl-6/igt@kms_pm_rpm@modeset-non-lpsp-stress.html [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-tglu: NOTRUN -> [SKIP][279] ([i915#9519]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-3/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@kms_prime@basic-modeset-hybrid: - shard-dg1: NOTRUN -> [SKIP][280] ([i915#6524]) +1 other test skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_prime@d3hot: - shard-rkl: NOTRUN -> [SKIP][281] ([i915#6524]) [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-3/igt@kms_prime@d3hot.html - shard-dg2: NOTRUN -> [SKIP][282] ([i915#6524] / [i915#6805]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-8/igt@kms_prime@d3hot.html * igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-sf@psr2-pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][283] ([i915#9808]) +5 other tests skip [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-2/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-sf@psr2-pipe-a-edp-1.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-dg2: NOTRUN -> [SKIP][284] ([i915#9683]) +1 other test skip [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@kms_psr2_su@frontbuffer-xrgb8888.html - shard-rkl: NOTRUN -> [SKIP][285] ([i915#9683]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-2/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr2_su@page_flip-p010: - shard-dg1: NOTRUN -> [SKIP][286] ([i915#9683]) +1 other test skip [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-pr-cursor-render: - shard-mtlp: NOTRUN -> [SKIP][287] ([i915#9688]) +18 other tests skip [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-3/igt@kms_psr@fbc-pr-cursor-render.html * igt@kms_psr@fbc-psr2-sprite-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][288] ([i915#1072] / [i915#9732]) +23 other tests skip [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@kms_psr@fbc-psr2-sprite-mmap-gtt.html * igt@kms_psr@pr-primary-page-flip: - shard-tglu: NOTRUN -> [SKIP][289] ([i915#9732]) +3 other tests skip [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-8/igt@kms_psr@pr-primary-page-flip.html * igt@kms_psr@pr-sprite-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][290] ([i915#1072] / [i915#9732]) +29 other tests skip [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-5/igt@kms_psr@pr-sprite-mmap-gtt.html * igt@kms_psr@psr-cursor-render: - shard-dg2: NOTRUN -> [SKIP][291] ([i915#1072] / [i915#9673] / [i915#9732]) +3 other tests skip [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-11/igt@kms_psr@psr-cursor-render.html * igt@kms_psr@psr-primary-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][292] ([i915#1072] / [i915#9732]) +25 other tests skip [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-10/igt@kms_psr@psr-primary-mmap-cpu.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-tglu: NOTRUN -> [SKIP][293] ([i915#9685]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-3/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-mtlp: NOTRUN -> [SKIP][294] ([i915#5289]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-mtlp: NOTRUN -> [SKIP][295] ([i915#4235]) +2 other tests skip [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html - shard-dg2: NOTRUN -> [SKIP][296] ([i915#4235] / [i915#5190]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][297] ([i915#5289]) +1 other test skip [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html - shard-dg1: NOTRUN -> [SKIP][298] ([i915#5289]) +1 other test skip [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-dg2: NOTRUN -> [SKIP][299] ([i915#4235]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_setmode@invalid-clone-single-crtc: - shard-mtlp: NOTRUN -> [SKIP][300] ([i915#3555] / [i915#8809]) +1 other test skip [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-3/igt@kms_setmode@invalid-clone-single-crtc.html * igt@kms_sysfs_edid_timing: - shard-dg1: NOTRUN -> [FAIL][301] ([IGT#2] / [i915#6493]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@kms_sysfs_edid_timing.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg1: NOTRUN -> [SKIP][302] ([i915#8623]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@kms_tiled_display@basic-test-pattern.html - shard-mtlp: NOTRUN -> [SKIP][303] ([i915#8623]) +1 other test skip [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-2/igt@kms_tiled_display@basic-test-pattern.html - shard-dg2: NOTRUN -> [SKIP][304] ([i915#8623]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1: - shard-tglu: [PASS][305] -> [FAIL][306] ([i915#9196]) +1 other test fail [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-tglu-4/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-2/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html * igt@kms_vrr@flip-basic-fastset: - shard-dg2: NOTRUN -> [SKIP][307] ([i915#9906]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-1/igt@kms_vrr@flip-basic-fastset.html - shard-rkl: NOTRUN -> [SKIP][308] ([i915#9906]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-4/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@max-min: - shard-dg1: NOTRUN -> [SKIP][309] ([i915#9906]) +1 other test skip [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@kms_vrr@max-min.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-mtlp: NOTRUN -> [SKIP][310] ([i915#8808] / [i915#9906]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_writeback@writeback-check-output: - shard-dg2: NOTRUN -> [SKIP][311] ([i915#2437]) +1 other test skip [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-8/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-fb-id: - shard-glk: NOTRUN -> [SKIP][312] ([i915#2437]) +1 other test skip [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-glk2/igt@kms_writeback@writeback-fb-id.html - shard-mtlp: NOTRUN -> [SKIP][313] ([i915#2437]) +1 other test skip [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-3/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-dg2: NOTRUN -> [SKIP][314] ([i915#2437] / [i915#9412]) +1 other test skip [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-5/igt@kms_writeback@writeback-fb-id-xrgb2101010.html - shard-rkl: NOTRUN -> [SKIP][315] ([i915#2437] / [i915#9412]) +1 other test skip [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-1/igt@kms_writeback@writeback-fb-id-xrgb2101010.html - shard-dg1: NOTRUN -> [SKIP][316] ([i915#2437] / [i915#9412]) [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-15/igt@kms_writeback@writeback-fb-id-xrgb2101010.html - shard-mtlp: NOTRUN -> [SKIP][317] ([i915#2437] / [i915#9412]) [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@perf@gen8-unprivileged-single-ctx-counters: - shard-dg2: NOTRUN -> [SKIP][318] ([i915#2436] / [i915#7387]) [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-10/igt@perf@gen8-unprivileged-single-ctx-counters.html * igt@perf@global-sseu-config: - shard-mtlp: NOTRUN -> [SKIP][319] ([i915#7387]) [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-2/igt@perf@global-sseu-config.html * igt@perf_pmu@module-unload: - shard-dg2: NOTRUN -> [FAIL][320] ([i915#10537] / [i915#5793]) [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@perf_pmu@module-unload.html * igt@perf_pmu@rc6-all-gts: - shard-dg1: NOTRUN -> [SKIP][321] ([i915#8516]) +1 other test skip [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-15/igt@perf_pmu@rc6-all-gts.html * igt@prime_vgem@basic-fence-mmap: - shard-mtlp: NOTRUN -> [SKIP][322] ([i915#3708] / [i915#4077]) [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-5/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-fence-read: - shard-dg2: NOTRUN -> [SKIP][323] ([i915#3291] / [i915#3708]) [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-5/igt@prime_vgem@basic-fence-read.html - shard-rkl: NOTRUN -> [SKIP][324] ([i915#3291] / [i915#3708]) +1 other test skip [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-1/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-read: - shard-mtlp: NOTRUN -> [SKIP][325] ([i915#3708]) +1 other test skip [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-8/igt@prime_vgem@basic-read.html * igt@prime_vgem@basic-write: - shard-dg1: NOTRUN -> [SKIP][326] ([i915#3708]) +2 other tests skip [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@prime_vgem@basic-write.html * igt@prime_vgem@coherency-gtt: - shard-dg1: NOTRUN -> [SKIP][327] ([i915#3708] / [i915#4077]) [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-15/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-flip-hang: - shard-dg2: NOTRUN -> [SKIP][328] ([i915#3708]) [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@prime_vgem@fence-flip-hang.html - shard-rkl: NOTRUN -> [SKIP][329] ([i915#3708]) [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-5/igt@prime_vgem@fence-flip-hang.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-dg2: NOTRUN -> [SKIP][330] ([i915#9917]) +1 other test skip [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-2/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@sriov_basic@enable-vfs-autoprobe-on: - shard-mtlp: NOTRUN -> [SKIP][331] ([i915#9917]) [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-4/igt@sriov_basic@enable-vfs-autoprobe-on.html - shard-rkl: NOTRUN -> [SKIP][332] ([i915#9917]) [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-6/igt@sriov_basic@enable-vfs-autoprobe-on.html * igt@sriov_basic@enable-vfs-bind-unbind-each: - shard-dg1: NOTRUN -> [SKIP][333] ([i915#9917]) +1 other test skip [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@sriov_basic@enable-vfs-bind-unbind-each.html * igt@syncobj_wait@invalid-wait-zero-handles: - shard-dg2: NOTRUN -> [FAIL][334] ([i915#9779]) [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-11/igt@syncobj_wait@invalid-wait-zero-handles.html - shard-glk: NOTRUN -> [FAIL][335] ([i915#9779]) [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-glk1/igt@syncobj_wait@invalid-wait-zero-handles.html * igt@v3d/v3d_mmap@mmap-bo: - shard-mtlp: NOTRUN -> [SKIP][336] ([i915#2575]) +14 other tests skip [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@v3d/v3d_mmap@mmap-bo.html * igt@v3d/v3d_perfmon@get-values-invalid-perfmon: - shard-dg1: NOTRUN -> [SKIP][337] ([i915#2575]) +8 other tests skip [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-18/igt@v3d/v3d_perfmon@get-values-invalid-perfmon.html * igt@v3d/v3d_submit_csd@single-out-sync: - shard-dg2: NOTRUN -> [SKIP][338] ([i915#2575]) +14 other tests skip [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-8/igt@v3d/v3d_submit_csd@single-out-sync.html * igt@vc4/vc4_create_bo@create-bo-zeroed: - shard-rkl: NOTRUN -> [SKIP][339] ([i915#7711]) +10 other tests skip [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-2/igt@vc4/vc4_create_bo@create-bo-zeroed.html * igt@vc4/vc4_label_bo@set-bad-name: - shard-tglu: NOTRUN -> [SKIP][340] ([i915#2575]) +3 other tests skip [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-3/igt@vc4/vc4_label_bo@set-bad-name.html * igt@vc4/vc4_perfmon@create-perfmon-exceed: - shard-mtlp: NOTRUN -> [SKIP][341] ([i915#7711]) +8 other tests skip [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-1/igt@vc4/vc4_perfmon@create-perfmon-exceed.html * igt@vc4/vc4_purgeable_bo@mark-unpurgeable-twice: - shard-dg1: NOTRUN -> [SKIP][342] ([i915#7711]) +6 other tests skip [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-16/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-twice.html * igt@vc4/vc4_wait_seqno@bad-seqno-1ns: - shard-dg2: NOTRUN -> [SKIP][343] ([i915#7711]) +9 other tests skip [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-5/igt@vc4/vc4_wait_seqno@bad-seqno-1ns.html #### Possible fixes #### * igt@gem_eio@unwedge-stress: - shard-dg1: [FAIL][344] ([i915#5784]) -> [PASS][345] [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-dg1-14/igt@gem_eio@unwedge-stress.html [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-18/igt@gem_eio@unwedge-stress.html * igt@gem_exec_capture@pi@rcs0: - shard-dg1: [FAIL][346] ([i915#4475]) -> [PASS][347] [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-dg1-16/igt@gem_exec_capture@pi@rcs0.html [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-18/igt@gem_exec_capture@pi@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-tglu: [FAIL][348] ([i915#2842]) -> [PASS][349] +1 other test pass [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-tglu-9/igt@gem_exec_fair@basic-pace-solo@rcs0.html [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-6/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-tglu: [FAIL][350] ([i915#3743]) -> [PASS][351] +2 other tests pass [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-tglu-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt: - shard-snb: [SKIP][352] -> [PASS][353] [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt.html [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt.html * igt@kms_pm_rpm@dpms-lpsp: - shard-rkl: [SKIP][354] ([i915#9519]) -> [PASS][355] [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-rkl-3/igt@kms_pm_rpm@dpms-lpsp.html [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-2/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: [SKIP][356] ([i915#9519]) -> [PASS][357] +1 other test pass [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-dg2-2/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-10/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1: - shard-tglu: [FAIL][358] ([i915#9196]) -> [PASS][359] +1 other test pass [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-tglu-4/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-tglu-2/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html * igt@perf@polling@0-rcs0: - shard-dg1: [FAIL][360] ([i915#10538]) -> [PASS][361] [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-dg1-17/igt@perf@polling@0-rcs0.html [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg1-13/igt@perf@polling@0-rcs0.html * igt@perf_pmu@all-busy-check-all: - shard-mtlp: [INCOMPLETE][362] ([i915#9853]) -> [PASS][363] [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-mtlp-3/igt@perf_pmu@all-busy-check-all.html [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-2/igt@perf_pmu@all-busy-check-all.html #### Warnings #### * igt@gem_create@create-ext-cpu-access-big: - shard-dg2: [INCOMPLETE][364] ([i915#9364]) -> [ABORT][365] ([i915#9846]) [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-dg2-11/igt@gem_create@create-ext-cpu-access-big.html [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-3/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_eio@kms: - shard-dg2: [INCOMPLETE][366] ([i915#10513]) -> [FAIL][367] ([i915#5784]) [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-dg2-3/igt@gem_eio@kms.html [367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-10/igt@gem_eio@kms.html * igt@i915_module_load@reload-with-fault-injection: - shard-rkl: [ABORT][368] ([i915#9697]) -> [ABORT][369] ([i915#9820]) [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-rkl-6/igt@i915_module_load@reload-with-fault-injection.html [369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-rkl-6/igt@i915_module_load@reload-with-fault-injection.html - shard-mtlp: [ABORT][370] ([i915#10131] / [i915#9820]) -> [ABORT][371] ([i915#10887]) [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-mtlp-6/igt@i915_module_load@reload-with-fault-injection.html [371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-mtlp-8/igt@i915_module_load@reload-with-fault-injection.html - shard-dg2: [INCOMPLETE][372] ([i915#1982] / [i915#9820] / [i915#9849]) -> [INCOMPLETE][373] ([i915#1982] / [i915#9849]) [372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-dg2-6/igt@i915_module_load@reload-with-fault-injection.html [373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu: - shard-dg2: [SKIP][374] ([i915#10433] / [i915#3458]) -> [SKIP][375] ([i915#3458]) +1 other test skip [374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html [375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-blt: - shard-dg2: [SKIP][376] ([i915#3458]) -> [SKIP][377] ([i915#10433] / [i915#3458]) +2 other tests skip [376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-blt.html [377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-blt.html * igt@kms_psr@fbc-pr-primary-mmap-gtt: - shard-dg2: [SKIP][378] ([i915#1072] / [i915#9673] / [i915#9732]) -> [SKIP][379] ([i915#1072] / [i915#9732]) +8 other tests skip [378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-dg2-11/igt@kms_psr@fbc-pr-primary-mmap-gtt.html [379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-5/igt@kms_psr@fbc-pr-primary-mmap-gtt.html * igt@kms_psr@fbc-psr-primary-blt: - shard-dg2: [SKIP][380] ([i915#1072] / [i915#9732]) -> [SKIP][381] ([i915#1072] / [i915#9673] / [i915#9732]) +15 other tests skip [380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7827/shard-dg2-4/igt@kms_psr@fbc-psr-primary-blt.html [381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/shard-dg2-11/igt@kms_psr@fbc-psr-primary-blt.html [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [i915#10047]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10047 [i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055 [i915#10131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131 [i915#10166]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10166 [i915#10278]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10278 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10333]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10333 [i915#10378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10378 [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#10513]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10513 [i915#10537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10537 [i915#10538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10538 [i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656 [i915#10669]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10669 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#10887]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10887 [i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982 [i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122 [i915#2346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346 [i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323 [i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742 [i915#3743]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3743 [i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#3936]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3936 [i915#4036]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4036 [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#4087]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4087 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4473]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4473 [i915#4475]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4475 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880 [i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881 [i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885 [i915#5107]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5107 [i915#5176]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5235 [i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274 [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439 [i915#5566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5566 [i915#5784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784 [i915#5793]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5793 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187 [i915#6188]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6188 [i915#6227]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6227 [i915#6268]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6268 [i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301 [i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335 [i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412 [i915#6493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6493 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173 [i915#7178]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7178 [i915#7213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7213 [i915#7387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7387 [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8289 [i915#8346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8346 [i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381 [i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8436 [i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555 [i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562 [i915#8588]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8588 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709 [i915#8806]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8806 [i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808 [i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809 [i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810 [i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812 [i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814 [i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821 [i915#8925]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8925 [i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053 [i915#9196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9196 [i915#9227]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9227 [i915#9292]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9292 [i915#9311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9311 [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323 [i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337 [i915#93 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11088/index.html [-- Attachment #2: Type: text/html, Size: 123064 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-05-01 18:46 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-04-30 22:16 [PATCH] tests/intel/xe_vm: Update mmap hammer sections to prefetch next page Matthew Brost 2024-04-30 23:13 ` ✓ CI.xeBAT: success for " Patchwork 2024-04-30 23:15 ` ✓ Fi.CI.BAT: " Patchwork 2024-05-01 5:28 ` ✗ CI.xeFULL: failure " Patchwork 2024-05-01 16:57 ` [PATCH] " Randhawa, Jagmeet 2024-05-01 18:46 ` ✗ Fi.CI.IGT: failure for " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox