* [PATCH i-g-t v1] lib/igt_debugfs: Add "errno" to debug print
@ 2026-07-08 22:52 Ngai-Mint Kwan
2026-07-08 23:29 ` ✓ Xe.CI.BAT: success for " Patchwork
` (5 more replies)
0 siblings, 6 replies; 8+ messages in thread
From: Ngai-Mint Kwan @ 2026-07-08 22:52 UTC (permalink / raw)
To: gustavo.sousa, igt-dev; +Cc: Ngai-Mint Kwan
When igt_debugfs_path() fails under igt_debugfs_dir(), add "errno" to the
debug print for additional context of the failure.
Signed-off-by: Ngai-Mint Kwan <ngai-mint.kwan@linux.intel.com>
---
lib/igt_debugfs.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/lib/igt_debugfs.c b/lib/igt_debugfs.c
index ed0a20773..a8c45945c 100644
--- a/lib/igt_debugfs.c
+++ b/lib/igt_debugfs.c
@@ -187,8 +187,12 @@ int igt_debugfs_dir(int device)
int debugfs_dir_fd;
char path[200];
- if (igt_debug_on(!igt_debugfs_path(device, path, sizeof(path))))
+ errno = 0;
+ if (igt_debug_on(!igt_debugfs_path(device, path, sizeof(path)))) {
+ igt_debug("Last errno: %i, %s\n", errno, strerror(errno));
+
return -1;
+ }
debugfs_dir_fd = open(path, O_RDONLY);
igt_debug_on_f(debugfs_dir_fd < 0, "path: %s\n", path);
--
2.43.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* ✓ Xe.CI.BAT: success for lib/igt_debugfs: Add "errno" to debug print
2026-07-08 22:52 [PATCH i-g-t v1] lib/igt_debugfs: Add "errno" to debug print Ngai-Mint Kwan
@ 2026-07-08 23:29 ` Patchwork
2026-07-08 23:52 ` ✓ i915.CI.BAT: " Patchwork
` (4 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2026-07-08 23:29 UTC (permalink / raw)
To: Ngai-Mint Kwan; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2108 bytes --]
== Series Details ==
Series: lib/igt_debugfs: Add "errno" to debug print
URL : https://patchwork.freedesktop.org/series/170041/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8994_BAT -> XEIGTPW_15494_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (13 -> 13)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_15494_BAT that come from known issues:
### IGT changes ###
#### Warnings ####
* igt@xe_evict@evict-beng-small-cm:
- bat-lnl-1: [SKIP][1] ([Intel XE#6540] / [Intel XE#688]) -> [SKIP][2] ([Intel XE#6540]) +11 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/bat-lnl-1/igt@xe_evict@evict-beng-small-cm.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/bat-lnl-1/igt@xe_evict@evict-beng-small-cm.html
* igt@xe_evict@evict-beng-small-external:
- bat-lnl-2: [SKIP][3] ([Intel XE#6540] / [Intel XE#688]) -> [SKIP][4] ([Intel XE#6540]) +9 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/bat-lnl-2/igt@xe_evict@evict-beng-small-external.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/bat-lnl-2/igt@xe_evict@evict-beng-small-external.html
[Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
Build changes
-------------
* IGT: IGT_8994 -> IGTPW_15494
* Linux: xe-5368-d2b771941e0c8aec7b6648b0c47d81161136944d -> xe-5370-ab9c4156ab48d805163a92976fabf872e4ddcd4d
IGTPW_15494: 15494
IGT_8994: 59469572ae481848d6bd469242aef7c5333b39ad @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-5368-d2b771941e0c8aec7b6648b0c47d81161136944d: d2b771941e0c8aec7b6648b0c47d81161136944d
xe-5370-ab9c4156ab48d805163a92976fabf872e4ddcd4d: ab9c4156ab48d805163a92976fabf872e4ddcd4d
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/index.html
[-- Attachment #2: Type: text/html, Size: 3004 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ i915.CI.BAT: success for lib/igt_debugfs: Add "errno" to debug print
2026-07-08 22:52 [PATCH i-g-t v1] lib/igt_debugfs: Add "errno" to debug print Ngai-Mint Kwan
2026-07-08 23:29 ` ✓ Xe.CI.BAT: success for " Patchwork
@ 2026-07-08 23:52 ` Patchwork
2026-07-09 3:56 ` ✗ Xe.CI.FULL: failure " Patchwork
` (3 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2026-07-08 23:52 UTC (permalink / raw)
To: Ngai-Mint Kwan; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 5137 bytes --]
== Series Details ==
Series: lib/igt_debugfs: Add "errno" to debug print
URL : https://patchwork.freedesktop.org/series/170041/
State : success
== Summary ==
CI Bug Log - changes from IGT_8994 -> IGTPW_15494
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/index.html
Participating hosts (42 -> 38)
------------------------------
Missing (4): bat-dg2-13 fi-glk-j4005 fi-snb-2520m bat-adls-6
Known issues
------------
Here are the changes found in IGTPW_15494 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_hdmi_inject@inject-audio:
- fi-tgl-1115g4: [PASS][1] -> [FAIL][2] ([i915#16115])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8994/fi-tgl-1115g4/igt@kms_hdmi_inject@inject-audio.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/fi-tgl-1115g4/igt@kms_hdmi_inject@inject-audio.html
#### Possible fixes ####
* igt@i915_selftest@live@sanitycheck:
- fi-kbl-7567u: [DMESG-WARN][3] ([i915#13735]) -> [PASS][4] +79 other tests pass
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8994/fi-kbl-7567u/igt@i915_selftest@live@sanitycheck.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/fi-kbl-7567u/igt@i915_selftest@live@sanitycheck.html
* igt@kms_busy@basic@flip:
- fi-kbl-7567u: [DMESG-WARN][5] ([i915#13735] / [i915#180]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8994/fi-kbl-7567u/igt@kms_busy@basic@flip.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/fi-kbl-7567u/igt@kms_busy@basic@flip.html
* igt@kms_pm_rpm@basic-pci-d3-state:
- fi-kbl-7567u: [DMESG-WARN][7] ([i915#13735] / [i915#15673] / [i915#180]) -> [PASS][8] +52 other tests pass
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8994/fi-kbl-7567u/igt@kms_pm_rpm@basic-pci-d3-state.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/fi-kbl-7567u/igt@kms_pm_rpm@basic-pci-d3-state.html
#### Warnings ####
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-dg2-14: [SKIP][9] ([i915#4103]) -> [SKIP][10] ([i915#4103] / [i915#4213]) +1 other test skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8994/bat-dg2-14/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/bat-dg2-14/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
- bat-dg2-8: [SKIP][11] ([i915#4103]) -> [SKIP][12] ([i915#4103] / [i915#4213]) +1 other test skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8994/bat-dg2-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/bat-dg2-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
- bat-dg1-7: [SKIP][13] ([i915#4103]) -> [SKIP][14] ([i915#4103] / [i915#4213]) +1 other test skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8994/bat-dg1-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/bat-dg1-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
- bat-rplp-1: [SKIP][15] ([i915#4103]) -> [SKIP][16] ([i915#4103] / [i915#4213]) +1 other test skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8994/bat-rplp-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/bat-rplp-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
- bat-dg2-9: [SKIP][17] ([i915#4103]) -> [SKIP][18] ([i915#4103] / [i915#4213]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8994/bat-dg2-9/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/bat-dg2-9/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[i915#13735]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13735
[i915#15673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15673
[i915#16115]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16115
[i915#180]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/180
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8994 -> IGTPW_15494
* Linux: CI_DRM_18787 -> CI_DRM_18789
CI-20190529: 20190529
CI_DRM_18787: d2b771941e0c8aec7b6648b0c47d81161136944d @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_18789: ab9c4156ab48d805163a92976fabf872e4ddcd4d @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_15494: 15494
IGT_8994: 59469572ae481848d6bd469242aef7c5333b39ad @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/index.html
[-- Attachment #2: Type: text/html, Size: 7045 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ Xe.CI.FULL: failure for lib/igt_debugfs: Add "errno" to debug print
2026-07-08 22:52 [PATCH i-g-t v1] lib/igt_debugfs: Add "errno" to debug print Ngai-Mint Kwan
2026-07-08 23:29 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-07-08 23:52 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-07-09 3:56 ` Patchwork
2026-07-09 16:55 ` Ngai-Mint Kwan
2026-07-09 5:35 ` [PATCH i-g-t v1] " Dandamudi, Priyanka
` (2 subsequent siblings)
5 siblings, 1 reply; 8+ messages in thread
From: Patchwork @ 2026-07-09 3:56 UTC (permalink / raw)
To: Ngai-Mint Kwan; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 26849 bytes --]
== Series Details ==
Series: lib/igt_debugfs: Add "errno" to debug print
URL : https://patchwork.freedesktop.org/series/170041/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8994_FULL -> XEIGTPW_15494_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_15494_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_15494_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 (2 -> 2)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_15494_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@kms_setmode@invalid-clone-single-crtc@pipe-a-dp-2-hdmi-a-3:
- shard-bmg: [PASS][1] -> [FAIL][2] +5 other tests fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-7/igt@kms_setmode@invalid-clone-single-crtc@pipe-a-dp-2-hdmi-a-3.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-9/igt@kms_setmode@invalid-clone-single-crtc@pipe-a-dp-2-hdmi-a-3.html
#### Warnings ####
* igt@xe_prefetch_fault@prefetch-fault:
- shard-bmg: [SKIP][3] ([Intel XE#7599]) -> [SKIP][4] +1 other test skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-4/igt@xe_prefetch_fault@prefetch-fault.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-4/igt@xe_prefetch_fault@prefetch-fault.html
Known issues
------------
Here are the changes found in XEIGTPW_15494_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@x-tiled-32bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][5] ([Intel XE#2327]) +1 other test skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-4/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-bmg: NOTRUN -> [SKIP][6] ([Intel XE#1124]) +4 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-3/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs@pipe-b-dp-2:
- shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#2652]) +8 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-8/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs@pipe-b-dp-2.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#2887]) +3 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-9/igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs.html
* igt@kms_chamelium_color@gamma:
- shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#2325] / [Intel XE#7358])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-3/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#2252]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-5/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
* igt@kms_content_protection@uevent:
- shard-bmg: NOTRUN -> [FAIL][11] ([Intel XE#6707] / [Intel XE#7439]) +1 other test fail
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-3/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-random-32x32:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#2320]) +1 other test skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-2/igt@kms_cursor_crc@cursor-random-32x32.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-bmg: NOTRUN -> [FAIL][13] ([Intel XE#7571])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc-ultrajoiner:
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#8265])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-4/igt@kms_dsc@dsc-fractional-bpp-with-bpc-ultrajoiner.html
* igt@kms_feature_discovery@display-3x:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#2373] / [Intel XE#7448])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-10/igt@kms_feature_discovery@display-3x.html
* igt@kms_flip@flip-vs-expired-vblank@c-edp1:
- shard-lnl: [PASS][16] -> [FAIL][17] ([Intel XE#301] / [Intel XE#3149]) +1 other test fail
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-6/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#7178] / [Intel XE#7351])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#7061] / [Intel XE#7356]) +1 other test skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#4141]) +3 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrshdr-rgb565-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][21] ([Intel XE#2311]) +18 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrshdr-rgb565-draw-blt.html
- shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#6312]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrshdr-rgb565-draw-blt.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#7865])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-1/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#2313]) +14 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#1503])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-10/igt@kms_hdr@invalid-hdr.html
* igt@kms_joiner@basic-max-non-joiner:
- shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#4298] / [Intel XE#5873])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-9/igt@kms_joiner@basic-max-non-joiner.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#6911] / [Intel XE#7378])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-9/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier:
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#7283])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-3/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html
* igt@kms_pm_backlight@basic-brightness:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#7376] / [Intel XE#7760] / [Intel XE#870])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-5/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#1439] / [Intel XE#7402] / [Intel XE#836])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-9/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf:
- shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#1489]) +1 other test skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-7/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
- shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#2893] / [Intel XE#4608] / [Intel XE#7304])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-1/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-a-edp-1:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#4608])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#4608] / [Intel XE#7304])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1.html
* igt@kms_psr@psr2-basic:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2234] / [Intel XE#2850])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-6/igt@kms_psr@psr2-basic.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#3904] / [Intel XE#7342])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-9/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_scaling_modes@scaling-mode-full-aspect:
- shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#2413])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-5/igt@kms_scaling_modes@scaling-mode-full-aspect.html
* igt@kms_sharpness_filter@filter-tap:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#6503])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-6/igt@kms_sharpness_filter@filter-tap.html
* igt@xe_compute@ccs-mode-compute-kernel:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#6599])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-8/igt@xe_compute@ccs-mode-compute-kernel.html
* igt@xe_evict@evict-small:
- shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#6540])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-5/igt@xe_evict@evict-small.html
* igt@xe_exec_balancer@many-execqueues-cm-parallel-userptr-rebind:
- shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#7482])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-7/igt@xe_exec_balancer@many-execqueues-cm-parallel-userptr-rebind.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#2322] / [Intel XE#7372]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html
* igt@xe_exec_fault_mode@many-multi-queue-invalid-fault:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#8374]) +1 other test skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-5/igt@xe_exec_fault_mode@many-multi-queue-invalid-fault.html
* igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-priority:
- shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#8364])
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-2/igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-priority.html
* igt@xe_exec_multi_queue@max-queues-basic:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#8364]) +9 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-4/igt@xe_exec_multi_queue@max-queues-basic.html
* igt@xe_exec_reset@multi-queue-close-execqueues:
- shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#8369])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-4/igt@xe_exec_reset@multi-queue-close-execqueues.html
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#8369])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-5/igt@xe_exec_reset@multi-queue-close-execqueues.html
* igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][48] ([Intel XE#8378])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-8/igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr-invalidate-race.html
* igt@xe_exec_threads@threads-multi-queue-hang-fd-userptr-invalidate-race:
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#8378]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-10/igt@xe_exec_threads@threads-multi-queue-hang-fd-userptr-invalidate-race.html
* igt@xe_live_ktest@xe_eudebug:
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#2833])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-4/igt@xe_live_ktest@xe_eudebug.html
* igt@xe_multigpu_svm@mgpu-coherency-fail-basic:
- shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#6964])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-5/igt@xe_multigpu_svm@mgpu-coherency-fail-basic.html
* igt@xe_pat@l2-flush-opt-svm-pat-restrict:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#7590])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-6/igt@xe_pat@l2-flush-opt-svm-pat-restrict.html
* igt@xe_pat@pat-index-xehpc:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#1420] / [Intel XE#7590])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-8/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pm@d3cold-basic:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#2284] / [Intel XE#7370])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-3/igt@xe_pm@d3cold-basic.html
* igt@xe_sriov_scheduling@nonpreempt-engine-resets-normal-priority@numvfs-random-gt0-rcs0:
- shard-bmg: [PASS][55] -> [FAIL][56] ([Intel XE#7992]) +1 other test fail
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-9/igt@xe_sriov_scheduling@nonpreempt-engine-resets-normal-priority@numvfs-random-gt0-rcs0.html
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-1/igt@xe_sriov_scheduling@nonpreempt-engine-resets-normal-priority@numvfs-random-gt0-rcs0.html
* igt@xe_sriov_scheduling@nonpreempt-engine-resets-normal-priority@numvfs-random-gt1-vcs0:
- shard-bmg: [PASS][57] -> [FAIL][58] ([Intel XE#8340])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-9/igt@xe_sriov_scheduling@nonpreempt-engine-resets-normal-priority@numvfs-random-gt1-vcs0.html
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-1/igt@xe_sriov_scheduling@nonpreempt-engine-resets-normal-priority@numvfs-random-gt1-vcs0.html
* igt@xe_wedged@wedged-mode-toggle:
- shard-lnl: [PASS][59] -> [ABORT][60] ([Intel XE#8007])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-lnl-3/igt@xe_wedged@wedged-mode-toggle.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-4/igt@xe_wedged@wedged-mode-toggle.html
#### Possible fixes ####
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-bmg: [INCOMPLETE][61] ([Intel XE#7084] / [Intel XE#8150]) -> [PASS][62] +1 other test pass
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_cursor_legacy@flip-vs-cursor-legacy:
- shard-bmg: [FAIL][63] ([Intel XE#7571]) -> [PASS][64]
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-9/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-3/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1:
- shard-lnl: [FAIL][65] ([Intel XE#301]) -> [PASS][66]
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1:
- shard-lnl: [FAIL][67] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][68] +1 other test pass
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
* igt@kms_pm_dc@dc6-psr:
- shard-lnl: [FAIL][69] ([Intel XE#8399]) -> [PASS][70]
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-lnl-8/igt@kms_pm_dc@dc6-psr.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-5/igt@kms_pm_dc@dc6-psr.html
* igt@xe_exec_reset@long-spin-many-preempt-gt0-threads:
- shard-bmg: [FAIL][71] ([Intel XE#7956]) -> [PASS][72]
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-10/igt@xe_exec_reset@long-spin-many-preempt-gt0-threads.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-8/igt@xe_exec_reset@long-spin-many-preempt-gt0-threads.html
* igt@xe_sriov_flr@flr-vf1-clear:
- shard-bmg: [FAIL][73] ([Intel XE#6569]) -> [PASS][74]
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-8/igt@xe_sriov_flr@flr-vf1-clear.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-7/igt@xe_sriov_flr@flr-vf1-clear.html
* igt@xe_sysfs_scheduler@preempt_timeout_us-min-max@ccs:
- shard-lnl: [ABORT][75] ([Intel XE#8007]) -> [PASS][76] +1 other test pass
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-lnl-3/igt@xe_sysfs_scheduler@preempt_timeout_us-min-max@ccs.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-4/igt@xe_sysfs_scheduler@preempt_timeout_us-min-max@ccs.html
#### Warnings ####
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-lnl: [SKIP][77] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342]) -> [SKIP][78] ([Intel XE#3904] / [Intel XE#7342]) +10 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-lnl-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [FAIL][79] ([Intel XE#1729] / [Intel XE#7424]) -> [SKIP][80] ([Intel XE#2426] / [Intel XE#5848])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern.html
* igt@xe_evict@evict-beng-threads-large-multi-vm:
- shard-lnl: [SKIP][81] ([Intel XE#6540] / [Intel XE#688]) -> [SKIP][82] ([Intel XE#6540]) +68 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-lnl-3/igt@xe_evict@evict-beng-threads-large-multi-vm.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-2/igt@xe_evict@evict-beng-threads-large-multi-vm.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[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#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[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#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4298]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298
[Intel XE#4608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608
[Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
[Intel XE#5873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5873
[Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
[Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
[Intel XE#6599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6599
[Intel XE#6707]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6707
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#6911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7304
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
[Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
[Intel XE#7370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7370
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376
[Intel XE#7378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7378
[Intel XE#7402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7402
[Intel XE#7424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7424
[Intel XE#7439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7439
[Intel XE#7448]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7448
[Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
[Intel XE#7571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7571
[Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
[Intel XE#7599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7599
[Intel XE#7760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7760
[Intel XE#7865]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7865
[Intel XE#7956]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7956
[Intel XE#7992]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7992
[Intel XE#8007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8007
[Intel XE#8150]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8150
[Intel XE#8265]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8265
[Intel XE#8340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8340
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#8364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8364
[Intel XE#8369]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8369
[Intel XE#8374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8374
[Intel XE#8378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8378
[Intel XE#8399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8399
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
Build changes
-------------
* IGT: IGT_8994 -> IGTPW_15494
* Linux: xe-5368-d2b771941e0c8aec7b6648b0c47d81161136944d -> xe-5370-ab9c4156ab48d805163a92976fabf872e4ddcd4d
IGTPW_15494: 15494
IGT_8994: 59469572ae481848d6bd469242aef7c5333b39ad @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-5368-d2b771941e0c8aec7b6648b0c47d81161136944d: d2b771941e0c8aec7b6648b0c47d81161136944d
xe-5370-ab9c4156ab48d805163a92976fabf872e4ddcd4d: ab9c4156ab48d805163a92976fabf872e4ddcd4d
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/index.html
[-- Attachment #2: Type: text/html, Size: 29956 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: [PATCH i-g-t v1] lib/igt_debugfs: Add "errno" to debug print
2026-07-08 22:52 [PATCH i-g-t v1] lib/igt_debugfs: Add "errno" to debug print Ngai-Mint Kwan
` (2 preceding siblings ...)
2026-07-09 3:56 ` ✗ Xe.CI.FULL: failure " Patchwork
@ 2026-07-09 5:35 ` Dandamudi, Priyanka
2026-07-09 22:56 ` ✗ i915.CI.Full: failure for " Patchwork
2026-07-13 14:45 ` [PATCH i-g-t v1] " Kamil Konieczny
5 siblings, 0 replies; 8+ messages in thread
From: Dandamudi, Priyanka @ 2026-07-09 5:35 UTC (permalink / raw)
To: Ngai-Mint Kwan, Sousa, Gustavo, igt-dev@lists.freedesktop.org
> -----Original Message-----
> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Ngai-
> Mint Kwan
> Sent: 09 July 2026 04:22 AM
> To: Sousa, Gustavo <gustavo.sousa@intel.com>; igt-dev@lists.freedesktop.org
> Cc: Ngai-Mint Kwan <ngai-mint.kwan@linux.intel.com>
> Subject: [PATCH i-g-t v1] lib/igt_debugfs: Add "errno" to debug print
>
> When igt_debugfs_path() fails under igt_debugfs_dir(), add "errno" to the
> debug print for additional context of the failure.
>
> Signed-off-by: Ngai-Mint Kwan <ngai-mint.kwan@linux.intel.com>
> ---
> lib/igt_debugfs.c | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/lib/igt_debugfs.c b/lib/igt_debugfs.c index ed0a20773..a8c45945c
> 100644
> --- a/lib/igt_debugfs.c
> +++ b/lib/igt_debugfs.c
> @@ -187,8 +187,12 @@ int igt_debugfs_dir(int device)
> int debugfs_dir_fd;
> char path[200];
>
> - if (igt_debug_on(!igt_debugfs_path(device, path, sizeof(path))))
> + errno = 0;
> + if (igt_debug_on(!igt_debugfs_path(device, path, sizeof(path)))) {
> + igt_debug("Last errno: %i, %s\n", errno, strerror(errno));
> +
LGTM,
Reviewed-by: Priyanka Dandamudi <priyanka.dandamudi@intel.com>
> return -1;
> + }
>
> debugfs_dir_fd = open(path, O_RDONLY);
> igt_debug_on_f(debugfs_dir_fd < 0, "path: %s\n", path);
> --
> 2.43.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ✗ Xe.CI.FULL: failure for lib/igt_debugfs: Add "errno" to debug print
2026-07-09 3:56 ` ✗ Xe.CI.FULL: failure " Patchwork
@ 2026-07-09 16:55 ` Ngai-Mint Kwan
0 siblings, 0 replies; 8+ messages in thread
From: Ngai-Mint Kwan @ 2026-07-09 16:55 UTC (permalink / raw)
To: igt-dev
On 2026-07-08 20:56, Patchwork wrote:
> Project List - Patchwork *Patch Details*
> *Series:* lib/igt_debugfs: Add "errno" to debug print
> *URL:* https://patchwork.freedesktop.org/series/170041/
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/index.html
>
>
> CI Bug Log - changes from XEIGT_8994_FULL -> XEIGTPW_15494_FULL
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with XEIGTPW_15494_FULL absolutely need
> to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in XEIGTPW_15494_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 (2 -> 2)
>
> No changes in participating hosts
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in
> XEIGTPW_15494_FULL:
>
>
> IGT changes
>
>
> Possible regressions
>
> * igt@kms_setmode@invalid-clone-single-crtc@pipe-a-dp-2-hdmi-a-3:
> o shard-bmg: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-7/igt@kms_setmode@invalid-clone-single-crtc@pipe-a-dp-2-hdmi-a-3.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-9/igt@kms_setmode@invalid-clone-single-crtc@pipe-a-dp-2-hdmi-a-3.html>
> +5 other tests fail
>
>
> Warnings
>
> * igt@xe_prefetch_fault@prefetch-fault:
> o shard-bmg: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-4/igt@xe_prefetch_fault@prefetch-fault.html>
> (Intel XE#7599
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7599>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-4/igt@xe_prefetch_fault@prefetch-fault.html>
> +1 other test skip
>
These new issues are unrelated to the submitted patch.
Ngai-Mint Kwan
>
>
> Known issues
>
> Here are the changes found in XEIGTPW_15494_FULL that come from known
> issues:
>
>
> IGT changes
>
>
> Issues hit
>
> *
>
> igt@kms_big_fb@x-tiled-32bpp-rotate-90:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-4/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html>
> (Intel XE#2327
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327>) +1
> other test skip
> *
>
> igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-3/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +4
> other tests skip
> *
>
> igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs@pipe-b-dp-2:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-8/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs@pipe-b-dp-2.html>
> (Intel XE#2652
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652>) +8
> other tests skip
> *
>
> igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-9/igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs.html>
> (Intel XE#2887
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>) +3
> other tests skip
> *
>
> igt@kms_chamelium_color@gamma:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-3/igt@kms_chamelium_color@gamma.html>
> (Intel XE#2325
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325> /
> Intel XE#7358
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358>)
> *
>
> igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-5/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html>
> (Intel XE#2252
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252>) +1
> other test skip
> *
>
> igt@kms_content_protection@uevent:
>
> o shard-bmg: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-3/igt@kms_content_protection@uevent.html>
> (Intel XE#6707
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/6707> /
> Intel XE#7439
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7439>) +1
> other test fail
> *
>
> igt@kms_cursor_crc@cursor-random-32x32:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-2/igt@kms_cursor_crc@cursor-random-32x32.html>
> (Intel XE#2320
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320>) +1
> other test skip
> *
>
> igt@kms_cursor_legacy@flip-vs-cursor-atomic:
>
> o shard-bmg: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html>
> (Intel XE#7571
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7571>)
> *
>
> igt@kms_dsc@dsc-fractional-bpp-with-bpc-ultrajoiner:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-4/igt@kms_dsc@dsc-fractional-bpp-with-bpc-ultrajoiner.html>
> (Intel XE#8265
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/8265>)
> *
>
> igt@kms_feature_discovery@display-3x:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-10/igt@kms_feature_discovery@display-3x.html>
> (Intel XE#2373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373> /
> Intel XE#7448
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7448>)
> *
>
> igt@kms_flip@flip-vs-expired-vblank@c-edp1:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-6/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html>
> (Intel XE#301
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/301> /
> Intel XE#3149
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149>) +1
> other test fail
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html>
> (Intel XE#7178
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178> /
> Intel XE#7351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351>)
> *
>
> igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-blt:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-blt.html>
> (Intel XE#7061
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061> /
> Intel XE#7356
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356>) +1
> other test skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html>
> (Intel XE#4141
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141>) +3
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcdrrshdr-rgb565-draw-blt:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrshdr-rgb565-draw-blt.html>
> (Intel XE#2311
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>)
> +18 other tests skip
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrshdr-rgb565-draw-blt.html>
> (Intel XE#6312
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312>) +1
> other test skip
> *
>
> igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-draw-blt:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-1/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-draw-blt.html>
> (Intel XE#7865
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7865>)
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff.html>
> (Intel XE#2313
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>)
> +14 other tests skip
> *
>
> igt@kms_hdr@invalid-hdr:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-10/igt@kms_hdr@invalid-hdr.html>
> (Intel XE#1503
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503>)
> *
>
> igt@kms_joiner@basic-max-non-joiner:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-9/igt@kms_joiner@basic-max-non-joiner.html>
> (Intel XE#4298
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298> /
> Intel XE#5873
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/5873>)
> *
>
> igt@kms_joiner@basic-ultra-joiner:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-9/igt@kms_joiner@basic-ultra-joiner.html>
> (Intel XE#6911
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911> /
> Intel XE#7378
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7378>)
> *
>
> igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-3/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html>
> (Intel XE#7283
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283>)
> *
>
> igt@kms_pm_backlight@basic-brightness:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-5/igt@kms_pm_backlight@basic-brightness.html>
> (Intel XE#7376
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376> /
> Intel XE#7760
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7760> /
> Intel XE#870
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/870>)
> *
>
> igt@kms_pm_rpm@dpms-mode-unset-lpsp:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-9/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html>
> (Intel XE#1439
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439> /
> Intel XE#7402
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7402> /
> Intel XE#836
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/836>)
> *
>
> igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-7/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html>
> (Intel XE#1489
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +1
> other test skip
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html>
> (Intel XE#2893
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893> /
> Intel XE#4608
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608> /
> Intel XE#7304
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7304>)
> *
>
> igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1.html>
> (Intel XE#4608
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608>)
> *
>
> igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1.html>
> (Intel XE#4608
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608> /
> Intel XE#7304
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7304>)
> *
>
> igt@kms_psr@psr2-basic:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-6/igt@kms_psr@psr2-basic.html>
> (Intel XE#2234
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234> /
> Intel XE#2850
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850>)
> *
>
> igt@kms_rotation_crc@bad-pixel-format:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-9/igt@kms_rotation_crc@bad-pixel-format.html>
> (Intel XE#3904
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904> /
> Intel XE#7342
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342>)
> *
>
> igt@kms_scaling_modes@scaling-mode-full-aspect:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-5/igt@kms_scaling_modes@scaling-mode-full-aspect.html>
> (Intel XE#2413
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413>)
> *
>
> igt@kms_sharpness_filter@filter-tap:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-6/igt@kms_sharpness_filter@filter-tap.html>
> (Intel XE#6503
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503>)
> *
>
> igt@xe_compute@ccs-mode-compute-kernel:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-8/igt@xe_compute@ccs-mode-compute-kernel.html>
> (Intel XE#6599
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/6599>)
> *
>
> igt@xe_evict@evict-small:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-5/igt@xe_evict@evict-small.html>
> (Intel XE#6540
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540>)
> *
>
> igt@xe_exec_balancer@many-execqueues-cm-parallel-userptr-rebind:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-7/igt@xe_exec_balancer@many-execqueues-cm-parallel-userptr-rebind.html>
> (Intel XE#7482
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482>)
> *
>
> igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html>
> (Intel XE#2322
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322> /
> Intel XE#7372
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372>) +1
> other test skip
> *
>
> igt@xe_exec_fault_mode@many-multi-queue-invalid-fault:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-5/igt@xe_exec_fault_mode@many-multi-queue-invalid-fault.html>
> (Intel XE#8374
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/8374>) +1
> other test skip
> *
>
> igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-priority:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-2/igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-priority.html>
> (Intel XE#8364
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/8364>)
> *
>
> igt@xe_exec_multi_queue@max-queues-basic:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-4/igt@xe_exec_multi_queue@max-queues-basic.html>
> (Intel XE#8364
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/8364>) +9
> other tests skip
> *
>
> igt@xe_exec_reset@multi-queue-close-execqueues:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-4/igt@xe_exec_reset@multi-queue-close-execqueues.html>
> (Intel XE#8369
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/8369>)
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-5/igt@xe_exec_reset@multi-queue-close-execqueues.html>
> (Intel XE#8369
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/8369>)
> *
>
> igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr-invalidate-race:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-8/igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr-invalidate-race.html>
> (Intel XE#8378
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/8378>)
> *
>
> igt@xe_exec_threads@threads-multi-queue-hang-fd-userptr-invalidate-race:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-10/igt@xe_exec_threads@threads-multi-queue-hang-fd-userptr-invalidate-race.html>
> (Intel XE#8378
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/8378>) +1
> other test skip
> *
>
> igt@xe_live_ktest@xe_eudebug:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-4/igt@xe_live_ktest@xe_eudebug.html>
> (Intel XE#2833
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833>)
> *
>
> igt@xe_multigpu_svm@mgpu-coherency-fail-basic:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-5/igt@xe_multigpu_svm@mgpu-coherency-fail-basic.html>
> (Intel XE#6964
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964>)
> *
>
> igt@xe_pat@l2-flush-opt-svm-pat-restrict:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-6/igt@xe_pat@l2-flush-opt-svm-pat-restrict.html>
> (Intel XE#7590
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590>)
> *
>
> igt@xe_pat@pat-index-xehpc:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-8/igt@xe_pat@pat-index-xehpc.html>
> (Intel XE#1420
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420> /
> Intel XE#7590
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590>)
> *
>
> igt@xe_pm@d3cold-basic:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-3/igt@xe_pm@d3cold-basic.html>
> (Intel XE#2284
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284> /
> Intel XE#7370
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7370>)
> *
>
> igt@xe_sriov_scheduling@nonpreempt-engine-resets-normal-priority@numvfs-random-gt0-rcs0:
>
> o shard-bmg: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-9/igt@xe_sriov_scheduling@nonpreempt-engine-resets-normal-priority@numvfs-random-gt0-rcs0.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-1/igt@xe_sriov_scheduling@nonpreempt-engine-resets-normal-priority@numvfs-random-gt0-rcs0.html>
> (Intel XE#7992
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7992>) +1
> other test fail
> *
>
> igt@xe_sriov_scheduling@nonpreempt-engine-resets-normal-priority@numvfs-random-gt1-vcs0:
>
> o shard-bmg: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-9/igt@xe_sriov_scheduling@nonpreempt-engine-resets-normal-priority@numvfs-random-gt1-vcs0.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-1/igt@xe_sriov_scheduling@nonpreempt-engine-resets-normal-priority@numvfs-random-gt1-vcs0.html>
> (Intel XE#8340
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/8340>)
> *
>
> igt@xe_wedged@wedged-mode-toggle:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-lnl-3/igt@xe_wedged@wedged-mode-toggle.html>
> -> ABORT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-4/igt@xe_wedged@wedged-mode-toggle.html>
> (Intel XE#8007
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/8007>)
>
>
> Possible fixes
>
> *
>
> igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
>
> o shard-bmg: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html>
> (Intel XE#7084
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084> /
> Intel XE#8150
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/8150>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html>
> +1 other test pass
> *
>
> igt@kms_cursor_legacy@flip-vs-cursor-legacy:
>
> o shard-bmg: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-9/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html>
> (Intel XE#7571
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7571>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-3/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html>
> *
>
> igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1:
>
> o shard-lnl: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html>
> (Intel XE#301
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html>
> *
>
> igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1:
>
> o shard-lnl: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html>
> (Intel XE#301
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/301> /
> Intel XE#3149
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html>
> +1 other test pass
> *
>
> igt@kms_pm_dc@dc6-psr:
>
> o shard-lnl: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-lnl-8/igt@kms_pm_dc@dc6-psr.html>
> (Intel XE#8399
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/8399>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-5/igt@kms_pm_dc@dc6-psr.html>
> *
>
> igt@xe_exec_reset@long-spin-many-preempt-gt0-threads:
>
> o shard-bmg: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-10/igt@xe_exec_reset@long-spin-many-preempt-gt0-threads.html>
> (Intel XE#7956
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7956>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-8/igt@xe_exec_reset@long-spin-many-preempt-gt0-threads.html>
> *
>
> igt@xe_sriov_flr@flr-vf1-clear:
>
> o shard-bmg: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-8/igt@xe_sriov_flr@flr-vf1-clear.html>
> (Intel XE#6569
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-7/igt@xe_sriov_flr@flr-vf1-clear.html>
> *
>
> igt@xe_sysfs_scheduler@preempt_timeout_us-min-max@ccs:
>
> o shard-lnl: ABORT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-lnl-3/igt@xe_sysfs_scheduler@preempt_timeout_us-min-max@ccs.html>
> (Intel XE#8007
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/8007>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-4/igt@xe_sysfs_scheduler@preempt_timeout_us-min-max@ccs.html>
> +1 other test pass
>
>
> Warnings
>
> *
>
> igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-lnl-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html>
> (Intel XE#3414
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414> /
> Intel XE#3904
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904> /
> Intel XE#7342
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html>
> (Intel XE#3904
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904> /
> Intel XE#7342
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342>)
> +10 other tests skip
> *
>
> igt@kms_tiled_display@basic-test-pattern:
>
> o shard-bmg: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern.html>
> (Intel XE#1729
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729> /
> Intel XE#7424
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/7424>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern.html>
> (Intel XE#2426
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426> /
> Intel XE#5848
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848>)
> *
>
> igt@xe_evict@evict-beng-threads-large-multi-vm:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8994/shard-lnl-3/igt@xe_evict@evict-beng-threads-large-multi-vm.html>
> (Intel XE#6540
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540> /
> Intel XE#688
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/688>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15494/shard-lnl-2/igt@xe_evict@evict-beng-threads-large-multi-vm.html>
> (Intel XE#6540
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540>)
> +68 other tests skip
>
>
> Build changes
>
> * IGT: IGT_8994 -> IGTPW_15494
> * Linux: xe-5368-d2b771941e0c8aec7b6648b0c47d81161136944d ->
> xe-5370-ab9c4156ab48d805163a92976fabf872e4ddcd4d
>
> IGTPW_15494: 15494
> IGT_8994: 59469572ae481848d6bd469242aef7c5333b39ad @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> xe-5368-d2b771941e0c8aec7b6648b0c47d81161136944d:
> d2b771941e0c8aec7b6648b0c47d81161136944d
> xe-5370-ab9c4156ab48d805163a92976fabf872e4ddcd4d:
> ab9c4156ab48d805163a92976fabf872e4ddcd4d
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ i915.CI.Full: failure for lib/igt_debugfs: Add "errno" to debug print
2026-07-08 22:52 [PATCH i-g-t v1] lib/igt_debugfs: Add "errno" to debug print Ngai-Mint Kwan
` (3 preceding siblings ...)
2026-07-09 5:35 ` [PATCH i-g-t v1] " Dandamudi, Priyanka
@ 2026-07-09 22:56 ` Patchwork
2026-07-13 14:45 ` [PATCH i-g-t v1] " Kamil Konieczny
5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2026-07-09 22:56 UTC (permalink / raw)
To: Ngai-Mint Kwan; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 153577 bytes --]
== Series Details ==
Series: lib/igt_debugfs: Add "errno" to debug print
URL : https://patchwork.freedesktop.org/series/170041/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_18789_full -> IGTPW_15494_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_15494_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_15494_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_15494/index.html
Participating hosts (10 -> 10)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_15494_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_linear_blits@basic:
- shard-rkl: [PASS][1] -> [SKIP][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-3/igt@gem_linear_blits@basic.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@gem_linear_blits@basic.html
- shard-tglu: [PASS][3] -> [SKIP][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-tglu-10/igt@gem_linear_blits@basic.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-8/igt@gem_linear_blits@basic.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-180:
- shard-rkl: [PASS][5] -> [INCOMPLETE][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-3/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html
- shard-tglu: [PASS][7] -> [INCOMPLETE][8] +1 other test incomplete
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-tglu-10/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-8/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html
#### Warnings ####
* igt@i915_pm_sseu@full-enable:
- shard-dg2: [SKIP][9] ([i915#4387]) -> [SKIP][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg2-4/igt@i915_pm_sseu@full-enable.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-1/igt@i915_pm_sseu@full-enable.html
- shard-rkl: [SKIP][11] ([i915#4387]) -> [SKIP][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-2/igt@i915_pm_sseu@full-enable.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-7/igt@i915_pm_sseu@full-enable.html
- shard-dg1: [SKIP][13] ([i915#4387]) -> [SKIP][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg1-19/igt@i915_pm_sseu@full-enable.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-19/igt@i915_pm_sseu@full-enable.html
- shard-tglu: [SKIP][15] ([i915#4387]) -> [SKIP][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-tglu-6/igt@i915_pm_sseu@full-enable.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-9/igt@i915_pm_sseu@full-enable.html
Known issues
------------
Here are the changes found in IGTPW_15494_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@crc32:
- shard-tglu-1: NOTRUN -> [SKIP][17] ([i915#6230])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@api_intel_bb@crc32.html
* igt@drm_buddy@drm_buddy:
- shard-dg2: NOTRUN -> [SKIP][18] ([i915#15678])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-3/igt@drm_buddy@drm_buddy.html
* igt@gem_basic@multigpu-create-close:
- shard-tglu-1: NOTRUN -> [SKIP][19] ([i915#7697])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@gem_basic@multigpu-create-close.html
* igt@gem_caching@reads:
- shard-mtlp: NOTRUN -> [SKIP][20] ([i915#4873])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-7/igt@gem_caching@reads.html
* igt@gem_ccs@block-multicopy-compressed:
- shard-rkl: NOTRUN -> [SKIP][21] ([i915#9323])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-4/igt@gem_ccs@block-multicopy-compressed.html
* igt@gem_ccs@ctrl-surf-copy:
- shard-tglu-1: NOTRUN -> [SKIP][22] ([i915#3555] / [i915#9323])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@gem_ccs@ctrl-surf-copy.html
- shard-dg1: NOTRUN -> [SKIP][23] ([i915#3555] / [i915#9323]) +1 other test skip
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-16/igt@gem_ccs@ctrl-surf-copy.html
- shard-mtlp: NOTRUN -> [SKIP][24] ([i915#3555] / [i915#9323])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-8/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_ccs@suspend-resume:
- shard-tglu: NOTRUN -> [SKIP][25] ([i915#9323])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-8/igt@gem_ccs@suspend-resume.html
* igt@gem_close_race@multigpu-basic-process:
- shard-snb: NOTRUN -> [SKIP][26] +158 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-snb7/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: [PASS][27] -> [FAIL][28] ([i915#15454])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg2-7/igt@gem_create@create-ext-cpu-access-big.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-3/igt@gem_create@create-ext-cpu-access-big.html
- shard-rkl: NOTRUN -> [SKIP][29] ([i915#6335])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-2/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-tglu: NOTRUN -> [SKIP][30] ([i915#6335])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-5/igt@gem_create@create-ext-cpu-access-sanity-check.html
- shard-mtlp: NOTRUN -> [SKIP][31] ([i915#6335])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-2/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_ctx_persistence@hang:
- shard-mtlp: NOTRUN -> [SKIP][32] ([i915#8555]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-3/igt@gem_ctx_persistence@hang.html
* igt@gem_ctx_persistence@heartbeat-stop:
- shard-dg2: NOTRUN -> [SKIP][33] ([i915#8555])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-7/igt@gem_ctx_persistence@heartbeat-stop.html
- shard-dg1: NOTRUN -> [SKIP][34] ([i915#8555])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-17/igt@gem_ctx_persistence@heartbeat-stop.html
* igt@gem_ctx_sseu@invalid-args:
- shard-tglu: NOTRUN -> [SKIP][35] ([i915#280])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-8/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: NOTRUN -> [SKIP][36] ([i915#280])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-3/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@in-flight-suspend:
- shard-rkl: [PASS][37] -> [INCOMPLETE][38] ([i915#13390])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-2/igt@gem_eio@in-flight-suspend.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@gem_eio@in-flight-suspend.html
- shard-glk: NOTRUN -> [INCOMPLETE][39] ([i915#13390])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk3/igt@gem_eio@in-flight-suspend.html
* igt@gem_exec_balancer@bonded-dual:
- shard-mtlp: NOTRUN -> [SKIP][40] ([i915#4771]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-4/igt@gem_exec_balancer@bonded-dual.html
* igt@gem_exec_balancer@bonded-true-hang:
- shard-dg2: NOTRUN -> [SKIP][41] ([i915#4812])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-7/igt@gem_exec_balancer@bonded-true-hang.html
* igt@gem_exec_balancer@parallel-balancer:
- shard-rkl: NOTRUN -> [SKIP][42] ([i915#4525]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-8/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_balancer@parallel-keep-submit-fence:
- shard-tglu: NOTRUN -> [SKIP][43] ([i915#4525]) +1 other test skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-6/igt@gem_exec_balancer@parallel-keep-submit-fence.html
* igt@gem_exec_big@single:
- shard-mtlp: [PASS][44] -> [FAIL][45] ([i915#15871])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-mtlp-5/igt@gem_exec_big@single.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-3/igt@gem_exec_big@single.html
* igt@gem_exec_capture@capture-recoverable:
- shard-tglu: NOTRUN -> [SKIP][46] ([i915#6344])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-4/igt@gem_exec_capture@capture-recoverable.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- shard-dg2: NOTRUN -> [SKIP][47] ([i915#3539] / [i915#4852])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-4/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
- shard-dg1: NOTRUN -> [SKIP][48] ([i915#3539] / [i915#4852]) +1 other test skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-16/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
- shard-mtlp: NOTRUN -> [SKIP][49] ([i915#3711])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-8/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_params@rsvd2-dirt:
- shard-mtlp: NOTRUN -> [SKIP][50] ([i915#5107])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-6/igt@gem_exec_params@rsvd2-dirt.html
* igt@gem_exec_reloc@basic-gtt-read:
- shard-dg2: NOTRUN -> [SKIP][51] ([i915#3281]) +4 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-4/igt@gem_exec_reloc@basic-gtt-read.html
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#3281]) +3 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-12/igt@gem_exec_reloc@basic-gtt-read.html
* igt@gem_exec_reloc@basic-wc-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#3281]) +5 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-2/igt@gem_exec_reloc@basic-wc-noreloc.html
* igt@gem_exec_reloc@basic-write-read-noreloc:
- shard-rkl: NOTRUN -> [SKIP][54] ([i915#3281]) +6 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@gem_exec_reloc@basic-write-read-noreloc.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4537] / [i915#4812])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-2/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_exec_schedule@preempt-queue-contexts-chain:
- shard-dg2: NOTRUN -> [SKIP][56] ([i915#4537] / [i915#4812])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-1/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
* igt@gem_fence_thrash@bo-write-verify-y:
- shard-mtlp: NOTRUN -> [SKIP][57] ([i915#4860])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-5/igt@gem_fence_thrash@bo-write-verify-y.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-tglu: NOTRUN -> [SKIP][58] ([i915#4613]) +1 other test skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-7/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-rkl: NOTRUN -> [SKIP][59] ([i915#4613]) +2 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-2/igt@gem_lmem_swapping@verify-ccs.html
- shard-tglu-1: NOTRUN -> [SKIP][60] ([i915#4613]) +1 other test skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_lmem_swapping@verify-random:
- shard-glk: NOTRUN -> [SKIP][61] ([i915#4613]) +3 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk1/igt@gem_lmem_swapping@verify-random.html
* igt@gem_mmap@basic-small-bo:
- shard-dg2: NOTRUN -> [SKIP][62] ([i915#4083]) +3 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-5/igt@gem_mmap@basic-small-bo.html
* igt@gem_mmap_gtt@bad-object:
- shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4077]) +3 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-3/igt@gem_mmap_gtt@bad-object.html
* igt@gem_mmap_gtt@cpuset-basic-small-copy-odd:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#4077]) +4 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-4/igt@gem_mmap_gtt@cpuset-basic-small-copy-odd.html
- shard-dg1: NOTRUN -> [SKIP][65] ([i915#4077]) +1 other test skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-16/igt@gem_mmap_gtt@cpuset-basic-small-copy-odd.html
* igt@gem_mmap_offset@clear-via-pagefault:
- shard-rkl: [PASS][66] -> [INCOMPLETE][67] ([i915#16108]) +1 other test incomplete
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@gem_mmap_offset@clear-via-pagefault.html
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@gem_mmap_offset@clear-via-pagefault.html
- shard-tglu: [PASS][68] -> [INCOMPLETE][69] ([i915#16108]) +1 other test incomplete
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-tglu-3/igt@gem_mmap_offset@clear-via-pagefault.html
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-8/igt@gem_mmap_offset@clear-via-pagefault.html
- shard-mtlp: NOTRUN -> [INCOMPLETE][70] ([i915#16021] / [i915#16108] / [i915#16202]) +1 other test incomplete
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-3/igt@gem_mmap_offset@clear-via-pagefault.html
* igt@gem_mmap_wc@bad-size:
- shard-dg1: NOTRUN -> [SKIP][71] ([i915#4083])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-19/igt@gem_mmap_wc@bad-size.html
* igt@gem_mmap_wc@write-prefaulted:
- shard-mtlp: NOTRUN -> [SKIP][72] ([i915#4083]) +2 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-3/igt@gem_mmap_wc@write-prefaulted.html
* igt@gem_partial_pwrite_pread@reads-uncached:
- shard-dg2: NOTRUN -> [SKIP][73] ([i915#3282]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-6/igt@gem_partial_pwrite_pread@reads-uncached.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: NOTRUN -> [SKIP][74] ([i915#3282]) +7 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
- shard-dg1: NOTRUN -> [SKIP][75] ([i915#3282]) +1 other test skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-12/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
* igt@gem_pread@exhaustion:
- shard-glk10: NOTRUN -> [WARN][76] ([i915#2658])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk10/igt@gem_pread@exhaustion.html
* igt@gem_pwrite@basic-exhaustion:
- shard-snb: NOTRUN -> [WARN][77] ([i915#2658])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-snb6/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pwrite@basic-random:
- shard-mtlp: NOTRUN -> [SKIP][78] ([i915#3282])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-7/igt@gem_pwrite@basic-random.html
* igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
- shard-dg2: NOTRUN -> [SKIP][79] ([i915#4270]) +2 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-5/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
* igt@gem_pxp@hw-rejects-pxp-context:
- shard-rkl: NOTRUN -> [SKIP][80] ([i915#13717])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-1/igt@gem_pxp@hw-rejects-pxp-context.html
* igt@gem_pxp@reject-modify-context-protection-off-2:
- shard-dg1: NOTRUN -> [SKIP][81] ([i915#4270])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-18/igt@gem_pxp@reject-modify-context-protection-off-2.html
* igt@gem_pxp@verify-pxp-stale-ctx-execution:
- shard-rkl: [PASS][82] -> [SKIP][83] ([i915#4270])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-7/igt@gem_pxp@verify-pxp-stale-ctx-execution.html
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-7/igt@gem_pxp@verify-pxp-stale-ctx-execution.html
* igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][84] ([i915#5190] / [i915#8428]) +3 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-1/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][85] ([i915#8428]) +1 other test skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-7/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-dg1: NOTRUN -> [SKIP][86] ([i915#4885])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-19/igt@gem_softpin@evict-snoop-interruptible.html
- shard-mtlp: NOTRUN -> [SKIP][87] ([i915#4885])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-1/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_softpin@noreloc-s3:
- shard-rkl: NOTRUN -> [ABORT][88] ([i915#15131])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-1/igt@gem_softpin@noreloc-s3.html
- shard-glk11: NOTRUN -> [INCOMPLETE][89] ([i915#13809] / [i915#16193])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk11/igt@gem_softpin@noreloc-s3.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-mtlp: NOTRUN -> [SKIP][90] ([i915#3282] / [i915#3297])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-1/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-mtlp: NOTRUN -> [SKIP][91] ([i915#3297]) +2 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-5/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@gem_userptr_blits@unsync-unmap-after-close:
- shard-dg2: NOTRUN -> [SKIP][92] ([i915#3297]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-7/igt@gem_userptr_blits@unsync-unmap-after-close.html
- shard-rkl: NOTRUN -> [SKIP][93] ([i915#3297]) +1 other test skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-4/igt@gem_userptr_blits@unsync-unmap-after-close.html
- shard-dg1: NOTRUN -> [SKIP][94] ([i915#3297])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-13/igt@gem_userptr_blits@unsync-unmap-after-close.html
- shard-tglu: NOTRUN -> [SKIP][95] ([i915#3297])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-10/igt@gem_userptr_blits@unsync-unmap-after-close.html
* igt@gem_workarounds@suspend-resume:
- shard-glk: NOTRUN -> [INCOMPLETE][96] ([i915#13356] / [i915#14586]) +1 other test incomplete
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk8/igt@gem_workarounds@suspend-resume.html
* igt@gen9_exec_parse@bb-oversize:
- shard-tglu-1: NOTRUN -> [SKIP][97] ([i915#2527] / [i915#2856]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@bb-start-param:
- shard-rkl: NOTRUN -> [SKIP][98] ([i915#2527]) +4 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@gen9_exec_parse@bb-start-param.html
* igt@gen9_exec_parse@secure-batches:
- shard-dg1: NOTRUN -> [SKIP][99] ([i915#2527]) +1 other test skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-12/igt@gen9_exec_parse@secure-batches.html
- shard-tglu: NOTRUN -> [SKIP][100] ([i915#2527] / [i915#2856]) +1 other test skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-3/igt@gen9_exec_parse@secure-batches.html
- shard-mtlp: NOTRUN -> [SKIP][101] ([i915#2856]) +2 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-2/igt@gen9_exec_parse@secure-batches.html
* igt@gen9_exec_parse@shadow-peek:
- shard-dg2: NOTRUN -> [SKIP][102] ([i915#2856]) +2 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-1/igt@gen9_exec_parse@shadow-peek.html
- shard-rkl: NOTRUN -> [SKIP][103] ([i915#14544] / [i915#2527])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@gen9_exec_parse@shadow-peek.html
* igt@i915_drm_fdinfo@virtual-busy-hang-all:
- shard-mtlp: NOTRUN -> [SKIP][104] ([i915#14118])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-2/igt@i915_drm_fdinfo@virtual-busy-hang-all.html
* igt@i915_fb_tiling@basic-x-tiling:
- shard-dg2: NOTRUN -> [SKIP][105] ([i915#13786])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-1/igt@i915_fb_tiling@basic-x-tiling.html
* igt@i915_module_load@fault-injection@intel_connector_register:
- shard-tglu: NOTRUN -> [ABORT][106] ([i915#15342]) +1 other test abort
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-6/igt@i915_module_load@fault-injection@intel_connector_register.html
- shard-glk: NOTRUN -> [ABORT][107] ([i915#15342]) +1 other test abort
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk9/igt@i915_module_load@fault-injection@intel_connector_register.html
* igt@i915_module_load@fault-injection@uc_fw_rsa_data_create:
- shard-tglu: NOTRUN -> [SKIP][108] ([i915#15479]) +4 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-6/igt@i915_module_load@fault-injection@uc_fw_rsa_data_create.html
* igt@i915_module_load@reload-no-display:
- shard-snb: NOTRUN -> [DMESG-WARN][109] ([i915#14545])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-snb6/igt@i915_module_load@reload-no-display.html
* igt@i915_module_load@resize-bar:
- shard-rkl: NOTRUN -> [SKIP][110] ([i915#6412])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-2/igt@i915_module_load@resize-bar.html
- shard-tglu-1: NOTRUN -> [SKIP][111] ([i915#6412])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@i915_module_load@resize-bar.html
- shard-dg1: NOTRUN -> [SKIP][112] ([i915#7178])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-19/igt@i915_module_load@resize-bar.html
- shard-mtlp: NOTRUN -> [SKIP][113] ([i915#6412])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-1/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-reset-multiple:
- shard-tglu: NOTRUN -> [SKIP][114] ([i915#8399]) +1 other test skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-4/igt@i915_pm_freq_api@freq-reset-multiple.html
* igt@i915_pm_freq_api@freq-suspend@gt0:
- shard-dg2: [PASS][115] -> [INCOMPLETE][116] ([i915#13356] / [i915#13820]) +1 other test incomplete
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg2-7/igt@i915_pm_freq_api@freq-suspend@gt0.html
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-5/igt@i915_pm_freq_api@freq-suspend@gt0.html
* igt@i915_pm_freq_mult@media-freq@gt0:
- shard-rkl: NOTRUN -> [SKIP][117] ([i915#6590]) +1 other test skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-7/igt@i915_pm_freq_mult@media-freq@gt0.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-glk11: NOTRUN -> [INCOMPLETE][118] ([i915#13356] / [i915#15172])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk11/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@i915_pm_rps@thresholds-idle:
- shard-mtlp: NOTRUN -> [SKIP][119] ([i915#11681])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-6/igt@i915_pm_rps@thresholds-idle.html
* igt@i915_power@sanity:
- shard-mtlp: [PASS][120] -> [SKIP][121] ([i915#7984])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-mtlp-2/igt@i915_power@sanity.html
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-7/igt@i915_power@sanity.html
* igt@i915_query@query-topology-known-pci-ids:
- shard-tglu: NOTRUN -> [SKIP][122] ([i915#16109])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-6/igt@i915_query@query-topology-known-pci-ids.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-tglu-1: NOTRUN -> [INCOMPLETE][123] ([i915#4817] / [i915#7443])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@i915_suspend@basic-s3-without-i915.html
* igt@i915_suspend@fence-restore-untiled:
- shard-glk: NOTRUN -> [INCOMPLETE][124] ([i915#16182] / [i915#4817])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk4/igt@i915_suspend@fence-restore-untiled.html
* igt@intel_hwmon@hwmon-write:
- shard-rkl: NOTRUN -> [SKIP][125] ([i915#7707])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@intel_hwmon@hwmon-write.html
- shard-tglu: NOTRUN -> [SKIP][126] ([i915#7707])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-6/igt@intel_hwmon@hwmon-write.html
- shard-mtlp: NOTRUN -> [SKIP][127] ([i915#7707])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-8/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling:
- shard-dg2: NOTRUN -> [SKIP][128] ([i915#4212])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-4/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-glk10: NOTRUN -> [INCOMPLETE][129] ([i915#12761])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk10/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2:
- shard-glk10: NOTRUN -> [INCOMPLETE][130] ([i915#12761] / [i915#14995])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk10/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html
- shard-rkl: [PASS][131] -> [INCOMPLETE][132] ([i915#12761])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-1/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-4/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-rkl: NOTRUN -> [SKIP][133] ([i915#1769] / [i915#3555])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][134] ([i915#4538] / [i915#5286]) +1 other test skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-15/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-mtlp: [PASS][135] -> [FAIL][136] ([i915#15733] / [i915#5138])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-mtlp-4/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-4/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-tglu: NOTRUN -> [SKIP][137] ([i915#5286]) +5 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-rkl: NOTRUN -> [SKIP][138] ([i915#5286]) +2 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-tglu-1: NOTRUN -> [SKIP][139] ([i915#5286]) +4 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip:
- shard-tglu: NOTRUN -> [SKIP][140] ([i915#3828])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-5/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip:
- shard-rkl: NOTRUN -> [SKIP][141] ([i915#3828])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-7/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][142] ([i915#14544] / [i915#3638])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][143] ([i915#3638]) +2 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#4538] / [i915#5190]) +7 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-mtlp: NOTRUN -> [SKIP][145] +8 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180:
- shard-tglu-1: NOTRUN -> [SKIP][146] +49 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][147] ([i915#10307] / [i915#6095]) +85 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-1/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-3.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-dg2: NOTRUN -> [SKIP][148] ([i915#12313]) +2 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-1/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
- shard-rkl: NOTRUN -> [SKIP][149] ([i915#12313] / [i915#14544])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][150] ([i915#14098] / [i915#14544] / [i915#6095]) +2 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][151] ([i915#6095]) +19 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][152] ([i915#6095]) +69 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-9/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-1:
- shard-dg1: NOTRUN -> [SKIP][153] ([i915#6095]) +178 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-15/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1:
- shard-glk: [PASS][154] -> [INCOMPLETE][155] ([i915#14694] / [i915#15582])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-glk3/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1.html
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk1/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][156] ([i915#6095]) +8 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-1/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][157] ([i915#6095]) +24 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-8/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs@pipe-b-edp-1.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
- shard-glk: NOTRUN -> [INCOMPLETE][158] ([i915#15582]) +1 other test incomplete
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk5/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
- shard-dg1: NOTRUN -> [SKIP][159] ([i915#12313]) +1 other test skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-16/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
- shard-tglu: NOTRUN -> [SKIP][160] ([i915#12313]) +4 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][161] ([i915#12313]) +2 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][162] ([i915#12313]) +2 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][163] ([i915#14098] / [i915#6095]) +51 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-7/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][164] ([i915#14544] / [i915#6095]) +5 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][165] ([i915#6095]) +73 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][166] ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-4/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1.html
* igt@kms_cdclk@mode-transition:
- shard-glk: NOTRUN -> [SKIP][167] +460 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk3/igt@kms_cdclk@mode-transition.html
- shard-rkl: NOTRUN -> [SKIP][168] ([i915#14544] / [i915#3742])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_cdclk@mode-transition.html
* igt@kms_chamelium_audio@dp-audio:
- shard-mtlp: NOTRUN -> [SKIP][169] ([i915#11151] / [i915#7828]) +5 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-6/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_audio@dp-audio-after-suspend:
- shard-tglu: NOTRUN -> [SKIP][170] ([i915#11151])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-4/igt@kms_chamelium_audio@dp-audio-after-suspend.html
- shard-mtlp: NOTRUN -> [SKIP][171] ([i915#11151])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-3/igt@kms_chamelium_audio@dp-audio-after-suspend.html
- shard-dg2: NOTRUN -> [SKIP][172] ([i915#11151])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-3/igt@kms_chamelium_audio@dp-audio-after-suspend.html
- shard-dg1: NOTRUN -> [SKIP][173] ([i915#11151])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-12/igt@kms_chamelium_audio@dp-audio-after-suspend.html
* igt@kms_chamelium_audio@hdmi-audio-after-suspend:
- shard-rkl: NOTRUN -> [SKIP][174] ([i915#11151]) +1 other test skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_chamelium_audio@hdmi-audio-after-suspend.html
* igt@kms_chamelium_color@ctm-negative:
- shard-dg2: NOTRUN -> [SKIP][175] +3 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-5/igt@kms_chamelium_color@ctm-negative.html
* igt@kms_chamelium_color_pipeline@plane-ctm3x4-lut1d:
- shard-mtlp: NOTRUN -> [SKIP][176] ([i915#16464] / [i915#16471]) +1 other test skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-7/igt@kms_chamelium_color_pipeline@plane-ctm3x4-lut1d.html
* igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4-lut1d:
- shard-tglu-1: NOTRUN -> [SKIP][177] ([i915#16471]) +1 other test skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4-lut1d.html
* igt@kms_chamelium_color_pipeline@plane-lut1d-lut1d:
- shard-dg2: NOTRUN -> [SKIP][178] ([i915#16471]) +2 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-5/igt@kms_chamelium_color_pipeline@plane-lut1d-lut1d.html
- shard-dg1: NOTRUN -> [SKIP][179] ([i915#16471]) +1 other test skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-18/igt@kms_chamelium_color_pipeline@plane-lut1d-lut1d.html
- shard-tglu: NOTRUN -> [SKIP][180] ([i915#16471]) +1 other test skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-4/igt@kms_chamelium_color_pipeline@plane-lut1d-lut1d.html
* igt@kms_chamelium_color_pipeline@plane-lut1d-post-ctm3x4:
- shard-rkl: NOTRUN -> [SKIP][181] ([i915#16471]) +2 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-2/igt@kms_chamelium_color_pipeline@plane-lut1d-post-ctm3x4.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-dg1: NOTRUN -> [SKIP][182] ([i915#11151] / [i915#7828]) +2 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-12/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
- shard-tglu: NOTRUN -> [SKIP][183] ([i915#11151] / [i915#7828]) +8 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-3/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@dp-hpd-storm:
- shard-dg2: NOTRUN -> [SKIP][184] ([i915#11151] / [i915#7828]) +5 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-3/igt@kms_chamelium_hpd@dp-hpd-storm.html
* igt@kms_chamelium_hpd@dp-hpd-with-enabled-mode:
- shard-rkl: NOTRUN -> [SKIP][185] ([i915#11151] / [i915#14544] / [i915#7828])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_chamelium_hpd@dp-hpd-with-enabled-mode.html
* igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode:
- shard-tglu-1: NOTRUN -> [SKIP][186] ([i915#11151] / [i915#7828]) +3 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html
* igt@kms_chamelium_hpd@vga-hpd-fast:
- shard-rkl: NOTRUN -> [SKIP][187] ([i915#11151] / [i915#7828]) +7 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_chamelium_hpd@vga-hpd-fast.html
* igt@kms_color@deep-color:
- shard-dg2: [PASS][188] -> [SKIP][189] ([i915#12655] / [i915#3555])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg2-10/igt@kms_color@deep-color.html
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-8/igt@kms_color@deep-color.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglu-1: NOTRUN -> [SKIP][190] ([i915#15865]) +1 other test skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-mtlp: NOTRUN -> [SKIP][191] ([i915#15865])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-4/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@mei-interface:
- shard-rkl: NOTRUN -> [SKIP][192] ([i915#15865]) +1 other test skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-7/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@suspend-resume:
- shard-dg2: NOTRUN -> [SKIP][193] ([i915#15865])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-5/igt@kms_content_protection@suspend-resume.html
* igt@kms_cursor_crc@cursor-offscreen-32x32:
- shard-rkl: NOTRUN -> [SKIP][194] ([i915#14544] / [i915#3555])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_cursor_crc@cursor-offscreen-32x32.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-tglu: NOTRUN -> [SKIP][195] ([i915#13049] / [i915#3359]) +1 other test skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-6/igt@kms_cursor_crc@cursor-offscreen-512x170.html
- shard-mtlp: NOTRUN -> [SKIP][196] ([i915#13049] / [i915#3359]) +1 other test skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-7/igt@kms_cursor_crc@cursor-offscreen-512x170.html
- shard-dg2: NOTRUN -> [SKIP][197] ([i915#13049] / [i915#3359])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-6/igt@kms_cursor_crc@cursor-offscreen-512x170.html
- shard-rkl: NOTRUN -> [SKIP][198] ([i915#13049] / [i915#3359])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@kms_cursor_crc@cursor-offscreen-512x170.html
- shard-dg1: NOTRUN -> [SKIP][199] ([i915#13049] / [i915#3359])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-18/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-tglu: NOTRUN -> [FAIL][200] ([i915#13566]) +1 other test fail
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-8/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-2:
- shard-rkl: [PASS][201] -> [FAIL][202] ([i915#13566]) +1 other test fail
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-2.html
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-2.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-rkl: NOTRUN -> [SKIP][203] ([i915#3555]) +2 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-1/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-tglu: NOTRUN -> [SKIP][204] ([i915#3555]) +4 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-2/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [FAIL][205] ([i915#13566]) +1 other test fail
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-sliding-256x85:
- shard-mtlp: NOTRUN -> [SKIP][206] ([i915#8814]) +1 other test skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-7/igt@kms_cursor_crc@cursor-sliding-256x85.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-tglu-1: NOTRUN -> [SKIP][207] ([i915#3555])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-dg2: NOTRUN -> [SKIP][208] ([i915#3555]) +1 other test skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-3/igt@kms_cursor_crc@cursor-sliding-max-size.html
- shard-mtlp: NOTRUN -> [SKIP][209] ([i915#3555] / [i915#8814])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-3/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][210] ([i915#12358] / [i915#14152] / [i915#7882])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk5/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [INCOMPLETE][211] ([i915#12358] / [i915#14152])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk5/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][212] ([i915#13046] / [i915#5354]) +1 other test skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-4/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][213] ([i915#16119] / [i915#4213])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
- shard-mtlp: NOTRUN -> [SKIP][214] ([i915#9809]) +2 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-3/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: NOTRUN -> [FAIL][215] ([i915#15804])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-dg2: NOTRUN -> [SKIP][216] ([i915#9067])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-3/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-tglu-1: NOTRUN -> [SKIP][217] ([i915#4103])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
- shard-dg1: NOTRUN -> [SKIP][218] ([i915#4103] / [i915#4213])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-19/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_display_modes@extended-mode-basic:
- shard-tglu: NOTRUN -> [SKIP][219] ([i915#13691])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-5/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dp_aux_dev@basic:
- shard-rkl: NOTRUN -> [SKIP][220] ([i915#1257])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-7/igt@kms_dp_aux_dev@basic.html
- shard-tglu: NOTRUN -> [SKIP][221] ([i915#1257])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-8/igt@kms_dp_aux_dev@basic.html
* igt@kms_draw_crc@draw-method-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][222] ([i915#8812])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-15/igt@kms_draw_crc@draw-method-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][223] ([i915#3555] / [i915#8812])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-6/igt@kms_draw_crc@draw-method-mmap-gtt.html
* igt@kms_dsc@dsc-with-bpc:
- shard-dg1: NOTRUN -> [SKIP][224] ([i915#16361])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-19/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-rkl: NOTRUN -> [SKIP][225] ([i915#16361]) +3 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-8/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-bpc-ultrajoiner:
- shard-dg2: NOTRUN -> [SKIP][226] ([i915#16361]) +3 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-8/igt@kms_dsc@dsc-with-bpc-ultrajoiner.html
* igt@kms_dsc@dsc-with-formats:
- shard-tglu: NOTRUN -> [SKIP][227] ([i915#16361]) +2 other tests skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-2/igt@kms_dsc@dsc-with-formats.html
* igt@kms_dsc@dsc-with-output-formats-bigjoiner:
- shard-tglu-1: NOTRUN -> [SKIP][228] ([i915#16361])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_dsc@dsc-with-output-formats-bigjoiner.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-mtlp: NOTRUN -> [SKIP][229] ([i915#16361]) +1 other test skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-2/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_feature_discovery@display-2x:
- shard-tglu-1: NOTRUN -> [SKIP][230] ([i915#16081])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_feature_discovery@display-2x.html
* igt@kms_flip@2x-flip-vs-dpms:
- shard-tglu-1: NOTRUN -> [SKIP][231] ([i915#3637] / [i915#9934]) +3 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_flip@2x-flip-vs-dpms.html
* igt@kms_flip@2x-flip-vs-fences-interruptible:
- shard-dg2: NOTRUN -> [SKIP][232] ([i915#8381])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-5/igt@kms_flip@2x-flip-vs-fences-interruptible.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-tglu: NOTRUN -> [SKIP][233] ([i915#3637] / [i915#9934]) +5 other tests skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-7/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-rkl: NOTRUN -> [SKIP][234] ([i915#14544] / [i915#9934])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-flip-vs-wf_vblank:
- shard-dg1: NOTRUN -> [SKIP][235] ([i915#9934])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-17/igt@kms_flip@2x-flip-vs-wf_vblank.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][236] ([i915#3637] / [i915#9934]) +1 other test skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-7/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@2x-wf_vblank-ts-check:
- shard-dg2: NOTRUN -> [SKIP][237] ([i915#9934]) +5 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-4/igt@kms_flip@2x-wf_vblank-ts-check.html
- shard-rkl: NOTRUN -> [SKIP][238] ([i915#9934]) +2 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-2/igt@kms_flip@2x-wf_vblank-ts-check.html
* igt@kms_flip@dpms-off-confusion@a-vga1:
- shard-snb: [PASS][239] -> [INCOMPLETE][240] ([i915#12314]) +1 other test incomplete
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-snb1/igt@kms_flip@dpms-off-confusion@a-vga1.html
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-snb5/igt@kms_flip@dpms-off-confusion@a-vga1.html
* igt@kms_flip@flip-vs-expired-vblank:
- shard-tglu: [PASS][241] -> [FAIL][242] ([i915#13027]) +1 other test fail
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-tglu-7/igt@kms_flip@flip-vs-expired-vblank.html
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-3/igt@kms_flip@flip-vs-expired-vblank.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][243] ([i915#15643])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
- shard-dg2: NOTRUN -> [SKIP][244] ([i915#15643]) +1 other test skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
- shard-dg1: NOTRUN -> [SKIP][245] ([i915#15643])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
- shard-tglu: NOTRUN -> [SKIP][246] ([i915#15643]) +4 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-tglu-1: NOTRUN -> [SKIP][247] ([i915#15643])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][248] ([i915#15643]) +4 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][249] ([i915#3555] / [i915#8810] / [i915#8813]) +1 other test skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][250] ([i915#15643] / [i915#5190])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][251] ([i915#15104] / [i915#15990]) +2 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][252] ([i915#15104] / [i915#15990]) +3 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][253] ([i915#1825]) +25 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][254] ([i915#15990] / [i915#8708]) +8 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite:
- shard-mtlp: NOTRUN -> [SKIP][255] ([i915#15991] / [i915#1825]) +12 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-glk: [PASS][256] -> [SKIP][257] +4 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-glk8/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-draw-mmap-gtt.html
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk6/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-pwrite:
- shard-tglu: NOTRUN -> [SKIP][258] ([i915#15989]) +20 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-7/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][259] ([i915#15990]) +9 other tests skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-6/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-shrfb-pgflip-blt:
- shard-rkl: NOTRUN -> [SKIP][260] +58 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-4/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbchdr-rgb101010-draw-render:
- shard-dg2: NOTRUN -> [SKIP][261] ([i915#15989]) +4 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-4/igt@kms_frontbuffer_tracking@fbchdr-rgb101010-draw-render.html
- shard-tglu-1: NOTRUN -> [SKIP][262] ([i915#15989]) +8 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_frontbuffer_tracking@fbchdr-rgb101010-draw-render.html
* igt@kms_frontbuffer_tracking@fbchdr-suspend:
- shard-glk10: NOTRUN -> [INCOMPLETE][263] ([i915#16056])
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk10/igt@kms_frontbuffer_tracking@fbchdr-suspend.html
* igt@kms_frontbuffer_tracking@fbchdr-tiling-linear:
- shard-rkl: [PASS][264] -> [SKIP][265] ([i915#15989]) +12 other tests skip
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-1/igt@kms_frontbuffer_tracking@fbchdr-tiling-linear.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-8/igt@kms_frontbuffer_tracking@fbchdr-tiling-linear.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-indfb-fliptrack-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][266] ([i915#15990] / [i915#8708]) +8 other tests skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-1p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][267] ([i915#15104] / [i915#15990]) +2 other tests skip
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render:
- shard-dg2: NOTRUN -> [SKIP][268] ([i915#15102]) +8 other tests skip
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite:
- shard-rkl: NOTRUN -> [SKIP][269] ([i915#14544] / [i915#15102] / [i915#3023])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
- shard-rkl: NOTRUN -> [SKIP][270] ([i915#15102] / [i915#3023]) +14 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][271] ([i915#15102] / [i915#3458])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt:
- shard-dg2: NOTRUN -> [SKIP][272] ([i915#15991] / [i915#5354]) +11 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-indfb-fliptrack-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][273] ([i915#15102]) +39 other tests skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-indfb-fliptrack-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][274] ([i915#15990]) +6 other tests skip
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-offscreen-pri-shrfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][275] ([i915#15990]) +3 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-tglu-1: NOTRUN -> [SKIP][276] ([i915#15102]) +17 other tests skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][277] ([i915#15102]) +2 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-indfb-scaledprimary:
- shard-mtlp: NOTRUN -> [SKIP][278] ([i915#15989]) +12 other tests skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-shrfb-draw-blt:
- shard-dg2: [PASS][279] -> [SKIP][280] ([i915#15989]) +5 other tests skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg2-10/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-shrfb-draw-blt.html
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-7/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@hdr-2p-pri-indfb-multidraw:
- shard-dg2: NOTRUN -> [SKIP][281] ([i915#15991]) +19 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-7/igt@kms_frontbuffer_tracking@hdr-2p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@hdr-2p-primscrn-shrfb-pgflip-blt:
- shard-dg1: NOTRUN -> [SKIP][282] +26 other tests skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-14/igt@kms_frontbuffer_tracking@hdr-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@hdr-indfb-scaledprimary:
- shard-dg1: NOTRUN -> [SKIP][283] ([i915#15989]) +2 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-18/igt@kms_frontbuffer_tracking@hdr-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@hdr-rgb101010-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][284] ([i915#15989]) +19 other tests skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@kms_frontbuffer_tracking@hdr-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-rkl: NOTRUN -> [SKIP][285] ([i915#9766])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-2/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][286] ([i915#15990] / [i915#8708]) +4 other tests skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][287] ([i915#15102] / [i915#3458]) +4 other tests skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][288] ([i915#14544] / [i915#1825]) +2 other tests skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-tglu: NOTRUN -> [SKIP][289] +91 other tests skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][290] ([i915#14544] / [i915#15102]) +2 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-spr-indfb-move:
- shard-rkl: NOTRUN -> [SKIP][291] ([i915#15102]) +21 other tests skip
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-1/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@psrhdr-2p-scndscrn-cur-indfb-move:
- shard-rkl: NOTRUN -> [SKIP][292] ([i915#14544]) +7 other tests skip
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_frontbuffer_tracking@psrhdr-2p-scndscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psrhdr-2p-scndscrn-indfb-msflip-blt:
- shard-mtlp: NOTRUN -> [SKIP][293] ([i915#15991]) +22 other tests skip
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-7/igt@kms_frontbuffer_tracking@psrhdr-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_hdmi_inject@inject-audio:
- shard-mtlp: [PASS][294] -> [SKIP][295] ([i915#15725])
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-mtlp-5/igt@kms_hdmi_inject@inject-audio.html
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-1/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@invalid-hdr:
- shard-rkl: NOTRUN -> [SKIP][296] ([i915#3555] / [i915#8228])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-1/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@static-toggle:
- shard-tglu: NOTRUN -> [SKIP][297] ([i915#3555] / [i915#8228]) +1 other test skip
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-3/igt@kms_hdr@static-toggle.html
* igt@kms_hdr@static-toggle-dpms:
- shard-rkl: [PASS][298] -> [SKIP][299] ([i915#3555] / [i915#8228])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_hdr@static-toggle-dpms.html
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][300] ([i915#15638] / [i915#15722])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_mst@mst-suspend-read-crc:
- shard-rkl: NOTRUN -> [SKIP][301] ([i915#16451])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-8/igt@kms_mst@mst-suspend-read-crc.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-rkl: NOTRUN -> [SKIP][302] ([i915#6301])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-2/igt@kms_panel_fitting@atomic-fastset.html
- shard-tglu: NOTRUN -> [SKIP][303] ([i915#6301])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-4/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-glk: NOTRUN -> [INCOMPLETE][304] ([i915#12756] / [i915#13409] / [i915#13476])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk6/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][305] ([i915#13409] / [i915#13476])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk6/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [ABORT][306] ([i915#15132])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-hdmi-a-2.html
* igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier:
- shard-glk10: NOTRUN -> [SKIP][307] +99 other tests skip
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk10/igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier:
- shard-dg1: NOTRUN -> [SKIP][308] ([i915#15709])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-16/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html
- shard-tglu: NOTRUN -> [SKIP][309] ([i915#15709]) +2 other tests skip
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-3/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping:
- shard-tglu-1: NOTRUN -> [SKIP][310] ([i915#15709])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier@pipe-b-plane-5:
- shard-mtlp: NOTRUN -> [SKIP][311] ([i915#16386]) +1 other test skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-7/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-7:
- shard-tglu-1: NOTRUN -> [SKIP][312] ([i915#16386]) +1 other test skip
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-7.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier:
- shard-rkl: NOTRUN -> [SKIP][313] ([i915#14544] / [i915#15709]) +1 other test skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier.html
* igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier-source-clamping:
- shard-dg2: NOTRUN -> [SKIP][314] ([i915#15709]) +2 other tests skip
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-6/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-yf-tiled-modifier:
- shard-rkl: NOTRUN -> [SKIP][315] ([i915#15709]) +3 other tests skip
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-8/igt@kms_plane@pixel-format-yf-tiled-modifier.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][316] ([i915#13026]) +1 other test incomplete
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk3/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_alpha_blend@constant-alpha-max:
- shard-glk: NOTRUN -> [FAIL][317] ([i915#10647] / [i915#12169])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk9/igt@kms_plane_alpha_blend@constant-alpha-max.html
* igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][318] ([i915#10647]) +1 other test fail
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk9/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html
* igt@kms_plane_multiple@2x-tiling-none:
- shard-tglu: NOTRUN -> [SKIP][319] ([i915#13958]) +1 other test skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-8/igt@kms_plane_multiple@2x-tiling-none.html
* igt@kms_plane_multiple@2x-tiling-x:
- shard-tglu-1: NOTRUN -> [SKIP][320] ([i915#13958])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_plane_multiple@2x-tiling-x.html
- shard-mtlp: NOTRUN -> [SKIP][321] ([i915#13958])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-1/igt@kms_plane_multiple@2x-tiling-x.html
* igt@kms_plane_multiple@tiling-yf:
- shard-tglu: NOTRUN -> [SKIP][322] ([i915#14259])
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-4/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
- shard-tglu: NOTRUN -> [SKIP][323] ([i915#15329]) +4 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-9/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5:
- shard-mtlp: NOTRUN -> [SKIP][324] ([i915#15329] / [i915#6953])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-3/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b:
- shard-mtlp: NOTRUN -> [SKIP][325] ([i915#15329]) +3 other tests skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-3/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-tglu: NOTRUN -> [SKIP][326] ([i915#12343] / [i915#9812]) +1 other test skip
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-2/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc5-psr:
- shard-dg2: NOTRUN -> [SKIP][327] ([i915#15948])
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-8/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: [PASS][328] -> [SKIP][329] ([i915#9340])
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg2-4/igt@kms_pm_lpsp@kms-lpsp.html
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-6/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-rkl: NOTRUN -> [SKIP][330] ([i915#8430])
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-tglu-1: NOTRUN -> [SKIP][331] ([i915#15073])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg2: [PASS][332] -> [SKIP][333] ([i915#15073]) +1 other test skip
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress.html
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-1/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: [PASS][334] -> [SKIP][335] ([i915#15073]) +1 other test skip
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp.html
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-dg1: [PASS][336] -> [SKIP][337] ([i915#15073]) +1 other test skip
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg1-18/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-15/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_pm_rpm@package-g7:
- shard-tglu-1: NOTRUN -> [SKIP][338] ([i915#15403])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_pm_rpm@package-g7.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-tglu: NOTRUN -> [SKIP][339] ([i915#6524])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-8/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area:
- shard-dg2: NOTRUN -> [SKIP][340] ([i915#11520]) +1 other test skip
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-4/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
- shard-rkl: NOTRUN -> [SKIP][341] ([i915#11520]) +6 other tests skip
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-2/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf:
- shard-snb: NOTRUN -> [SKIP][342] ([i915#11520]) +3 other tests skip
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-snb6/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf:
- shard-glk10: NOTRUN -> [SKIP][343] ([i915#11520])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk10/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][344] ([i915#9808])
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-2/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][345] ([i915#12316]) +2 other tests skip
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-2/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][346] ([i915#11520]) +5 other tests skip
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-6/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf:
- shard-dg1: NOTRUN -> [SKIP][347] ([i915#11520])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-12/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf:
- shard-tglu-1: NOTRUN -> [SKIP][348] ([i915#11520]) +4 other tests skip
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][349] ([i915#11520]) +8 other tests skip
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk2/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-rkl: NOTRUN -> [SKIP][350] ([i915#9683]) +1 other test skip
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-7/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@fbc-pr-cursor-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][351] ([i915#1072] / [i915#14544] / [i915#9732]) +2 other tests skip
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_psr@fbc-pr-cursor-mmap-gtt.html
* igt@kms_psr@fbc-pr-cursor-plane-onoff:
- shard-glk11: NOTRUN -> [SKIP][352] +60 other tests skip
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk11/igt@kms_psr@fbc-pr-cursor-plane-onoff.html
* igt@kms_psr@fbc-psr-cursor-plane-onoff:
- shard-tglu: NOTRUN -> [SKIP][353] ([i915#9732]) +19 other tests skip
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-5/igt@kms_psr@fbc-psr-cursor-plane-onoff.html
* igt@kms_psr@fbc-psr2-cursor-blt:
- shard-dg1: NOTRUN -> [SKIP][354] ([i915#1072] / [i915#9732]) +4 other tests skip
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-19/igt@kms_psr@fbc-psr2-cursor-blt.html
* igt@kms_psr@fbc-psr2-cursor-blt@edp-1:
- shard-mtlp: NOTRUN -> [SKIP][355] ([i915#9688]) +8 other tests skip
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-4/igt@kms_psr@fbc-psr2-cursor-blt@edp-1.html
* igt@kms_psr@fbc-psr2-primary-blt:
- shard-tglu-1: NOTRUN -> [SKIP][356] ([i915#9732]) +6 other tests skip
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@kms_psr@fbc-psr2-primary-blt.html
* igt@kms_psr@pr-cursor-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][357] ([i915#1072] / [i915#9732]) +12 other tests skip
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-8/igt@kms_psr@pr-cursor-mmap-cpu.html
* igt@kms_psr@psr2-cursor-blt:
- shard-rkl: NOTRUN -> [SKIP][358] ([i915#1072] / [i915#9732]) +20 other tests skip
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-8/igt@kms_psr@psr2-cursor-blt.html
* igt@kms_rotation_crc@multiplane-rotation:
- shard-glk10: NOTRUN -> [INCOMPLETE][359] ([i915#15492] / [i915#16184])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk10/igt@kms_rotation_crc@multiplane-rotation.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- shard-rkl: NOTRUN -> [SKIP][360] ([i915#5289])
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-4/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
- shard-tglu: NOTRUN -> [SKIP][361] ([i915#5289])
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-4/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
* igt@kms_selftest@drm_framebuffer:
- shard-tglu: NOTRUN -> [ABORT][362] ([i915#13179]) +1 other test abort
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-4/igt@kms_selftest@drm_framebuffer.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-glk: NOTRUN -> [FAIL][363] ([i915#10959])
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk2/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][364] ([i915#12276])
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk4/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-2.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-rkl: [PASS][365] -> [INCOMPLETE][366] ([i915#12276])
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-5/igt@kms_vblank@ts-continuation-suspend.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_vblank@ts-continuation-suspend.html
* igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][367] ([i915#12276])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2.html
* igt@kms_vrr@flip-basic:
- shard-dg1: NOTRUN -> [SKIP][368] ([i915#3555]) +1 other test skip
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-13/igt@kms_vrr@flip-basic.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-dg2: NOTRUN -> [SKIP][369] ([i915#9906])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-3/igt@kms_vrr@seamless-rr-switch-virtual.html
- shard-rkl: NOTRUN -> [SKIP][370] ([i915#9906])
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-2/igt@kms_vrr@seamless-rr-switch-virtual.html
- shard-dg1: NOTRUN -> [SKIP][371] ([i915#9906])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-12/igt@kms_vrr@seamless-rr-switch-virtual.html
- shard-tglu: NOTRUN -> [SKIP][372] ([i915#9906])
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-4/igt@kms_vrr@seamless-rr-switch-virtual.html
- shard-mtlp: NOTRUN -> [SKIP][373] ([i915#8808] / [i915#9906])
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-3/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@perf@per-context-mode-unprivileged:
- shard-rkl: NOTRUN -> [SKIP][374] ([i915#2435])
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-8/igt@perf@per-context-mode-unprivileged.html
* igt@perf_pmu@rc6-all-gts:
- shard-rkl: NOTRUN -> [SKIP][375] ([i915#14544] / [i915#8516])
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@perf_pmu@rc6-all-gts.html
- shard-tglu-1: NOTRUN -> [SKIP][376] ([i915#8516])
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-1/igt@perf_pmu@rc6-all-gts.html
* igt@prime_udl@share-import-addfb:
- shard-mtlp: NOTRUN -> [SKIP][377] ([i915#16420])
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-7/igt@prime_udl@share-import-addfb.html
- shard-dg2: NOTRUN -> [SKIP][378] ([i915#16420])
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-3/igt@prime_udl@share-import-addfb.html
- shard-rkl: NOTRUN -> [SKIP][379] ([i915#16420])
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-1/igt@prime_udl@share-import-addfb.html
- shard-dg1: NOTRUN -> [SKIP][380] ([i915#16420])
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-16/igt@prime_udl@share-import-addfb.html
- shard-tglu: NOTRUN -> [SKIP][381] ([i915#16420])
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-3/igt@prime_udl@share-import-addfb.html
* igt@prime_vgem@coherency-gtt:
- shard-rkl: NOTRUN -> [SKIP][382] ([i915#3708])
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-2/igt@prime_vgem@coherency-gtt.html
* igt@prime_vgem@fence-write-hang:
- shard-dg2: NOTRUN -> [SKIP][383] ([i915#3708])
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-5/igt@prime_vgem@fence-write-hang.html
#### Possible fixes ####
* igt@gem_eio@kms:
- shard-tglu: [DMESG-WARN][384] ([i915#13363]) -> [PASS][385]
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-tglu-6/igt@gem_eio@kms.html
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-5/igt@gem_eio@kms.html
* igt@gem_exec_suspend@basic-s3-devices:
- shard-rkl: [ABORT][386] ([i915#15131] / [i915#15542]) -> [PASS][387]
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-1/igt@gem_exec_suspend@basic-s3-devices.html
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@gem_exec_suspend@basic-s3-devices.html
* igt@gem_exec_suspend@basic-s3-devices@smem:
- shard-rkl: [ABORT][388] ([i915#15542]) -> [PASS][389]
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-1/igt@gem_exec_suspend@basic-s3-devices@smem.html
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@gem_exec_suspend@basic-s3-devices@smem.html
* igt@i915_pm_rps@reset:
- shard-snb: [TIMEOUT][390] ([i915#16162]) -> [PASS][391]
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-snb7/igt@i915_pm_rps@reset.html
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-snb5/igt@i915_pm_rps@reset.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-glk: [INCOMPLETE][392] ([i915#16182] / [i915#4817]) -> [PASS][393]
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-glk2/igt@i915_suspend@basic-s3-without-i915.html
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk9/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_cursor_crc@cursor-random-128x128@pipe-a-edp-1:
- shard-mtlp: [FAIL][394] ([i915#13566] / [i915#15733]) -> [PASS][395] +2 other tests pass
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-mtlp-7/igt@kms_cursor_crc@cursor-random-128x128@pipe-a-edp-1.html
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-2/igt@kms_cursor_crc@cursor-random-128x128@pipe-a-edp-1.html
* igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1:
- shard-tglu: [FAIL][396] ([i915#13566]) -> [PASS][397] +1 other test pass
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-tglu-3/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-6/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-sliding-256x85:
- shard-rkl: [FAIL][398] ([i915#13566]) -> [PASS][399] +3 other tests pass
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_cursor_crc@cursor-sliding-256x85.html
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-1/igt@kms_cursor_crc@cursor-sliding-256x85.html
* igt@kms_cursor_legacy@flip-vs-cursor-crc-legacy:
- shard-dg1: [FAIL][400] ([i915#15999]) -> [PASS][401]
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg1-19/igt@kms_cursor_legacy@flip-vs-cursor-crc-legacy.html
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-13/igt@kms_cursor_legacy@flip-vs-cursor-crc-legacy.html
* igt@kms_frontbuffer_tracking@hdr-1p-offscreen-pri-indfb-draw-pwrite:
- shard-rkl: [SKIP][402] ([i915#15989]) -> [PASS][403] +13 other tests pass
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-2/igt@kms_frontbuffer_tracking@hdr-1p-offscreen-pri-indfb-draw-pwrite.html
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_frontbuffer_tracking@hdr-1p-offscreen-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-pri-shrfb-draw-mmap-gtt:
- shard-glk: [SKIP][404] -> [PASS][405] +8 other tests pass
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-glk5/igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk8/igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_hdmi_inject@inject-4k:
- shard-mtlp: [SKIP][406] ([i915#15725]) -> [PASS][407]
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-mtlp-1/igt@kms_hdmi_inject@inject-4k.html
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-4/igt@kms_hdmi_inject@inject-4k.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-rkl: [SKIP][408] ([i915#3555] / [i915#8228]) -> [PASS][409]
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-2/igt@kms_hdr@invalid-metadata-sizes.html
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2:
- shard-rkl: [INCOMPLETE][410] ([i915#13476]) -> [PASS][411]
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-3/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2.html
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg1: [SKIP][412] ([i915#15073]) -> [PASS][413] +1 other test pass
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg1-13/igt@kms_pm_rpm@dpms-lpsp.html
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-15/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-rkl: [SKIP][414] ([i915#15073]) -> [PASS][415]
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-2/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-1/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_vblank@ts-continuation-dpms-suspend:
- shard-rkl: [INCOMPLETE][416] ([i915#12276]) -> [PASS][417] +1 other test pass
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-3/igt@kms_vblank@ts-continuation-dpms-suspend.html
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-7/igt@kms_vblank@ts-continuation-dpms-suspend.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1:
- shard-glk: [INCOMPLETE][418] ([i915#12276]) -> [PASS][419]
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-glk8/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk4/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html
* igt@perf@polling:
- shard-mtlp: [FAIL][420] ([i915#10538]) -> [PASS][421]
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-mtlp-3/igt@perf@polling.html
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-4/igt@perf@polling.html
* igt@perf_pmu@rc6-suspend:
- shard-rkl: [INCOMPLETE][422] ([i915#13520]) -> [PASS][423]
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@perf_pmu@rc6-suspend.html
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-7/igt@perf_pmu@rc6-suspend.html
* igt@perf_pmu@semaphore-busy@vcs1:
- shard-dg1: [FAIL][424] ([i915#4349]) -> [PASS][425] +3 other tests pass
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg1-15/igt@perf_pmu@semaphore-busy@vcs1.html
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-18/igt@perf_pmu@semaphore-busy@vcs1.html
- shard-mtlp: [FAIL][426] ([i915#4349]) -> [PASS][427] +4 other tests pass
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-mtlp-3/igt@perf_pmu@semaphore-busy@vcs1.html
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-6/igt@perf_pmu@semaphore-busy@vcs1.html
* igt@perf_pmu@semaphore-busy@vecs0:
- shard-dg2: [FAIL][428] ([i915#4349]) -> [PASS][429] +5 other tests pass
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg2-8/igt@perf_pmu@semaphore-busy@vecs0.html
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-6/igt@perf_pmu@semaphore-busy@vecs0.html
#### Warnings ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-rkl: [SKIP][430] ([i915#14544] / [i915#8411]) -> [SKIP][431] ([i915#8411])
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@api_intel_bb@blit-reloc-keep-cache.html
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@api_intel_bb@crc32:
- shard-rkl: [SKIP][432] ([i915#6230]) -> [SKIP][433] ([i915#14544] / [i915#6230])
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-7/igt@api_intel_bb@crc32.html
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@api_intel_bb@crc32.html
* igt@gem_ccs@large-ctrl-surf-copy:
- shard-rkl: [SKIP][434] ([i915#13008]) -> [SKIP][435] ([i915#13008] / [i915#14544])
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-4/igt@gem_ccs@large-ctrl-surf-copy.html
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@gem_ccs@large-ctrl-surf-copy.html
* igt@gem_ctx_sseu@engines:
- shard-rkl: [SKIP][436] ([i915#280]) -> [SKIP][437] ([i915#14544] / [i915#280])
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-7/igt@gem_ctx_sseu@engines.html
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@gem_ctx_sseu@engines.html
* igt@gem_exec_reloc@basic-gtt-cpu:
- shard-rkl: [SKIP][438] ([i915#14544] / [i915#3281]) -> [SKIP][439] ([i915#3281]) +9 other tests skip
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-cpu.html
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@gem_exec_reloc@basic-gtt-cpu.html
* igt@gem_exec_reloc@basic-wc-gtt-active:
- shard-rkl: [SKIP][440] ([i915#3281]) -> [SKIP][441] ([i915#14544] / [i915#3281]) +2 other tests skip
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-2/igt@gem_exec_reloc@basic-wc-gtt-active.html
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@gem_exec_reloc@basic-wc-gtt-active.html
* igt@gem_lmem_swapping@parallel-random:
- shard-rkl: [SKIP][442] ([i915#4613]) -> [SKIP][443] ([i915#14544] / [i915#4613]) +1 other test skip
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-7/igt@gem_lmem_swapping@parallel-random.html
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@gem_lmem_swapping@parallel-random.html
* igt@gem_partial_pwrite_pread@write:
- shard-rkl: [SKIP][444] ([i915#14544] / [i915#3282]) -> [SKIP][445] ([i915#3282]) +1 other test skip
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@gem_partial_pwrite_pread@write.html
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-4/igt@gem_partial_pwrite_pread@write.html
* igt@gem_partial_pwrite_pread@writes-after-reads-snoop:
- shard-rkl: [SKIP][446] ([i915#3282]) -> [SKIP][447] ([i915#14544] / [i915#3282]) +2 other tests skip
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-7/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
* igt@gen9_exec_parse@bb-oversize:
- shard-rkl: [SKIP][448] ([i915#14544] / [i915#2527]) -> [SKIP][449] ([i915#2527]) +1 other test skip
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@gen9_exec_parse@bb-oversize.html
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-2/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@unaligned-jump:
- shard-rkl: [SKIP][450] ([i915#2527]) -> [SKIP][451] ([i915#14544] / [i915#2527])
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-8/igt@gen9_exec_parse@unaligned-jump.html
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@gen9_exec_parse@unaligned-jump.html
* igt@i915_pm_freq_api@freq-reset-multiple:
- shard-rkl: [SKIP][452] ([i915#14544] / [i915#8399]) -> [SKIP][453] ([i915#8399])
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@i915_pm_freq_api@freq-reset-multiple.html
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-2/igt@i915_pm_freq_api@freq-reset-multiple.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-rkl: [ABORT][454] ([i915#15132]) -> [INCOMPLETE][455] ([i915#12761])
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-1/igt@kms_async_flips@async-flip-suspend-resume.html
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-4/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-0:
- shard-rkl: [SKIP][456] ([i915#14544] / [i915#5286]) -> [SKIP][457] ([i915#5286]) +2 other tests skip
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-1/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
- shard-dg1: [SKIP][458] ([i915#4538] / [i915#5286]) -> [SKIP][459] ([i915#4423] / [i915#4538] / [i915#5286])
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg1-19/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-16/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-180:
- shard-rkl: [SKIP][460] ([i915#5286]) -> [SKIP][461] ([i915#14544] / [i915#5286])
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-4/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-90:
- shard-rkl: [SKIP][462] ([i915#3638]) -> [SKIP][463] ([i915#14544] / [i915#3638])
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-5/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-270:
- shard-rkl: [SKIP][464] ([i915#14544] / [i915#3638]) -> [SKIP][465] ([i915#3638])
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-4/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-rkl: [SKIP][466] -> [SKIP][467] ([i915#14544]) +21 other tests skip
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-8/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
- shard-rkl: [SKIP][468] ([i915#12313] / [i915#14544]) -> [SKIP][469] ([i915#12313]) +1 other test skip
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-8/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs:
- shard-rkl: [SKIP][470] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][471] ([i915#14098] / [i915#6095]) +8 other tests skip
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs.html
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-8/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][472] ([i915#6095]) -> [SKIP][473] ([i915#14544] / [i915#6095]) +6 other tests skip
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-7/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2.html
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-rkl: [SKIP][474] ([i915#12805]) -> [SKIP][475] ([i915#12805] / [i915#14544])
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-5/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][476] ([i915#14544] / [i915#6095]) -> [SKIP][477] ([i915#6095]) +4 other tests skip
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-a-hdmi-a-2.html
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-7/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-c-hdmi-a-2:
- shard-rkl: [SKIP][478] ([i915#14098] / [i915#6095]) -> [SKIP][479] ([i915#14098] / [i915#14544] / [i915#6095]) +10 other tests skip
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-1/igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-c-hdmi-a-2.html
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-c-hdmi-a-2.html
* igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4:
- shard-rkl: [SKIP][480] ([i915#14544] / [i915#16471]) -> [SKIP][481] ([i915#16471])
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4.html
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4.html
* igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4-lut1d:
- shard-rkl: [SKIP][482] ([i915#16471]) -> [SKIP][483] ([i915#14544] / [i915#16471])
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-2/igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4-lut1d.html
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4-lut1d.html
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k:
- shard-rkl: [SKIP][484] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][485] ([i915#11151] / [i915#7828]) +7 other tests skip
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_frames@dp-crc-multiple:
- shard-rkl: [SKIP][486] ([i915#11151] / [i915#7828]) -> [SKIP][487] ([i915#11151] / [i915#14544] / [i915#7828])
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-4/igt@kms_chamelium_frames@dp-crc-multiple.html
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_chamelium_frames@dp-crc-multiple.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-rkl: [SKIP][488] ([i915#14544] / [i915#15330]) -> [SKIP][489] ([i915#15330])
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@lic-type-0-hdcp14:
- shard-dg2: [FAIL][490] ([i915#7173]) -> [SKIP][491] ([i915#15865])
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg2-10/igt@kms_content_protection@lic-type-0-hdcp14.html
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-3/igt@kms_content_protection@lic-type-0-hdcp14.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-rkl: [SKIP][492] ([i915#13049] / [i915#14544]) -> [SKIP][493] ([i915#13049] / [i915#3359])
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_cursor_crc@cursor-offscreen-512x512.html
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-4/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-tglu: [SKIP][494] ([i915#13049]) -> [SKIP][495] ([i915#13049] / [i915#3359]) +7 other tests skip
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-tglu-7/igt@kms_cursor_crc@cursor-onscreen-512x512.html
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-tglu-2/igt@kms_cursor_crc@cursor-onscreen-512x512.html
- shard-mtlp: [SKIP][496] ([i915#13049]) -> [SKIP][497] ([i915#13049] / [i915#3359]) +7 other tests skip
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-mtlp-6/igt@kms_cursor_crc@cursor-onscreen-512x512.html
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-3/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-dg2: [SKIP][498] ([i915#13049]) -> [SKIP][499] ([i915#13049] / [i915#3359]) +8 other tests skip
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg2-1/igt@kms_cursor_crc@cursor-random-512x170.html
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-1/igt@kms_cursor_crc@cursor-random-512x170.html
- shard-rkl: [SKIP][500] ([i915#13049]) -> [SKIP][501] ([i915#13049] / [i915#14544] / [i915#3359])
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-4/igt@kms_cursor_crc@cursor-random-512x170.html
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_cursor_crc@cursor-random-512x170.html
- shard-dg1: [SKIP][502] ([i915#13049]) -> [SKIP][503] ([i915#13049] / [i915#3359]) +7 other tests skip
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg1-17/igt@kms_cursor_crc@cursor-random-512x170.html
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-14/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-rkl: [SKIP][504] ([i915#14544] / [i915#3555]) -> [SKIP][505] ([i915#3555]) +1 other test skip
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-1/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-rkl: [SKIP][506] ([i915#13049]) -> [SKIP][507] ([i915#13049] / [i915#3359]) +2 other tests skip
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-3/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-rkl: [SKIP][508] ([i915#3555]) -> [SKIP][509] ([i915#14544] / [i915#3555])
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-32x10.html
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_crc@cursor-sliding-32x32:
- shard-dg1: [SKIP][510] ([i915#3555]) -> [SKIP][511] ([i915#3555] / [i915#4423])
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg1-19/igt@kms_cursor_crc@cursor-sliding-32x32.html
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-13/igt@kms_cursor_crc@cursor-sliding-32x32.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-rkl: [SKIP][512] ([i915#14544]) -> [SKIP][513] +32 other tests skip
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2: [SKIP][514] ([i915#4103]) -> [SKIP][515] ([i915#4103] / [i915#4213]) +4 other tests skip
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg2-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-rkl: [SKIP][516] ([i915#14544] / [i915#4103]) -> [SKIP][517] ([i915#4103])
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
[517]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
- shard-dg1: [SKIP][518] ([i915#4103]) -> [SKIP][519] ([i915#4103] / [i915#4213]) +3 other tests skip
[518]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg1-19/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
[519]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-18/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_dsc@dsc-with-output-formats-bigjoiner:
- shard-rkl: [SKIP][520] ([i915#16361]) -> [SKIP][521] ([i915#14544] / [i915#16361]) +1 other test skip
[520]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-2/igt@kms_dsc@dsc-with-output-formats-bigjoiner.html
[521]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_dsc@dsc-with-output-formats-bigjoiner.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc-ultrajoiner:
- shard-rkl: [SKIP][522] ([i915#14544] / [i915#16361]) -> [SKIP][523] ([i915#16361]) +1 other test skip
[522]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_dsc@dsc-with-output-formats-with-bpc-ultrajoiner.html
[523]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_dsc@dsc-with-output-formats-with-bpc-ultrajoiner.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-rkl: [SKIP][524] ([i915#9934]) -> [SKIP][525] ([i915#14544] / [i915#9934]) +2 other tests skip
[524]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-2/igt@kms_flip@2x-blocking-wf_vblank.html
[525]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-rkl: [SKIP][526] ([i915#14544] / [i915#9934]) -> [SKIP][527] ([i915#9934]) +3 other tests skip
[526]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
[527]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-glk: [INCOMPLETE][528] ([i915#12745] / [i915#4839]) -> [INCOMPLETE][529] ([i915#12745] / [i915#4839] / [i915#6113])
[528]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-glk4/igt@kms_flip@2x-flip-vs-suspend.html
[529]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk2/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-glk: [INCOMPLETE][530] ([i915#12745] / [i915#4839] / [i915#6113]) -> [INCOMPLETE][531] ([i915#12745] / [i915#4839])
[530]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-glk2/igt@kms_flip@flip-vs-suspend-interruptible.html
[531]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-glk4/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling:
- shard-rkl: [SKIP][532] ([i915#14544] / [i915#15643]) -> [SKIP][533] ([i915#15643]) +1 other test skip
[532]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html
[533]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling:
- shard-rkl: [SKIP][534] ([i915#15643]) -> [SKIP][535] ([i915#14544] / [i915#15643]) +1 other test skip
[534]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
[535]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw:
- shard-rkl: [SKIP][536] ([i915#14544]) -> [SKIP][537] ([i915#1825]) +14 other tests skip
[536]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw.html
[537]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt:
- shard-rkl: [SKIP][538] -> [SKIP][539] ([i915#14544] / [i915#1825]) +8 other tests skip
[538]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html
[539]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-rkl: [SKIP][540] ([i915#1825]) -> [SKIP][541] ([i915#14544] / [i915#1825])
[540]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
[541]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt:
- shard-dg1: [SKIP][542] ([i915#4423]) -> [SKIP][543] +1 other test skip
[542]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
[543]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-rkl: [SKIP][544] ([i915#5439]) -> [SKIP][545] ([i915#14544] / [i915#5439])
[544]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-8/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
[545]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbchdr-2p-scndscrn-indfb-msflip-blt:
- shard-dg1: [SKIP][546] -> [SKIP][547] ([i915#4423])
[546]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg1-14/igt@kms_frontbuffer_tracking@fbchdr-2p-scndscrn-indfb-msflip-blt.html
[547]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-13/igt@kms_frontbuffer_tracking@fbchdr-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-rkl: [SKIP][548] ([i915#15102] / [i915#3023]) -> [SKIP][549] ([i915#14544] / [i915#15102] / [i915#3023]) +4 other tests skip
[548]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
[549]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: [SKIP][550] -> [SKIP][551] ([i915#1825]) +84 other tests skip
[550]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
[551]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt:
- shard-dg1: [SKIP][552] ([i915#15102]) -> [SKIP][553] ([i915#15102] / [i915#3458]) +80 other tests skip
[552]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html
[553]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc:
- shard-rkl: [SKIP][554] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][555] ([i915#15102] / [i915#3023]) +7 other tests skip
[554]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html
[555]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite:
- shard-dg2: [SKIP][556] ([i915#15102]) -> [SKIP][557] ([i915#10433] / [i915#15102] / [i915#3458]) +1 other test skip
[556]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite.html
[557]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render:
- shard-dg2: [SKIP][558] ([i915#10433] / [i915#15102]) -> [SKIP][559] ([i915#15102] / [i915#3458]) +6 other tests skip
[558]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
[559]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-rkl: [SKIP][560] ([i915#14544] / [i915#5439]) -> [SKIP][561] ([i915#5439])
[560]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
[561]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-pri-shrfb-draw-pwrite:
- shard-rkl: [SKIP][562] ([i915#14544] / [i915#15102]) -> [SKIP][563] ([i915#15102]) +9 other tests skip
[562]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-pri-shrfb-draw-pwrite.html
[563]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-rkl: [SKIP][564] ([i915#15102]) -> [SKIP][565] ([i915#14544] / [i915#15102]) +7 other tests skip
[564]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-spr-indfb-draw-mmap-cpu.html
[565]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-rgb101010-draw-mmap-gtt:
- shard-dg1: [SKIP][566] ([i915#15990]) -> [SKIP][567] ([i915#15990] / [i915#4423])
[566]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsrhdr-rgb101010-draw-mmap-gtt.html
[567]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsrhdr-rgb101010-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-rkl: [SKIP][568] ([i915#14544] / [i915#1825]) -> [SKIP][569] ([i915#1825]) +1 other test skip
[568]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
[569]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
- shard-dg2: [SKIP][570] ([i915#15102]) -> [SKIP][571] ([i915#15102] / [i915#3458]) +57 other tests skip
[570]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
[571]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
* igt@kms_hdr@brightness-with-hdr:
- shard-mtlp: [SKIP][572] ([i915#12713] / [i915#16490]) -> [SKIP][573] ([i915#1187] / [i915#12713] / [i915#16490])
[572]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-mtlp-5/igt@kms_hdr@brightness-with-hdr.html
[573]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-1/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_joiner@basic-max-non-joiner:
- shard-rkl: [SKIP][574] ([i915#13688]) -> [SKIP][575] ([i915#13688] / [i915#14544])
[574]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-2/igt@kms_joiner@basic-max-non-joiner.html
[575]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_joiner@basic-max-non-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-rkl: [SKIP][576] ([i915#15638] / [i915#15722]) -> [SKIP][577] ([i915#14544] / [i915#15638] / [i915#15722])
[576]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-4/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
[577]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-rkl: [INCOMPLETE][578] ([i915#12756] / [i915#13476]) -> [ABORT][579] ([i915#15132])
[578]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-3/igt@kms_pipe_crc_basic@suspend-read-crc.html
[579]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-1/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_plane@pixel-format-4-tiled-modifier-source-clamping:
- shard-dg1: [SKIP][580] ([i915#15709] / [i915#4423]) -> [SKIP][581] ([i915#15709])
[580]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg1-13/igt@kms_plane@pixel-format-4-tiled-modifier-source-clamping.html
[581]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg1-12/igt@kms_plane@pixel-format-4-tiled-modifier-source-clamping.html
* igt@kms_plane_multiple@2x-tiling-none:
- shard-rkl: [SKIP][582] ([i915#13958] / [i915#14544]) -> [SKIP][583] ([i915#13958]) +1 other test skip
[582]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-none.html
[583]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-7/igt@kms_plane_multiple@2x-tiling-none.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
- shard-rkl: [SKIP][584] ([i915#14544] / [i915#15329]) -> [SKIP][585] ([i915#15329]) +3 other tests skip
[584]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
[585]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-rkl: [SKIP][586] ([i915#12343] / [i915#5354]) -> [SKIP][587] ([i915#12343] / [i915#14544] / [i915#5354])
[586]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-4/igt@kms_pm_backlight@fade-with-suspend.html
[587]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-rkl: [SKIP][588] ([i915#9340]) -> [SKIP][589] ([i915#3828])
[588]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-4/igt@kms_pm_lpsp@kms-lpsp.html
[589]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-rkl: [SKIP][590] ([i915#14544] / [i915#6524]) -> [SKIP][591] ([i915#6524])
[590]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_prime@basic-modeset-hybrid.html
[591]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area:
- shard-rkl: [SKIP][592] ([i915#11520] / [i915#14544]) -> [SKIP][593] ([i915#11520]) +1 other test skip
[592]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html
[593]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-5/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf:
- shard-rkl: [SKIP][594] ([i915#11520]) -> [SKIP][595] ([i915#11520] / [i915#14544]) +2 other tests skip
[594]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-8/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html
[595]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html
* igt@kms_psr@psr-cursor-render:
- shard-rkl: [SKIP][596] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][597] ([i915#1072] / [i915#9732]) +10 other tests skip
[596]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_psr@psr-cursor-render.html
[597]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-1/igt@kms_psr@psr-cursor-render.html
* igt@kms_psr@psr-suspend:
- shard-rkl: [SKIP][598] ([i915#1072] / [i915#9732]) -> [SKIP][599] ([i915#1072] / [i915#14544] / [i915#9732]) +7 other tests skip
[598]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-1/igt@kms_psr@psr-suspend.html
[599]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_psr@psr-suspend.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-mtlp: [SKIP][600] ([i915#12755] / [i915#15867]) -> [SKIP][601] ([i915#15867]) +10 other tests skip
[600]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-mtlp-3/igt@kms_rotation_crc@bad-pixel-format.html
[601]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-mtlp-6/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-dg2: [SKIP][602] ([i915#12755] / [i915#15867]) -> [SKIP][603] ([i915#15867]) +4 other tests skip
[602]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg2-6/igt@kms_rotation_crc@primary-rotation-270.html
[603]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-1/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-dg2: [SKIP][604] ([i915#12755] / [i915#15867] / [i915#5190]) -> [SKIP][605] ([i915#15867] / [i915#5190]) +3 other tests skip
[604]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-dg2-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[605]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-dg2-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
- shard-rkl: [SKIP][606] ([i915#5289]) -> [SKIP][607] ([i915#14544] / [i915#5289])
[606]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[607]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_vrr@negative-basic:
- shard-rkl: [SKIP][608] ([i915#14544] / [i915#3555] / [i915#9906]) -> [SKIP][609] ([i915#3555] / [i915#9906])
[608]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@kms_vrr@negative-basic.html
[609]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-3/igt@kms_vrr@negative-basic.html
* igt@prime_vgem@fence-read-hang:
- shard-rkl: [SKIP][610] ([i915#14544] / [i915#3708]) -> [SKIP][611] ([i915#3708])
[610]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18789/shard-rkl-6/igt@prime_vgem@fence-read-hang.html
[611]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/shard-rkl-2/igt@prime_vgem@fence-read-hang.html
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#10538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10538
[i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#10959]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10959
[i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187
[i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169
[i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12314]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12314
[i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316
[i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343
[i915#12358]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12358
[i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
[i915#12655]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12655
[i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
[i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
[i915#12756]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12756
[i915#12761]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12761
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#13008]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13008
[i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026
[i915#13027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13027
[i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046
[i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
[i915#13179]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13363]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13363
[i915#13390]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13390
[i915#13409]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13409
[i915#13476]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13476
[i915#13520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13520
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13688
[i915#13691]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691
[i915#13717]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13717
[i915#13786]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13786
[i915#13809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13809
[i915#13820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13820
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118
[i915#14152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14152
[i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
[i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
[i915#14545]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14545
[i915#14586]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14586
[i915#14694]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14694
[i915#14995]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14995
[i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073
[i915#15102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15102
[i915#15104]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15104
[i915#15131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15131
[i915#15132]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15132
[i915#15172]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15172
[i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329
[i915#15330]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15330
[i915#15342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15342
[i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403
[i915#15454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15454
[i915#15479]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15479
[i915#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492
[i915#15542]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15542
[i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
[i915#15638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15638
[i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
[i915#15678]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15678
[i915#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709
[i915#15722]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15722
[i915#15725]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15725
[i915#15733]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15733
[i915#15804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15804
[i915#15865]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15865
[i915#15867]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15867
[i915#15871]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15871
[i915#15948]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15948
[i915#15989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15989
[i915#15990]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15990
[i915#15991]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15991
[i915#15999]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15999
[i915#16021]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16021
[i915#16056]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16056
[i915#16081]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16081
[i915#16108]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16108
[i915#16109]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16109
[i915#16119]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16119
[i915#16162]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16162
[i915#16182]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16182
[i915#16184]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16184
[i915#16193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16193
[i915#16202]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16202
[i915#16361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16361
[i915#16386]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16386
[i915#16420]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16420
[i915#16451]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16451
[i915#16464]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16464
[i915#16471]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16471
[i915#16490]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16490
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#2435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2435
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3711]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3711
[i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
[i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387
[i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4873]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4873
[i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885
[i915#5107]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5107
[i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6113]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113
[i915#6230]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#6344]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6344
[i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#6590]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6590
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173
[i915#7178]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7178
[i915#7443]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7443
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7882]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7882
[i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430
[i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
[i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808
[i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810
[i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812
[i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766
[i915#9808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808
[i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8994 -> IGTPW_15494
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_18789: ab9c4156ab48d805163a92976fabf872e4ddcd4d @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_15494: 15494
IGT_8994: 59469572ae481848d6bd469242aef7c5333b39ad @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15494/index.html
[-- Attachment #2: Type: text/html, Size: 205084 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH i-g-t v1] lib/igt_debugfs: Add "errno" to debug print
2026-07-08 22:52 [PATCH i-g-t v1] lib/igt_debugfs: Add "errno" to debug print Ngai-Mint Kwan
` (4 preceding siblings ...)
2026-07-09 22:56 ` ✗ i915.CI.Full: failure for " Patchwork
@ 2026-07-13 14:45 ` Kamil Konieczny
5 siblings, 0 replies; 8+ messages in thread
From: Kamil Konieczny @ 2026-07-13 14:45 UTC (permalink / raw)
To: Ngai-Mint Kwan; +Cc: gustavo.sousa, igt-dev, priyanka.dandamudi
Hi Ngai-Mint,
On 2026-07-08 at 15:52:12 -0700, Ngai-Mint Kwan wrote:
> When igt_debugfs_path() fails under igt_debugfs_dir(), add "errno" to the
> debug print for additional context of the failure.
>
> Signed-off-by: Ngai-Mint Kwan <ngai-mint.kwan@linux.intel.com>
> ---
> lib/igt_debugfs.c | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/lib/igt_debugfs.c b/lib/igt_debugfs.c
> index ed0a20773..a8c45945c 100644
> --- a/lib/igt_debugfs.c
> +++ b/lib/igt_debugfs.c
> @@ -187,8 +187,12 @@ int igt_debugfs_dir(int device)
> int debugfs_dir_fd;
> char path[200];
>
> - if (igt_debug_on(!igt_debugfs_path(device, path, sizeof(path))))
> + errno = 0;
> + if (igt_debug_on(!igt_debugfs_path(device, path, sizeof(path)))) {
> + igt_debug("Last errno: %i, %s\n", errno, strerror(errno));
Problem with this is that errno should be used in place where
the error occured, as any system function call after it occur
can change it. imho you should add more debug prints to
igt_debugfs_path() with errno printing there.
Regards,
Kamil
> +
> return -1;
> + }
>
> debugfs_dir_fd = open(path, O_RDONLY);
> igt_debug_on_f(debugfs_dir_fd < 0, "path: %s\n", path);
> --
> 2.43.0
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2026-07-13 14:46 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-08 22:52 [PATCH i-g-t v1] lib/igt_debugfs: Add "errno" to debug print Ngai-Mint Kwan
2026-07-08 23:29 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-07-08 23:52 ` ✓ i915.CI.BAT: " Patchwork
2026-07-09 3:56 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-07-09 16:55 ` Ngai-Mint Kwan
2026-07-09 5:35 ` [PATCH i-g-t v1] " Dandamudi, Priyanka
2026-07-09 22:56 ` ✗ i915.CI.Full: failure for " Patchwork
2026-07-13 14:45 ` [PATCH i-g-t v1] " Kamil Konieczny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox