* [PATCH i-g-t] tests/intel/xe_ccs: fix bo size for ccs
@ 2024-03-15 16:27 Matthew Auld
2024-03-15 17:11 ` ✓ CI.xeBAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Matthew Auld @ 2024-03-15 16:27 UTC (permalink / raw)
To: igt-dev; +Cc: Zbigniew Kempczyński, Juha-Pekka Heikkila
Don't just assume it will always fit into the default page size. When
passing in custom -W or -H the raw CCS size could be larger than BO,
leading to assertions.
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
---
tests/intel/xe_ccs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/intel/xe_ccs.c b/tests/intel/xe_ccs.c
index d6f5408a7..aec83a057 100644
--- a/tests/intel/xe_ccs.c
+++ b/tests/intel/xe_ccs.c
@@ -108,7 +108,7 @@ static void surf_copy(int xe,
const uint32_t bpp = 32;
uint32_t bb1, bb2, ccs, ccs2, *ccsmap, *ccsmap2;
uint64_t bb_size, ccssize = mid->size / CCS_RATIO(xe);
- uint64_t ccs_bo_size = xe_get_default_alignment(xe);
+ uint64_t ccs_bo_size = ALIGN(ccssize, xe_get_default_alignment(xe));
uint32_t *ccscopy;
uint8_t uc_mocs = intel_get_uc_mocs_index(xe);
uint32_t sysmem = system_memory(xe);
--
2.44.0
^ permalink raw reply related [flat|nested] 8+ messages in thread* ✓ CI.xeBAT: success for tests/intel/xe_ccs: fix bo size for ccs
2024-03-15 16:27 [PATCH i-g-t] tests/intel/xe_ccs: fix bo size for ccs Matthew Auld
@ 2024-03-15 17:11 ` Patchwork
2024-03-15 17:33 ` ✗ Fi.CI.BAT: failure " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2024-03-15 17:11 UTC (permalink / raw)
To: Matthew Auld; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 13465 bytes --]
== Series Details ==
Series: tests/intel/xe_ccs: fix bo size for ccs
URL : https://patchwork.freedesktop.org/series/131194/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7768_BAT -> XEIGTPW_10847_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (0 -> 4)
------------------------------
Additional (4): bat-pvc-2 bat-dg2-oem2 bat-adlp-7 bat-atsm-2
Known issues
------------
Here are the changes found in XEIGTPW_10847_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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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]) +22 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10847/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]) +22 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10847/bat-adlp-7/igt@xe_exec_fault_mode@twice-userptr.html
* igt@xe_exec_fault_mode@twice-userptr-rebind-prefetch:
- bat-atsm-2: NOTRUN -> [SKIP][31] ([Intel XE#288]) +22 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10847/bat-atsm-2/igt@xe_exec_fault_mode@twice-userptr-rebind-prefetch.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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/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_10847/bat-pvc-2/igt@xe_pm_residency@gt-c6-on-idle.html
[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#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#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/intel/issues/1836
[i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
[i915#6077]: https://gitlab.freedesktop.org/drm/intel/issues/6077
Build changes
-------------
* IGT: IGT_7768 -> IGTPW_10847
* Linux: xe-946-b7ead5c90db25002638773b1a9289220e6a36b4d -> xe-949-22ba12a6eded33d40fba58b4dac24a1e2bdc4b25
IGTPW_10847: 10847
IGT_7768: 7768
xe-946-b7ead5c90db25002638773b1a9289220e6a36b4d: b7ead5c90db25002638773b1a9289220e6a36b4d
xe-949-22ba12a6eded33d40fba58b4dac24a1e2bdc4b25: 22ba12a6eded33d40fba58b4dac24a1e2bdc4b25
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10847/index.html
[-- Attachment #2: Type: text/html, Size: 16769 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread* ✗ Fi.CI.BAT: failure for tests/intel/xe_ccs: fix bo size for ccs
2024-03-15 16:27 [PATCH i-g-t] tests/intel/xe_ccs: fix bo size for ccs Matthew Auld
2024-03-15 17:11 ` ✓ CI.xeBAT: success for " Patchwork
@ 2024-03-15 17:33 ` Patchwork
2024-03-18 12:34 ` Kamil Konieczny
2024-03-18 8:42 ` [PATCH i-g-t] " Juha-Pekka Heikkila
` (2 subsequent siblings)
4 siblings, 1 reply; 8+ messages in thread
From: Patchwork @ 2024-03-15 17:33 UTC (permalink / raw)
To: Matthew Auld; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 8901 bytes --]
== Series Details ==
Series: tests/intel/xe_ccs: fix bo size for ccs
URL : https://patchwork.freedesktop.org/series/131194/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_14440 -> IGTPW_10847
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_10847 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_10847, 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_10847/index.html
Participating hosts (35 -> 35)
------------------------------
Additional (1): bat-mtlp-8
Missing (1): fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_10847:
### IGT changes ###
#### Possible regressions ####
* igt@dmabuf@all-tests@dma_fence_chain:
- fi-kbl-8809g: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/fi-kbl-8809g/igt@dmabuf@all-tests@dma_fence_chain.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/fi-kbl-8809g/igt@dmabuf@all-tests@dma_fence_chain.html
* igt@i915_selftest@live@reset:
- bat-arls-1: [PASS][3] -> [INCOMPLETE][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-arls-1/igt@i915_selftest@live@reset.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-arls-1/igt@i915_selftest@live@reset.html
Known issues
------------
Here are the changes found in IGTPW_10847 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@debugfs_test@basic-hwmon:
- bat-mtlp-8: NOTRUN -> [SKIP][5] ([i915#9318])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@debugfs_test@basic-hwmon.html
* igt@gem_lmem_swapping@verify-random:
- bat-mtlp-8: NOTRUN -> [SKIP][6] ([i915#4613]) +3 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@gem_lmem_swapping@verify-random.html
* igt@gem_mmap@basic:
- bat-mtlp-8: NOTRUN -> [SKIP][7] ([i915#4083])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@gem_mmap@basic.html
* igt@gem_mmap_gtt@basic:
- bat-mtlp-8: NOTRUN -> [SKIP][8] ([i915#4077]) +2 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@gem_mmap_gtt@basic.html
* igt@gem_render_tiled_blits@basic:
- bat-mtlp-8: NOTRUN -> [SKIP][9] ([i915#4079]) +1 other test skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@gem_render_tiled_blits@basic.html
* igt@i915_pm_rps@basic-api:
- bat-mtlp-8: NOTRUN -> [SKIP][10] ([i915#6621])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@i915_pm_rps@basic-api.html
* igt@i915_selftest@live@memory_region:
- bat-dg2-14: [PASS][11] -> [ABORT][12] ([i915#10366])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-dg2-14/igt@i915_selftest@live@memory_region.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-dg2-14/igt@i915_selftest@live@memory_region.html
* igt@i915_selftest@live@workarounds:
- bat-dg2-9: [PASS][13] -> [DMESG-FAIL][14] ([i915#9500])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-dg2-9/igt@i915_selftest@live@workarounds.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-dg2-9/igt@i915_selftest@live@workarounds.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-mtlp-8: NOTRUN -> [SKIP][15] ([i915#5190])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-mtlp-8: NOTRUN -> [SKIP][16] ([i915#4212]) +8 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-mtlp-8: NOTRUN -> [SKIP][17] ([i915#4213]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-mtlp-8: NOTRUN -> [SKIP][18] ([i915#3555] / [i915#3840] / [i915#9159])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_dsc@dsc-basic.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-mtlp-8: NOTRUN -> [SKIP][19]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_force_connector_basic@prune-stale-modes:
- bat-mtlp-8: NOTRUN -> [SKIP][20] ([i915#5274])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_psr@psr-primary-mmap-gtt@edp-1:
- bat-mtlp-8: NOTRUN -> [SKIP][21] ([i915#4077] / [i915#9688])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_psr@psr-primary-mmap-gtt@edp-1.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-mtlp-8: NOTRUN -> [SKIP][22] ([i915#3555] / [i915#8809])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-mmap:
- bat-mtlp-8: NOTRUN -> [SKIP][23] ([i915#3708] / [i915#4077]) +1 other test skip
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-fence-read:
- bat-mtlp-8: NOTRUN -> [SKIP][24] ([i915#3708]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-write:
- bat-mtlp-8: NOTRUN -> [SKIP][25] ([i915#10216] / [i915#3708])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@prime_vgem@basic-write.html
#### Possible fixes ####
* igt@i915_pm_rpm@module-reload:
- {bat-mtlp-9}: [CRASH][26] -> [PASS][27]
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-mtlp-9/igt@i915_pm_rpm@module-reload.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-9/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live@hangcheck:
- bat-rpls-3: [DMESG-WARN][28] ([i915#5591]) -> [PASS][29]
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-rpls-3/igt@i915_selftest@live@hangcheck.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-rpls-3/igt@i915_selftest@live@hangcheck.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#10216]: https://gitlab.freedesktop.org/drm/intel/issues/10216
[i915#10366]: https://gitlab.freedesktop.org/drm/intel/issues/10366
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
[i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#8809]: https://gitlab.freedesktop.org/drm/intel/issues/8809
[i915#9159]: https://gitlab.freedesktop.org/drm/intel/issues/9159
[i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318
[i915#9500]: https://gitlab.freedesktop.org/drm/intel/issues/9500
[i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7768 -> IGTPW_10847
CI-20190529: 20190529
CI_DRM_14440: 22ba12a6eded33d40fba58b4dac24a1e2bdc4b25 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_10847: 10847
IGT_7768: 7768
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/index.html
[-- Attachment #2: Type: text/html, Size: 10450 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: ✗ Fi.CI.BAT: failure for tests/intel/xe_ccs: fix bo size for ccs
2024-03-15 17:33 ` ✗ Fi.CI.BAT: failure " Patchwork
@ 2024-03-18 12:34 ` Kamil Konieczny
2024-03-21 4:13 ` Illipilli, TejasreeX
0 siblings, 1 reply; 8+ messages in thread
From: Kamil Konieczny @ 2024-03-18 12:34 UTC (permalink / raw)
To: igt-dev; +Cc: Matthew Auld, I915-ci-infra, lgci.bug.filing, TejasreeX Illipilli
Hi igt-dev,
On 2024-03-15 at 17:33:24 -0000, Patchwork wrote:
> == Series Details ==
>
> Series: tests/intel/xe_ccs: fix bo size for ccs
> URL : https://patchwork.freedesktop.org/series/131194/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from CI_DRM_14440 -> IGTPW_10847
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with IGTPW_10847 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_10847, 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_10847/index.html
>
> Participating hosts (35 -> 35)
> ------------------------------
>
> Additional (1): bat-mtlp-8
> Missing (1): fi-snb-2520m
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in IGTPW_10847:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@dmabuf@all-tests@dma_fence_chain:
> - fi-kbl-8809g: [PASS][1] -> [INCOMPLETE][2]
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/fi-kbl-8809g/igt@dmabuf@all-tests@dma_fence_chain.html
> [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/fi-kbl-8809g/igt@dmabuf@all-tests@dma_fence_chain.html
>
> * igt@i915_selftest@live@reset:
> - bat-arls-1: [PASS][3] -> [INCOMPLETE][4]
> [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-arls-1/igt@i915_selftest@live@reset.html
> [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-arls-1/igt@i915_selftest@live@reset.html
>
These are unrelated to Xe test change,
Regards,
Kamil
>
> Known issues
> ------------
>
> Here are the changes found in IGTPW_10847 that come from known issues:
>
> ### IGT changes ###
>
> #### Issues hit ####
>
> * igt@debugfs_test@basic-hwmon:
> - bat-mtlp-8: NOTRUN -> [SKIP][5] ([i915#9318])
> [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@debugfs_test@basic-hwmon.html
>
> * igt@gem_lmem_swapping@verify-random:
> - bat-mtlp-8: NOTRUN -> [SKIP][6] ([i915#4613]) +3 other tests skip
> [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@gem_lmem_swapping@verify-random.html
>
> * igt@gem_mmap@basic:
> - bat-mtlp-8: NOTRUN -> [SKIP][7] ([i915#4083])
> [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@gem_mmap@basic.html
>
> * igt@gem_mmap_gtt@basic:
> - bat-mtlp-8: NOTRUN -> [SKIP][8] ([i915#4077]) +2 other tests skip
> [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@gem_mmap_gtt@basic.html
>
> * igt@gem_render_tiled_blits@basic:
> - bat-mtlp-8: NOTRUN -> [SKIP][9] ([i915#4079]) +1 other test skip
> [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@gem_render_tiled_blits@basic.html
>
> * igt@i915_pm_rps@basic-api:
> - bat-mtlp-8: NOTRUN -> [SKIP][10] ([i915#6621])
> [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@i915_pm_rps@basic-api.html
>
> * igt@i915_selftest@live@memory_region:
> - bat-dg2-14: [PASS][11] -> [ABORT][12] ([i915#10366])
> [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-dg2-14/igt@i915_selftest@live@memory_region.html
> [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-dg2-14/igt@i915_selftest@live@memory_region.html
>
> * igt@i915_selftest@live@workarounds:
> - bat-dg2-9: [PASS][13] -> [DMESG-FAIL][14] ([i915#9500])
> [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-dg2-9/igt@i915_selftest@live@workarounds.html
> [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-dg2-9/igt@i915_selftest@live@workarounds.html
>
> * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
> - bat-mtlp-8: NOTRUN -> [SKIP][15] ([i915#5190])
> [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
>
> * igt@kms_addfb_basic@basic-y-tiled-legacy:
> - bat-mtlp-8: NOTRUN -> [SKIP][16] ([i915#4212]) +8 other tests skip
> [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html
>
> * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
> - bat-mtlp-8: NOTRUN -> [SKIP][17] ([i915#4213]) +1 other test skip
> [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
>
> * igt@kms_dsc@dsc-basic:
> - bat-mtlp-8: NOTRUN -> [SKIP][18] ([i915#3555] / [i915#3840] / [i915#9159])
> [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_dsc@dsc-basic.html
>
> * igt@kms_force_connector_basic@force-load-detect:
> - bat-mtlp-8: NOTRUN -> [SKIP][19]
> [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_force_connector_basic@force-load-detect.html
>
> * igt@kms_force_connector_basic@prune-stale-modes:
> - bat-mtlp-8: NOTRUN -> [SKIP][20] ([i915#5274])
> [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_force_connector_basic@prune-stale-modes.html
>
> * igt@kms_psr@psr-primary-mmap-gtt@edp-1:
> - bat-mtlp-8: NOTRUN -> [SKIP][21] ([i915#4077] / [i915#9688])
> [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_psr@psr-primary-mmap-gtt@edp-1.html
>
> * igt@kms_setmode@basic-clone-single-crtc:
> - bat-mtlp-8: NOTRUN -> [SKIP][22] ([i915#3555] / [i915#8809])
> [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_setmode@basic-clone-single-crtc.html
>
> * igt@prime_vgem@basic-fence-mmap:
> - bat-mtlp-8: NOTRUN -> [SKIP][23] ([i915#3708] / [i915#4077]) +1 other test skip
> [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@prime_vgem@basic-fence-mmap.html
>
> * igt@prime_vgem@basic-fence-read:
> - bat-mtlp-8: NOTRUN -> [SKIP][24] ([i915#3708]) +1 other test skip
> [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@prime_vgem@basic-fence-read.html
>
> * igt@prime_vgem@basic-write:
> - bat-mtlp-8: NOTRUN -> [SKIP][25] ([i915#10216] / [i915#3708])
> [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@prime_vgem@basic-write.html
>
>
> #### Possible fixes ####
>
> * igt@i915_pm_rpm@module-reload:
> - {bat-mtlp-9}: [CRASH][26] -> [PASS][27]
> [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-mtlp-9/igt@i915_pm_rpm@module-reload.html
> [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-9/igt@i915_pm_rpm@module-reload.html
>
> * igt@i915_selftest@live@hangcheck:
> - bat-rpls-3: [DMESG-WARN][28] ([i915#5591]) -> [PASS][29]
> [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-rpls-3/igt@i915_selftest@live@hangcheck.html
> [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-rpls-3/igt@i915_selftest@live@hangcheck.html
>
>
> {name}: This element is suppressed. This means it is ignored when computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
>
> [i915#10216]: https://gitlab.freedesktop.org/drm/intel/issues/10216
> [i915#10366]: https://gitlab.freedesktop.org/drm/intel/issues/10366
> [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
> [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
> [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
> [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
> [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
> [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
> [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
> [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
> [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
> [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
> [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
> [i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591
> [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
> [i915#8809]: https://gitlab.freedesktop.org/drm/intel/issues/8809
> [i915#9159]: https://gitlab.freedesktop.org/drm/intel/issues/9159
> [i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318
> [i915#9500]: https://gitlab.freedesktop.org/drm/intel/issues/9500
> [i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688
>
>
> Build changes
> -------------
>
> * CI: CI-20190529 -> None
> * IGT: IGT_7768 -> IGTPW_10847
>
> CI-20190529: 20190529
> CI_DRM_14440: 22ba12a6eded33d40fba58b4dac24a1e2bdc4b25 @ git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_10847: 10847
> IGT_7768: 7768
>
> == Logs ==
>
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/index.html
^ permalink raw reply [flat|nested] 8+ messages in thread* RE: ✗ Fi.CI.BAT: failure for tests/intel/xe_ccs: fix bo size for ccs
2024-03-18 12:34 ` Kamil Konieczny
@ 2024-03-21 4:13 ` Illipilli, TejasreeX
0 siblings, 0 replies; 8+ messages in thread
From: Illipilli, TejasreeX @ 2024-03-21 4:13 UTC (permalink / raw)
To: Kamil Konieczny, igt-dev@lists.freedesktop.org
Cc: Auld, Matthew, I915-ci-infra@lists.freedesktop.org,
LGCI Bug Filing
Hi,
https://patchwork.freedesktop.org/series/131194/ - Re-reported.
Thanks,
Tejasree
-----Original Message-----
From: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Sent: Monday, March 18, 2024 6:05 PM
To: igt-dev@lists.freedesktop.org
Cc: Auld, Matthew <matthew.auld@intel.com>; I915-ci-infra@lists.freedesktop.org; LGCI Bug Filing <lgci.bug.filing@intel.com>; Illipilli, TejasreeX <tejasreex.illipilli@intel.com>
Subject: Re: ✗ Fi.CI.BAT: failure for tests/intel/xe_ccs: fix bo size for ccs
Hi igt-dev,
On 2024-03-15 at 17:33:24 -0000, Patchwork wrote:
> == Series Details ==
>
> Series: tests/intel/xe_ccs: fix bo size for ccs
> URL : https://patchwork.freedesktop.org/series/131194/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from CI_DRM_14440 -> IGTPW_10847
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with IGTPW_10847 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_10847, 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_10847/index.html
>
> Participating hosts (35 -> 35)
> ------------------------------
>
> Additional (1): bat-mtlp-8
> Missing (1): fi-snb-2520m
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in IGTPW_10847:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@dmabuf@all-tests@dma_fence_chain:
> - fi-kbl-8809g: [PASS][1] -> [INCOMPLETE][2]
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/fi-kbl-8809g/igt@dmabuf@all-tests@dma_fence_chain.html
> [2]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/fi-kbl-8809g/igt@
> dmabuf@all-tests@dma_fence_chain.html
>
> * igt@i915_selftest@live@reset:
> - bat-arls-1: [PASS][3] -> [INCOMPLETE][4]
> [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-arls-1/igt@i915_selftest@live@reset.html
> [4]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-arls-1/igt@i9
> 15_selftest@live@reset.html
>
These are unrelated to Xe test change,
Regards,
Kamil
>
> Known issues
> ------------
>
> Here are the changes found in IGTPW_10847 that come from known issues:
>
> ### IGT changes ###
>
> #### Issues hit ####
>
> * igt@debugfs_test@basic-hwmon:
> - bat-mtlp-8: NOTRUN -> [SKIP][5] ([i915#9318])
> [5]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@de
> bugfs_test@basic-hwmon.html
>
> * igt@gem_lmem_swapping@verify-random:
> - bat-mtlp-8: NOTRUN -> [SKIP][6] ([i915#4613]) +3 other tests skip
> [6]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@ge
> m_lmem_swapping@verify-random.html
>
> * igt@gem_mmap@basic:
> - bat-mtlp-8: NOTRUN -> [SKIP][7] ([i915#4083])
> [7]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@ge
> m_mmap@basic.html
>
> * igt@gem_mmap_gtt@basic:
> - bat-mtlp-8: NOTRUN -> [SKIP][8] ([i915#4077]) +2 other tests skip
> [8]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@ge
> m_mmap_gtt@basic.html
>
> * igt@gem_render_tiled_blits@basic:
> - bat-mtlp-8: NOTRUN -> [SKIP][9] ([i915#4079]) +1 other test skip
> [9]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@ge
> m_render_tiled_blits@basic.html
>
> * igt@i915_pm_rps@basic-api:
> - bat-mtlp-8: NOTRUN -> [SKIP][10] ([i915#6621])
> [10]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@i9
> 15_pm_rps@basic-api.html
>
> * igt@i915_selftest@live@memory_region:
> - bat-dg2-14: [PASS][11] -> [ABORT][12] ([i915#10366])
> [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-dg2-14/igt@i915_selftest@live@memory_region.html
> [12]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-dg2-14/igt@i9
> 15_selftest@live@memory_region.html
>
> * igt@i915_selftest@live@workarounds:
> - bat-dg2-9: [PASS][13] -> [DMESG-FAIL][14] ([i915#9500])
> [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-dg2-9/igt@i915_selftest@live@workarounds.html
> [14]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-dg2-9/igt@i91
> 5_selftest@live@workarounds.html
>
> * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
> - bat-mtlp-8: NOTRUN -> [SKIP][15] ([i915#5190])
> [15]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@km
> s_addfb_basic@addfb25-y-tiled-small-legacy.html
>
> * igt@kms_addfb_basic@basic-y-tiled-legacy:
> - bat-mtlp-8: NOTRUN -> [SKIP][16] ([i915#4212]) +8 other tests skip
> [16]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@km
> s_addfb_basic@basic-y-tiled-legacy.html
>
> * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
> - bat-mtlp-8: NOTRUN -> [SKIP][17] ([i915#4213]) +1 other test skip
> [17]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@km
> s_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
>
> * igt@kms_dsc@dsc-basic:
> - bat-mtlp-8: NOTRUN -> [SKIP][18] ([i915#3555] / [i915#3840] / [i915#9159])
> [18]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@km
> s_dsc@dsc-basic.html
>
> * igt@kms_force_connector_basic@force-load-detect:
> - bat-mtlp-8: NOTRUN -> [SKIP][19]
> [19]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@km
> s_force_connector_basic@force-load-detect.html
>
> * igt@kms_force_connector_basic@prune-stale-modes:
> - bat-mtlp-8: NOTRUN -> [SKIP][20] ([i915#5274])
> [20]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@km
> s_force_connector_basic@prune-stale-modes.html
>
> * igt@kms_psr@psr-primary-mmap-gtt@edp-1:
> - bat-mtlp-8: NOTRUN -> [SKIP][21] ([i915#4077] / [i915#9688])
> [21]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@km
> s_psr@psr-primary-mmap-gtt@edp-1.html
>
> * igt@kms_setmode@basic-clone-single-crtc:
> - bat-mtlp-8: NOTRUN -> [SKIP][22] ([i915#3555] / [i915#8809])
> [22]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@km
> s_setmode@basic-clone-single-crtc.html
>
> * igt@prime_vgem@basic-fence-mmap:
> - bat-mtlp-8: NOTRUN -> [SKIP][23] ([i915#3708] / [i915#4077]) +1 other test skip
> [23]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@pr
> ime_vgem@basic-fence-mmap.html
>
> * igt@prime_vgem@basic-fence-read:
> - bat-mtlp-8: NOTRUN -> [SKIP][24] ([i915#3708]) +1 other test skip
> [24]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@pr
> ime_vgem@basic-fence-read.html
>
> * igt@prime_vgem@basic-write:
> - bat-mtlp-8: NOTRUN -> [SKIP][25] ([i915#10216] / [i915#3708])
> [25]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@pr
> ime_vgem@basic-write.html
>
>
> #### Possible fixes ####
>
> * igt@i915_pm_rpm@module-reload:
> - {bat-mtlp-9}: [CRASH][26] -> [PASS][27]
> [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-mtlp-9/igt@i915_pm_rpm@module-reload.html
> [27]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-9/igt@i9
> 15_pm_rpm@module-reload.html
>
> * igt@i915_selftest@live@hangcheck:
> - bat-rpls-3: [DMESG-WARN][28] ([i915#5591]) -> [PASS][29]
> [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-rpls-3/igt@i915_selftest@live@hangcheck.html
> [29]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-rpls-3/igt@i9
> 15_selftest@live@hangcheck.html
>
>
> {name}: This element is suppressed. This means it is ignored when computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
>
> [i915#10216]: https://gitlab.freedesktop.org/drm/intel/issues/10216
> [i915#10366]: https://gitlab.freedesktop.org/drm/intel/issues/10366
> [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
> [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
> [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
> [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
> [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
> [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
> [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
> [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
> [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
> [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
> [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
> [i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591
> [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
> [i915#8809]: https://gitlab.freedesktop.org/drm/intel/issues/8809
> [i915#9159]: https://gitlab.freedesktop.org/drm/intel/issues/9159
> [i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318
> [i915#9500]: https://gitlab.freedesktop.org/drm/intel/issues/9500
> [i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688
>
>
> Build changes
> -------------
>
> * CI: CI-20190529 -> None
> * IGT: IGT_7768 -> IGTPW_10847
>
> CI-20190529: 20190529
> CI_DRM_14440: 22ba12a6eded33d40fba58b4dac24a1e2bdc4b25 @ git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_10847: 10847
> IGT_7768: 7768
>
> == Logs ==
>
> For more details see:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/index.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH i-g-t] tests/intel/xe_ccs: fix bo size for ccs
2024-03-15 16:27 [PATCH i-g-t] tests/intel/xe_ccs: fix bo size for ccs Matthew Auld
2024-03-15 17:11 ` ✓ CI.xeBAT: success for " Patchwork
2024-03-15 17:33 ` ✗ Fi.CI.BAT: failure " Patchwork
@ 2024-03-18 8:42 ` Juha-Pekka Heikkila
2024-03-20 6:35 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-03-20 17:36 ` ✗ Fi.CI.IGT: failure " Patchwork
4 siblings, 0 replies; 8+ messages in thread
From: Juha-Pekka Heikkila @ 2024-03-18 8:42 UTC (permalink / raw)
To: Matthew Auld, igt-dev; +Cc: Zbigniew Kempczyński
Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
On 15.3.2024 18.27, Matthew Auld wrote:
> Don't just assume it will always fit into the default page size. When
> passing in custom -W or -H the raw CCS size could be larger than BO,
> leading to assertions.
>
> Signed-off-by: Matthew Auld <matthew.auld@intel.com>
> Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
> Cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
> ---
> tests/intel/xe_ccs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/intel/xe_ccs.c b/tests/intel/xe_ccs.c
> index d6f5408a7..aec83a057 100644
> --- a/tests/intel/xe_ccs.c
> +++ b/tests/intel/xe_ccs.c
> @@ -108,7 +108,7 @@ static void surf_copy(int xe,
> const uint32_t bpp = 32;
> uint32_t bb1, bb2, ccs, ccs2, *ccsmap, *ccsmap2;
> uint64_t bb_size, ccssize = mid->size / CCS_RATIO(xe);
> - uint64_t ccs_bo_size = xe_get_default_alignment(xe);
> + uint64_t ccs_bo_size = ALIGN(ccssize, xe_get_default_alignment(xe));
> uint32_t *ccscopy;
> uint8_t uc_mocs = intel_get_uc_mocs_index(xe);
> uint32_t sysmem = system_memory(xe);
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ Fi.CI.BAT: success for tests/intel/xe_ccs: fix bo size for ccs
2024-03-15 16:27 [PATCH i-g-t] tests/intel/xe_ccs: fix bo size for ccs Matthew Auld
` (2 preceding siblings ...)
2024-03-18 8:42 ` [PATCH i-g-t] " Juha-Pekka Heikkila
@ 2024-03-20 6:35 ` Patchwork
2024-03-20 17:36 ` ✗ Fi.CI.IGT: failure " Patchwork
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2024-03-20 6:35 UTC (permalink / raw)
To: Matthew Auld; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 8647 bytes --]
== Series Details ==
Series: tests/intel/xe_ccs: fix bo size for ccs
URL : https://patchwork.freedesktop.org/series/131194/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_14440 -> IGTPW_10847
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/index.html
Participating hosts (35 -> 35)
------------------------------
Additional (1): bat-mtlp-8
Missing (1): fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_10847 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@debugfs_test@basic-hwmon:
- bat-mtlp-8: NOTRUN -> [SKIP][1] ([i915#9318])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@debugfs_test@basic-hwmon.html
* igt@dmabuf@all-tests@dma_fence_chain:
- fi-kbl-8809g: [PASS][2] -> [INCOMPLETE][3] ([i915#10454])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/fi-kbl-8809g/igt@dmabuf@all-tests@dma_fence_chain.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/fi-kbl-8809g/igt@dmabuf@all-tests@dma_fence_chain.html
* igt@gem_lmem_swapping@verify-random:
- bat-mtlp-8: NOTRUN -> [SKIP][4] ([i915#4613]) +3 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@gem_lmem_swapping@verify-random.html
* igt@gem_mmap@basic:
- bat-mtlp-8: NOTRUN -> [SKIP][5] ([i915#4083])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@gem_mmap@basic.html
* igt@gem_mmap_gtt@basic:
- bat-mtlp-8: NOTRUN -> [SKIP][6] ([i915#4077]) +2 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@gem_mmap_gtt@basic.html
* igt@gem_render_tiled_blits@basic:
- bat-mtlp-8: NOTRUN -> [SKIP][7] ([i915#4079]) +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@gem_render_tiled_blits@basic.html
* igt@i915_pm_rps@basic-api:
- bat-mtlp-8: NOTRUN -> [SKIP][8] ([i915#6621])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@i915_pm_rps@basic-api.html
* igt@i915_selftest@live@memory_region:
- bat-dg2-14: [PASS][9] -> [ABORT][10] ([i915#10366])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-dg2-14/igt@i915_selftest@live@memory_region.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-dg2-14/igt@i915_selftest@live@memory_region.html
* igt@i915_selftest@live@reset:
- bat-arls-1: [PASS][11] -> [INCOMPLETE][12] ([i915#10472])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-arls-1/igt@i915_selftest@live@reset.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-arls-1/igt@i915_selftest@live@reset.html
* igt@i915_selftest@live@workarounds:
- bat-dg2-9: [PASS][13] -> [DMESG-FAIL][14] ([i915#9500])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-dg2-9/igt@i915_selftest@live@workarounds.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-dg2-9/igt@i915_selftest@live@workarounds.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-mtlp-8: NOTRUN -> [SKIP][15] ([i915#5190])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-mtlp-8: NOTRUN -> [SKIP][16] ([i915#4212]) +8 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-mtlp-8: NOTRUN -> [SKIP][17] ([i915#4213]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-mtlp-8: NOTRUN -> [SKIP][18] ([i915#3555] / [i915#3840] / [i915#9159])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_dsc@dsc-basic.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-mtlp-8: NOTRUN -> [SKIP][19]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_force_connector_basic@prune-stale-modes:
- bat-mtlp-8: NOTRUN -> [SKIP][20] ([i915#5274])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_psr@psr-primary-mmap-gtt@edp-1:
- bat-mtlp-8: NOTRUN -> [SKIP][21] ([i915#4077] / [i915#9688])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_psr@psr-primary-mmap-gtt@edp-1.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-mtlp-8: NOTRUN -> [SKIP][22] ([i915#3555] / [i915#8809])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-mmap:
- bat-mtlp-8: NOTRUN -> [SKIP][23] ([i915#3708] / [i915#4077]) +1 other test skip
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-fence-read:
- bat-mtlp-8: NOTRUN -> [SKIP][24] ([i915#3708]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-write:
- bat-mtlp-8: NOTRUN -> [SKIP][25] ([i915#10216] / [i915#3708])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-8/igt@prime_vgem@basic-write.html
#### Possible fixes ####
* igt@i915_pm_rpm@module-reload:
- {bat-mtlp-9}: [CRASH][26] ([i915#9947]) -> [PASS][27]
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-mtlp-9/igt@i915_pm_rpm@module-reload.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-mtlp-9/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live@hangcheck:
- bat-rpls-3: [DMESG-WARN][28] ([i915#5591]) -> [PASS][29]
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/bat-rpls-3/igt@i915_selftest@live@hangcheck.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/bat-rpls-3/igt@i915_selftest@live@hangcheck.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#10216]: https://gitlab.freedesktop.org/drm/intel/issues/10216
[i915#10366]: https://gitlab.freedesktop.org/drm/intel/issues/10366
[i915#10454]: https://gitlab.freedesktop.org/drm/intel/issues/10454
[i915#10472]: https://gitlab.freedesktop.org/drm/intel/issues/10472
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
[i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#8809]: https://gitlab.freedesktop.org/drm/intel/issues/8809
[i915#9159]: https://gitlab.freedesktop.org/drm/intel/issues/9159
[i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318
[i915#9500]: https://gitlab.freedesktop.org/drm/intel/issues/9500
[i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688
[i915#9947]: https://gitlab.freedesktop.org/drm/intel/issues/9947
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7768 -> IGTPW_10847
CI-20190529: 20190529
CI_DRM_14440: 22ba12a6eded33d40fba58b4dac24a1e2bdc4b25 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_10847: 10847
IGT_7768: 7768
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/index.html
[-- Attachment #2: Type: text/html, Size: 10167 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread* ✗ Fi.CI.IGT: failure for tests/intel/xe_ccs: fix bo size for ccs
2024-03-15 16:27 [PATCH i-g-t] tests/intel/xe_ccs: fix bo size for ccs Matthew Auld
` (3 preceding siblings ...)
2024-03-20 6:35 ` ✓ Fi.CI.BAT: success for " Patchwork
@ 2024-03-20 17:36 ` Patchwork
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2024-03-20 17:36 UTC (permalink / raw)
To: Matthew Auld; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 79354 bytes --]
== Series Details ==
Series: tests/intel/xe_ccs: fix bo size for ccs
URL : https://patchwork.freedesktop.org/series/131194/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_14440_full -> IGTPW_10847_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_10847_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_10847_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_10847/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_10847_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_busy@close-race:
- shard-dg2: [PASS][1] -> [ABORT][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-dg2-11/igt@gem_busy@close-race.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-2/igt@gem_busy@close-race.html
* igt@gem_eio@kms:
- shard-dg1: NOTRUN -> [INCOMPLETE][3]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-15/igt@gem_eio@kms.html
* igt@gem_exec_capture@pi@ccs3:
- shard-dg2: NOTRUN -> [INCOMPLETE][4]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-6/igt@gem_exec_capture@pi@ccs3.html
* igt@kms_flip@plain-flip-ts-check@d-hdmi-a4:
- shard-dg1: [PASS][5] -> [INCOMPLETE][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-dg1-19/igt@kms_flip@plain-flip-ts-check@d-hdmi-a4.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-14/igt@kms_flip@plain-flip-ts-check@d-hdmi-a4.html
* igt@kms_plane_lowres@tiling-yf@pipe-c-hdmi-a-1:
- shard-glk: [PASS][7] -> [INCOMPLETE][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-glk3/igt@kms_plane_lowres@tiling-yf@pipe-c-hdmi-a-1.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-glk3/igt@kms_plane_lowres@tiling-yf@pipe-c-hdmi-a-1.html
Known issues
------------
Here are the changes found in IGTPW_10847_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-mtlp: NOTRUN -> [SKIP][9] ([i915#8411])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-7/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@device_reset@cold-reset-bound:
- shard-dg1: NOTRUN -> [SKIP][10] ([i915#7701])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-17/igt@device_reset@cold-reset-bound.html
- shard-dg2: NOTRUN -> [SKIP][11] ([i915#7701])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-8/igt@device_reset@cold-reset-bound.html
* igt@drm_fdinfo@most-busy-check-all@bcs0:
- shard-dg2: NOTRUN -> [SKIP][12] ([i915#8414]) +9 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-6/igt@drm_fdinfo@most-busy-check-all@bcs0.html
* igt@drm_fdinfo@virtual-busy:
- shard-dg1: NOTRUN -> [SKIP][13] ([i915#8414])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-18/igt@drm_fdinfo@virtual-busy.html
* igt@drm_fdinfo@virtual-busy-hang:
- shard-mtlp: NOTRUN -> [SKIP][14] ([i915#8414])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-6/igt@drm_fdinfo@virtual-busy-hang.html
* igt@gem_basic@multigpu-create-close:
- shard-rkl: NOTRUN -> [SKIP][15] ([i915#7697])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-4/igt@gem_basic@multigpu-create-close.html
- shard-dg1: NOTRUN -> [SKIP][16] ([i915#7697])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-13/igt@gem_basic@multigpu-create-close.html
- shard-mtlp: NOTRUN -> [SKIP][17] ([i915#7697])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-5/igt@gem_basic@multigpu-create-close.html
- shard-dg2: NOTRUN -> [SKIP][18] ([i915#7697])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-11/igt@gem_basic@multigpu-create-close.html
* igt@gem_ccs@block-copy-compressed:
- shard-dg1: NOTRUN -> [SKIP][19] ([i915#3555] / [i915#9323])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-17/igt@gem_ccs@block-copy-compressed.html
- shard-mtlp: NOTRUN -> [SKIP][20] ([i915#3555] / [i915#9323])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-5/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-mtlp: NOTRUN -> [SKIP][21] ([i915#9323])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-7/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: NOTRUN -> [SKIP][22] ([i915#8562])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-2/igt@gem_create@create-ext-set-pat.html
- shard-dg1: NOTRUN -> [SKIP][23] ([i915#8562])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-15/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-rkl: [PASS][24] -> [FAIL][25] ([i915#6268])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-1/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_exec_balancer@bonded-dual:
- shard-mtlp: NOTRUN -> [SKIP][26] ([i915#4771])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-8/igt@gem_exec_balancer@bonded-dual.html
- shard-dg2: NOTRUN -> [SKIP][27] ([i915#4771])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-2/igt@gem_exec_balancer@bonded-dual.html
- shard-dg1: NOTRUN -> [SKIP][28] ([i915#4771])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-16/igt@gem_exec_balancer@bonded-dual.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-dg1: NOTRUN -> [SKIP][29] ([i915#4812])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-18/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@parallel-balancer:
- shard-rkl: NOTRUN -> [SKIP][30] ([i915#4525])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-1/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-glk: NOTRUN -> [SKIP][31] ([i915#6334])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-glk5/igt@gem_exec_capture@capture-invisible@smem0.html
- shard-tglu: NOTRUN -> [SKIP][32] ([i915#6334])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-3/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg1: NOTRUN -> [FAIL][33] ([i915#10386]) +1 other test fail
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-18/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-glk: NOTRUN -> [FAIL][34] ([i915#2842]) +1 other test fail
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-glk5/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-pace:
- shard-dg1: NOTRUN -> [SKIP][35] ([i915#3539]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-15/igt@gem_exec_fair@basic-pace.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: [PASS][36] -> [FAIL][37] ([i915#2842])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-glk8/igt@gem_exec_fair@basic-pace-share@rcs0.html
- shard-rkl: [PASS][38] -> [FAIL][39] ([i915#2842]) +1 other test fail
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-rkl-1/igt@gem_exec_fair@basic-pace-share@rcs0.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-3/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_fair@basic-pace-solo:
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#3539]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-1/igt@gem_exec_fair@basic-pace-solo.html
* igt@gem_exec_fair@basic-sync:
- shard-mtlp: NOTRUN -> [SKIP][41] ([i915#4473] / [i915#4771]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-6/igt@gem_exec_fair@basic-sync.html
* igt@gem_exec_fair@basic-throttle@rcs0:
- shard-tglu: [PASS][42] -> [FAIL][43] ([i915#2842])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-tglu-2/igt@gem_exec_fair@basic-throttle@rcs0.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-7/igt@gem_exec_fair@basic-throttle@rcs0.html
* igt@gem_exec_fence@submit:
- shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4812]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-5/igt@gem_exec_fence@submit.html
* igt@gem_exec_flush@basic-batch-kernel-default-wb:
- shard-dg1: NOTRUN -> [SKIP][45] ([i915#3539] / [i915#4852]) +2 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-17/igt@gem_exec_flush@basic-batch-kernel-default-wb.html
* igt@gem_exec_reloc@basic-concurrent0:
- shard-dg1: NOTRUN -> [SKIP][46] ([i915#3281]) +4 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-14/igt@gem_exec_reloc@basic-concurrent0.html
* igt@gem_exec_reloc@basic-gtt-read-active:
- shard-rkl: NOTRUN -> [SKIP][47] ([i915#3281]) +2 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-4/igt@gem_exec_reloc@basic-gtt-read-active.html
* igt@gem_exec_reloc@basic-softpin:
- shard-dg2: NOTRUN -> [SKIP][48] ([i915#3281]) +5 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-11/igt@gem_exec_reloc@basic-softpin.html
* igt@gem_exec_reloc@basic-wc-cpu-active:
- shard-mtlp: NOTRUN -> [SKIP][49] ([i915#3281]) +4 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-2/igt@gem_exec_reloc@basic-wc-cpu-active.html
* igt@gem_exec_schedule@deep@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4537])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-6/igt@gem_exec_schedule@deep@rcs0.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4537] / [i915#4812]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-8/igt@gem_exec_schedule@preempt-queue-contexts.html
- shard-dg2: NOTRUN -> [SKIP][52] ([i915#4537] / [i915#4812])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-1/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_fence_thrash@bo-write-verify-x:
- shard-dg2: NOTRUN -> [SKIP][53] ([i915#4860])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-2/igt@gem_fence_thrash@bo-write-verify-x.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy:
- shard-dg1: NOTRUN -> [SKIP][54] ([i915#4860])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-17/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
- shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4860])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-2/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
* igt@gem_huc_copy@huc-copy:
- shard-rkl: NOTRUN -> [SKIP][56] ([i915#2190])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-5/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-glk: NOTRUN -> [SKIP][57] ([i915#4613]) +3 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-glk3/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@heavy-verify-random:
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4613])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-8/igt@gem_lmem_swapping@heavy-verify-random.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-tglu: NOTRUN -> [SKIP][59] ([i915#4613]) +3 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-7/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_madvise@dontneed-before-pwrite:
- shard-dg2: NOTRUN -> [SKIP][60] ([i915#3282]) +2 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-6/igt@gem_madvise@dontneed-before-pwrite.html
* igt@gem_media_fill@media-fill:
- shard-mtlp: NOTRUN -> [SKIP][61] ([i915#8289])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-8/igt@gem_media_fill@media-fill.html
* igt@gem_mmap@bad-size:
- shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4083]) +3 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-6/igt@gem_mmap@bad-size.html
* igt@gem_mmap_gtt@cpuset-basic-small-copy-xy:
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#4077]) +8 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-18/igt@gem_mmap_gtt@cpuset-basic-small-copy-xy.html
* igt@gem_mmap_gtt@cpuset-medium-copy:
- shard-mtlp: NOTRUN -> [SKIP][64] ([i915#4077]) +9 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-7/igt@gem_mmap_gtt@cpuset-medium-copy.html
* igt@gem_mmap_wc@fault-concurrent:
- shard-dg2: NOTRUN -> [SKIP][65] ([i915#4083]) +3 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-8/igt@gem_mmap_wc@fault-concurrent.html
* igt@gem_mmap_wc@write-cpu-read-wc-unflushed:
- shard-dg1: NOTRUN -> [SKIP][66] ([i915#4083]) +3 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-13/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html
* igt@gem_partial_pwrite_pread@writes-after-reads-snoop:
- shard-rkl: NOTRUN -> [SKIP][67] ([i915#3282])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-1/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
* igt@gem_pread@exhaustion:
- shard-mtlp: NOTRUN -> [SKIP][68] ([i915#3282]) +4 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-6/igt@gem_pread@exhaustion.html
* igt@gem_pread@self:
- shard-dg1: NOTRUN -> [SKIP][69] ([i915#3282]) +1 other test skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-13/igt@gem_pread@self.html
* igt@gem_pxp@create-regular-context-2:
- shard-mtlp: NOTRUN -> [SKIP][70] ([i915#4270]) +2 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-2/igt@gem_pxp@create-regular-context-2.html
- shard-rkl: NOTRUN -> [SKIP][71] ([i915#4270])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-2/igt@gem_pxp@create-regular-context-2.html
* igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#4270]) +2 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-6/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-tglu: NOTRUN -> [SKIP][73] ([i915#4270])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-6/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_pxp@regular-baseline-src-copy-readible:
- shard-dg1: NOTRUN -> [SKIP][74] ([i915#4270]) +2 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-17/igt@gem_pxp@regular-baseline-src-copy-readible.html
* igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs:
- shard-dg2: NOTRUN -> [SKIP][75] ([i915#5190] / [i915#8428]) +3 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-1/igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs.html
* igt@gem_render_copy@y-tiled-to-vebox-y-tiled:
- shard-mtlp: NOTRUN -> [SKIP][76] ([i915#8428]) +6 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-7/igt@gem_render_copy@y-tiled-to-vebox-y-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-dg2: NOTRUN -> [SKIP][77] ([i915#4079])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-1/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
- shard-dg1: NOTRUN -> [SKIP][78] ([i915#4079])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-14/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_softpin@evict-snoop:
- shard-mtlp: NOTRUN -> [SKIP][79] ([i915#4885])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-8/igt@gem_softpin@evict-snoop.html
* igt@gem_tiled_partial_pwrite_pread@writes:
- shard-dg2: NOTRUN -> [SKIP][80] ([i915#4077]) +9 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-2/igt@gem_tiled_partial_pwrite_pread@writes.html
* igt@gem_userptr_blits@access-control:
- shard-mtlp: NOTRUN -> [SKIP][81] ([i915#3297]) +3 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-1/igt@gem_userptr_blits@access-control.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-dg2: NOTRUN -> [SKIP][82] ([i915#3297])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-8/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-mtlp: NOTRUN -> [SKIP][83] ([i915#3282] / [i915#3297])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-2/igt@gem_userptr_blits@forbidden-operations.html
- shard-dg2: NOTRUN -> [SKIP][84] ([i915#3282] / [i915#3297])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-8/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap:
- shard-dg1: NOTRUN -> [SKIP][85] ([i915#3297] / [i915#4880])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-16/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-tglu: NOTRUN -> [SKIP][86] ([i915#3297]) +1 other test skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-9/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gen7_exec_parse@bitmasks:
- shard-dg2: NOTRUN -> [SKIP][87] +7 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-8/igt@gen7_exec_parse@bitmasks.html
* igt@gen9_exec_parse@allowed-single:
- shard-dg2: NOTRUN -> [SKIP][88] ([i915#2856])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-2/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@bb-start-out:
- shard-dg1: NOTRUN -> [SKIP][89] ([i915#2527]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-17/igt@gen9_exec_parse@bb-start-out.html
* igt@gen9_exec_parse@secure-batches:
- shard-mtlp: NOTRUN -> [SKIP][90] ([i915#2856]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-3/igt@gen9_exec_parse@secure-batches.html
* igt@gen9_exec_parse@shadow-peek:
- shard-tglu: NOTRUN -> [SKIP][91] ([i915#2527] / [i915#2856]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-7/igt@gen9_exec_parse@shadow-peek.html
* igt@i915_pm_rc6_residency@rc6-fence@gt0:
- shard-tglu: NOTRUN -> [WARN][92] ([i915#2681])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-3/igt@i915_pm_rc6_residency@rc6-fence@gt0.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0:
- shard-dg1: [PASS][93] -> [FAIL][94] ([i915#3591])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-dg1-12/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html
* igt@i915_pm_rps@basic-api:
- shard-dg1: NOTRUN -> [SKIP][95] ([i915#6621]) +1 other test skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-17/igt@i915_pm_rps@basic-api.html
- shard-mtlp: NOTRUN -> [SKIP][96] ([i915#6621]) +1 other test skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-5/igt@i915_pm_rps@basic-api.html
* igt@i915_pm_rps@thresholds-idle@gt0:
- shard-dg2: NOTRUN -> [SKIP][97] ([i915#8925]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-8/igt@i915_pm_rps@thresholds-idle@gt0.html
* igt@i915_pm_rps@thresholds-park@gt0:
- shard-dg1: NOTRUN -> [SKIP][98] ([i915#8925])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-15/igt@i915_pm_rps@thresholds-park@gt0.html
- shard-mtlp: NOTRUN -> [SKIP][99] ([i915#8925])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-2/igt@i915_pm_rps@thresholds-park@gt0.html
* igt@i915_pm_rps@thresholds-park@gt1:
- shard-mtlp: NOTRUN -> [SKIP][100] ([i915#3555] / [i915#8925])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-2/igt@i915_pm_rps@thresholds-park@gt1.html
* igt@i915_pm_sseu@full-enable:
- shard-mtlp: NOTRUN -> [SKIP][101] ([i915#8437])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-1/igt@i915_pm_sseu@full-enable.html
* igt@i915_power@sanity:
- shard-mtlp: [PASS][102] -> [SKIP][103] ([i915#7984])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-mtlp-1/igt@i915_power@sanity.html
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-6/igt@i915_power@sanity.html
* igt@i915_selftest@mock@memory_region:
- shard-dg2: NOTRUN -> [DMESG-WARN][104] ([i915#9311])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-11/igt@i915_selftest@mock@memory_region.html
- shard-rkl: NOTRUN -> [DMESG-WARN][105] ([i915#9311])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-4/igt@i915_selftest@mock@memory_region.html
- shard-dg1: NOTRUN -> [DMESG-WARN][106] ([i915#9311])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-13/igt@i915_selftest@mock@memory_region.html
- shard-mtlp: NOTRUN -> [DMESG-WARN][107] ([i915#9311])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-5/igt@i915_selftest@mock@memory_region.html
* igt@intel_hwmon@hwmon-write:
- shard-tglu: NOTRUN -> [SKIP][108] ([i915#7707])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-3/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-mtlp: NOTRUN -> [SKIP][109] ([i915#5190])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-5/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- shard-mtlp: NOTRUN -> [SKIP][110] ([i915#4212]) +1 other test skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-5/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@clobberred-modifier:
- shard-dg2: NOTRUN -> [SKIP][111] ([i915#4212])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-8/igt@kms_addfb_basic@clobberred-modifier.html
- shard-dg1: NOTRUN -> [SKIP][112] ([i915#4212])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-15/igt@kms_addfb_basic@clobberred-modifier.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][113] ([i915#8709]) +3 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][114] ([i915#8709]) +11 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-tglu: NOTRUN -> [SKIP][115] ([i915#5286]) +1 other test skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-9/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][116] ([i915#5286]) +1 other test skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-5/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-dg1: NOTRUN -> [SKIP][117] ([i915#4538] / [i915#5286]) +6 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-17/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][118] ([i915#3638])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-17/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][119] ([i915#4538] / [i915#5190]) +3 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-2/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-270:
- shard-snb: NOTRUN -> [SKIP][120] +5 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-snb1/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-mtlp: NOTRUN -> [SKIP][121] +18 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
- shard-tglu: [PASS][122] -> [FAIL][123] ([i915#3743])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-tglu-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-dg1: NOTRUN -> [SKIP][124] ([i915#4538]) +2 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-14/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_joiner@invalid-modeset:
- shard-dg2: NOTRUN -> [SKIP][125] ([i915#2705])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-8/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][126] ([i915#6095]) +107 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-17/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-4.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][127] ([i915#6095]) +39 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-1/igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs@pipe-a-edp-1.html
* igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][128] ([i915#10307] / [i915#10434])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-8/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][129] ([i915#10307]) +130 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][130] ([i915#6095]) +59 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-1/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-c-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][131] ([i915#6095]) +23 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-2/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-c-hdmi-a-1.html
* igt@kms_cdclk@mode-transition:
- shard-rkl: NOTRUN -> [SKIP][132] ([i915#3742])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-3/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@mode-transition@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][133] ([i915#7213] / [i915#9010]) +3 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-7/igt@kms_cdclk@mode-transition@pipe-b-edp-1.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][134] ([i915#7213]) +3 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-6/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html
* igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][135] ([i915#4087]) +3 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-2/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-2.html
* igt@kms_chamelium_audio@hdmi-audio:
- shard-dg2: NOTRUN -> [SKIP][136] ([i915#7828]) +5 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-11/igt@kms_chamelium_audio@hdmi-audio.html
- shard-rkl: NOTRUN -> [SKIP][137] ([i915#7828]) +1 other test skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-4/igt@kms_chamelium_audio@hdmi-audio.html
* igt@kms_chamelium_edid@dp-mode-timings:
- shard-mtlp: NOTRUN -> [SKIP][138] ([i915#7828]) +8 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-3/igt@kms_chamelium_edid@dp-mode-timings.html
* igt@kms_chamelium_frames@dp-crc-single:
- shard-dg1: NOTRUN -> [SKIP][139] ([i915#7828]) +7 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-16/igt@kms_chamelium_frames@dp-crc-single.html
* igt@kms_chamelium_hpd@dp-hpd-fast:
- shard-tglu: NOTRUN -> [SKIP][140] ([i915#7828]) +3 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-8/igt@kms_chamelium_hpd@dp-hpd-fast.html
* igt@kms_color@deep-color:
- shard-dg2: NOTRUN -> [SKIP][141] ([i915#3555]) +2 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-1/igt@kms_color@deep-color.html
* igt@kms_content_protection@content-type-change:
- shard-mtlp: NOTRUN -> [SKIP][142] ([i915#6944] / [i915#9424])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-1/igt@kms_content_protection@content-type-change.html
- shard-dg2: NOTRUN -> [SKIP][143] ([i915#9424])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-6/igt@kms_content_protection@content-type-change.html
- shard-rkl: NOTRUN -> [SKIP][144] ([i915#9424])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-1/igt@kms_content_protection@content-type-change.html
- shard-dg1: NOTRUN -> [SKIP][145] ([i915#9424])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-16/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-tglu: NOTRUN -> [SKIP][146] ([i915#3116] / [i915#3299])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-2/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@srm:
- shard-rkl: NOTRUN -> [SKIP][147] ([i915#7118])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-5/igt@kms_content_protection@srm.html
- shard-dg1: NOTRUN -> [SKIP][148] ([i915#7116])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-14/igt@kms_content_protection@srm.html
- shard-mtlp: NOTRUN -> [SKIP][149] ([i915#6944])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-5/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-tglu: NOTRUN -> [SKIP][150] ([i915#3359]) +1 other test skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-5/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-max-size:
- shard-mtlp: NOTRUN -> [SKIP][151] ([i915#3555] / [i915#8814]) +1 other test skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-5/igt@kms_cursor_crc@cursor-random-max-size.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-rkl: NOTRUN -> [SKIP][152] ([i915#3555]) +1 other test skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-1/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
- shard-mtlp: NOTRUN -> [SKIP][153] ([i915#9809]) +6 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-8/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
- shard-rkl: NOTRUN -> [SKIP][154] +8 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-4/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-tglu: NOTRUN -> [SKIP][155] ([i915#4103])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][156] ([i915#9227])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-6/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-3.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#9833])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-1/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][158] ([i915#3804])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html
* igt@kms_dp_aux_dev:
- shard-dg2: NOTRUN -> [SKIP][159] ([i915#1257])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-8/igt@kms_dp_aux_dev.html
- shard-rkl: NOTRUN -> [SKIP][160] ([i915#1257])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-5/igt@kms_dp_aux_dev.html
- shard-dg1: NOTRUN -> [SKIP][161] ([i915#1257])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-17/igt@kms_dp_aux_dev.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][162] ([i915#8812])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-18/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg1: NOTRUN -> [SKIP][163] ([i915#3555] / [i915#3840])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-16/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_fbcon_fbt@psr:
- shard-dg2: NOTRUN -> [SKIP][164] ([i915#3469])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-1/igt@kms_fbcon_fbt@psr.html
- shard-rkl: NOTRUN -> [SKIP][165] ([i915#3955])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-1/igt@kms_fbcon_fbt@psr.html
- shard-dg1: NOTRUN -> [SKIP][166] ([i915#3469])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-18/igt@kms_fbcon_fbt@psr.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-tglu: NOTRUN -> [SKIP][167] ([i915#3469])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-4/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-2x:
- shard-dg2: NOTRUN -> [SKIP][168] ([i915#1839])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-1/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-4x:
- shard-mtlp: NOTRUN -> [SKIP][169] ([i915#1839])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-7/igt@kms_feature_discovery@display-4x.html
* igt@kms_flip@2x-flip-vs-modeset-vs-hang:
- shard-mtlp: NOTRUN -> [SKIP][170] ([i915#3637]) +1 other test skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-8/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-tglu: NOTRUN -> [SKIP][171] ([i915#3637]) +4 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-2/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-dg1: NOTRUN -> [SKIP][172] ([i915#9934]) +5 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-16/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip@flip-vs-fences:
- shard-mtlp: NOTRUN -> [SKIP][173] ([i915#8381]) +1 other test skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-3/igt@kms_flip@flip-vs-fences.html
- shard-dg1: NOTRUN -> [SKIP][174] ([i915#8381])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-13/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][175] ([i915#2672]) +4 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][176] ([i915#2672]) +2 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
- shard-dg1: NOTRUN -> [SKIP][177] ([i915#2587] / [i915#2672]) +1 other test skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-18/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-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][178] ([i915#2587] / [i915#2672]) +1 other test skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][179] ([i915#3555] / [i915#8810])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][180] ([i915#2672] / [i915#3555]) +1 other test skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][181] ([i915#8708]) +4 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][182] ([i915#8708]) +11 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][183] ([i915#8708]) +8 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-dg1: NOTRUN -> [SKIP][184] ([i915#5439]) +1 other test skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][185] +31 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite:
- shard-rkl: NOTRUN -> [SKIP][186] ([i915#3023]) +6 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html
- shard-dg1: NOTRUN -> [SKIP][187] ([i915#3458]) +10 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-pgflip-blt:
- shard-mtlp: NOTRUN -> [SKIP][188] ([i915#1825]) +23 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][189] ([i915#5354]) +12 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][190] ([i915#1825]) +4 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
- shard-dg2: NOTRUN -> [SKIP][191] ([i915#3458]) +10 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary:
- shard-tglu: NOTRUN -> [SKIP][192] +31 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-6/igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-rkl: NOTRUN -> [SKIP][193] ([i915#3555] / [i915#8228])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-5/igt@kms_hdr@bpc-switch-dpms.html
- shard-dg1: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#8228]) +1 other test skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-18/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@static-toggle:
- shard-dg2: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#8228]) +3 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-5/igt@kms_hdr@static-toggle.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-dg1: NOTRUN -> [SKIP][196] ([i915#1839])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-16/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][197] ([i915#7862]) +1 other test fail
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-glk5/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][198] ([i915#4573]) +1 other test fail
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-glk1/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-none@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][199] ([i915#3582]) +3 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-2/igt@kms_plane_lowres@tiling-none@pipe-b-edp-1.html
* igt@kms_plane_multiple@tiling-yf:
- shard-mtlp: NOTRUN -> [SKIP][200] ([i915#3555] / [i915#8806])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-8/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][201] ([i915#8292])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-3/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][202] ([i915#5176]) +3 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-a-edp-1.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][203] ([i915#9423]) +3 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-8/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][204] ([i915#9423]) +3 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-3.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][205] ([i915#9423]) +19 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-16/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][206] ([i915#9423]) +5 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-4/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b-hdmi-a-1.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][207] ([i915#5176] / [i915#9423]) +3 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-13/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][208] ([i915#5235]) +7 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-17/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-4.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][209] ([i915#5235] / [i915#9423]) +3 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-8/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][210] ([i915#5235]) +5 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][211] ([i915#5235] / [i915#9423] / [i915#9728]) +3 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][212] ([i915#5235]) +6 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][213] ([i915#5235]) +3 other tests skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][214] ([i915#3555] / [i915#5235])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-d-edp-1.html
* igt@kms_pm_backlight@fade:
- shard-dg1: NOTRUN -> [SKIP][215] ([i915#5354])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-15/igt@kms_pm_backlight@fade.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg2: [PASS][216] -> [SKIP][217] ([i915#9519]) +1 other test skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-dg2-10/igt@kms_pm_rpm@dpms-lpsp.html
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-6/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-mtlp: NOTRUN -> [SKIP][218] ([i915#9519])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_prime@basic-crc-vgem:
- shard-dg2: NOTRUN -> [SKIP][219] ([i915#6524] / [i915#6805])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-6/igt@kms_prime@basic-crc-vgem.html
- shard-dg1: NOTRUN -> [SKIP][220] ([i915#6524])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-16/igt@kms_prime@basic-crc-vgem.html
* igt@kms_prime@d3hot:
- shard-tglu: NOTRUN -> [SKIP][221] ([i915#6524])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-7/igt@kms_prime@d3hot.html
* igt@kms_psr@fbc-psr2-no-drrs:
- shard-tglu: NOTRUN -> [SKIP][222] ([i915#9732]) +10 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-5/igt@kms_psr@fbc-psr2-no-drrs.html
* igt@kms_psr@pr-cursor-blt:
- shard-mtlp: NOTRUN -> [SKIP][223] ([i915#9688]) +11 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-7/igt@kms_psr@pr-cursor-blt.html
* igt@kms_psr@pr-cursor-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][224] ([i915#9732]) +11 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-17/igt@kms_psr@pr-cursor-mmap-cpu.html
* igt@kms_psr@psr-primary-mmap-gtt@edp-1:
- shard-mtlp: NOTRUN -> [SKIP][225] ([i915#4077] / [i915#9688])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-8/igt@kms_psr@psr-primary-mmap-gtt@edp-1.html
* igt@kms_psr@psr2-cursor-blt:
- shard-dg2: NOTRUN -> [SKIP][226] ([i915#9732]) +10 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-8/igt@kms_psr@psr2-cursor-blt.html
- shard-rkl: NOTRUN -> [SKIP][227] ([i915#9732]) +5 other tests skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-4/igt@kms_psr@psr2-cursor-blt.html
* igt@kms_psr@psr2-sprite-plane-onoff:
- shard-glk: NOTRUN -> [SKIP][228] +376 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-glk8/igt@kms_psr@psr2-sprite-plane-onoff.html
* igt@kms_rotation_crc@bad-tiling:
- shard-mtlp: NOTRUN -> [SKIP][229] ([i915#4235])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-8/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
- shard-rkl: NOTRUN -> [SKIP][230] ([i915#5289])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-4/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
- shard-dg1: NOTRUN -> [SKIP][231] ([i915#5289])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-13/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-rkl: [PASS][232] -> [INCOMPLETE][233] ([i915#8875] / [i915#9475] / [i915#9569])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-rkl-1/igt@kms_rotation_crc@primary-rotation-90.html
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-1/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-mtlp: NOTRUN -> [SKIP][234] ([i915#5289])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-tglu: NOTRUN -> [SKIP][235] ([i915#5289])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-dg2: NOTRUN -> [SKIP][236] ([i915#4235] / [i915#5190])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-dg1: NOTRUN -> [SKIP][237] ([i915#3555]) +1 other test skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-13/igt@kms_setmode@clone-exclusive-crtc.html
- shard-mtlp: NOTRUN -> [SKIP][238] ([i915#3555] / [i915#8809])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-5/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-mtlp: NOTRUN -> [SKIP][239] ([i915#3555] / [i915#8823])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-8/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-mtlp: NOTRUN -> [SKIP][240] ([i915#8623])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-2/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vrr@max-min:
- shard-mtlp: NOTRUN -> [SKIP][241] ([i915#8808] / [i915#9906])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-7/igt@kms_vrr@max-min.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-tglu: NOTRUN -> [SKIP][242] ([i915#9906])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-4/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-glk: NOTRUN -> [SKIP][243] ([i915#2437])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-glk6/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-mtlp: NOTRUN -> [SKIP][244] ([i915#7387]) +1 other test skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-8/igt@perf@gen8-unprivileged-single-ctx-counters.html
- shard-dg2: NOTRUN -> [SKIP][245] ([i915#2436] / [i915#7387])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-2/igt@perf@gen8-unprivileged-single-ctx-counters.html
- shard-rkl: NOTRUN -> [SKIP][246] ([i915#2436])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-1/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@prime_vgem@coherency-gtt:
- shard-mtlp: NOTRUN -> [SKIP][247] ([i915#3708] / [i915#4077])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-6/igt@prime_vgem@coherency-gtt.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- shard-dg1: NOTRUN -> [SKIP][248] ([i915#9917])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-17/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@v3d/v3d_submit_cl@bad-multisync-out-sync:
- shard-dg1: NOTRUN -> [SKIP][249] ([i915#2575]) +6 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-18/igt@v3d/v3d_submit_cl@bad-multisync-out-sync.html
* igt@v3d/v3d_submit_cl@bad-perfmon:
- shard-dg2: NOTRUN -> [SKIP][250] ([i915#2575]) +4 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-6/igt@v3d/v3d_submit_cl@bad-perfmon.html
* igt@v3d/v3d_submit_csd@bad-extension:
- shard-tglu: NOTRUN -> [SKIP][251] ([i915#2575]) +8 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-4/igt@v3d/v3d_submit_csd@bad-extension.html
* igt@v3d/v3d_submit_csd@bad-pad:
- shard-mtlp: NOTRUN -> [SKIP][252] ([i915#2575]) +10 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-7/igt@v3d/v3d_submit_csd@bad-pad.html
* igt@vc4/vc4_lookup_fail@bad-color-write:
- shard-mtlp: NOTRUN -> [SKIP][253] ([i915#7711]) +6 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-2/igt@vc4/vc4_lookup_fail@bad-color-write.html
* igt@vc4/vc4_perfmon@get-values-valid-perfmon:
- shard-dg2: NOTRUN -> [SKIP][254] ([i915#7711]) +2 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-1/igt@vc4/vc4_perfmon@get-values-valid-perfmon.html
- shard-rkl: NOTRUN -> [SKIP][255] ([i915#7711]) +2 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-1/igt@vc4/vc4_perfmon@get-values-valid-perfmon.html
* igt@vc4/vc4_wait_bo@unused-bo-0ns:
- shard-dg1: NOTRUN -> [SKIP][256] ([i915#7711]) +4 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-15/igt@vc4/vc4_wait_bo@unused-bo-0ns.html
#### Possible fixes ####
* igt@gem_ctx_freq@sysfs@gt0:
- shard-dg2: [FAIL][257] ([i915#9561]) -> [PASS][258]
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-dg2-11/igt@gem_ctx_freq@sysfs@gt0.html
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-11/igt@gem_ctx_freq@sysfs@gt0.html
* igt@gem_exec_fair@basic-deadline:
- shard-rkl: [FAIL][259] ([i915#2846]) -> [PASS][260]
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-rkl-5/igt@gem_exec_fair@basic-deadline.html
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-2/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-none@vcs0:
- shard-rkl: [FAIL][261] ([i915#2842]) -> [PASS][262] +1 other test pass
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-rkl-5/igt@gem_exec_fair@basic-none@vcs0.html
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-1/igt@gem_exec_fair@basic-none@vcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-tglu: [FAIL][263] ([i915#2842]) -> [PASS][264]
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-tglu-8/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_whisper@basic-contexts-priority:
- shard-dg2: [INCOMPLETE][265] ([i915#9857]) -> [PASS][266]
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-dg2-6/igt@gem_exec_whisper@basic-contexts-priority.html
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-8/igt@gem_exec_whisper@basic-contexts-priority.html
* igt@gem_lmem_swapping@parallel-random-engines@lmem0:
- shard-dg1: [INCOMPLETE][267] -> [PASS][268]
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-dg1-17/igt@gem_lmem_swapping@parallel-random-engines@lmem0.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-14/igt@gem_lmem_swapping@parallel-random-engines@lmem0.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-glk: [ABORT][269] ([i915#9849]) -> [PASS][270]
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-glk2/igt@i915_module_load@reload-with-fault-injection.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-glk8/igt@i915_module_load@reload-with-fault-injection.html
* igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-hdmi-a-1:
- shard-glk: [DMESG-FAIL][271] ([i915#118]) -> [PASS][272]
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-glk8/igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-hdmi-a-1.html
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-glk5/igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-hdmi-a-1.html
* igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a4:
- shard-dg1: [FAIL][273] ([i915#10083]) -> [PASS][274]
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-dg1-18/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a4.html
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-14/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a4.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: [SKIP][275] ([i915#4281]) -> [PASS][276]
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-tglu-4/igt@kms_pm_dc@dc9-dpms.html
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-3/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-dg2: [SKIP][277] ([i915#9519]) -> [PASS][278] +1 other test pass
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-dg2-8/igt@kms_pm_rpm@dpms-non-lpsp.html
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-2/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@i2c:
- shard-dg2: [FAIL][279] ([i915#8717]) -> [PASS][280]
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-dg2-2/igt@kms_pm_rpm@i2c.html
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-8/igt@kms_pm_rpm@i2c.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-rkl: [SKIP][281] ([i915#9519]) -> [PASS][282]
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-rkl-1/igt@kms_pm_rpm@modeset-lpsp.html
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1:
- shard-tglu: [FAIL][283] ([i915#9196]) -> [PASS][284] +1 other test pass
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-tglu-9/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-8/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html
* igt@perf_pmu@busy-double-start@bcs0:
- shard-mtlp: [FAIL][285] ([i915#4349]) -> [PASS][286]
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-mtlp-5/igt@perf_pmu@busy-double-start@bcs0.html
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-7/igt@perf_pmu@busy-double-start@bcs0.html
#### Warnings ####
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: [INCOMPLETE][287] ([i915#9364]) -> [ABORT][288] ([i915#9846])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-dg2-5/igt@gem_create@create-ext-cpu-access-big.html
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-3/igt@gem_create@create-ext-cpu-access-big.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-mtlp: [ABORT][289] ([i915#10131] / [i915#9697]) -> [ABORT][290] ([i915#10131] / [i915#9820])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0:
- shard-tglu: [FAIL][291] ([i915#3591]) -> [WARN][292] ([i915#2681]) +1 other test warn
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-tglu-7/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
* igt@kms_content_protection@mei-interface:
- shard-dg1: [SKIP][293] ([i915#9424]) -> [SKIP][294] ([i915#9433])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-dg1-17/igt@kms_content_protection@mei-interface.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg1-16/igt@kms_content_protection@mei-interface.html
* igt@kms_psr@fbc-psr-cursor-plane-move:
- shard-dg2: [SKIP][295] ([i915#9673] / [i915#9732]) -> [SKIP][296] ([i915#9732]) +14 other tests skip
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-dg2-11/igt@kms_psr@fbc-psr-cursor-plane-move.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-5/igt@kms_psr@fbc-psr-cursor-plane-move.html
* igt@kms_psr@fbc-psr-sprite-blt:
- shard-dg2: [SKIP][297] ([i915#9732]) -> [SKIP][298] ([i915#9673] / [i915#9732]) +3 other tests skip
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-dg2-10/igt@kms_psr@fbc-psr-sprite-blt.html
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-11/igt@kms_psr@fbc-psr-sprite-blt.html
* igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem:
- shard-dg2: [INCOMPLETE][299] ([i915#5493]) -> [CRASH][300] ([i915#9351])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14440/shard-dg2-10/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/shard-dg2-1/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html
[i915#10083]: https://gitlab.freedesktop.org/drm/intel/issues/10083
[i915#10131]: https://gitlab.freedesktop.org/drm/intel/issues/10131
[i915#10307]: https://gitlab.freedesktop.org/drm/intel/issues/10307
[i915#10386]: https://gitlab.freedesktop.org/drm/intel/issues/10386
[i915#10434]: https://gitlab.freedesktop.org/drm/intel/issues/10434
[i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
[i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#2436]: https://gitlab.freedesktop.org/drm/intel/issues/2436
[i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
[i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846
[i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3582]: https://gitlab.freedesktop.org/drm/intel/issues/3582
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473
[i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880
[i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439
[i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
[i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334
[i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805
[i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944
[i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213
[i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701
[i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#7862]: https://gitlab.freedesktop.org/drm/intel/issues/7862
[i915#7984]: https://gitlab.freedesktop.org/drm/intel/issues/7984
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8289]: https://gitlab.freedesktop.org/drm/intel/issues/8289
[i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292
[i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381
[i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
[i915#8437]: https://gitlab.freedesktop.org/drm/intel/issues/8437
[i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
[i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
[i915#8717]: https://gitlab.freedesktop.org/drm/intel/issues/8717
[i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806
[i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808
[i915#8809]: https://gitlab.freedesktop.org/drm/intel/issues/8809
[i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810
[i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812
[i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814
[i915#8823]: https://gitlab.freedesktop.org/drm/intel/issues/8823
[i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875
[i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925
[i915#9010]: https://gitlab.freedesktop.org/drm/intel/issues/9010
[i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196
[i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227
[i915#9311]: https://gitlab.freedesktop.org/drm/intel/issues/9311
[i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323
[i915#9351]: https://gitlab.freedesktop.org/drm/intel/issues/9351
[i915#9364]: https://gitlab.freedesktop.org/drm/intel/issues/9364
[i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424
[i915#9433]: https://gitlab.freedesktop.org/drm/intel/issues/9433
[i915#9475]: https://gitlab.freedesktop.org/drm/intel/issues/9475
[i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519
[i915#9561]: https://gitlab.freedesktop.org/drm/intel/issues/9561
[i915#9569]: https://gitlab.freedesktop.org/drm/intel/issues/9569
[i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673
[i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688
[i915#9697]: https://gitlab.freedesktop.org/drm/intel/issues/9697
[i915#9728]: https://gitlab.freedesktop.org/drm/intel/issues/9728
[i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732
[i915#9809]: https://gitlab.freedesktop.org/drm/intel/issues/9809
[i915#9820]: https://gitlab.freedesktop.org/drm/intel/issues/9820
[i915#9833]: https://gitlab.freedesktop.org/drm/intel/issues/9833
[i915#9846]: https://gitlab.freedesktop.org/drm/intel/issues/9846
[i915#9849]: https://gitlab.freedesktop.org/drm/intel/issues/9849
[i915#9857]: https://gitlab.freedesktop.org/drm/intel/issues/9857
[i915#9906]: https://gitlab.freedesktop.org/drm/intel/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/intel/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/intel/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7768 -> IGTPW_10847
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_14440: 22ba12a6eded33d40fba58b4dac24a1e2bdc4b25 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_10847: 10847
IGT_7768: 7768
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10847/index.html
[-- Attachment #2: Type: text/html, Size: 96662 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-03-21 4:13 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-15 16:27 [PATCH i-g-t] tests/intel/xe_ccs: fix bo size for ccs Matthew Auld
2024-03-15 17:11 ` ✓ CI.xeBAT: success for " Patchwork
2024-03-15 17:33 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-03-18 12:34 ` Kamil Konieczny
2024-03-21 4:13 ` Illipilli, TejasreeX
2024-03-18 8:42 ` [PATCH i-g-t] " Juha-Pekka Heikkila
2024-03-20 6:35 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-03-20 17:36 ` ✗ Fi.CI.IGT: failure " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox