* [PATCH i-g-t v3] tests/intel/xe_oa: Preventing test failures by omitting rc6 disable test if 'gtidle' node is missing
@ 2024-10-07 4:22 Soham Purkait
2024-10-07 17:43 ` ✓ Fi.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Soham Purkait @ 2024-10-07 4:22 UTC (permalink / raw)
To: igt-dev; +Cc: riana.tauro, anshuman.gupta, soham.purkait
Rc6 disable test has been modified in order to check for 'gtidle'
node to skip residency tests on VF devices where this node is not
present, preventing test failure.
v3: Commit message rephrasing
Signed-off-by: Soham Purkait <soham.purkait@intel.com>
---
tests/intel/xe_oa.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tests/intel/xe_oa.c b/tests/intel/xe_oa.c
index b4dfcced7..6a3d36559 100644
--- a/tests/intel/xe_oa.c
+++ b/tests/intel/xe_oa.c
@@ -4649,8 +4649,10 @@ igt_main
test_oa_unit_concurrent_oa_buffer_read();
}
- igt_subtest("rc6-disable")
+ igt_subtest("rc6-disable"){
+ igt_require(xe_sysfs_gt_has_node(drm_fd, 0, "gtidle"));
test_rc6_disable();
+ }
igt_subtest_with_dynamic("stress-open-close") {
__for_one_hwe_in_oag(hwe)
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* ✓ Fi.CI.BAT: success for tests/intel/xe_oa: Preventing test failures by omitting rc6 disable test if 'gtidle' node is missing
2024-10-07 4:22 [PATCH i-g-t v3] tests/intel/xe_oa: Preventing test failures by omitting rc6 disable test if 'gtidle' node is missing Soham Purkait
@ 2024-10-07 17:43 ` Patchwork
2024-10-07 17:54 ` ✓ CI.xeBAT: " Patchwork
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-07 17:43 UTC (permalink / raw)
To: Soham Purkait; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2817 bytes --]
== Series Details ==
Series: tests/intel/xe_oa: Preventing test failures by omitting rc6 disable test if 'gtidle' node is missing
URL : https://patchwork.freedesktop.org/series/139608/
State : success
== Summary ==
CI Bug Log - changes from IGT_8054 -> IGTPW_11876
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/index.html
Participating hosts (43 -> 43)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in IGTPW_11876 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live:
- bat-mtlp-8: [PASS][1] -> [ABORT][2] ([i915#12216]) +1 other test abort
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8054/bat-mtlp-8/igt@i915_selftest@live.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/bat-mtlp-8/igt@i915_selftest@live.html
#### Warnings ####
* igt@i915_selftest@live:
- bat-arls-5: [DMESG-WARN][3] ([i915#10341] / [i915#12133]) -> [ABORT][4] ([i915#12061] / [i915#12133])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8054/bat-arls-5/igt@i915_selftest@live.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/bat-arls-5/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- bat-arls-5: [DMESG-WARN][5] ([i915#10341] / [i915#11637]) -> [ABORT][6] ([i915#12061])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8054/bat-arls-5/igt@i915_selftest@live@workarounds.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/bat-arls-5/igt@i915_selftest@live@workarounds.html
[i915#10341]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10341
[i915#11637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11637
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133
[i915#12216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12216
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8054 -> IGTPW_11876
* Linux: CI_DRM_15484 -> CI_DRM_15485
CI-20190529: 20190529
CI_DRM_15484: 92d12099cc768f36cf676ee1b014442a5c5ba965 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_15485: 39a016b276ce8adac629cc6c31892d0b7d2af634 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_11876: 6f78e20c00d9547466ce27fca779e117be92642d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8054: 3f627b7fd48c6ab324ceaa80dd8cf0131292bf63 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/index.html
[-- Attachment #2: Type: text/html, Size: 3703 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* ✓ CI.xeBAT: success for tests/intel/xe_oa: Preventing test failures by omitting rc6 disable test if 'gtidle' node is missing
2024-10-07 4:22 [PATCH i-g-t v3] tests/intel/xe_oa: Preventing test failures by omitting rc6 disable test if 'gtidle' node is missing Soham Purkait
2024-10-07 17:43 ` ✓ Fi.CI.BAT: success for " Patchwork
@ 2024-10-07 17:54 ` Patchwork
2024-10-08 7:40 ` ✗ CI.xeFULL: failure " Patchwork
2024-10-08 15:51 ` ✗ Fi.CI.IGT: " Patchwork
3 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-07 17:54 UTC (permalink / raw)
To: Soham Purkait; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3273 bytes --]
== Series Details ==
Series: tests/intel/xe_oa: Preventing test failures by omitting rc6 disable test if 'gtidle' node is missing
URL : https://patchwork.freedesktop.org/series/139608/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8054_BAT -> XEIGTPW_11876_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (9 -> 8)
------------------------------
Missing (1): bat-lnl-2
Known issues
------------
Here are the changes found in XEIGTPW_11876_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@xe_evict@evict-beng-small:
- bat-adlp-7: NOTRUN -> [SKIP][1] ([Intel XE#261] / [Intel XE#688]) +15 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/bat-adlp-7/igt@xe_evict@evict-beng-small.html
* igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch:
- bat-adlp-7: NOTRUN -> [SKIP][2] ([Intel XE#288]) +32 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/bat-adlp-7/igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch.html
* igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit:
- bat-dg2-oem2: [PASS][3] -> [INCOMPLETE][4] ([Intel XE#2874]) +1 other test incomplete
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/bat-dg2-oem2/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/bat-dg2-oem2/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- bat-adlp-7: NOTRUN -> [SKIP][5] ([Intel XE#2229])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/bat-adlp-7/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
#### Possible fixes ####
* igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit:
- bat-adlp-7: [INCOMPLETE][6] ([Intel XE#2874]) -> [PASS][7] +1 other test pass
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261
[Intel XE#2874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2874
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
Build changes
-------------
* IGT: IGT_8054 -> IGTPW_11876
* Linux: xe-2016-92d12099cc768f36cf676ee1b014442a5c5ba965 -> xe-2017-39a016b276ce8adac629cc6c31892d0b7d2af634
IGTPW_11876: 6f78e20c00d9547466ce27fca779e117be92642d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8054: 3f627b7fd48c6ab324ceaa80dd8cf0131292bf63 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2016-92d12099cc768f36cf676ee1b014442a5c5ba965: 92d12099cc768f36cf676ee1b014442a5c5ba965
xe-2017-39a016b276ce8adac629cc6c31892d0b7d2af634: 39a016b276ce8adac629cc6c31892d0b7d2af634
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/index.html
[-- Attachment #2: Type: text/html, Size: 4034 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* ✗ CI.xeFULL: failure for tests/intel/xe_oa: Preventing test failures by omitting rc6 disable test if 'gtidle' node is missing
2024-10-07 4:22 [PATCH i-g-t v3] tests/intel/xe_oa: Preventing test failures by omitting rc6 disable test if 'gtidle' node is missing Soham Purkait
2024-10-07 17:43 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-10-07 17:54 ` ✓ CI.xeBAT: " Patchwork
@ 2024-10-08 7:40 ` Patchwork
2024-10-08 15:51 ` ✗ Fi.CI.IGT: " Patchwork
3 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-08 7:40 UTC (permalink / raw)
To: Soham Purkait; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 56940 bytes --]
== Series Details ==
Series: tests/intel/xe_oa: Preventing test failures by omitting rc6 disable test if 'gtidle' node is missing
URL : https://patchwork.freedesktop.org/series/139608/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8054_full -> XEIGTPW_11876_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_11876_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_11876_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_11876_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][1] +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-432/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6.html
* igt@kms_cursor_legacy@torture-move@pipe-a:
- shard-dg2-set2: [PASS][2] -> [DMESG-WARN][3]
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-dg2-432/igt@kms_cursor_legacy@torture-move@pipe-a.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-466/igt@kms_cursor_legacy@torture-move@pipe-a.html
* igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a6:
- shard-dg2-set2: [PASS][4] -> [FAIL][5] +1 other test fail
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-dg2-464/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a6.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a6.html
* igt@kms_pm_rpm@legacy-planes-dpms:
- shard-lnl: [PASS][6] -> [DMESG-WARN][7] +1 other test dmesg-warn
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-8/igt@kms_pm_rpm@legacy-planes-dpms.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-5/igt@kms_pm_rpm@legacy-planes-dpms.html
* igt@xe_exec_fault_mode@once-rebind-imm:
- shard-lnl: [PASS][8] -> [INCOMPLETE][9] +1 other test incomplete
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-5/igt@xe_exec_fault_mode@once-rebind-imm.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-1/igt@xe_exec_fault_mode@once-rebind-imm.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- {shard-bmg}: [PASS][10] -> [INCOMPLETE][11] +1 other test incomplete
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-bmg-5/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-bmg-4/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
Known issues
------------
Here are the changes found in XEIGTPW_11876_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#1466])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-270:
- shard-dg2-set2: NOTRUN -> [SKIP][13] ([Intel XE#316]) +4 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-432/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][14] ([Intel XE#1407])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-3/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#1124]) +7 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-8/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-dg2-set2: NOTRUN -> [SKIP][16] ([Intel XE#1124]) +13 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-463/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][17] ([Intel XE#2191])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-464/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html
* igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#1512])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-1/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-3-displays-3840x2160p:
- shard-dg2-set2: NOTRUN -> [SKIP][19] ([Intel XE#367]) +5 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-435/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][20] ([Intel XE#787]) +90 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-466/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#455] / [Intel XE#787]) +25 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-435/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#2887]) +8 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-3/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_chamelium_audio@dp-audio:
- shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#373]) +5 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-8/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_color@ctm-blue-to-red:
- shard-lnl: NOTRUN -> [SKIP][24] ([Intel XE#306]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-5/igt@kms_chamelium_color@ctm-blue-to-red.html
* igt@kms_chamelium_color@degamma:
- shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#2423]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_color@gamma:
- shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#306]) +2 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-432/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k:
- shard-dg2-set2: NOTRUN -> [SKIP][27] ([Intel XE#373]) +8 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-434/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#307])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-464/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@uevent:
- shard-dg2-set2: NOTRUN -> [FAIL][29] ([Intel XE#1188]) +1 other test fail
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-466/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-128x42:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#1424])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-3/igt@kms_cursor_crc@cursor-offscreen-128x42.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-dg2-set2: NOTRUN -> [SKIP][31] ([Intel XE#308]) +2 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-436/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#2321]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-5/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#309]) +2 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-7/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
* igt@kms_cursor_legacy@torture-move:
- shard-dg2-set2: [PASS][34] -> [DMESG-WARN][35] ([Intel XE#1620])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-dg2-432/igt@kms_cursor_legacy@torture-move.html
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-466/igt@kms_cursor_legacy@torture-move.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][36] ([i915#3804])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-432/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-dg2-set2: NOTRUN -> [SKIP][37] ([Intel XE#776])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-433/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-3x:
- shard-dg2-set2: NOTRUN -> [SKIP][38] ([Intel XE#703])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-435/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#1138])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-434/igt@kms_feature_discovery@display-4x.html
- shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#1138])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-5/igt@kms_feature_discovery@display-4x.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
- shard-dg2-set2: [PASS][41] -> [FAIL][42] ([Intel XE#301]) +9 other tests fail
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-464/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
* igt@kms_flip@2x-plain-flip-interruptible:
- shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#1421]) +3 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-1/igt@kms_flip@2x-plain-flip-interruptible.html
* igt@kms_flip@flip-vs-absolute-wf_vblank:
- shard-lnl: NOTRUN -> [FAIL][44] ([Intel XE#886]) +4 other tests fail
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-3/igt@kms_flip@flip-vs-absolute-wf_vblank.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-lnl: [PASS][45] -> [INCOMPLETE][46] ([Intel XE#2049]) +1 other test incomplete
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-1/igt@kms_flip@flip-vs-suspend-interruptible.html
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-4/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1:
- shard-lnl: [PASS][47] -> [FAIL][48] ([Intel XE#886]) +3 other tests fail
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-3/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-4/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][49] ([Intel XE#1397]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-5/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
- shard-dg2-set2: NOTRUN -> [SKIP][50] ([Intel XE#455]) +19 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-432/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling:
- shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#1397] / [Intel XE#1745]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#651]) +5 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-3/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][53] ([Intel XE#651]) +41 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-wc:
- shard-lnl: [PASS][54] -> [SKIP][55] ([Intel XE#2351]) +5 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-4/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-wc.html
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-plflip-blt:
- shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#656]) +23 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][57] ([Intel XE#653]) +33 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-dg2-set2: NOTRUN -> [SKIP][58] ([Intel XE#1158])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-466/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_hdmi_inject@inject-audio:
- shard-lnl: NOTRUN -> [SKIP][59] ([Intel XE#1470] / [Intel XE#2853])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-8/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-lnl: [PASS][60] -> [SKIP][61] ([Intel XE#2423]) +1 other test skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-2/igt@kms_hdr@bpc-switch-suspend.html
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_lease@page-flip-implicit-plane:
- shard-lnl: [PASS][62] -> [FAIL][63] ([Intel XE#2205]) +1 other test fail
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-4/igt@kms_lease@page-flip-implicit-plane.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-4/igt@kms_lease@page-flip-implicit-plane.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-dg2-set2: NOTRUN -> [SKIP][64] ([Intel XE#356])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-463/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-lnl: NOTRUN -> [INCOMPLETE][65] ([Intel XE#1616]) +1 other test incomplete
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-1/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-2:
- shard-lnl: [PASS][66] -> [DMESG-WARN][67] ([Intel XE#324])
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-6/igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-2.html
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-2.html
* igt@kms_plane@plane-position-hole@pipe-a-plane-3:
- shard-lnl: [PASS][68] -> [DMESG-FAIL][69] ([Intel XE#324])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-3/igt@kms_plane@plane-position-hole@pipe-a-plane-3.html
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-8/igt@kms_plane@plane-position-hole@pipe-a-plane-3.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-a:
- shard-lnl: NOTRUN -> [SKIP][70] ([Intel XE#2763]) +7 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-a.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b:
- shard-dg2-set2: NOTRUN -> [SKIP][71] ([Intel XE#2763]) +2 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d:
- shard-dg2-set2: NOTRUN -> [SKIP][72] ([Intel XE#2763] / [Intel XE#455]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d.html
* igt@kms_pm_dc@dc5-dpms-negative:
- shard-lnl: NOTRUN -> [SKIP][73] ([Intel XE#1131])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-4/igt@kms_pm_dc@dc5-dpms-negative.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg2-set2: NOTRUN -> [SKIP][74] ([Intel XE#1129])
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-464/igt@kms_pm_dc@dc6-psr.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][75] ([Intel XE#1489]) +9 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-433/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-lnl: NOTRUN -> [SKIP][76] ([Intel XE#2893]) +2 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-5/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf:
- shard-lnl: NOTRUN -> [SKIP][77] ([Intel XE#2351]) +1 other test skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#1128])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-2/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@fbc-psr2-cursor-plane-move:
- shard-lnl: [PASS][79] -> [FAIL][80] ([Intel XE#2948]) +1 other test fail
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-1/igt@kms_psr@fbc-psr2-cursor-plane-move.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-3/igt@kms_psr@fbc-psr2-cursor-plane-move.html
* igt@kms_psr@pr-cursor-plane-move:
- shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#1406]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-7/igt@kms_psr@pr-cursor-plane-move.html
* igt@kms_psr@psr2-basic:
- shard-lnl: [PASS][82] -> [FAIL][83] ([Intel XE#1649]) +1 other test fail
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-7/igt@kms_psr@psr2-basic.html
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-2/igt@kms_psr@psr2-basic.html
* igt@kms_psr@psr2-sprite-plane-move:
- shard-dg2-set2: NOTRUN -> [SKIP][84] ([Intel XE#2850] / [Intel XE#929]) +14 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-466/igt@kms_psr@psr2-sprite-plane-move.html
* igt@kms_rotation_crc@bad-tiling:
- shard-lnl: NOTRUN -> [SKIP][85] ([Intel XE#1437]) +2 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-4/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-dg2-set2: NOTRUN -> [SKIP][86] ([Intel XE#327]) +1 other test skip
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-463/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-dg2-set2: NOTRUN -> [SKIP][87] ([Intel XE#1127])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
- shard-lnl: NOTRUN -> [SKIP][88] ([Intel XE#1127])
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_sequence@get-idle:
- shard-dg2-set2: [PASS][89] -> [INCOMPLETE][90] ([Intel XE#1195]) +1 other test incomplete
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-dg2-464/igt@kms_sequence@get-idle.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-435/igt@kms_sequence@get-idle.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1:
- shard-lnl: [PASS][91] -> [FAIL][92] ([Intel XE#899])
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-4/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html
* igt@kms_vrr@flipline:
- shard-lnl: [PASS][93] -> [FAIL][94] ([Intel XE#2443]) +1 other test fail
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-4/igt@kms_vrr@flipline.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-1/igt@kms_vrr@flipline.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-dg2-set2: NOTRUN -> [SKIP][95] ([Intel XE#756])
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-436/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- shard-dg2-set2: NOTRUN -> [SKIP][96] ([Intel XE#1091] / [Intel XE#2849])
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-436/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@xe_ccs@suspend-resume@tile4-compressed-compfmt0-system-system:
- shard-lnl: [PASS][97] -> [INCOMPLETE][98] ([Intel XE#2760]) +1 other test incomplete
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-3/igt@xe_ccs@suspend-resume@tile4-compressed-compfmt0-system-system.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-8/igt@xe_ccs@suspend-resume@tile4-compressed-compfmt0-system-system.html
* igt@xe_compute@ccs-mode-basic:
- shard-dg2-set2: NOTRUN -> [FAIL][99] ([Intel XE#1050])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-463/igt@xe_compute@ccs-mode-basic.html
* igt@xe_copy_basic@mem-copy-linear-0xfffe:
- shard-dg2-set2: NOTRUN -> [SKIP][100] ([Intel XE#1123])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-435/igt@xe_copy_basic@mem-copy-linear-0xfffe.html
* igt@xe_eudebug@basic-vm-bind-extended-discovery:
- shard-lnl: NOTRUN -> [SKIP][101] ([Intel XE#1130]) +1 other test skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@xe_eudebug@basic-vm-bind-extended-discovery.html
* igt@xe_eudebug@sysfs-toggle:
- shard-lnl: NOTRUN -> [SKIP][102] ([Intel XE#2905]) +2 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-3/igt@xe_eudebug@sysfs-toggle.html
* igt@xe_eudebug_online@single-step-one:
- shard-dg2-set2: NOTRUN -> [SKIP][103] ([Intel XE#2905]) +10 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-433/igt@xe_eudebug_online@single-step-one.html
* igt@xe_evict@evict-beng-mixed-many-threads-large:
- shard-dg2-set2: NOTRUN -> [FAIL][104] ([Intel XE#1000])
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-436/igt@xe_evict@evict-beng-mixed-many-threads-large.html
* igt@xe_evict@evict-beng-mixed-threads-large:
- shard-dg2-set2: [PASS][105] -> [INCOMPLETE][106] ([Intel XE#1195] / [Intel XE#1473])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-dg2-464/igt@xe_evict@evict-beng-mixed-threads-large.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-463/igt@xe_evict@evict-beng-mixed-threads-large.html
* igt@xe_evict@evict-beng-threads-large:
- shard-dg2-set2: [PASS][107] -> [TIMEOUT][108] ([Intel XE#1473])
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-dg2-464/igt@xe_evict@evict-beng-threads-large.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-466/igt@xe_evict@evict-beng-threads-large.html
* igt@xe_evict@evict-large-multi-vm-cm:
- shard-dg2-set2: NOTRUN -> [FAIL][109] ([Intel XE#1600])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-466/igt@xe_evict@evict-large-multi-vm-cm.html
* igt@xe_evict_ccs@evict-overcommit-parallel-nofree-reopen:
- shard-lnl: NOTRUN -> [SKIP][110] ([Intel XE#688]) +5 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-3/igt@xe_evict_ccs@evict-overcommit-parallel-nofree-reopen.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-rebind:
- shard-lnl: NOTRUN -> [SKIP][111] ([Intel XE#1392])
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-2/igt@xe_exec_basic@multigpu-once-bindexecqueue-rebind.html
* igt@xe_exec_compute_mode@many-userptr-invalidate-race:
- shard-lnl: [PASS][112] -> [FAIL][113] ([Intel XE#2754])
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-7/igt@xe_exec_compute_mode@many-userptr-invalidate-race.html
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@xe_exec_compute_mode@many-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@once-invalid-userptr-fault:
- shard-dg2-set2: NOTRUN -> [SKIP][114] ([Intel XE#288]) +26 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-434/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html
* igt@xe_exec_threads@threads-mixed-userptr-invalidate:
- shard-lnl: [PASS][115] -> [SKIP][116] ([Intel XE#1130]) +12 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-4/igt@xe_exec_threads@threads-mixed-userptr-invalidate.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@xe_exec_threads@threads-mixed-userptr-invalidate.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- shard-dg2-set2: NOTRUN -> [SKIP][117] ([Intel XE#2229])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-434/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
* igt@xe_oa@mmio-triggered-reports:
- shard-lnl: [PASS][118] -> [FAIL][119] ([Intel XE#2249])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-7/igt@xe_oa@mmio-triggered-reports.html
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-7/igt@xe_oa@mmio-triggered-reports.html
* igt@xe_oa@mmio-triggered-reports@rcs-0:
- shard-lnl: NOTRUN -> [FAIL][120] ([Intel XE#2249])
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-7/igt@xe_oa@mmio-triggered-reports@rcs-0.html
* igt@xe_oa@privileged-forked-access-vaddr:
- shard-dg2-set2: NOTRUN -> [SKIP][121] ([Intel XE#2541]) +5 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-464/igt@xe_oa@privileged-forked-access-vaddr.html
* igt@xe_oa@unprivileged-single-ctx-counters:
- shard-lnl: NOTRUN -> [SKIP][122] ([Intel XE#2248])
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-2/igt@xe_oa@unprivileged-single-ctx-counters.html
* igt@xe_pat@pat-index-xehpc:
- shard-dg2-set2: NOTRUN -> [SKIP][123] ([Intel XE#2838] / [Intel XE#979])
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-464/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@pat-index-xelpg:
- shard-dg2-set2: NOTRUN -> [SKIP][124] ([Intel XE#979])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-432/igt@xe_pat@pat-index-xelpg.html
* igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p:
- shard-dg2-set2: NOTRUN -> [FAIL][125] ([Intel XE#1173]) +1 other test fail
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-436/igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p.html
* igt@xe_pm@d3hot-multiple-execs:
- shard-lnl: [PASS][126] -> [TIMEOUT][127] ([Intel XE#1358] / [Intel XE#1620] / [Intel XE#2574])
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-5/igt@xe_pm@d3hot-multiple-execs.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-1/igt@xe_pm@d3hot-multiple-execs.html
* igt@xe_pm@s2idle-d3hot-basic-exec:
- shard-dg2-set2: NOTRUN -> [ABORT][128] ([Intel XE#1358])
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-464/igt@xe_pm@s2idle-d3hot-basic-exec.html
* igt@xe_pm@vram-d3cold-threshold:
- shard-dg2-set2: NOTRUN -> [SKIP][129] ([Intel XE#579])
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-466/igt@xe_pm@vram-d3cold-threshold.html
* igt@xe_query@multigpu-query-cs-cycles:
- shard-dg2-set2: NOTRUN -> [SKIP][130] ([Intel XE#944]) +4 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-433/igt@xe_query@multigpu-query-cs-cycles.html
* igt@xe_query@multigpu-query-mem-usage:
- shard-lnl: NOTRUN -> [SKIP][131] ([Intel XE#944])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-7/igt@xe_query@multigpu-query-mem-usage.html
* igt@xe_wedged@wedged-at-any-timeout:
- shard-dg2-set2: NOTRUN -> [FAIL][132] ([Intel XE#2780])
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-466/igt@xe_wedged@wedged-at-any-timeout.html
#### Possible fixes ####
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear:
- shard-lnl: [FAIL][133] ([Intel XE#911]) -> [PASS][134] +3 other tests pass
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4:
- {shard-bmg}: [DMESG-WARN][135] ([Intel XE#1033]) -> [PASS][136]
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-bmg-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-bmg-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4.html
* igt@kms_atomic_transition@modeset-transition-nonblocking:
- shard-lnl: [FAIL][137] ([Intel XE#1701]) -> [PASS][138] +1 other test pass
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-2/igt@kms_atomic_transition@modeset-transition-nonblocking.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_atomic_transition@modeset-transition-nonblocking.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3:
- {shard-bmg}: [FAIL][139] ([Intel XE#301]) -> [PASS][140] +3 other tests pass
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-bmg-3/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html
* igt@kms_flip@blocking-wf_vblank:
- shard-lnl: [FAIL][141] ([Intel XE#886]) -> [PASS][142] +3 other tests pass
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-6/igt@kms_flip@blocking-wf_vblank.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-3/igt@kms_flip@blocking-wf_vblank.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1:
- shard-lnl: [FAIL][143] ([Intel XE#301]) -> [PASS][144] +1 other test pass
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@d-hdmi-a6:
- shard-dg2-set2: [FAIL][145] ([Intel XE#301]) -> [PASS][146]
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-hdmi-a6.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-hdmi-a6.html
* igt@kms_flip@flip-vs-suspend:
- shard-lnl: [INCOMPLETE][147] ([Intel XE#2049]) -> [PASS][148] +1 other test pass
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-2/igt@kms_flip@flip-vs-suspend.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-2/igt@kms_flip@flip-vs-suspend.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-lnl: [DMESG-WARN][149] -> [PASS][150]
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-6/igt@kms_frontbuffer_tracking@fbc-suspend.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-7/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-1:
- shard-lnl: [DMESG-WARN][151] ([Intel XE#324]) -> [PASS][152] +5 other tests pass
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-6/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-1.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-1.html
* igt@kms_plane@plane-position-hole@pipe-a-plane-1:
- shard-lnl: [DMESG-FAIL][153] ([Intel XE#324]) -> [PASS][154]
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-3/igt@kms_plane@plane-position-hole@pipe-a-plane-1.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-8/igt@kms_plane@plane-position-hole@pipe-a-plane-1.html
* igt@kms_pm_dc@dc5-psr:
- shard-lnl: [FAIL][155] ([Intel XE#718]) -> [PASS][156]
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-7/igt@kms_pm_dc@dc5-psr.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-3/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_rpm@legacy-planes:
- shard-lnl: [INCOMPLETE][157] ([Intel XE#1620] / [Intel XE#2864]) -> [PASS][158]
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-7/igt@kms_pm_rpm@legacy-planes.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-7/igt@kms_pm_rpm@legacy-planes.html
* igt@kms_pm_rpm@legacy-planes@plane-41:
- shard-lnl: [DMESG-FAIL][159] ([Intel XE#1620]) -> [PASS][160]
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-7/igt@kms_pm_rpm@legacy-planes@plane-41.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-7/igt@kms_pm_rpm@legacy-planes@plane-41.html
* igt@kms_psr@psr2-cursor-plane-move@edp-1:
- shard-lnl: [FAIL][161] ([Intel XE#2948]) -> [PASS][162] +3 other tests pass
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-3/igt@kms_psr@psr2-cursor-plane-move@edp-1.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-5/igt@kms_psr@psr2-cursor-plane-move@edp-1.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
- shard-lnl: [FAIL][163] ([Intel XE#899]) -> [PASS][164]
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-4/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
* igt@kms_vrr@flip-suspend@pipe-a-edp-1:
- shard-lnl: [FAIL][165] ([Intel XE#2443]) -> [PASS][166] +3 other tests pass
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-3/igt@kms_vrr@flip-suspend@pipe-a-edp-1.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-4/igt@kms_vrr@flip-suspend@pipe-a-edp-1.html
* igt@xe_exec_reset@parallel-gt-reset:
- {shard-bmg}: [TIMEOUT][167] ([Intel XE#2105]) -> [PASS][168]
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-bmg-5/igt@xe_exec_reset@parallel-gt-reset.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-bmg-6/igt@xe_exec_reset@parallel-gt-reset.html
* igt@xe_exec_threads@threads-hang-fd-userptr-rebind:
- shard-lnl: [ABORT][169] -> [PASS][170]
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-1/igt@xe_exec_threads@threads-hang-fd-userptr-rebind.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-3/igt@xe_exec_threads@threads-hang-fd-userptr-rebind.html
* igt@xe_pm@s2idle-d3hot-basic-exec:
- shard-lnl: [INCOMPLETE][171] ([Intel XE#1358] / [Intel XE#1616]) -> [PASS][172]
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-6/igt@xe_pm@s2idle-d3hot-basic-exec.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-3/igt@xe_pm@s2idle-d3hot-basic-exec.html
* igt@xe_pm@s4-basic-exec:
- shard-lnl: [ABORT][173] ([Intel XE#1358] / [Intel XE#1607] / [Intel XE#1794]) -> [PASS][174]
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-2/igt@xe_pm@s4-basic-exec.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-5/igt@xe_pm@s4-basic-exec.html
* igt@xe_pm_residency@gt-c6-freeze:
- shard-dg2-set2: [ABORT][175] ([Intel XE#2915]) -> [PASS][176] +1 other test pass
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-dg2-434/igt@xe_pm_residency@gt-c6-freeze.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-433/igt@xe_pm_residency@gt-c6-freeze.html
#### Warnings ####
* igt@kms_big_fb@linear-32bpp-rotate-90:
- shard-lnl: [SKIP][177] ([Intel XE#1407]) -> [SKIP][178] ([Intel XE#2351])
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-6/igt@kms_big_fb@linear-32bpp-rotate-90.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_big_fb@linear-32bpp-rotate-90.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs:
- shard-lnl: [SKIP][179] ([Intel XE#2887]) -> [SKIP][180] ([Intel XE#2351]) +1 other test skip
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-4/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-lnl: [SKIP][181] ([Intel XE#373]) -> [SKIP][182] ([Intel XE#2423])
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-5/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_content_protection@atomic-dpms:
- shard-dg2-set2: [FAIL][183] ([Intel XE#1178]) -> [INCOMPLETE][184] ([Intel XE#1195] / [Intel XE#2715])
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-dg2-436/igt@kms_content_protection@atomic-dpms.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-466/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@atomic-dpms@pipe-a-dp-4:
- shard-dg2-set2: [FAIL][185] ([Intel XE#1178]) -> [INCOMPLETE][186] ([Intel XE#1195])
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-dg2-436/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-dg2-466/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-lnl: [SKIP][187] ([Intel XE#309]) -> [SKIP][188] ([Intel XE#2423])
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-3/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
- shard-lnl: [SKIP][189] ([Intel XE#1401] / [Intel XE#1745]) -> [SKIP][190] ([Intel XE#2351])
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-lnl: [SKIP][191] ([Intel XE#656]) -> [SKIP][192] ([Intel XE#2351]) +2 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-4:
- shard-lnl: [SKIP][193] ([Intel XE#651]) -> [SKIP][194] ([Intel XE#2351]) +1 other test skip
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-4/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-4.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-4.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25:
- shard-lnl: [SKIP][195] ([Intel XE#2763]) -> [SKIP][196] ([Intel XE#2423])
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-5/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html
* igt@kms_vblank@accuracy-idle:
- shard-lnl: [DMESG-WARN][197] -> [FAIL][198] ([Intel XE#1523]) +1 other test fail
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-3/igt@kms_vblank@accuracy-idle.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_vblank@accuracy-idle.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-lnl: [SKIP][199] ([Intel XE#756]) -> [SKIP][200] ([Intel XE#2423])
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-8/igt@kms_writeback@writeback-check-output-xrgb2101010.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@xe_evict@evict-large-cm:
- shard-lnl: [SKIP][201] ([Intel XE#688]) -> [SKIP][202] ([Intel XE#1130])
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8054/shard-lnl-5/igt@xe_evict@evict-large-cm.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/shard-lnl-6/igt@xe_evict@evict-large-cm.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000
[Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033
[Intel XE#1050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1050
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128
[Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
[Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130
[Intel XE#1131]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1131
[Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
[Intel XE#1158]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1158
[Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
[Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195
[Intel XE#1288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1288
[Intel XE#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437
[Intel XE#1466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1466
[Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[Intel XE#1523]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1523
[Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1616
[Intel XE#1620]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1620
[Intel XE#1649]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1649
[Intel XE#1701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1701
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2055]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2055
[Intel XE#2105]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2205]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2205
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248
[Intel XE#2249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2249
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2329
[Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333
[Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351
[Intel XE#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364
[Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
[Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2385]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2385
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443
[Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2499
[Intel XE#2501]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2501
[Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#2574]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2574
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2715]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2715
[Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[Intel XE#2754]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2754
[Intel XE#2760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2760
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2780]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2780
[Intel XE#2791]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2791
[Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
[Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2853]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2853
[Intel XE#2864]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2864
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
[Intel XE#2915]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2915
[Intel XE#2916]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2916
[Intel XE#2931]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2931
[Intel XE#2948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2948
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324
[Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327
[Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/703
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899
[Intel XE#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
Build changes
-------------
* IGT: IGT_8054 -> IGTPW_11876
* Linux: xe-2016-92d12099cc768f36cf676ee1b014442a5c5ba965 -> xe-2017-39a016b276ce8adac629cc6c31892d0b7d2af634
IGTPW_11876: 6f78e20c00d9547466ce27fca779e117be92642d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8054: 3f627b7fd48c6ab324ceaa80dd8cf0131292bf63 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2016-92d12099cc768f36cf676ee1b014442a5c5ba965: 92d12099cc768f36cf676ee1b014442a5c5ba965
xe-2017-39a016b276ce8adac629cc6c31892d0b7d2af634: 39a016b276ce8adac629cc6c31892d0b7d2af634
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11876/index.html
[-- Attachment #2: Type: text/html, Size: 61982 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* ✗ Fi.CI.IGT: failure for tests/intel/xe_oa: Preventing test failures by omitting rc6 disable test if 'gtidle' node is missing
2024-10-07 4:22 [PATCH i-g-t v3] tests/intel/xe_oa: Preventing test failures by omitting rc6 disable test if 'gtidle' node is missing Soham Purkait
` (2 preceding siblings ...)
2024-10-08 7:40 ` ✗ CI.xeFULL: failure " Patchwork
@ 2024-10-08 15:51 ` Patchwork
3 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-08 15:51 UTC (permalink / raw)
To: Soham Purkait; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100317 bytes --]
== Series Details ==
Series: tests/intel/xe_oa: Preventing test failures by omitting rc6 disable test if 'gtidle' node is missing
URL : https://patchwork.freedesktop.org/series/139608/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_15485_full -> IGTPW_11876_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_11876_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_11876_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_11876/index.html
Participating hosts (9 -> 8)
------------------------------
Missing (1): shard-glk
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_11876_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_lmem_swapping@verify-ccs:
- shard-dg2: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-1/igt@gem_lmem_swapping@verify-ccs.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-1/igt@gem_lmem_swapping@verify-ccs.html
* igt@kms_cursor_legacy@flip-vs-cursor-toggle:
- shard-snb: [PASS][3] -> [FAIL][4] +1 other test fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-snb7/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-snb7/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
#### Warnings ####
* igt@gem_fence_thrash@bo-write-verify-y:
- shard-dg1: [SKIP][5] ([i915#4860]) -> [INCOMPLETE][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg1-18/igt@gem_fence_thrash@bo-write-verify-y.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-14/igt@gem_fence_thrash@bo-write-verify-y.html
Known issues
------------
Here are the changes found in IGTPW_11876_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-dg1: NOTRUN -> [SKIP][7] ([i915#8411])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-18/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@api_intel_bb@crc32:
- shard-rkl: NOTRUN -> [SKIP][8] ([i915#6230])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-2/igt@api_intel_bb@crc32.html
- shard-dg1: NOTRUN -> [SKIP][9] ([i915#6230])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-18/igt@api_intel_bb@crc32.html
- shard-tglu: NOTRUN -> [SKIP][10] ([i915#6230])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-3/igt@api_intel_bb@crc32.html
* igt@debugfs_test@basic-hwmon:
- shard-rkl: NOTRUN -> [SKIP][11] ([i915#9318])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-2/igt@debugfs_test@basic-hwmon.html
* igt@drm_fdinfo@busy-check-all@vecs1:
- shard-dg2: NOTRUN -> [SKIP][12] ([i915#8414]) +16 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@drm_fdinfo@busy-check-all@vecs1.html
* igt@drm_fdinfo@isolation@vecs0:
- shard-dg1: NOTRUN -> [SKIP][13] ([i915#8414]) +5 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-15/igt@drm_fdinfo@isolation@vecs0.html
* igt@gem_busy@semaphore:
- shard-dg2: NOTRUN -> [SKIP][14] ([i915#3936])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-5/igt@gem_busy@semaphore.html
- shard-dg1: NOTRUN -> [SKIP][15] ([i915#3936])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-14/igt@gem_busy@semaphore.html
- shard-mtlp: NOTRUN -> [SKIP][16] ([i915#3936])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-4/igt@gem_busy@semaphore.html
* igt@gem_ccs@block-copy-compressed:
- shard-dg1: NOTRUN -> [SKIP][17] ([i915#3555] / [i915#9323]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-12/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][18] ([i915#7297])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-6/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_close_race@multigpu-basic-process:
- shard-tglu: NOTRUN -> [SKIP][19] ([i915#7697])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-6/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-set-pat:
- shard-rkl: NOTRUN -> [SKIP][20] ([i915#8562])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-2/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_isolation@preservation-s3:
- shard-dg1: [PASS][21] -> [DMESG-WARN][22] ([i915#4423]) +1 other test dmesg-warn
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg1-13/igt@gem_ctx_isolation@preservation-s3.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-18/igt@gem_ctx_isolation@preservation-s3.html
* igt@gem_ctx_persistence@heartbeat-hang:
- shard-dg2: NOTRUN -> [SKIP][23] ([i915#8555]) +2 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-7/igt@gem_ctx_persistence@heartbeat-hang.html
* igt@gem_ctx_persistence@heartbeat-stop:
- shard-dg1: NOTRUN -> [SKIP][24] ([i915#8555])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-12/igt@gem_ctx_persistence@heartbeat-stop.html
* igt@gem_ctx_persistence@hostile:
- shard-mtlp: [PASS][25] -> [FAIL][26] ([i915#11980])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-mtlp-1/igt@gem_ctx_persistence@hostile.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-3/igt@gem_ctx_persistence@hostile.html
* igt@gem_ctx_persistence@legacy-engines-hostile:
- shard-snb: NOTRUN -> [SKIP][27] ([i915#1099])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-snb4/igt@gem_ctx_persistence@legacy-engines-hostile.html
* igt@gem_ctx_sseu@engines:
- shard-rkl: NOTRUN -> [SKIP][28] ([i915#280]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-2/igt@gem_ctx_sseu@engines.html
- shard-tglu: NOTRUN -> [SKIP][29] ([i915#280]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-5/igt@gem_ctx_sseu@engines.html
- shard-dg2: NOTRUN -> [SKIP][30] ([i915#280])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-5/igt@gem_ctx_sseu@engines.html
* igt@gem_eio@hibernate:
- shard-dg1: [PASS][31] -> [ABORT][32] ([i915#7975] / [i915#8213])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg1-19/igt@gem_eio@hibernate.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-14/igt@gem_eio@hibernate.html
* igt@gem_exec_balancer@parallel-ordering:
- shard-rkl: NOTRUN -> [SKIP][33] ([i915#4525]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-5/igt@gem_exec_balancer@parallel-ordering.html
* igt@gem_exec_capture@capture-recoverable:
- shard-rkl: NOTRUN -> [SKIP][34] ([i915#6344])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-2/igt@gem_exec_capture@capture-recoverable.html
* igt@gem_exec_fair@basic-none-solo:
- shard-tglu: NOTRUN -> [FAIL][35] ([i915#2842]) +3 other tests fail
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-9/igt@gem_exec_fair@basic-none-solo.html
* igt@gem_exec_fair@basic-pace:
- shard-dg1: NOTRUN -> [SKIP][36] ([i915#3539]) +1 other test skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-18/igt@gem_exec_fair@basic-pace.html
* igt@gem_exec_fair@basic-pace-share:
- shard-tglu: [PASS][37] -> [FAIL][38] ([i915#2842]) +1 other test fail
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-tglu-4/igt@gem_exec_fair@basic-pace-share.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-3/igt@gem_exec_fair@basic-pace-share.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-rkl: [PASS][39] -> [FAIL][40] ([i915#2842]) +2 other tests fail
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-rkl-1/igt@gem_exec_fair@basic-pace@rcs0.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-5/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@gem_exec_fair@basic-throttle:
- shard-dg2: NOTRUN -> [SKIP][41] ([i915#3539]) +2 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-7/igt@gem_exec_fair@basic-throttle.html
* igt@gem_exec_flush@basic-wb-ro-before-default:
- shard-dg2: NOTRUN -> [SKIP][42] ([i915#3539] / [i915#4852]) +5 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-11/igt@gem_exec_flush@basic-wb-ro-before-default.html
* igt@gem_exec_flush@basic-wb-rw-before-default:
- shard-dg1: NOTRUN -> [SKIP][43] ([i915#3539] / [i915#4852]) +3 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-12/igt@gem_exec_flush@basic-wb-rw-before-default.html
* igt@gem_exec_reloc@basic-gtt-cpu:
- shard-rkl: NOTRUN -> [SKIP][44] ([i915#3281]) +12 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-3/igt@gem_exec_reloc@basic-gtt-cpu.html
* igt@gem_exec_reloc@basic-range-active:
- shard-mtlp: NOTRUN -> [SKIP][45] ([i915#3281]) +4 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-5/igt@gem_exec_reloc@basic-range-active.html
* igt@gem_exec_reloc@basic-write-read:
- shard-dg1: NOTRUN -> [SKIP][46] ([i915#3281]) +6 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-12/igt@gem_exec_reloc@basic-write-read.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-dg2: NOTRUN -> [SKIP][47] ([i915#3281]) +12 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-5/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_schedule@deep@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][48] ([i915#4537])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-6/igt@gem_exec_schedule@deep@rcs0.html
* igt@gem_exec_schedule@pi-ringfull@vecs0:
- shard-dg1: NOTRUN -> [FAIL][49] ([i915#12296]) +5 other tests fail
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-18/igt@gem_exec_schedule@pi-ringfull@vecs0.html
* igt@gem_exec_schedule@preempt-queue-contexts-chain:
- shard-dg2: NOTRUN -> [SKIP][50] ([i915#4537] / [i915#4812])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-5/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
* igt@gem_exec_schedule@semaphore-power:
- shard-dg1: NOTRUN -> [SKIP][51] ([i915#4812]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-15/igt@gem_exec_schedule@semaphore-power.html
- shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4537] / [i915#4812])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-4/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_exec_suspend@basic-s4-devices:
- shard-dg2: [PASS][53] -> [ABORT][54] ([i915#7975] / [i915#8213]) +1 other test abort
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-10/igt@gem_exec_suspend@basic-s4-devices.html
* igt@gem_fenced_exec_thrash@no-spare-fences:
- shard-dg1: NOTRUN -> [SKIP][55] ([i915#4860])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-19/igt@gem_fenced_exec_thrash@no-spare-fences.html
- shard-mtlp: NOTRUN -> [SKIP][56] ([i915#4860]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-6/igt@gem_fenced_exec_thrash@no-spare-fences.html
* igt@gem_fenced_exec_thrash@no-spare-fences-interruptible:
- shard-dg2: NOTRUN -> [SKIP][57] ([i915#4860]) +2 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-8/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
* igt@gem_huc_copy@huc-copy:
- shard-rkl: NOTRUN -> [SKIP][58] ([i915#2190])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-7/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@smem-oom:
- shard-tglu: NOTRUN -> [SKIP][59] ([i915#4613]) +2 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-3/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_lmem_swapping@verify-random:
- shard-rkl: NOTRUN -> [SKIP][60] ([i915#4613]) +3 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-3/igt@gem_lmem_swapping@verify-random.html
- shard-mtlp: NOTRUN -> [SKIP][61] ([i915#4613]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-5/igt@gem_lmem_swapping@verify-random.html
* igt@gem_media_vme:
- shard-tglu: NOTRUN -> [SKIP][62] ([i915#284])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-8/igt@gem_media_vme.html
* igt@gem_mmap@pf-nonblock:
- shard-dg2: NOTRUN -> [SKIP][63] ([i915#4083]) +4 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-8/igt@gem_mmap@pf-nonblock.html
* igt@gem_mmap_gtt@basic-small-copy-odd:
- shard-dg1: NOTRUN -> [SKIP][64] ([i915#4077]) +9 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-15/igt@gem_mmap_gtt@basic-small-copy-odd.html
* igt@gem_mmap_gtt@fault-concurrent-x:
- shard-dg2: NOTRUN -> [SKIP][65] ([i915#4077]) +12 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-1/igt@gem_mmap_gtt@fault-concurrent-x.html
* igt@gem_mmap_gtt@hang-busy:
- shard-mtlp: NOTRUN -> [SKIP][66] ([i915#4077]) +3 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-8/igt@gem_mmap_gtt@hang-busy.html
* igt@gem_mmap_wc@read:
- shard-dg1: NOTRUN -> [SKIP][67] ([i915#4083]) +4 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-16/igt@gem_mmap_wc@read.html
- shard-mtlp: NOTRUN -> [SKIP][68] ([i915#4083]) +2 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-7/igt@gem_mmap_wc@read.html
* igt@gem_partial_pwrite_pread@write-snoop:
- shard-mtlp: NOTRUN -> [SKIP][69] ([i915#3282]) +1 other test skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-7/igt@gem_partial_pwrite_pread@write-snoop.html
* igt@gem_partial_pwrite_pread@write-uncached:
- shard-dg1: NOTRUN -> [SKIP][70] ([i915#3282]) +3 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-14/igt@gem_partial_pwrite_pread@write-uncached.html
* igt@gem_pread@snoop:
- shard-dg2: NOTRUN -> [SKIP][71] ([i915#3282]) +6 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-6/igt@gem_pread@snoop.html
* igt@gem_pwrite@basic-self:
- shard-rkl: NOTRUN -> [SKIP][72] ([i915#3282]) +4 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-2/igt@gem_pwrite@basic-self.html
* igt@gem_pxp@create-regular-context-1:
- shard-rkl: NOTRUN -> [SKIP][73] ([i915#4270]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-7/igt@gem_pxp@create-regular-context-1.html
* igt@gem_pxp@reject-modify-context-protection-off-1:
- shard-tglu: NOTRUN -> [SKIP][74] ([i915#4270]) +1 other test skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-6/igt@gem_pxp@reject-modify-context-protection-off-1.html
- shard-dg2: NOTRUN -> [SKIP][75] ([i915#4270]) +2 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-1/igt@gem_pxp@reject-modify-context-protection-off-1.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-dg1: NOTRUN -> [SKIP][76] ([i915#4270]) +2 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-19/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_pxp@verify-pxp-stale-ctx-execution:
- shard-mtlp: NOTRUN -> [SKIP][77] ([i915#4270])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-3/igt@gem_pxp@verify-pxp-stale-ctx-execution.html
* igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][78] ([i915#8428]) +3 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-2/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled.html
* igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs:
- shard-dg2: NOTRUN -> [SKIP][79] ([i915#5190] / [i915#8428]) +9 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-6/igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs.html
* igt@gem_set_tiling_vs_gtt:
- shard-dg1: NOTRUN -> [SKIP][80] ([i915#4079])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-18/igt@gem_set_tiling_vs_gtt.html
- shard-mtlp: NOTRUN -> [SKIP][81] ([i915#4079])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-3/igt@gem_set_tiling_vs_gtt.html
- shard-dg2: NOTRUN -> [SKIP][82] ([i915#4079])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-5/igt@gem_set_tiling_vs_gtt.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-dg2: NOTRUN -> [SKIP][83] ([i915#4885])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-3/igt@gem_softpin@evict-snoop-interruptible.html
- shard-dg1: NOTRUN -> [SKIP][84] ([i915#4885])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-12/igt@gem_softpin@evict-snoop-interruptible.html
- shard-mtlp: NOTRUN -> [SKIP][85] ([i915#4885])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-3/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_userptr_blits@coherency-sync:
- shard-tglu: NOTRUN -> [SKIP][86] ([i915#3297])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-4/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-dg2: NOTRUN -> [SKIP][87] ([i915#3297])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-1/igt@gem_userptr_blits@create-destroy-unsync.html
- shard-dg1: NOTRUN -> [SKIP][88] ([i915#3297]) +2 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-19/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-rkl: NOTRUN -> [SKIP][89] ([i915#3282] / [i915#3297])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-7/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap:
- shard-dg1: NOTRUN -> [SKIP][90] ([i915#3297] / [i915#4880])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-18/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html
- shard-mtlp: NOTRUN -> [SKIP][91] ([i915#3297])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-3/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html
- shard-dg2: NOTRUN -> [SKIP][92] ([i915#3297] / [i915#4880])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-5/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html
* igt@gen9_exec_parse@bb-secure:
- shard-dg1: NOTRUN -> [SKIP][93] ([i915#2527]) +4 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-13/igt@gen9_exec_parse@bb-secure.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-tglu: NOTRUN -> [SKIP][94] ([i915#2527] / [i915#2856]) +2 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-9/igt@gen9_exec_parse@bb-start-cmd.html
* igt@gen9_exec_parse@unaligned-access:
- shard-dg2: NOTRUN -> [SKIP][95] ([i915#2856]) +3 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@gen9_exec_parse@unaligned-access.html
- shard-mtlp: NOTRUN -> [SKIP][96] ([i915#2856])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-4/igt@gen9_exec_parse@unaligned-access.html
* igt@i915_fb_tiling:
- shard-dg2: NOTRUN -> [SKIP][97] ([i915#4881])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-6/igt@i915_fb_tiling.html
* igt@i915_hangman@engine-error-state-capture:
- shard-dg2: [PASS][98] -> [INCOMPLETE][99] ([i915#2295])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-10/igt@i915_hangman@engine-error-state-capture.html
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-7/igt@i915_hangman@engine-error-state-capture.html
* igt@i915_module_load@load:
- shard-tglu: NOTRUN -> [SKIP][100] ([i915#6227])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-4/igt@i915_module_load@load.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg1: NOTRUN -> [ABORT][101] ([i915#9820])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-19/igt@i915_module_load@reload-with-fault-injection.html
- shard-mtlp: [PASS][102] -> [ABORT][103] ([i915#10131] / [i915#9820])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-6/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_module_load@resize-bar:
- shard-tglu: NOTRUN -> [SKIP][104] ([i915#6412])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-6/igt@i915_module_load@resize-bar.html
* igt@i915_pipe_stress@stress-xrgb8888-ytiled:
- shard-dg2: NOTRUN -> [SKIP][105] ([i915#7091])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-11/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html
- shard-mtlp: NOTRUN -> [SKIP][106] ([i915#8436])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-8/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html
* igt@i915_pm_freq_mult@media-freq@gt0:
- shard-tglu: NOTRUN -> [SKIP][107] ([i915#6590]) +1 other test skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-6/igt@i915_pm_freq_mult@media-freq@gt0.html
* igt@i915_pm_rc6_residency@rc6-fence:
- shard-tglu: NOTRUN -> [WARN][108] ([i915#2681]) +1 other test warn
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-3/igt@i915_pm_rc6_residency@rc6-fence.html
* igt@i915_pm_rps@reset:
- shard-snb: [PASS][109] -> [INCOMPLETE][110] ([i915#7790])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-snb1/igt@i915_pm_rps@reset.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-snb5/igt@i915_pm_rps@reset.html
* igt@i915_pm_rps@thresholds:
- shard-dg1: NOTRUN -> [SKIP][111] ([i915#11681])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-15/igt@i915_pm_rps@thresholds.html
* igt@i915_selftest@live@workarounds:
- shard-mtlp: NOTRUN -> [ABORT][112] ([i915#12216]) +1 other test abort
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-1/igt@i915_selftest@live@workarounds.html
* igt@kms_addfb_basic@addfb25-x-tiled-legacy:
- shard-dg2: NOTRUN -> [SKIP][113] ([i915#4212])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-7/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- shard-dg1: NOTRUN -> [SKIP][114] ([i915#4215])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-19/igt@kms_addfb_basic@basic-y-tiled-legacy.html
- shard-dg2: NOTRUN -> [SKIP][115] ([i915#4215] / [i915#5190])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-6/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- shard-mtlp: NOTRUN -> [SKIP][116] ([i915#4212])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-8/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs:
- shard-dg1: NOTRUN -> [SKIP][117] ([i915#8709]) +7 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-14/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][118] ([i915#8709]) +11 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs.html
* igt@kms_async_flips@invalid-async-flip:
- shard-dg2: NOTRUN -> [SKIP][119] ([i915#6228])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-10/igt@kms_async_flips@invalid-async-flip.html
- shard-mtlp: NOTRUN -> [SKIP][120] ([i915#6228])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-1/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][121] ([i915#4538] / [i915#5286]) +2 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-18/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#5286]) +6 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-6/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-addfb-size-offset-overflow:
- shard-dg1: NOTRUN -> [SKIP][123] ([i915#5286])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-16/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-tglu: NOTRUN -> [SKIP][124] ([i915#5286]) +6 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-9/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][125] ([i915#3638])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-18/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][126] ([i915#3638]) +1 other test skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-5/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2: NOTRUN -> [SKIP][127] ([i915#5190]) +1 other test skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-3/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-mtlp: NOTRUN -> [SKIP][128] +9 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
- shard-dg2: NOTRUN -> [SKIP][129] ([i915#5190] / [i915#9197]) +1 other test skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][130] ([i915#4538] / [i915#5190]) +11 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-4/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][131] +31 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][132] ([i915#4538]) +4 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-19/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][133] ([i915#12313]) +2 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-3/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][134] ([i915#6095]) +24 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-8/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs@pipe-a-edp-1.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][135] ([i915#10307] / [i915#10434] / [i915#6095]) +4 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-4/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
- shard-rkl: NOTRUN -> [SKIP][136] ([i915#12313]) +2 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-5/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
- shard-mtlp: NOTRUN -> [SKIP][137] ([i915#12313])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-2/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-basic-yf-tiled-ccs@pipe-c-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][138] ([i915#6095]) +49 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-6/igt@kms_ccs@crc-primary-basic-yf-tiled-ccs@pipe-c-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][139] ([i915#6095]) +78 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs:
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#9197]) +10 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
- shard-dg1: NOTRUN -> [SKIP][141] ([i915#12313]) +1 other test skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-14/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-dg2: NOTRUN -> [SKIP][142] ([i915#12313]) +3 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-3/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][143] ([i915#6095]) +119 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-12/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-3.html
* igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#10307] / [i915#6095]) +181 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-11/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_cdclk@plane-scaling:
- shard-rkl: NOTRUN -> [SKIP][145] ([i915#3742])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-5/igt@kms_cdclk@plane-scaling.html
- shard-tglu: NOTRUN -> [SKIP][146] ([i915#3742])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-10/igt@kms_cdclk@plane-scaling.html
* igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][147] ([i915#4087]) +4 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-7/igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3.html
* igt@kms_chamelium_color@degamma:
- shard-dg2: NOTRUN -> [SKIP][148] +21 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-11/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_frames@dp-crc-multiple:
- shard-dg2: NOTRUN -> [SKIP][149] ([i915#7828]) +10 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_chamelium_frames@dp-crc-multiple.html
* igt@kms_chamelium_frames@dp-crc-single:
- shard-dg1: NOTRUN -> [SKIP][150] ([i915#7828]) +5 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-17/igt@kms_chamelium_frames@dp-crc-single.html
* igt@kms_chamelium_frames@hdmi-aspect-ratio:
- shard-mtlp: NOTRUN -> [SKIP][151] ([i915#7828]) +3 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-3/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
* igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
- shard-tglu: NOTRUN -> [SKIP][152] ([i915#7828]) +6 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-10/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
* igt@kms_chamelium_hpd@vga-hpd-fast:
- shard-rkl: NOTRUN -> [SKIP][153] ([i915#7828]) +4 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-7/igt@kms_chamelium_hpd@vga-hpd-fast.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglu: NOTRUN -> [SKIP][154] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) +1 other test skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-9/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg2: NOTRUN -> [SKIP][155] ([i915#3299])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-1/igt@kms_content_protection@dp-mst-lic-type-1.html
- shard-tglu: NOTRUN -> [SKIP][156] ([i915#3116] / [i915#3299])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-6/igt@kms_content_protection@dp-mst-lic-type-1.html
- shard-mtlp: NOTRUN -> [SKIP][157] ([i915#3299])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-8/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-rkl: NOTRUN -> [SKIP][158] ([i915#3116]) +1 other test skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-6/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-dg1: NOTRUN -> [SKIP][159] ([i915#3299]) +2 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-15/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@srm:
- shard-dg2: NOTRUN -> [SKIP][160] ([i915#7118])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-3/igt@kms_content_protection@srm.html
- shard-dg1: NOTRUN -> [SKIP][161] ([i915#7116])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-13/igt@kms_content_protection@srm.html
- shard-mtlp: NOTRUN -> [SKIP][162] ([i915#6944])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-1/igt@kms_content_protection@srm.html
* igt@kms_content_protection@type1:
- shard-mtlp: NOTRUN -> [SKIP][163] ([i915#3555] / [i915#6944] / [i915#9424])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-4/igt@kms_content_protection@type1.html
* igt@kms_content_protection@uevent:
- shard-dg2: NOTRUN -> [SKIP][164] ([i915#7118] / [i915#9424])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-8/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-tglu: NOTRUN -> [SKIP][165] ([i915#11453]) +1 other test skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-3/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-dg2: NOTRUN -> [SKIP][166] ([i915#11453]) +1 other test skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-10/igt@kms_cursor_crc@cursor-offscreen-512x512.html
- shard-rkl: NOTRUN -> [SKIP][167] ([i915#11453])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-3/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-32x10:
- shard-mtlp: NOTRUN -> [SKIP][168] ([i915#3555] / [i915#8814]) +2 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-7/igt@kms_cursor_crc@cursor-onscreen-32x10.html
* igt@kms_cursor_crc@cursor-random-256x85:
- shard-dg2: [PASS][169] -> [SKIP][170] ([i915#9197]) +31 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-11/igt@kms_cursor_crc@cursor-random-256x85.html
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_cursor_crc@cursor-random-256x85.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-rkl: NOTRUN -> [SKIP][171] ([i915#3555]) +5 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-2/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
- shard-dg1: NOTRUN -> [SKIP][172] ([i915#3555]) +3 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-13/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-dg1: NOTRUN -> [SKIP][173] ([i915#11453])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-16/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
- shard-mtlp: NOTRUN -> [SKIP][174] ([i915#9809]) +2 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-4/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-dg1: NOTRUN -> [SKIP][175] ([i915#4103] / [i915#4213]) +1 other test skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-17/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-dg2: [PASS][176] -> [FAIL][177] ([i915#2346])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-10/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-tglu: NOTRUN -> [SKIP][178] ([i915#4103]) +1 other test skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
- shard-mtlp: NOTRUN -> [SKIP][179] ([i915#4213])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
- shard-dg2: NOTRUN -> [SKIP][180] ([i915#4103] / [i915#4213])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
- shard-rkl: NOTRUN -> [SKIP][181] ([i915#4103])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-dg2: NOTRUN -> [SKIP][182] ([i915#9833])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-6/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
- shard-dg1: NOTRUN -> [SKIP][183] ([i915#9723])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-19/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-tglu: NOTRUN -> [SKIP][184] ([i915#9723])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-8/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][185] ([i915#3840])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-4/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
- shard-dg1: NOTRUN -> [SKIP][186] ([i915#3840])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-15/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-formats:
- shard-dg1: NOTRUN -> [SKIP][187] ([i915#3555] / [i915#3840])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-16/igt@kms_dsc@dsc-with-formats.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-rkl: NOTRUN -> [SKIP][188] ([i915#3555] / [i915#3840])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-6/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-tglu: NOTRUN -> [SKIP][189] ([i915#3840] / [i915#9053])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-5/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2: NOTRUN -> [SKIP][190] ([i915#1839])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-6/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@psr1:
- shard-rkl: NOTRUN -> [SKIP][191] ([i915#658])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-5/igt@kms_feature_discovery@psr1.html
* igt@kms_feature_discovery@psr2:
- shard-dg1: NOTRUN -> [SKIP][192] ([i915#658])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-12/igt@kms_feature_discovery@psr2.html
- shard-dg2: NOTRUN -> [SKIP][193] ([i915#658])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-6/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][194] ([i915#3637] / [i915#3966]) +1 other test skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-5/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][195] ([i915#3637]) +3 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-8/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-dpms:
- shard-tglu: NOTRUN -> [SKIP][196] ([i915#3637]) +4 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-8/igt@kms_flip@2x-flip-vs-dpms.html
* igt@kms_flip@2x-flip-vs-panning:
- shard-dg1: NOTRUN -> [SKIP][197] ([i915#9934]) +5 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-15/igt@kms_flip@2x-flip-vs-panning.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1:
- shard-snb: [PASS][198] -> [FAIL][199] ([i915#2122]) +5 other tests fail
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-snb7/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1.html
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-snb4/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1.html
* igt@kms_flip@flip-vs-absolute-wf_vblank:
- shard-mtlp: [PASS][200] -> [FAIL][201] ([i915#2122]) +1 other test fail
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-mtlp-4/igt@kms_flip@flip-vs-absolute-wf_vblank.html
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-4/igt@kms_flip@flip-vs-absolute-wf_vblank.html
- shard-dg2: NOTRUN -> [FAIL][202] ([i915#2122]) +1 other test fail
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-10/igt@kms_flip@flip-vs-absolute-wf_vblank.html
* igt@kms_flip@flip-vs-fences-interruptible:
- shard-dg2: NOTRUN -> [SKIP][203] ([i915#8381])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-3/igt@kms_flip@flip-vs-fences-interruptible.html
- shard-dg1: NOTRUN -> [SKIP][204] ([i915#8381])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-13/igt@kms_flip@flip-vs-fences-interruptible.html
- shard-mtlp: NOTRUN -> [SKIP][205] ([i915#8381])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-1/igt@kms_flip@flip-vs-fences-interruptible.html
* igt@kms_flip@flip-vs-suspend:
- shard-dg1: [PASS][206] -> [INCOMPLETE][207] ([i915#4839] / [i915#6113])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg1-18/igt@kms_flip@flip-vs-suspend.html
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-13/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@flip-vs-suspend@b-hdmi-a1:
- shard-snb: [PASS][208] -> [INCOMPLETE][209] ([i915#4839]) +1 other test incomplete
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-snb1/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-snb4/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
* igt@kms_flip@flip-vs-suspend@b-hdmi-a3:
- shard-dg1: NOTRUN -> [INCOMPLETE][210] ([i915#6113])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-13/igt@kms_flip@flip-vs-suspend@b-hdmi-a3.html
* igt@kms_flip@plain-flip-fb-recreate:
- shard-tglu: NOTRUN -> [FAIL][211] ([i915#2122]) +2 other tests fail
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-6/igt@kms_flip@plain-flip-fb-recreate.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-dg1: NOTRUN -> [SKIP][212] ([i915#2672] / [i915#3555]) +1 other test skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-14/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][213] ([i915#2587] / [i915#2672]) +2 other tests skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-14/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling:
- shard-tglu: NOTRUN -> [SKIP][214] ([i915#2672] / [i915#3555]) +2 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
- shard-dg1: NOTRUN -> [SKIP][215] ([i915#2587] / [i915#2672] / [i915#3555])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-12/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
- shard-tglu: NOTRUN -> [SKIP][216] ([i915#2587] / [i915#2672] / [i915#3555])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][217] ([i915#2587] / [i915#2672]) +3 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling:
- shard-dg2: NOTRUN -> [SKIP][218] ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][219] ([i915#2672]) +3 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html
- shard-rkl: NOTRUN -> [SKIP][220] ([i915#2672]) +3 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][221] ([i915#3555] / [i915#8813])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][222] ([i915#8810])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][223] ([i915#2672] / [i915#3555]) +3 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-upscaling:
- shard-dg2: NOTRUN -> [SKIP][224] ([i915#3555]) +8 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-mtlp: NOTRUN -> [SKIP][225] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
- shard-dg2: NOTRUN -> [SKIP][226] ([i915#2672] / [i915#3555]) +1 other test skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][227] ([i915#2672] / [i915#3555]) +1 other test skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][228] ([i915#8708]) +4 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-cpu:
- shard-dg2: [PASS][229] -> [FAIL][230] ([i915#6880])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-cpu.html
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move:
- shard-dg2: NOTRUN -> [SKIP][231] ([i915#5354]) +48 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][232] +79 other tests skip
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
- shard-dg1: NOTRUN -> [SKIP][233] +33 other tests skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-snb: [PASS][234] -> [SKIP][235] +2 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render:
- shard-dg2: [PASS][236] -> [SKIP][237] ([i915#5354]) +10 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][238] ([i915#3458]) +13 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite:
- shard-rkl: NOTRUN -> [SKIP][239] ([i915#3023]) +22 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html
- shard-dg1: NOTRUN -> [SKIP][240] ([i915#3458]) +15 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-snb: NOTRUN -> [SKIP][241] +87 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-snb6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html
- shard-dg1: NOTRUN -> [SKIP][242] ([i915#8708]) +22 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render:
- shard-mtlp: NOTRUN -> [SKIP][243] ([i915#1825]) +11 other tests skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][244] ([i915#1825]) +34 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][245] ([i915#8708]) +20 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-10/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2: NOTRUN -> [SKIP][246] ([i915#6118])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-4/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdr@bpc-switch:
- shard-dg2: [PASS][247] -> [SKIP][248] ([i915#3555] / [i915#8228])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-10/igt@kms_hdr@bpc-switch.html
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-5/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@static-toggle-dpms:
- shard-rkl: NOTRUN -> [SKIP][249] ([i915#3555] / [i915#8228]) +1 other test skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-4/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_hdr@static-toggle-suspend:
- shard-tglu: NOTRUN -> [SKIP][250] ([i915#3555] / [i915#8228])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-6/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-dg1: NOTRUN -> [SKIP][251] ([i915#10656]) +1 other test skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-15/igt@kms_joiner@basic-force-ultra-joiner.html
- shard-mtlp: NOTRUN -> [SKIP][252] ([i915#10656]) +1 other test skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-8/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][253] ([i915#10656]) +1 other test skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-4/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-dg2: NOTRUN -> [SKIP][254] ([i915#10656])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-4/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-dg2: NOTRUN -> [SKIP][255] ([i915#6301]) +1 other test skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-6/igt@kms_panel_fitting@atomic-fastset.html
- shard-dg1: NOTRUN -> [SKIP][256] ([i915#6301]) +1 other test skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-19/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_plane@plane-position-hole:
- shard-dg2: [PASS][257] -> [SKIP][258] ([i915#8825])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-7/igt@kms_plane@plane-position-hole.html
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_plane@plane-position-hole.html
* igt@kms_plane_alpha_blend@alpha-basic:
- shard-dg2: [PASS][259] -> [SKIP][260] ([i915#7294])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-4/igt@kms_plane_alpha_blend@alpha-basic.html
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_plane_alpha_blend@alpha-basic.html
* igt@kms_plane_lowres@tiling-yf:
- shard-dg2: NOTRUN -> [SKIP][261] ([i915#3555] / [i915#8821])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-5/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-tglu: NOTRUN -> [FAIL][262] ([i915#8292]) +1 other test fail
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-6/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
- shard-rkl: [PASS][263] -> [FAIL][264] ([i915#8292]) +1 other test fail
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-rkl-1/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-3/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [FAIL][265] ([i915#8292])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-12/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation:
- shard-dg2: [PASS][266] -> [SKIP][267] ([i915#12247] / [i915#8152] / [i915#9423])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-4/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation.html
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d:
- shard-dg2: [PASS][268] -> [SKIP][269] ([i915#12247] / [i915#8152])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-4/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d.html
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format:
- shard-dg2: [PASS][270] -> [SKIP][271] ([i915#8152] / [i915#9423])
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-4/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format.html
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-c:
- shard-dg2: [PASS][272] -> [SKIP][273] ([i915#12247]) +5 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-4/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-c.html
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-c.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-d:
- shard-dg2: [PASS][274] -> [SKIP][275] ([i915#8152])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-4/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-d.html
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-d.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b:
- shard-rkl: NOTRUN -> [SKIP][276] ([i915#12247]) +8 other tests skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-4/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
- shard-dg2: NOTRUN -> [SKIP][277] ([i915#12247] / [i915#6953] / [i915#9423]) +1 other test skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-5/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
- shard-rkl: NOTRUN -> [SKIP][278] ([i915#12247] / [i915#6953]) +1 other test skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
- shard-dg1: NOTRUN -> [SKIP][279] ([i915#12247] / [i915#6953]) +1 other test skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-13/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
- shard-tglu: NOTRUN -> [SKIP][280] ([i915#12247] / [i915#6953])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-5/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
- shard-mtlp: NOTRUN -> [SKIP][281] ([i915#12247] / [i915#6953])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b:
- shard-mtlp: NOTRUN -> [SKIP][282] ([i915#12247]) +7 other tests skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d:
- shard-tglu: NOTRUN -> [SKIP][283] ([i915#12247]) +8 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-5/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5:
- shard-dg2: NOTRUN -> [SKIP][284] ([i915#12247] / [i915#6953] / [i915#8152] / [i915#9423])
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-a:
- shard-dg2: NOTRUN -> [SKIP][285] ([i915#12247]) +16 other tests skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-d:
- shard-dg2: NOTRUN -> [SKIP][286] ([i915#12247] / [i915#8152]) +1 other test skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-d.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5:
- shard-mtlp: NOTRUN -> [SKIP][287] ([i915#6953])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:
- shard-dg2: NOTRUN -> [SKIP][288] ([i915#12247] / [i915#3555] / [i915#8152] / [i915#9423])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25:
- shard-dg2: NOTRUN -> [SKIP][289] ([i915#3555] / [i915#6953] / [i915#8152] / [i915#9423])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b:
- shard-dg1: NOTRUN -> [SKIP][290] ([i915#12247]) +7 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-16/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-d:
- shard-dg2: NOTRUN -> [SKIP][291] ([i915#8152])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-d.html
* igt@kms_pm_backlight@fade:
- shard-dg1: NOTRUN -> [SKIP][292] ([i915#5354])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-14/igt@kms_pm_backlight@fade.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2: NOTRUN -> [SKIP][293] ([i915#5978])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-5/igt@kms_pm_dc@dc6-dpms.html
- shard-rkl: NOTRUN -> [SKIP][294] ([i915#3361])
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-3/igt@kms_pm_dc@dc6-dpms.html
- shard-tglu: NOTRUN -> [FAIL][295] ([i915#9295])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-9/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-tglu: NOTRUN -> [SKIP][296] ([i915#8430])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-9/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@cursor:
- shard-dg2: [PASS][297] -> [SKIP][298] ([i915#1849])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-6/igt@kms_pm_rpm@cursor.html
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_pm_rpm@cursor.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][299] ([i915#9519]) +1 other test skip
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-7/igt@kms_pm_rpm@dpms-lpsp.html
- shard-dg1: NOTRUN -> [SKIP][300] ([i915#9519]) +1 other test skip
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-14/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-rkl: NOTRUN -> [SKIP][301] ([i915#9519])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-mtlp: NOTRUN -> [SKIP][302] ([i915#9519])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-2/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-tglu: NOTRUN -> [SKIP][303] ([i915#9519])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_prime@basic-crc-hybrid:
- shard-tglu: NOTRUN -> [SKIP][304] ([i915#6524])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-6/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-dg1: NOTRUN -> [SKIP][305] ([i915#6524]) +1 other test skip
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-13/igt@kms_prime@basic-modeset-hybrid.html
- shard-dg2: NOTRUN -> [SKIP][306] ([i915#6524] / [i915#6805]) +1 other test skip
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-3/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_prime@d3hot:
- shard-mtlp: NOTRUN -> [SKIP][307] ([i915#6524])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-7/igt@kms_prime@d3hot.html
* igt@kms_properties@crtc-properties-legacy:
- shard-dg2: NOTRUN -> [SKIP][308] ([i915#11521])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_properties@crtc-properties-legacy.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf:
- shard-dg2: NOTRUN -> [SKIP][309] ([i915#11520]) +10 other tests skip
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-4/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
- shard-snb: NOTRUN -> [SKIP][310] ([i915#11520])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-snb5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][311] ([i915#12316]) +4 other tests skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][312] ([i915#9808]) +1 other test skip
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-3/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][313] ([i915#11520]) +7 other tests skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-7/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
- shard-tglu: NOTRUN -> [SKIP][314] ([i915#11520]) +9 other tests skip
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-6/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
- shard-dg1: NOTRUN -> [SKIP][315] ([i915#11520]) +5 other tests skip
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-15/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-rkl: NOTRUN -> [SKIP][316] ([i915#9683])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-1/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-dg2: NOTRUN -> [SKIP][317] ([i915#9683])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-4/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr@fbc-pr-primary-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][318] ([i915#1072] / [i915#9732]) +20 other tests skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-6/igt@kms_psr@fbc-pr-primary-mmap-gtt.html
- shard-dg1: NOTRUN -> [SKIP][319] ([i915#1072] / [i915#9732]) +17 other tests skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-12/igt@kms_psr@fbc-pr-primary-mmap-gtt.html
* igt@kms_psr@fbc-psr2-primary-render:
- shard-mtlp: NOTRUN -> [SKIP][320] ([i915#9688]) +14 other tests skip
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-4/igt@kms_psr@fbc-psr2-primary-render.html
* igt@kms_psr@psr2-primary-render:
- shard-tglu: NOTRUN -> [SKIP][321] ([i915#9732]) +18 other tests skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-10/igt@kms_psr@psr2-primary-render.html
* igt@kms_psr@psr2-sprite-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][322] ([i915#1072] / [i915#9732]) +19 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-7/igt@kms_psr@psr2-sprite-mmap-cpu.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-dg1: NOTRUN -> [SKIP][323] ([i915#9685]) +1 other test skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-19/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-dg1: NOTRUN -> [SKIP][324] ([i915#5289])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-12/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
- shard-mtlp: NOTRUN -> [SKIP][325] ([i915#5289])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-dg2: NOTRUN -> [SKIP][326] ([i915#11131])
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-11/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-tglu: NOTRUN -> [SKIP][327] ([i915#3555]) +3 other tests skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-5/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_selftest@drm_framebuffer:
- shard-rkl: NOTRUN -> [ABORT][328] ([i915#12231]) +1 other test abort
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-1/igt@kms_selftest@drm_framebuffer.html
* igt@kms_setmode@basic:
- shard-dg2: [PASS][329] -> [SKIP][330] ([i915#3555])
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-3/igt@kms_setmode@basic.html
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_setmode@basic.html
* igt@kms_setmode@basic@pipe-a-vga-1-pipe-b-hdmi-a-1:
- shard-snb: NOTRUN -> [FAIL][331] ([i915#5465]) +3 other tests fail
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-snb6/igt@kms_setmode@basic@pipe-a-vga-1-pipe-b-hdmi-a-1.html
* igt@kms_sysfs_edid_timing:
- shard-dg2: NOTRUN -> [FAIL][332] ([IGT#2])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-3/igt@kms_sysfs_edid_timing.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-rkl: NOTRUN -> [SKIP][333] ([i915#8623])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@lobf:
- shard-rkl: NOTRUN -> [SKIP][334] ([i915#11920])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-6/igt@kms_vrr@lobf.html
* igt@kms_vrr@negative-basic:
- shard-dg2: NOTRUN -> [SKIP][335] ([i915#3555] / [i915#9906])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-6/igt@kms_vrr@negative-basic.html
- shard-dg1: NOTRUN -> [SKIP][336] ([i915#3555] / [i915#9906])
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-19/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-rkl: NOTRUN -> [SKIP][337] ([i915#9906]) +1 other test skip
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-5/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-dg2: NOTRUN -> [SKIP][338] ([i915#9906]) +1 other test skip
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-10/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-dg1: NOTRUN -> [SKIP][339] ([i915#2437])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-16/igt@kms_writeback@writeback-invalid-parameters.html
- shard-mtlp: NOTRUN -> [SKIP][340] ([i915#2437])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-5/igt@kms_writeback@writeback-invalid-parameters.html
- shard-dg2: NOTRUN -> [SKIP][341] ([i915#2437])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-8/igt@kms_writeback@writeback-invalid-parameters.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-mtlp: NOTRUN -> [SKIP][342] ([i915#2437] / [i915#9412])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-8/igt@kms_writeback@writeback-pixel-formats.html
- shard-dg2: NOTRUN -> [SKIP][343] ([i915#2437] / [i915#9412])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-11/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf@global-sseu-config-invalid:
- shard-dg2: NOTRUN -> [SKIP][344] ([i915#7387])
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-6/igt@perf@global-sseu-config-invalid.html
* igt@perf@per-context-mode-unprivileged:
- shard-rkl: NOTRUN -> [SKIP][345] ([i915#2435])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-5/igt@perf@per-context-mode-unprivileged.html
* igt@prime_mmap@test_aperture_limit:
- shard-dg2: NOTRUN -> [WARN][346] ([i915#9351])
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-8/igt@prime_mmap@test_aperture_limit.html
* igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem:
- shard-dg2: NOTRUN -> [CRASH][347] ([i915#9351])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-8/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html
* igt@prime_vgem@basic-fence-read:
- shard-dg2: NOTRUN -> [SKIP][348] ([i915#3291] / [i915#3708]) +1 other test skip
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-6/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-read:
- shard-mtlp: NOTRUN -> [SKIP][349] ([i915#3708]) +1 other test skip
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-7/igt@prime_vgem@basic-read.html
* igt@prime_vgem@coherency-gtt:
- shard-dg2: NOTRUN -> [SKIP][350] ([i915#3708] / [i915#4077])
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-1/igt@prime_vgem@coherency-gtt.html
- shard-dg1: NOTRUN -> [SKIP][351] ([i915#3708] / [i915#4077])
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-14/igt@prime_vgem@coherency-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][352] ([i915#3708] / [i915#4077])
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-3/igt@prime_vgem@coherency-gtt.html
* igt@prime_vgem@fence-flip-hang:
- shard-dg1: NOTRUN -> [SKIP][353] ([i915#3708]) +1 other test skip
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-13/igt@prime_vgem@fence-flip-hang.html
- shard-dg2: NOTRUN -> [SKIP][354] ([i915#3708]) +1 other test skip
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-5/igt@prime_vgem@fence-flip-hang.html
* igt@prime_vgem@fence-write-hang:
- shard-rkl: NOTRUN -> [SKIP][355] ([i915#3708]) +1 other test skip
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-5/igt@prime_vgem@fence-write-hang.html
* igt@sriov_basic@bind-unbind-vf:
- shard-dg2: NOTRUN -> [SKIP][356] ([i915#9917])
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-3/igt@sriov_basic@bind-unbind-vf.html
- shard-dg1: NOTRUN -> [SKIP][357] ([i915#9917])
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-16/igt@sriov_basic@bind-unbind-vf.html
* igt@syncobj_wait@invalid-wait-zero-handles:
- shard-dg1: NOTRUN -> [FAIL][358] ([i915#9781])
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-12/igt@syncobj_wait@invalid-wait-zero-handles.html
#### Possible fixes ####
* igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0:
- shard-dg2: [INCOMPLETE][359] ([i915#7297]) -> [PASS][360]
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-3/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-6/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html
* igt@gem_eio@kms:
- shard-dg2: [FAIL][361] ([i915#5784]) -> [PASS][362]
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-11/igt@gem_eio@kms.html
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-11/igt@gem_eio@kms.html
* igt@gem_eio@unwedge-stress:
- shard-dg1: [FAIL][363] ([i915#5784]) -> [PASS][364]
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg1-16/igt@gem_eio@unwedge-stress.html
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-15/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@nop:
- shard-mtlp: [DMESG-WARN][365] -> [PASS][366]
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-mtlp-3/igt@gem_exec_balancer@nop.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-6/igt@gem_exec_balancer@nop.html
* igt@gem_exec_big@single:
- shard-tglu: [ABORT][367] ([i915#11713]) -> [PASS][368]
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-tglu-5/igt@gem_exec_big@single.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-6/igt@gem_exec_big@single.html
* igt@i915_module_load@reload-no-display:
- shard-snb: [ABORT][369] ([i915#11703]) -> [PASS][370]
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-snb5/igt@i915_module_load@reload-no-display.html
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-snb7/igt@i915_module_load@reload-no-display.html
* igt@i915_pm_rps@waitboost:
- shard-dg2: [FAIL][371] -> [PASS][372]
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-11/igt@i915_pm_rps@waitboost.html
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-1/igt@i915_pm_rps@waitboost.html
- shard-dg1: [FAIL][373] -> [PASS][374]
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg1-12/igt@i915_pm_rps@waitboost.html
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-19/igt@i915_pm_rps@waitboost.html
* igt@kms_addfb_basic@bad-pitch-999:
- shard-dg1: [INCOMPLETE][375] ([i915#2295]) -> [PASS][376]
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg1-13/igt@kms_addfb_basic@bad-pitch-999.html
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-19/igt@kms_addfb_basic@bad-pitch-999.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
- shard-mtlp: [FAIL][377] ([i915#5138]) -> [PASS][378]
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180:
- shard-dg1: [DMESG-WARN][379] ([i915#4423]) -> [PASS][380]
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg1-12/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180.html
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-17/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-180:
- shard-rkl: [ABORT][381] ([i915#10354]) -> [PASS][382]
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-rkl-3/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-5/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
* igt@kms_cursor_legacy@forked-bo:
- shard-dg1: [INCOMPLETE][383] -> [PASS][384] +1 other test pass
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg1-13/igt@kms_cursor_legacy@forked-bo.html
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-12/igt@kms_cursor_legacy@forked-bo.html
* igt@kms_flip@2x-flip-vs-wf_vblank@ab-vga1-hdmi-a1:
- shard-snb: [FAIL][385] ([i915#2122]) -> [PASS][386] +3 other tests pass
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-snb5/igt@kms_flip@2x-flip-vs-wf_vblank@ab-vga1-hdmi-a1.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-snb5/igt@kms_flip@2x-flip-vs-wf_vblank@ab-vga1-hdmi-a1.html
* igt@kms_flip@blocking-wf_vblank:
- shard-rkl: [FAIL][387] ([i915#11961] / [i915#2122]) -> [PASS][388]
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-rkl-3/igt@kms_flip@blocking-wf_vblank.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-6/igt@kms_flip@blocking-wf_vblank.html
* igt@kms_flip@blocking-wf_vblank@a-hdmi-a2:
- shard-rkl: [FAIL][389] ([i915#11961]) -> [PASS][390]
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-rkl-3/igt@kms_flip@blocking-wf_vblank@a-hdmi-a2.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-6/igt@kms_flip@blocking-wf_vblank@a-hdmi-a2.html
* igt@kms_flip@plain-flip-ts-check:
- shard-dg2: [SKIP][391] ([i915#5354]) -> [PASS][392] +5 other tests pass
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_flip@plain-flip-ts-check.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-7/igt@kms_flip@plain-flip-ts-check.html
* igt@kms_invalid_mode@bad-vtotal:
- shard-dg2: [SKIP][393] ([i915#3555]) -> [PASS][394] +2 other tests pass
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_invalid_mode@bad-vtotal.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-1/igt@kms_invalid_mode@bad-vtotal.html
* igt@kms_plane_alpha_blend@constant-alpha-mid:
- shard-dg2: [SKIP][395] ([i915#7294]) -> [PASS][396]
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_plane_alpha_blend@constant-alpha-mid.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-3/igt@kms_plane_alpha_blend@constant-alpha-mid.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers:
- shard-dg2: [SKIP][397] ([i915#3555] / [i915#8152] / [i915#9423]) -> [PASS][398]
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-7/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers@pipe-b:
- shard-dg2: [SKIP][399] ([i915#12247]) -> [PASS][400] +5 other tests pass
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers@pipe-b.html
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-7/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers@pipe-b.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers@pipe-d:
- shard-dg2: [SKIP][401] ([i915#8152]) -> [PASS][402]
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers@pipe-d.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-7/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling:
- shard-dg2: [SKIP][403] ([i915#12247] / [i915#3558] / [i915#8152] / [i915#9423]) -> [PASS][404]
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling@pipe-d:
- shard-dg2: [SKIP][405] ([i915#12247] / [i915#8152]) -> [PASS][406]
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling@pipe-d.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling@pipe-d.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: [SKIP][407] ([i915#4281]) -> [PASS][408]
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-tglu-8/igt@kms_pm_dc@dc9-dpms.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-tglu-3/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_rpm@drm-resources-equal:
- shard-dg2: [SKIP][409] ([i915#3547]) -> [PASS][410]
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_pm_rpm@drm-resources-equal.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-1/igt@kms_pm_rpm@drm-resources-equal.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-dg2: [SKIP][411] ([i915#9519]) -> [PASS][412] +1 other test pass
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-6/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
- shard-rkl: [SKIP][413] ([i915#9519]) -> [PASS][414] +3 other tests pass
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_properties@plane-properties-atomic:
- shard-dg2: [SKIP][415] ([i915#11521]) -> [PASS][416]
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_properties@plane-properties-atomic.html
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-5/igt@kms_properties@plane-properties-atomic.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-snb: [SKIP][417] -> [PASS][418] +8 other tests pass
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-snb4/igt@kms_setmode@clone-exclusive-crtc.html
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-snb4/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_vblank@ts-continuation-idle-hang:
- shard-dg2: [SKIP][419] ([i915#9197]) -> [PASS][420] +16 other tests pass
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_vblank@ts-continuation-idle-hang.html
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-6/igt@kms_vblank@ts-continuation-idle-hang.html
* igt@perf@blocking:
- shard-mtlp: [FAIL][421] -> [PASS][422] +1 other test pass
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-mtlp-4/igt@perf@blocking.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-mtlp-4/igt@perf@blocking.html
#### Warnings ####
* igt@device_reset@unbind-reset-rebind:
- shard-dg1: [ABORT][423] ([i915#11814]) -> [ABORT][424] ([i915#11814] / [i915#11815])
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg1-14/igt@device_reset@unbind-reset-rebind.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-17/igt@device_reset@unbind-reset-rebind.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-270:
- shard-dg2: [SKIP][425] ([i915#9197]) -> [SKIP][426] +1 other test skip
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-4/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-180:
- shard-dg2: [SKIP][427] ([i915#4538] / [i915#5190]) -> [SKIP][428] ([i915#5190] / [i915#9197]) +4 other tests skip
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-7/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-0:
- shard-dg2: [SKIP][429] ([i915#5190] / [i915#9197]) -> [SKIP][430] ([i915#4538] / [i915#5190]) +3 other tests skip
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-10/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs:
- shard-dg2: [SKIP][431] ([i915#10307] / [i915#6095]) -> [SKIP][432] ([i915#9197]) +5 other tests skip
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-3/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@bad-rotation-90-y-tiled-ccs:
- shard-dg2: [SKIP][433] ([i915#9197]) -> [SKIP][434] ([i915#10307] / [i915#6095]) +4 other tests skip
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_ccs@bad-rotation-90-y-tiled-ccs.html
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-5/igt@kms_ccs@bad-rotation-90-y-tiled-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-dg2: [SKIP][435] ([i915#12313]) -> [SKIP][436] ([i915#9197])
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs:
- shard-dg1: [SKIP][437] ([i915#4423] / [i915#6095]) -> [SKIP][438] ([i915#6095]) +1 other test skip
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg1-13/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs.html
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg1-13/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs.html
* igt@kms_cdclk@mode-transition:
- shard-dg2: [SKIP][439] ([i915#11616] / [i915#7213]) -> [SKIP][440] ([i915#9197])
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-8/igt@kms_cdclk@mode-transition.html
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-2/igt@kms_cdclk@mode-transition.html
* igt@kms_color@deep-color:
- shard-dg2: [SKIP][441] ([i915#5354]) -> [SKIP][442] ([i915#3555])
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_color@deep-color.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-7/igt@kms_color@deep-color.html
* igt@kms_content_protection@mei-interface:
- shard-dg2: [SKIP][443] ([i915#9197]) -> [SKIP][444] ([i915#9424])
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15485/shard-dg2-2/igt@kms_content_protection@mei-interface.html
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/shard-dg2-1/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11876/index.html
[-- Attachment #2: Type: text/html, Size: 109195 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH i-g-t v3] tests/intel/xe_oa: Preventing test failures by omitting rc6 disable test if 'gtidle' node is missing
@ 2024-10-07 19:05 Soham Purkait
2024-10-08 5:25 ` Riana Tauro
0 siblings, 1 reply; 7+ messages in thread
From: Soham Purkait @ 2024-10-07 19:05 UTC (permalink / raw)
To: igt-dev; +Cc: riana.tauro, anshuman.gupta, soham.purkait, ashutosh.dixit
Rc6 disable test has been modified in order to check for 'gtidle'
node to skip residency tests on VF devices where this node is not
present, preventing test failure.
v3: Commit message fixed (Ashutosh)
Space added before curly braces (Riana)
Signed-off-by: Soham Purkait <soham.purkait@intel.com>
---
tests/intel/xe_oa.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tests/intel/xe_oa.c b/tests/intel/xe_oa.c
index b4dfcced7..92f5828c7 100644
--- a/tests/intel/xe_oa.c
+++ b/tests/intel/xe_oa.c
@@ -4649,8 +4649,10 @@ igt_main
test_oa_unit_concurrent_oa_buffer_read();
}
- igt_subtest("rc6-disable")
+ igt_subtest("rc6-disable") {
+ igt_require(xe_sysfs_gt_has_node(drm_fd, 0, "gtidle"));
test_rc6_disable();
+ }
igt_subtest_with_dynamic("stress-open-close") {
__for_one_hwe_in_oag(hwe)
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH i-g-t v3] tests/intel/xe_oa: Preventing test failures by omitting rc6 disable test if 'gtidle' node is missing
2024-10-07 19:05 [PATCH i-g-t v3] " Soham Purkait
@ 2024-10-08 5:25 ` Riana Tauro
0 siblings, 0 replies; 7+ messages in thread
From: Riana Tauro @ 2024-10-08 5:25 UTC (permalink / raw)
To: Soham Purkait, igt-dev; +Cc: anshuman.gupta, ashutosh.dixit
Hi Soham
Re-word subject
skip rc6 idle test if gtidle node is missing
With the above review comment fixed
Reviewed-by: Riana Tauro <riana.tauro@intel.com>
On 10/8/2024 12:35 AM, Soham Purkait wrote:
> Rc6 disable test has been modified in order to check for 'gtidle'
> node to skip residency tests on VF devices where this node is not
> present, preventing test failure.
>
> v3: Commit message fixed (Ashutosh)
> Space added before curly braces (Riana)
>
> Signed-off-by: Soham Purkait <soham.purkait@intel.com>
> ---
> tests/intel/xe_oa.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/tests/intel/xe_oa.c b/tests/intel/xe_oa.c
> index b4dfcced7..92f5828c7 100644
> --- a/tests/intel/xe_oa.c
> +++ b/tests/intel/xe_oa.c
> @@ -4649,8 +4649,10 @@ igt_main
> test_oa_unit_concurrent_oa_buffer_read();
> }
>
> - igt_subtest("rc6-disable")
> + igt_subtest("rc6-disable") {
> + igt_require(xe_sysfs_gt_has_node(drm_fd, 0, "gtidle"));
> test_rc6_disable();
> + }
>
> igt_subtest_with_dynamic("stress-open-close") {
> __for_one_hwe_in_oag(hwe)
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-10-08 15:51 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-07 4:22 [PATCH i-g-t v3] tests/intel/xe_oa: Preventing test failures by omitting rc6 disable test if 'gtidle' node is missing Soham Purkait
2024-10-07 17:43 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-10-07 17:54 ` ✓ CI.xeBAT: " Patchwork
2024-10-08 7:40 ` ✗ CI.xeFULL: failure " Patchwork
2024-10-08 15:51 ` ✗ Fi.CI.IGT: " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2024-10-07 19:05 [PATCH i-g-t v3] " Soham Purkait
2024-10-08 5:25 ` Riana Tauro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox